@font-face {
    font-family: "Roboto Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/resources/rea/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/resources/rea/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
}
@font-face {
    font-family: "Roboto Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/resources/rea/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/resources/rea/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
}
@font-face {
    font-family: "Roboto Condensed Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/RobotoCondensed-Bold-webfont.woff") format("woff"), url("/resources/rea/fonts/RobotoCondensed-Bold-webfont.ttf") format("truetype"), url("/resources/rea/fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold") format("svg");
}
@font-face {
    font-family: "Roboto Condensed Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/RobotoCondensed-Regular-webfont.woff") format("woff"), url("/resources/rea/fonts/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("/resources/rea/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
}
@font-face {
    font-family: "Roboto Light Italic";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/Roboto-LightItalic-webfont.woff") format("woff"), url("/resources/rea/fonts/Roboto-LightItalic-webfont.ttf") format("truetype"), url("/resources/rea/fonts/Roboto-LightItalic-webfont.svg#robotolight_italic") format("svg");
}
@font-face {
    font-family: "Roboto Light";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/Roboto-Light-webfont.woff") format("woff"), url("/resources/rea/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("/resources/rea/fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
}
@font-face {
    font-family: "Roboto Medium";
    font-style: normal;
    font-weight: normal;
    src: url("/resources/rea/fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/rea/fonts/Roboto-Medium-webfont.woff") format("woff"), url("/resources/rea/fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("/resources/rea/fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg");
}
/*
html, body, .wrapper {
    height: 100%;
}

body > .wrapper {
    height: auto;
    min-height: 100%;
}
*/
.aritcleContainer a,.overview a {
	text-decoration: none;
}

.overview {
	border-collapse: collapse;
}

input {
	font-family: trebuchet MS,Arial,Helvetica,sans-serif !important;
}

p {
	margin: 0px;
	padding: 0px;
}

body {
	/* min-width: 100%;*/
	margin: 0px;
	padding: 0px;
    font-family: "Roboto Regular",Helvetica,Arial,"Nimbus Sans L",sans-serif;
}

.indented {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#logoTextContainer {
	/* display: table-cell;
	vertical-align: middle;
	padding-top: 3px; */
	
	display: table-cell;
	vertical-align: middle;
	padding-top: 13px;
	color: white;
	font-weight: bold;
	/* font-size: 20px;
	padding-left: 13px; */
}

#logoTextContainerEN {
	display: table-cell;
	vertical-align: middle;
	padding-top: 16px;
	color: white;
	font-weight: bold;
}

#logoTextContainer p:first-child {
	font-size: 11px;
	letter-spacing: 0.08px;
	padding-bottom: 4px;
}

#logoTextContainer p:nth-child(2) {
	font-size: 16px;
	letter-spacing: 0.0004px;
	padding-bottom: 4px;
}

#logoTextContainer p:nth-child(3) {
	font-size: 12px;
	letter-spacing: 0.27px;
}

#logoTextContainerEN p:first-child {
	font-size: 11px;
	letter-spacing: 2.45px;
	padding-bottom: 4px;
}

#logoTextContainerEN p:nth-child(2) {
	font-size: 22px;
	letter-spacing: 2.35px;
	padding-bottom: 4px;
}

#logoTextContainerEN p:nth-child(3) {
	font-size: 12px;
	letter-spacing: 0;
}

.centralSection table:first-child {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	padding: 0;
}

.centralSection table:first-child  td {
	vertical-align: top;
}

.searchContainer {
	background: white url('../img/headerImg/search.png') 185px 5px
		no-repeat;
	border: 1px solid #000033;
	margin-top: 10px;
	height: 26px;
	border-radius: 2px;
}

.mainSearch {
	border: none;
	padding: 0px;
	height: 25px;
	float: left;
	padding-left: 5px;
	width: 170px;
	color: #12213b;
	margin-top: 1px;
}

.searchNews input,.search input {
	border: none;
	padding: 0px 0px 0px 9px;
	height: 25px;
	float: left;
	color: grey;
	/* font-style: italic; */
	width: 200px;
	color: #12213b;
	margin-top: 0px !important;
}

#newsSearch {
	height: 24px !important;
}

#eventsSearch {
	height: 24px !important;
}

.newsSearch:focus,input:focus {
	outline: 0;
}

.greyLine {
	border-bottom: solid 1px #dcdcdc;
	width: 683px;
	margin-left: 10px;
}

.search-btn {
	background: transparent;
	padding: 0px !important;
	text-indent: -1000em;
	border: none;
	width: 25px !important;
	cursor: pointer;
	height: 27px;
}

#search-btn {
	background: transparent;
	padding: 0px;
	text-indent: -1000em;
	border: none;
	width: 20px;
	cursor: pointer;
	height: 27px;
}

.search {
	background: transparent url('../img/headerImg/search.png') 215px 5px
		no-repeat;
	border: 1px solid #000033;
	margin-top: 10px;
	height: 26px;
	border-radius: 2px;
	padding-left: 7px;
}

.wrapper {
	margin: 10px;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 640px;
}

header {
	height: 120px;
	padding: 0;
    width: 1020px;
    min-width: 100%;

	background: rgb(34,103,181); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyNjdiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjRkOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(34,103,181) 0%, rgb(22,77,140) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(34,103,181)), color-stop(100%,rgb(22,77,140))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(34,103,181) 0%,rgb(22,77,140) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(34,103,181) 0%,rgb(22,77,140) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(34,103,181) 0%,rgb(22,77,140) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(34,103,181) 0%,rgb(22,77,140) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2267b5', endColorstr='#164d8c',GradientType=0 ); /* IE6-8 */
}

.headerDiv {
	margin-left: auto;
	margin-right: auto;
	/* background: transparent url('../img/headerImg/newDesign/sneg.png') no-repeat -50px 0; */
	width: 1000px;
	padding-top: 15px;
}

.footerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-bottom: 15px;
}

.headerDiv table,
.headerDiv tr,
.headerDiv td {
	border-collapse: collapse;
	border: none;
	padding: 0;
}

.headerDiv table {
	width: 100%;
}
.eagleImg {
	border: none !important;
	/* width: 90px; */
	float: left;
	padding-top: 5px;
}

.logoTextContainerTD {
	vertical-align: top;
}

.bottomLink {
	color: white;
	font-style: italic;
	font-size: 14px;
}

/*for promoblock 2*/
#banner2Body {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 50px;
}

#gifPromo {
	margin-left: 420px;
	margin-top: 100px;
}

#banner2Button {
	background: #3762c2;
	width: 120px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 1);
	font-size: 10px;
	height: 21px;
	display: table-cell;
	vertical-align: middle;
}

#banner2Button a {
	text-decoration: none;
	font-style: normal;
}

/*for promoblock 3*/
#promoBlock3 {
	color: #213a66;
}

#promoBlock3 table {
	width: 800px;
	height: 200px;
	table-layout: fixed;
}

#promoBlock3 h1 {
	margin: 0px;
	font-size: 24px;
	/* color: #6080aa; */
	margin-bottom: 30px;
}

#promoBlock3 td:first-child {
	padding-left: 10px;
	width: 200px;
	border-right: 1px solid rgba(141, 187, 230, 0.5);
	border-left: 2px solid rgba(141, 187, 230, 0.5);
	vertical-align: top;
}

#promoBlock3 td:first-child div {
	height: 30px;
}

#promo3Contanier {
	padding-left: 10px;
	padding-top: 0px;
	font-size: 14px;
	vertical-align: top;
	/* word-break: break-all; */
}

#promoBlock3 td:first-child span {
	display: none;
	vertical-align: top;
}

.promo3Active {
	font-weight: bold;
}

/*for promoblock 5*/
#promoBlock5 figcaption {
	padding: 0px;
	width: 100%;
}

#promoBlock5 a {
	text-decoration: underline;
	font-style: italic;
}

#promoBlock5 h2 {
	margin-top: 0px !important;
	font-size: 13px !important;
	margin-bottom: 5px;
}

#promoBlock5 h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 0px;
}

#promoBlock5 div:first-child {
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 50px;
	background: rgba(111, 111, 255, 0.71);
	width: 310px;
	float: left;
	height: 300px;
	color: white;
	font-size: 11px;
	line-height: 20px;
}

#promoBlock5 div:first-child a {
	color: white;
}

#promoBlock5 div:first-child p {
	font-weight: 100;
}

#promoBlock5 div:nth-child(2) {
	width: 545px;
	margin-left: 435px;
	height: 276px;
	padding: 17px;
}

#promoBlock5 div:nth-child(2) p {
	width: 480px;
	font-size: 14px;
	font-weight: bold;
}

.eagle {
	float: left;
	width: 440px;
}

.eagle a {
	text-decoration: none;
}

.phoneContact {
	text-align: right;
	width: 507px;
	float: left;
	padding-top: 10px;
}

.phoneContact span {
	font-size: 25px;
	display: inline-table;
	margin-top: -3px;
	margin-left: -4px;
	color: rgb(67, 72, 131);
}

.feedback {
	margin-top: 13px;
	font-size: 14px;
	text-decoration: none;
	margin-right: 70px;
}

.feedback a {
	border-bottom: 1px dashed #12213b;
	color: #12213b;
	text-decoration: none;
}

/*for promoblock 2*/
.promoBlock {
	background-size: 1000px 331px
}

