body.index
{
	color: #424243;
	font-family: ARIAL;
	font-size: 12px;
}

.index_content
{
	width: 285px;
	height: 145px;
	border: 2px solid #424243;
	background: #e0e0e0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -131px;
	margin-left: -151px;
	padding: 25px;
}

.input_index
{
	width: 263px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.button, .button_alert
{
	cursor: pointer;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background: #ccc;
	border: 1px solid #0C3C6A;
	letter-spacing: 1px;
	color: #424243;
}




@font-face {
    font-family: 'ES-Reg';
    src: url('font/echoessans.eot');
    src: url('font/echoessans.eot?#iefix') format('embedded-opentype'),
         url('font/echoessans.woff') format('woff'),
         url('font/echoessans.ttf') format('truetype'),
         url('font/echoessans.svg#echoes_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ES-Light';
    src: url('font/EchoesSans-Light.eot');
    src: url('font/EchoesSans-Light.eot?#iefix') format('embedded-opentype'),
         url('font/EchoesSans-Light.woff') format('woff'),
         url('font/EchoesSans-Light.ttf') format('truetype'),
         url('font/EchoesSans-Light.svg#echoes_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


input:focus {outline: 0 none;}
button:focus {outline: 0 none;}
textarea:focus {outline: 0 none;}
a:focus {outline: 0 none;}

.ost, .tuda, .obratno, .vrem
{
	float: left;
	width: 50px;
	height: 18px;
	margin: 0px 20px 10px 0px;
}

.ost
{
	background: url('images/round1.png') center left no-repeat;
	margin-bottom: 0px;
}
.tuda
{
	height: 8px;
	border-bottom: 5px solid #203364;	
}
.obratno
{
	height: 8px;
	border-bottom: 5px solid #ED1A3B;
}
.vrem
{
	height: 8px;
	border-bottom: 5px dotted #ED1A3B;
}

.mar_more
{
	position: absolute;
	bottom: -20px;
	left: 125px;
	font-size: 10px;
	cursor: pointer;
}

.rezume_h2 div
{
	background: #fff;
	padding-right: 20px;
	display: table;
}
.rezume_h2
{
	font-size: 19px;
	font-weight: bold;
	margin: 40px 0px 40px 0px;
	background: url('images/rezume_h2.jpg') center left repeat-x;
}
.rezume_left
{
	float: left;
	width: 190px;
	margin: 0px 0px 30px 0px;
}

.rezume_right
{
	float: left;
	width: 430px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.rezume_input_short, .rezume_input_long
{
	background: #F1F1F1;
	border: 1px solid #F1F1F1;
	box-shadow: inset 1px 1px 2px 2px #ccc;
	border-radius: 4px;
	padding: 10px;
}
.rezume_input_short:focus, .rezume_input_long:focus
{
	background: #fff;
	border: 1px solid #888;
	box-shadow: none;
	border-radius: 4px;
	padding: 10px;
}

textarea.rezume_input_long
{
	height: 100px;
	resize: none;
}

.rezume_input_short
{
	width: 260px;
}
.rezume_input_long
{
	width: 380px;
}
hr
{
	height: 1px;
	border: 0;
	background: #ccc;
}

.v_body
{
	margin: 7px 0px 0px 0px;
}
.v_name
{
	color: #1169a2;
	display: table;
	border-bottom: 1px dotted #1169a2;
	cursor: pointer;
}
.v_textshort
{
	display: none;
	margin: 10px 0px 10px 30px;
}
.v_href
{
	display: table;
	margin: 5px 0px 0px 0px;
}


.m_body
{
	min-height: 80px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.m_left
{
	float: left;
}
.m_right
{
	float: right;
	width: 500px;
}
.m_radius_text
{
	padding: 5px 12px 5px 12px; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 18px;
	float: left;
	display: table;
}
.m_radius_href
{
	font-size: 16px;
	float: left;
	display: table;	
	text-decoration: underline;
	padding: 7px 12px 5px 12px; 
	margin-left: 10px;
}
.m_name
{
	font-weight: bold;
	clear: both;
	margin: 15px 0px 5px 0px;
}




.top_marker
{
	display: table;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.markers
{
	display: table;
	float: left;
	margin: 0px 30px 0px 30px;
	padding-left: 25px;
	height: 18px;
}
.marker1
{
	background: url(images/round1.png) top left no-repeat;
}
.marker2
{
	background: url(images/round2.png) top left no-repeat;
}
.marker3
{
	background: url(images/round3.png) top left no-repeat;
}
.b_radius
{
	border-radius: 7px !important;
}

.b_radius_face
{
	border-radius: 75px !important;
}

/* --- Основные стили --- */ 

* {
	margin: 0;
	/*padding: 0;*/
	/*border: 0;*/
}

body
{
	font-family: Arial;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

li
{
	margin: 0px 0px 5px 20px;
}

#top_header
{
	height: 485px;
	background: url(images/body.png) top center repeat-y;
}

#search_header
{
	width: 100%;
	//height: 235px;
	margin: 0px 0px 9px 0px;
	background: url(images/body.png) top center repeat-y;
}


#search_headers
{
	//width: 968px;
	//height: 235px;
	margin: auto;
	//background: url(images/header_inner.png) top center no-repeat;
}



#header
{
	height: 115px;
	width: 968px;
	margin: auto;
	position: relative;
	background: url(images/body.png) top center repeat-y;
}

.feedback_form
{
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

#header_feedback
{
	height: 115px;
	display: flex;
	justify-content: center;
}

#menu_feedback
{
	height: 48px; 
	margin: auto; 
    display: flex;
	justify-content: center;
	background-color: #00346d;
}  

.body2
{
	background-color: #fff;
	width: 968px;
	margin: auto;
}

.footer_index_feedback
{
	height: 492px;
	background-color: #00468d;
}

#formtrue2
{
	display: none;
	position: relative;
	padding: 20px 30px 50px 30px;
	line-height: 1.4em;
}

@media (max-width: 1300px) {
  #header_text_feedback1 {display: none;}
  #header_text_feedback2 {display: none;}
  #nav_feedback {display: none;}
  #footer_inner_feedback  {display: none;}
  #footer_banner_feedback {display: none;}
.footer_index_feedback {display: none;}
  #menu_feedback {
	width: 100%; 
	height: 1px; 
	margin: auto; 
	background-color: #00346d;
	}
  #mstyleleft{
	width: 100% !important; 
	padding: 0px !important;
	margin: auto; 
	}
  #mstyleright{
	width: 100% !important; 
	padding: 0px !important;
	margin: auto; 
	}	
  #mobile_footer {
	width: 100%; 
	height: 50px; 
	margin: auto; 
	background-color: #00346d;
	}
.body2
{
	width: 100%;
	margin: auto;
}	
  }

  
.menu_feedback {
   display: flex;
   justify-content: center;
}

.body_feedback
{
	background-color: #fff;
	margin: auto; 
}

#search_content_feedback
{
	position: relative;
	padding: 0px 20px 50px 30px;
	top: 29px;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
}

#search_content_feedback2
{
	position: relative;
	padding: 0px 30px 50px 30px;
	margin-top: -9px;
	line-height: 1.4em;
}

#footer_inner_feedback
{
	height: 255px;
	background-color: #00468d;
}  

.formbox_feedback
{ 
	position: relative;
	padding: 0px 20px 50px 30px;
	margin-top: -9px;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
}

#header_text_feedback2
{
	float: right;
	width: 185px;
	margin: 39px 0px 0px 0px;
}

.body
{
	background: url(images/body.png) top center repeat-y;
}

.body1
{
	background: url(images/body.png) top center repeat-y;
	width: 968px;
	margin: auto;
}

.body3
{
	background: url(images/body.png) top center repeat-y;
	width: 100%;
	margin: auto;
}

#content
{
	width: 968px;
	margin: auto;
	position: relative;
}

#search_content
{
	width: 918px;
	margin: auto;
	position: relative;
	padding: 0px 20px 50px 30px;
	margin-top: -9px;
	top: 29px;
//	background: url(images/img1.png) bottom center no-repeat;
	line-height: 1.4em;
}

#search_content_left
{
	float: left;
	width: 640px;
	position: relative;
	padding: 0px 48px 0px 0px;
	line-height: 1.4em;
}

#search_content_right
{
	float: left;
	width: 230px;
	position: relative;
}

.footer_index
{
	height: 492px;
	background: url(images/footer.png) bottom center no-repeat;
}

#footer_inner
{
	height: 255px;
	background: url(images/footer1.png) top center repeat-y;
}


h1 {
	color: #000;
	font-size: 30px;
	font-family: Arial;
	font-weight: normal;
	line-height: 1.0em;
}
h2 {
	color: #000;
	font-size: 28px;
	font-family: Arial;
	font-weight: normal;
}
h3 {
	color: #000;
	font-size: 26px;
	font-family: Arial;
	font-weight: normal;
}
h4 {
	color: #000;
	font-size: 24px;
	font-family: Arial;
	font-weight: normal;
}
h5 {
	color: #000;
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
}
h6 {
	color: #000;
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
}

a {
	color: #1169a2;
	text-decoration: underline;
	border: 0px;
}

img
{
	border: 0px;
}

input, textarea, select {
	border: 1px solid #7F9DB9;
	outline: none;
}

.clear
{
	clear: both;
}

.none
{
	display: none;
}

.formbox 
{ 
	padding : 5px 0px 5px 0px;
}

.input
{
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#logo_index
{
	float: left;
	display: block;
	width: 275px;
	height: 56px;
	margin: 25px 0px 0px 0px;
}

.btn
{
	background: #ed1a3b;
	color: #fff;
	padding: 5px 15px 5px 15px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	display: block;
}

#header_text1
{
	float: left;
	width: 200px;
	margin: 35px 0px 0px 60px;
}
#header_text11
{
	float: left;
	width: 200px;
	margin: 35px 0px 0px 15px;
}

#header_text2
{
	float: right;
	width: 185px;
	margin: 39px 0px 0px 0px;
}

#write_letter
{
	color: #00abc5;
	text-decoration: underline;
	
}

#header_search_block
{
	width: 160px;
	height: 24px;
	background: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0px 0px 10px 0px;
}

#header_search
{
	width: 113px;
	height: 14px;
	padding: 5px 5px 5px 10px;
	border: none;
	background: none;
	font-size: 12px;
}

#header_search_btn
{
	float: right;
	width: 18px;
	height: 14px;
	background: url(images/search.png) center center no-repeat;
	cursor: pointer;
	padding: 5px 10px 5px 0px;
}

#header_phone
{
	color: #000;
	font-size: 19px;
}

#header_address
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #7b7b7b;
}

#nav
{
	margin: auto;
	width: 1040px;
	height: 48px;
//	background: #00376b;
}

#nav_index
{
	width: 968px;
	height: 48px;
	position: absolute;
	bottom: -25px;
	left: 0px;
	z-index: 100;
}

.top_nav
{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 18px;
	padding: 16px 15px 14px 15px;
	text-align: center;
}

#top_nav1, #top_navs1
{
	width: 120px;
//	border-radius: 2px 0px 0px 2px;
}
#top_nav2, #top_navs2
{
	width: 93px;
}
#top_nav3, #top_navs3
{
	width: 140px;
}
#top_nav4, #top_navs4
{
	width: 96px;
}
#top_nav5, #top_navs5
{
	width: 104px;
}
#top_nav6, #top_navs6
{
	width: 66px;
}
#top_nav7, #top_navs7
{
	width: 106px;
}
#top_nav8, #top_navs8
{
	width: 76px;
//	border-radius: 0px 2px 2px 0px;
}

#top_nav1, #top_nav2, #top_nav3, #top_nav4, #top_nav5, #top_nav6, #top_nav7, #top_nav8
{
	background: none;
}

#top_navs 
{
  background: #8ccdf8 !important;
  color: #000 !important;
}

#top_nav:hover
{
	background: #c0e0ff;
	color: #000;
}

#smena_banner
{
	width: 968px;
	padding: 15px 0px 15px 0px; 
	margin: auto;
	background: #fff;
}

#foot_gray
{
	width: 968px;
	height: 257px;
	margin: auto;
}

#foot_gray_h
{
	padding: 40px 0px 40px 0px;
	text-align: center;
}

.foot_gray_block, .foot_gray_block1
{
	float: left;
	width: 300px;
	height: 110px;
}

.foot_gray_block1
{
	margin: 0px 34px 0px 34px;
}

.foot_gray_img
{
	float: left;
	width: 104px;
	margin: 0px 16px 0px 0px;
}

.foot_gray_txt
{
	float: left;
	width: 180px;
}


.foot_gray_txt1
{
	font-size: 17px;
	color: #000;
	margin: 5px 0px 10px 0px;
}

.foot_gray_txt2
{
	font-size: 12px;
	color: #6b6b6b;
}

#foot
{
	width: 968px;
	height: 195px;
	padding: 10px 0px 30px 0px;
	margin: auto;
	background: url(images/footer1.png) top center no-repeat;
}

#foot1
{
	width: 968px;
	height: 205px;
	padding: 0px 0px 30px 0px;
	margin: auto;
	background: url(images/footer1.png) bottom center no-repeat;
}

.foot_block
{
	float: left;
	width: 168px;
	height: 100px;
	margin: 20px 37px 20px 37px;
}

.foot_block_h
{
	color: #fff;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
//	border-bottom: 1px solid #8ccdf8;
}

.foot_link
{
	margin: 5px 0px 5px 0px;
}

.foot_link a
{
	font-size: 12px;
	color: #8ccdf8;
}

.foot_rasp
{
	height: 30px;
}

#foot_copy
{
	float: left;
	width: 350px;
}

#foot_gerb
{
	float: left;
	width: 27px;
	height: 27px;
	margin: 5px 10px 0px 30px;
}

#foot_copy_txt
{
	float: left;
	width: 230px;
	color: #aaa;
	padding: 3px 0px 0px 0px;
}

#foot_copy_txt1, #foot_copy_txt2, #foot_copy_txt1 a
{
	margin: 0px 0px 3px 0px;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
}

#foot_museum
{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

#foot_mus
{
	float: left;
	width: 34px;
	height: 32px;
	margin: 5px 10px 0px 0px;
}

#foot_mus_txt
{
	float: left;
	width: 130px;
	color: #aaa;
	padding: 3px 0px 0px 0px;
}

#foot_mus_txt1, #foot_mus_txt2
{
	margin: 0px 0px 3px 0px;
	font-size: 13px;
	color: #f1db82;
	text-decoration: none;
}

#footer_search, #v_search
{
	width: 156px;
	height: 14px;
	padding: 5px 5px 5px 10px;
	border: none;
	background: none;
	font-size: 12px;
}

#footer_search_block, #v_search_block
{
	float: right;
	width: 204px;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#footer_search_btn, #v_search_btn
{
	float: right;
	width: 18px;
	height: 14px;
	background: url(images/search.png) center center no-repeat;
	cursor: pointer;
	padding: 5px 10px 5px 0px;
}

#foot_social
{
	float: left;
	width: 205px;
	margin: 0px 35px 0px 0px;
}

.soc
{
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	margin: 0px 5px 0px 0px;
}

#soc_f
{
	background: url(images/soc_f.png) top center no-repeat;
}

#soc_t
{
	background: url(images/soc_t.png) top center no-repeat;
}

#soc_y
{
	background: url(images/soc_y.png) top center no-repeat;
}

#rss
{
	background: url(images/rss.png) top center no-repeat;
}

.right_menu, .right_menu1
{
	display: block;
	padding: 15px 35px 15px 35px;
	background: #fff;
	font-size: 15px;
	color: #1169a2;
}
.right_menu:hover
{
	background: #c0e0ff;
	color: #000;
}

.right_menu1
{
	background: #8ccdf8;
	color: #000;
}

.quote
{
	padding: 10px;
	background: #ededed;
	border: 1px solid #bdbdbd;
}

/* --- Стиль окна предупреждения --- */ 

#alert_head
{
	background: #333333;
	padding: 5px;
	color: #fff;
}
#alert 
{
	background: #ffffff;
	border: solid 5px #333333;
	text-align: center;
	vertical-align: top;
	width: 300px;
	margin: auto;
	padding: 0px 0px 5px 0px; 
	display: block;
	color: #000;
}

/* --- // --- */


/* --- Стиль навигации --- */ 

.navigation
{
	margin: 25px 0px 25px 0px;
}

.navigation a
{
	color: #00376b;
	text-decoration: none;
}

.active_nav, .noactive_nav, .etc, .next_page, .prev_page
{
	float: left;
	display: block;
	padding: 3px 8px 3px 8px;
	margin: 0px 3px 0px 3px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #c0e0ff;
	color: #00376b;
	border: 1px solid #00376b;
	border-radius: 4px;
}

.active_nav
{
	background: #00376b;
	color: #c0e0ff;
}

.etc
{
	color: #00376b;
}

/* --- // --- */


/* --- Модальное окно --- */

table {/* border: 0px; */}
#mod {position: fixed;top: 50%;left: 50%; z-index: 207; display: none; background: #f3f3f3; border-radius: 2px; border: 1px solid #f3f3f3;}
#black {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 206;display: none;background:#000;opacity: 0.3;}
.close {background: url("images/mod_close.png") top center no-repeat;position: absolute;right: -14px; top: -14px;width: 28px;height: 28px; border: 0px;cursor: pointer;z-index: 207;}
.dialog, .cancel {cursor: pointer}
.m {display: none; }
.modbox, #modbox {padding: 20px; background: #f3f3f3; border-radius: 2px;}

/* --- // --- */

.b_radius_text
{
	padding: 5px 12px 5px 12px; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 18px;
}

.resume_b
{
	margin: 0px 30px 30px 0px; 
	padding: 5px 12px 5px 12px; 
	font-weight: bold; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 14px; 
	box-shadow: 1px 1px 2px 2px #ccc;
	display: table;
	float: left;
	cursor: pointer;
}
.d_delete
{
	position: absolute;
	top: 10px;
	right: 30px;
	padding: 5px 12px 5px 12px; 
	font-weight: bold; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 12px; 
	box-shadow: 1px 1px 2px 2px #ccc;
	display: table;
	cursor: pointer;
}
.dobavit
{
	margin: 0px 30px 30px 0px; 
	padding: 5px 12px 5px 12px; 
	font-weight: bold; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 12px; 
	box-shadow: 1px 1px 2px 2px #ccc;
	display: table;
	cursor: pointer;
}

/* Выпадающее меню */
.s_buttonstext
{
	margin: 0px 5px 0px 0px; 
	padding: 12px 12px 5px 0px; 
	font-size: 16px; 
	//font-weight: bold; 
	color: #000;
	display: table;
	float: left;
}
.s_buttons
{
	margin: 0px 30px 0px 0px; 
	padding: 5px 12px 5px 12px; 
	font-weight: bold; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 20px; 
	box-shadow: 1px 1px 2px 2px #ccc;
	display: table;
	float: left;
}
.s_buttons_ns
{
	margin: 0px 30px 0px 0px; 
	padding: 5px 12px 5px 12px; 
	font-size: 20px; 
	font-weight: bold; 
	border-bottom: 1px dotted #808080; 
	color: #808080; 
	text-decoration: none;
	display: table;
	float: left;
	cursor: pointer;
}

.a_buttons
{
	margin: 0px 30px 0px 0px; 
	padding: 5px 12px 5px 12px; 
	font-weight: bold; 
	border: 1px solid #a4a4a4; 
	border-radius: 4px; 
	font-size: 20px; 
	box-shadow: 1px 1px 2px 2px #ccc;
	display: table;
	float: left;
	color: #000;
	text-decoration: none;
	cursor: default;
}
.a_buttons_ns
{
	margin: 0px 30px 0px 0px; 
	padding: 5px 12px 5px 12px; 
	font-size: 20px; 
	font-weight: bold; 
	border-bottom: 1px dotted #808080; 
	color: #808080; 
	text-decoration: none;
	display: table;
	float: left;
	cursor: pointer;
	text-decoration: none;
}


.ui-selectmenu { position:relative; top: 0px; padding: 0px; margin: 0px; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:0px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { display: table; visibility: visible; background: #fff; border-radius: 4px; border: 1px solid #a4a4a4; box-shadow: 1px 1px 2px 2px #ccc; margin: 40px 0px 0px -13px; padding: 10px 2px 10px 2px; text-align: center;}
.ui-selectmenu-menu-popup { }
.ui-selectmenu-menu-dropdown { overflow: hidden; }
.ui-selectmenu-menu li { padding: 0; margin: 0; display: table; width: 43px; text-align: center;}
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; outline:none; text-decoration:none; color: #808080; font-size: 20px; font-weight: bold;}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 0px; position: relative; margin-left: 0px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; color: #000; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { background: #fff; color: #000;}
.ui-selectmenu-open li.ui-selectmenu-item-selected { background: #fff; color: #000;}
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/* фирменный шрифт */
#get_header
{
font-size: 18px;
color: #24305e;
text-align: left;
margin: 0px 0px 0px 50px;
font-family: ES-Reg;
}

#get_header_2
{
font-size: 18px;
color: #24305e;
text-align: center;
font-family: ES-Reg;
}

#get_header_3
{
font-size: 18px;
color: #24305e;
font-family: ES-Reg;
}

/* таблицы рассписания для пассажиров */
table#pass { 
width: 100%;
border-collapse: collapse;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color: #FFF; 
}

table#pass td {
border-right:1px solid #ccc;
border-left:1px solid #ccc;
}

table#pass th {
text-align: left;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
font-weight: normal;
}

table#pass tr {
border-left:1px solid #ccc;
border-top:1px solid #ccc;
}

/* хроника */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #00346d;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: 3px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #24305e;
}
.cd-timeline-img.cd-movie {
  background: #24305e;
}
.cd-timeline-img.cd-location {
  background: #24305e;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 53%;
    margin-left: -24px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9f0f5;
  border-radius: 0.25em;
  padding: 5px;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
	
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 5px 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  color: #24305e;
  /*--padding: .8em 1em;
  background: #acb7c0;
  border-radius: 0.25em;--*/
}
 /*--.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: white;
}--*/
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -11px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/theme/gupget/font/glyphicons-halflings-regular.eot');
  src: url('/theme/gupget/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/theme/gupget/font/glyphicons-halflings-regular.woff2') format('woff2'), url('/theme/gupget/font/glyphicons-halflings-regular.woff') format('woff'), url('/theme/gupget/font/glyphicons-halflings-regular.ttf') format('truetype'), url('/theme/gupget/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.spc-glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.spc-glyphicon-eye:before {
  content: "\e105";
  font-size: 15px;
}

		
input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		border-bottom: solid 1px #c9c9c9;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0;
		text-decoration: none;
		width: 100%;
	}		
	
input, select, textarea {
		color: #585858;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.75;
	}	
	

select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.25em) 0.35em;
  background-size: 0.55em auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

#cardEEBnumber {
	    display: none;
	}
	
#cardBANKnumber {
	    display: none;
	}
	
#cardEKPnumber {
	    display: none;
	}
	
#ALLcardsTYPE {
	    display: none;
	}
	
#VALplace {
	    display: none;
	}
	
.btn_z {
  background-color: #00346d;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
}	

.btn_z:hover {opacity: 0.6}