#header{
	padding: 0px 0 0px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #005685;
	color: #fff;
	transform: translate3d(0, 0, 0);
	transition: all ease-out 0.5s;
}
#header a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 51px;
	font-size: 18px;
	color: #FFFFFF;
	white-space: nowrap;
}
#header.scrolled{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#after-header{
	
}
#header .top{
	display: flex;
	justify-content: space-between;
}
#header a.logo{
	background-image: url("img/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	width: 267px;
	height: 51px;
}
#header a.phone{
	background-image: url("img/phone.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
}
#header a.phone+a{
	margin-left: 48px;
}
#footer{
	background-image: url("img/footer-bg.jpg");
	background-size: cover;
	color: #fff;
	text-align: left;
	padding: 28px 0 50px;
}
#footer div.logo{
	background-image: url("img/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	width: 267px;
	height: 51px;
	margin-bottom: 32px;
}
#footer h2{
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	text-transform: none;
	margin-bottom: 42px;
}
#footer p{
	color: #8BCCEF;
}
#footer .worktime{
	background-image: url("img/worktime.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 45px;
}
#footer .location{
	background-image: url("img/location2.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 42px;
}
#footer .location p{
	color: #fff;
}
#footer a.phone{
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	font-size: 20px;
	color: #FFFFFF;
}
#footer a.phone.velcom:after{
	content: "Велком";
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #8BCCEF;
	margin-left: 8px;
}
#footer a.phone.mts:after{
	content: "МТС";
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #8BCCEF;
	margin-left: 8px;
}
#footer button{
	margin-top: 38px;
}
.pushy{
	background-color: #234;
}
.pushy-content{
	color: #fff;
}
.pushy-content div.logo{
	height: 51px;
	background-image: url("img/logo.png");
	background-position: 24px center;
	background-repeat: no-repeat;
}
.pushy-content a.phone{
	background-image: url("img/phone.png");
	background-position: 24px center;
	background-repeat: no-repeat;
	padding-left:0px;
	color: #fff;
}
.pushy-content a:hover{
	background-color: #005685;
}
#first-screen{
	position: relative;
	text-align: left;
	background-color: #fff;
	color: #005685;
	padding: 93px 0 51px;
}
#first-screen .container{
	position: relative;
	z-index: 2;
}
#first-screen:before{
	position: absolute;
	content: "";
	left: 0;
	right: 60%;
	top: 0;
	bottom: 0;
	background-image: url("img/first-screen-bg-1.jpg");
	background-size: cover;
	z-index: 1;
}
#first-screen:after{
	position: absolute;
	content: "";
	left: 40%;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("img/first-screen-bg-2.jpg");
	background-size: cover;
	background-position: center top;
	z-index: 1;
}
#first-screen h4{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #005685;
	margin: 0 0 0px;
}
#first-screen h1{
	font-style: normal;
	font-weight: bold;
	line-height: 45px;
	font-size: 48px;
	color: #005685;
	margin: 0 0 45px;
}
#first-screen h1>strong{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 64px;
	text-transform: uppercase;
	color: #005685;
	margin: 0 0 10px;
	display: block;
	margin: 0 0 -9px;
}
#first-screen div.location{
	margin: 0 0 10px;
	padding-left: 29px;
	background-image: url("img/location.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 36px;
}
#first-screen div.location > h3{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	color: #005685;
	margin: 0 0 7px;
}
#first-screen div.location > p{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #005685;
	margin: 0 0 10px;
	max-width: 300px;
}
#first-screen div.phones{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #005685;
	margin: 23px 0 10px;
}
#first-screen a.phone{
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	font-size: 18px;
	color: #D80031;
	margin: 0 0 4px;
}
#first-screen a.phone.velcom:after{
	content: "Велком";
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #005685;
	margin-left: 8px;
}
#first-screen a.phone.mts:after{
	content: "МТС";
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #005685;
	margin-left: 8px;
}
h2{
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
h2+p{
	text-align: center;
	margin: -3px auto 41px;
	max-width: 500px;
}
h3{
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	font-size: 24px;
}
#advantages{
	background-image: url("img/footer-bg.jpg");
	background-size: cover;
	color: #fff;
	padding: 68px 0 56px;
}
#advantages h2{
	color: #8BCCEF;
	margin: 0 0 50px;
}
#advantages p{
	color: #8BCCEF;
}
#advantages .adv-item > h3{
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 87px;
	margin-bottom: 18px;
}
#advantages .adv-item:nth-of-type(1) > h3{
	background-image: url("img/devices.png");
}
#advantages .adv-item:nth-of-type(2) > h3{
	background-image: url("img/difficult.png");
}
#advantages .adv-item:nth-of-type(3) > h3{
	background-image: url("img/time.png");
}
#advantages .adv-item:nth-of-type(4) > h3{
	background-image: url("img/warranty.png");
}
#price{
	background-image: url("img/info-bg.jpg");
	background-size: cover;
	padding: 68px 0 76px;
	text-align: center;
}
#price h2{
	color: #D80031;
}
#price p{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#price table{
	background-color: #fff;
	border: 1px solid #dedede;
	margin-bottom: 45px;
}
#price table th{
	color: #fff;
	background-color: #005685;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #FFFFFF;
	padding: 13px 8px 12px;
}
#price table tr>td:nth-of-type(1){
	text-align: right;
	padding-left: 18px;
}
#price table tr>td:nth-of-type(2){
	text-align: left;
}
#price table tr>td:nth-of-type(3){
	text-align: center;
}
#price table tr>td:nth-of-type(4){
	text-align: center;
}
#price table tr>td:nth-of-type(5){
	text-align: center;
}
#price button{
	margin: 15px auto 0;
}
#brands{
	padding: 68px 0 44px;
	text-align: center;
}
#brands h2{
	color: #D80031;
}
#brands img{
	margin-bottom: 5px;
}
#brands img+button{
	margin-bottom: 67px;
}
#articles{
	background-image: url("img/info-bg.jpg");
	background-size: cover;
	padding: 68px 0 64px;
	text-align: center;
}
#articles h2{
	color: #005685;
}
#articles p{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#articles .article-preview{
	text-align: left;
	background-color: rgba(255,255,255,0.75);
	background-image: url('img/info.png');
	background-position: 32px 32px;
	background-repeat: no-repeat;
	padding: 92px 32px 74px;
	margin-bottom: 32px;
	position: relative;
}
#articles .article-preview a{
	position: absolute;
	bottom: 20px;
}
#articles .article-preview h3{
	margin-bottom: 19px;
}
#articles .article-preview h3+p{
	margin-bottom: 27px;
}
#articles .articles-list{
	margin-bottom: 52px;
}
#articles .articles-list + p{
	margin-bottom: 26px;
}
#parts{
	padding: 68px 0 61px;
	text-align: center;
}
#parts h2{
	color: #D80031;
}
#parts h2+p{
	margin-bottom: 53px;
}
#parts img{
	margin-bottom: 5px;
}
#parts img+p{
	margin-bottom: 70px;
	text-align: center;
}
#parts  .bottom-button{
	border-top: 1px solid #E5E5E5;
	padding: 32px 0 0;
	margin-top: 7px;
}
#parts  .bottom-button p{
	max-width: 500px;
	margin: 0 auto 26px;
}