.textBlock1 {
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom: 0px !important;
	margin-top: 10px;
	font-size: 14px;
	color: white;
}

/*for promoblock 6*/
#promoBlock6 h1 {
	color: white;
	margin-left: -30px;
	font-size: 36px;
	font-weight: 100;
}

#promoBlock6 table {
	width: 940px;
	color: white;
	margin-left: -30px;
}

#promoBlock6 table tr:first-child {
	text-decoration: underline;
}

#promoBlock6 td {
	vertical-align: top;
	width: 25%;
	padding-right: 20px;
	font-size: 14px;
	word-break: break-all;
}

#promoBlock6 table tr:nth-child(2) td {
	padding-right: 20px;
	padding-top: 20px;
}

/*for promoblock 7 */
#promoBlock7 table {
	color: white;
	width: 900px;
}

#promoBlock7 tr:first-child td {
	font-size: 25px;
	font-weight: 100;
	color: #BEBEBE;
}

#promoBlock7 tr:first-child div {
	color: white;
	font-weight: bold;
	width: 30px;
	height: 30px;
	background-color: #B6B6B6;
	border-radius: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-right: 11px;
	box-shadow: 30px 2px 15px 0px rgba(243, 243, 243, 1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(243, 243, 243, 1);
	-webkit-box-shadow: 0px 2px 15px 0px rgba(243, 243, 243, 1);
}

#promoBlock7 table tr:nth-child(2) td {
	width: 33%;
	padding-right: 20px;
	padding-top: 20px;
	word-break: break-all;
}

/*for promoblock 8 */
#promoBlock8 .content {
	margin-left: 298px;
	width: 614px;
	margin-top: 50px;
}

#promoBlock8 .text {
    max-height: 170px;
    overflow: hidden;
}

#promoBlock8 h1 {
	font-size: 21px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 500;
}

#promoBlock8 p {
	font-size: 14px;
	margin-bottom: 30px;
}

#promoBlock8 a {
}

/*for promoblock 9 */
#promoBlock9 div,#promoBlock10 div {
	width: 500px;
}

#promoBlock9 h1,#promoBlock10 h1 {
	font-size: 30px;
	font-weight: bold;
}

#promoBlock9 p,#promoBlock10 p {
	font-size: 12px;
}

#promoBlock9 ul.social-items {
	margin-left: 0px;
	padding: 0px;
}

#promoBlock9 ul.social-items li:first-child {
	margin-left: 0px !important;
}

/*for promoblock 10 */
#promoBlock10 h2 {
	font-size: 20px;
	color: black;
}

/*for promoblock 11 */
#promoBlock11 {
	color: white !important;
}

#promoBlock11 div {
	width: 800px;
	margin-top: -30px;
}

#promoBlock11 h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#promoBlock11 p {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

#promoBlock11 a {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 25px;
	margin-top: 40px;
}

.learnMoreBtn {
	width: 140px !important;
	background-color: #477dfb;
	box-shadow: inset 0px 0px 6px 1px rgba(232, 241, 255, 0.63), 0 3px 6px
		-3px rgba(0, 0, 0, 0.25);
	color: white;
	font-size: 12px;
	border-radius: 14px;
	text-align: center;
	text-shadow: 0px 0px 21px rgba(0, 0, 0, 1);
	display: block;
	padding-top: 5px;
	height: 20px;
}

/*for promoblock 12*/
#promoBlock12 {
	color: #003366;
}

#promoBlock12 div {
	width: 530px;
	margin-left: -40px;
}

#promoBlock12 h3 {
	font-size: 16px;
	font-weight: bold;
}

#promoBlock12 ul {
	float: left;
	padding: 0px;
}

#promoBlock12 ul li {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	word-break: break-all;
}

#promoBlock12 a {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 25px;
	margin-top: 112px;
}

/*for promoblock 14*/
#promoBlock14 {
	color: #000066;
}

#promoBlock14 a,#promoBlock14 a:hover {
	color: rgb(105, 134, 224);
}

#promoBlock14 div {
	margin-left: -50px;
	width: 400px;
}

#promoBlock14 h1 {
	font-size: 19px;
}

#promoBlock14 p {
	font-size: 17px;
	color: black;
}

#promoBlock14 img {
	position: absolute;
	top: 49px;
	left: 24px;
}

/*for promoblock 15*/
#promoBlock15 {
	color: white !important;
}

#promoBlock15 h1 {
	font-size: 28px;
	margin: 0px;
}

#promoBlock15 h2 {
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 100;
}

#promoBlock15 p {
	font-size: 12px;
	margin-bottom: 10px;
}

#promoBlock15 span {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-right: 15px;
}

#promoBlock15 a {
	color: white;
}

/*for promoblock 16*/
#promoBlock16 div:first-child {
	position: absolute;
	left: 440px;
	width: 520px;
}

#promoBlock16 .learnMoreBtn {
	left: 380px !important;
	margin-top: 20px;
}

#promoBlock16 p {
	font-size: 16px;
	color: #4b738d;
}

/*for promoblock 17*/
#promoBlock17 div {
	text-transform: uppercase;
	width: 850px;
	text-align: center;
	margin-top: 40px;
}

#promoBlock17 div div {
	color: white;
	width: 200px;
	height: 29px;
	background: blue;
	margin-left: 320px;
	padding-top: 10px;
	border-radius: 4px;
	background: rgb(125, 185, 232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125, 185, 232, 1) 0%,
		rgba(41, 137, 216, 1) 26%, rgba(30, 87, 153, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125,
		185, 232, 1)), color-stop(26%, rgba(41, 137, 216, 1)),
		color-stop(100%, rgba(30, 87, 153, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125, 185, 232, 1) 0%,
		rgba(41, 137, 216, 1) 26%, rgba(30, 87, 153, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125, 185, 232, 1) 0%,
		rgba(41, 137, 216, 1) 26%, rgba(30, 87, 153, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125, 185, 232, 1) 0%,
		rgba(41, 137, 216, 1) 26%, rgba(30, 87, 153, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125, 185, 232, 1) 0%,
		rgba(41, 137, 216, 1) 26%, rgba(30, 87, 153, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#7db9e8',
		endColorstr= '#1e5799', GradientType= 0); /* IE6-9 */
}

#promoBlock17 p {
	font-size: 20px;
	color: #cccccc;
	margin-bottom: 20px;
}

#promoBlock17 a {
	text-decoration: none;
}

/*for promoblock 18*/
#promoBlock18,#promoBlock18 a {
	color: white;
}

#promoBlock18 h1 {
	font-size: 18px;
}

.promo18Item a {
	width: 300px;
	text-decoration: underline;
	margin-bottom: 20px;
}

#promoBlock18 a:hover {
	color: #99ccff;
}

/*for promoblock 19*/
#promoBlock19 div {
	border-bottom: 2px solid white;
	color: white;
	width: 393px;
	margin-left: -50px;
	margin-top: 40px;
}

#promoBlock19 h1 {
	font-size: 18px;
	font-weight: bold;
}

#promoBlock19 p {
	font-size: 16px;
	font-weight: 100;
}

#promoBlock19 h3 {
	font-size: 13px;
	color: white;
	font-weight: 100;
	margin-left: -50px;
}

/*for promoblock 20*/
#promoBlock20 figcaption>div {
	position: absolute;
	left: 100px;
	top: 0px;
	height: 331px;
	width: 800px;
}

#promoBlock20 div div {
	display: table-cell;
	color: white;
	font-weight: bold;
	font-size: 22px;
	height: 331px;
	vertical-align: middle;
}

/*for promoblock 21 */
#promoBlock21 figcaption {
    padding-left: 40px;
}

#promoBlock21 .content {
	width: 614px;
	margin-top: 50px;
}

#promoBlock21 .text {
    max-height: 170px;
    overflow: hidden;
}

#promoBlock21 h1 {
	font-size: 21px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 500;
}

#promoBlock21 p {
	font-size: 14px;
	margin-bottom: 30px;
}

#promoBlock21 a {
}

ul.social-items {
	margin-left: 32px;
	width: 250px;
}

ul.social-items li {
	float: left;
}

.langSelect {
	width: 100px;
	height: 25px;
	background: transparent;
	border: 0;
   	border-radius: 0;
   	line-height: 1;
    background: rgba(0,0,0,0);
    -webkit-appearance: none;
}

.languageSelectorBG {
	overflow: hidden;
	height : 25px;
	width : 80px;
	background: url('../img/headerImg/newDesign/language.png') no-repeat 65px white;
}

.searchBox {
	float: right;
	width: 238px;
	margin-left: 20px;
}

.rss {
	margin-left: 10px;
}

li.rss a {
	background: transparent url('../img/headerImg/rss/rss.png') 0 0
		no-repeat;
}

.rssBG {
    display: none;
    background: transparent url('../img/headerImg/rss/rssBackground1.png') 0 0 no-repeat;
    background-size: 220px 73px;
    position: absolute;
    z-index: 4;
    width: 235px;
    height: 73px;

}

#rss {
	
}

.rssBGWrapper {
	padding-top: 15px;
	padding-top: 15px;
	display: table-cell;
	text-align: left;
}

.rssBG a {
	background: none !important;
	font-size: 12px;
	color: rgb(21, 88, 173) !important;
	text-decoration: #0060da !important;
	width: 185px !important;
	text-indent: 0px !important;
	margin-top: 20px;
	margin-left: 12px;
}

