/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a{
	text-decoration: none;
	/*display: inline-block;*/
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	color: #113571;
}
a:hover{color: #ff8c00;}
a *, a:after,a:before{
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
#panel a,#panel a *, #panel a:after,#panel a:before{
	-webkit-transition: none;
	transition: none;
}
/* End of Yahoo! CSS Reset */

/* font-family: "GothamProMedium"; */
@font-face {
    font-family: "GothamProMedium";
    src: url("../.default/GothamProMedium/GothamProMedium.eot");
    src: url("../.default/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("../.default/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("../.default/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px Arial, sans-serif; /*12px/18px Arial, sans-serif;*/
	width: 100%;
	height: 100%;
}
.wrapper {
	position: relative;
	width: auto;
	margin: 0 auto;
	min-height: 100%;
    min-width: 1024px;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}
.container{
	width: 940px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 167px;
	position: relative;
	z-index: 2;
	background: url(images/header_bg1.jpg) top center no-repeat;
}
.header.mp{
	background: transparent !important;
	margin-bottom: 300px;
}
.header_top{
	overflow: hidden;
	padding: 28px 0px 22px;
}
.logo{
	float: left;
	margin: 0 0 0 5px;
}

.header .tel{
	float: right;
	background: url(images/img-1.png) no-repeat left 1px;
	font: bold 18px Arial;
	color: #244881;
	padding-left: 30px;
	margin: 12px 0 0 0;
}


.header .lang{
	float: right;
	margin: 15px 25px 0 0;
}
.header .lang a{
	font-size: 16px;
}
.header .lang a.selected{
	color: #ff8c00;
	cursor: default;
}


.header .e-mail{
	float: right;
	background: url(images/img-2.png) no-repeat left 1px;
	font: 14px Arial;
	color: #244881;
	text-decoration: underline;
	padding-left: 33px;
	margin: 13px 0 0 15px;
}
.header .e-mail:hover{text-decoration: none;}
.header .callback{
	float: right;
	font: italic 14px Arial;
	border-radius: 20px;
	margin-top: 5px;
	padding: 11px 31px 12px;
	background-color: #dde9f4;
	margin-left: 15px;
	color: #244881;

}
.header .callback:hover{
	background-color: #ff8c00;
	color: white;
}
.my_menu{
	background-color: #244881!important;
    border-color: #080808;
    height: 47px;
    border: none;
    border-radius: 4px;
    position: relative;
}
.search{
	position: absolute;
	right: 0;
	top: 0;
	height: 47px;
	background: #244881;
	border-radius:0 4px 4px 0;
}
.search input[type="text"]{
	font: 16px Arial;
	color: gray;
	width: 392px;
	height: 38px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 8px 13px;
	border: none;
	margin: 0 -3px 0 0;
	display: none;
}

.search input[type="submit"]{
	background: url(images/search.png) center center no-repeat #244881;
	box-sizing: border-box;
	border: none;
	width: 48px;
	height: 47px;
	border-radius:0 4px 4px 0;
	border-left: 1px solid #5f6c8e;
	cursor: pointer;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.search input[type="submit"]:hover{
	background-color: #ff8c00;
}
.my_menu ul{
	float: left;
	z-index: 1;
	display: table;
	width: 892px;
}
.my_menu ul li{display: table-cell;}
.my_menu ul li li{display: block;}
.my_menu ul li{
	position: relative;
	height: 47px;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
.my_menu  li a{
	text-transform: uppercase;
	color: white;
	float: none;
	font:14px "GothamProBold";
	padding: 14px 5px;
	text-align: center;
	display: block;
}
.my_menu  li a.selected{text-decoration: underline;}
.my_menu li.selected, .my_menu li:hover, .my_menu li:focus{
	background-color: #ff8c00;
	position: relative;
	border-radius: 4px;
}
.my_menu li.parent.selected{
	border-radius: 4px;
}
.my_menu li.parent:hover, .my_menu li.parent:focus{
	border-radius: 4px 4px 0 0 !important;
}
.my_menu li a:after{
	content: url(images/arr-a-hover.png);
	position: absolute;
	left: 43%;
	top: 98%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
/*.my_menu li:not(.parent) a:hover:after,*/
.my_menu li.selected a:after{
	visibility: visible;
	opacity: 1;
}

.my_menu a:hover::after img{
	display: none;
}
.my_menu ul ul{
	visibility: hidden;
	opacity: 0;
	width: 245px;
	background-color: #ff8c00;
	position: absolute;
	top: 47px;
	left: 0;
	border-top: 8px solid #ff8c00;
	border-bottom: 8px solid #ff8c00;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.parent:hover ul{
	visibility: visible;
	opacity: 1;
}
.my_menu ul ul li{
	float: none;
	border-top: 1px solid #ff9999;
}
.my_menu ul ul li:last-child{
	border-bottom: 1px solid #ff9999;
}
.my_menu ul ul a{
	text-transform: none!important;
	font:bold 14px Arial;
	color: white;
	border: 1px solid #ff8c00;
	border-top: none;
	border-bottom: none;
	display: block;
	padding: 15px 21px 15px!important;
}
.my_menu ul ul a:hover,.my_menu ul ul li.selected a{
	background-color: #ffffff;
	color: #ff8c00;
}

.parent ul a:after{
	display: none!important;
}
.parent a:first-child{
	border-radius: 0;
	padding-bottom: 16px !important;
}
.bnnrs{
	width: auto;
	height: 458px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.bnnrs a{display: block;float: left;}
.bnnrs .bnr{
	display: none;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 459px;
	z-index: 1;
}
.bnnrs .main_bnr{
    z-index: 1;
	display: block;
	position: relative;
}
.banner_nav {
	position: absolute;
	left: 50%;
	top: 420px;
	margin-left: -470px;
	z-index: 20;
}
.banner_nav a{
	height: 10px;
	width: 10px;
	border:1px solid #2c4f86;
	border-radius: 7px;
	box-sizing: border-box;
	margin: 0 4px;
}
.banner_nav a.active{
	background-color: #ff8c00;
	border:1px solid #ff8c00;

}

.cont{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.main_bnr{
    min-width: 1024px;
    background: url('images/larrow.png') no-repeat left 192px,
                url('images/rarrow.png') no-repeat right 192px,
                #9bc3eb url(images/asd.jpg) no-repeat center top;
}
@media screen and (max-width: 1400px) {
    .main_bnr{
        background: #97c2e5 url(images/asd.jpg) no-repeat center top;
    }
}
.main_bnr a{
	display: block;
	text-decoration: none;
	position: absolute;
	height: 21px;
    font: 16px/14px 'GothamProMedium';
	background: url(images/small.png) no-repeat 0 0;
    padding: 0 0 0 26px;
    color: #244881;
    margin: 3px 0 0 3px;
}


/* 1 Москва*/
.main_bnr .s1{
	background: url(images/big.png) no-repeat 0 0;
    font-size: 24px;
    height: 25px;
    line-height: 25px;
	top: 243px;
	left: 170px;
    padding-left: 37px;
}

/* 2 Санкт-Петербург*/
.main_bnr .s2{
	left: 166px;
	top: 153px;
}

/* 3 Нижний Новгород */
.main_bnr .s3{
	left: 243px;
	top: 226px;
}

/* 4 Краснодар */
.main_bnr .s4{
	left: 73px;
	top: 296px;
}

/* 5 Новосибирск */
.main_bnr .s5{
	left: 350px;
	top: 377px; /* left: 459px;	top: 361px;	*/
}

/* 6 Барнаул */
.main_bnr .s6{
	left: 355px;
	top: 394px;
}

/* 7 Владик */
.main_bnr .s7{
	left: 710px;
	top: 433px;
}

/* 8 Екатеринбург */
.main_bnr .s8{
	left: 270px;	
	top: 322px;
}

/* 9 (8) Иркутск */
.main_bnr .s9{
	left: 520px;
	top: 409px;
}

/* 10 (9) Красноярск */
.main_bnr .s10{
	left: 459px;
	top: 361px;	/* left: 350px; top: 377px; */
}


/* Middle
-----------------------------------------------------------------------------*/

.content {
	padding: 0 0 415px;
}
.line{
	position: relative;
	border: none;
	margin: 12px 0 32px;
	display: inline-block;
	width: 100%;
	z-index: 1;
}
h1 + .line{
	margin: 0 0 25px!important;
}
.line hr{
	width: 99%;
	border: none;
	position: relative;
	height: 1px;
	z-index: 1;
	background-color: #dbe1e5;
}
.line:before, .line:after{
	content:"";
	height: 7px;
	width: 7px;
	border-radius: 8px;
	border: 1px solid #dbe1e5;
	background-color: white;
	top: 2px;
	position: absolute;
	z-index: 5;
	display: block;
}
.line:after{
	right: 0;
	top: 2px!important;
}
.line:before{
	left: 0;
}
.uslugi{
	overflow: hidden;
	margin: 0 -20px 40px 0;
}
.uslugi a{
 	float: left;
	font: 16px  "GothamProBold";
	color: #244881;
	text-transform: uppercase;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
	height: 121px;
	padding: 55px 0 0 0;
	margin: 0 20px 0 0;
	border-bottom: 4px solid #aec6e0;
}
.uslugi a:hover{
	border-bottom: 4px solid #ff8c00;
	color: #ff8c00;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 */
   .uslugi a{
	margin: 0 12px 0 0!important;
}
}

.wrap{
	overflow: hidden;
}
.text_info{
	float: left;
	width: 445px;
}
.text_info h2{
	font: 22px "GothamProMedium";
	color: #244881;
	text-transform: uppercase;
	margin: 15px 0 65px 0;
}

.text_info p{
	font: 14px Arial;
	padding-bottom: 25px;
}

.text_info p:first-of-type{
	font:bold 14px Arial;
}
.text_info ul{padding: 10px 0 25px 0;}
.text_info li{
	color: #244881;
	list-style: inside !important;
	padding: 0 0 10px 2px;
}

.wrap aside{
	float: right;
	width: 465px;
}
.attention{
	border: 1px solid #ff8c00;
	border-radius: 20px;
	padding: 25px 30px 30px;
	color: #ff8c00;
}
.attention strong{
	font:bold 18px "FuturaDemic";
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.attention em{
	font:italic 14px "FuturaDemic";
	letter-spacing: 0.1em;
}
.detail{
	font: 11px "GothamProMedium";
	text-decoration: underline;
	color: #ff8c00;
	text-transform: uppercase;
	float: right;
	margin: -2px 0 0 0;
	letter-spacing: 0.2em;
}
.detail:hover{
	text-decoration: none;
}
.news_list{
	border: 1px solid #e6eaed;
	padding: 35px 50px;
	border-radius: 20px;
	margin: 45px 0 0 0;
	position: relative;
}
.news_list h3{
	font: 22px "GothamProMedium";
	color: #244881;
	text-transform: uppercase;
	text-align: center;
	margin-top: -48px;
}
.news_list h3 span{
	padding: 0 30px;
	background-color: white;
	position: relative;
}
.news_list h3 span:before,.news_list h3 span:after{
	content:"";
	height: 7px;
	width: 7px;
	border-radius: 8px;
	border: 1px solid #dbe1e5;
	background-color: white;
	position: absolute;
	top: 8px;
}
.news_list h3 span:before{
	left: -9px;
}
.news_list h3 span:after{
	right: -9px;
}
.news_list h3 span{
	background-color: white;
}
.news_list ul li{
	border-bottom: 1px solid #e6eaed;
	padding-top: 20px;
}
.news_list ul li:last-child{
	border-bottom:none;
}
.look_all_news{
	color:#848f97;
	font: 11px Arial;
	padding: 0 23px;
	background-color: white;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: underline;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -67px;
}
.look_all_news:hover{
	text-decoration: none;
}
time{
	background:url(images/time.png) no-repeat center left ;
	font: 12px Arial;
	color: #a7b5c0;
	padding: 0 0 0 30px;
}
.news_preview a{
	font: bold 14px Arial;
	color: #5f98d6;
	text-decoration: underline;
	padding: 15px 0 20px 0;
}
.news_preview a:hover{
	text-decoration: none;

}
.akcioneram{
	padding: 20px 154px;
	position: relative;
	border: 1px solid #e6eaed;
	border-radius: 20px;
	margin: 45px 0 50px 0;
	font: 16px "GothamProBold";
	color: #244881;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
}
.akcioneram:hover{
	color: #ff8c00;
}
.akcioneram:before,.akcioneram:after{
	content:"";
	width: 96px;
	border-bottom: 1px solid #dbe1e5;
	position: absolute;
	top: 28px;
}
.akcioneram:before{
	left: 30px;
}
.akcioneram:after{
	right: 30px;
}
/* Bottom_content
-----------------------------------------------------------------------------*/
.bottom_content{
	border-top: 22px solid #c1cdd8;
	background-color: #b1bfcb;
	padding: 40px 10px 45px;
	overflow: hidden;
}
.bottom_content .wrap div{float: left;}
.bottom_content a{
	-webkit-transition: none;
	transition: none;
}
.bottom_content .wrap{
	padding: 10px 0;
}
.bottom_content .wrap > div{
	height: 150px;
	width: 460px;
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px;
	border-radius: 20px;
	border: 1px solid white;
	margin: 0 5px;
}
.bottom_content .wrap > div h3{
	text-align: center;
	font: 22px "GothamProMedium";
	color: white;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	margin: -43px 0 0 0;
}
.bottom_content .wrap > div h3 span{
	padding: 0 23px;
	background-color: #b1bfcb;
	position: relative;
}

.bottom_content .wrap > div h3 span::after {
    right: -8px;
}
.bottom_content .wrap > div h3 span::before {
    left: -8px;
}
.bottom_content .wrap > div h3 span:before, .bottom_content .wrap > div h3 span:after {
    background-color: #b1bfcb;
    border: 1px solid #dbe1e5;
    border-radius: 8px;
    content: "";
    height: 7px;
    position: absolute;
    top: 8px;
    width: 7px;
}
.customers{
	float: left;
}
.customers_wrap{
    margin: 32px 0 0;
    overflow: hidden;
    position: absolute;
    width: 10000px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .customers_wrap{
    	margin: 51px 0 0;
	}
}
.customers_wrap a{
	width: 140px;
	text-align: center;
	float: left;
	white-space: nowrap;
	z-index: 1;
}
.nav_arr{
	height: 22px;
	width: 12px;
	background: url(images/arr_sprite.png) no-repeat 1px 10px #b1bfcb;
	position: absolute;
	padding: 10px 0;
	z-index: 5;
}
.nav_left{
	top: 60px;
	left: -1px;
}
.nav_right{
	background: url(images/arr_sprite.png) no-repeat 1px -28px #b1bfcb;
	top: 60px;
	right: -1px;
}
.look_all{
	background-color: #b1bfcb;
    bottom: -7px;
    color: white;
    font: 11px Arial;
    left: 50%;
    letter-spacing: 0.2em;
    margin-left: -40px;
    padding: 0 23px;
    position: absolute;
    text-decoration: underline;
    text-transform: uppercase;
}
.look_all:hover{
	text-decoration: none;
}
.projects{
	float: right;
}
.clip{
    height: 120px;
    margin: 0 0 0 -10px;
    overflow: hidden !important;
    position: relative;
    width: 440px;
}
.clip1{
	margin: 0;
    width: 420px;
}
.projects_wrap{
    margin: 10px 0 0;
    overflow: hidden;
    position: absolute;
    width: 10000px;
}
.projects_wrap a{
	width: 380px;
	text-align: center;
	padding: 0 20px;
	text-align: center;
	float: left;
	font: 14px "GothamProMedium";
	text-decoration: underline;
	color: white;
}
.projects_wrap a span{
	padding: 10px 0 0 13px;
}
.projects_wrap a:hover{
	text-decoration: none;
}
.projects a img{

}
.projects a span{
	display: block;
}
/* Footer
-----------------------------------------------------------------------------*/

.footer:before{
	content: "";
	height: 1px;
	width: 100%;
	background-color: #d5dde3;
	position: absolute;
	top: -23px;
	left: 0;
}
.footer {
	box-sizing: border-box;
	margin: -415px auto 0;
	//height:415px;
	background: #244881;
	position: relative;
	border-top: 22px solid #ffffff;
	border-bottom: 22px solid #a6bfdd;
    min-width: 1024px;
}
.footer .container{
	padding: 50px 40px;
	overflow: hidden;
}
.footer .container ul{
	float: left;
}
.city_list{
	color: #a1c6ed;
	font: 14px "GothamProRegular";
	margin-right: 61px;
}
.city_list a{
	color: white;
}
.city_list a:hover{
	text-decoration: underline;
}
.city_list li{
	padding: 2px 0 0 7px;
}
.copy{
	padding-top: 62px;
	font-size: 12px;
	display: block;
}
.footer .logo{
	float: none;
	margin: 0 0 18px 1px;
}
.footer_contacts{
	margin-right: 160px;
}
.footer_contacts *{
	color: white;
	padding: 6px 0 8px 43px ;
	min-height: 20px;
	display: block;
}
.footer_contacts li div{
	display: inline-block;
}
.footer_contacts a:hover{
	text-decoration: none;
}
.footer_charpets{
	font:13px "GothamProBold";
	text-transform: uppercase;
}
.footer_charpets a{
	padding: 5px 0;
	color: white;
}
.footer_charpets a.active, .footer_charpets a:hover{
	color: #ff8c00!important;
}

.footer .tel{
	color: white;
	background: url(images/icon_sprite.png) 0 -50px no-repeat;
	font: 17px Arial;
}
.footer .tel2{
	background: url(images/icon_sprite.png) 0 -92px no-repeat;

}
.footer .adress{
	background: url(images/icon_sprite.png) 0 2px no-repeat!important;
}

.footer .e-mail, .footer .adress{
	padding: 0 0 0 43px;
	font: 14px Arial;
	text-decoration: underline;
	background: url(images/icon_sprite.png) 0 -144px no-repeat;
}
.social a{
	display: inline-block;
	height: 33px;
	width: 34px;
 	margin-right: 16px;
    padding: 0!important;
}
.social a img{
	padding: 0!important;
}
.social a:hover img{opacity: 0.8;}
.social{
	padding-top: 60px;
}
.metrics img{
	margin:34px 20px 0 0;
}
/* Text_page_content
-----------------------------------------------------------------------------*/
h1,h2{
	color: #244881;
	font:30px "GothamProMedium";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 20px 0 30px;
}
.left_block{
	width: 224px;
	padding: 0 75px 20px 0;
}
.left_block .callback{
	background: #244881 url("images/call_back.png") no-repeat scroll 34px 14px;
    border-radius: 30px;
    box-sizing: border-box;
    color: white;
    font: italic 14px Arial;
    height: 52px;
    margin: 60px 0 40px;
    padding: 16px 31px 17px 73px;
    width: 223px;
}
.left_block .callback:hover{
	background-color: #ff8c00;
}
.content_table{width: 100%;}
.content_table td{
	vertical-align: top;
}
.content_table td:first-child{width: 1%;}
.content_table .text_info{
	float: none;
	width: 530px;
	padding-bottom: 90px;
}
.content_table .text_info h2, .mid_block .text_info h2{
	text-transform: none;
	margin-top: 3px !important;
}
.content_table .text_info h2 + img{
	margin: -15px 0 35px;
}
.left_menu{
	margin: 10px 0 0 0;
	border-top: 1px solid #dbe0e9;
}
.left_menu li{
	display: block;
	border-bottom: 1px solid #dbe0e9;
}

/* убирание последней полосочки */
.left_menu li:last-child {
	/*color: #ff8c00;*/
    border-bottom: 5px none #dbe0e9;
}

.left_menu a{
	color: #113571;
	font: bold 14px  Arial;
	display: block;
	padding: 14px;
}
.left_menu.small{
	margin-top: 22px;
	border-top: none !important;
}
.left_menu.small a{
	padding: 5px 0 5px 5px;
}
.left_menu a:hover,.left_menu li.selected > a:first-child, .parnt.selected{
	color: #ff8c00;
}
.left_block .attention {
    text-align: center;
    padding: 40px 25px;
}

.left_block .attention strong {
    font: bold 16px "FuturaDemic";
    display: block;
}
.left_block .attention em {
    display: block;
    margin:35px 0 35px 5px;
    text-align: left !important;
}

.left_block .detail {
 	float: none;
}
.sub_menu{
	display: none;
	border-top: 1px solid #dbe0e9;
	margin-bottom: -1px;
}
/* NewsDetail_content & NewsList
-----------------------------------------------------------------------------*/
.mid_block{
	width: 623px;
	margin: 0 auto;
}
.mid_block .text_info{
	width: 100%;
	float: none;
	padding-bottom: 70px;
}
.mid_block  .text_info h2 + img{
	margin: -15px 0 55px;
}
.mid_block  .text_info img{
	margin: 17px 21px 35px 0;
}
.mid_block .text_info img:last-of-type{
	margin-right: 0;
	margin-left: -1px;
}
.mid_block .text_info .line{
	margin: 20px 0 0 0;
}
.mid_block .line:before, .line:after{
	content:"";
	height: 7px;
	width: 7px;
	border-radius: 8px;
	border: 1px solid #dbe1e5;
	background-color: white;
	position: absolute;
	top: 2px;
}
.mid_block .line:after{
	right: 0;
}
.mid_block .line:before{
	left: 0;
}
.mid_block .text_info time{
	margin: 10px 0 35px 240px;
	display: inline-block;
}
.mid_block .news_list{
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 0;
}
.mid_block .news_list ul li:last-child{
	border-bottom: 1px solid #e6eaed;
}
.mid_block .news_preview img{
	float: left;
 	margin-right: 22px;
}
.mid_block .news_preview{
	overflow: hidden;
	padding-bottom: 25px;
	height: 200px;
	box-sizing: border-box;
}
.mid_block .news_preview img + .news_description{
	float: left;
    width: 465px;
}
.news_description a{
	font:bold 18px Arial;
	margin: -5px 0 ;
}
.news_description p{
	overflow: hidden;
	height: 35px;
	line-height: 1.2;
	font: 14px Arial;
	position: relative;
}
.news_description p:after{
	bottom: 1px;
    /*content: "...";*/
    font: 18px Arial;
    position: absolute;
    right: 10px;
}
/* paginator
-----------------------------------------------------------------------------*/
.paginator{
	text-align: center;
	margin: 40px 0 135px;
}
.paginator a{
	height: 43px;
	width: 43px;
	margin: 0 6px;
	color: #9eb5ca;
	font: 18px Arial;
	padding: 10px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
}
.paginator a:hover,.paginator a.active{
	background-color: #ff8c00;
	color: white;
}
.page_arr{
	background-color: #dae8f6;
}
.page_left{
	background: url(images/nav_arrs.png) no-repeat 14px 14px #dae8f6 ;
}
.page_right{
	background: url(images/nav_arrs.png) no-repeat 14px -20px #dae8f6 ;
}

/* Projects
-----------------------------------------------------------------------------*/
h3{
	font:24px Arial;
	color: #244881;
	text-align: center;
	margin: 0 0 45px 0;
}
.project_list{
	border: 1px solid #dbe1e5;
    border-radius: 5px;
    color: #244881;
	margin: 30px 0 0;
	padding-left: 264px;
	position: relative;
	background:url(images/arr_down.png) 107px  center no-repeat #f0f5fa;
	min-height: 218px;
	box-sizing: border-box;
}

.project_list h4{
	font:bold 20px Arial;
	text-align: center;
	width: 264px;
	padding: 25px 30px;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;

}
.all_projects{
	font:italic 16px Arial;
	color: #244881;
	position: absolute;
	text-decoration: underline;
	bottom: 43px;
	left: 75px;

}
.all_projects:hover{
	text-decoration: none;
	color: #ff8c00;
}
.project_list ul {
	background-color: white;
	border-radius: 0 5px 5px 0;
	padding: 25px 0;
	min-height: 218px;
	box-sizing: border-box;
	border-left: 1px solid #dbe1e5;
}
.project_list ul li{
	font: 18px Arial;
	padding: 10px 55px;
	background: url(images/li_img.png) no-repeat 0 18px ;
}

.project_list ul li a{
	font: 18px Arial;
	color: #244881;
}
.project_list ul li a:hover{
	color: #ff8c00;
	text-decoration: underline;
}
.last_project{
	margin-bottom: 95px;
}


/* Kontakty
-----------------------------------------------------------------------------
*/

.tabs{
	padding-bottom: 650px;
}

.tabs_wrap {
    white-space: nowrap;
   	border: 1px solid #dbe1e5;
	border-radius:0 0 5px 5px;
 	position: relative;
 	/*width: 960px;*/ /*940px;*/
 	background: #f0f5fa;
	width: 630px;
}
.tabs_wrap:after{
	content: url(images/down_arr.jpg);
	width: 40px;
	height: 20px;
	bottom: -18px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
}
.tabs_wrap > .city_radio{
    display: none;
}

.tabs_wrap > .city_radio + label {
    cursor: pointer;
    color: #244881;
    display: block;
    float: left;
    font: bold 14px Arial;
    background-color: #f0f5fa;
    border-bottom: 1px solid #dbe1e5;
    border-left: 1px solid #f0f5fa;
    border-right: 1px solid #f0f5fa;
    border-top: 1px solid #f0f5fa;
    -webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	position: relative;
	z-index: 2;
	overflow: visible;
	height: 58px;
}
.tabs_wrap > .city_radio + label span{
	display: block;
	text-align: center;
	line-height: 56px;
	height: 56px;
	margin: -1px -1px -1px;
	padding: 0 19px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	border-top: 4px solid #f0f5fa;
	border-bottom: 1px solid #fff;
}
.tabs_wrap > .city_radio + label:last-of-type span{
	padding: 0 20px;
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.tabs_wrap > .city_radio + label:last-of-type span{
	padding: 0 18px;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 */
   .tabs_wrap > .city_radio + label span{
	    padding: 14px 15px;
	    display: block;
}
}


.tabs_wrap > .city_radio + label {
	display: none;
}

.tabs_wrap > .city_radio:checked + label {
    color: #ff8c00;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #dbe1e5;
    border-left: 1px solid #dbe1e5;
    border-top: none;
    background-color: white;
}
.tabs_wrap > .city_radio:checked + label span{
	border-top: 4px solid #ff8c00;
}

.tabs_wrap > .city_radio:checked + label:first-of-type{
	border-left: 1px solid #ffffff;
}
.tabs_wrap > .city_radio:checked + label:last-of-type{
	border-right: 1px solid #ffffff;

}
/*.tabs_wrap > .city_radio + label:last-of-type{
	padding-right: 17px!important;
	float: right;
}*/
.tabs_wrap > .tab_group {
    display: none;
    /*margin: 59px 0 0 0;*/
    padding: 20px 51px 50px;
    position: relative;
    box-sizing: border-box;
	background: white;
	z-index: 1;
	/*border-top: 1px solid #dbe1e5;*/
	border-radius: 5px;
}

/* "ФОТО ЗДАНИЯ" */
.photo{
	display: block;
	/*margin: 0 0 122px 0;*/
	margin-left: auto;
    margin-right: auto;
	position: relative; /*position: absolute;*/
	left: 0;
	top:30px;
	/*width: 940px!important;*/
	width: 550px!important;
	white-space: normal;
	margin-bottom: 50px; 
}

.photo caption{
	color: #244881;
	font: 22px "GothamProMedium";
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.photo tr td{
	display: block;
	margin-left: auto;
    margin-right: auto;
	vertical-align: top;
}
.photo tr td:nth-child(2){
	padding-left: 20px;
}

/* "СХЕМА ПРОЕЗДА" */
.schem{
	margin: 0 0 122px 0;
	position: relative; /*position: absolute;*/
	left: 0;
	top:30px;
	/*width: 940px!important;*/
	width: 550px!important;
	white-space: normal;
}

.schem caption{
	color: #244881;
	font: 22px "GothamProMedium";
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.schem tr td{
	vertical-align: top;
}
.schem tr td:nth-child(2){
	padding-left: 20px;
}

/*
Внимание --- ограничение на 8 городов--пунктов меню!!!
Если необходимо, то увеличить это число!!
*/

.tabs_wrap > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tabs_wrap > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.tabs_wrap > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.tabs_wrap > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.tabs_wrap > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.tabs_wrap > input:nth-of-type(6):checked ~ div:nth-of-type(6),
.tabs_wrap > input:nth-of-type(7):checked ~ div:nth-of-type(7),
.tabs_wrap > input:nth-of-type(8):checked ~ div:nth-of-type(8),
.tabs_wrap > input:nth-of-type(9):checked ~ div:nth-of-type(9),
.tabs_wrap > input:nth-of-type(10):checked ~ div:nth-of-type(10),
.tabs_wrap > input:nth-of-type(11):checked ~ div:nth-of-type(11),
.tabs_wrap > input:nth-of-type(12):checked ~ div:nth-of-type(12)  
{
    display: block;
}


.tab_group .line{
	margin: 21px 0 0 0;
}

.map{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dce2e6;
	height: 300px;
	margin: 0 0 45px 0;
}

.map div.bx-yandex-map{
	width: 100% !important;
	height: 300px !important;
}
.map + p{
	font: 16px Arial;
}

.tab_name span{
	padding: 0 23px;
	background-color: white;
	color: #244881;
}

.tab_data{
	border-collapse: separate;
	width: 100%;
	display: block;
}
.tab_data tbody,
.tab_data tr {
	width: 100%;
	display: block;
}

.tab_data caption{
	position: relative;
	padding: 0 0 58px 0;
	width: 100%;
	display: block;
}
.tab_name{
	color: #244881;
    font: 22px "GothamProMedium";
    height: 30px;
    left: 0;
    margin-top: -39px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    width: 100%;
    z-index: 2;
}
.tab_data tr td *{
	color: #244881;
	padding: 2px 0 0 50px;
	margin-bottom: 20px;
	white-space: normal;
	background: url(images/cont_img.png) no-repeat;
	display: block;
	/*padding-right: 20px;*/ /*my remove!*/
}
.tab_data tr td{
	vertical-align: top;
	/*width: 29%;*/
	display: block;
	width: 100% !important;
}

.tab_data .adress{
	width: 270px;
	font: 16px Arial;
	background-position: 1px -126px;
	background: url(images/adress1.png) no-repeat 5px center;
}

.tab_data .adress:hover, .tab_data .e-mail:hover{
	text-decoration: none;
}

.tab_data .tel{
	font: 16px Arial; 
	background-position: 1px 1px;
	height: 24px; /* padding-bottom: 20px;*/ 
	line-height: 24px;
    display: block;
}

.tab_data .tel2{
	
	background-position: 1px -38px;
	margin-top: 20px;
}

.tab_data .metro{
	font: 16px Arial;
	background-position: 1px -171px;
	height: 23px;
	line-height: 23px;
}


.tab_data .mcc{
	font: 16px Arial;
	background: url(images/mcc.png) no-repeat -2px center; /*background-position: -10px -1px;*/
	height: 28px;
	line-height: 28px;
}


.tab_data .e-mail{
	font: 16px Arial;
	background-position: 1px -82px;
	text-decoration: underline;
	height: 23px;
	line-height: 23px;
}


/* Popup Callback
-----------------------------------------------------------------------------*/

/*   Форма обратной связи  */
.shadow{
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,45,43, 0.7);
	z-index: 500;
}
.shadow .popup{
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -222px;
	background: white;
	position: relative;
	width: 445px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 50px 73px 20px;
	border-radius: 5px;
}
.shadow .popup form{
	margin: 0 0 0 0;
	font: 16px Arial;
	color: #898888;
	width: 298px;
}
.shadow .popup form input, .popup form textarea{
	display: block;
	width: 100%;
	height: 44px;
	margin-bottom: 15px;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #b6cce4;
	font: 16px Arial;
	color: #898888;
	background: rgba(245,250,255, 1);
	padding: 12px 20px;
}
.shadow textarea{
	font: 16px Arial;
	color: #898888;
	height: 95px!important;
	resize: none;
}

.shadow .popup input[type=submit]{
	background: #ff8c00;
	width: 205px;
	height: 48px;
	border-radius: 30px;
	cursor: pointer;
	font: 14px "GothamProBold";
	color: white;
	text-transform: uppercase;
	margin: 32px auto 0;
	border: none;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.shadow .popup input[type=submit]:hover{
	opacity: 0.7;
}
.shadow .popup h3{
	font: 24px "GothamProBold";
	color: #244881;
	margin-bottom: 40px;
	text-transform: uppercase;
}
a.popup_close{
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
	height: 47px;
	background: #244881;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
a.popup_close:hover{
	background-color: #ff8c00;
}
a.popup_close:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/popup_close.png) no-repeat center center;
}
a.popup_close:hover:before{
	-webkit-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}
.errors{
	margin: -25px 0 25px;
	border: 1px solid red;
	background: pink;
	border-radius: 4px;
	padding: 5px;
}
.messge{
	margin: -25px 0 25px;
	border: 1px solid green;
	background: lightgreen;
	border-radius: 4px;
	padding: 5px;
	color: green;
}
.item{overflow: hidden;}
.years{
	margin: -31px 47px 32px 0;
	overflow: hidden;
}
.years table{
	width: 100%;
	border-collapse: collapse;
}
.years table td:first-of-type{
	width: auto !important;
}
.years a{
	margin: 0 1px 0 0;
	display: block;
	padding: 0 5px;
	line-height: 25px;
	color: white;
	background: #b5cce4;
	font-size: 21px;
	text-align: center;
}
.years a.selected{color: #ff8c00;}
.years a:hover{background: #9eb1c6;}

.actsioneram li{
    display: block;
    margin: 15px 0;
    min-height: 56px;
    padding-left: 70px;
    background: url(images/ico.jpg) no-repeat 0 0;
}

.actsioneram li.akc{
    display: block;
    margin: 15px 0;
    min-height: 56px;
    padding-left: 70px;
    background: url(/bitrix/templates/giprosvyaz/images/marker.png) no-repeat 0 0;*/
    
}

.pdf li{
    display: block;
    margin: 15px 0;
    min-height: 56px;
    padding-left: 70px;
    background: url(images/pdf.png) no-repeat 0 0;
}

.news  li.pdf{
    display: block;
    margin: 15px 0;
    min-height: 56px;
    padding-left: 70px;
    background: url(images/pdf.png) no-repeat 0 0;
}


.actsioneram table{
    border-collapse: collapse;
    width: 100%;
}
.actsioneram table td,.actsioneram table th{
    padding: 5px;
    border: 1px solid #dbe0e9;
}
.actsioneram table th{
    font-weight: bold;
}
.actsioneram h1,.actsioneram h2{
    text-align: left;
    font-size: 22px;
    margin: 10px 0 0 0;
    text-transform: none;
}
.map-columns td{width:  auto !important;}

.clear {clear:both;}
span.clear {display:block;}
img[align="left"] {margin:0 10px 10px 0;}
img[align="right"] {margin:0 0 10px 10px;}

.akcioneram {display:block; padding:20px 94px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.akcioneram.services {padding:20px 80px;}
.akcioneram::before, .akcioneram::after {top:50%;}
.akcioneram.services::before, .akcioneram.services::after {width:40px;}

.services h3 {margin:30px 0 15px 0;}

.feedback-types {margin-right:-60px;}
.feedback-types li {padding:14px !important; border-bottom:1px solid #dbe0e9; list-style:none !important;}
.feedback-types li a {color:#113571; font:bold 14px Arial;}
.feedback-types li a:hover {color:#ff8c00;}

/*  
-------------------- Contacts  -----------------------------------------------------
*/


.mytabs
{
	padding-bottom: 650px;
}

.mytabs_wrap 
{
    white-space: nowrap;
   	border: 1px solid #dbe1e5;
	border-radius:0 0 5px 5px;
 	position: relative;
 	width: 940px; /*940px;*/
 	background: #f0f5fa;
}

.mytabs_wrap:after
{
	content: url(images/down_arr.jpg);
	width: 40px;
	height: 20px;
	bottom: -18px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
}

.mytabs_wrap > .mycity_radio
{
    display: none;
}

.mytabs_wrap > .mycity_radio + label 
{
    cursor: pointer;
    color: #244881;
    display: block;
    float: left;
    font: bold 14px Arial;
    background-color: #f0f5fa;
    border-bottom: 1px solid #dbe1e5;
    border-left: 1px solid #f0f5fa;
    border-right: 1px solid #f0f5fa;
    border-top: 1px solid #f0f5fa;
    -webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	position: relative;
	z-index: 2;
	overflow: visible;
	height: 58px;
}

.mytabs_wrap > .mycity_radio + label span
{
	display: block;
	text-align: center;
	line-height: 56px;
	height: 56px;
	margin: -1px -1px -1px;
	padding: 0 19px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	border-top: 4px solid #f0f5fa;
	border-bottom: 1px solid #fff;
}

.mytabs_wrap > .mycity_radio + label:last-of-type span
{
	padding: 0 20px;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
.mytabs_wrap > .mycity_radio + label:last-of-type span
{
	padding: 0 18px;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
/* стили только для IE10 */
.mytabs_wrap > .mycity_radio + label span
{
	padding: 14px 15px;
	display: block;
}
}


.mytabs_wrap > .mycity_radio:checked + label 
{
    color: #ff8c00;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #dbe1e5;
    border-left: 1px solid #dbe1e5;
    border-top: none;
    background-color: white;
}

.mytabs_wrap > .mycity_radio:checked + label span
{
	border-top: 4px solid #ff8c00;
}

.mytabs_wrap > .mycity_radio:checked + label:first-of-type
{
	border-left: 1px solid #ffffff;
}

.mytabs_wrap > .mycity_radio:checked + label:last-of-type
{
	border-right: 1px solid #ffffff;

}

/*.tabs_wrap > .city_radio + label:last-of-type{
	padding-right: 17px!important;
	float: right;
}*/

.mytabs_wrap > .mytab_group 
{
    display: none;
    margin: 59px 0 0 0;
    padding: 20px 51px 50px;
    position: relative;
    box-sizing: border-box;
	background: white;
	z-index: 1;
	border-top: 1px solid #dbe1e5;
	border-radius: 5px;
}

.myschem
{
	margin: 0 0 122px 0;
	position: absolute;
	left: 0;
	top:370px;
	width: 940px!important;
	white-space: normal;
}

.myschem caption
{
	color: #244881;
	font: 22px "GothamProMedium";
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.myschem tr td
{
	vertical-align: top;
}

.myschem tr td:nth-child(2)
{
	padding-left: 20px;
}

/*
Внимание --- ограничение на 12 городов--пунктов меню!!!
Если необходимо, то увеличить это число!!
*/

.mytabs_wrap > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.mytabs_wrap > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.mytabs_wrap > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.mytabs_wrap > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.mytabs_wrap > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.mytabs_wrap > input:nth-of-type(6):checked ~ div:nth-of-type(6),
.mytabs_wrap > input:nth-of-type(7):checked ~ div:nth-of-type(7),
.mytabs_wrap > input:nth-of-type(8):checked ~ div:nth-of-type(8), 
.mytabs_wrap > input:nth-of-type(9):checked ~ div:nth-of-type(9),
.mytabs_wrap > input:nth-of-type(10):checked ~ div:nth-of-type(10),
.mytabs_wrap > input:nth-of-type(11):checked ~ div:nth-of-type(11),
.mytabs_wrap > input:nth-of-type(12):checked ~ div:nth-of-type(12)
{
    display: block;
}


.mytab_group .myline
{
	margin: 21px 0 0 0;
}

.mymap
{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dce2e6;
	height: 300px;
	margin: 0 0 45px 0;
}

.mymap div.bx-yandex-map
{
	width: 100% !important;
	height: 300px !important;
}

.mymap + p
{
	font: 16px Arial;
}

.mytab_name span
{
	padding: 0 23px;
	background-color: white;
	color: #244881;
}

.mytab_data
{
	border-collapse: separate;
	width: 100%;
}

.mytab_data caption
{
	position: relative;
	padding: 0 0 58px 0;
}

.mytab_name
{
	color: #244881;
    font: 22px "GothamProMedium";
    height: 30px;
    left: 0;
    margin-top: -39px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    width: 100%;
    z-index: 2;
}

.mytab_data tr td *
{
	color: #244881;
	padding: 2px 0 0 50px;
	margin-bottom: 20px;
	white-space: normal;
	background: url(images/cont_img.png) no-repeat;
	display: block;
	padding-right: 20px;
}

.mytab_data tr td
{
	vertical-align: top;
	width: 29%;
}

.mytab_data .myadress
{
	width: 270px;
	font: 16px Arial;
	background-position: 1px -126px;
	background: url(images/adress1.png) no-repeat 5px center;
}

.mytab_data .myadress:hover, .mytab_data .mye-mail:hover
{
	text-decoration: none;
}

.mytab_data .mytel
{
	font: 20px Arial;
	background-position: 1px 1px;

}

.mytab_data .mytel2
{
	background-position: 1px -38px;
	margin-top: 20px;
}

.mytab_data .mymetro
{
	font: 16px Arial;
	background-position: 1px -171px;
	height: 23px;
	line-height: 23px;
}

.mytab_data .mye-mail
{
	font: 16px Arial;
	background-position: 1px -82px;
	text-decoration: underline;
}

