

/* Start:/bitrix/templates/.default/components/bitrix/menu/top_menu/style.min.css?14502756291872*/
header .top-menu{float: right;text-transform: uppercase;letter-spacing: .1em;}header .top-menu a{border: none;color: #1c3750;}header .top-menu ul, header .top-menu ul li{list-style: none;padding: 0;margin: 0;}header .top-menu ul li{float: left;height: 55px;line-height: 55px;padding: 0 5px 0 0;}header .top-menu ul li:after{content: "|";color: #ccc;display: inline-block;padding-left: 5px;}header .top-menu>ul>li:last-child{padding: 0 15px;}header .top-menu ul li:last-child:after{content: "";}header .top-menu ul li div{position: absolute;width: 100%;left: 0;top: 62px;overflow: hidden;}header .top-menu ul li div div{position: relative;top: -105px;padding-bottom: 25px;display: none;}header .top-menu ul li div div ul{width: 100%;padding-top: 15px;}header .top-menu ul li ul li{float: none;height: 30px;line-height: 20px;padding-bottom: 10px;font-size: .8em;box-sizing: border-box;}header .top-menu ul li ul li:after{content: "";}header .top-menu ul li ul{background: #fff;box-shadow: 0 0 25px #05162a, 0 5px 10px #a9b8c5 inset;}header .top-menu .search-icon{width: 15px;}header .top-menu .search-li li{position: relative;height: 42px;}header .top-menu .search-li input{border: 1px solid #cecece;height: 32px;width: 100%;}header .top-menu .search-li .search-text{position: absolute;top:0;left:0;height: 42px;padding-bottom: 10px;padding-right: 109px;display: block;}header .top-menu .search-li .search-submit{position: absolute;top:0;right: 20px;left: auto;width: 90px;height: 42px;display: block;}header .top-menu .search-li input[type="text"]:focus{border: 1px solid #bcd4de;outline: none;}header .top-menu .search-li input[type="submit"]{width: 100%;height: 32px;font-size: 12px;background: #fff;}header .top-menu .search-li input[type="submit"]:hover{background: #1c3850;color: #bcd4de;}header .top-menu a:hover, header .top-menu a.active{color: #e34535 !important;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/bottom_menu/style.min.css?1450275629871*/
footer .top-footer .navbar-default{border: none;margin: 0;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;background: transparent;}footer .top-footer .navbar-default .navbar-nav{padding: 50px 0 0 0;margin: 0;}footer .top-footer .navbar-default .navbar-nav li a.active{padding: 0 8px;background: #fff;border-radius: 3px;color: #5c7789;border: none;box-shadow: none;font-weight: 700;}footer .top-footer .navbar-default .navbar-nav>li{padding: 0 30px 0 0;float: left;}footer .top-footer .navbar-default .navbar-nav>li>a{color: #fff;text-shadow: none;padding: 0;display: inline-block;text-transform: uppercase;letter-spacing: .1em;}footer .top-footer .navbar-default .navbar-nav>li>ul{padding: 10px 0 0 0;list-style: none;}footer .top-footer .navbar-default .navbar-nav>li>ul>li{padding: 0 0 10px 0;}footer .top-footer .navbar-default .container-fluid{padding: 0;}
/* End */


/* Start:/bitrix/templates/spectr/styles.css?14750461306522*/
html, body{
	margin:0;
	height:100%;
}
 body {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 300;  
  line-height: 1.4em;
  color: #2b535d;
  background-color: #ffffff; 
  min-width: 1000px; 
}
.m-wr{
	height:auto !important;
	height:100%;
	min-height:100%;
}
.spacer {
	height:380px;
}
a{
	color: #337ab7;
	border-bottom: 1px #337ab7 solid;
	transition: 0.5s;	
}
a:hover, a:focus{
	color: #e34535;
	text-decoration: none;
	border-bottom: 1px #e34535 solid;
}
p{
	padding: 1em 0 .5em 0;
}
.main-content{
	padding: 0 2%;
}
.shadow {
    box-shadow: 0 8px 3px -5px #ccc;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: block;
}
.ghost-button{
	display: inline-block;
	padding: 10px 20px;
	border: 2px #fff solid;
	color: #fff;
	font-size: 1.2857em;
	font-weight: 400;
	line-height: 1.4em;
}
.ghost-button:hover, .ghost-button:focus{	
	border: 2px #1e406d solid;	
	color: #1e406d;	
}
.ghost-button.dark{	
	border: 2px #4f7179 solid;
	color: #2b535d;
	font-size: 1.2857em;
}
.ghost-button.dark:hover, .ghost-button.dark:focus{	
	border: 2px #4f7179 solid;	
	background: #4f7179;
	color: #fff;	
}
header .main-content{
	padding: 0 0 0 2%;
}
@media (max-width: 1200px){
	.main-content{
	padding: 0 2% !important;
	}	
}
header{
	width: 100%;
	height:62px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 25px #05162a;
	z-index: 100;	
}
header .line{
	height: 6px;
	background: url(/bitrix/templates/spectr/img/sprite.png) 0 1px repeat-x;
}
header .logo{
	width: 206px;
	height: 28px;
	float: left;	
	background: url(/bitrix/templates/spectr/img/sprite.png) -44px -5px no-repeat;
	border: none;	
	margin-top: 14px;
}
@media (max-width: 1200px){
	header .logo{
	width: 46px;
	height: 28px;
	float: left;	
	background: url(/bitrix/templates/spectr/img/sprite.png) -124px -5px no-repeat;
	border: none;	
	margin-top: 14px;
	}	
}
header{
	min-width: 1000px;
}
header .phone-block{
	float: left;
	padding: 13px 0 0 0;
	margin-left: 15%;	
	color: #1c3750;
	font-size: 1.2em;		
}
@media (max-width: 1350px){
	header .phone-block{	
	margin-left: 10%;	
	}
}
@media (max-width: 1280px){
	header .phone-block{	
	margin-left: 5%;	
	}
}
header .phone-block>i{
	font-style: normal;
	color: #7796af;
	font-size: .875em;
	font-weight: 300;	
}
header .phone-block .fa-stack{
	position: relative;
	top: 3px;
}
header .fa-stack .fa-circle{
	color: #347fb6;
	font-size: 1.4em;
}
header .fa-stack .fa-phone{
	color: #fff;
	font-size: 0.8em;
	top: -5px;
	left: 1px;
}
.main-cont{
	padding-top: 62px;	
}
.main-cont.inner-page{
}
.main-cont .page-bg{
	height: 450px;
	background: url(/bitrix/templates/spectr/img/m-top-bg.jpg) 50% 0 no-repeat;	
}
.main-cont .page-bg div{
	color: #fff;	
	height: 450px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding:0 25px;	
	box-sizing: border-box;	
}
.main-cont .page-bg div h1{
	font-size: 1.4em;
	position: absolute;
	bottom: 140px;
	background: #0c1646;
	margin-left: -25px;
	padding-left: 25px;
	padding-right: 15px;	
	font-weight: 700;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 50px;
	line-height: 50px;

}
.main-cont .text-content{
	max-width: 1400px;
	margin: -150px auto 50px auto; 
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	min-height: 500px;
	position: relative;
	box-shadow: 0 10px 10px #acb0c0;
}
.sl-1 *[data-effect], .sl-2 *[data-effect], .sl-3 *[data-effect] {
	display: none;
}
.sl-1{
	position: relative;
	color: #fff;
}
.sl-1 .h1{
	position: absolute;
	font-weight: 300;
	top: 15%;
	left: 5%;
}
.sl-1 p.desc{
	font-size: 1.2857em;
	line-height: 1.4em;
	position: absolute;
	top: 30%;
	left: 5%;
}
.sl-1 img.energy{
	position: absolute;
	top: 20%;
	right: 2%;
}
.sl-1 .ghost-button{
	position: absolute;
	bottom: 20%;
	left: 5%;
}
.sl-1 p.slogan{
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	right: 2%;
	bottom: 2%;
}
.sl-2{
	position: relative;
	color: #fff;	
}
.sl-2 .h1{	 
	position: absolute; 
	top: 15%;
	right: 5%;
	font-weight: 300;	
}
.sl-2 p{
	position: absolute;
	top: 30%;
	right: 5%;
	font-size: 1.2857em;
	line-height: 1.4em;
}
.sl-2 .ghost-button{
	position: absolute;
	right: 5%;
	bottom: 20%;		
}
.sl-2 .ghost-button:hover, .sl-2 .ghost-button:focus{
	color: #484742;
	border-color: #484742;
}
.sl-3{
	position: relative;
	top: -4px;
}
.sl-3 .h1{
	position: absolute;
	font-weight: 300;
	top: 15%;
	left: 5%;
}
.sl-3 p{
	font-size: 1.2857em;
	line-height: 1.4em;
	position: absolute;
	top: 30%;
	left: 5%;
}
.sl-3 .ghost-button{
	position: absolute;
	bottom: 20%;
	left: 5%;
}
@media (min-width: 1200px){
	.sl-1, .sl-2, .sl-3{
		font-size: 18px !important;
	}
	.sl-1 .h1, .sl-2 .h1, .sl-3 .h1{
		font-size: 60px;
		top: 10%;
	}
}

footer{
	height:380px;
	margin-top: -380px;	
	background: #5c7789;
	color: #fff;
	font-size: 0.857em;
}
footer a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff solid
}
footer a:hover, footer a:focus{
	color: #fff;
	border-bottom: 1px #5c7789 solid;
}
footer .top-footer{
	min-height: 250px;
	border-bottom: 1px #7d92a1 solid;
}
footer .bottom-footer{	
	color: #b9c3ca;
}
footer .bottom-footer a{
	color: #b9c3ca;
	border-bottom: 1px #b9c3ca solid;
}
footer .bottom-footer a:hover{
	color: #fff;
	border-bottom: 1px #fff solid;
}
footer .bottom-footer .copyright{
	padding-top: 45px;
}
footer .bottom-footer .copyright div, footer .bottom-footer .copyright div span, footer .bottom-footer .copyright div i{
	display: inline-block;
	vertical-align: top;
}
footer .bottom-footer .copyright div{
	line-height: 27px;
	padding-right: 25px;
}
footer .bottom-footer .copyright div>i{
	width: 44px;
	height: 27px;
	background: url(/bitrix/templates/spectr/img/sprite.png) 0 -5px no-repeat;
	opacity: .5;
}
footer .bottom-footer .copyright div>span{
	padding-left: 10px;
}
footer .bottom-footer .copyright>span{
	display: inline-block;
	padding-left: 15px;
	
}
footer .bottom-footer .copyright>span>a{
	display: inline-block;
	text-decoration: none;
	border: none;
	vertical-align: top;
}
footer .bottom-footer .copyright>span>a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer .bottom-footer .copyright>span>a>i{
	line-height: 27px;
	font-size: 1.8em;
}
footer .bottom-footer .gurevich{
	padding-top: 35px;	
	line-height: 1.2em;
}
.modern-page-navigation a{
border: none !important;
}
/* End */


/* Start:/bitrix/templates/spectr/template_styles.css?147504613042*/
.tablebodytext{
display:none !important;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/top_menu/style.min.css?14502756291872 */
/* /bitrix/templates/.default/components/bitrix/menu/bottom_menu/style.min.css?1450275629871 */
/* /bitrix/templates/spectr/styles.css?14750461306522 */
/* /bitrix/templates/spectr/template_styles.css?147504613042 */