.eventRss {
	margin-top: 0px !important;
}

.facebook {
	width: 15px;
}

.vk {
	/*padding-left: 5px !important;*/
	
}

.twitter {
	/*padding-left: 18px !important;*/
	
}

ul.social-items li {
	display: block;
	list-style: none;
	padding-right: 0;
	margin-left: 10px;
	overflow: hidden;
	/*padding-left: 12px;*/
}

ul.social-items li a {
	display: block;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
}

li.twitter a {
	background: transparent url('../img/headerImg/twitter.png') 0 0
		no-repeat;
}

li.vk a {
	background: transparent url('../img/headerImg/vk.png') 0 0 no-repeat;
}

li.instagram a {
	background: transparent url('../img/headerImg/instagram.png') 0 0
		no-repeat;
}

li.facebook a {
	background: transparent url('../img/headerImg/facebook.png') 0 0
		no-repeat;
}

.contactHref {
	text-decoration: underline;
	float: left;
	font-size: 14px;
	color: #12213b;
}

.topNav {
	display: block;
	width: 1000px;
	height: 30px;
}

@media (min-width: 1000px) {
	.topNav a {
		letter-spacing: 1px;
	}
}

.navLink a:visited {
	color: black;
}

.contactHref a:visited {
	color: black;
}

.backSlidersImg {
	display: none;
}

.navLink {
	color: black;
}

.selectedNavLink {
    color: rgb(37, 141, 200) !important;
}

.topNav ul li {
	display: block;
	padding-right: 0;
	padding-left: 8px;
	float: left;
}

.topNav ul {
	padding-left: 5px;
	list-style: disc inside;
}

.menuFiller {
	width: 10% !important;
}

.topNav table {
	border-collapse: collapse;
	border: none;
	/* margin-left: 15px; */
	/* width: 955px; */
	/* margin-right: 15px; */
	align-content: center;
}

.topNav table:first-child {
	margin-top: 5px;
}

.topNav tbody {
	border-collapse: collapse;
	border: none;
	width: 985px;
}

.topNav td {
	width: 1px;
}

.topNav tr td {
	padding: 0;
	border-collapse: collapse;
	border: none;
	white-space: nowrap;
}

.topNav td a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.topNav td a:visited {
	color: black;
}

.middleFigure {
	background: transparent url('../img/block2/station2.png') 0 0 no-repeat;
	background-color: transparent !important;
	background-size: 333px 331px;
}

.topNav td a:hover {
	color: rgb(12, 96, 143);
}

.listStyleNone {
	list-style-type: none;
	padding-left: 0px !important;
}

.dotMenuImg {
	margin-bottom: 2px;
	display: none;
}

.listStyleNone img {
	display: none
}

.block1 figure {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 1000px;
	height: 331px;
	background-size: 1000px 331px !important;
}

.block1 figcaption h2 {
	margin-bottom: 0px;
	margin-top: 50px;
}

.block1 figcaption h2 {
	color: white;
}

.block1 figcaption {
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 575px;
	padding-top: 20px;
	padding-left: 85px;
}

.block1 figcaption h2 a {
	font-size: 28px;
	text-decoration: none;
	color: white;
}

.block1 figcaption h2 a:visited {
	color: white;
}

.block1 figcaption p a:visited {
	color: white;
}

.block1 figcaption p a {
	color: white;
}

.slidesContainer,#slidesNewsContainer,#slidesActivityContainer {
	overflow: hidden;
}

.block1 {
	position: absolute;
	z-index: 3;
}

.block2 {
	margin-left: 0px;
	margin-bottom: 0px;
	width: 1000px;
	height: 331px;
	overflow: hidden;
	margin-top: 331px;;
}

.block2 figcaption:hover {
	opacity: 1;
	background-color: rgb(37, 141, 200);
}

.blockArticle {
	margin: 0px !important;
}


.newsContent p:not(.listPageItem),
.newsContent strong,
.newsContent span:not(.tabTitle),
.aritcleContainer p:not(.listPageItem),
.aritcleContainer strong,
.aritcleContainer span:not(.tabTitle) {
	margin-bottom: 10px;
	/* margin-right: 10px; */
	line-height: 1.6em;
}

.newsContent li,
.aritcleContainer li {
	margin-bottom: 10px;
	/* margin-right: 10px; */
}

.slide {
	position: relative;
	z-index: 1;
	float: left;
	width: 333px;
	height: 331px;
	margin: 0px;
}

.miniBlock {
	display: block;
	color: white;
	font-size: 13px;
	margin-left: 15px;
}

.blockTitle {
	font-size: 15px !important;
	margin: 0px !important;
	padding-bottom: 10px;
	padding-top: 15px;
	font-weight: bold;
}

.block2:hover .arrowLeftBox {
	width: 40px;
	margin-left: 0px;
	opacity: 1;
}

.block2:hover .arrowRigthBox {
	margin-left: 970px;
	width: 40px;
	opacity: 1;
}

.block2 figcaption {
	opacity: 0.85;
	background-color: rgb(37, 141, 200);
	position: absolute;
	bottom: 0;
	width: inherit;
}

.articleTitle {
	width: 100%;
	height: 70px;
	font-size: 29px;
	color: white;
	border-collapse: collapse;
}

.articleTitle div {
	padding-left: 20px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 70px;
	border-collapse: collapse;
}

.arrowLeftBox {
	background: transparent url('../img/block2/halfEllipseRigth.png') 0 0
		no-repeat;
	position: absolute;
	z-index: 2;
	margin-top: 130px;
	height: 70px;
	margin-left: -25px;
}

.arrowRigthBox,.arrowLeftBox {
	-webkit-transition: margin-left 500ms
		cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	width: 0px;
	overflow: hidden;
	opacity: 1;
}

.arrowRigthBox {
	background: transparent url('../img/block2/halfEllipseLeft.png') 0 0
		no-repeat;
	z-index: 2;
	position: absolute;
	margin-top: 130px;
	margin-left: 1010px;
	height: 70px;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
	border-radius: 50px 0px 0px 50px;

	/*fix*/
}

.arrowRigthBox img {
	margin-top: 20px;
	margin-left: 10px;
}

.arrowLeftBox img {
	margin-top: 20px;
	margin-left: 5px;
}

.news p {
	color: black;
}

.news span {
	display: block;
}

.newsListImgWrapper {
	width: 95px;
	float: left;
	height: 100%;
}

.newsListImgWrapper img {
	max-width: 100%;
	max-height: 100%;
}

.sectionTitle {
	margin-top: 50px;
	font-weight: bold;
	font-size: 14px;
}

.sectionTitle a {
	color: black;
	text-transform: uppercase;
}

.sectionTitleTable {
	width: 100%;
}

.sectionTitleTable td:nth-child(2) {
	text-align: right;
	color: rgb(116, 137, 180) !important;
	font-style: italic;
	font-weight: 100;
	font-size: 13px;
	text-decoration: none;
}

.sectionTitleTable td:nth-child(2) a {
	text-transform: none;
}

.miniActivity,.miniNews {
	float: left;
	width: 300px;
	min-height: 110px;
	margin-left: 25px;
	z-index: 1;
	position: relative;
}

.miniNews .newsDate {
	margin-top: 12px !important;
}

.newsArrowLeft,.activityArrowLeft {
	margin-top: 50px;
	position: absolute;
	z-index: 2;
}

.newsArrowLeft img,.activityArrowLeft img,.newsArrowRight img,.activityArrowRight  img
	{
	width: 10px;
	height: 16px;
}

.newsArrowRight,.activityArrowRight {
	margin-top: 50px;
	position: absolute;
	z-index: 2;
	margin-left: 980px;
}

.newsDate {
	color: rgb(37, 141, 200) !important;
	margin-top: 8px !important;
	margin: 0px;
	height: 22px;
}

.newsText {
	margin-top: 2px !important;
	font-size: 12px;
	min-height: 80px;
}

.news {
	width: 1000px;
	min-height: 125px;
}

.navBottom {
	float: left;
	width: 700px;
	height: 90px;
	margin-top: 20px;
}

.navBottom a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.navBottom p {
	color: white;
	font-size: 16px;
}

.navBottom img {
	float: left;
	height: 60px;
	padding-right: 5px;
	padding-top: 5px;
	border: none !important;
}

footer p {
	margin: 10px;
}

footer {
	margin-top: 30px;
	height: 140px;
    width: 1020px;
    min-width: 100%;

	background: rgb(22,77,140); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NGQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDNjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(22,77,140) 0%, rgb(20,60,107) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(22,77,140)), color-stop(100%,rgb(20,60,107))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(22,77,140) 0%,rgb(20,60,107) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(22,77,140) 0%,rgb(20,60,107) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(22,77,140) 0%,rgb(20,60,107) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(22,77,140) 0%,rgb(20,60,107) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164d8c', endColorstr='#143c6b',GradientType=0 ); /* IE6-8 */
	
}

.logoBottom {
	float: right;
	width: 230px;
	height: 90px;
	color: white;
}

.logoBottom img {
	/* width: 50px;
	height: 56px; */
	float: left;
	margin-right: 10px;
	padding-top: 27px;
	border: none !important;
}

