@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900&subset=cyrillic');

body{ font-family:Roboto; font-weight:300; }
h1,h2,h3,h4,strong{ font-family:Roboto;  font-weight:900;}

img{ max-width:100%;}

input:focus { outline: none; }



.bread{
	padding-top:25px;
	padding-bottom: 25px;
}
.bread p{
	color:#999;
	font-size: 14px;
}
.bread p a{
	color:#111;
	font-weight: 500;
}
.bread p span{
	margin-left:10px;
	margin-right: 10px;
}


.zag{
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-family:Montserrat;
	font-weight: 900;
}
.line{
	background: #3a67b4;
	width:60px;
	height: 2px;
	margin:auto;
}
.pt{
	padding-top: 30px;
}



.content{
	padding-top:80px;
	padding-bottom: 10px;
}
.content .img{
	width: 100%;
	height: 270px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.content .text{
	padding-top: 20px;
}
.content .text p{
	text-align: justify;
}



.utp{
	width: 100%;
	min-height: 300px;
	background-image: url(img/bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	padding-top:120px;
	padding-bottom: 120px;
}
.utp .but{
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 35px;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	background: linear-gradient(to top, #de7a01, #ff8b01);
	margin-top:20px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;

}
.utp .but:hover{
	background: linear-gradient(to top, #de7a01, #ff8b01);
}
.logos{
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 30px;
}






.header{
	min-height: 50px;
	background: #fff;
	padding-top:15px;
	padding-bottom: 15px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.header .menu{
	text-align: center;
	display: flex;
	padding-top:10px;
}
.header .menu a{
	font-size: 14px;
	color: #000;
	flex-basis: auto;
    flex-grow: 1;
    border-right:1px solid #ccc;
}
.header .menu a:last-child{
    border-right:0px solid #ccc;
}
.header .tell{
	text-align: right;
	padding-top: 10px;
}
.header .tell p{
	margin-bottom: 0px;
	font-size: 16px;
}
.header .tell p span{
	color:#4ca75e;
	font-size: 14px;
}
.header .tell .fa{
	color:#000;
	font-size: 14px;
}



.block{
	height: 550px;
    background-color: #f3f3f3;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-position: right -100px bottom;
    color: #000;
    padding-top: 100px;
}
.block h1{
	margin-bottom: 20px;
    font-weight: 900;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.block h1 span{
	font-size: 46px;
	font-weight: 900;
	color: #fff;
}

.block p{
	font-size: 16px;
	color:#fff;
}
.block .but{
	width: 250px;
	height: 60px;
	border-radius: 35px;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	background: linear-gradient(to top, #de7a01, #ff8b01);
    margin-top: 20px;
    box-shadow: 0px 2px 15px rgba(255, 139, 0, 0.38823529411764707);

}
.block .but:hover{
	background: linear-gradient(to top, #e0861b, #df861b);
}
.block a:hover{
	text-decoration: none;
}



.plus{
	min-height: 400px;
	background-color: #fff;
	background-image: url(img/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding-top:150px;
	padding-bottom: 100px;
	text-align: center;
}
.plus img{
	width: 70px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.plus .zag_in{
	font-size: 16px;
	font-weight: 600;
	color:#000;
	text-transform: uppercase;
}
.plus .text{
	font-size: 14px;
}








.uslugi{
	min-height: 250px;
	background: #f2f2f2;
	padding-top:80px;
	padding-bottom: 80px;
	text-align: center;
}
.uslugi .block_in{
	width: 100%;
	height: 220px;
	position: relative;
	background-image: url(https://static.probusiness.io/900x500c/n/08/3/titul_optovolokno.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
}
.uslugi .block_in .name{
	width: 100%;
	min-height: 10px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.80);
	padding: 10px 0px;
}
.uslugi .block_in:hover .name{
	background-color: rgba(0, 0, 0, 1);
}



.vopros{
	padding-top:80px;
	padding-bottom: 50px;
	background: url(img/piano.png) no-repeat bottom left,
	#fff;
	margin-top: 100px;
}
.vopros .zag_in{
	color:#000;
	font-size: 40px;
	font-weight: 500;
}
.vopros .line{
	margin:0px;
	margin-bottom: 20px;
}
.vopros .pt{
	padding-top:40px;
}
.vopros form input{
	width:100%;
	margin-bottom:20px;
	height:50px;
	border:none;
	border:1px solid #d6d3d3;
	font-size: 16px;
	text-align: left;
	padding:0px 20px;
	border-radius: 5px;
}
.vopros form textarea{
	width:100%;
	margin-bottom:20px;
	min-height:100px;
	border:none;
	border:1px solid #d6d3d3;
	font-size: 16px;
	text-align: left;
	padding:20px;
	border-radius: 5px;
}
.vopros form input[type="submit"]{
	border-radius: 5px;
	height:60px;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: linear-gradient(to top, #de7a01, #ff8b01);
	width: 250px;
	text-transform: uppercase;
}
.vopros form input[type="submit"]:hover{
	background: #d88208;
	background: linear-gradient(to top, #de7a01, #ff8b01);
}







.footer{
	min-height: 100px;
	background-color: #121418;
	background-image: url(img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:20px;
	padding-bottom: 15px;
}
.footer .menu{
	text-align: center;
	display: flex;
	padding-top:10px;
}
.footer .menu a{
	font-size: 14px;
	color: #999;
	flex-basis: auto;
    flex-grow: 1;
    border-right:1px solid #555;
}
.footer .menu a:last-child{
    border-right:0px solid #ccc;
}
.footer .tell{
	text-align: right;
}
.footer .tell p{
	margin-bottom: 0px;
	font-size: 16px;
	color:#fff;
}
.footer .tell p span{
	color:#3cd3ef;
	font-size: 14px;
}
.footer .tell .fa{
	color:#999;
	font-size: 14px;
}


.mup{
	min-height: 250px;
}
.bottom{
	min-height: 50px;
	background: #121418;
	color:#666;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	font-weight: 400;
}





#fon{ 
	background-color: rgba(0, 0, 0, 0.9); 
	width:100%; 
	height:100%; 
	position:fixed; 
	z-index:200; 
	display:none; 
	top:0px;
}
