#header{
	padding: 8px 0 0px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	border-bottom: 1px solid #E5E5E5;
	transform: translate3d(0, 0, 0);
}
#header-bottom{
	padding: 0px 0 0px;
	background: #F9F9F9;
	border-top: 1px solid #E5E5E5;
	margin-top: 3px;
}
#header div.phones {
	background-image: url("img/phone-icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 48px;
	padding-left: 49px;
	margin-top: 0px;
}
#header div.phones > a.phone:after{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	color: #BABABA;
	margin-left: 10px;
}
#header div.phones > a.phone:nth-of-type(1):after{
	content: "тел/факс";
}
#header div.phones > a.phone:nth-of-type(2):after{
	content: "Velcom/A1";
}
#header div.phones > a.phone:nth-of-type(3):after{
	content: "МТС";
}
#header a.phone {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	color: #2D4B78;
	white-space: nowrap;
	display: block;
}
#header div.contacts {
	display: flex;
	justify-content: space-between;
}
#header div.emails {
	display: inline-block;
	background-image: url("img/email-icon.png");
	background-position: left 4px;
	background-repeat: no-repeat;
	min-height: 45px;
	padding-left: 33px;
	margin-top: 10px;
}
#header a.email {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	color: #2D4B78;
	white-space: nowrap;
	display: block;
}
#header.scrolled{
	border-bottom: 1px solid rgba(221,221,221,0.75);
}
#after-header{
	height: 110px;
}
#header a.logo{
	background-image: url("img/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 314px;
	height: 51px;
	position: relative;
	display: inline-block;
	top: 5px;
}
#header ul.main-menu{
	padding: 0 0 0 61px;
	position: relative;
	z-index: 10;
	margin: 0;
}
#header ul.main-menu > li{
	display: inline-block;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #2D4B78;
	margin: 0;
}
#header ul.main-menu > li+li{
	margin-left: 2em;
}
#header ul.main-menu > li:hover{
	color: #F53535;
}
#header ul.main-menu > li.with-sub{
	background-image: url("img/drop-down.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
}
#header ul.main-menu a{
	color: inherit;
	display: block;
}
#header ul.main-menu li > a{
	padding: 8px 0 8px;
	display: block;
}
#header ul.main-menu a.no-action:hover{
	text-decoration: none;
}
#header ul.main-menu > li > ul{
	display: none;
	z-index: 99;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 256px;
	list-style: none; 
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	padding: 0;
}
#header ul.main-menu > li ul > li{
	display: block;
	position: relative;
	text-transform: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #2D4B78;
}
#header ul.main-menu > li ul > li > a{
	padding: 12px 20px 12px 12px;
}
#header ul.main-menu > li ul > li+li{
	border-top: 1px solid #66A1C5;
}
#header ul.main-menu > li ul > li:hover{
	background-color: #0E7BBC;;
}
#header ul.main-menu > li ul > li.active{
	background-color: #6474B6;
}
#header ul.main-menu li:hover > ul{
	display: block;
}
#header ul.main-menu > li > ul > li.with-sub{
	background-image: url("img/drop-right.png");
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
}
#header ul.main-menu > li > ul > li > ul{
	display: none;
	position: absolute;
	z-index: 100;
	left: 256px;
	top: 0px;
	width: 256px;
	list-style: none; 
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	padding: 0;
}