.logoBottom a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.minFin {
	padding-top: 30px;
	float: left;
	width: 140px;
	font-size: 10px;
}

.phoneBottom {
	padding-top: 21px;
	margin-top: 21px;
	font-size: 10px;
	/* float: left; */
	width: 200px;
}

.logoBottom span {
	font-size: 15px;
}

.miniActivity a {
	font-size: 15px;
	font-weight: bold;
}

.newsText a {
	padding-bottom: 5px;
	/* font-style: italic; */
	/*font-weight: bold;*/
	display: block;
	text-decoration: underline;
	/* max-height: 31px; */
	overflow: hidden;
	color: black;
}

.newsText1 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	/* font-style: italic; */
	display: block;
	text-decoration: underline;
	/* max-height: 31px; */
	overflow: hidden;
	color: black;
}

.miniActivity .newsText a {
	padding-bottom: 6px !important;
}

.newsText a:hover {
	display: block;
	text-decoration: underline;
}

.miniActivity {
	margin-top: 10px !important;
}

.miniActivity img {
	max-width: 80px;
	max-height: 110px;
}

.shotDesc {
	min-height: 47px;
	overflow: hidden;
}

.eagle a:visited {
	border: none !important;
}

.cooperation {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: white;
}

/*.topNav li ul li {
    float: none;
    height: 33px;
    margin: 0;
    width: 100px;
    padding: 0px;
    text-align: center;
    background: #7F7F7F;
    display: none;

}*/
.pagination {
	position: absolute;
	z-index: 2;
	height: 30px;
	margin-top: 300px;
	width: 100%;
}

#columns a {
	color: black
}

.pagination-switch {
	width: 19px;
	height: 30px;
}

.pagination-switch img {
	width: 10px;
	height: 11px;
}

.partnerInfo {
	width: 731px;
}

.contactsInfo {
	float: none;
	width: 610px;
}

.titlePartner {
	font-size: 22px;
	font-style: italic;
}

.textPartner {
	font-size: 14px;
}

.partnerSlide {
	height: 130px;
	display: table-cell;
	vertical-align: bottom;
	width: 229px;
	border-collapse: collapse;
}

.partnerSlide .descriptionWrapper>div {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
	background-color: rgba(37, 141, 200, 0.5);
	color: white;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	display: table-cell;
	vertical-align: middle;
	width: 245px;
	padding: 3px;
	padding-left: 9px;
	border-collapse: collapse;
}

.activeNeighbourPage {
    background-color: rgb(37, 141, 200) !important;
}

.scrollSlides {
	float: right;
	width: 255px;
	height: 586px;
	overflow: hidden;
}

.all {
	margin-top: 15px;
	width: 1000px;
	height: auto;
}

.partnerInfo figcaption {
	width: 560px;
	height: 320px;
	margin-left: 175px;
}

.partnerInfo figcaption p {
	color: black;
}

.aboutPartner {
	margin: 0px;
}

.partnerLogo {
	float: left;
}

.banks {
	height: 310px;
	width: 731px;
}

fieldset {
	border: none;
}

.workLogo {
	margin-bottom: 15px;
	width: 600px;
	color: #262262;
	font-size: 21px;
	font-weight: 600;
}

