@font-face {
	font-family: 'PragmaticaBook';
	src: url("../fonts/PragmaticaBook.otf") format('otf');
	src: url("../fonts/PragmaticaBook.eot");
	src: url("../fonts/PragmaticaBook.eot?#iefix") format('embedded-opentype'), url("../fonts/PragmaticaBook.woff") format('woff'), url("../fonts/PragmaticaBook.ttf") format('truetype'), url("../fonts/PragmaticaBook.svg") format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'PragmaticaMedium';
	src: url("../fonts/PragmaticaMedium.otf") format('otf');
	src: url("../fonts/PragmaticaMedium.eot");
	src: url("../fonts/PragmaticaMedium?#iefix") format('embedded-opentype'), url("../fonts/PragmaticaMedium.woff") format('woff'), url("../fonts/PragmaticaMedium.ttf") format('truetype'), url("../fonts/PragmaticaMedium.svg") format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'PragmaticaSlabBook';
	src: url("../fonts/prag/PSS55__W.otf") format('otf');
	src: url("../fonts/prag/PSS55__W.eot");
	src: url("../fonts/prag/PSS55__W.eot?#iefix") format('embedded-opentype'), url("../fonts/prag/PSS55__W.woff") format('woff'), url("../fonts/prag/PSS55__W.ttf") format('truetype'), url("../fonts/prag/PSS55__W.svg") format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'PragmaticaSlabMedium';
	src: url("../fonts/prag/PSS65__W.otf") format('otf');
	src: url("../fonts/prag/PSS65__W.eot");
	src: url("../fonts/prag/PSS65__W.eot?#iefix") format('embedded-opentype'), url("../fonts/prag/PSS65__W.woff") format('woff'), url("../fonts/prag/PSS65__W.ttf") format('truetype'), url("../fonts/prag/PSS65__W.svg") format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'PragmaticaSlabBold';
	src: url("../fonts/prag/PSS75__W.otf") format('otf');
	src: url("../fonts/prag/PSS75__W.eot");
	src: url("../fonts/prag/PSS75__W.eot?#iefix") format('embedded-opentype'), url("../fonts/prag/PSS75__W.woff") format('woff'), url("../fonts/prag/PSS75__W.ttf") format('truetype'), url("../fonts/prag/PSS75__W.svg") format('svg');
	font-weight: normal;
}

.clearfix, .clear {
	clear: both;
}

.i-subs-mobile {
	display: none;
	width: 92%;
}

/**:not(table td) {
	outline: none;
	padding: 0;
	margin: 0;
}*/

body {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #444;
	letter-spacing: 0.01em;
	position: relative;
}

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

a {
	color: #2b7db6;
}

h1 a,
h2 a,
h3 a {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.popup-feedback{
	border: solid 2px #0d1e3e;
	background: #fff;
	width: 765px;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	z-index: 999;
padding: 10px;
}
.popup-feedback__input-password{
	border: solid 2px #0d1e3e;
	background: #fff;
	color: #0d1e3e;
	width: 301px;
	height: 42px;
	padding: 0px 20px;
	text-align: center;
}
.popup-feedback__button{
	border: solid 2px #0d1e3e;
	background: #0d1e3e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	width: 192px;
}
.link-lurking-off{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	text-decoration: underline;
	color: #0d1e3e;
	padding-bottom: 36px;
}
.popup-feedback_form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 570px;
	margin-top: 20px;
	margin-bottom: 38px;
}
.popup-feedback__main-title{
	text-align: center;
	text-transform: uppercase;
	color: #0d1e3e;
	font-size: 18px;
	display: block;
	margin-top: 20px;
}
.close-popupfeedback{
	position: absolute;
	right: 8px;
	top: 8px;
	background-image: url(../images/letter-x.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	cursor: pointer;
}
.page-content {
	position: relative;
}

.page-content > .container:first-child {
	padding: 30px 0 0 0;
}

.page-content #realMinistry {
	margin: 0;
}

.breadcrumbs {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #231f20;
	margin: 0 0 30px 0;
}

.breadcrumbs a {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #2b7db6;
	display: inline-block;
}

.breadcrumbs a:first-letter {
	text-transform: capitalize;
}

.left-column {
	width: 770px;
	float: left;
}

.right-column {
	width: 370px;
	float: right;
}

.grey-bg {
	overflow: hidden;
	background: #f4f0e7;
}

#wrapper {
	min-width: 1170px;
	position: relative;
	margin-top: 145px;
	-webkit-transition: margin-top 0.3s;
	-moz-transition: margin-top 0.3s;
	-ms-transition: margin-top 0.3s;
	-o-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}

#wrapper.mar {
	margin-right: 300px;
	margin-left: -300px;
	height: 100%;
	overflow: hidden;
	position: fixed;
	margin-bottom: -138px;
}

#wrapper.mar header {
	right: 300px;
}

.js-openSection .openTitle .arr {
	display: none;
}

.js-openSection.fullCont .openTitle {
	background: #595959;
	color: #f4f0e7 !important;
}

.js-openSection.fullCont .openTitle .arr {
	background-position: -27px -34px;
}

.modal {
	text-align: center;
	width: 100%;
	height: 0;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 101;
}

.modal .message {
	display: inline-block;
	background: #f3efe6;
	border: 2px solid #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 50px 180px 50px 80px;
	position: relative;
	margin: -70px 0 0 0;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.modal .message .okIco,
.modal .message .noIco {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 80px;
	top: 35px;
	cursor: pointer;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

.modal .message .okIco {
	background-position: -448px -225px;
}

.modal .message .noIco {
	background-position: -388px -225px;
}

.modal .messText {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	text-transform: uppercase;
}

.modal .rulesMessage {
	display: none;
	margin: -300px 200px 0 200px;
	height: 530px;
	background: #f3efe6;
	border: 2px solid #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 40px;
	position: relative;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.modal .rulesMessage .cls {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 30px;
	color: #6d6c69;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.modal .rulesMessage .scrollBox {
	height: 400px;
	text-align: left;
	margin: 30px 0;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 13px;
	color: #595959;
	line-height: 22px;
}

nav.inner_nav {
	position: fixed;
	top: 250px;
	margin: 0 0 0 1170px;
	display: inline-block;
	z-index: 10;
}

nav.inner_nav ol {
	position: absolute;
	right: 100%;
	margin: 0;
	padding: 10px;
	z-index: 10;
}

nav.inner_nav ol li {
	position: relative;
	margin: 3px 16px 3px 0;
	width: 0px;
	z-index: 10;
}

nav.inner_nav ol li .iner_nav_link {
	display: block;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

nav.inner_nav ol li span {
	opacity: 0;
}

nav.inner_nav ol li .indicator {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #0d1e3e;
	opacity: 0.5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	right: -16px;
    top: 0;
}

nav.inner_nav ol li.active .indicator {
	opacity: 1;
	background: #fff;
	border: 1px solid #0d1e3e;
}

nav.inner_nav:hover ol {
	background: #fff;
	padding: 15px 30px;
	margin: 0 -20px 0 0;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-ms-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}

nav.inner_nav:hover ol li {
	margin: 15px 50px 15px 0;
	width: auto;
	-webkit-transition: margin-top 0.3s, margin-bottom 0.3s, margin-right 0s, width 0.5s ease 0.3s;
	-moz-transition: margin-top 0.3s, margin-bottom 0.3s, margin-right 0s, width 0.5s ease 0.3s;
	-ms-transition: margin-top 0.3s, margin-bottom 0.3s, margin-right 0s, width 0.5s ease 0.3s;
	-o-transition: margin-top 0.3s, margin-bottom 0.3s, margin-right 0s, width 0.5s ease 0.3s;
	transition: margin-top 0.3s, margin-bottom 0.3s, margin-right 0s, width 0.5s ease 0.3s;
}

nav.inner_nav:hover ol li .iner_nav_link {
	color: #c7c7c7;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

nav.inner_nav:hover ol li .iner_nav_link span {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0.3s;
	-moz-transition: opacity 0.5s ease 0.3s;
	-ms-transition: opacity 0.5s ease 0.3s;
	-o-transition: opacity 0.5s ease 0.3s;
	transition: opacity 0.5s ease 0.3s;
}

nav.inner_nav:hover ol li .iner_nav_link .indicator {
	right: -50px;
    top: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

nav.inner_nav:hover ol li .iner_nav_link:hover {
	color: #231f20;
}

nav.inner_nav:hover ol li .iner_nav_link:hover .indicator {
	opacity: 1;
}

nav.inner_nav:hover ol li.active .iner_nav_link {
	color: #231f20;
}

.edit-pub {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	background: url("../img/edit.png") top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.8;
}

.edit-pub:hover {
	opacity: 1;
}

#edit-page {
	opacity: 0.4;
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	background: url("../img/edit.png") top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#edit-page:hover {
	opacity: 1;
}

.anonymous {
	width: 70px;
	height: 70px;
	background: url("../img/anonymous.jpg") no-repeat 0 0;
	border: solid 2px #595959;
}
.scrollHead .page-header nav.top-menu {
	margin: 38px 0 0;
}

.scrollHead .page-header .icoMenu {
	margin: 38px 0 0;
}

.scrollHead .page-header a.logo {
	/*width: 112px;
	height: 34px;
	background-position: -139px -168px;*/
	margin: 5px 0 5px 0;
}
.page-header {
	margin: 0px 0 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 889;
	background: #fff;
}

.page-header .update-info {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 11px;
	color: #ddd;
	text-align: right;
	position: absolute;
	top: 9px;
	right: 0;
}

.page-header a.logo {
	width: 192px;
	height: 80px;
	display: block;
	float: left;
	margin: 25px 0;
	background-image: url("../img/logos2x.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 285px auto;
	background-size: 285px auto;
}

.page-header .backLink {
	display: none;
}

.page-header nav.top-menu {
	margin: 58px 0 0;
	float: left;
}

.page-header nav.top-menu ul {
	margin: 0 0 0 30px;
	padding: 0;
}

.page-header nav.top-menu ul li {
	display: block;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
}

.page-header nav.top-menu ul li:hover a.droppable span {
	background: url("../img/icons.png") no-repeat 0 -18px;
}

.page-header nav.top-menu ul li:hover .subMenu {
	display: block;
}

.page-header nav.top-menu ul li:hover .subMenu a:first-letter {
	text-transform: capitalize;
}

.page-header nav.top-menu ul a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 13px;
	color: #231f20;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	display: block;
}

.page-header nav.top-menu ul a.droppable {
	padding: 0 20px 0 0;
	position: relative;
}

.page-header nav.top-menu ul a.droppable span {
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 2px;
	top: 3px;
	background: url("../img/icons.png") no-repeat 0 -44px;
}

.page-header nav.top-menu ul a.active {
	color: #1b7db7;
}

.page-header nav.top-menu ul a:hover,
.page-header nav.top-menu ul a:focus {
	color: #1b7db7;
}

.page-header nav.top-menu .subMenu {
	display: none;
	width: 150px;
	position: absolute;
	left: -25px;
	top: 15px;
	z-index: 1;
	margin: 0;
	padding: 20px 25px;
	background: #fff;
	-webkit-box-shadow: 0 6px 0 rgba(53,31,32,0.4);
	-moz-box-shadow: 0 6px 0 rgba(53,31,32,0.4);
	box-shadow: 0 6px 0 rgba(53,31,32,0.4);
}

.page-header nav.top-menu .subMenu li {
	float: none;
	margin: 0 0 10px 0;
}

.page-header nav.top-menu .subMenu li:last-child {
	margin: 0;
}

.page-header nav.top-menu .subMenu li a {
	margin: 0;
	font-size: 11px;
}

.page-header nav.top-menu .subMenu li a:first-letter {
	text-transform: capitalize;
}

.site-search {
	position: relative;
	background: #f6f6f6;
	padding: 40px 0 0 0;
	overflow: hidden;
	top: -9000px;
}

.site-search.init-transition {
	-webkit-transition: height 0.3s, padding 0.3s;
	-moz-transition: height 0.3s, padding 0.3s;
	-ms-transition: height 0.3s, padding 0.3s;
	-o-transition: height 0.3s, padding 0.3s;
	transition: height 0.3s, padding 0.3s;
	top: 0;
}

.site-search.active {
	overflow: visible;
}

.site-search-hide {
	position: absolute;
	top: 20px;
	right: 0;
	width: 19px;
	height: 19px;
	text-indent: -9000px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -111px -102px;
}

.site-search-fields {
	position: relative;
	border: none;
	display: block;
	height: 32px;
	padding: 0;
	margin: 0 70px 0 0;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	line-height: 18px;
	text-transform: uppercase;
}

.site-search-label {
	display: block;
	height: 18px;
	padding: 7px 0 5px 10px;
}

input.site-search-input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	height: 32px;
	width: 100%;
	padding: 7px 30px 5px 10px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #0d1e3e;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.site-search-input.active {
	background: #f6f6f6;
}

.site-search-submit {
	position: absolute;
	bottom: 6px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: transparent url("../img/icons.png") -48px -145px no-repeat;
	border: none;
	outline: none;
	display: block;
	text-indent: -9000px;
}

.site-search-submit:hover,
.site-search-submit:focus,
.site-search-submit:active {
	background-position: -48px -122px;
}

.site-search-links {
	display: block;
	padding: 10px 0 30px;
	margin: 0 70px 0 0;
	list-style-type: none;
	text-align: right;
}

.site-search-links-item {
	display: inline-block;
	margin: 0 0 0 23px;
}

.site-search-link {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #0d1e3e;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-search-link:hover,
.site-search-link:focus {
	text-decoration: none;
}

.autocomplete-suggestions {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 0 8px;
	margin: -2px 0 0;
	border: 2px solid #0d1e3e;
	background: #fff;
	max-width: 500px;
	overflow: auto;
}

.page-header .autocomplete-suggestions {
	top: 100%;
	left: 0;
}

.autocomplete-suggestions .mCSB_scrollTools .mCSB_draggerRail {
	background: rgba(0,0,0,0.2);
}

.autocomplete-suggestion {
	padding: 0 10px 2px;
	text-align: left;
	max-height: 350px;
	overflow: hidden;
	margin: 0;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	cursor: pointer;
}

.autocomplete-suggestion.autocomplete-selected {
	color: #39f;
}

.autocomplete-suggestion strong {
	font-weight: normal;
	color: #39f;
}

.icoMenu {
	display: inline-block;
	float: right;
	margin: 58px 0 0;
}

.icoMenu .top-menu-icon {
	margin: 0 0 0 10px;
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
}

.icoMenu .top-menu-icon:last-child {
	margin: 0;
}

.icoMenu .top-menu-icon.search {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -111px -76px;
}

.icoMenu .top-menu-icon.search:hover,
.icoMenu .top-menu-icon.search:focus,
.icoMenu .top-menu-icon.search.active {
	background-position: -135px -76px;
}

.hideLink {
	width: 23px;
	height: 20px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -85px -102px;
	float: right;
	margin: 25px 0 0 20px;
	text-decoration: none;
	text-indent: -9000px;
	display: none;
}

.hideLink:hover,
.hideLink:focus {
	background-position: -85px -125px;
}

.hideLink.open {
	display: none;
}

.hideLink.close {
	background-position: -85px -125px;
	margin: 25px 0 18px 15px;
	float: none;
	color: #fff;
}

#sideBlock {
	display: none;
	width: 300px;
	min-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #0d1e3e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}

#sideBlock nav .navSect {
	padding: 0 10px 0 30px;
}

#sideBlock nav .navSect a {
	display: block;
	padding: 11px 0 11px 10px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #008bcb;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #192948;
}

#sideBlock nav .navSect a.droppable {
	padding-right: 20px;
	position: relative;
}

#sideBlock nav .navSect a.droppable span {
	display: block;
	width: 12px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -5px 0 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

#sideBlock nav .navSect:last-child a {
	border-bottom: none;
}

#sideBlock nav .navSect.drop {
	background: #0180bd;
}

#sideBlock nav .navSect.drop a.droppable {
	color: #0b2b4f;
	border-bottom: 1px solid #0e86c0;
}

#sideBlock nav .navSect.drop a.droppable span {
	background-position: 0 -18px;
}

#sideBlock nav .navSect .subMenu {
	display: none;
}

#sideBlock nav .navSect .subMenu a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #80c0de;
	border-bottom: 1px solid #0e86c0;
	text-transform: none;
}

#sideBlock nav .navSect .subMenu a:hover {
	color: #fff;
}

#sideBlock .socBox {
	text-align: center;
	margin: 20px 0;
}

#sideBlock .socBox .social-icon {
	display: inline-block;
	width: 24px;
	height: 21px;
	margin: 0 20px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

#sideBlock .socBox .social-icon.in {
	background-position: -405px -137px;
}

#sideBlock .socBox .social-icon.yt {
	background-position: -430px -137px;
}

#sideBlock .socBox .social-icon.fb {
	background-position: -455px -137px;
}

#sideBlock .socBox .social-icon.tw {
	background-position: -480px -137px;
}

.backgroundsize #sideBlock .socBox .social-icon {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

#sideBlock .copy {
	text-align: center;
	background: none;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 10px;
	color: #0180bd;
	margin: 0 0 20px 0;
}

#sideBlock .copy a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 10px;
	color: #0180bd;
	text-decoration: underline;
	margin: 0 5px;
}

#sideBlock .copy div {
	float: none;
}

#sideBlock .gov-links {
	padding: 0 15px;
}

#sideBlock .gov-links a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 10px;
	color: #bfddec;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 20px 15px 0;
}

.parallax_images {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 0;
}

.parallax-image-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.parallax-image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	padding: 0;
}

.parallax {
	height: 300px;
	position: relative;
	overflow: hidden;
	line-height: 300px;
	background: transparent;
}

.parallax .parallax-title {
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 56px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0,0,0,0.7);
	letter-spacing: 0.107em;
}

.parallax .parallax-menu {
	position: absolute;
	bottom: 20px;
	width: 1030px;
	margin: 0 0 0 -515px;
	left: 50%;
}

.parallax.parallax1 {
	height: 470px;
	line-height: 470px;
}

.parallax.parallax2 {
	height: 470px;
	line-height: 470px;
}

.parallax.parallax3 {
	height: 470px;
	line-height: 470px;
}

.parallax.parallax4 {
	height: 250px;
	line-height: 250px;
}

.page-footer {
	position: relative;
	background: #0d1e3e;
	overflow: hidden;
	clear: both;
	z-index: 10;
}

.page-footer nav.gov-links {
	padding: 30px 0;
}

.page-footer nav.gov-links ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-footer nav.gov-links ul li {
	padding: 0 5px 0 5px;
	margin: 0;
	display: inline-block;
}

.page-footer nav.gov-links ul a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #bfddec;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #bfddec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #0d1e3e;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: 0 !important;
	background: transparent;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 11px;
	color: #bfddec;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 7px 10px;
	font-size: 10px;
}

.page-footer nav.gov-links ul a:hover,
.page-footer nav.gov-links ul a:focus,
.page-footer nav.gov-links ul a.active {
	color: #0d1e3e !important;
	background: #bfddec !important;
}

.page-footer nav.gov-links ul a.loading {
	position: relative;
	color: #0d1e3e !important;
	background: #bfddec !important;
}

.page-footer nav.gov-links ul a.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.page-footer nav.gov-links ul a:hover {
	color: #0d1e3e;
}

.page-footer nav.bottom-menu.i-second {
    float: none;
    display: block;
}
.page-footer nav.bottom-menu.i-second li a {
    margin: 0 10px 0 10px;
}

.page-footer nav.bottom-menu {
	display: inline-block;
	float: right;
	margin: 0 0 30px 0;
}

.page-footer nav.bottom-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-footer nav.bottom-menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.page-footer nav.bottom-menu ul a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 11px;
	color: #bfddec;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	vertical-align: 6px;
}

.page-footer nav.bottom-menu ul a:hover {
	text-decoration: none;
}

.page-footer nav.bottom-menu ul a.footer-social-icon {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 16px 0 0;
	opacity: 0.6;
	-webkit-transition: opacity, 0.3s;
	-moz-transition: opacity, 0.3s;
	-ms-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}

.page-footer nav.bottom-menu ul a.footer-social-icon:hover {
	opacity: 1;
}

.page-footer .socBox {
	display: inline-block;
	float: left;
	margin: 0 0 30px 0;
}