a.home{
	color: #005685;
	font-size: 14px;
}


.template1-container{
	padding-top: 100px;
}
.template2-container{
	padding-top: 100px;
}
@media (max-width: 1199px){ /* lg */
	
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	#first-screen:before{
		right: 50%;
	}
	#first-screen:after{
		left: 50%;
		background-position: 80% top;
	}
	#footer{
		text-align: center;
	}
	#footer div.logo{
		width: 100%;
		background-position: center top;
	}
	#footer h2{
		text-align: center;
	}
	#footer div.worktime{
		width: 100%;
		background-position: center top;
		padding-left: 0px;
		padding-top: 32px;
		margin-top: 32px;
	}
	#footer div.location{
		width: 100%;
		background-position: center top;
		padding-left: 0px;
		padding-top: 38px;
		margin-top: 24px;
		margin-bottom: 32px;
	}
	#articles .article-preview{
		text-align: center;
		background-position: center 32px;
		background-repeat: no-repeat;
		padding: 92px 32px 32px;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	#articles .article-preview a{
		position: static;
	}
}
@media (max-width: 767px){ /* sm */
	#first-screen:before{
		right: 0;
	}
	#first-screen:after{
		display: none;
	}
	#first-screen div.location{
		padding-left: 0px;
		padding-top: 32px;
		background-position: center top;
	}
	#header a.phone{
		display: none;
	}
	#mobile-menu-button{
		display: block;
	}
	#advantages .adv-item > h3{
		background-position: center top;
	}
	#advantages .adv-item{
		margin-bottom: 32px;
	}
}
@media (max-width: 479px){ /* xs */
	#first-screen h1{
		line-height: 38px;
		font-size: 38px;
	}

}