.workButton {
	background: transparent url('../img/rabotaStag/bgButton.png') 0 0
		no-repeat;
	-webkit-user-select: none;
	font-weight: bold;
	cursor: pointer;
	height: 31px;
	width: 125px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.workFieldSet {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.workFieldSet li {
	margin-bottom: 15px;
	margin-left: 35px;
}

.workFieldSet li span {
	height: 12px;
	margin-top: 4px;
	width: 12px;
	position: absolute;
	padding-right: 5px;
	color: #FFF;
	text-align: center;
	background: transparent url('../img/rabotaStag/radioButOff.png') 0 0
		no-repeat;
}

.workFieldSet li label {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 300;
}

span:after {
	background: transparent url('../img/rabotaStag/radioButOff.png') 0 0
		no-repeat; /*if CSS are disbled span elements are not displayed*/
}

.radioBtn {
	margin-top: 4px;
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	/*hide the radio button*/
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.textBtn {
	margin-left: 20px;
	margin-top: 7px;
	float: left;
}

input[type="radio"]+span {
	/*the span element that immediately follow the radio button */
	visibility: hidden; /*temporarily hide the "YES" label*/
}

input[type="radio"]+span:after {
	background: transparent url('../img/rabotaStag/radioButOn.png') 0 0
		no-repeat; /*if CSS are disbled span elements are not displayed*/
}

input[type="radio"]:checked+span {
	background: transparent url('../img/rabotaStag/radioButOn.png') 0 0
		no-repeat;
	visibility: visible;
	/*show the "YES" label only if the radio button is checked*/
}

.searchLogo {
	font-size: 40px;
	font-weight: bold;
}

.searchResult {
	margin-top: 25px;
}

.searchNewsBox {
	float: left;
	width: 238px;
}

.selectAllCategory {
	float: left;
	width: 155px;
	height: 25px;
	margin-left: 8px;
	/* padding-bottom: 3px;
    padding-right: 2px; */
}

.selectAll {
	float: left;
	width: 155px;
	height: 25px;
	margin-left: 8px;
}

.selectAllTime {
	width: 155px;
	height: 29px;
	float: left;
	margin-left: 8px;
}

/*
.selectAllCategory, .selectAll, .selectAllTime {
    #padding-top: 4px;
    margin-top: -2px;
}
*/
.searchTitle {
	font-size: 15px;
	color: #0064c8;
}

.searchText {
	font-size: 12px;
	color: black;
	margin-top: 5px;
}

.searchDate {
	color: #939393;
	font-style: italic;
	margin-top: 5px;
}

.newsAuthor {
	margin: 10px;
	padding-top: 5px;
	border-top: 2px solid #dcdcdc;
	color: #2266A8;
	font-size: 14px;
}

.curNewsTable {
	border-bottom: 1px solid rgb(220, 220, 220);
	vertical-align: top;
}

.projectsList tr:last-child td {
	border: none;
}

.curNews {
	vertical-align: top;
	overflow: hidden;
}

.newsAuthor a:visited {
	color: #2266A8;
}

.newsAuthor a {
	color: #2266A8;
}

.searchBlock {
	float: left;
	margin-top: 15px;
}

.curnewsWrapper {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.curNewsImg {
	max-height: 100%;
	max-width: 100%;
}

.newsContent {
	font-size: 15px;
	width: 700px;
	color: #10223a;
	margin-left: 15px;
}

.newsVk {
	background: url("../img/socialIconNews/newsVk.png") 0 0 no-repeat;
	background-size: 18px 19px;
}

.newsFace {
	background: url("../img/socialIconNews/newsFace.png") 0 0 no-repeat;
	background-size: 18px 19px;
}

.newsTwit {
	background: url("../img/socialIconNews/newsTwit.png") 0 0 no-repeat;
	background-size: 18px 19px;
}

.newsInst {
	background: url("../img/socialIconNews/newsInst.png") 0 0 no-repeat;
	background-size: 18px 19px;
}

.newsInst,.newsTwit,.newsFace,.newsVk {
	display: block;
	width: 18px;
	height: 19px;
	margin-right: 4px;
	text-indent: -9999px;
}

.curNewsIcons {
	list-style: none;
	float: left;
	padding: 0px;
}

.curNewsDate {
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
	float: left;
	font-size: 20px;
}

.curList article {
	margin-top: 20px;
}

.calendarUI {
	float: right;
	margin-top: 15px;
}

.newsList {
	min-height: 300px;
	width: 735px;
	float: none;
	margin-top: 65px;
}

.curList {
	min-height: 300px;
	border: 2px solid #dcdcdc;
	width: 735px;
	margin-top: 20px;
}

.newsDateArticle {
	width: 98px;
	float: left;
}

.newsDateArticle p {
	text-align: center;
	color: #10223a;
	margin: 0px;
	padding: 0px;
}

.newsDay {
	font-size: 60px;
	font-weight: bold;
}

.newsMonth {
	font-size: 24px;
	font-weight: bold;
}

.articleNews {
	float: right;
	width: 590px;
}

.articleImgNews {
	float: right;
	width: 490px;
}

.newsList article img {
	max-width: 77px;
	max-height: 77px;
}

.newsList article span {
	margin-left: 20px;
}

.newsList article {
	width: 700px;
	margin: 15px;
	height: 125px;
	color: #10223a;
}

.articleImgNews a,.articleNews a {
	display: block;
	color: black;
	font-style: italic;
	font-size: 12px;
	margin-top: 5px;
}

.searchNews {
	background: transparent url('../img/headerImg/search.png') right
		no-repeat;
	border: 2px solid #e6e6e6;
	height: 25px;
	background-position-x: 214px;
}

.lineNews {
	float: left;
	background: transparent url('../img/news/line.png') 0% 50% no-repeat;
	width: 832px;
}

.lineEvents {
	float: left;
	background: transparent url('../img/news/line.png') 0% 50% no-repeat;
	width: 832px;
}

.lineEvents span {
	margin-left: 15px;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	background: white;
}

.indexEvtImage {
	width: 80px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-right: 16px;
}

.lineNews span {
	margin-left: 15px;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	background: white;
}

.subscription {
	background: transparent url('../img/news/rss.png') 0% 50% no-repeat;
	padding-top: 7px;
	font-size: 14px;
}

.subscription a {
	margin-left: 17px;
	font-size: 14px;
	color: black;
}

.subscription span {
	margin-left: 34px;
}

#subscribeEmail {
	position: absolute;
	margin-top: 3px;
	margin-left: -77px;
	text-decoration: none;
	color: black;
	font-size: 14px;
}

.pageNews {
	width: 1010px;
	margin-top: 10px;
}

.path a {
	color: black;
}

.tags {
	display: none;
	width: 250px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 15px;
}

.mainTag {
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 37px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	width: 250px;
	background-color: #D6D6D6;
}

.textTag {
	font-size: 14px;
	background-color: #F0F0F0;
	padding: 5px;
}

.textTag a {
	text-decoration: none;
}

.spanTag1 {
	font-size: 13px !important;
}

.spanTag2 {
	color: black;
	font-size: 15px !important;
}

.spanTag3 {
	font-size: 16px !important;
}

.tags p {
	margin: 0px;
}

#mapId {
	margin-top: 30px;
	float: right;
	width: 366px;
	height: 449px;
	/* margin-right: 50px; */
	border: 3px solid rgb(37,141,200);
}

.contacts {
	margin-left: -80px;
}

.contactsContainer {
	margin-top: 30px;
	margin-bottom: 160px;
}

.contact span {
	color: #0164CC;
}

.cabPhone {
	width: 530px;
}

.contact a {
	margin-top: 226px;
	text-decoration: none;
	display: block;
	color: black;
	width: 130px;
}

.contactsLogo {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}

.leader {
	cursor: pointer;
	margin-top: 20px;
	width: 620px;
	height: 180px;
	float: left;
}

.subleader {
	cursor: pointer;
	margin-top: 40px;
	width: 700px;
	height: 95px;
	float: left;
}

.leadersInfo article:nth-child(3) {
    margin-top: 53px;
}

.leadersInfo article:nth-child(4) {
    margin-top: 53px;
}

.subleader img,.leader img {
	float: left;
}

.subleader span,.leader span {
	/* max-width: 200px; */
	float: left;
	display: block;
	margin-left: 10px;
	font-size: 14px;
}

.subleader span h4,.leader span h4 {
	margin: 0px;
	font-size: 15px !important;
}

.projectsInfo {
	height: 135px;
}

.projectsInfo img {
	float: left;
	width: 730px;
	height: 135px;
}

.projectsList {
	border: 2px solid #dcdcdc;
	width: 740px;
	float: none;
	color: #5e686f;
	margin-top: 10px;
	min-height: 300px;
}

.projectsLogo {
	width: 134px;
	height: 135px;
	margin: 10px;
}

.projLink {
	color: black;
	margin-top: 5px;
}

.projectsText {
	float: right;
	width: 503px;
	/* padding-left: 10px;  */
	font-size: 13px;
	margin-top: 7px
}

.projectsList article {
	width: 700px;
	margin: 15px;
}

.projectsText p {
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}

.backPromoImg {
	display: none;
}

.map {
	/* width: 900px;
	height: 460px;
	margin: auto; */
}

.mark1,.mark2,.mark3,.mark4 {
	position: absolute;
	width: 11px;
	height: 17px;
	cursor: pointer;
}

.mark1 {
	margin-left: 600px;
	margin-top: 100px;
}

.mark2 {
	margin-left: 630px;
	margin-top: 110px;
}

.mark3 {
	margin-left: 620px;
	margin-top: 100px;
}

.mark4 {
	margin-left: 580px;
	margin-top: 110px;
}

.mapObjects {
	width: 905px;
	height: 480px;
}

.mapObjects span {
	width: 295px;
	display: block;
	float: left;
	font-size: 10px;
	margin-left: 5px;
}

.banks {
	margin-top: -40px;
}

.leadersInfo {
	width: 100%;
	display: table;
}

.largeIndentContainer {
	margin-top: 30px;
}

.indentContainer {
	margin-top: 10px;
}

.bootTable {
	margin-top: 10px;
}

.bootTable td:first-child {
	width: 40px;
}

.bootTable td:nth-child(2) {
	width: 70%;
}

.bootTable td:nth-child(3) {
	/* width: 70px; */
	padding-left: 10px;
	text-align: right;
}

.bootTable td:nth-child(5) a {
	white-space: nowrap;
	text-align: left;
}

.bootTableSection {
	width: 731px;
	/* min-height: 450px; */
}

.bootTable td {
	/*  border: 1px solid;*/
	vertical-align: text-bottom;
	/* cursor: pointer; */
	font-size: 14px;
	padding-bottom: 7px;
}

.bootTable a {
	text-decoration: none;
	color: #022551;
	font-size: 12px
}

.titleBootFile {
	/* font-weight: bold; */
	font-size: 14px !important;
}

.titleBootFile img {
	margin-right: 12px;
}

.verticalSections {
	float: left
}

.vtab {
	display: none;
	opacity: 0;
}

.vtab p {
	margin-top: 6px;
}

#vtabTable td {
	vertical-align: top;
}

.tabTitle {
	font-size: 14px;
	font-weight: bold;
}

.horizontalSection {
	min-height: 40px;
}

.horizontalSection ul li {
	display: block;
	float: left;
}

.horizontalSection div {
	height: 100%;
	margin-top: 0px !important;
	border: none !important;
	line-height: 26px;
}

.horizontalSection ul {
	padding: 0px;
}

.active {
	color: rgb(37, 141, 200) !important;
}

.horizontalSection ul li:hover,.active {
	background-color: white;
	color: rgb(12, 96, 143);
	/* border-bottom-color: white; */
}

.verticalSections div:hover span {
	background-color: white;
	color: rgb(12, 96, 143);
}

.horizontalSection ul li div {
    padding: 10px;
}

.horizontalSection ul li,.verticalSections div {
	border: 1px solid #e7e7e7;
	/* border-bottom: none; */
	margin: 7px;
	margin-left: 0px;
	background-color: #e7e7e7;
	width: 145px;
	/* height: 30px; */
	cursor: pointer;
}

.verticalSections div {
    text-align: center;
}

.verticalSections div span {
	padding: 5px;
	display: block;
	/* height: 24px; */
}

.horSecContainer article {
	margin-left: 0px !important;
	width: 725px !important;
}

.horSecContainer article,.vertSecContainer article {
	width: 565px;
	margin-left: 160px;
	font-size: 14px;
	margin-top: 10px;
}

.vertSecContainer {
	min-height: 450px;
}

.vertSecTitle {
	font-size: 39px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sectionArticle,.sectionLabel {
	font-size: 19px !important;
	color: #132256;
	padding-top: 10px;
}

.aritcleContainer {
	min-width: 755px;
	font-size: 14px;
	/*    font-family: Tahoma; */
	overflow: hidden;
	/* padding-left: 10px;  */
}

.newsContent ul,
.aritcleContainer ul {
	padding: 0; /* Убираем поля */
	margin-left: 20px; /* Отступ слева */
}

.newsContent ol,
.aritcleContainer ol {
	padding: 0; /* Убираем поля */
	margin-left: 20px; /* Отступ слева */
}

.horizontalSection ul {
	padding: 0 !important; /* Убираем поля */
	margin-left: 0 !important; /* Отступ слева */
}

.aritcleContainer article {
	overflow: auto;
	/* padding-left: 10px;  */
}

article.partner {
	overflow: hidden;
}

.centralSection {
	margin-top: 10px;
}

.aritcleContainer div {
	/*margin-top: 10px;*/
	
}

.aritcleContainer iframe {
	max-width: 100%;
}

.sectionArticle2 {
	font-size: 19px !important;
	color: #4ca9ff;
}

.article3Heading,.article3Heading {
	color: rgb(46, 102, 155);
}

.article3Heading {
	text-transform: uppercase;
}

.article3Heading a,.article3Heading a:visited {
	color: #003366;
	font-size: 14pt;
	font-weight: bold;
}

.textArticle2,.titleArticle2 {
	margin-left: 50px;
	line-height: 24px;
}

.textArticle2 {
	font-size: 16px;
}

.titleArticle2 {
	font-size: 14px;
}

.firstCol {
	margin-bottom: 15px;
	width: 350px;
}

.secondCol {
	margin-bottom: 15px;
	width: 350px;
	float: right;
}

.article3Container {
	
}

.textArticle3 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 30px;
}

.sectionList {
	color: rgb(91, 167, 240);
	float: left;
	font-size: 40px;
}

.listText {
	width: 285px;
	font-size: 15px;
	display: block;
	margin-left: 40px;
	margin-bottom: 25px;
	color: #5e686f;
	padding-top: 7px
}

.newsTable tbody tr td {
	padding: 10px;
	border: 1px solid black;
	!
	important
}

.parentPopup {
	display: none;
	position: fixed;
	background-color: rgb(0, 0, 0);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	zoom: 0%;
	opacity: 0.9;
	z-index: 95;
}

.closePopup {
	background: url('../img/leadership/closeIcon.png') 0 0 no-repeat;
	width: 19px;
	position: fixed;
	height: 17px;
	cursor: pointer;
	margin-left: 716px;
	z-index: 95;
}

.popup {
	display: none;
	position: fixed;
	top: 25%;
	left: 30%;
	max-width: 60%;
	max-height: 60%;
	width: 735px;
	height: 505px;
	color: black;
	z-index: 96;
}

.contentPopup {
	background-color: white;
	position: fixed;
	width: 716px;
	height: 498px;
	margin-top: 17px;
}

/*for menu*/
#blockLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	height: 500px;
	background: transparent;
}

