
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}
.about_page {
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	width: 100%;
	height: 100%;
	background: url(../img/main_bg.png) no-repeat 50% 0 #0d122d;
	-webkit-background-size: 701px;
	background-size: 701px;
}
.about_page {
	font: 15px/1.4 PT Serif, sans-serif;
	padding: 40px 0 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a {
	text-decoration: none;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}
/* For modern browsers */
.clear_fix:before,
.clear_fix:after {
   content: "";
   display: table;
}
.clear_fix:after {
   clear: both;
}

/* äëÿ IE6-7 */
.clear_fix {
   zoom: 1;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 120px;
	display: flex;
	display: -webkit-flex;
	padding-top: 19px;
	position: relative;
}
.head_gerb {
	display: block;
	background: url(../img/head_gerb.png);
	width: 56px;
	height: 76px;
	margin-right: 19px;
}
.logo {
	background: url(../img/logo.png) 0 0 no-repeat;
	width: 160px;
	height: 74px;
	display: block;
	margin-right: 12px;
}
.header_text {
	padding-top: 8px;
}
.header_text h2 {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 3px;
	letter-spacing: 0;
}
.header_text i {
	font-family: PT Sans;
	font-style: italic;
	font-size: 18px;
	color: #B1B2B5;
	line-height: 24px;
}
a.en_version {
	position: absolute;
	right: 0;
	top: 0;
	display: block;	
	font-size: 14px;
	color: #687DB2;
	line-height: 25px;
	font-family: PT Sans;
	text-decoration: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 0;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.main_menu_wp {
	background: #31467A;
	border-radius: 8px 8px 0 0;
	height: 50px;
}
.main_menu {
	display: table;
	width: 100%;
}
.main_menu li {
	height: 50px;
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}
.main_menu li a {
	display: block;
	line-height: 50px;
	padding: 0 25px;
	font-family: PT Sans;
	font-weight: 800;
	font-size: 13px;
	color: #F9F9F9;
	letter-spacing: 2.78px;
	border-right: 1px solid #213055;
	text-shadow: 0px 1px 1px #162648;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
.main_menu li:last-child a {
	border: none;
}
.main_menu li:first-child a {
	border-radius: 8px 0 0 0;
}
.main_menu li a:after,
.menu_cabinet_btn:after {
	height: 4px;
	background: #D12346;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.main_menu li a:hover:after,
.menu_cabinet_btn:hover:after {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.main_menu li a.select {
	background: #263864;
}
.main_menu li a.select:after {
	/*-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);*/
}

.menu_cabinet_btn {
	float: left;
	display: block;
	line-height: 50px;
	padding: 0 20px 0 20px;
	font-family: PT Sans;
	font-weight: 800;
	font-size: 13px;
	color: #F9F9F9;
	letter-spacing: 2.78px;
	text-shadow: 0px 1px 1px #162648;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	height: 50px;
	text-decoration: none;
}
.menu_cabinet_btn.exit {
	font-size: 26px;
	padding: 0 20px 0 20px;
	font-weight: 500;
	opacity: .7;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.menu_cabinet_btn.exit:hover{
	opacity: 1;
}
.menu_cabinet_btn.exit:before {
	display: none;
}
span.menu_cabinet_btn.exit {
	width: 20%;
}
span.menu_cabinet_btn.cab {
	width: 80%;
	padding-right: 0;
}
.cab_btns a {
	padding: 0 !important;
}
.menu_cabinet_btn:before {
	display: inline-block;
	content: '';
	width: 17px;
	height: 17px;
	background: url(../img/cabinet_ico.png);
	-webkit-background-size: 17px;
	background-size: 17px;
	margin-right: 9px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.content_sub_menu {
	padding: 20px 25px 10px;
	background: url(../img/content_sub_menu.png) no-repeat 0 50% #efeff2;
	border-bottom: 2px solid #efeff2;
}
.content_sub_menu li {
	float: left;
	line-height: 26px;
	padding: 0 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.content_sub_menu li a {
	color: #2D4070;
	font-size: 16px;
	font-family: PT Sans;
	border-bottom: 1px solid rgba(47,80,163,0.3);
	text-decoration: none;
}
.content_sub_menu li a:hover {
	color: #BB1F3E;
	border-color: rgba(187,31,62,0.4);
}
.content_sub_menu li.select {
	background: #952138;
}
.content_sub_menu li.select a {
	color: #fff;
	border: none;
}
.content_padding {
	padding: 0 38px;
}
.content_padding * {
	letter-spacing: 0;
}

.about_triple_column {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
.about_column {
	width: 200px;
}
.person_link_block {
	height: 326px;
	margin-bottom: 32px;
	display: block;
	position: relative;
	background: #32407A;
	overflow: hidden;
}
.person_link_block img {
	height: 190px;
	display: block;
}
a.person_link_block:hover img {
	opacity: 0.6;
}
.person_link_block_content {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	padding: 15px 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #32407A;
}
.person_link_block_content a {
	color: #fff;
}
.person_link_block_content:before {
	position: absolute;
	content: '';
	/* background: url(../img/person_link_block_content.png); */
	width: 10px;
	height: 10px;
	top: -10px;
	right: 15px;
	border: 10px solid transparent;
	border-right: 10px solid #32407A;
	transform: rotate(-45deg);
}
.person_link_block.red,
.person_link_block.red .person_link_block_content {
	background: #952138;
}
.person_link_block.red .person_link_block_content:before {
	background-image: url(../img/person_link_block_content_red.png);
}
.person_link_block.brown,
.person_link_block.brown .person_link_block_content {
	background: #805A46;
}
.person_link_block.brown .person_link_block_content:before {
	background-image: url(../img/person_link_block_content_brown.png);
}

.person_link_block_content h3 {
	font-size: 14px;
	font-weight: 800;
	font-family: PT Sans;
	margin-bottom: 4px;
	color: #fff;
}
.about_main_block {
	width: 446px;
	background: url(../img/about_main_block.png) no-repeat right bottom;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 4px 4px 0px rgba(203,203,203,0.50);
	height: 683px;
	margin-bottom: 35px;
}
.about_main_block img {
	display: block;
	width: 100%;
	margin-bottom: 37px;
}
.about_main_block h2 {
	text-align: center;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #000;
	font-style: normal;
	font-family: 'PT Serif', sans-serif;
}
.about_main_block_content {
	padding: 0 45px 43px 40px;
}
.about_main_block_content p {
	color: #414448;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.about_main_block_content p:last-child {
	margin-bottom: 0;
}
.about_press_block h2 {
	font-weight: 800;
	font-size: 28px;
	color: #000000;
	letter-spacing: 7.63px;
	line-height: 25px;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'PT Serif', sans-serif;
}
.press_block {
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(151,151,151,0.4);
	margin-bottom: 16px;
}
.press_block h3 {
	color: #2D4070;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 8px;
	font-family: PT Sans;
	font-weight: 800;
}
.press_block h3 a {
	color: #2D4070;
	text-decoration: none;
}
.press_block h3 a:hover {
	color: #B00023;
}
.about_video_block {
	height: 326px;
	border: 1px solid #E0E0E0;
	margin-bottom: 35px;
	overflow: hidden;
}
.about_video_block_img {
	position: relative;
}
.about_video_block_img:before {
	position: absolute;
	content: '';

}
.about_video_block_img img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.about_video_block_content {
	padding: 0 25px 0px 21px;
	color: #414448;
	font-family: PT Sans;
}
.about_video_block_content h3 {
	font-size: 18px;
	font-weight: bold;
	font-weight: 800;
	margin-bottom: 8px;
	max-height: 198px;
	overflow: hidden;
}
.about_video_block_content h3 a {
	color: #2D4070;
	text-decoration: none;
}
.about_center_block {
	width: 446px;
}
.about_center_block_bottom {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
.about_center_block_bottom > * {
	width: 200px;
}
.about_news_tile {
	height: 326px;
    margin-bottom: 32px;
    display: block;
    position: relative;
    border: 1px solid #E0E0E0;
}
.about_news_tile img {
	display: block;
	width: 100%;
}
.about_news_tile_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px 17px 28px;
	font-family: PT Sans;
	color: #414448;
}
.about_news_tile_content h3 {
	color: #2D4070;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 9px;
}
.about_news_tile_content h3 a {
	color: #2D4070;
}
.about_faces_wp {
	margin-top: 36px;
	margin-bottom: 56px;
}
.about_faces_wp h2 {
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 25px;
	margin-bottom: 27px;
}
.about_faces_wp h2 span {
	background: #fff;
	padding: 0 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 20px;
}
.about_faces_wp h2:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	content: '';
	border-bottom: 1px solid #979797;
	opacity: 0.4;
}
.about_faces {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
.about_face_item {
	max-width: 95px;
	display: block;
	text-decoration: none !important;
	cursor: default;
}
.about_face_item img {
	width: 69px;
	height: 69px;
	border-radius: 50%;
	display: block;
	margin-bottom: 8px;
}
.about_face_item h3 {
	font-family: PT Sans;
	font-weight: 800;
	font-size: 16px;
	color: #2D4070;
	line-height: 20px;
	margin-bottom: 5px;
}
/*.about_face_item:hover h3 {
	color: #b61d22;
}*/
.about_face_item i {
	font-style: italic;
	line-height: 18px;
	display: block;
	color: #000;
	overflow-wrap: break-word;
}
.partners_block {
	background: #F1F1F4;
	border-top: 1px solid #D8D9DE;
	padding-top: 32px;
	padding-left: 44px;
	padding-bottom: 32px;
	color: #858585;
	font-size: 14px;
	font-family: PT Sans;
	display: flex;
	display: -webkit-flex;
	max-width: 1000px;
	margin: 0 auto;
}
.gs-left.body.text-body > .partners_block {
	margin: 25px -22px -15px -21px;
}
.partners_block > div {
	margin-right: 60px;
}
.partners_block a {
	margin: 20px 10px 0 0;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
}
.partners_block a img {
	vertical-align: middle;
	max-height: 100%;
}
.partners_block .title {
	margin-bottom: 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 22px 40px;

	border-radius: 0 0 8px 8px;
	width: 1000px;
	margin: 0 auto 0;
	height: 190px;
	background: #31467A;
	position: relative;
}

.footer_menu {
	float: left;
	font-size: 16px;
	line-height: 25px;
	font-family: PT Sans;
	margin-bottom: 15px;
}
.footer_menu li {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.footer_menu li a {
	color: #76A9E4;
	border-bottom: 1px solid rgba(102,167,242,0.3);
	text-decoration: none;
}
.footer_menu li a:hover {
	opacity: 0.7;
}
.footer_menu li a.isContact {
	border: 1px solid #5b89be;
	padding: 4px 7px;
	border-radius: 4px;
	color: #76A9E4;
	opacity: 1;
}
.footer_menu li a.isContact:hover {
	opacity: 1;
	background-color: #40639e;
	color: #76A9E4 !important;
}
.footer_phone {
	color: #fff;
	font-family: PT Sans;
	font-size: 14px;
	color: #FAFBFC;
	line-height: 25px;
	float: left;
}
.footer_phone b {
	font-weight: bold;
}
.footer_phone i {
	font-style: italic;
}
.footer_adress {
	color: #fff;
	font-family: PT Sans;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	color: #FAFBFC;
	line-height: 25px;
}
.footer_adress a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
}
.footer_adress a:hover {
	opacity: 0.7;
}
.metro_ico {
	display: inline-block;
	background: url(../img/metro_ico.png);
	width: 16px;
	height: 12px;
	-webkit-background-size: 16px;
	background-size: 16px;
	margin-right: 5px;
}
.footer_social {
	float: left;
	margin-top: -5px;
}
.footer_social a {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.footer_social #vk {
	background-image: url(/images/vk-logo.png);
}
.footer_social #fb {
	background-image: url(/images/fb-logo.png);
}
.footer_social #in {
	background-image: url(/images/in-logo.png);
}
.footer_social #tr {
	background-image: url(/images/tr-logo.png);
	float: none;
	clear: both;
	width: 110px;
	height: 40px;
}
.footer_copy {
	float: right;
	position: relative;
	opacity: 0.5;
	font-family: PT Sans;
	font-size: 13px;
	color: #FAFBFC;
	line-height: 16px;
}
.footer_copy span {
	position: absolute;
	left: -14px;
	top: 0;
}

.rand_images > div {
	width: 33.3333%;
	height: 110px;
}
.rand_images > div a {
	overflow: hidden;
	height: 110px;
	display: block;
	background-size: cover;
	background-position: 50% 0;
}

.rand_images .left {
	float: left;
}
.rand_images .right {
	float: right;
}

.rand_images .big {
	width: 66.6666%;
	height: 220px;
}
.rand_images .big a {
	height: 220px;
}
.rand_images img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	display: none;
}

.rand_images {
	margin-bottom: 37px;
}
.rand_images .clearfix {
	clear: both;
	height: 0;
	width: 100%;
}

.correctMenu {
	margin: -10px -22px -20px -21px;
}
.stuff-block {
	margin-top: 0 !important;
	width: 100% !important;
}
.tooltip-shel {
	width: 332px;
}
/*--Правка шрифтов внутри контент зоны--*/
.stuff-block_plus,
.stuff-block_plus p,
.stuff-block_plus span,
#press-article,
#press-article p,
#press-article span{
	color: #414448;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "PT Serif", sans-serif;
}
.stuff-block_plus a {
	font-family: "PT Serif", sans-serif;
}
.newseses {
	font-size: 16px !important;
}
.gs-left.body.text-body > p,
.gs-left.body.text-body > span,
.gs-left.body.text-body .person-info,
.gs-left.body.text-body > div > p,
.gs-left.body.text-body .docs{
	color: #414448;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "PT Serif", sans-serif;
}
.gs-left.body.text-body h4 {
	font-family: "PT Serif", sans-serif;
	font-size: 16px;
}
.gs-left.body.text-body .menuTable td{
	font-family: "PT Serif", sans-serif;
}
.people-list li span{
	font-size: 14px;
}
.people a.gallery-item-name {
	font-family: "PT Serif", sans-serif;
}
.people span.gallery-item-comment {
	font-family: "PT Serif", sans-serif;
}
#press-list a {
	font-family: "PT Serif", sans-serif !important;
	font-size: 16px;
	line-height: 16px;
}
.gs-full.text-body h1, .gs-left.text-body h1 {
	line-height: 26px;
	font-family: "PT Serif", sans-serif;
}
.people-list li {
	font-size: 14px;
}
.stuff-block_plus h3 {
}
.details .details-row {
	font-family: "PT Serif", sans-serif;
	font-size: 14px;
}
.gallery-item-name {
	font-family: "PT Serif", sans-serif;
}

.available-online label {
	font-family: "PT Serif", sans-serif;
}
.schedule-table td, .schedule-table th {
	font-family: "PT Serif", sans-serif;
}
.tooltip-shel,
.schedule-prev-month,
.schedule-next-month{
	font-family: "PT Serif", sans-serif;
}
.tickets,
.tickets h2{
	font-family: "PT Serif", sans-serif;
}
div.sc-selector ul li {
	width: 20px;
	height: 20px;
}
.block-content-list li.block-row h2,
.block-content h2,
.block-content-press li.block-row a{
	font-family: "PT Serif", sans-serif;
}
.block-content-text{
	font-family: "PT Serif", sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#main-all {
	font-family: "PT Serif", sans-serif;
}
/*--/Правка шрифтов внутри контент зоны--*/



.news-detail{
	font-family: "PT Serif", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}