.pushy{
	background-color: #fff;
}
.pushy-content{
	color: #fff;
	text-align: center;
	padding: 0 4px;
}
.pushy-content a.logo{
	display: block;
	width: 90%;
	height: 100px;
	background-image: url("img/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.pushy-content h3{
	color: #333;
	text-align: center;
	margin-bottom: 32px;
}
.pushy-content button{
	margin-bottom: 16px;
}
.pushy-content a.phone {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #333;
	white-space: nowrap;
	display: block;
	padding: 0;
	margin-bottom: 16px;
}
.pushy-content a.email {
	font-size: 18px;
	line-height: 21px;
	color: #4786C7 !important;
	white-space: nowrap;
	display: block;
	margin-top: 8px;
	padding: 0;
}
.pushy-content ul{
	padding: 8px 0 0 24px;
}
.pushy-content ul>li>ul>li>ul{
	display: none;
}
.pushy-content ul.pushy-meny{
	margin-top: 32px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	padding-left: 50px;
}
.pushy-content li{
	color: #333;
	margin-bottom: 8px;
}
.pushy-content li>a{
	padding: 0;
}
#first-screen{
	background-image: url("img/first-screen-bg.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	text-align: left;
	color: #fff;
	padding: 38px 0 30px;
}
#first-screen h1{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 106%;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 42px 0 34px;
}
#first-screen p.big{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	margin: 0 0 11px;
	max-width: 413px;
}
#first-screen button{
	margin: 24px 0 32px;
}
#first-screen div.catalog-card{
	text-align: center;
	background: #FFFFFF;
	padding: 44px 24px 38px;
	margin-bottom: 27px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: all 0.5s;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#first-screen div.catalog-card:hover{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 10px 16px rgba(0, 0, 0, 0.25);
}
#first-screen div.catalog-card h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 19px;
	text-align: center;
	color: #4786C7;
	margin: 29px 0 37px;
}
#first-screen div.catalog-card p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center !important;
	color: #4786C7;
}
#first-screen div.catalog-card:hover p{
	color: #F53535;
}
#first-screen h3{
	color: #F56A35;
}
h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	color: #F56A35;
	margin: 0 0 17px 0;
}
h2+p{
	margin-top: -9px;
}
h3{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 19px;
	margin: 0 0 10px 0;
}
h5{
	line-height: 18px;
	font-size: 16px;
	font-weight: 700;
	color: #444;
}
#template1-page{
	padding: 48px 0 48px;
}
#template2-page{
	padding: 48px 0 0;
}
#template1-page h1, #template2-page h1{
	font-size: 28px;
	margin-bottom: 24px;
}
#template1-page h3, #template2-page h3{
	margin: 32px 0 16px;
}
#template1-page h4, #template2-page h4{
	margin: 32px 0 16px;
}
#template1-page h5, #template2-page h5{
	margin: 20px 0 8px;
}
#template1-page img, #template2-page img{
	margin: 2px;
}
#about{
	text-align: left;
	padding: 45px 0 44px;
}
#about img{
	margin-bottom: 30px;
}
#advantages{
	background-image: url("img/advantage-bg.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: left;
	color: #fff;
	padding: 46px 0 52px;
}
#advantages h2{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
#advantages h3{
	margin: 19px 0 15px;
}
#advantages p{
	color: #BCDDFF;
}
#clients{
	padding: 45px 0 54px;
}
#clients h2{
	color: #2D4B78;
}
#clients h3{
	color: #2D4B78;
	margin-top: 17px;
	margin-bottom: 23px;
}
#clients ul{
	margin-bottom: 28px;
}
#clients li{
	margin-bottom: 11px;
}
#clients div.clients-list{
	font-size: 0px !important;
}
#clients div.clients-list img{
	border: 1px solid #E5E5E5;
	display: inline-block;
	margin: -1px 0 0 -1px;
}
#question-form{
	background-color: #BCDDFF;
	padding: 45px 0 50px;
}
#question-form h2{
	color: #2D4B78;
	text-align: center;
	margin-bottom: 36px;
}
#question-form textarea{
	width: 100%;
	height: 154px;
}
#question-form label+label{
	margin-top: 12px;
	display: inline-block;
}
#question-form button{
	margin-top: 26px !important;
}
#footer{
	background: #28436B;
	color: #fff;
	padding: 36px 0 6px;
}
#footer div.columns{
	display: flex;
	justify-content: space-between;
}
#footer h2{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 32px 0 0px;
}
#footer h2+p{
	margin: 12px 0 26px;
}
#footer h3{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
	color: #F53535;
}
#footer div.menu{
	margin: 87px 0 32px;
}
#footer div.contacts{
	margin: 23px 0 32px;
}
#footer div.contacts  h3{
	margin-left: 48px;
}
#footer div.emails{
	display: block;
	background-image: url("img/email-icon.png");
	background-position: 8px top;
	background-repeat: no-repeat;
	min-height: 45px;
	padding-left: 48px;
	margin: 7px 0 32px;
}
#footer a.email {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	white-space: nowrap;
	display: block;
}
#footer div.phones {
	background-image: url("img/phone-icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 48px;
	margin-top: 0px;
}
#footer div.phones > a.phone:after{
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	color: rgba(255,255,255,0.5);
	margin-left: 10px;
}
#footer div.phones > a.phone:nth-of-type(1):after{
	content: "тел/факс";
}
#footer div.phones > a.phone:nth-of-type(2):after{
	content: "Velcom/A1";
}
#footer div.phones > a.phone:nth-of-type(3):after{
	content: "МТС";
}
#footer a.phone {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	white-space: nowrap;
	display: block;
}
#footer ul {
	list-style: none;
	max-width: 254px;
	padding: 0;
}
#footer ul>li{
	margin-bottom: 10px;
}
#footer ul>li>a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #6AB3FF;
}
#footer ul>li>a:hover {
	color: #F53535;
}
#footer ul>li>ul {
	display: none;
}
#footer p.address{
	margin-bottom: 8px;
}
#footer a.location{
	display: inline-block;
	color: #6AB3FF;
	margin: 0px 0 32px;
}
#footer a.contacts{
	color: #6AB3FF;
	margin-left: 48px;
}
a.parent-page{
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
ul.pages-around{
	list-style: none;
	padding: 0;
	margin: 12px 0 32px;
}
ul.pages-around > li{
	padding: 9px 0 3px 0;
}
ul.pages-around > li+li{
	border-top: 1px solid #eee;
}
ul.pages-around > li.active{
	font-weight: bold;
	color: #555;
}
table.table thead>tr{
	background-color: #0E7BBC;
	color: #fff;
}
.table-bordered>thead>tr>th{
	border: 1px solid #0E7BBC !important;
}
.children-pages{
	margin-bottom: 56px;
}
.children-page > a{
	text-decoration: underline;
	color: #2D4B78;
}
div.table-container{
	overflow: auto;
}
@media (max-width: 1199px){ /* lg */
	
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	#header div.phones {
	    background-image: none;
	    margin-left: 16px;
	    padding-left: 0px;
	}
	#header div.emails {
	    background-image: none;
	    padding-left: 0px;
	    margin-top: 10px;
	    margin-left: 16px;
	}
	#question-form input{
		display: block;
	}
	#question-form button{
		display: block;
	}
}
@media (max-width: 767px){ /* sm */
	#footer div.columns{
		display: block;
		text-align: center;
	}
	#header div.emails {
	    display: none;
	}
	#mobile-menu-button{
		display: block;
	}
	#header a.phone {
	    margin-right: 40px;
	}
	#footer ul{
		margin-left: auto;
		margin-right: auto;
	}
	#footer li{
		text-align: center;
	}
	#footer div.emails{
		display: inline-block;
	}
	#footer a.contacts{
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#footer div.menu {
	    margin: 0px 0 32px;
	}
	#footer h3 {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media (max-width: 670px){
	#header div.phones > a.phone:after{
		display: none;
	}
}
@media (max-width: 599px){
	#header div.phones {
	    display: none;
	}
	#header-bottom{
	    display: none;
	}
	#header{
	    padding-bottom: 12px;
	}
}
@media (max-width: 479px){ /* xs */
	#header{
	    padding-bottom: 2px;
	}
	#header a.logo {
	    width: 250px;
	    background-size: contain;
	}
	#mobile-menu-button{
		top: 20px;
	}
	.col-xs-6{
		width: 100%;
	}
	#clients div.clients-list img {
	    width: 140px !important;
	}
	#footer ul {
	    max-width: 254px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#footer ul>li {
	    text-align: center;
	}
	#footer div.menu, #footer div.contacts {
	    margin: 16px 0 32px;
	}
	#after-header {
	    height: 50px;
	}
}