.cover {
	position: absolute;
	left: 100px;
	width: 1000px;
	height: 500px;
	top: 115px;
	background: transparent;
	display: none;
	z-index: 100;
}

.menu {
	position: absolute;
	z-index: 5;
	top: 170px;
	color: rgba(255, 255, 255, 0);
	color: white;
	min-height: 331px;
	background-color: #176991;
	box-shadow: 0 0 7px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /*Для Firefox*/
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	/*Для Safari и Chrome*/
	border-radius: 5px 5px 5px 5px;
	width: 1000px;
	overflow: hidden;
	display: none;
	background: rgb(37, 141, 200); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1OGRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNThkYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(37, 141, 200, 1) 0%,
		rgba(37, 141, 200, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(37,
		141, 200, 1)), color-stop(100%, rgba(37, 141, 200, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%,
		rgba(37, 141, 200, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(37, 141, 200, 1) 0%,
		rgba(37, 141, 200, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(37, 141, 200, 1) 0%,
		rgba(37, 141, 200, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%,
		rgba(37, 141, 200, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#258dc8',
		endColorstr= '#258dc8', GradientType= 0); /* IE6-8 */
}

.subMenu {
	margin-left: 60%;
	width: 40%;
	height: 100%;
	position: absolute;
	opacity: 0;
	-moz-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	border-radius: 3px;
	background: rgb(136, 191, 232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MGIwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		191, 232, 1)), color-stop(100%, rgba(112, 176, 224, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#88bfe8',
		endColorstr= '#70b0e0', GradientType= 0); /* IE6-8 */
}

.subMenu:hover {
	color: white;
}

.menu:hover  .subMenu {
	opacity: 1;
}

.subMenu p {
	margin: 0px;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
}

.item {
	color: white;
	font-size: 14px;
	padding-top: 13px;
	padding-left: 19px;
	height: 30px;
}

.item div {
	display: none;
}

#activeItem {
	background: rgb(136, 191, 232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MGIwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		191, 232, 1)), color-stop(100%, rgba(112, 176, 224, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(136, 191, 232, 1) 0%,
		rgba(112, 176, 224, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#88bfe8',
		endColorstr= '#70b0e0', GradientType= 0); /* IE6-8 */
}

.menu a {
	text-decoration: none;
}

.menu a:visited {
	text-decoration: none;
	color: white;
}

/*For list Page */
.listPageTable {
	margin-top: 24px;
	border-spacing: 0px 22px;
	width: 100%;
}

.listItemTable td {
	vertical-align: middle !important;
}

.listItemTable td:first-child {
	width: 20px;
}

.listItemNumber {
	float: left;
	margin-right: 35px;
	width: 8px;
	color: rgb(37, 141, 200);
	font-size: 30px;
	padding-left: 31px;
	padding-top: 7px;
	font-weight: 400;
}

.listPageItem,
.listPageItemTwo {
	margin-top: 8px;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	margin-right: 15px;
}

.listPageItem {
	font-weight: bold;
}

.listPageTable td {
	vertical-align: top;
}

.listPageTable a {
	text-decoration: none;
}

/*for partners page*/
.partner {
	width: 175px;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

.partner img {
	max-height: 100%;
	max-width: 100%;
}

.partnersList {
	list-style: none;
	overflow: auto;
	padding: 0px;
	width: 700px;
}

.partnersList li {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	float: left;
	margin-right: 23px;
	margin-bottom: 17px;
	width: 25%;
}

.partnersList li:hover {
	border: 1px solid rgb(37, 141, 200);
}

.partnersListWrapper {
	width: 800px
}

.newsRow {
	border-bottom: 1px solid rgb(220, 220, 220);
}

/*for feedback*/
.feedbackSelWidth {
	margin-bottom: 15px;
	width: 318px;
}

.feedback input,textarea {
	border: 1px solid #97a2b5;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); /* Для Firefox */
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	/* Для Safari и Chrome */
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); /* Параметры тени */
	padding: 0px;
	padding-left: 20px;
	font-size: 11px;
}

.feedback input[type=submit] {
	width: 150px;
	height: 25px;
	background: rgb(70, 129, 235);
	color: white;
	font-size: 13px;
	padding-left: 0px !important;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.56);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.56);
	border: none !important;
}

.feedback input[type=submit]:hover {
	background: rgb(73, 138, 255);
}

.feedback input[type=radio] {
	border: none;
	box-shadow: none;
}

.fio {
	width: 297px;
	height: 22px;
	margin-bottom: 17px;
}

.email {
	width: 133px;
	height: 22px;
	/*margin-top: 0px;*/
}

.phone {
	width: 128px;
	height: 22px;
	margin-left: 15px;
	/*margin-top: 0px;*/
}

.theme {
	width: 257px;
	height: 22px;
	margin-top: 2px;
	padding-left: 60px !important;
	/*margin-left: -319px;*/
}

.themeLabel {
	position: absolute;
	margin-top: 6px;
	margin-left: 22px;
	/* font-style: italic; */
	color: grey;
	font-size: 11px;
}

.comment {
	width: 297px !important;
	margin-top: -3px;
	padding-top: 10px;
	height: 120px;
}

/* ::-webkit-input-placeholder {
	color: #92989c;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
} */

/* ::-moz-placeholder {
	color: #92989c;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
} */

.feedbackSubmitButton {
	background-color: rgb(83, 107, 231) !important;
	height: 25px;
	width: 150px;
	border-radius: 3px;
}

#form button {
	background-color: rgb(91, 106, 189) !important;
	border: none;
	width: 150px;
	height: 25px;
	border-radius: 3px;
}

#form button span {
	background-color: transparent !important;
}

#unscubscribeForm input[type=text] {
	width: 160px;
	height: 20px;
}

/*firefox 19+ */
/* :-ms-input-placeholder {
	color: #92989c;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
} */

/*ie */
/* input:-moz-placeholder {
	color: #92989c;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
} */

.feedbackListItem {
	border: 1px solid #97a2b5;
	width: 150px;
	height: 19px;
	padding-left: 10px;
	padding-top: 1px;
	color: grey;
	display: none;
	background-color: white;
	padding-left: 18px;
	padding-top: 3px;
	font-size: 12px;
}

.feedbackListItem:hover {
	background-color: #97a2b5;
	color: white;
}

.feedbackList {
	width: 147px;
	height: 19px;
	border: 1px solid #97a2b5;
	padding-left: 10px;
	margin-top: 18px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	padding-top: 3px;
	font-size: 12px;
	color: grey;
	padding-left: 18px;
}

.feedbackArrow {
	width: 43px;
	height: 15px;
	border-left: 1px solid #97a2b5;
	margin-left: 163px;
	margin-top: -24px;
	padding-left: 2px;
	padding-top: 9px;
	font-size: 6px;
	transform: scale(3, 1);
	-webkit-transform: scale(2, 1);
	-moz-transform: scale(3, 1);
	-ms-transform: scale(3, 1);
	-o-transform: scale(3, 1);
}

.mailList input {
	height: 18px;
}

.mailList input[type=submit] {
	margin-top: 15px;
}

.mailListName {
	margin-bottom: 5px;
}

.mailList table {
	width: auto !important;
}

.mailList table td {
	width: 130px;
}

.mailList table td:first-child {
	width: 100px;
}

.mailList table td:last-child {
	width: 200px;
}

.mailList label {
	margin-top: -21px;
	display: block;
	margin-left: 22px;
}

.mailListError {
	color: rgb(194, 75, 75);
	margin: 5px 0px;
	opacity: 0;
}

.mailListError input[type=submit] {
	margin-top: 3px;
}

.mailListErrorText {
	display: none;
}

.ui-button-text {
	color: white !important;
	background-color: #096bdb !important;
	font-weight: 100;
	width: 124px;
}

.feedBackMessages {
	display: none !important;
}

.mailListMessages {
	display: none !important;
}

.errorMsg {
	position: absolute;
	opacity: 0;
	color: rgb(194, 75, 75);
}

#fioError {
	margin-top: -17px;
}

#fioError1 {
	margin-top: -17px;
}

#emailError {
	margin-top: 24px;
}

#emailError1 {
	margin-top: 24px;
}

#phoneError {
	margin-top: 24px;
	margin-left: 170px;
}

#phoneError1 {
	margin-top: 24px;
	margin-left: 170px;
}

#themeError {
	margin-top: 79px;
	margin-left: 325px;
}

#commentError {
}

#commentError1 {
}

#categoryHelp ul {
    margin: 0;
    padding-left: 20px;
}

#feedCatError {
	margin-top: 62px;
}

.capchaImg {
	margin-top: 2px;
}

.capchaInput {
	height: 22px;
}

/*for simple2*/
#simple2Description {
	font-style: italic;
	color: #000304;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#simple2Img {
	float: left;
	margin-right: 30px;
	max-width: 60%;
}

#simple2ArticleWrapper {
	overflow: auto;
	font-size: 12px;
}

#simple2ArticleWrapper p {
	margin: 0px;
	font-size: 12px;
}