.page-footer .socBox .footer-social-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	-webkit-transition: background, 0.3s;
	-moz-transition: background, 0.3s;
	-ms-transition: background, 0.3s;
	-o-transition: background, 0.3s;
	transition: background, 0.3s;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-in {
	background: url("../img/icons.png") no-repeat -455px -112px;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-yt {
	background: url("../img/icons.png") no-repeat -429px -111px;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-fb {
	background: url("../img/icons.png") no-repeat -478px -112px;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-tw {
	background: url("../img/icons.png") no-repeat -405px -111px;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-in {
	background: url("../img/icons-hover.png") no-repeat -455px -112px;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-yt {
	background: url("../img/icons-hover.png") no-repeat -429px -111px;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-fb {
	background: url("../img/icons-hover.png") no-repeat -478px -112px;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-tw {
	background: url("../img/icons-hover.png") no-repeat -405px -111px;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-ok {
    background: url("../img/icons-ok.png") no-repeat 0px -25px;
    transition: 0s;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-ok {
    background: url("../img/icons-ok.png") no-repeat 0px 0px;
    transition: 0s;
}

.page-footer .socBox .footer-social-icon.footer-social-icon-vk {
    background: url("../img/icons-vk.png") no-repeat 0px -25px;
    transition: 0s;
}

.page-footer .socBox .footer-social-icon:hover.footer-social-icon-vk {
    background: url("../img/icons-vk.png") no-repeat 0px 0px;
    transition: 0s;
}

.copy {
	background: #fff;
	line-height: 20px;
}

.copy a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 11px;
	color: #0e507a;
	text-decoration: underline;
	margin: 0 30px;
}

.copy a:hover {
	text-decoration: none;
}

.copy span {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 11px;
	color: #0e507a;
	float: right;
}

a.button {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #f29580;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #f29580;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

a.button:hover,
a.button:focus,
a.button.active {
	color: #fff !important;
	background: #f29580 !important;
}

a.button.loading {
	position: relative;
	color: #fff !important;
	background: #f29580 !important;
}

a.button.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.services-menu {
	line-height: 14px;
}

.services-menu a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: rgba(89,89,89,0.9);
	display: inline-block;
	padding: 9px 22px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px rgba(89,89,89,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: rgba(255,255,255,0.9);
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	margin: 8px 6px 0 0;
}

.services-menu a:hover,
.services-menu a:focus,
.services-menu a.active {
	color: rgba(255,255,255,0.9) !important;
	background: rgba(89,89,89,0.9) !important;
}

.services-menu a.loading {
	position: relative;
	color: rgba(255,255,255,0.9) !important;
	background: rgba(89,89,89,0.9) !important;
}

.services-menu a.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.lt-ie9 .services-menu a {
	background: #fff;
}

.documents-container {
	background: #f4f0e7;
	overflow: hidden;
}

.documents-container .documents-left {
	float: left;
	width: 330px;
	margin: 20px 0 20px 170px;
}

.documents-container .documents-right {
	float: right;
	width: 330px;
	margin: 20px 170px 20px 0;
}

.programms-container {
	background: #fff;
}

.programms {
	padding: 40px 0 20px 0;
    text-align: center;
}

.programms .programms-title {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 26px;
	color: #0d1e3e;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	display: table-cell;
	vertical-align: middle;
}

.programms a.programm {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 17px;
	color: #0d1e3e;
	margin: 0 40px 20px 0;
	display: inline-block;
	vertical-align: middle;
}

.programms a.programm:hover,
.programms a.programm:focus {
	text-decoration: none;
}

.open-ministry-menu {
	line-height: 14px;
	text-align: center;
}

.open-ministry-menu a {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 10px;
    white-space: nowrap;
}

.open-ministry-menu a:hover {
	text-decoration: none;
}

.error404 {
	width: 700px;
	height: 145px;
	margin: 80px auto 150px;
	background: url("../img/404.jpg") no-repeat left top;
	padding: 159px 0 0 370px;
}

.error404 p {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	margin: 0 0 13px;
}

.error404 p a {
	color: #008bcb;
	text-decoration: underline;
}

.error404 p a:hover {
	text-decoration: none;
}

.error404 ul {
	margin: 0 0 13px;
	padding: 0;
}

.error404 ul li {
	display: inline-block;
}

.error404 ul li a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #231f20;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

h2 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: normal;
}

h3 {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

.container-about {
	background: #fff;
	padding: 30px 0 0 0;
}

article.about h1 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 21px;
	color: #231f20;
	margin: 0 0 18px;
}

article.about p {
	/*margin: 0 70px 20px 70px;*/
	line-height: 1.5em;
}

article.about p.note {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 21px;
	color: #231f20;
	margin: 20px 30px 23px;
	line-height: 1.5em;
	border-top: solid 3px #231f20;
	border-bottom: solid 3px #231f20;
	padding: 20px 10px;
}

article.about ul {
	padding: 0;
	margin: 0 72px;
}

article.about ul li {
	list-style: outside;
	line-height: 1.5em;
}

.about-documents {
	width: 630px;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.about-documents .document {
	margin: 0 0 55px;
}

.about-documents .document .document-title {
	width: 450px;
}

.about-documents .document-buttons-container {
	text-align: left;
}

.about-documents .document-buttons-container a.document-button {
	margin: 0 30px 0 0;
}

.about-documents .document-buttons-container a {
	padding: 12px 36px 10px;
	margin: 0 30px 42px 0;
}

.worker-image {
	position: relative;
}

.workers.workers-about h2 {
	margin: 45px 0 22px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.workers.workers-about .worker {
	display: block;
	background: #fff;
	position: relative;
	text-decoration: none;
}

.workers.workers-about .worker:hover .worker-name,
.workers.workers-about .worker:focus .worker-name,
.workers.workers-about .worker:hover .worker-post,
.workers.workers-about .worker:focus .worker-post,
.workers.workers-about .worker:hover .worker-post-set,
.workers.workers-about .worker:focus .worker-post-set {
	color: #343434 !important;
}

.workers.workers-about .worker .worker-image {
	float: left;
	width: 270px;
	height: 270px;
}

.workers.workers-about .worker .worker-image img {
	border: solid 2px #595959;
	width: 266px;
	height: 266px;
}

.workers.workers-about .worker .worker-desc {
	margin: 0 30px 0 300px;
	padding: 30px 0 0 0;
}

.workers.workers-about .worker .worker-desc .worker-name {
	text-transform: none;
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 30px;
	color: #595959;
	margin: 0 0 20px 0;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.workers.workers-about .worker .worker-desc .worker-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	margin: 0 0 15px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.workers.workers-about .worker .worker-desc .worker-post-set {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	margin: 0;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.workers.workers-about .worker .worker-next {
	position: absolute;
	width: 21px;
	height: 41px;
	background: url("../img/worker-next.png") no-repeat center;
	top: 115px;
	right: 19px;
}

.workers.workers-about .workers-preview {
	margin: 40px -15px;
}

.workers.workers-about .workers-preview .worker-preview {
	float: left;
	display: block;
	width: 170px;
	padding: 0 15px;
	margin: 0 0 30px 0;
	text-align: center;
}

.workers.workers-about .workers-preview .worker-preview a {
	text-decoration: none;
	display: block;
}

.workers.workers-about .workers-preview .worker-preview .worker-photo {
	position: relative;
}

.workers.workers-about .workers-preview .worker-preview .worker-photo-img {
	display: block;
	border: solid 2px #595959;
	width: 166px;
	height: 166px;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.workers.workers-about .workers-preview .worker-preview .worker-department {
	display: none;
	position: absolute;
	bottom: 5px;
	height: 48px;
	margin: 0 5px;
	z-index: 1;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-link {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	opacity: 0.75;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-link:hover,
.workers.workers-about .workers-preview .worker-preview .worker-department-link:focus {
	opacity: 1;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-link:hover .worker-department-name,
.workers.workers-about .workers-preview .worker-preview .worker-department-link:focus .worker-department-name {
	display: inline-block;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-icon {
	display: block;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-icon img {
	width: 44px;
	height: 44px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-name {
	display: none;
	position: absolute;
	min-height: 44px;
	left: 48px;
	top: 2px;
	background: rgba(254,254,254,0.9);
	font-size: 12px;
	text-align: left;
	color: #343434;
	padding: 2px 5px;
	min-width: 255px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	z-index: 2;
}

.workers.workers-about .workers-preview .worker-preview .worker-name {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	margin: 9px 0 6px 0;
}

.workers.workers-about .workers-preview .worker-preview .worker-post {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	margin: 0;
}

.workers.workers-about .workers-preview .worker-preview:hover .worker-department {
	display: block;
}

.workers.workers-about .workers-preview .worker-preview:hover .worker-photo-img {
	border: solid 2px #c5c2bc;
}

.workers.workers-about .workers-preview .worker-preview:hover .worker-name {
	color: #343434;
}

.workers.workers-about .workers-preview .worker-preview:hover .worker-post {
	color: #343434;
}

.workers.workers-about .workers-structure {
	text-align: right;
}

.workers.workers-about .workers-structure .workers-structure {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.workers.workers-about .workers-structure .workers-structure:hover,
.workers.workers-about .workers-structure .workers-structure:focus,
.workers.workers-about .workers-structure .workers-structure.active {
	color: #fff !important;
	background: #595959 !important;
}

.workers.workers-about .workers-structure .workers-structure.loading {
	position: relative;
	color: #fff !important;
	background: #595959 !important;
}

.workers.workers-about .workers-structure .workers-structure.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.institutes-section {
	padding: 50px 0 0;
	background: #fff;
}

.about-links {
	padding: 50px 0 0;
}

.about-links .institute-links {
	margin: 0 0 25px 0;
}

.about-links .organizations {
	padding: 0 0 60px;
}

.about-links .organizations .organizations-left {
	float: left;
	width: 47%;
}

.about-links .organizations .organizations-right {
	float: right;
	width: 47%;
}

.about-links .organizations .organization {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	line-height: 21px;
	text-decoration: underline;
	display: block;
	margin: 0 0 7px;
}

.about-links .organizations .organization:hover {
	text-decoration: none;
}

.about-links .institutes {
	margin: 0 0 50px;
}

.about-links .institutes .institute {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 11px;
	color: #0d1e3e;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	width: 350px;
}

.about-links .institutes .institute img {
	float: left;
	margin: 0 20px 0 0;
}

.gov-jobs {
	padding: 50px 0 0;
}

.gov-jobs .gov-job {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 17px;
	color: #0d1e3e;
	margin: 0 40px 20px 0;
	display: inline-block;
	text-decoration: underline;
}

.gov-jobs .gov-job:hover {
	text-decoration: none;
}

.about .workers-structure {
	margin: 50px 0 0 0;
}

.about .institute {
	margin: 50px 0 0 0;
}

.courses {
	position: relative;
	display: block;
	width: 100%; /*min-width 1220px*/
	padding: 20px 0;
	background: #1b7db7;
}

.courses .courses-block {
	position: relative;
	display: block;
	width: 1170px;
	height: 400px;
	border: 8px solid #0d1e3e;
	margin: 0 auto;
}

.courses .courses-title {
	margin: 0;
	padding: 35px 0 0 110px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.courses .courses-list-viewport {
	position: relative;
	display: block;
	height: 160px;
	margin: 28px 55px 0;
	overflow: hidden;
}

.courses .courses-list {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.courses .course {
	display: table;
	width: 430px;
	height: 152px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 4px solid #0d1e3e;
	background: #fff;
	color: #0a1e3f;
}

.courses .course:first-child {
	margin: 0;
}

.courses .course.course-next {
	display: block;
	width: 136px;
	cursor: pointer;
	background: #76b1d4 url("../img/course-next-horiz.png") 80% 50% no-repeat;
	-webkit-transition: background-color 0.3s, background-image 0.3s;
	-moz-transition: background-color 0.3s, background-image 0.3s;
	-ms-transition: background-color 0.3s, background-image 0.3s;
	-o-transition: background-color 0.3s, background-image 0.3s;
	transition: background-color 0.3s, background-image 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.courses .course.course-next:hover {
	background-color: #fff;
}

.courses .course.course-next .course-number {
	display: inline-block;
}

.courses .course.course-next .course-desc {
	opacity: 0;
	width: 0;
}

.courses .course-number {
	display: table-cell;
	width: 100px;
	text-align: center;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 72px;
	line-height: 152px;
	vertical-align: middle;
	-webkit-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

.courses .course-desc {
	display: table-cell;
	margin: 0 0 0 -4px;
	padding: 0 20px 0 0;
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 19px;
	line-height: 23px;
	vertical-align: middle;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 0.3s, width 300ms;
	-moz-transition: opacity 0.3s, width 300ms;
	-ms-transition: opacity 0.3s, width 300ms;
	-o-transition: opacity 0.3s, width 300ms;
	transition: opacity 0.3s, width 300ms;
}

.courses .courses-nav {
	position: absolute;
	bottom: 40px;
	right: 55px;
}

.courses .courses-nav-link {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 10px;
	background: #76b1d4;
	border: 4px solid #0d1e3e;
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.2s, margin 0.2s;
	-moz-transition: background 0.2s, margin 0.2s;
	-ms-transition: background 0.2s, margin 0.2s;
	-o-transition: background 0.2s, margin 0.2s;
	transition: background 0.2s, margin 0.2s;
}

.courses .courses-nav-link.active {
	background: #fff;
	margin: 0 0 0 50px;
}

.courses .courses-nav-link.active + .courses-nav-link {
	margin: 0 0 0 50px;
}

.courses .courses-nav-link:hover,
.courses .courses-nav-link:focus {
	background: #fff;
}

.documents-block {
	border: solid 10px #afafaf;
	margin: 20px auto;
	max-width: 990px;
	padding: 30px 80px;
}

.documents-block h1 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 21px;
	color: #595959;
	text-align: center;
	margin: 0 0 30px 0;
}

.documents-block .document {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 80px;
}

.document-columns .document {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 80px;
}

.document-single {
	width: 100% !important;
}

.document {
	position: relative;
	display: block;
	min-height: 50px;
	margin: 0 auto 40px;
	padding: 0 0 0 80px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.document .document-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-decoration: none;
	width: 68px;
	height: 50px;
	opacity: 0.75;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
    background-position: -221px -270px;
}

.document .document-icon.document-icon-folder {
	background-position: -432px -170px;
}

.document .document-icon.document-icon-pdf {
	background-position: -291px -170px;
}

.document .document-icon.document-icon-doc, .document .document-icon.document-icon-docx {
	background-position: -221px -170px;
}

.document .document-icon.document-icon-xls, .document .document-icon.document-icon-xlsx {
	background-position: -362px -170px;
}

.document .document-icon.document-icon-txt, .document .document-icon.document-icon-rtf {
	background-position: -221px -220px;
}

.document .document-icon.document-icon-ppt, .document .document-icon.document-icon-pptx {
	background-position: -291px -220px;
}

.document .document-icon.document-icon-None, .document .document-icon.document-icon-jpg, .document .document-icon.document-icon-png, .document .document-icon.document-icon-jpeg, .document .document-icon.document-icon-bmp, .document .document-icon.document-icon-gif {
	background-position: -221px -270px;
}

.document .document-icon:hover,
.document .document-icon:focus {
	opacity: 1;
}

.document .document-meta {
	display: inline-block;
}

.document .document-title {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	margin: 0 0 6px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	text-decoration: none;
}

.document .document-title:hover,
.document .document-title:focus {
	color: #343434;
	text-decoration: underline;
}

.document .document-download {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #343434;
	text-transform: uppercase;
	display: inline-block;
	height: 17px;
	text-decoration: underline;
	opacity: 0.75;
	-webkit-transition: color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

.document .document-download:hover,
.document .document-download:focus {
	text-decoration: none;
	opacity: 1;
}

.document .document-download .ico {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 17px;
	margin: 0 5px 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -114px -48px;
}

.document .document-watch {
	font-family: 'PragmaticaBook', Arial, sans-serif;
    font-weight: bold;
	font-size: 15px;
	color: #343434;
	text-transform: uppercase;
	display: inline-block;
	height: 17px;
	margin: 0 15px 0 0;
	text-decoration: underline;
	opacity: 0.75;
	-webkit-transition: color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

.document .document-watch:hover,
.document .document-watch:focus {
	text-decoration: none;
	opacity: 1;
}

.document .document-watch .ico {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 17px;
	margin: 0 5px 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -140px -48px;
}

.document .document-size {
	display: inline-block;
	height: 17px;
	margin: 0 15px 0 0;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #343434;
}

.document-preview-title {
	margin-top: 20px;
}

.document-preview-title a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.document-preview-title .document-download {
	float: right;
}

.document-buttons-container {
	text-align: center;
}

.container.docs .document-buttons-container {
	text-align: right;
}

.document-buttons-container .document-button {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #f4f0e7;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: 0 auto;
	display: inline-block;
	padding-left: 60px;
	padding-right: 60px;
	text-align: center;
}

.document-buttons-container .document-button:hover,
.document-buttons-container .document-button:focus,
.document-buttons-container .document-button.active {
	color: #f4f0e7 !important;
	background: #595959 !important;
}

.document-buttons-container .document-button.loading {
	position: relative;
	color: #f4f0e7 !important;
	background: #595959 !important;
}

.document-buttons-container .document-button.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.document-buttons-container .document-button.loading {
	padding-left: 42px;
	padding-right: 42px;
}

.department-documents {
	margin: 53px 0 31px 15px;
}

.left-column-documents {
	width: 860px;
}

.right-column-documents {
	width: 270px;
}

.documents-number {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.documents-number a {
	color: inherit;
	text-decoration: none;
}

.documents-search-results {
	margin: 0 0 40px 0;
}

.documents-search-results .document-search-result {
	margin-bottom: 40px;
}

.documents-search-results .document-search-result h1.document-search-result-header {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 16px;
	color: #343434;
}

.documents-search-results .document-search-result h1.document-search-result-header a {
	color: inherit;
	text-decoration: none;
}

.documents-search-results .document-search-result .document-search-result-desc {
	margin-bottom: 30px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #343434;
}

.documents-search-results .document-search-result .document {
	margin: 10px 0 25px 0;
	padding: 0 20px 0 80px;
}

.document-search-input {
	border: 0;
	border-bottom: solid 2px #595959;
	padding: 0 0 0 25px;
	margin: 0 0 10px;
	position: relative;
}

.document-search-input input {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	text-transform: uppercase;
	outline: none;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: none;
	background: none;
}

.document-search-input .lupa {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -86px -76px;
}

.document-search-input .searchIco {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	bottom: 5px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -48px -99px;
}

.document-search-input .searchIco:hover {
	background-position: -48px -76px;
}

.document-search-input .autocomplete-suggestions {
	top: 33px;
	max-width: 100%;
	background-color: #f4f0e7;
}

.documents-search-form {
	margin: 0 0 30px 0;
}

.documents-search-form .document-search-input {
	margin: 0 0 25px 0;
}

.documents-search-form .whiteBut {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.documents-search-form .category-checkboxes .greyCheck {
	display: inline-block;
	margin: 0 0 20px 0;
}

.documents-search-form .category-checkboxes .greyCheck label {
	margin: 0;
	padding: 10px 15px 10px 40px;
	border: solid 2px #595959;
	font-size: 16px;
	text-transform: uppercase;
}

.documents-search-form .greyCheck {
	margin: 0 0 20px 15px;
}

.documents-search-form .leftInp {
	width: 40%;
	float: left;
}

.documents-search-form .rightInp {
	width: 55%;
	float: right;
}

input.documents-checkbox {
	display: none;
}

.greyCheck label {
	margin: 0 15px 0 25px;
	cursor: pointer;
	display: block;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.greyCheck label:hover {
	color: #343434;
}

.greyCheck input.documents-checkbox:hover + label {
	color: #343434;
}

.greyCheck input.documents-checkbox + label::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 6px 0 -25px;
	vertical-align: -6px;
	cursor: pointer;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -76px;
}

.greyCheck input.documents-checkbox:hover + label::before {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -96px;
}

.greyCheck input.documents-checkbox:checked + label::before {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -116px;
}

.modalRules #iagree_1 + span::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 6px 0 -25px;
	vertical-align: -6px;
	cursor: pointer;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -76px;
}

.modalRules #iagree_1:hover + span::before {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -96px;
}

.modalRules #iagree_1:checked + span::before {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -116px;
}

.checkBlock .chParam {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin: 0 0 20px 0;
}

.checkBlock .chParam .tags {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	margin: 15px;
}

.checkBlock .chParam .tags a {
	text-decoration: none;
	border-bottom: 1px solid #cdcac3;
	color: #595959;
}

.checkBlock .chParam .tags a span {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #007dc6;
	display: inline-block;
	vertical-align: bottom;
	line-height: 17px;
}

.checkBlock .chParam .tags a:hover {
	color: #343434;
	border-bottom: none;
}

.checkBlock .chParam .tags a:hover span {
	color: #343434;
}

.paramInput {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 40px 10px 15px;
}

.paramInput .ico {
	width: 16px;
	height: 10px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -27px -12px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.paramInput.open {
	background: #595959;
	color: #f4f0e7;
}

.paramInput.open .ico {
	background-position: -27px -34px;
}

.paramList {
	display: none;
	position: absolute;
	left: -2px;
	top: 100%;
	z-index: 5;
	width: 100%;
	background: #f4f0e7;
	border-left: 2px solid #595959;
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	padding: 15px 0 0 0;
}

.paramList .greyCheck {
	margin: 0 15px 20px 15px;
}

.article__detail-picture {
    float: left;
	margin: 0 20px 20px 0;
	width: 370px;;
}

.whiteBut {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	padding: 0;
}

.whiteBut:hover,
.whiteBut:focus,
.whiteBut.active {
	color: #fff !important;
	background: #595959 !important;
}

.whiteBut.loading {
	position: relative;
	color: #fff !important;
	background: #595959 !important;
}

.whiteBut.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.whiteBut input,
.whiteBut button,
.whiteBut a {
	display: block;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	color: #595959;
	padding: 10px 25px;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

.whiteBut input:hover,
.whiteBut button:hover,
.whiteBut a:hover {
	color: #fff;
}

.whiteBut:hover {
	color: #fff;
}

.resetBut {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #343434;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
	width: 55%;
	float: right;
}

.resetBut input {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	color: #595959;
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: underline;
}

.resetBut:hover {
	opacity: 1;
	color: #343434;
}

.docs .left-column {
	width: 700px;
}

.docs .calendarInput {
	position: absolute;
	right: 0;
	width: 370px;
	z-index: 1;
}

.docs .inAttent {
	margin: 380px 0 30px 0;
}

.inAttent {
	margin: 0 0 30px 0;
	width: 370px;
	float: right;
}

.document_card {
	border: 2px solid #231f20;
	padding: 35px;
	margin: 0 0 40px 0;
}

.document_card h1 {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 24px;
	color: #343434;
	margin: 0 0 20px 0;
}

.document_card .doc_desc {
	margin: 0 0 40px 0;
}

.document_card .docTitle {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #231f20;
	text-transform: uppercase;
	margin: 0 0 40px 80px;
	position: relative;
}

.document_card .docTitle .ico {
	width: 44px;
	height: 44px;
	border: 2px solid #231f20;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 32px 0 -80px;
}

.document_card .docList .document {
	width: 49%;
	margin: 0;
}

.document_card .social-block .social-title {
	color: #595959;
}

.document_card .contactForm .formTitle {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: 0 2% 40px 2%;
}

.document_card .contactForm form {
	padding: 15px;
}

.document_card .contactForm form .inpBox {
	width: 46%;
	margin: 0 2% 30px 2%;
}

.document_card .contactForm form .blueCheck {
	display: block;
	margin: 0 15px 50px 40px;
	width: auto;
	float: none;
	clear: both;
	text-align: left;
}

.document_card .contactForm form .capchaBox {
	margin: 0 15px 15px 15px;
	width: auto;
	display: block;
	float: none;
}

.document_card .contactForm form .capchaBox .inpBox {
	margin: 0 15px 15px;
	padding: 0;
	width: 270px;
}

.document_card .contactForm form .formButton {
	width: 270px;
	float: right;
	margin: 0 2% 0px 0;
}

.document {
	height: inherit;
}

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

.news-right-block .news .news-item {
	width: auto;
}

.news-right-block .button {
	display: block;
	text-align: center;
}

.news-section {
	padding: 45px 0;
	background: #fff;
}

.news {
	margin: 0 -15px;
}

.i-press-equalheight {
    height: auto !important;
}

.news .news-item {
	width: 370px;
	float: left;
	margin: 0 0px 75px 30px; /*0 0px 50px 30px*/
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	position: static !important;
}

.i-news-main .news .news-item {
    /*width: 270px;*/
}

.news .news-item:hover {
	opacity: 0.8;
}

.news .news-item .news-item-date {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 17px;
	color: #444;
	margin: 0 0 10px;
}

.news .news-item .news-item-date strong {
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 18px;
	color: #444;
}

.news .news-item .news-item-date .news-item-type {
	margin: 0 0 0 10px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 11px;
	color: #d0d2d3;
	text-transform: uppercase;
	letter-spacing: 0.11em;
    white-space: nowrap;
}

.news .news-item .news-item-date .news-item-type a {
	color: #d0d2d3;
	text-decoration: none;
}

.news .news-item .news-item-date .news-item-type a:hover {
	color: #ee434a;
}

.news .news-item .news-item-link {
	text-decoration: none;
	line-height: 90%;
	display: block;
	margin: 0 0 9px;
}

.news .news-item .news-item-link img {
	margin: 0 0 10px;
	width: 100%;
	height: auto;
}

.news .news-item .news-item-link .news-item-title {
	padding: 5px 0 0 0;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 17px;
	color: #444;
	line-height: 120%;
	display: block;
}

.news .news-item .anons_picture {
	width: 100%;
	overflow: hidden;
	position: relative;
    height: 260px;
}

.news .news-item .anons_picture img {
	width: 100%;
	height: auto;
}

.news-menu {
	padding-bottom: 60px;
	background-color: #fff;
	text-align: center;
}

.news-menu .button {
	margin: 0 5px 15px 5px;
}

.news-right-block h1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.news-right-block .news .news-item {
	margin: 0 0 15px;
}

.news-right-block .news .news-item .news-item-type {
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
}

.social-block {
	margin: 0 0 37px;
}

.social-block .social-stat {
	position: relative;
	display: block;
	height: 28px;
	margin: 0 28px 0 0;
	padding: 0 10px 0 35px;
	float: left;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	background: #008bcb;
}

.social-block .social-stat.raited {
	cursor: default;
}

.social-block .social-stat.raited .stat-text {
	display: none;
}

.social-block .social-stat.raited .stat-count {
	display: block;
}

.social-block .social-stat .stat-text {
	display: block;
}

.social-block .social-stat .stat-count {
	display: none;
}

.social-block .social-stat .likeIco {
	display: inline-block;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 10px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -288px -65px;
}

.social-block .social-title {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	line-height: 29px;
	text-transform: uppercase;
	float: left;
	letter-spacing: 2px;
	margin: 0 10px 0 0;
}

.social-block .social-button {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: 0 15px 0 0;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	text-decoration: none;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

.social-block .social-button:hover {
	opacity: 1;
}

.social-block .social-button.social-button-fb {
	background-position: -478px -61px;
}

.social-block .social-button.social-button-tw {
	background-position: -430px -61px;
}

.social-block .social-button.social-button-vk {
	background-position: -404px -61px;
}

.social-block .social-button.social-button-mail {
	background-position: -447px -61px;
}

.social-block .social-button.social-button-gp {
	background-position: -454px -63px;
}

.social-block .social-button.social-button-ok {
	background-position: -387px -61px;
}

.social-block .social-button.social-button-chain {
	background-position: -85px -48px;
}

.printIco {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 28px 0 0;
	padding: 5px 10px 4px 10px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #008bcb;
}

.printIco .ico {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -267px -65px;
}

.departments-title {
	text-transform: uppercase;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}

.departments {
	margin: 0 -15px;
}

.departments .department {
	text-decoration: none;
	display: block;
	float: left;
	width: 366px;
	border: solid 2px #595959;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
	text-align: center;
	margin: 0 15px 30px;
	background: #fff;
	position: relative;
	height: 170px;
}

.news .departments .department {
	background: transparent;
}

.news .departments .department .department-title {
	text-transform: none;
}

.departments .department .department-icon {
	margin: 16px auto 0 auto;
	width: 70px;
	height: 70px;
	opacity: 0.7;
	-webkit-transition: opacity, 0.2s;
	-moz-transition: opacity, 0.2s;
	-ms-transition: opacity, 0.2s;
	-o-transition: opacity, 0.2s;
	transition: opacity, 0.2s;
	font-size: 10px;
	color: #595959;
	overflow: hidden;
}

.departments .department .department-icon img {
	display: block;
	max-width: none;
}

.departments .department .department-title {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 17px;
	color: #595959;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	margin: 7px 0 25px;
	line-height: 24px;
	padding: 0 15px;
}

.departments .department:hover {
	border-color: #c5c2bc;
}

.departments .department:hover img.department-icon {
	opacity: 1;
}

.departments .department:hover .department-title {
	color: #343433;
}

article.department {
	width: 670px;
}

article.department h1 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
}

article.department h2 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	text-transform: uppercase;
	margin: 50px 0 26px 0;
}

article.department p {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #231f20;
	margin: 0 0 10px 20px;
	line-height: 21px;
}

article.department ul {
	margin: 0;
	padding: 0;
}

article.department ul li {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #231f20;
	margin: 0 0 10px 25px;
	line-height: 21px;
}

article.department ul li p {
	margin: 0;
}

.department-workers {
	margin: 35px 0 0 20px;
}

.department-workers .department-worker {
	margin: 0 0 33px;
}

.department-workers .department-worker .department-worker-image {
	float: left;
	font-size: 10px;
	color: inherit;
}

.department-workers .department-worker .department-worker-image img {
	width: 66px;
	border: solid 2px #595959;
}

.department-workers .department-worker .department-worker-document {
	cursor: pointer;
	margin: 12px 0 0 18px;
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #fff;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -295px -89px;
	border: 2px solid #595959;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.department-workers .department-worker .department-worker-document:hover,
.department-workers .department-worker .department-worker-document:focus {
	background-color: #595959;
	background-position: -332px -89px;
}

.department-workers .department-worker .department-worker-document.disabled {
	background-color: #fff;
	background-position: -295px -89px;
	opacity: 0.5;
	cursor: default;
}

.department-workers .department-worker .department-worker-desc {
	margin: 0 0 0 150px;
}

.department-workers .department-worker .department-worker-desc .department-worker-name {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	text-transform: none;
	margin: 10px 0 5px;
}

.department-workers .department-worker .department-worker-desc .department-worker-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	margin: 0 0 8px;
}

.department-workers .department-worker .department-worker-desc .department-worker-contacts {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
}

.department-workers .department-worker .department-worker-desc.department-worker-desc-plain {
	margin: 0;
}

.department-workers .department-worker .department-worker-desc.i-department-worker-desc-plain-pic {
	margin: 0 0 0 85px !important;
}

.department-workers .department-worker .department-worker-desc.department-worker-desc-nolink {
	margin: 0 0 0 85px;
}

.department-build {
	background-color: #fff;
}

article.article h1 {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 24px;
	color: #231f20;
	margin: 0 0 20px 0;
}

article.article .artile-news-header {
	margin: 10px 0 30px 0;
}

article.article .artile-news-header span.artile-news-header-date {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 30px;
	color: #444;
	margin: 0 0 10px;
}

article.article .artile-news-header span.artile-news-header-date strong {
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 30px;
	color: #444;
}

.artile-news-header p{
    font-size: 15px;
    text-transform: uppercase;
}
article.article .artile-news-header span.artile-news-header-date .artile-news-header-type {
	margin: 0 0 0 15px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 21px;
	color: #d0d2d3;
	text-transform: uppercase;
}

article.article .article-intro {
	margin: 0 0 20px 0;
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 21px;
	color: #231f20;
	line-height: 29px;
}

article.article .article-text {
	margin: 33px 0 42px;
}

article.article .article-text p,
article.article .article-text ul,
article.article .article-text ol {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #231f20;
	line-height: 1.4em;
	margin: 0 70px 17px;
}

article.article .article-text p.note,
article.article .article-text ul.note,
article.article .article-text ol.note {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 21px;
	color: #231f20;
	margin: 25px 0;
	line-height: 30px;
	border-top: solid 3px #231f20;
	border-bottom: solid 3px #231f20;
	padding: 15px 28px;
}

article.article .youtube {
	height: 700px;
}

article.article .youtube iframe {
	position: relative;
	width: 100%;
	height: 100%;
}

.press-presentation iframe {
	max-width: 1170px;
	width: 100%;
}

div.article-news,
.article-news {
	margin-top: 105px;
}

div.article-news .news-menu,
.article-news .news-menu {
	text-align: center;
	margin: 0 15px 66px;
}

table td {
	font-size: 14px;
    padding: 0 5px 0px;
}

.tableContainer {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.tableContainer table {
	font-size: 16px;
}

.tableContainer::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.tableContainer::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0,0,0,0.3);
}

.bioLinks {
	position: relative;
}

.bioLinks .worker {
	background: #fff;
	margin: 0 100px;
	display: table;
}

.bioLinks .worker .worker-image {
	display: table-cell;
	vertical-align: middle;
	width: 270px;
	height: 270px;
}

.bioLinks .worker .worker-image img {
	border: solid 2px #595959;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.bioLinks .worker .worker-desc {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 30px;
}

.bioLinks .worker .worker-desc .worker-name {
	text-transform: none;
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 30px;
	color: #595959;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

.bioLinks .worker .worker-desc .worker-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	line-height: 1.2em;
}

.bioLinks .worker-arrow {
	width: 70px;
	position: absolute;
	top: 100px;
	text-align: center;
	font-size: 26px;
	color: #444;
	line-height: 20px;
	font-family: Arial;
	text-decoration: none;
	z-index: 100;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.bioLinks .worker-arrow img {
	width: 66px;
	height: 66px;
	border: solid 2px #595959;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.bioLinks .worker-arrow.worker-arrow-left {
	left: 0;
}

.bioLinks .worker-arrow.worker-arrow-right {
	right: 0;
}

.bioLinks .worker-arrow:hover {
	opacity: 0.8;
}

.bioLinks .worker-arrow:hover img {
	border-color: transparent;
}

.workers-bio .bio-dates {
	margin: 50px 30px;
}

.workers-bio .bio-dates .col-left {
	width: 47%;
	float: left;
}

.workers-bio .bio-dates .col-right {
	width: 47%;
	float: right;
}

.workers-bio .bio-dates .bio-period {
	margin: 0 0 28px;
}

.workers-bio .bio-dates .bio-period .bio-period-date {
	margin: 0 0 7px;
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
}

.workers-bio .bio-dates .bio-period .bio-period-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 21px;
	color: #595959;
}

.workers-structure {
	margin: 0 0 50px;
}

.workers-structure hr {
	margin: 20px 0;
	border: 0;
	background: #595959;
	opacity: 0.2;
	height: 1px;
}

.workers-structure .worker {
	margin: 0;
}

.workers-structure .worker .worker-image {
	float: left;
	width: 270px;
	height: 270px;
}

.workers-structure .worker .worker-image img {
	border: solid 2px #595959;
	width: 266px;
	height: 266px;
	display: block;
}

.workers-structure .worker .worker-desc {
	padding: 20px 0 0 300px;
}

.workers-structure .worker .worker-desc .worker-name {
	text-transform: none;
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 30px;
	color: #595959;
	margin: 0 0 20px 0;
}
.workers-structure .worker .worker-desc .worker-name a {
	color: #595959;
	text-decoration: none;
}

.workers-structure .worker .worker-desc .worker-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	margin: 0 0 15px;
}

.workers-structure .worker .worker-desc .worker-bio {
	display: inline-block;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	text-transform: uppercase;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	margin: 25px 0 0 0;
	padding: 0 25px 0 15px;
	background: #fff;
	border: 2px solid #595959;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.workers-structure .worker .worker-desc .worker-bio .icon {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 35px;
	margin: 0 20px 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -305px -94px;
}

.workers-structure .worker .worker-desc .worker-bio:hover,
.workers-structure .worker .worker-desc .worker-bio:focus {
	color: #fff;
	background: #595959;
}

.workers-structure .worker .worker-desc .worker-bio:hover .icon,
.workers-structure .worker .worker-desc .worker-bio:focus .icon {
	background-position: -342px -93px;
}

.workers-structure .worker.worker-structure-small {
	width: auto;
	margin: 10px 0 0;
}

.workers-structure .worker.worker-structure-small .blueCheck {
	height: 170px;
	width: 170px;
}

.workers-structure .worker.worker-structure-small .worker-image {
	height: 170px;
	width: 170px;
	background: url("../img/i.jpg");
}

.workers-structure .worker.worker-structure-small .worker-image img {
	height: 166px;
	width: 166px;
}

.workers-structure .worker.worker-structure-small .worker-desc {
	padding: 10px 0 0 200px;
}

.workers-structure .worker .worker-title {
	display: block;
	width: 80%;
	text-decoration: none;
}

.workers-structure .worker .worker-title.disabled .worker-title-icon {
	opacity: 0.5;
}

.workers-structure .worker .worker-title .worker-title-icon {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #fff;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -295px -89px;
	float: left;
	border: 2px solid #595959;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.workers-structure .worker .worker-title .worker-name {
	text-transform: none;
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	margin: 12px 0 10px 65px;
}

.workers-structure .worker .worker-title .worker-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	margin: 0 0 10px 65px;
}

.workers-structure .worker .worker-title:hover .worker-title-icon,
.workers-structure .worker .worker-title:focus .worker-title-icon {
	background-color: #595959;
	background-position: -332px -89px;
}

.workers-structure .worker .worker-title:hover h1.worker-name,
.workers-structure .worker .worker-title:focus h1.worker-name {
	color: #343434;
}

.workers-structure .worker .worker-title:hover .worker-post,
.workers-structure .worker .worker-title:focus .worker-post {
	color: #343434;
}

.workers-structure .worker .worker-places .worker-place {
	display: table;
	width: 350px;
	margin: 0 30px 0 0;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	float: left;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.workers-structure .worker .worker-places .worker-place:hover,
.workers-structure .worker .worker-places .worker-place:focus {
	color: #343434;
}

.workers-structure .worker .worker-places .worker-place:hover .worker-place-icon,
.workers-structure .worker .worker-places .worker-place:focus .worker-place-icon {
	opacity: 1;
}

.workers-structure .worker .worker-places .worker-place .worker-place-icon {
	width: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	opacity: 0.75;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	padding: 0 0 0 20px;
	font-size: 10px;
}

.workers-structure .worker .worker-places .worker-place .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.workers-structure .worker .worker-places .worker-place .arrow {
	width: 10px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -10px 0 0 0;
	background: url("../img/icons.png") no-repeat -47px -26px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.workers-structure .worker .worker-places .worker-place:hover .arrow {
	right: -20px;
}

.workers-structure .worker .worker-places .worker-place.single {
	width: 90%;
}

.activities .js-openSection {
	border-top: 2px solid #595959;
	padding: 30px 0;
}

.activities .collapseCont .js-openSection:first-child {
	border-top: none;
}

.activities .activity {
	text-align: center;
	padding: 22px 0 0;
}

.activities .activity .activity-header {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #343434;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 10px 0;
}

.activities .activity .activity-header a {
	border-bottom: 2px solid #343434;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.activities .activity .activity-header a:hover {
	border-color: transparent;
}

.activities .activity ul.activity-links {
	padding: 3px 0 24px;
	margin: 0;
}

.activities .activity ul.activity-links li {
	display: inline-block;
}

.activities .activity ul.activity-links li a {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #696969;
	text-decoration: underline;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	margin: 0 15px;
	line-height: 1.7em;
}

.activities .activity ul.activity-links li a:hover {
	color: #343434;
	text-decoration: none;
}

.activities .activity .activity-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 18px;
	color: #343434;
	line-height: 27px;
	margin: 0 100px;
	text-align: left;
}

.activity-features {
	margin: 45px 10px 30px 10px;
}

.activity-features .activity-feature {
	opacity: 0.9;
	height: 63px;
	width: 30%;
	margin: 0 30px 0 0;
	float: left;
	display: table;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	text-decoration: none;
	-webkit-transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	-moz-transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	-ms-transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	-o-transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	transition: opacity 0.3s, color 0.3s, border-color 0.3s;
	position: relative;
}

.activity-features .activity-feature:hover,
.activity-features .activity-feature:focus {
	color: #343434;
	border-color: #c5c2bc;
}

.activity-features .activity-feature:hover img,
.activity-features .activity-feature:focus img {
	opacity: 1;
}

.activity-features .activity-feature:hover .activity-feature-director-post,
.activity-features .activity-feature:focus .activity-feature-director-post,
.activity-features .activity-feature:hover .activity-feature-director-name,
.activity-features .activity-feature:focus .activity-feature-director-name {
	color: #343434 !important;
}

.activity-features .activity-feature:hover .arrow,
.activity-features .activity-feature:focus .arrow {
	right: -20px;
}

.activity-features .activity-feature .icon {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
}

.activity-features .activity-feature .icon img {
	display: block;
	opacity: 0.75;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.activity-features .activity-feature .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 20px 0 10px;
}

.activity-features .activity-feature .arrow {
	width: 10px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -10px 0 0 0;
	background: url("../img/icons.png") no-repeat -48px -27px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.activity-features .activity-feature.activity-feature-director img {
	opacity: 1;
	width: 60px;
	border: solid 2px #666;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.activity-features .activity-feature.activity-feature-director .activity-feature-director-post,
.activity-features .activity-feature.activity-feature-director .activity-feature-director-name {
	display: block;
	color: #595959;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.activity-features .activity-feature.activity-feature-director .activity-feature-director-post {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
}

.activity-features .activity-feature.activity-feature-director .activity-feature-director-name {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	text-decoration: underline;
}

.activity-features .activity-feature.activity-feature-director:hover img,
.activity-features .activity-feature.activity-feature-director:focus img {
	border-color: #c5c2bc;
}

article.activity {
	margin: 0 0 40px 0;
}

article.activity .activity-dropdown-container.active .activity-dropdown-header {
	color: #fff;
	background: #595959;
}

article.activity h1 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
}

article.activity h2 {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	text-transform: uppercase;
	margin: 50px 0 26px 0;
}

article.activity .activity-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

article.activity .activity-department {
	display: table;
	opacity: 0.9;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	width: 100%;
	margin: 30px 0 10px;
	text-align: left;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #343434;
	text-decoration: none;
	padding: 0 20px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.activity .activity-department .icon {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

article.activity .activity-department .icon img {
	display: block;
}

article.activity .activity-department .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 40px 0 10px;
}

article.activity .activity-department .arrow {
	width: 10px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0 0;
	background: url("../img/icons.png") no-repeat -48px -27px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

article.activity .activity-department:hover {
	opacity: 1;
}

article.activity .activity-department:hover .arrow {
	right: 0;
}

article.activity h1.activity-directions {
	color: #595959;
}

.activity-dropdown-container {
	border: solid 2px #041e41;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
}

.activity-dropdown-container.active .activity-dropdown-header {
	color: #fff;
	background: #041e41;
}

.activity-dropdown-container.active .activity-dropdown-header .activity-dropdown-arrow {
	background: url("../img/icons.png") no-repeat 0 -34px;
}

.activity-dropdown-container .activity-dropdown-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	padding: 12px 35px 10px 25px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	line-height: 22px;
}

.activity-dropdown-container .activity-dropdown-header .activity-dropdown-arrow {
	right: 12px;
	top: 14px;
	position: absolute;
	width: 16px;
	height: 11px;
	background: url("../img/icons.png") no-repeat 0 -45px;
}

.activity-dropdown-container .activity-dropdown-header:hover {
	color: #fff;
	background: #041e41;
}

.activity-dropdown-container .activity-dropdown-header:hover .activity-dropdown-arrow {
	background: url("../img/icons.png") no-repeat 0 -34px;
}

.activity-dropdown-container .activity-dropdown-content {
	padding: 25px 25px 10px 25px;
	display: none;
}

.activity-dropdown-container .activity-dropdown-content .activity-dropdown-content-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	line-height: 21px;
	margin: 0 0 30px 0;
}

.activity-dropdown-container .activity-dropdown-content .view-more {
	font-size: 15px;
	display: block;
	text-align: right;
	color: #595959;
	margin-bottom: 10px;
}

.activity-dropdown-container .activity-dropdown-content .view-more:hover {
	color: #b40404;
}

.activity-dropdown-container .contacts-phones .contacts-phone {
	width: 49%;
	text-align: left;
}

.grey-bg .activity-dropdown-container {
	border: solid 2px #595959;
}

.grey-bg .activity-dropdown-container.active .activity-dropdown-header {
	color: #fff;
	background: #595959;
}

.grey-bg .activity-dropdown-container.active .activity-dropdown-header .activity-dropdown-arrow {
	background: url("../img/icons.png") no-repeat -27px -23px;
}

.grey-bg .activity-dropdown-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
}

.grey-bg .activity-dropdown-header .activity-dropdown-arrow {
	background: url("../img/icons.png") no-repeat -27px -12px;
}

.grey-bg .activity-dropdown-header:hover {
	color: #f4f0e7;
	background: #595959;
}

.grey-bg .activity-dropdown-header:hover .activity-dropdown-arrow {
	background: url("../img/icons.png") no-repeat -27px -23px;
}

.grey-bg .activity-dropdown-content-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #444;
}

.activity-article {
	margin-bottom: 50px;
}

.activity-dropdown-documents h3 {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 21px;
	color: #444;
	margin: 0 0 30px 0;
	text-transform: none;
}

.activity-dropdown-documents p {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #444;
	margin: 0 0 1em;
}

.activity-dropdown-documents .document {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0 30px 0;
	padding: 0 20px 0 80px;
}

.activity-dropdown-documents .contacts-phones {
	margin: 0;
}

.activity-dropdown-documents .contacts-phones .contacts-phone {
	width: 49%;
	text-align: left;
}

.usefulBlock {
	margin: 40px 0;
}

.usefulBlock .activity-dropdown-container.active .activity-dropdown-header {
	color: #fff;
	background: #041e41;
}

article.tender .activity-dropdown-container.active .activity-dropdown-header {
	color: #fff;
	background: #041e41;
}

.activity-help {
	margin: 40px 0;
}

.activity-help h1 {
	margin: 0 0 10px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
}

.activity-help .activity-help-desc {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	width: 500px;
	margin: 0 0 10px;
}

.activity-help a.button {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #595959;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.activity-help a.button:hover,
.activity-help a.button:focus,
.activity-help a.button.active {
	color: #fff !important;
	background: #595959 !important;
}

.activity-help a.button.loading {
	position: relative;
	color: #fff !important;
	background: #595959 !important;
}

.activity-help a.button.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.activity-right-block {
	margin: 0 0 40px 0;
}

.activity-right-block h1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #595959;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.activity-right-block h2,
.activity-right-block h2 a {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 14px;
	color: #343434;
	text-transform: uppercase;
	margin: 40px 0 15px;
}

.activity-right-block h2 a {
	text-decoration: underline;
}

.activity-right-block a {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 14px;
	color: #595959;
	display: block;
	margin: 0 0 14px;
}

.activity-right-block a:hover {
	text-decoration: none;
}

.activity-feature-director,
.activity-feature-document {
	vertical-align: top;
}

.activity-features a {
	text-decoration: none;
	color: inherit;
}

.contacts-map-container {
	position: absolute;
    height: 100%;
    width: 100%;
    background: url('/img/minst_map.jpg?3') center -85px no-repeat #0d1e3e;
}

.contacts-map-container .contacts-map {
	height: 100%;
    width: 100%;
}

.gm-style-cc {
	display: none;
}

.contacts {
	margin: 0 auto 0;
	padding: 35px 0 0 0;
}

.contacts .contacts-phones {
	margin: 105px 0 30px 0;
}

.contacts .contacts-map-address {
	margin: 190px auto 156px;
	width: 650px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.contact-forms .institute-tabs .institute-tab {
	padding: 15px 20px;
	text-align: center;
	font-size: 13px;
}

.tab-text {
	padding: 25px;
}

.open-section {
	margin-top: 25px;
}

.socLinks {
	text-align: center;
	padding: 80px 0;
}

.socLinks .socBlock {
	display: inline-block;
	width: 140px;
	margin: 0 50px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.socLinks .socBlock .ico {
	display: inline-block;
	height: 61px;
	margin: 0 0 15px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

.socLinks .socBlock .ico.in {
	width: 61px;
	background-position: -214px 0;
}

.socLinks .socBlock .ico.yt {
	width: 73px;
	background-position: -284px 0;
}

.socLinks .socBlock .ico.tw {
	width: 63px;
	background-position: -369px 0;
}

.socLinks .socBlock .ico.fb {
	width: 62px;
	background-position: -439px 0;
}

.socLinks .socBlock:hover {
	color: #007dc6;
}

.socLinks .socBlock:hover .ico {
	background-image: url("../img/icons-hover.png");
}

.socLinks .socBlock:hover .ico.in {
	background-position: -214px 0;
}

.socLinks .socBlock:hover .ico.yt {
	background-position: -284px 0;
}

.socLinks .socBlock:hover .ico.tw {
	background-position: -369px 0;
}

.socLinks .socBlock:hover .ico.fb {
	background-position: -439px 0;
}

.areaBox {
	margin: 0 15px 63px;
	position: relative;
}

.areaBox textarea {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	border: none;
	border-bottom: solid 2px #0d1e3e;
	outline: none;
	-webkit-transition: border-color 0.2s, color 0.2s;
	-moz-transition: border-color 0.2s, color 0.2s;
	-ms-transition: border-color 0.2s, color 0.2s;
	-o-transition: border-color 0.2s, color 0.2s;
	transition: border-color 0.2s, color 0.2s;
}

.areaBox textarea:focus {
	border-color: #33a2d5;
	color: #33a2d5;
}

.areaBox textarea.error {
	color: #ed363d;
	border-bottom: solid 2px #ed363d;
}

.areaBox label.error {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #ed363d;
}

.inpBox {
	position: relative;
}

.inpBox input {
	width: 100%;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	border: none;
	border-bottom: solid 2px #0d1e3e;
	background: none;
	outline: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: border-color 0.2s, color 0.2s;
	-moz-transition: border-color 0.2s, color 0.2s;
	-ms-transition: border-color 0.2s, color 0.2s;
	-o-transition: border-color 0.2s, color 0.2s;
	transition: border-color 0.2s, color 0.2s;
}

.inpBox.dateField input {
    width: 80%;
}

.inpBox input:focus {
	border-color: #33a2d5;
	color: #33a2d5;
}

.inpBox input.error {
	color: #ed363d;
	border-bottom: solid 2px #ed363d;
}

.inpBox label.error {
	position: absolute;
	left: 0;
	top: 30px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #ed363d;
	text-align: left;
}


.contacts-input-file-container {
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: -11px 15px 56px;
	padding: 9px 9px 9px 40px;
	float: left;
	width: 270px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contacts-input-file-container .fileIco {
	width: 23px;
	height: 29px;
	position: absolute;
	left: 10px;
	top: 6px;
	background-image: url("../img/icons.png");
	background-position: -171px -123px;
	background-repeat: no-repeat;
}

.contacts-input-file-container label.error {
	text-transform: none;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #ed363d;
}

.contacts-input-file-container .contacts-input-file {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	line-height: 100px;
	width: 100%;
	margin: 0;
}

.contacts-input-file-container .fileformlabel {
	display: none;
}

.contacts-input-file-container.full {
	border: solid 2px transparent;
	background: none;
	padding: 9px 0;
}

.contacts-input-file-container.full .label {
	display: none;
}

.contacts-input-file-container.full .fileformlabel {
	display: block;
	text-transform: none;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	width: 100%;
	height: 100%;
}

.contacts-input-file-container.full .fileformlabel .txt {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contacts-input-file-container.full .fileformlabel .del {
	color: #007dc6;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.contacts-input-file-container.full .fileformlabel .del:hover {
	color: #0d1e3e;
}

.contacts-button {
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.contacts-button.contacts-button-send {
	padding: 10px 128px;
	float: right;
}

.contacts-button:active {
	border-color: #33a2d5;
	color: #33a2d5;
}

.contacts-phones {
	margin: 30px 0;
}

.contacts-phones .contacts-phone {
	text-align: center;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 50px 0;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts-phone.wide {
	width: 64%;
}
.contacts-phones .contacts-phone .contacts-phone-title {
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
}

.contacts-phones .contacts-phone .contacts-phone-value {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
}

.open-ministery {
	padding: 0 0 125px;
}

.open-ministery .open-ministery-items {
	width: 1170px;
	margin: 0 auto;
     position: relative;
}

.open-ministery .open-ministery-items .openMinistery {
	padding: 40px 0;
	margin: 0;
    position: relative;
}

.open-ministery .open-ministery-items .openMinistery .ico {
	width: 200px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.open-ministery .open-ministery-items .openMinistery .ico img {
	display: block;
	width: 100%;
	height: auto;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item {
	text-decoration: none;
	width: 170px;
	height: 170px;
	float: left;
	display: block;
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 13px;
	color: #0d1e3e;
	text-align: center;
	text-transform: uppercase;
	margin: 65px 40px 0 0;
	line-height: 170px;
	background: #fff;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 10px;
}

.open-ministry-menu a {
	line-height: 40px;
}

.formButton {
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-ms-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	display: inline-block;
	background: #fff;
}

.formButton input,
.formButton button,
.formButton a {
	display: block;
	background: none;
	text-decoration: none;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-align: center;
	border: none;
	text-transform: uppercase;
	padding: 8px 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formButton:active {
	border-color: #33a2d5;
}

.formButton:active input {
	color: #33a2d5;
}

.formButton input:disabled {
	opacity: 0.5;
}

.capchaBox .capcha {
	display: inline-block;
	vertical-align: middle;
	width: 195px;
}

.capchaBox .capcha img {
	display: block;
	height: 44px;
	margin: 0 0 0 44px;
}

.capchaBox .capcha .load {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -108px -121px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.capchaBox .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 11px;
	margin: 0 25px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -58px;
}

.capchaBox .inpBox {
	display: inline-block !important;
	vertical-align: middle;
	width: 200px;
	margin: 0;
}

.contactForm {
	border: solid 2px #0d1e3e;
	background: #fff;
}

.contactForm form {
	padding: 86px 130px 0 130px;
}

.contactForm .formButton {
	float: right;
	margin: 0 15px 40px 0;
	width: 365px;
}

.contactForm .areaBox {
	width: 97%;
	margin: 0 1% 60px 1%;
	position: relative;
}

.contactForm .inpBox {
	width: 31%;
	float: left;
	margin: 0 1% 60px 1%;
}

.contactForm .capchaBox {
	width: 540px;
	float: left;
	margin: 0 15px 50px 15px;
	overflow: hidden;
}

.contactForm .capchaBox .inpBox {
	width: 260px;
	float: none;
	margin: 0;
    height: 50px;
}

.contactForm .selectBox {
	width: 97%;
	margin: 0 1% 60px 1%;
	border-bottom: solid 2px #0d1e3e;
	z-index: 1;
}

.contactForm .selectBox .error {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #ed363d;
}

.contactForm .selectBox .ffSelectWrapper {
	width: 100%;
}

.contactForm .selectBox .ffSelectWrapper .ffSelectButton .ffSelectButtonTitle {
	display: block;
}

.contactForm .selectBox .ffSelectWrapper .ffSelectButton .ffSelectButtonButton {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.contactForm .contacts-input-file-container {
	width: 31%;
	float: left;
	margin: 0 1% 15px 1%;
	text-align: left;
}

.contactForm .blueCheck {
	display: inline-block;
	margin: 0 15px 45px 35px;
	width: 285px;
	float: right;
}

.contactForm .blueCheck label {
	font-size: 14px;
}

.contactForm .modal {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uiCalendar {
	position: relative;
	border: solid 2px #0d1e3e;
}

.uiCalendar .calendar-icon {
	background: url("../img/icons.png") no-repeat -265px -88px;
	width: 28px;
	height: 30px;
	display: inline-block;
	margin: 10px 15px 10px 20px;
	vertical-align: -16px;
	float: left;
}

.uiCalendar .dateBox {
	margin: 15px 15px 10px 65px;
}

.uiCalendar .dateBox input {
	width: 95px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	display: inline-block;
	cursor: pointer;
	border: none;
	background: none;
}

.uiCalendar .dateBox input:hover {
	text-decoration: underline;
}

.uiCalendar .dateBox input:focus {
	color: #1193ce;
}

.uiCalendar .dateBox span {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	margin: 0 10px;
}

.grey-bg .uiCalendar {
	border: solid 2px #595959;
}

.grey-bg .calendar-icon {
	background: url("../img/icons.png") no-repeat -265px -119px;
}

.grey-bg .dateBox input {
	color: #595959;
}

.grey-bg .dateBox span {
	color: #595959;
}

.grey-bg #ui-datepicker-div {
	margin-top: -2px;
	background: #f4f0e7;
	border: 2px solid #595959;
	color: #595959;
	display: none;
}

.grey-bg #ui-datepicker-div .ui-datepicker-header,
.grey-bg #ui-datepicker-div .ui-datepicker-calendar {
	border: none;
}

.calendarInput {
	position: relative;
}

#ui-datepicker-div {
	background: #fff;
	color: #0d1e3e;
	z-index: 99 !important;
	position: absolute;
	width: 100%;
}

#ui-datepicker-div .ui-datepicker-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #343434;
	text-align: center;
	padding: 20px 60px 10px 60px;
	border: 1px solid #0d1e3e;
	border-bottom: none;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
	display: none;
}

#ui-datepicker-div table.ui-datepicker-calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0d1e3e;
	border-top: none;
}

#ui-datepicker-div table.ui-datepicker-calendar th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #868e9e;
}

#ui-datepicker-div table.ui-datepicker-calendar td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

#ui-datepicker-div table.ui-datepicker-calendar td a {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	text-decoration: none;
}

#ui-datepicker-div table.ui-datepicker-calendar td a:hover {
	color: #1193ce;
	text-decoration: none;
}

#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-active {
	color: #1193ce;
}

#ui-datepicker-div table.ui-datepicker-calendar td a.ui-priority-secondary {
	opacity: 0.8;
	color: #868e9e;
}

#ui-datepicker-div .ffSelectWrapper {
	margin: 0 15px;
}



.gallery .gallery-image {
	width: 800px;
	height: 500px;
	float: left;
	position: relative;
}


.i-simp-calendar {
	background: #fff;
	color: #0d1e3e;
	z-index: 99 !important;
	width: 100%;
}

.i-simp-calendar .ui-datepicker-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #343434;
	text-align: center;
	padding: 20px 60px 10px 60px;
	border: 1px solid #0d1e3e;
	border-bottom: none;
    height: 25px;
}

.i-simp-calendar .ui-datepicker-prev,
.i-simp-calendar .ui-datepicker-next {
	display: none;
}

.i-simp-calendar table.ui-datepicker-calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0d1e3e;
	border-top: none;
}

.i-simp-calendar table.ui-datepicker-calendar th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #868e9e;
}

.i-simp-calendar table.ui-datepicker-calendar td {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.i-simp-calendar table.ui-datepicker-calendar td a {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	text-decoration: none;
}

.i-simp-calendar table.ui-datepicker-calendar td a:hover {
	color: #1193ce;
	text-decoration: none;
}

.i-simp-calendar table.ui-datepicker-calendar td a.ui-state-active {
	color: #1193ce;
}

.i-simp-calendar table.ui-datepicker-calendar td a.ui-priority-secondary {
	opacity: 0.8;
	color: #868e9e;
}

.i-simp-calendar .ffSelectWrapper {
	margin: 0 15px;
}

.gallery .gallery-image .gallery-arrow {
	width: 50px;
	position: absolute;
	top: 0;
	height: 500px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.gallery .gallery-image .gallery-arrow.gallery-arrow-prev {
	background: url("../img/gallery-prev.png") no-repeat center #bfddec;
	left: 0;
}

.gallery .gallery-image .gallery-arrow.gallery-arrow-next {
	background: url("../img/gallery-next.png") no-repeat center #bfddec;
	right: 0;
}

.gallery .gallery-image .gallery-arrow:hover {
	opacity: 1;
}

.gallery .gallery-previews {
	width: 360px;
	height: 500px;
	overflow: hidden;
	float: right;
}

.gallery .gallery-previews .gallery-preview {
	width: 170px;
	height: 114px;
	float: left;
	margin: 0 5px 10px;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.gallery .gallery-previews .gallery-preview img {
	width: 170px;
	height: 114px;
}

.gallery .gallery-previews .gallery-preview.active {
	opacity: 0.6;
}

.gallery .gallery-previews .gallery-preview:hover {
	opacity: 0.6;
}

.gallery .gallery-info {
	margin: 20px 0 0;
}

.gallery .gallery-info .gallery-numbers {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 36px;
	color: #444;
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
}

.gallery .gallery-info .gallery-numbers sup {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 24px;
	color: #444;
	vertical-align: -3px;
}

.gallery .gallery-info .gallery-image-desc {
	float: left;
	width: 700px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #444;
}

.govjob .contacts-form {
	margin: 0 0 100px;
}

.govjob .contacts-form .contacts-button-send {
	padding: 10px;
	float: left;
	margin: 0 15px 63px;
	width: 270px;
}

.govjob h1,
.govjob .H1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.vacancies {
	margin: 0 -15px 40px;
}

.vacancies .vacancy {
	border: solid 2px #0d1e3e;
	width: 316px;
	float: left;
	margin: 0 15px 30px;
	padding: 5px 25px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.vacancies .vacancy h2 {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.vacancies .vacancy .vacancy-desc {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	text-align: left;
	margin: 0 0 12px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.vacancies .vacancy .vacancy-moar {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #0d1e3e;
	text-decoration: underline;
	text-transform: uppercase;
	height: 29px;
	display: inline-block;
	line-height: 29px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.vacancies .vacancy .vacancy-moar .ico {
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 29px;
	margin: 0 10px 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -214px -87px;
}

.vacancies .vacancy input.vacancy-checkbox {
	display: none;
}

.vacancies .vacancy label.noCheckbox {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #0d1e3e;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.vacancies .vacancy label.noCheckbox::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 6px 0 20px;
	background: url("../img/icons.png") no-repeat -23px -76px;
	vertical-align: -6px;
	cursor: pointer;
}

.vacancies .vacancy .vacancy-salary {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 0;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.vacancies .vacancy.active {
	background: #0d1e3e;
}

.vacancies .vacancy.active h2 {
	color: #fff;
}

.vacancies .vacancy.active .vacancy-desc {
	color: #fff;
}

.vacancies .vacancy.active a.vacancy-moar {
	color: #fff;
}

.vacancies .vacancy.active a.vacancy-moar .ico {
	background-position: -214px -116px;
}

.vacancies .vacancy.active label.noCheckbox {
	color: #fff;
}

.vacancies .vacancy.active label.noCheckbox::before {
	background: url("../img/icons.png") no-repeat -23px -136px;
}

.vacancies .vacancy.active .vacancy-salary {
	color: #fff;
}

.jobForm {
	border: solid 2px #0d1e3e;
	background: #fff;
	margin: 0 0 40px 0;
}

.jobForm form {
	padding: 86px 130px 0 130px;
}

.jobForm .formButton {
	float: right;
	margin: 0 15px 40px 0;
	width: 365px;
}

.jobForm .areaBox {
	width: 870px;
	margin: 0 15px 60px;
}

.jobForm .inpBox {
	width: 270px;
	float: left;
	margin: 0 15px 60px;
}

.jobForm .capchaBox {
	width: 500px;
	float: left;
}

.jobForm .capchaBox .inpBox {
	width: 200px;
	float: none;
	margin: 0;
}

.jobForm input.vacancy-checkbox {
	display: none;
}

.docList .document {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 40px 80px;
}

.civil-section .section-footer {
	margin-top: 50px;
}

.civil-section .section-footer .simpleText {
	font-size: 17px;
	margin-top: 20px;
}

.civil-service-mates h2 {
	margin: 50px 0 26px 0;
}

.civil-service-mates .department-worker-name,
.civil-service-mates .department-worker-post,
.civil-service-mates .department-worker-contacts {
	color: #444 !important;
}

.right-column .news-item,
.vacancies .news-item {
	float: none;
}

.right-column .news-item a,
.vacancies .news-item a {
	margin: 0;
}

.gov-jobs-section,
.organizations-section {
	background: #fff;
}

.press-types {
	margin: 10px 0 32px;
}

.press-types .press-type {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 14px;
	color: #444;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	margin: 0 19px 0 0;
}

.press-types .press-type:hover,
.press-types .press-type:focus,
.press-types .press-type.active {
	text-decoration: none;
	color: #ee434a;
}

#presentations:hover,
#presentations:focus,
#presentations.active {
	color: #007DC3;
}
.press-types-select {
	display: none;
}

.press-center {
	overflow: hidden;
}

.press-center h1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	text-transform: uppercase;
}

.press-center .moar-button {
	text-align: center;
	margin: 0 0 40px;
	clear: both;
}

.press-center .press-photos.news {
	text-align: left;
}

aside.press {
	float: right;
	width: 370px;
	margin: 0 15px 0 0;
	height: 990px; /*940px*/
	overflow: hidden;
}

.press-video aside.press {
    height: auto !important;
}

aside.press .press-twitter {
	margin: 30px 0;
}

.i-press-equalheight .news .news-item {
	height: 420px; /*380px*/
}

.press-videos .press-video-big {
	float: left;
	width: 770px;
    position: relative;
}

.press-videos .press-video-big img {
	width: 770px;
	height: 450px;
}

.press-videos .press-videos-previews {
	float: right;
	margin: 0;
	width: 370px;
	height: 450px;
	overflow: hidden;
}

.press-videos .press-videos-previews .mCSB_scrollTools {
	right: 8px;
}

.press-videos .press-videos-previews .mCSB_draggerRail {
	background-color: rgba(0,0,0,0.2);
}

.press-videos .press-videos-previews .press-videos-preview {
	position: relative;
	margin: 0 0 10px 0;
}

.press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -45px;
}

.press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-play,
.press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-share {
	display: inline-block;
	height: 33px;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

.press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-play {
	width: 44px;
	background-position: -382px -283px;
}

.press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-share {
	width: 33px;
	background-position: -171px -86px;
	margin: 0 10px 0 0;
}

.press-video-big-desc {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
	color: #444;
	margin: 0 0 10px;
}

.press-video {
	margin: 0;
}

.press-video .news-item-date {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #444;
	margin: 0 0 10px;
	display: block;
}

.press-video .news-item-date strong {
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 18px;
	color: #444;
}

.press-video .press-video-big {
	float: left;
	width: 770px;
	position: relative;
}

.press-video .press-video-big img {
	width: 770px;
	height: auto;
}

.press-video aside.press {
	margin: -87px 0 0;
}

.video-preview-small,
.video-preview-big {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
}

.video-preview-small {
	margin: -16px 0 0 -22px;
	width: 44px;
	height: 33px;
	background-position: -382px -283px;
}

.video-preview-big {
	margin: -25px 0 0 -32px;
	width: 65px;
	height: 49px;
	background-position: -436px -283px;
}

.preImg {
	position: relative;
}

.preImg img {
	display: block;
	width: 100%;
}

.artile-news-header-type a {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: inherit;
	color: #d0d2d3;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.artile-news-header-type a:hover,
.artile-news-header-type a:focus,
.artile-news-header-type a.active {
	text-decoration: none;
	color: #ee434a;
}

.faq h1,
.faq .H1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: 0 0 15px;
	letter-spacing: 1px;
}

.faq-section-links {
	margin-bottom: 50px;
}

.details {
	margin: 0 0 15px 30px;
}

.details .details-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	text-transform: uppercase;
	display: inline;
	cursor: pointer;
	line-height: 25px;
}

.details .details-header span {
	border-bottom: dotted 2px;
}

.details .details-header:hover {
	color: #008bcb;
}

.details .details-content {
	margin: 20px 0 20px 30px;
}

.details .details-content .details .details-header {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-decoration: none;
}

.details .details-content .details .details-header span {
	border-bottom: dotted 2px #0d1e3e;
}

.details .details-content .details .details-header:hover {
	color: #008bcb;
}

.details .details-content .details .details-header:hover span {
	border-bottom: dotted 2px #008bcb;
}

.details .details-content .details .details-content {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	position: relative;
	margin: 10px 0 10px 10px;
}

.details .details-content .details .details-content .details-useful {
	margin: 10px 0;
}

.details .details-content .details .details-content .details-useful .details-useful-button {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	display: inline-block;
	padding: 9px 23px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 2px;
	line-height: 23px;
	background: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	padding: 4px 12px 4px;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	margin: 0 0 0 6px;
	outline: none;
}

.details .details-content .details .details-content .details-useful .details-useful-button:hover,
.details .details-content .details .details-content .details-useful .details-useful-button:focus,
.details .details-content .details .details-content .details-useful .details-useful-button.active {
	color: #fff !important;
	background: #0d1e3e !important;
}

.details .details-content .details .details-content .details-useful .details-useful-button.loading {
	position: relative;
	color: #fff !important;
	background: #0d1e3e !important;
}

.details .details-content .details .details-content .details-useful .details-useful-button.loading .loader {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin: 0 0 0 13px;
	background: url("../img/loader-medium.png") 50% 0 no-repeat;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: loading_medium 1s 0s steps(7) infinite;
	-moz-animation: loading_medium 1s 0s steps(7) infinite;
	-o-animation: loading_medium 1s 0s steps(7) infinite;
	animation: loading_medium 1s 0s steps(7) infinite;
}

.details .details-content .details .details-content .details-useful.active .details-useful-button {
	cursor: default;
}

.details .details-content .details .details-content .details-useful.active .details-useful-button.active:hover,
.details .details-content .details .details-content .details-useful.active .details-useful-button.active:focus {
	color: #fff !important;
	background: #0d1e3e !important;
}

.details .details-content .details .details-content .details-useful.active .details-useful-button:hover,
.details .details-content .details .details-content .details-useful.active .details-useful-button:focus {
	color: #0d1e3e !important;
	background: #fff !important;
}

.details .details-content .details.active .details-header {
	border-color: transparent;
	color: #008bcb;
}

.details .details-content .details.active .details-header span {
	border-bottom: none;
}

.details.active .details-header {
	border-color: transparent;
	color: #008bcb;
}

.infographics {
	margin: 40px -15px;
}

.faqBlock {
	margin: 0 0 40px 0;
}

.simpleText {
	margin: 0 0 40px 0;
	color: #041e41;
	position: relative;
}

.institutes-page {
	margin-bottom: 40px;
}

.institutes-page h1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.institutes-bordered {
	border: solid 2px #0d1e3e;
	margin-bottom: 40px;
	background: #fff;
    position: relative;
}

.institutes .institute-tabs .institute-tab .institute-tab-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.institute-tabs {
	display: table;
	border-bottom: solid 2px #0d1e3e;
}

.institute-tabs .institute-tab {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 10px;
	color: #0d1e3e;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	width: 347px;
	padding: 10px 10px 10px 30px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	height: 32px;
	background: #fff;
	border-left: solid 2px #0d1e3e;
	border-right: solid 2px #0d1e3e;
	line-height: 1.5em;
}

.institute-tabs .institute-tab .institute-tab-icon {
	display: table-cell;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.institute-tabs .institute-tab .institute-tab-icon .institute-tab1,
.institute-tabs .institute-tab .institute-tab-icon .institute-tab2,
.institute-tabs .institute-tab .institute-tab-icon .institute-tab3 {
	background-image: url("../img/icons-new-2.png");
	background-repeat: no-repeat;
}

.institute-tabs .institute-tab .institute-tab-icon .institute-tab1 {
	width: 51px;
	height: 30px;
	background-position: -103px -231px;
}

.institute-tabs .institute-tab .institute-tab-icon .institute-tab2 {
	width: 50px;
	height: 50px;
	background-position: -52px -222px;
}

.institute-tabs .institute-tab .institute-tab-icon .institute-tab3 {
	width: 50px;
	height: 45px;
	background-position: -77px -301px;
}

.institute-tabs .institute-tab:first-child {
	border-left: none;
	border-top: none;
}

.institute-tabs .institute-tab:hover,
.institute-tabs .institute-tab.active {
	color: #fff;
	background-color: #0d1e3e;
}

.institute-tabs .institute-tab:hover .institute-tab1,
.institute-tabs .institute-tab.active .institute-tab1 {
	background-position: -103px -261px;
}

.institute-tabs .institute-tab:hover .institute-tab2,
.institute-tabs .institute-tab.active .institute-tab2 {
	background-position: -52px -171px;
}

.institute-tabs .institute-tab:hover .institute-tab3,
.institute-tabs .institute-tab.active .institute-tab3 {
background-position: -119px -301px;/*-164px -263px;*/
}

.institute-tabs .institute-tab .institute-tab-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.institute-contents .institute-content {
	display: none;
	background-color: #fff;
}

.institute-contents .institute-content.active {
	display: block;
}

.institute-contents .institute-content .institute-column {
	margin: 0 70px;
	padding: 45px 0 0;
}

.institute-contents .institute-content .institute-column .col-left {
	width: 45%;
	margin-right: 1%;
	float: left;
}

.institute-contents .institute-content .institute-column .col-right {
	width: 45%;
	/*margin-left: 51%;*/
}

.institute-contents .institute-content .institute-column p {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 14px;
	color: #0d1e3e;
	line-height: 18px;
	padding: 0 0 18px;
	margin: 0;
}

.institute-contents .contactForm {
	border: none;
}

.institute-contacts {
	margin: 40px 50px;
}

.institute-contacts .contacts-phone {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
}

.institute-contacts .contacts-phone h1.contacts-phone-title {
	margin: 0 0 8px;
	letter-spacing: 1px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
}

.institute-contacts .contacts-phone .contacts-phone-value {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
}

.institute-contacts .contacts-phone .contacts-phone-value a {
	color: #0d1e3e;
}

.institute-links {
	margin: 0;
}

.institute-links.institutes-background {
	background: #fafafa;
	margin: 0;
	padding: 35px 0;
}
.institute-links .container {
	display: flex;
	align-items: center;
}

.institute-link {
	display: flex;
	align-items: center;
	margin-right: 15px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 12px;
	color: #0d1e3e;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.institutes-background .institute-link {
	color: #444;
}

.institute-link .institute-logo {
	background-image: url("../img/icons-new-2.png");
	background-repeat: no-repeat;
}

.institute-link:hover,
.institute-link:focus {
	color: #1a77af;
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.institute-link:hover.institute-1 .institute-logo,
.institute-link:focus.institute-1 .institute-logo {
	background-position: -104px -201px;
}

.institute-link:hover.institute-2 .institute-logo,
.institute-link:focus.institute-2 .institute-logo {
	background-position: 0 -222px;
}

.institute-link:hover.institute-3 .institute-logo,
.institute-link:focus.institute-3 .institute-logo {
	background-position: -35px -303px;
}

.institute-link:hover.institute-4 .institute-logo,
.institute-link:focus.institute-4 .institute-logo {
	background-image: url('/img/logo-roscap--hover.png');
}

.institute-link:hover.institute-5 .institute-logo,
.institute-link:focus.institute-5 .institute-logo {
	background-image: url('/img/fcsip_logo--hover.png');
}

.institute-link:hover.institute-6 .institute-logo,
.institute-link:focus.institute-6 .institute-logo {
	background-image: url('/img/logo-fcs--active.png');
}

.institute-link.institute-1 {
	width: 230px;
}

.institute-link.institute-1 .institute-logo {
	background-position: -104px -171px;
	width: 51px;
	height: 30px;
}

.institute-link.institute-1 .institute-text {
	margin-left: 65px;
}

.institute-link.institute-2 {
	width: 134px;
}

.institute-link.institute-2 .institute-logo {
	background-position: 0 -171px;
	width: 51px;
	height: 50px;
}

.institute-link.institute-2 .institute-text {
	margin-left: 77px;
    margin-top: 10px;
}

.institute-link.institute-3 {
	width: 244px;
}

.institute-link.institute-3 .institute-logo {
	background-position: 8px -303px;
	width: 50px;
	height: 41px;
}

.institute-link.institute-3 .institute-text {
	margin-left: 64px;
  	margin-top: 10px;
}

.institute-link.institute-4 {
	width: 202px;
}

.institute-link.institute-5 {
	width: 117px;
}

.institute-link.institute-6 {
	margin: 0;
	width: 138px;
}

.institute-link.institute-4 .institute-logo {
	background-image: url('/img/logo-roscap.png');
	background-position:  center;
	background-size: contain !important;
	width: 50px;
	height: 41px;
}

.institute-link.institute-5 .institute-logo {
	background-image: url('/img/fcsip_logo.png');
	background-position:  center;
	background-size: contain !important;
	width: 50px;
	height: 41px;
}

.institute-link.institute-6 .institute-logo {
	background-image: url('/img/logo-fcs.png');
	background-position:  center;
	background-size: contain !important;
	width: 50px;
	height: 41px;
}

.institute-link.institute-4 .institute-text,
.institute-link.institute-5 .institute-text,
.institute-link.institute-6 .institute-text{
	margin-left: 64px;
  	margin-top: 10px;
}
.institute-link .institute-text {
	margin-top: 0 !important;
	margin-left: 15px !important;
}

.institute-link .institute-logo {
	display: block;
	flex-shrink: 0;
}

.institute-link .institute-text {
	display: block;
	text-align: left;
}

@media (max-width: 500px) {
	.institute-link .institute-logo {
		width: 38px !important;
		height: 40px !important;
	}

	.institute-link.institute-3 .institute-logo {
		background-position: 8px -303px;
		width: 50px;
		height: 41px;
	}
}

.organizationBlock .organization {
	border-top: 2px solid #868e9e;
}

.organizationBlock .organization:first-child {
	border-top: none;
}

.organizationBlock .organization h2 {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	text-align: center;
	margin: 50px 0 0 0;
}

.specialist h1 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 24px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: 1px;
}

.specialist .specialist-content {
	margin: 0 0 0 30px;
}

.specialist .specialist-content .choose-task {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px;
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	line-height: 20px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: border-color 0.2s, color 0.2s;
	-moz-transition: border-color 0.2s, color 0.2s;
	-ms-transition: border-color 0.2s, color 0.2s;
	-o-transition: border-color 0.2s, color 0.2s;
	transition: border-color 0.2s, color 0.2s;
}

.specialist .specialist-content h2 {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 18px;
	color: #0d1e3e;
	text-transform: uppercase;
	margin: 50px 0 10px 0;
	letter-spacing: 1px;
}

.specialist .specialist-content .choose-task-description {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	margin: 0 0 10px;
}

.specialist .specialist-content .specialist-content-documents {
	position: relative;
}

.specialist .specialist-content .specialist-content-documents .document {
	width: 45%;
	margin-right: 4%;
	display: inline-block;
}

.specialist .specialist-content .timing-price {
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	margin: 0 0 10px;
}

.specialist .specialist-content .activity-features {
	margin: 0 0 40px;
}

.specialist .specialist-content .activity-features .activity-feature {
	width: 49%;
	margin: 0 0 20px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.specialist-help {
	display: none;
}

.specialist-help.active {
	display: block;
}

.ffSelectWrapper {
	position: relative;
	display: inline-block;
	font: inherit;
	text-align: left;
}

.ffSelectWrapper.active {
	z-index: 9999;
}

.ffSelectWrapper.active .ffSelectButton .ffSelectButtonTitle,
.ffSelectWrapper.active .ffSelectButton:hover .ffSelectButtonTitle,
.ffSelectWrapper.active .ffSelectButton:focus .ffSelectButtonTitle,
.ffSelectWrapper.active .ffSelectButton:active .ffSelectButtonTitle {
	color: #008bcb;
}

.ffSelectWrapper.active .ffSelectButton .ffSelectButtonButton,
.ffSelectWrapper.active .ffSelectButton:hover .ffSelectButtonButton,
.ffSelectWrapper.active .ffSelectButton:focus .ffSelectButtonButton,
.ffSelectWrapper.active .ffSelectButton:active .ffSelectButtonButton {
	background-position: 0 -18px;
}

.ffSelectWrapper select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	zoom: 1;
}

.ffSelectWrapper .ffSelect {
	position: relative;
	display: block;
	width: 100%;
}

.ffSelectWrapper .ffSelectButton {
	display: block;
	text-decoration: none;
	padding: 0;
	position: relative;
}

.ffSelectWrapper .ffSelectButton:hover .ffSelectButtonTitle,
.ffSelectWrapper .ffSelectButton:focus .ffSelectButtonTitle {
	color: #008bcb;
}

.ffSelectWrapper .ffSelectButton:hover .ffSelectButtonButton,
.ffSelectWrapper .ffSelectButton:focus .ffSelectButtonButton {
	background-position: 0 -27px;
}

.ffSelectWrapper .ffSelectButton:active .ffSelectButtonButton {
	background-position: 0 -18px;
}

.ffSelectWrapper .ffSelectButton .ffSelectButtonTitle {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font: inherit;
	color: #0d1e3e;
	text-transform: uppercase;
	overflow: hidden;
}

.ffSelectWrapper .ffSelectButton .ffSelectButtonButton {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	overflow: hidden;
	background: url("../img/icons.png") 0 -45px no-repeat;
}

.ffSelectWrapper .ffSelectMenuWrapper {
	display: block;
	position: absolute;
	font-size: 80%;
	padding: 0 25px;
	margin: 0 -25px;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuTop {
	display: none;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG {
	width: 100%;
	background: #fff;
	padding: 20px 25px;
	margin: 0 -25px;
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid {
	max-height: 150px;
	overflow: auto;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid ul {
	list-style-type: none;
	margin: 0 6px 0 0;
	padding: 0;
	width: 100%;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid ul > li {
	margin: 0;
	padding: 0 20px 0 0;
	display: block;
	height: 30px;
	font: inherit;
	line-height: 30px;
	color: #0d1e3e;
	cursor: pointer;
	white-space: nowrap;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid ul > li.on {
	color: #008bcb;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid ul > li.selected {
	color: #d0d2d3;
	cursor: default;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuBottom {
	display: block;
	height: 6px;
	background: #351f20;
	opacity: 0.4;
	width: 100%;
	padding: 0 25px;
	margin: 0 -25px;
}

.ffSelectWrapper.disabled .ffSelectButton {
	cursor: default;
	opacity: 0.5;
}

.ffSelectWrapper.disabled .ffSelectButton .ffSelectButtonTitle {
	color: #0d1e3e !important;
}

.ffSelectWrapper.disabled .ffSelectButton .ffSelectButtonButton {
	background-position: 50% 0 !important;
}

.pageSearch {
	margin: 0 0 10px 0;
}

.pageSearch .site-search-fields {
	margin: 0 0 30px 0;
}

.pageSearch .site-search-input.active {
	background: #fff;
}

.pageSearch .blueCheck {
	display: inline-block;
	margin: 0 25px 20px 25px;
}

.blueCheck input {
}

.blueCheck label {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.blueCheck label sup {
	color: #007dc6;
}

.blueCheck input + label::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px 0 -25px;
	vertical-align: top;
	cursor: pointer;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -23px -76px;
}

.blueCheck input:checked + label::before {
	background-position: -23px -96px;
}

.searchResult {
	padding: 0 100px 60px 0;
}

.searchResult .Title {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 21px;
	color: #231f20;
	margin: 0 0 25px 70px;
}

.searchResult ol {
	margin: 0 0 30px 30px;
}

.searchResult ol li {
	margin: 0 0 20px 0;
}

.searchResult ol li a {
	text-decoration: none;
	color: #444;
}

.searchResult ol li a mark {
	background: none;
	color: #007dc6;
}

.searchResult .button {
	width: 40%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

/*future*/
.future * {
    box-sizing: border-box;
}
.future_header {
	background-color: #f4f0e7;
}
.future_header > .container {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(/img/i-future__logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position: center right;
}
.future_header__title {
	max-width: 650px;
	margin: 90px 0 210px;
	font-family: 'PragmaticaSlabBold', Arial, sans-serif;
	font-size: 62px;
	color: #444;
	text-transform: uppercase;
	/* text-shadow: 0 1px 4px rgba(0,0,0,0.7); */
	letter-spacing: 0.107em;
}
.future_concurs {
    clear: both;
    text-align: center;
    background: url(/upload/konkurs.png) 50% 67% no-repeat;
    color: white;
    font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
    font-size: 32px;
    line-height: 37px;
    padding: 40px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.future_concurs>div {
    margin-bottom: 40px;
}
.future_concurs>a {
	background: transparent;
}
.blue-block * {
    box-sizing: border-box;
    color: #fff;
}
.blue-block {
    background-color: #1b7db7;
    padding: 50px 9px;
}
.blue-block h2 {
	text-align: center;
	margin-bottom: 50px;
}
.blue-block .inner {
    width: 49.99%;
    float: left;
    padding: 0 25px;
}
.blue-block .inner:last-child {
    border-left: 2px solid #0d1e3e;
}
.blue-block li {
    list-style: none;
    background: url(/upload/list-arrow-right.png) 0 3px no-repeat;
    padding-left: 38px;
    margin-bottom: 15px;
}
.group, .org, .part {
    background-color: #f4f0e7;
    padding: 50px 10px 0;
}
.group h2, .org h2,
.events h2, .part h2 {
    text-align: center;
    font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
}
.group_slider {
    text-align: center;
}
.group_slider .img {
    margin: 60px 0;
}
.group_slider .img img {
    width: 130px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    transition: border .3s;
    box-sizing: border-box;
}
.group_slider .item {
    outline: none;
    padding: 0 10px;
}

.group_slider .item.slick-active.slick-center img {
	border: 2px solid #1b7db7;
}
.group_slider .capture p.post {
	max-width: 600px;
	margin: 0 auto
}
.group .container {
	border-bottom: 1px solid #595959;
	padding-bottom: 50px
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.org .row>div {
    text-align: center;
}
.org .row>div img {
    height: 83px;
}
.events {
	padding: 50px 10px 0;
}
.events .right-column h3 {
    text-align: center;
}
.events .right-column {
    background-color: #f4f0e7;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 15px;
}
.part {
	padding-bottom: 50px;
}
.part .contactForm {
	margin-top: 50px;
}
.part .ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG,
.part .ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuBottom {
	margin: 0;
}
.future nav {
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 2px solid #2b7db6;
}
.future nav a:hover {
    color: #f29580;
}
.future nav a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 16px;
    transition: all .3s;
}
.i-future-timer {
	padding: 40px 0;
	background-color: #0d1e3e;
	overflow-x: auto;
}
.i-future-timer__title {
	color: #ffffff;
	text-align: center;
	margin-bottom: 35px;
}

@media screen and (max-width: 990px) {
	.future_header__title {
		font-size: 48px;
	}
}
@media screen and (max-width: 780px) {
	.future_header__title {
		max-width: 360px;
		margin: 50px 0 150px;
		font-size: 28px;
	}
}
@media screen and (max-width: 480px) {
	.future_header__title {
		max-width: 220px;
		margin: 50px 0 70px;
		font-size: 20px;
	}
}

/*END future*/

/*question*/
.question {
    background: #f4f0e7;
}
.question * {
	box-sizing: border-box;
}
.question-head.family {
	background-image: url('/img/sketching-imagination.jpg');
}
.question-head.mortgage {
	background-image: url('/img/ipoteka.png');
}
.question-head.improvement {
	background-image: url('/img/improvement.png');
}
.question-head {
	position: relative;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    height: 380px;
}
/*.question-head {
	position: relative;
    text-align: center;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 273px;
    overflow: hidden;
}*/
.question-head.white {
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    color: white;
}
.question-head>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.question-head>div h1 {
    font-family: 'PragmaticaSlabBold', Arial, sans-serif;
    font-size: 46px;
}
.question-head>div p {
    font-weight: bold;
}
.russian-family {
	text-align: center;
}
.question .container {
	padding: 18px;
}
.question .russian-family img {
    height: 220px;
}
.question-item_toggle {
    color: #ee434a;
    font-weight: bold;
    cursor: pointer;
}
.question-item_toggle {
    color: #ee434a;
    font-weight: bold;
    cursor: pointer;
    padding-right: 45px;
    position: relative;
}
.question-item_toggle:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 17px;
    height: 10px;
    right: 30px;
    background: url(/img/qustion-arrow.png);
}
.question-item_toggle.open:after {
	transform: rotateX(180deg);
}
.question-item .answer {
	display: none;
}
.answer.opened {
	display: block;
}
.question-item {
    margin-bottom: 15px;
}
.answer .col-3 {
	text-align: center;
    padding-top: 33px;
}
.answer .col-3 img {
	max-width: 140px;
}
/*END question*/


@media screen and (max-width: 1290px) {
.lowVision_menu {/* overflow:hidden; margin-top:85px;width:35px;height:25px;*/margin-right:-60px;}
/*.scrollHead .lowVision_menu {margin-top:39px;width:35px;height:25px;margin-right:-60px;}*/
.lowVision_menu a {left:0;top:0;}
/*.header-socBox {display:none;}*/
}
@media screen and (max-width: 1025px) {
.lowVision_menu { overflow:hidden; margin-top:24px;width:35px;height:25px;margin-right:10px;}
.scrollHead .lowVision_menu {margin-top:24px;width:35px;height:25px;margin-right:10px;}
.lowVision_menu a {left:0;top:0;}
}
@media screen and (max-width: 1282px) {

.i-metrika-informer {
    float: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    text-align: center;
}

.container {
	width: 1000px;
}

.left-column {
	width: 730px;
}

.right-column {
	width: 250px;
}

#wrapper {
	min-width: 1000px;
}

nav.inner_nav {
	margin: 0 0 0 1010px;
}

.page-header a.logo {
	width: 90px;
	height: 100px;
	background-position: -196px 0;
	margin: 20px 0;
}

.page-header nav.top-menu {
	margin: 86px 0 0;
}

.page-header nav.top-menu ul li:hover a.droppable span {
	margin: 0 0 0 20px;
}

.page-header nav.top-menu ul a {
	font-size: 11px;
	margin: 0 24px 0 0;
}

.page-header nav.top-menu .subMenu li a {
	font-size: 10px;
}

.icoMenu {
	margin: 86px 0 0;
}

.parallax .parallax-title,
.future_header, {
	font-size: 50px;
}
.question-head>div h1 {
	font-size: 40px;
}
.parallax .parallax-menu {
	width: 1010px;
	margin: 0 0 0 -503px;
}

.page-footer nav.gov-links ul a {
	font-size: 10px;
}

.page-footer nav.bottom-menu {
	float: none;
	margin: 0 0 10px 0;
	display: block;
	text-align: center;
}

.page-footer nav.bottom-menu ul a {
	margin: 0 10px;
}

.page-footer .socBox {
	float: none;
	margin: 0 0 10px 0;
	display: block;
	text-align: center;
}

.page-footer .socBox .footer-social-icon {
	margin: 0 8px;
}

.workers.workers-about .workers-preview {
	margin: 40px -10px;
}

.workers.workers-about .workers-preview .worker-preview .worker-photo-img {
	width: 146px;
	height: 146px;
}

.workers.workers-about .workers-preview .worker-preview .worker-department {
	height: 44px;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-link {
	width: 44px;
	height: 44px;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-icon img {
	width: 40px;
	height: 40px;
}

.workers.workers-about .workers-preview .worker-preview .worker-department-name {
	min-height: 40px;
	left: 44px;
}

.workers.workers-about .workers-preview .worker-preview {
	width: 150px;
	padding: 0 10px;
}

.courses {
	min-width: 1000px;
}

.courses .courses-block {
	width: 984px;
}

.courses .course {
	width: 337px;
}

.documents-block {
	margin: 20px;
}

.docs .calendarInput {
	width: 250px;
}

.inAttent {
	width: 250px;
}

.news {
	margin: 0 -5px 40px;
}

.news .news-item {
	width: 306px;
	margin: 0 5px 65px 10px; /*0 5px 40px 10px*/
}

.news .news-item .news-item-date {
	font-size: 16px;
}

.news .news-item .news-item-date strong {
	font-size: 16px;
}

.news .news-item .news-item-date .news-item-type {
	font-size: 11px;
}

.news .news-item .news-item-link {
	margin: 4px 0;
}

.news .news-item .news-item-link img {
	max-width: none;
}

.news .news-item .news-item-link span.news-item-title {
	font-size: 16px;
}

.news .news-item .anons_picture {
	height: auto;
}

aside.press {
	height: 970px;/*920px*/
}

.news-menu {
	margin: 20px 0 0 0;
}

.departments .department {
	width: 316px;
	margin: 0 0 30px 15px;
}

.departments .department .department-title {
	font-size: 15px;
}

.news-right-block .department {
	width: 235px;
}

article.department {
	width: 630px;
}

.activity-features .activity-feature {
	width: 27%;
	margin: 0 2%;
}

.socLinks .socBlock {
	margin: 0 30px;
}

.open-ministery .open-ministery-items {
	width: 1000px;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item {
	margin: 65px 30px 0 0;
}

.contactForm form {
	padding: 50px 70px 0 70px;
}

.contactForm .formButton {
	width: 325px;
}

.contactForm .contacts-input-file-container {
	font-size: 14px;
}

.contactForm .blueCheck {
	width: 300px;
}

.contactForm .modal .rulesMessage {
	margin: -265px 100px 0 100px;
}

.uiCalendar .dateBox span {
	margin: 0 5px 0 2px;
}

.jobForm form {
	padding: 50px 70px 0 70px;
}

.jobForm .formButton {
	width: 325px;
}

.jobForm .areaBox {
	width: 815px;
}

.jobForm .inpBox {
	width: 250px;
}

.jobForm .contacts-input-file-container {
	width: 250px;
	font-size: 14px;
}

aside.press {
	width: 310px;
}

.tags-cloud {
	width: 310px !important;
}

#vote-press {
    width: 260px !important;
}

.press-videos .press-video-big {
	width: 660px;
}

.press-videos .press-videos-previews {
	width: 320px;
}

.press-video .press-video-big {
	width: 60%;
}

.press-video .press-video-big-desc {
	display: none;
}

.faq .left-column {
	width: 680px;
}

.faq .right-column {
	width: 235px;
}

.faq .right-column div.news {
	margin: 0 0 30px;
}

.faq .right-column div.news div.news-item {
	width: 235px;
}

.faq .right-column div.news a.button {
	font-size: 14px;
	padding: 12px 12px 10px;
}

.institute-link {
	font-size: 10px;
}

.institute-link.institute-1 {
	margin: 0;
	width: 209px;
}

.institute-link.institute-2 {
	margin: 0 0 0 20px;
	width: 140px;
}

.institute-link.institute-3 {
	margin: 0 0 0 20px;
	width: 275px;
}

.institute-link.institute-4 {
	width: 200px;
}

.institute-link .institute-text {
	padding: 3px 0 0 0;
}

.specialist h1 {
	letter-spacing: 0;
	font-size: 18px;
}

.specialist .left-column {
	width: 680px;
}

}


@media screen and (max-width: 1280px) {
	#wrapper {
		margin-top: 165px;
	}
}

@media screen and (max-width: 1040px) {
	#wrapper {
		min-width: 100%;
		margin: 140px 0 0 0;
	}
}

@media screen and (max-width: 1020px) {
	#wrapper {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1040px) {

#realMinistry {
    background: url("/img/parallax1.jpg") center top no-repeat;
    background-size: cover;
}

#activBlock {
    background: url("/img/parallax2.jpg") center top no-repeat;
    background-size: cover;
}

#openMinistry {
    background: url("/img/parallax3.jpg") center top no-repeat;
    background-size: cover;
}

.parallax4 {
    background: url("/img/parallax4.jpg") center top no-repeat;
    background-size: cover;
}

.parallax-images {
    display:none;
}

.container {
	padding: 0 20px;
	width: auto;
}

.page-content > .container:first-child {
	padding: 30px 20px 0 20px;
}

.left-column {
	width: 100%;
	float: none;
}

.right-column {
	width: 100%;
	float: none;
}

#wrapper.mar {
	margin-bottom: -66px;
}

.modal .rulesMessage {
	margin: -300px 100px 0 100px;
}
.lowVision_menu, .header-socBox {display:none}
nav.inner_nav {
	display: none !important;
}

.scrollHead .page-header .icoMenu {
	margin: 25px 0 0;
}

.page-header .update-info {
	display: none;
}

.page-header a.logo {
	width: 115px;
	height: 50px;
	margin: 10px 0 0 0;
	background-position: 0 -166px;
}

.backgroundsize .page-header a.logo {
	background-image: url("../img/logos2x.png");
	-webkit-background-size: 285px auto;
	-moz-background-size: 285px auto;
	-ms-background-size: 285px auto;
	-o-background-size: 285px auto;
	background-size: 285px auto;
}

.page-header nav.top-menu {
	margin: 25px 0 0 10px !important;
}

.page-header nav.top-menu ul li a {
	margin: 0 10px 0 0;
}

.page-header nav.top-menu ul {
	margin: 0 0 0 10px;
}

.site-search {
	padding: 20px 0 0 0;
}

.site-search-hide {
	right: 65px;
	top: 8px;
}

.site-search-fields {
	margin-right: 110px;
}

.site-search-links {
	margin-right: 110px;
	padding-bottom: 11px;
}

.icoMenu .top-menu-icon {
	margin: 0 0 0 20px;
}

.icoMenu {
	margin: 25px 0 0;
}

.hideLink.close {
	margin-top: 25px;
}

.hideLink {
	display: inline-block;
}

.parallax-image {
	position: absolute;
}

.parallax .parallax-title,
.future_header,
.question-head>div h1 {
	font-size: 36px;
}

.parallax .parallax-menu {
	width: 724px;
	margin: 0 0 0 -362px;
}

.parallax.parallax2 {
	line-height: 370px;
}

.page-footer {
	/*display: none;*/
}

.documents-container .documents-left {
	width: 300px;
	margin: 20px 0 20px 20px;
}

.documents-container .documents-right {
	width: 300px;
	margin: 20px 20px 20px 20px;
}

.programms .programms-title {
	font-size: 16px;
	white-space: nowrap;
}

.programms a.programm {
	font-size: 14px;
}

.open-ministry-menu a {
	margin: 10px 5px;
	font-size: 11px;
	width: auto;
}

.open-ministry-menu {
	text-align: center;
}

h2 {
	font-size: 21px;
}

article.about p {
	/*margin: 0 50px 20px 50px;*/
}

.about-documents {
	width: auto;
	margin: 0;
	padding: 30px 50px;
}

.workers.workers-about .worker .worker-desc .worker-name {
	font-size: 24px;
}

.workers.workers-about .worker .worker-desc .worker-post {
	font-size: 18px;
}

.workers.workers-about .worker .worker-desc .worker-post-set {
	font-size: 14px;
}

.workers.workers-about .worker .worker-next {
	display: none;
}

.workers.workers-about .workers-preview .worker-preview .worker-photo-img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.workers.workers-about .workers-preview .worker-preview:hover .worker-department {
	display: none;
}

.workers.workers-about .workers-preview .worker-preview {
	width: 33.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}

.about .right-column {
	display: none;
}

.courses {
	min-width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.courses .courses-block {
	width: auto;
	height: 535px;
}

.courses .courses-title {
	font-size: 20px;
	padding: 25px 0 0 37px;
}

.courses .courses-list-viewport {
	margin: 20px 35px 0;
	height: 440px;
}

.courses .course.course-next {
	display: block;
	width: 100%;
	height: 80px;
	background: #76b1d4 url("../img/course-next-vert.png") 50% 50% no-repeat;
}

.courses .course.course-next .course-number {
	line-height: 80px;
}

.courses .course.course-next .course-desc {
	height: 64px;
}

.courses .course {
	width: 100%;
	height: 145px;
	margin: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.courses .course-number {
	width: 87px;
	font-size: 60px;
}

.courses .courses-nav {
	display: none;
}

.documents-block {
	padding: 30px;
}

.container.docs .document-buttons-container {
	text-align: center;
}

.documents-search-form .document-search-input {
	margin: 22px 0 30px 0;
}

.documents-search-form .category-checkboxes .greyCheck label {
	font-size: 14px;
}

.checkBlock .chParam:nth-child(2) {
	float: right;
}

.docs .left-column {
	width: 100%;
	float: none;
}

.docs .calendarInput {
	display: none;
}

.inAttent {
	display: none;
}

.document_card .contactForm form .inpBox {
	margin: 0 2% 40px 2%;
}

.document_card .contactForm form .capchaBox {
	margin: 0 0 40px 0;
}

.news {
	margin: 0 0 30px;
}

.news .news-item {
	width: 27.2%;
	margin: 0 2% 0 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.news .news-item .news-item-date {
	font-size: 16px;
}

.news .news-item .news-item-date strong {
	font-size: 16px;
}

.news .news-item .news-item-date span.news-item-type {
	font-size: 11px;
}

.news .news-item .news-item-link {
	margin: 4px 0;
}

.social-block .social-title {
	font-size: 18px;
}

.departments {
	margin: 0;
}

.departments .department {
	display: table;
	width: 46%;
	margin: 0 20px 20px 0;
	text-align: left;
	padding: 5px 0;
	background: #fff;
	height: 85px;
}

.departments .department .department-icon {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 15px;
}

.departments .department .department-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.news-right-block .department {
	width: 45%;
}

article.department {
	width: auto;
}

.department-workers {
	margin: 25px 0 0 0;
}

article.article h1 {
	font-size: 21px;
}

article.article .artile-news-header {
	margin: 10px 0 20px 0;
}

article.article .artile-news-header span.artile-news-header-date {
	font-size: 24px;
}

article.article .article-intro {
	font-size: 18px;
}

article.article .article-text p,
article.article .article-text ul,
article.article .article-text ol {
	margin: 0 50px 20px 50px;
}

.bioLinks .worker {
	margin: 25px;
}

.bioLinks .worker .worker-desc .worker-name {
	font-size: 24px;
	margin: 0 0 10px 0;
}

.bioLinks .worker .worker-desc .worker-post {
	font-size: 18px;
}

.bioLinks .worker-arrow.worker-arrow-left {
	left: -10px;
}

.bioLinks .worker-arrow.worker-arrow-right {
	right: -10px;
}

.workers-bio .bio-dates .bio-period .bio-period-date {
	font-size: 21px;
}

.workers-bio .bio-dates .bio-period .bio-period-desc {
	font-size: 18px;
}

.workers-structure {
	margin: 0;
}

.workers-structure .worker .worker-desc {
	width: auto;
	float: none;
}

.workers-structure .worker .worker-desc .worker-name {
	font-size: 24px;
}

.workers-structure .worker .worker-desc .worker-post {
	font-size: 18px;
}

.workers-structure .worker .worker-title {
	width: auto;
}

.workers-structure .worker .worker-places .worker-place {
	width: 100%;
	border: 1px solid #808080;
	padding: 5px 0;
	background: none;
	margin: 0 0 15px 0;
}

.workers-structure .worker .worker-places .worker-place .arrow {
	display: none;
}

.workers-structure .worker .worker-places .worker-place.single {
	width: 100%;
}

.activities .activity .activity-header {
	font-size: 18px;
}

.activities .activity ul.activity-links li a {
	font-size: 14px;
}

.activities .activity ul.activity-links {
	padding: 3px 0 18px;
}

.activities .activity .activity-desc {
	font-size: 14px;
	line-height: 22px;
	margin: 0 10px;
}

.activity-features .activity-feature.activity-feature-director .activity-feature-director-post {
	font-size: 12px;
}

.activity-features .activity-feature.activity-feature-director .activity-feature-director-name {
	font-size: 12px;
}

.activity-features .activity-feature {
	font-size: 12px;
	width: 29%;
}

.activity-features {
	margin: 30px 10px 15px 10px;
}

article.activity h1 {
	font-size: 18px;
}

.activity-dropdown-container .activity-dropdown-header {
	font-size: 16px;
}

.grey-bg .activity-dropdown-header {
	font-size: 16px;
}

.activity-right-block {
	display: none;
}

.areaBox textarea {
	font-size: 16px;
}

.inpBox input {
	font-size: 16px;
}

.open-ministery {
	padding: 0 0 70px;
}

.open-ministery .open-ministery-items {
	width: auto;
	padding: 0 20px;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item {
	margin: 50px 20px 0 0;
}

.contactForm form {
	padding: 50px 15px 0 15px;
}

.contactForm .selectBox {
	font-size: 16px;
}

.jobForm form {
	padding: 50px 15px 0 15px;
	text-align: center;
}

.jobForm .formButton {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 15px 40px 15px;
	width: 260px;
}

.jobForm .areaBox {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 755px;
}

.jobForm .inpBox {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.jobForm .contacts-input-file-container {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 15px 60px 15px;
}

.jobForm .capchaBox {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.docList .document {
	padding: 0 30px 30px 80px;
}

.right-column,
.vacancies {
	display: none;
}

.press-center .press-photos.news .news-item {
	width: 30%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
}

aside.press {
	display: none;
}

.i-subs-mobile {
	display: block;
}

.press-videos .press-video-big {
	display: none;
}

.press-videos .press-videos-previews .press-videos-preview {
	width: 30%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
}

.press-videos .press-videos-previews {
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
}

.press-video-big-desc {
	display: none;
}

.press-video {
	width: 61%;
}

.press-video .press-video-big {
	width: 100%;
}

.news.press-news .news-item {
	width: 30%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 20px 0 0;
}

.faq .left-column {
	width: 100%;
}

.faq .right-column {
	display: none;
}

.infographics {
	margin: 30px 0;
}

.infographics div.news-item {
	margin: 0 20px 30px 0;
}

.institutes-page h1 {
	font-size: 21px;
}

.institutes .institute-tabs .institute-tab {
	padding: 15px 10px;
}

.institute-contents .institute-content .institute-column {
	margin: 0 20px;
}

.institute-contents .institute-content .institute-column .col-left,
.institute-contents .institute-content .institute-column .col-right {
	width: auto;
	float: none;
	margin: 0;
}

.institute-contacts {
	margin: 30px;
}

.institute-link {
	width: 20% !important;
	margin: 0 !important;
	padding: 0 5px;
	box-sizing: border-box;
}

.institute-link.institute-1 {
	width: 32%;
}

.institute-link.institute-1 .institute-text {
	margin-left: 60px;
}

.institute-link.institute-2 {
	width: 33%;
	margin: 0 1%;
}

.institute-link.institute-2 .institute-text {
	margin-left: 110px;
}

.institute-link.institute-3 {
	width: 33%;
}

.institute-link.institute-3 .institute-text {
	margin-left: 60px;
}

.institute-link .institute-text {
	padding: 0;
}

.specialist h1 {
	font-size: 20px;
}

.specialist .specialist-content {
	margin: 0;
}

.specialist .specialist-content .choose-task {
	display: block;
	padding: 10px 10px;
	border: solid 2px #0d1e3e;
}

.specialist .specialist-content h2 {
	font-size: 16px;
	margin: 25px 0 10px;
}

.specialist .specialist-content h2.choose-task {
	display: none;
}

.specialist .left-column {
	width: 100%;
}

.specialist .news-right-block {
	display: none;
}

.ffSelectWrapper .ffSelectButton .ffSelectButtonTitle {
	display: block;
}

.ffSelectWrapper .ffSelectButton .ffSelectButtonButton {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.ffSelectWrapper .ffSelectMenuWrapper {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG {
	width: auto;
	margin: 0;
	padding: 0;
}

.ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuBottom {
	display: none;
}

}

@media screen and (max-width: 1025px) {

.backgroundsize .modal .message .okIco,
.backgroundsize .modal .message .noIco {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .site-search-hide {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .site-search-submit {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .icoMenu .top-menu-icon.search {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .hideLink {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize #sideBlock nav .navSect a.droppable span {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .document .document-icon {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .document .document-watch .ico,
.backgroundsize .document .document-download .ico {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .document-search-input .lupa {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .document-search-input .searchIco {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .greyCheck input.documents-checkbox + label::before {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .greyCheck input.documents-checkbox:hover + label::before {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .greyCheck input.documents-checkbox:checked + label::before {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .paramInput .ico {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .social-block .social-stat .likeIco {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .social-block .social-button {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .printIco .ico {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .department-workers .department-worker .department-worker-document {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .workers-structure .worker .worker-desc .worker-bio .icon {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .workers-structure .worker .worker-title .worker-title-icon {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .activity-dropdown-container .activity-dropdown-header .activity-dropdown-arrow {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.socLinks .socBlock {
	margin: 0 25px;
}

.backgroundsize .socLinks .socBlock .ico,
.socLinks .socBlock .socBlock .ico {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .socLinks .socBlock:hover .ico,
.socLinks .socBlock .socBlock:hover .ico {
	background-image: url("../img/icons2x-hover.png");
}

.backgroundsize .contacts-input-file-container .fileIco {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .capchaBox .capcha .load {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .capchaBox .arrow {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .vacancies .vacancy .vacancy-moar .ico {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-play,
.backgroundsize .press-videos .press-videos-previews .press-videos-preview .press-videos-preview-links .video-share {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .video-preview-small,
.backgroundsize .video-preview-big {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .institute-tabs .institute-tab .institute-tab-icon .institute-tab1,
.backgroundsize .institute-tabs .institute-tab .institute-tab-icon .institute-tab2 {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.backgroundsize .institute-tabs .institute-tab .institute-tab-icon .institute-tab3 {
	background-image: url("../img/icons-new-2.png");
}

.backgroundsize .institute-tabs .institute-tab .institute-tab-icon .institute-tab2 {
	background-image: url("../img/icons-new-2.png");
}

.backgroundsize .institute-link .institute-logo {
//background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

#bx_3218110189_3 > div.institute-logo {
	background-image: url("../img/icons-new.png");
}
.backgroundsize .blueCheck input + label::before {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

}

@media screen and (max-width: 1020px) {

.page-header nav.top-menu {
	display: none;
}

}

@media screen and (max-width: 1000px) {

.contacts {
	margin: -368px auto 0;
	padding: 90px 0 0 0;
}

}

@media screen and (max-width: 930px) {

	.contactForm .capchaBox {
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 0 40px 0;
	}

	.contactForm .blueCheck {
		display: block;
		float: none;
		width: auto;
		text-align: left;
		margin: 0 15px 40px 40px;
	}
	.future nav a {
		font-size: 14px;
	}
}

@media screen and (max-width: 900px) {

.socLinks .socBlock {
	margin: 0 15px;
}

.contactForm .modal .rulesMessage {
	margin: -265px 50px 0 50px;
}

}

@media screen and (max-width: 890px) {

.contactForm .capchaBox {
	margin: 0 15px 40px 15px;
	width: auto;
}

.jobForm .capchaBox {
	margin: 0 15px 40px 15px;
	width: auto;
}

}

@media screen and (max-width: 880px) {

.jobForm .formButton {
	width: 495px;
}

}

@media screen and (max-width: 878px) {

.jobForm .areaBox {
	width: 495px;
}

}

@media screen and (max-width: 860px) {

	.contacts-phones .contacts-phone {
		width: 49%;
	}
	.contacts-phone.wide {
		width: 100%;
	}
}

@media screen and (max-width: 820px) {

.departments .department .department-icon {
	padding: 0 0 0 10px;
}

.workers-bio .bio-dates {
	margin: 30px 0;
}

.workers-bio .bio-dates .bio-periods-left {
	width: 100%;
	float: none;
}

.workers-bio .bio-dates .bio-periods-right {
	width: 100%;
	float: none;
}

}

@media screen and (max-width: 800px) {

.institute-link {
	font-size: 8px;
}

}

@media screen and (max-width: 780px) {

.modal .rulesMessage {
	margin: -300px 50px 0 50px;
}

.modal .rulesMessage .messText {
	font-size: 14px;
}

.site-search-hide {
	right: 50px;
	top: 8px;
}

.site-search-fields {
	margin-right: 80px;
}

.parallax .parallax-title {
	font-size: 24px;
	line-height: 120%;
	margin: 210px 0 0;
}

.question-head>div h1 {
	font-size: 90%;
}
.future .left-column {
	margin-top: 30px;
}
.question-head {
	background-attachment: scroll;
}
.question p {
	font-size: 14px;
}
.future_concurs>div {
    font-size: 19px;
    line-height: normal;
}
.blue-block .inner {
	padding: 0;
}
.parallax.parallax1 {
	height: 455px;
}

.parallax.parallax1 div.parallax-title {
	display: block !important;
}

.parallax.parallax2 {
	height: auto;
	min-height: 455px;
}

.parallax.parallax2 .parallax-menu {
	position: relative;
	bottom: 20px;
	width: auto;
	margin: 30px 20px 0;
	left: auto;
}

.parallax.parallax2 .parallax-title {
	margin: 90px 0 65px 0;
	display: block !important;
}

.parallax.parallax3 {
	height: auto;
	min-height: 455px;
}

.parallax.parallax3 .parallax-title {
	margin: 100px 10px;
	display: block !important;
}

.parallax.parallax3 .parallax-menu {
	position: relative;
	bottom: 20px;
	width: auto;
	margin: 30px 10px 0;
	left: auto;
	text-align: left;
}

.parallax.parallax4 .parallax-title {
	opacity: 1 !important;
	display: block !important;
	margin: 70px 0 0 0;
}

.documents-container .documents-left {
	margin: 10px auto;
	float: none;
}

.documents-container .documents-right {
	margin: 10px auto;
	float: none;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

article.about h1 {
	font-size: 18px;
}

article.about p,
article.about ul {
	margin: 0 20px 20px 20px;
	font-size: 14px;
}

article.about p.note {
	margin: 20px 0;
	font-size: 18px;
}

.about-documents {
	padding: 30px;
}

.about-documents .document .document-title {
	width: auto;
}

.documents-block h1 {
	font-size: 18px;
}

.document-columns .document {
	display: block;
	width: auto;
}

.document .document-title {
	font-size: 14px;
}

.document-buttons-container .document-button {
	margin: 20px 0;
	padding-left: 30px;
	padding-right: 30px;
	float: none;
}

.document-buttons-container .document-button.loading {
	padding-left: 12px;
	padding-right: 12px;
}

.documents-number {
	font-size: 21px;
}

.documents-search-results .document-search-result h1.document-search-result-header {
	font-size: 14px;
}

.document_card {
	padding: 15px;
}

.document_card h1 {
	font-size: 18px;
}

.news .news-item span.news-item-date {
	font-size: 14px;
}

.news .news-item span.news-item-date strong {
	font-size: 14px;
}

.news .news-item span.news-item-type {
	font-size: 10px;
}

.news .news-item span.news-item-title {
	font-size: 14px;
}

.news .news-item .news-item-link span.news-item-title {
	font-size: 14px;
}

.news-menu {
	text-align: center;
}

article.article h1 {
	font-size: 18px;
}

article.article .artile-news-header span.artile-news-header-date {
	font-size: 21px;
}

article.article .artile-news-header span.artile-news-header-date .artile-news-header-type {
	font-size: 15px;
}

article.article .article-intro {
	font-size: 16px;
}

article.article .article-text {
	margin: 0;
}

article.article .article-text p,
article.article .article-text ul,
article.article .article-text ol {
	margin: 0 40px 0px;
	font-size: 14px;
}

article.article .youtube {
	height: 378px;
}

article.article .news .news-item {
	max-width: 100% !important;
}

div.article-news,
.article-news {
	margin-top: 55px;
}

div.article-news,
.article-news {
	margin-top: 30px;
}

.printIco {
	display: none;
}

.subscribe-telegram {
	display: block;
	margin: 15px auto;
}

.news .news-item {
	max-width: 100% !important;
}

.workers-bio .bio-dates .bio-period .bio-period-date {
	font-size: 18px;
}

.workers-bio .bio-dates .bio-period .bio-period-desc {
	font-size: 14px;
}

.workers-structure .worker.worker-structure-small .worker-desc {
	padding: 10px 0 0 190px;
}

.activities .activity ul.activity-links li a {
	text-decoration: none;
}

.activities .activity {
	padding: 0;
	font-size: 14px;
}

.activities .activity .activity-content {
	display: none;
}

.activities .activity.active .activity-content {
	display: block;
}

.activity-features .activity-feature {
	width: 100%;
	float: none;
	margin: 0 0 10px 0 !important;
	border: solid 2px #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.activity-features .activity-feature .arrow {
	display: none;
}

article.activity .activity-department .txt {
	padding: 0 10px;
}

article.activity .activity-department .arrow {
	display: none;
}

.activity-dropdown-container .activity-dropdown-content .activity-dropdown-content-desc {
	font-size: 14px;
}

.grey-bg .activity-dropdown-header {
	font-size: 14px;
}

.activity-dropdown-documents {
	margin: 0;
}

.activity-dropdown-documents h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.contact-forms .institute-tabs .institute-tab {
	padding: 10px;
	font-size: 10px;
}

.socLinks {
	padding: 40px 0;
}

.socLinks .socBlock {
	margin: 0;
}

.areaBox textarea {
	font-size: 14px;
}

.inpBox input {
	font-size: 14px;
}

.contacts-phones .contacts-phone .contacts-phone-title {
	font-size: 14px;
}

.contacts-phones .contacts-phone .contacts-phone-value {
	font-size: 14px;
}

.contactForm .areaBox {
	width: 96%;
	margin: 0 2% 40px 2%;
}

.contactForm .inpBox {
	width: 29%;
	margin: 0 2% 40px 2%;
}

.contactForm .selectBox {
	width: 96%;
	margin: 0 2% 40px 2%;
	font-size: 14px;
}

.contactForm .contacts-input-file-container {
	width: 29%;
	margin: 0 2% 40px 2%;
}

.contactForm .modal .rulesMessage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 60px 30px 30px 30px;
	margin: 0;
}

.news.press-news .news-item .news-item-title {
	font-size: 14px !important;
}

.details .details-content {
	margin: 10px 0 20px 20px;
}

.details {
	margin: 0 0 15px 0;
}

.simpleText {
	font-size: 14px;
}

.institutes-page h1 {
	font-size: 18px;
}

.institutes-bordered.institutes {
	border: none;
}

.institutes .institute-tabs {
	border: solid 2px #0d1e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.institutes .institute-tabs .institute-tab {
	padding: 10px 5px;
	font-size: 8px;
}

.institutes .institute-tabs .institute-tab .institute-tab-text {
	padding: 0 0 0 5px;
}

.institute-tabs .institute-tab .institute-tab-icon {
	float: none;
	margin: 0 auto;
}

.institute-contents .institute-content .institute-column {
	margin: 0;
}

.institute-contacts {
	margin: 10px 0;
}

.institute-contacts .contacts-phone {
	padding: 20px 20px 30px 0;
}

.institute-contacts .contacts-phone .contacts-phone-value {
	font-size: 14px;
}

.specialist h1 {
	font-size: 16px;
	margin: 0 0 15px;
}

.specialist .specialist-content h2 {
	font-size: 14px;
}

.specialist .specialist-content .choose-task-description {
	font-size: 14px;
}

.specialist .specialist-content .specialist-content-documents .document {
	width: 100%;
	display: block;
}

.searchResult {
	padding: 0 10px 30px 0;
}

.searchResult .Title {
	margin: 0 0 25px 40px;
}

.searchResult ol {
	margin: 0 0 30px 0;
}

}

@media screen and (max-width: 950px) {
	.institute-link .institute-logo {
		margin: 0 auto;
		float: none;
	}

	.institute-link .institute-text {
		display: none;
	}
}

@media screen and (max-width: 740px) {

.paramInput {
	font-size: 14px;
}

}

@media screen and (max-width: 700px) {

.workers.workers-about .worker {
	border: solid 2px #595959;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

.workers.workers-about .worker .worker-image {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.workers.workers-about .worker .worker-image img {
	max-width: 316px;
	width: 100%;
	height: auto;
}

.workers.workers-about .worker .worker-desc {
	margin: 0;
	padding: 0;
}

.document_card .contactForm form .capchaBox .arrow {
	display: none;
}

.document_card .contactForm form .capchaBox .inpBox {
	display: block !important;
	margin: 0 15px;
}

}

@media screen and (max-width: 680px) {

.contacts .contacts-map-address {
	width: auto;
	margin: 149px 40px 156px;
}

}

@media screen and (max-width: 660px) {

.press-center .press-photos.news .news-item {
	width: 45%;
}

.press-videos .press-videos-previews .press-videos-preview {
	width: 45%;
}

}

@media screen and (max-width: 650px) {

.documents-search-form .whiteBut {
	width: 43%;
}

.documents-search-form .leftInp {
	width: 44%;
}

.departments .department {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}

.news-right-block .department {
	width: 100%;
}

.socLinks {
	padding: 40px 0 20px 0;
}

.socLinks .socBlock {
	width: 40%;
	margin: 0 0 30px 0;
}

}

@media screen and (max-width: 640px) {

.workers-structure .worker.worker-structure-big {
	text-align: center;
}

.workers-structure .worker.worker-structure-big .worker-image {
	float: none;
	margin: 0 auto;
}

.workers-structure .worker.worker-structure-big .worker-desc {
	padding: 10px 0 0 0;
}

.workers-structure .worker.worker-structure-big .worker-desc .worker-bio {
	margin: 0;
}

}

@media screen and (max-width: 620px) {

.blue-block .inner {
	width: 100%;
}
.blue-block .inner:last-child {
	margin-top: 50px;
	padding-top: 50px;
	border: none;
	border-top: 2px solid #0d1e3e;
}
.blue-block .inner ul {
	padding: 0;
}
.capchaBox .capcha {
	float: left;
}

.capchaBox .capcha .load {
	border: 2px solid #0d1e3e;
}

.capchaBox .arrow {
	display: none;
}

.capchaBox .inpBox {
	display: block !important;
	width: auto;
	margin: 0 0 0 220px !important;
}

.contactForm form {
	padding: 30px 5px 0 5px;
}

.contactForm .capchaBox {
	display: block;
	margin: 0 15px 30px 15px;
}

.contactForm .capchaBox .inpBox {
	display: block;
	width: auto;
}

.jobForm form {
	padding: 30px 5px 0 5px;
}

.jobForm .formButton {
	display: block;
	width: auto;
}

.jobForm .areaBox {
	display: block;
	width: auto;
	margin: 0 15px 30px 15px;
}

.jobForm .inpBox {
	display: block;
	width: auto;
	margin: 0 15px 30px 15px;
}

.jobForm .contacts-input-file-container {
	display: block;
	width: auto;
	margin: 0 15px 30px 15px;
}

.jobForm .capchaBox {
	display: block;
	margin: 0 15px 30px 15px;
}

.jobForm .capchaBox .inpBox {
	display: block;
	width: auto;
}

}

@media screen and (max-width: 600px) {
.col-m-6 {
	width: 100%;
}
.parallax.parallax2 .parallax-menu a {
	display: block;
	margin: 0 0 6px;
	white-space: normal;
	text-align: center;
}

.parallax.parallax2 .parallax-title {
	margin: 50px 10px;
	display: block !important;
}

.documents-block .document {
	display: block;
	width: auto;
}

.documents-search-form .document-search-input {
	margin: 16px 0 30px 0;
}

.documents-search-form .whiteBut {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}

.documents-search-form .leftInp {
	width: 100%;
	float: none;
}

.documents-search-form .rightInp {
	width: 100%;
	float: none;
}

.resetBut {
	width: 100%;
	float: none;
}

.article__detail-picture {
	width: 100%;
	float: none;
}

.article__images > a,
article.article .i_article_img {
    width: 100% !important;
}


.documents-search-form .butBlock {
	text-align: center;
}

.document_card .contactForm .formTitle {
	margin: 0 0 30px 0;
}

.document_card .contactForm form .inpBox {
	width: auto;
	margin: 0 0 30px 0;
	float: none;
}

.document_card .contactForm form .blueCheck {
	margin: 0 0 40px 25px;
}

.document_card .contactForm form .capchaBox {
	margin: 0 0 35px 0;
}

.document_card .contactForm form .formButton {
	width: auto;
	margin: 0;
	float: none;
}

.news {
	text-align: left;
}

.news .news-item {
	width: 45%;
	margin: 0 5px 20px 5px;
	min-width: 45%;
}

.social-block .social-title {
	display: none;
}

article.article .artile-news-header {
	display: none;
}

article.article .article-text p,
article.article .article-text ul,
article.article .article-text ol {
	margin: 0;
}

article.article .article-text p.note,
article.article .article-text ul.note,
article.article .article-text ol.note {
	font-size: 16px;
	margin: 15px 0;
	padding: 15px 20px;
}

article.article .youtube iframe {
	height: 70%;
}

article.article .youtube {
	height: 291px;
}

article.article .social-title {
	display: none;
}

article.article .news {
	display: none;
}

article.article h1 {
	font-size: 18px;
	margin-top: 30px;
}

h1 {
	font-size: 18px;
}

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

.bioLinks .worker {
	display: block;
}

.bioLinks .worker .worker-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.bioLinks .worker .worker-desc {
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
}

.bioLinks .worker .worker-desc .worker-name {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 18px;
	color: #595959;
}

.bioLinks .worker .worker-desc .worker-post {
	font-size: 16px;
}

.bioLinks .worker-arrow.worker-arrow-left {
	left: 0;
}

.bioLinks .worker-arrow.worker-arrow-right {
	right: 0;
}

.activity-dropdown-documents h3 {
	font-size: 14px;
}

.contact-forms .institute-tabs .institute-tab {
	font-size: 9px;
}

.open-ministery .open-ministery-items .openMinistery .ico {
	display: block;
	margin: 0 0 20px 0;
}

.contactForm .formButton {
	display: block;
	width: auto;
	margin: 0 10px 40px 10px;
	float: none;
}

.contactForm .inpBox {
	width: 46%;
}

.contactForm .contacts-input-file-container {
	width: 46%;
}

.uiCalendar .calendar-icon {
	margin: 7px;
	cursor: pointer;
}

.institutes .institute-tabs {
	display: block;
}

.institutes .institute-tabs .institute-tab {
	display: block;
	width: auto;
	border-left: none;
	border-top: solid 2px #0d1e3e;
}

.institute-contacts .contacts-phone {
	width: 49%;
	padding: 15px 10px;
	text-align: center;
}

}

@media screen and (max-width: 580px) {

.workers-structure .worker .worker-desc .worker-name {
	font-size: 20px;
}

.workers-structure .worker .worker-desc .worker-post {
	font-size: 16px;
}

.specialist .specialist-content .activity-features .activity-feature {
	width: 90%;
	margin: 0 0 10px;
}

}

@media screen and (max-width: 480px) {

.container {
	padding: 0;
}

.future h2 {
	margin-bottom: 20px;
}
.blue-block h2 {
	font-size: 22px;
}
.page-content > .container:first-child {
	padding: 20px 10px 0 10px;
}

.page-content > .container:first-child.noSpace {
	padding: 20px 0 0 0;
}

.breadcrumbs {
	display: none;
}

#wrapper.mar {
	margin-bottom: -50px;
}

.collapseCont {
	border-top: 2px solid #595959;
	margin: 0 0 20px 0;
}

.js-openSection .hideSect {
	display: none;
	border-left: 2px solid #595959;
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	padding: 15px 0;
	margin: 0;
}

.js-openSection .openTitle {
	border-bottom: 2px solid #595959;
	padding: 20px 45px 20px 20px;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	text-align: left !important;
}

.js-openSection .openTitle .arr {
	display: inline-block;
	width: 16px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -5px 0 0 0;
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: -27px -12px;
}

.backgroundsize .js-openSection .openTitle .arr {
	background-image: url("../img/icons2x.png");
	-webkit-background-size: 500px auto;
	-moz-background-size: 500px auto;
	-ms-background-size: 500px auto;
	-o-background-size: 500px auto;
	background-size: 500px auto;
}

.modal .rulesMessage {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px;
}

.modal .rulesMessage .scrollBox {
	height: 300px;
}

.scrollHead .page-header .icoMenu {
	margin: 16px 0 0;
}

.page-header {
	padding: 0 0 8px 0;
}

.page-header a.logo {
	display: none;
}

.page-header .backLink {
	display: block;
	float: left;
	width: 116px;
	height: 33px;
	background-repeat: no-repeat;
	background-image: url("../img/logos.png");
	background-position: -120px -166px;
	margin: 10px 0 0 10px;
}

.backgroundsize .page-header .backLink {
	background-image: url("../img/logos2x.png");
	-webkit-background-size: 285px auto;
	-moz-background-size: 285px auto;
	-ms-background-size: 285px auto;
	-o-background-size: 285px auto;
	background-size: 285px auto;
}

.page-header .backLink.logo480 {
	width: 98px;
	background-position: -144px -169px;
}

.site-search {
	padding: 10px 0 0 0;
}

.site-search-hide {
	right: 35px;
}

.site-search-fields {
	margin-left: 10px;
}

.site-search-links {
	padding: 0 0 5px;
	margin-right: 80px;
}

.site-search-links-item {
	margin-left: 13px;
}

.site-search-link {
	font-size: 10px;
}

.icoMenu .top-menu-icon {
	margin: 0 0 0 5px;
}

.icoMenu {
	margin: 16px 0 0;
}

.hideLink.close {
	margin-top: 18px;
}

.hideLink {
	margin: 18px 10px 0 15px;
}

.page-footer nav.gov-links ul a {
	white-space: normal;
}

a.button {
	white-space: normal;
}

.services-menu a {
	white-space: normal;
}

.programms {
	display: block;
	padding: 20px 20px 0;
}

.programms .programms-title {
	display: block;
	padding: 0 20px 20px;
}

.programms a.programm {
	padding: 0 20px 20px;
	margin: 0;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}

.open-ministry-menu a {
	margin: 0;
	font-size: 14px;
	float: none;
	display: block;
	text-transform: uppercase;
	text-align: left;
}

.open-ministry-menu {
	position: relative;
	margin: 20px;
}

h2 {
	font-size: 14px;
}

article.about {
	margin: 0 10px;
}

article.about h1 {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 14px;
}

article.about p {
	margin: 0 0 20px 0;
	font-size: 14px;
}

article.about ul {
	margin: 0 0 20px 20px;
	font-size: 14px;
}

article.about p.note {
	margin: 0 0 20px 0;
	font-size: 14px;
	padding: 10px;
}

.about-documents {
	padding: 10px;
}

.about-documents .document {
	margin: 0 0 25px 0;
}

.about-documents .document-buttons-container a.document-button {
	margin: 0 0 5px 0;
}

.workers.workers-about {
	margin: 0 10px;
}

.workers.workers-about .workers-preview {
	margin: 10px 0;
}

.workers.workers-about .workers-preview .worker-preview .worker-photo-img {
	width: 60px;
	float: left;
}

.workers.workers-about .workers-preview .worker-preview .worker-name {
	margin: 9px 0 6px 80px;
}

.workers.workers-about .workers-preview .worker-preview .worker-post {
	margin: 0 0 0 80px;
}

.workers.workers-about .workers-preview .worker-preview {
	width: 100%;
	padding: 10px;
	margin: 0 0 10px 0;
	border: solid 2px #595959;
	background: #fff;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.workers.workers-about .workers-structure .workers-structure {
	white-space: normal;
}

.institutes-section {
	padding: 30px 10px 0 10px;
}

.about-links {
	padding: 30px 10px;
}

.about-links .organizations {
	margin: 0 0 30px 0;
}

.about-links .organizations .organizations-left,
.about-links .organizations .organizations-right {
	width: 100%;
	float: none;
}

.about-links .organizations .organization {
	margin: 0 0 15px 0;
}

.gov-jobs {
	padding: 30px 10px 0 10px;
}

.courses {
	padding: 10px;
}

.courses .courses-title {
	font-size: 16px;
	padding: 25px 0 0 15px;
}

.courses .courses-list-viewport {
	margin: 20px 15px 0;
}

.courses .course-number {
	width: 50px;
	line-height: 145px;
}

.courses .course-desc {
	font-size: 13px;
	line-height: 15px;
	word-break: break-word;
}

.documents-block {
	padding: 20px;
	margin: 15px;
}

.documents-block .document {
	padding: 0 0 0 80px;
}

.document-buttons-container .document-button {
	white-space: normal;
}

.document-buttons-container .document-button {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	display: block;
}

.department-documents {
	margin: 0 0 0 10px;
}

.documents-number {
	margin: 0 10px;
	font-size: 18px;
}

.documents-search-results .document-search-result {
	margin: 0 0 10px 0;
	width: auto;
	display: block;
}

.documents-search-results .document-search-result .document-search-result-desc {
	display: none;
}

.documents-search-results {
	margin: 0 10px;
}

.document-search-input input {
	width: 90%;
	font-size: 14px;
}

.document-search-input .searchIco {
	right: 0;
}

.documents-search-form {
	padding: 0 10px;
}

.whiteBut {
	white-space: normal;
}

.document_card {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.document_card .contactForm {
	border: solid 2px #0d1e3e;
}

.document_card h1 {
	margin: 0 10px 20px 10px;
}

.document_card .doc_desc {
	margin: 0 10px 20px 10px;
}

.document_card .docTitle {
	margin: 0 10px 20px 80px;
}

.document_card .docTitle .ico {
	margin: 0;
	position: absolute;
	top: 0;
	left: -70px;
}

.document_card .social-block {
	margin: 0 10px 20px 10px;
}

.document_card .docList {
	margin: 0 10px 20px 10px;
}

.document_card .docList .document {
	display: block;
	width: auto;
}

.news {
	margin: 0 10px 30px 10px;
}

.news .news-item {
	width: auto;
	float: none;
	display: block;
	min-width: 90%;
}

.social-block {
	margin: 0 10px 30px 10px;
}

.departments-title {
	margin: 0 10px 20px 10px;
}

.departments {
	margin: 0 10px;
}

.departments .department {
	height: auto;
}

.departments .department .department-title {
	padding: 0 10px;
}

article.department h1 {
	font-size: 14px;
	margin: 0 10px 10px 10px;
}

article.department h2 {
	font-size: 14px;
	margin: 0 10px 10px 10px;
}

article.department p {
	margin: 0 10px 10px 10px;
}

.department-workers .department-worker {
	border: 2px solid #595959;
	margin: 0 20px 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
}

.department-workers .department-worker .department-worker-document {
	display: none;
}

.department-workers .department-worker .department-worker-desc {
	margin: 0 0 0 85px;
}

.department-workers .department-worker .department-worker-desc .department-worker-name {
	font-size: 14px;
}

.department-workers .department-worker .department-worker-desc .department-worker-post {
	font-size: 14px;
}

.department-workers .department-worker .department-worker-desc .department-worker-contacts {
	font-size: 14px;
}

article.article {
	padding: 20px 10px;
}

article.article h1 {
	font-size: 14px;
}

article.article .artile-news-header {
	display: none;
}

article.article .article-text p,
article.article .article-text ul,
article.article .article-text ol {
	margin: 0 0 20px 0;
}

article.article .article-text p.note,
article.article .article-text ul.note,
article.article .article-text ol.note {
	font-size: 14px;
	padding: 10px 15px;
}

article.article .youtube iframe {
	height: 50%;
}

article.article .youtube {
	height: 230px;
}

.bioLinks .worker {
	margin: 0;
}

.bioLinks .worker .worker-image {
	width: auto;
	height: auto;
	margin: 0 10px;
}

.workers-bio .bio-dates {
	margin: 30px 10px;
}

.workers-structure {
	padding: 0 10px;
}

.workers-structure hr {
	display: none;
}

.workers-structure .worker .worker-image {
	width: auto;
	height: auto;
	border: solid 2px #595959;
	margin: 0 0 10px 0;
}

.workers-structure .worker .worker-image img {
	width: 100%;
	height: auto;
	border: none;
}

.workers-structure .worker .worker-desc .worker-name {
	font-size: 18px;
}

.workers-structure .worker .worker-desc .worker-post {
	font-size: 14px;
}

.workers-structure .worker.worker-structure-big {
	padding: 10px;
}

.workers-structure .worker.worker-structure-big .worker-image {
	width: auto;
}

.workers-structure .worker.worker-structure-big .worker-image img {
	width: 100%;
	height: auto;
}

.workers-structure .worker.worker-structure-small {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.workers-structure .worker.worker-structure-small .worker-title .worker-name,
.workers-structure .worker.worker-structure-small .worker-name {
	font-size: 18px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.workers-structure .worker.worker-structure-small .blueCheck {
	height: 60px;
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.workers-structure .worker.worker-structure-small .worker-image {
	height: auto;
	width: auto;
	display: block;
	float: none;
	margin: 0;
}

.workers-structure .worker.worker-structure-small .worker-image img {
	width: 100%;
	height: auto;
}

.workers-structure .worker.worker-structure-small .worker-desc {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.workers-structure .worker .worker-title .worker-title-icon {
	display: none;
}

.workers-structure .worker .worker-title .worker-name {
	font-size: 18px;
	margin: 0;
}

.workers-structure .worker .worker-title .worker-post,
.workers-structure .worker .worker-post {
	font-size: 14px;
	margin: 0 0 15px;
	text-align: center;
}

.workers-structure .worker .worker-places .worker-place {
	margin: 0 0 10px 0;
}

.workers-structure .worker {
	border: solid 2px #595959;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 10px 0 10px;
	background: #fff;
}

.activities .js-openSection {
	padding: 0;
	border-top: none;
}

.activities .activity .activity-header {
	font-size: 14px;
	margin: 0;
}

.activities .activity .activity-header a {
	border-bottom: none;
}

.activities .activity ul.activity-links {
	margin: 0 10px;
}

.activities .activity ul.activity-links li a {
	display: block;
	margin: 0;
	padding: 10px;
	border-bottom: 2px solid #eae7de;
	font-size: 12px;
}

.activities .activity ul.activity-links li {
	display: block;
	text-align: left;
}

.activity-features {
	margin: 20px 10px 15px 10px;
}

article.activity h1 {
	margin: 0 10px 20px 10px;
	font-size: 16px;
}

article.activity h2 {
	margin: 30px 10px 25px 10px;
}

article.activity .activity-desc {
	margin: 0 10px 10px 10px;
	font-size: 14px;
}

article.activity .activity-department {
	padding: 0 20px 0 10px;
}

.activity-dropdown-container .activity-dropdown-header {
	padding: 10px 35px 10px 10px;
	font-size: 14px;
}

.activity-dropdown-container .activity-dropdown-content {
	padding: 20px 10px 0 10px;
}

.activity-dropdown-container .contacts-phones {
	margin: 30px 0 0 0;
}

.activity-dropdown-container .contacts-phones .contacts-phone {
	width: auto;
	margin: 0 0 30px 0;
}

.activity-dropdown-documents .document {
	width: 100%;
	margin: 10px 0 20px 0;
}

.activity-help {
	display: none;
}

.activity-help a.button {
	white-space: normal;
}

.contact-forms .institute-tabs .institute-tab {
	padding: 7px;
	font-size: 8px;
}

.contacts-phones .contacts-phone {
	display: block;
	float: none;
	text-align: center;
	width: auto;
	margin: 0 15px 30px 15px;
}

.open-ministery {
	padding: 0 0 40px;
}

.open-ministery .open-ministery-items {
	padding: 0 10px;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item {
	margin: 20px 0 0 0;
	width: 47%;
	height: 150px;
	line-height: 150px;
	font-size: 11px;
}

.open-ministery .open-ministery-items .open-ministery-links .open-ministery-item:nth-child(even) {
	float: right;
}

.capchaBox .capcha {
	margin: 0 0 20px 0;
	float: none;
}

.capchaBox .inpBox {
	margin: 0 !important;
}

.contactForm {
	border-left: none;
	border-right: none;
}

.contactForm .areaBox {
	width: auto;
	margin: 0 10px 40px 10px;
}

.contactForm .inpBox {
	width: auto;
	margin: 0 10px 40px 10px;
	float: none;
}

.contactForm .selectBox {
	width: auto;
	margin: 0 10px 40px 10px;
}

.contactForm .contacts-input-file-container {
	width: auto;
	margin: 0 10px 40px 10px;
	float: none;
}

.govjob h1,
.govjob .H1 {
	margin: 0 15px 15px 15px;
}

.vacancies {
	margin: 0 0 10px 0;
}

.jobForm {
	border-left: none;
	border-right: none;
}

.docList .document {
	width: 100%;
	display: block;
	padding: 0 0 30px 80px;
}

.press-types {
	display: none;
}

.press-types-select {
	display: block;
	border: 2px solid #0d1e3e;
	padding: 10px 10px 2px 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.press-types-select .ffSelectWrapper {
	width: 100%;
}

.press-types-select .ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.press-types-select .ffSelectWrapper .ffSelectMenuWrapper .ffSelectMenuMidBG .ffSelectMenuMid ul > li {
	font-family: 'PragmaticaMedium', Arial, sans-serif;
	font-size: 16px;
	color: #0d1e3e;
	text-transform: uppercase;
}

.press-center h1 {
	margin: 0 10px 20px 10px;
}

.press-center .press-photos.news .news-item {
	width: 100%;
	padding: 0;
}

.press-center .news {
	margin: 0 0 20px 0;
}

.press-videos {
	margin: 0 10px 20px 10px;
}

.press-videos .press-videos-previews .press-videos-preview {
	width: 100%;
	padding: 0;
}

.faq h1,
.faq .H1 {
	margin: 0 10px 15px 10px;
}

.faq .press-bottom {
	display: none;
}

.details .details-content .details .details-content .details-useful .details-useful-button {
	white-space: normal;
}

.details {
	margin: 0 10px 15px 10px;
}

.infographics {
	margin: 0 10px 20px 10px;
}

.simpleText {
	margin: 0 0 30px 0;
}

.institutes-page h1 {
	font-size: 16px;
}

.institute-contents .institute-content .institute-column {
	padding: 25px 0 0 0;
}

.institute-contacts .contacts-phone {
	width: 100%;
}

.institute-links.institutes-background {
	padding: 20px 0;
}

.organizationBlock .organization h2 {
	margin: 30px 10px 0 10px;
	font-size: 16px;
}

.specialist {
	padding: 0 10px;
}

.specialist .specialist-content .choose-task {
	font-size: 14px;
	margin: 0 10px 20px;
}

.specialist .specialist-content .activity-features {
	display: none;
}

.pageSearch {
	margin: 0 10px 10px 10px;
}

.pageSearch input.site-search-input {
	font-size: 14px;
}

.pageSearch .site-search-fields {
	font-size: 14px;
}

.pageSearch .blueCheck {
	margin: 0 0 20px 25px;
	display: block;
}

.pageSearch .blueCheck label {
	font-size: 14px;
}

.searchResult .button {
	width: auto;
	margin: 0 10px;
}

}

@-webkit-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-moz-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-o-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-moz-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-webkit-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-o-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@-ms-keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

@keyframes loading_medium {

0% {
	background-position: 50% 0;
}

100% {
	background-position: 50% -161px;
}

}

.i-detail-news .news-item {
    margin: 0 15px 50px 15px !important;
}

.i-js-columnize .column .bio-period {
    padding-right: 30px;
}

.left-column .activity li {
    margin: 1em 0;
}
.i_presentation_list li a span {
    font-size: 70%;
    font-style: italic;
}
.i_presentation_list li a {
    text-decoration: underline !important;
}
.i_presentation_list li a:hover {
    text-decoration: none !important;
    color: #ee434a;
}
article.article .i_article_img {
    width: 370px;
    float: left;
/*margin: 0 20px 20px 0;*/
}
.bx-core-waitwindow {
    display: none;
}
.i_form_success {
    color: green;
    text-align: center;
    padding: 50px;
}
.i_corrupt_subheaders a {
	text-transform: lowercase;
	color: #444;
}
.i_corrupt_subheaders a:hover {
	text-decoration: none;
}

code {
    border: 1px solid #999;
    background: #ddd;
    border-radius: 5px;
    padding: 20px;
    display: block;
}
.i-watch-map {
    display: inline-block;
}
.i-right-links {
    float: right;
    text-align: right;
}
.i-print-map {
    float:right;
    margin: 0 !important;
}
input, textarea {outline:none;}

.contactForm .contacts-input-file-container ~ .contacts-input-file-container {
    /*display:none;*/
}
.contactForm .contacts-input-file-container.no-border {
    border: none !important;
    display: block;
}
.i-filedesc {
    font-size: 80%;
    margin: 0px 0px 60px 10px;
}
.i-inp-radio input {
    border: none !important;
}
.i-inp-radio {
    width: 48% !important;
    margin: 0 1% 60px 1% !important;
}
.i-inp-radio input + label::before {
    margin: 0 5px 0 0px !important;
}
.contactForm form .activity-dropdown-container {
    margin-bottom: 70px;
}
.bx-core-adm-dialog input[type='radio']{
    -webkit-appearance: radio;
}
.i-department-workers .department-worker{
    width: 47%;
    float:left;
    padding-right: 3%;
}
.i-metrika-informer {
    float: right;
    margin-left: 20px;
    margin-top: -8px;
    text-align: center;
}
.i_num_inner_drops {
	margin-top: 30px;
}
.i_sitemap_wrapper .map-columns {
    width: 100%;
    margin-bottom: 50px;
}
.tenders_dropdown {
	margin-bottom: 50px;
}

.programms-container .container {width:inherit !important;}

.subscribe-edit input[type='checkbox'] {
    -webkit-appearance: checkbox;
}
.subscribe-edit input[type='radio'] {
    -webkit-appearance: radio;
}

#masters {
	padding-top: 50px;
}

.modal_auth_form_wrapper {
	display: none;
}

.modal .modal_auth_form {
	height: 300px;
	margin-top: -200px;
	width: 300px;
	left: 50%;
	margin-left: -205px;
	background: #f3efe6;
	border: 2px solid #595959;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 40px;
	position: relative;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.modal .modal_auth_form .cls {
	font-family: 'PragmaticaSlabMedium', Arial, sans-serif;
	font-size: 30px;
	color: #6d6c69;
	line-height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}




.flag_ammap { display:block; position:absolute;  width:35px; z-index:4; height:35px;}
.flag_ammap .fl { display:block;width:35px; height:35px;}
.block_ammap { position:relative;}

.block_ammap .flag1 {
    left: 41px;
    top: 265px;
}
.block_ammap .flag2 {
    left: 81px;
    top: 177px;
}
.block_ammap .flag3 {
    left: 170px;
    top: 154px;
}
.block_ammap .flag4 {
    left: 364px;
    top: 189px;
}
.block_ammap .flag5 {
    left: 542px;
    top: 150px;
}.block_ammap .flag1 .fl { width:50px;}
.block_ammap .flag2 .fl { width:40px;}
.block_ammap .flag3 .fl { width:85px;}
.block_ammap .flag4 .fl {width:85px;}
.block_ammap .flag5 .fl {width:85px;}
.block_ammap .ammap_float { display:none; background:#fff; color:#000; font-size:11px; width:210px; padding:14px; position:absolute;top:0; left:100%;}
.block_ammap .flag_ammap:hover .ammap_float { display:block;}



	.center__side {max-width: 1170px;margin: 0 auto;overflow: hidden; padding: 65px 0 65px 0;}
	.center__side h2 { text-align: center; font-size: 30px; color: #0d1e3e; margin-bottom: 25px; text-transform: none;}
	/*.center__inner {width: 30%; height: 463px; float: left;margin: 0 15px; background: url(/images/border.png) no-repeat;background-size: 100% 100%; padding: 15px 0;}*/
.center__inner {
	-ms-flex-negative: 0;
	flex-shrink: 0;
    width: 22%;
    height: 435px;
    float: left;
    margin: 0 15px;
    background: url(/images/border.png) no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
    padding: 15px 15px;
    box-sizing: border-box;
}
	.center__inner img {border-radius: 190px; width: 290px; display: block; margin: 15px auto 0;}
	.center__inner .center_title {font-size: 24px; color: #007dc3; display: block; text-align: center;padding: 10px 0; text-decoration: none;}
	.center__inner p {font-size: 16px; color: #444444; display: block; text-align: center;}
	.news-item p {font-size: 12px; color: #444444; text-transform: lowercase;}

.center__inner img {
    width: 100%;
    max-width:200px; /*290px*/
}
.body-bg {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 888;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.popup-feedback__button.next{
    padding: 4px 20px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.popup-feedback__button.change {
    background: transparent;
    padding: 4px 20px;
    color: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.popup-feedback__main-desc{
    line-height: 35px;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 10px;
}
.popup-feedback__main-btn {
    display: block;
    margin: 14px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.popup-feedback__button.next:hover{
    background: #fff;
    color: #0d1e3e;
    border: solid 2px #0d1e3e;
}
.popup-feedback__button.change:hover {
    background: #0d1e3e;
    color: #fff;
}
@media only screen and (min-width:320px) and (max-width:1024px) {
 .center__inner {
  float: none;
  width: 340px;
  margin: 0 auto 15px;
 }
}

#floatTip {
  position: absolute;
  max-width: 400px;
  display: none;
  border: 2px solid #595959;
  padding: 7px;
  font-family: sans-serif;
  font-size: 9pt;
  color: #333;
  background: #f3efe6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
  margin-top:-150px;
  z-index: 9999;
}

.serial-block {
  max-width: 310px;
  text-align: center;
  border: solid 1px black;
  margin: 0 auto;
  padding: 7px;
}
.down-arrow img {
  display: block;
  width: 15px;
  margin: 0 auto;
}

.tags-cloud {
    position: absolute;
	z-index: 1;
	width: 370px;
}

#vote-press {
    width: 320px;
    margin: 5px 0;
    text-align: center;
}

.tags-cloud .search-tags-cloud a {
    display: inline-block;
    border: solid 1px #0d1e3e;
    padding: 3px 6px;
    margin-bottom: 4px;
    border-radius: 4px;
    text-decoration: none;
}
.tags-cloud .search-tags-cloud a:hover,
.tags-cloud .search-tags-cloud a:active {
	background: #0d1e3e;
	color: white !important;
}
.tags-cloud .activity-dropdown-container {
    background: white;
	border-color: #444;
}

.tags-cloud .activity-dropdown-container .activity-dropdown-header:hover,
.tags-cloud .activity-dropdown-container.active .activity-dropdown-header {
	background: #444;
	color: white;
}


.tags-cloud .activity-dropdown-container .activity-dropdown-header {
	color: #444;
}

/*.header-socBox {
    position: relative;
    width: 200px;
    height: 24px;
    float: right;
    margin: 0px -177px 0 0;
}*/
.header-socBox {
    position: absolute;
    right: -7px;
    top: 5px;
}
a.header-social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
a.header-social-icon.header-social-icon-tw {
  background: url("../img/icons.png") no-repeat -478px -135px;
}
a.header-social-icon.header-social-icon-yt {
  background: url("../img/icons.png") no-repeat -430px -135px;
}
a.header-social-icon.header-social-icon-in {
  background: url("../img/icons.png") no-repeat -404px -135px;
}
a.header-social-icon.header-social-icon-fb {
  background: url("../img/icons.png") no-repeat -455px -135px;
}
a.header-social-icon.header-social-icon-ok {
  background: url("../img/header-icons-ok.png") no-repeat 0px -46px;
}
a.header-social-icon.header-social-icon-vk {
  background: url("../img/header-icons-vk.png") no-repeat 0px -45px;
}

.os-detail-bio {
    margin: 50px 0;
}

.add-file {
    font-size: 17px;
    color: #008bcb;
    text-decoration: underline;
    cursor: pointer;
}

.print-og{
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 28px 0 0;
    padding: 5px 10px 4px 10px;
    font-family: 'PragmaticaMedium', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #008bcb;
}

.print-og .ico {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
	background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    background-position: -267px -65px;
}

.investor-banner {
    display: inline-block;
    max-width: 420px;
    height: 265px;
    background-color: #f4f0e7;
    border-radius: 7px;
    border: 1px solid #595959;
    text-align: center;
    padding: 0 13px;
    margin: 0 20px 20px 0;
}

.investors-banner {
    margin: 30px auto;
    max-width: 950px;
}

.investor-banner a{
	text-decoration: none;
	color: #444;
}



.investor-banner i{
    display: block;
    width: 100px;
    margin: 39px auto 10px;

}

#open-data-export {
    display: inline-block;
    float: right;
    background-color: #2b7db6;
    line-height: 31px;
    color: white;
    text-decoration: none;
    padding: 0 8px;
    margin: -4px 24px 0px 0px;
    text-transform: uppercase;

}

.logo-en {
	background-image: url(../img/logos-en.png) !important;
}

.view-doc iframe{
    width: 100%;
    height: 600px;
}

span.timestamp {
    float: right;
    margin: 15px 0;
    color: gray;
    font-style: italic;
}

#ref-view-doc {
    position: absolute;
    display: none;
    width: 100%;
    height: 600px;
    z-index: 999;
    border: 5px solid;
    -moz-box-shadow: 0px 0px 72px 0px rgba(71,71,71,0.82);
    box-shadow: 0px 0px 72px 0px rgba(71,71,71,0.82);
}

#close-ref-view-doc {
    position: absolute;
	display: none;
    right: 0;
    top: 15px;
    font-size: 35px;
    cursor: pointer;
}

.b-quote {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 3px dashed #bababa;
    border-top: 3px dashed #bababa;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    padding: 10px 15px;
    position: relative;
    text-align: center;
	margin-bottom: 15px;
}

.contactForm .selectBox.error {
	border-bottom: solid 2px #ed363d;
}

.main-useful-link {
	padding: 20px 0;
	background-color: #fafafa;
}
.main-useful-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-useful-link-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding-top: 15px;
	padding-right: 15px;
	color: #f29580;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-useful-link-item:hover {
	text-decoration: underline;
}
.main-useful-link-item-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 44px;
	max-height: 56px;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.main-useful-link-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media (max-width: 565px) {
	.main-useful-link-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-left: 10px;
		font-size: 14px;
	}
}




.subscribe-telegram {
    line-height: 34px;
    display: inline-block;
    padding-right: 38px;
    margin-right: 59px;
    background: url(/images/telegram_icon.png) no-repeat;
    background-position: 232px;
    float: right;
    text-decoration: none;
}

.subscribe-telegram:hover {
    text-decoration: underline;;
}

.document-sort {
    font-size: 16px;
    float: right;
    margin-right: 70px;
}

.os tbody tr td img {
    max-width: 102px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.os tbody tr td:nth-child(2) {
    width: 100%;
    padding-left: 30px;
}

.os tbody tr td {
	padding-bottom: 20px;
}

table.partners tbody tr td img {
    max-width: 104px;
    padding: 10px 20px 10px 0;

}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    margin: 0px 0px -3px 0px;
}

.anons_picture .slick-dots {
    bottom: -4px;
}

.slick-dots li button {
    cursor: default;
}

#detail-picture {
    display: block;
    margin-top: 22px;
}
.article-text h2,.article-text  table {
    margin: 0 70px 20px;
}
.article-text table td {
    padding: 10px;
}
/*}*/
.sign {
    margin-top: -28px;
    padding-right: 10px;
    bottom: 0;
    text-align: right;
    position: relative;
    color: white;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    background-color: rgba(0,0,0,.5);
}
.sign a {
    color: white;
    text-decoration: none;
}
.sign a:hover {
    text-decoration: underline;
}
.popup-table_button {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
#buton-popup-table_in {
    border: 0;
    background-color: #0d1e3e;
    color: #fff;
    padding: 2px 22px;
}
.list-question {
    background: #fff;
}
.list-question * {
	box-sizing: border-box;
}
.list-question a {
    font-weight: bold;
    color: #0d1e3e;
    text-decoration: none;
    padding: 40px;
    position: relative;
}
.list-question a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 13px;
    height: 21px;
    vertical-align: top;
    background: url(/img/right-arrow-button.png) no-repeat;
    transition: left .3s;
}
.list-question a:hover:before {
	left: 15px;
}
.inpBox input::-webkit-input-placeholder {color:#777;}
.inpBox input::-moz-placeholder          {color:#777;}/* Firefox 19+ */
.inpBox input:-moz-placeholder           {color:#777;}/* Firefox 18- */
.inpBox input:-ms-input-placeholder      {color:#777;}

.areaBox textarea::-webkit-input-placeholder {color:#777;}
.areaBox textarea::-moz-placeholder          {color:#777;}/* Firefox 19+ */
.areaBox textarea:-moz-placeholder           {color:#777;}/* Firefox 18- */
.areaBox textarea:-ms-input-placeholder      {color:#777;}

img.calendar-icon-hover {
    border: none;
    background-color: #dbe3f2;
    margin: 1px;
    margin-left: 2px;
}

/*Opendata comment*/
.opendata-comment {
	margin-bottom: 60px;
}
.opendata-comment__title {
	font-size: 1.444em;
	color: #444444;
	text-transform: none;
	font-weight: bold;
}
.opendata-comment__form {
	padding: 68px 11% 42px;
	border: 2px solid #0d1e3e;
	text-align: right;
}
.opendata-comment__field {
	margin-bottom: 37px;
	padding: 0;
	position: relative;
}
.field_col-3 {
	width: 31.99%;
}
.field_col-3:not(:first-child) {
	margin-left: 2%;
}
.opendata-comment__field input,
.opendata-comment__field textarea {
	border: 0;
	border-bottom: 2px solid #0d1e3e;
	padding: 10px 0;
	width: 100%;
	resize: vertical;
}
.opendata-comment__field input.error,
.opendata-comment__field textarea.error {
	color: #ed363d;
	border-bottom: solid 2px #ed363d;
}
.opendata-comment__field label.error {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-family: 'PragmaticaBook', Arial, sans-serif;
	font-size: 12px;
	color: #ed363d;
}
.opendata-comment__form [type="submit"] {
	border: 2px solid #0d1e3e;
	padding: 20px 25px;
	color: #0d1e3e;
	text-transform: uppercase;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.945em;
	transition: all 0.3s;
}
.opendata-comment__form [type="submit"]:hover {
	color: #ffffff;
	background-color: #0d1e3e;
}
.opendata-comment__count {
	margin: 41px 0 48px;
}
.opendata-comment__items {
	list-style: none;
	padding: 0;
}
.opendata-comment__item {
	position: relative;
}
.opendata-comment__item:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 1px solid #e6e6e6;
}
.opendata-comment__item_name {
	color: #0d1e3e;
	font-weight: bold;
}
.opendata-comment__item_time {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-style: italic;
}
.opendata-comment__item_text {
	font-size: 0.945em;
	text-align: left;
}
.opendata-comment__item_answer {
	background-color: #f4f0e7;
	padding: 24px 29px;
	position: relative;
}
.opendata-comment__item_time-answer {
	top: 24px;
	right: 29px;
}

.opendata-comment__item_answer_title {
	display: block;
	color: #b5506a;
	font-weight: bold;
	margin-bottom: 21px;
}
@media screen and (max-width: 500px) {
	.field_col-3 {
		width: 100%;
	}
	.field_col-3:not(:first-child) {
		margin-left: 0;
	}
	.opendata-comment__form [type="submit"] {
		padding: 10px 15px;
		width: 100%;
	}
	.opendata-comment {
		font-size: 15px;
	}
	.opendata-comment__item_time {
		position: static;
		font-size: 0.94em;
	}
}

/*Opendata comment*/

.btn_white {
	background-color: #ffffff;
	padding: 10px 40px;
	display: inline-block;
	border: 1px solid #017dc3;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
	color: #017dc3;
	max-width: 100%;
	line-height: 1.2em !important;
}
.btn_answer {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: right;
}
.btn_white:hover {
	background-color: #017dc3;
	color: #ffffff;
}
.btn_blue {
	background-color: #017dc3;
	color: #ffffff;
}
.btn_blue:hover {
	opacity: 0.8;
	color: #ffffff;
}
.answer .answer__request-num {
	margin: 64px 0 17px;
	font-size: 1.444em;
	color: #323232;
	font-weight: bold;
}
.answer__form {
	padding: 57px 219px;
	background-color: #ffffff;
}
.answer__form_row {
	margin-bottom: 20px;
}
.answer__form_row > div {
	display: inline-block;
}
.answer__form_row-left {
	width: 23%;
}
.answer__form_row-right {
	width: 76%;
}
.answer__form_field {
	width: 100%;
	padding: 12px 10px;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	resize: vertical;
}
.answer__form_btn {
	margin: 50px 0;
}
.answer__form_btn .answer__form_row-right {
	margin-left: 23.5%;
}
.answer__btn-cancel {
	margin-right: 10px;
}
[class^="icon-"] {
	background-color: transparent;
	border: none;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.icon-accept {
  background-image: url(/rezvan/img/sprite.png);
  background-position: -19px 0px;
  width: 17px;
  height: 13px;
}
.icon-cancel {
  background-image: url(/rezvan/img/sprite.png);
  background-position: 0px -18px;
  width: 12px;
  height: 12px;
}
.icon-edit {
  background-image: url(/rezvan/img/sprite.png);
  background-position: 0px 0px;
  width: 19px;
  height: 18px;
}
.number-edit__field {
	display: none;
	border: 1px solid #c4c4c4;
	padding: 10px;
	border-radius: 4px;
}
.icon-accept,
.icon-cancel {
	display: none;
}

.attach a {
	color: #595959;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 16px;
}
.forum-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0px 30px;
}
.footer-forum__link {
  display: inline-block;
  margin: 0 15px 15px;
}
.footer-forum__img {
	max-width: 170px;
	max-height: 100px;
}

input#personal-data {
	display: none;
}
label[for="personal-data"] {
	position: relative;
	margin: 25px 0;
	display: block;
	padding-left: 35px;
	cursor: pointer
}
label[for="personal-data"]::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #0d1e3e;
	position: absolute;
	top: 1px;
	left: 1px;
}
input#personal-data:checked + label[for="personal-data"]::after {
	content: "";
	left: 9px;
	top: 3px;
	width: 5px;
	height: 13px;
	border: solid #f9856b;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(43deg);
	position: absolute;
}
.personal-data-text {
	font-size: 14px;
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	margin-bottom: 25px;
	text-align: left;
}

.ui-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ui-justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.ui-justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ui-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ui-align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.strategic-enterprises {
	font-size: 14px;
	padding: 70px 15px 50px;
	background-color: #f4f0e7;
	margin-top: 45px;
}
.strategic-enterprises-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.strategic-enterprises-list > div {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding: 5px 15px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.strategic-enterprises a {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-size: 15px;
	color: #595959;
}
@media (max-width: 769px) {
	.strategic-enterprises-list > div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}
@media (max-width: 577px) {
	.strategic-enterprises-list > div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

#world-map {
	max-width: 100%;
	height: auto;
}

.support-mortgage {
	padding-bottom: 80px;
	background-color: #fff;
}
.support-mortgage-wrap {
	padding: 30px;
	background: url(/img/support-mortgage.jpg) center / cover no-repeat;
	box-sizing: border-box;
}
.support-mortgage-title {
	font-family: 'PragmaticaSlabBook', Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	text-transform: none;
	font-size: 24px;
}
.support-mortgage-questions {
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
}
.support-mortgage-questions a {
	color: #000;
	margin-right: 15px;
	text-decoration: none;
}
.support-mortgage-questions a:hover {
	text-decoration: underline;
}
.support-mortgage-btn.button-blue {
	margin: 0;
	color: #000;
}
@media (max-width: 768px) {
	.support-mortgage-wrap {
		background-position: center right -250px;
		padding: 20px;
	}
	.support-mortgage-title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.support-mortgage-questions {
		font-size: 14px;
	}
	.support-mortgage-questions a {
		display: block;
		margin: 10px 0;
	}
	.support-mortgage-btn.button-blue {
		font-size: 13px;
	}
}


.national-project {
	background-color: #ffffff;
	padding: 30px 0 0;
}
.national-project-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.national-project-item {
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	padding: 0 15px;
	margin: 15px 0;
	text-align: center;
}
.national-project-item-link {
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.national-project-item-link:hover {
	opacity: .8;
}
.national-project-item-img {
	max-width: 300px;
	max-height: 70px;
}

.coronavirus {
	display: block;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
	color: #ec1a23;
	font-size: 18px;
	border: 10px solid #cfe3ee;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ffffff;
}
.coronavirus:hover {
	text-decoration: underline;
}
@media (max-width: 1040px) {
	.coronavirus {
		font-size: 12px;
	}
}

.responsive-frame {
	position:relative;
	padding: 0 0 56.25% 0;
	height:0;
	overflow:hidden;
}
.responsive-frame iframe,
.responsive-frame object,
.responsive-frame embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.warning-text {
	padding: 5px;
	font-size: 16px;
	color: #721c24;
	text-align: center;
	background-color: #f8d7da;
}

.popup {
	position: fixed;
	bottom: 15px;
	left: 15px;
	max-width: 400px;
	margin-right: 15px;
	font-size: 13px;
	padding: 20px 0 0;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 0 0 14px 0 rgba(114, 28, 36, .5);
}
.popup-close {
	position: absolute;
	top: 11px;
	right: 12px;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('/img/delete.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.3s;
	cursor: pointer;
}
.popup-close:hover {
	opacity: 0.5;
}
.popup-content {
	padding: 10px;
}