#simple2Article {
	font-size: 12px;
	margin-top: 10px;
}

.splitHeading {
	color: #003333;
	text-transform: uppercase;
	font-size: 18px;
}

#dualScreenTable {
	width: 100%;
	table-layout: fixed;
}

#dualScreenTable td:first-child {
	border-right: 1px solid #cad0d5;
}

#dualScreenTable article {
	overflow: hidden;
}

#dualScreenTable td {
	padding: 10px 20px;
	vertical-align: top;
}

.showEvents {
	display: none;
	position: absolute;
	z-index: 3;
	min-width: 160px;
	min-height: 70px;
}

.listEvents {
	margin-left: 0px;
	font-size: 14px;
	min-height: 50px;
	float: left;
	background-color: #258DC8;
	max-width: 160px;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	opacity: 0.9;
	border: 0;
}

.arrowEvents {
	padding-left: 19px;
	display: block;
	opacity: 0.9;
}

.notLinkEvent {
    font-size: 12px;
	text-decoration: none;
	color: white;
}

.linkEvent {
	/* list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	margin-left: 5px; */
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.listEvents hr {
	border: none;
	height: 3px;
	background-color: #6BB1D9;
}

.linkEvent:hover {
	text-decoration: underline;
	color: white;
}

.errorMessage {
	color: red;
}

.successMessage {
	color: green;
}

.checkPlaceholders {
	color: red;
}

.successMessage ul li {
	display: block;
	float: none;
}

.errorMessage span {
	display: block;
	margin-bottom: 5px;
}

.jobsTitle {
	font-weight: bold;
	margin-top: 35px !important;
	font-size: 14px;
}

.jobsRequirements span,.jobsDescription span {
	font-size: 14px;
	font-weight: bold;
}

.jobsRequirements,.jobsDescription {
	font-size: 14px;
	margin-top: 18px !important;
}

.jobsDescription {
	padding-bottom: 20px;
}

.jobsArticle {
	width: 450px;
	border-bottom: 1px solid;
}

.jobs {
	margin-top: 20px !important;
	font-size: 36px;
}

.jobsStaticText {
	margin-top: 16px !important;
}

.nonworkingday {
	background-color: #F7BE81 !important;
}

.modifiedday {
	background-color: #F4FA58 !important;
}

.workingday {
	color: #000304;
	background-color: #ACFA58 !important;
}

/*for social networks*/
#socialWrapper {
	margin-top: 20px;
}

.IN-widget {
	margin-left: 70px;
	margin-top: -24px;
	position: absolute;
}

#scrollbarY .scrollbar {
	background-size: 100% 100% !important;
}

/*for simple1*/
#simple1Table {
	width: 700px;
}

#simple1Table td {
	width: 25%;
}

#simple1Table tr:first-child td {
	height: 100px;
	color: red;
	padding-left: 50px;
}

#simple1Article {
	width: 700px;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
}

#simple1Article img {
	max-width: 40%;
	max-height: 100%;
	float: left;
	margin-right: 10px;
}

#simple1Article p {
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

#simple1Article h1 {
	margin: 0px;
}

.rbox:before {
	height: 32px;
	width: 32px;
	margin-left: -13px;
	margin-top: -7px;
	content: '';
	position: absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 9px;
	border: 1px solid rgb(187, 186, 186);
	box-shadow: 3px -3px 8px rgba(0, 0, 0, 0.1);
}

.rbox {
	height: 32px;
	width: 32px;
	text-align: center;
	color: grey;
}

/*for document viewer*/
#documentViewerBack {
	display: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.79);
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	opacity: 0;
	overflow: auto;
}

#documentViewerBack>div {
	display: block;
	width: 600px;
	height: 95%;
	margin: auto;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 0px 400px 0px rgba(255, 255, 255, 0.03);
	-moz-box-shadow: 0px 0px 400px 0px rgba(255, 255, 255, 0.03);
	-webkit-box-shadow: 0px 0px 400px 0px rgba(255, 255, 255, 0.03);
}

#documentViewerCloseBtn {
	filter: none !important;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	background: white;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 620px;
	margin-top: 10px;
	line-height: 19px;
	color: rgba(99, 150, 146, 0.9);
	background: #e2e2e2;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2),
		color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1),
		color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%,
		#fefefe 100%);
	background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe
		100%);
	background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe
		100%);
	background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#e2e2e2',
		endColorstr= '#fefefe', GradientType= 0);
}

#documentViewerBack>div iframe {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.hidenLink {
	display: none;
}

img.fileTypeIcon {
	width: 23px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.contactsPrint {
	width: 130px;
}

.searchTerm {
	background-color: #ffc;
	font-weight: bold;
	margin-left: 0px !important;
}

.verticalAlignTop {
	vertical-align: top !important;
}

.verticalAlignBottom {
	vertical-align: bottom !important;
}

.verticalAlignCenter {
	vertical-align: middle !important;
}

.parallax-viewport {
	position: relative; /* relative, absolute, fixed */
	/* overflow: hidden; */
}

.parallax-layer {
	/* z-index: 40; */
	position: absolute;
}

.searchAndSocialItems,
.searchAndSocialItems tr,
.searchAndSocialItems td {
	/* align-items: center; */
	vertical-align: middle;
}

.searchAndSocialItems a,
.searchAndSocialItems img,
.searchAndSocialItems a:visited {
	border: none !important;
}

.languageSelector {
	text-align: left !important;
}

.searchAndSocialItems td {
	text-align: right;
	padding-bottom: 15px;
	width: 29px;
}

.searchAndSocialItems td:first-child {
	padding-bottom: 19px;
}

.contactsItems {
	width: 160px !important;
}

.contactsItems,
.contactsItems tr,
.contactsItems td {
	vertical-align: top;
}

.contactsItems a,
.contactsItems span {
	text-decoration: none;
	color: white;
	font-size: 13px;
	padding-left: 10px;
}

.contactsItems img {
	margin-top: 1px;
}

.paddingBottom5px {
	padding-bottom: 5px !important;
}

.headFiller {
	width: 18% !important;
}

.newsEventHeaderWrapper {
	width: 100%;
	/* margin-top: 11px; */
	margin-left: 1px;
	height: 70px;
}

.subscribeHeader {
	float: right;
	height: 100%;
	width: 250px;
	margin-right: 1px;
	background: #F0F0F0;
	font-size: 16px;
	font-weight: bold;
	color: rgb(37, 141, 200);
	position: relative;
}

.subscribeHeader a,
.subscribeHeader img,
.subscribeHeader a:visited {
	border: none !important;
}

.subscribeHeaderRss {
	position: absolute;
	left: 138px;
	top: 17px;
}

.subscribeHeaderMail {
	position: absolute;
	left: 193px;
	top: 17px;
}

.newsEventHeader {
	width: 740px;
	height: 100%;
	float: left;
	font-size: 26px;
	color: white;
}

.newsEventHeader div {
	padding-left: 20px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 70px;
	border-collapse: collapse;
}

.subscribeHeader div {
	padding-left: 20px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 70px;
	border-collapse: collapse;
}

.defTitleWrapper,
.articleTitle,
.newsEventHeader {
	background: rgb(110,173,223); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYWRkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNThkYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(110,173,223) 0%, rgb(37,141,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(110,173,223)), color-stop(100%,rgb(37,141,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(110,173,223) 0%,rgb(37,141,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(110,173,223) 0%,rgb(37,141,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(110,173,223) 0%,rgb(37,141,200) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(110,173,223) 0%,rgb(37,141,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eaddf', endColorstr='#258dc8',GradientType=0 ); /* IE6-8 */
}

.curNewsTable tr {
	text-align: center;
	vertical-align: middle;
}

.newsEventDateWrapper {
    width: 130px;
}

.newsEventDateWrapper,
.newsEventDateWrapper p{
    margin: 0;
}
.newsEventDay {
    font-size: 60px;
    font-weight: bold;
    color: black;
    /* line-height: 20px; */
}

.newsEventMonth {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.projectsList img {
    max-width: 90px;
    max-height: 90px;
}

.eventListContenet {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.newsListContenet p:first-child {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}

.newsHeadLink {
    font-style: normal !important;
	text-decoration: underline !important;
	color: #003366 !important;
}

.eventListContenet p:first-child {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(37, 141, 200);
}

.eventListContenet p:nth-child(2) {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
	margin-bottom: 5px;
}

.eventListContenet a {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.eventListContenet p,
.newsListContenet p {
	font-size: 10pt;
	color: black;
}

.eventListContenet,
.newsListContenet {
    width: 100%;
    text-align: left;
}

.eventListContenet,
.newsListContenet p {
 	margin: 0;
 	margin-left: 20px;
}

.newsListContenet a {
 	margin: 0;
 	font-size: 8pt;
 	margin-left: 20px;
	color: black;
	font-style: italic;
	text-decoration: underline;
}

.leftMarginZero p,
.leftMarginZero a {
	margin-left: 0px;	
}

.defTitleWrapper {
	width: 100%;
	margin-top: 11px;
	margin-left: 1px;
	height: 70px;
	font-size: 26px;
	color: white;
}



.defTitleWrapper div {
	padding-left: 20px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 70px;
	border-collapse: collapse;
}

#leadContent2{
	padding-bottom: 20px;
}

.contact table {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact img {
	padding-top: 10px;
	padding-right: 20px;
}

.contact tr {
	height: 50px;
}

.contact {
	font-weight: bold;
}

.filialMoreLink {
    font-style: italic;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: underline;
}

.counrtyTable {
    width: 660px;
    padding-top: 10px;
}

.counrtyTable td {
	padding: 10px;
	vertical-align: middle;
}

.counrtyTable a {
	text-decoration: underline;
	color: black;
	font-size: 14px;
}

.counrtyTable a:hover {
	color: rgb(12, 96, 143);
}

.flagsTable {
    border: 1px solid gray;
    border-collapse: initial !important;
    border-radius: 3px;
    cursor: pointer;
}

.flagsTable:hover {
    border: 1px solid rgb(37, 141, 200);
    border-collapse: initial !important;
    border-radius: 3px;
    cursor: pointer;
}

.education {
    padding-left: 10px;
    padding-top: 10px;
    line-height: 1.6em;
}

.education td {
	padding: 0;
}

.education table {
    border-collapse: collapse;
}

.educationImg {
	max-height: 130px;
	max-width: 229px;
	padding-right: 20px;
}

.with100 {
    width: 100%;
}

.educationTable {
    width: 100%;
}

.educationTable hr {
	border: none;
	height: 2px;
	background-color: #6BB1D9;
}

.educationTable tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

.educationTable tr td:first-child {
    color: gray;
    font-style: italic;
    width: 180px;
    font-size: 13px;
}

.educationTable tr td:nth-child(3) {
    color: gray;
    font-style: italic;
    width: 180px;
}

.educationTable tr td {
	min-width: 180px;
}

.searchEducationBlock {
	height: 29px;
	width: 100%;
	padding-bottom: 20px;
}

.educationPaginator {
    float: right;
	color: gray;
	text-decoration: underline;
	font-size: 12px;
}

.educationPaginator a {
    float: left;
	padding: 3px;
	padding-top: 2px;
	color: gray;
}

.educationPaginator p {
    float: left;
	padding: 2px;
}

.currentPage {
	color: rgb(37, 141, 200) !important;
	font-weight: bold !important;
}

.triangleLeft {
    float: left;
    margin-top: 6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #e6e6e6 transparent transparent;
}

.triangleRight {
    float: left;
    margin-top: 6px;
	width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #e6e6e6;
}

.triangleDown {
    float: left;
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 2px;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #e6e6e6 transparent transparent transparent;
}

.triangleDownActive {
    float: left;
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 2px;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: rgb(37, 141, 200) transparent transparent transparent;
}

.triangleUp {
    float: left;
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 2px;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #e6e6e6 transparent;
}

.triangleUpActive {
    float: left;
    width: 0px;
    height: 0px;
    margin-top: 8px;
    margin-right: 2px;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent rgb(37, 141, 200) transparent;
}

.searchEducationBox {
    float: left;
}

.searchEducationInput {
    float: left;
    margin-right: 10px;
}

.educationListTable {
    width: 100%;
}

.educationListTable tr {
    text-align: left;
}

.educationListTable th {
    color: gray;
    font-size: 11px;
	font-weight: normal;
}

.educationListTable th a {
    color: gray;
	text-decoration: none;
}

.educationListTable td {
    color: black;
    font-size: 13px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}

.educationListTable td p {
    padding: 2px;
}

.educationListTable td a {
    color: rgb(37, 141, 200)
}

.educationListTable hr {
	border: none;
	height: 1px;
	background-color: #e6e6e6;
	margin-top: 3px;
}

.educationContact img {
    float: left;
	width: 15px;
	padding-right: 5px;
	padding-top: 5px;
}

.educationContact a {
	/* color: rgb(37, 141, 200); */
	color: black;
	text-decoration: none;
}

.educationContactName {
    font-weight: bold;
}

.educationContactAbout {
    font-style: italic;
}

.clearButton {
    display: none;
}

#autocompletez-container {
	position: relative;
}

#autocompletez-container .autocompletez-suggestions {
	border-top: 2px solid #e6e6e6;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	z-index: 4 !important;
	left: -2px;
    top: 25px;
}

#autocompletez-container .autocompletez-suggestion {
	background-color: #F5F5F5;
	border-bottom: 2px solid #e6e6e6;
	padding: 4px;
	cursor: pointer;
	color: gray;
	font-size: 13px;
}

#autocompletez-container .autocompletez-suggestion {
	padding-left: 10px;
}

#autocompletez-container .autocompletez-suggestion strong {
	color: rgb(37, 141, 200);
	font-weight: normal;
}

.filialSeacrhBox {
    height: 29px;
}

#filialSearch {
    width: 728px;
}

.filialSeacrhBox div {
    background-position-x: 744px;
}

.filialSeacrhBlock {
    padding-top: 20px;
}

.filialsCentredHeader {
    margin-left: auto;
    margin-right: auto;
    width: 766px;
}

.autocompletez-filial-container .autocompletez-suggestions {
    overflow-y: scroll;
}

.menuForNews {
	width: 250px!important;
}

.menuForNews .subscribeHeader {
	/* margin-top: 10px; */
}

table.menuRightSubItem td {
	padding-bottom: 5px;
	padding-top: 5px;
}

table.menuRightSubItem td:nth-child(2) {
	width: 6px;
}

section.menuRight {
	width: 220px;
	margin-right: 10px;
	box-shadow: 8px -7px 6px -5px #dcdcdc;
	-webkit-box-shadow: 8px -7px 6px -5px #dcdcdc;
	-moz-box-shadow: 8px -7px 6px -5px #dcdcdc;
	-o-box-shadow: 8px -7px 6px -5px #dcdcdc;
}

.menuRightSubmenu {
	padding-left: 10px!important;
	display: none;
}

.menuRightLinkArr {
    background: url('../img/accord_arr.png') left top no-repeat transparent;
    padding-right: 7px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 10px 20px;
}

.menuRight .siteMap {
	padding-top: 0px;
	/* padding-right: 7px; */
}

table.menuRightLink td {
	padding-bottom: 10px;
    padding-top: 9px;
}

table.menuRightLink, .menuRightSubmenu {
	border-bottom: 1px solid #dcdcdc;
    /* border-top: 1px solid #dcdcdc; */
}

.menuRight .siteMap ul {
	padding-left: 0px;
}

.menuRight .siteMap li li li:nth-child(1) {
	/* margin-top: 7px; */
}

.menuRight .siteMap li {
	margin-bottom: 1px;
}

.menuRight .siteMap ul ul a {
	font-size: 11pt;
	font-weight: normal;
	display: block;
}

.menuRight .siteMap ul ul a:hover {
	color: rgb(12, 96, 143);
}

.menuRightCurrent {
	font-weight: bold;
	color: rgb(37, 141, 200);
}

.menuRight .siteMap ul ul ul a {
	font-size: 11pt;
	/* font-style: italic; */
}

.siteMap {
	padding-top: 30px;
}

.siteMap ul {
	list-style-type: none;
	padding-left: 30px;
	margin: 0px;
}

.siteMap ul a {
	color: rgb(37, 141, 200);
	text-decoration: none;
	font-size: 11pt;
}

.siteMap ul ul a {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.siteMap ul ul ul a {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}

.siteMap ul ul ul ul a {
	color: black;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

.switchLocaleLink {
    text-decoration: none;
    color: black;
    font-size: 13px;
}

.switchLocaleLink p {
    padding: 5px;
}
  
.gostLink {
	margin-left: 82px;
	font-size: 13px !important;
}

.gostLink a {
	text-decoration: underline;
	font-size: 13px;
}

/* стили текстового редактора */

.tinyH1 {
    color: #258DC8 !important; 
    font-size: 14pt !important;
    font-weight: bold !important;
}

.tinyH1 span {
    color: #258DC8 !important;
    font-size: 14pt !important;
    font-weight: bold !important;
}


.tinyH2 {
    color: #003366 !important; 
    font-size: 14pt !important;
    font-weight: bold !important;
}

.tinyH2 span {
    color: #003366 !important;
    font-size: 14pt !important;
    font-weight: bold !important;
}

.tinyH3 {
    color: black !important; 
    font-size: 12pt !important;
    font-weight: bold !important;
}

.tinyH3 span {
    color: black !important;
    font-size: 12pt !important;
    font-weight: bold !important;
}


.tinyBlock1 {
    color: black !important; 
    font-size: 10pt !important;
}

.tinyBlock1 span {
    color: black !important;
    font-size: 10pt !important;
}

.tinyBlock2 {
    color: gray !important; 
    font-size: 9pt !important;
}

.tinyBlock2 span {
    color: gray !important;
    font-size: 9pt !important;
}

.tinyBlock3 {
    color: #003366 !important; 
    font-size: 14pt !important;
    text-decoration: underline;
}

.tinyBlock3 span {
    color: #003366 !important;
    font-size: 14pt !important;
    text-decoration: underline;
}

.tinyBlock4 {
    color: black !important; 
    font-size: 11pt !important;
    text-decoration: underline;
}

.tinyBlock4 span {
    color: black !important;
    font-size: 11pt !important;
    text-decoration: underline;
}

.imagePreview {cursor: zoom-in}

.pageNotAvailableOnCurLang {
    width: 100%;
    margin-top: 15%;
}
.center {
    text-align: center;
}