
@import '../libs/jquery.magnific-popup/magnific-popup.css';
@import '../libs/slick-1.8.1/slick.css';

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Regular.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNova-Bold.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaCondBold';
  src: url('../fonts/ProximaNovaCond-Bold.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaCondBlack';
  src: url('../fonts/ProximaNovaCond-Black.ttf')  format('truetype'); /* Legacy iOS */
}
/* [Master Stylesheet] */

body{
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	color:#747476;
	margin:0;
	min-width:1170px;
}
h1,h2,h3{
	color:#2c2c2d;
}
.wrapper{
	width:1170px;
	margin:auto;
}

/*********HEADER************/
.headersite{
	padding:15px 0;
}
.headgrid{
	display:grid;
	grid-template-columns:1.2fr 3.5fr 1.2fr;
	grid-gap:20px;
	align-items: center;
}

.logowrapper{
	display:flex;
	
}
.textfiled{
	color:#000;
	font-weight:600;
	font-size:40px;
	
}
.logotext{
	padding-left:10px;
}

.headnav ul{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	    justify-content: center;
}
.headnav ul li a{
    display: block;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 16px;
}
.headnav ul li a:hover{
	color:#0099d5;
}
.headphonebtn {
	text-align:center;
	margin-right: 5px;
}
.headphonebtn > a:first-child{
	color:#2c2c2c;
	font-weight:600;
	font-size:20px;
	text-decoration:none;
	margin-top: 13px;
margin-right: 5px;
}
.headphonebtn > a:first-child:hover{

	text-decoration:underline;
}
.btncall{
    display: inline-block;
    background-color: #026ec8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 20px;
    text-decoration: none;
	margin-top:5px;
}
/******************MAIN SECTION*****************/
.mainsection{
	/*background-image:url(../images/mainimg.jpg);*/
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/mainimg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding:104px 0;  
}
.maingridcal{
	display:grid;
	grid-template-columns:2fr 1fr;
	grid-gap:30px;
}
.maincaltext{
	 font-family: 'ProximaNova';
	 color:#fff;
	 font-size:24px;

}
.maincaltext .bigtext{
	display:block;
	margin-top:10px;
	 font-family: 'ProximaNovaCondBlack';
	 color:#fff;
	 font-size:36px;
	 text-transform:uppercase;
}
/**************SECTIOMN TITLE***************/
.sectiontitle{
	text-align:center;
}
.sectiontitleinner{
	font-family:'ProximaNovaCondBold';
	position:relative;
	display:inline-block;
	font-size:36px;
	text-transform:uppercase;
	color:#2c2c2d;
}
.sectiontitleinner{
	font-family:'ProximaNovaCondBold';
	position:relative;
	display:inline-block;
	font-size:36px;
	text-transform:uppercase;
	color:#2c2c2d;
	padding-bottom:25px;
	margin-bottom:60px;
}
.sectiontitleinner:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:14px;
	background-image:url(../images/titleafter.png);
	background-position:center center;
	background-repeat:no-repeat;
}
/***************PREUMSECTION****************/
.graysection{
	background-color:#f5f6f6;
}
.padding100{
	padding:70px 0;
}
.gridtreecall{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
}
.gridtreecall .calitem{
	position:relative;
	text-align:center;
	background-color:#fff;
	border:2px solid #e4e2e2;
	padding:40px 30px;
	box-sizing:border-box;
}
.gridtreecall .calitem .cardnum{
	position:absolute;
	left:0;
	top:0;
	width:45px;
	height:45px;
	line-height:45px;
	font-weight:600;
	font-size:18px;
	color:#fff;
	background-color:#066ac0;
}
.gridtreecall .iconwrapp{
	margin-bottom:20px;
}

.gridtreecall .iconwrapp img{
	max-width:100%;
}

.gridtreecall .boxitemname{
	text-align:center;
	font-weight:600;
	color:#2c2c2d;
	font-size:24px;
	font-family:'ProximaNovaCondBold';
	margin-bottom:10px;
}
/********************SERVICES******************/
.gridforcall{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:30px;
}
.gridforcall .calitem{
	position:relative;
	padding-bottom:50px;
}
.gridforcall .servimage{
	position:relative;
	margin-bottom:20px;
}
.gridforcall .servimage:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	background-image:url(../images/howeeffect.png);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	transition:all .3s;
}
.gridforcall .calitem:hover .servimage:after{
	opacity:1;
	transition:all .3s;
}
.gridforcall .servimage img{
	
	display:block;
	max-width:100%;
	width:100%;
	height:240px;
	object-fit:cover;
}
.gridforcall .servname{
	font-weight:600;
	color:#2c2c2d;
	font-size:24px;
	font-family:'ProximaNovaCondBold';
	margin-bottom:10px;
	text-align: center;
}
.gridforcall .servtext{
	margin-bottom:10px;
}

.gridforcall .servprice{
	margin-bottom:25px;
}
.servprice .filecolor{
	color:#1867B4;
	font-size:20px;
	font-weight:600;
}
.srccardbtn .orderbtn{
	display:inline-block;
	padding:15px 25px;
	color:#0099d5;
	font-weight:600;
	text-decoration:none;
	border:2px solid #0099d5;
}
.calitem .srccardbtn{
	position:absolute;
	bottom:0;
	left:0;
}
/*****************ABOUT TEXT*****************/
.gridtextabout{
	display:grid;
	grid-template-columns:1.4fr 2fr;
	grid-gap:30px;
}
.gridtextabout .abouttextimg img{
	max-width:100%;
	width:100%;
	height:370px;
	object-fit:contain;
}
.aboutt p, .aboutt h3{
	margin:0 0 10px 0;
}
.signtrabout{
	font-style:italic;
	text-align:right;
}
.howwewrok .iconwrapp img{
	width:130px;
}
/******************OURNUMBER******************/
.companynums{
	padding:80px 0;
	background-color:#066ac0;
}
.ournumbers{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
.numberitem{
	display:flex;
	justify-content: center;
}
.numberitem .numtext{
	text-align:right;
	color:#fff;
	padding-right:15px;
	font-size:24px;
	font-family: 'ProximaNova';
}
.numberitem .numtext span{
	display:block;
	font-family:'ProximaNovaCondBold';
	font-size:48px;
}
.numberitem .numicon img{
	width:65px;
}
/*********************Gallery********************/
.imagegall{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}
.imagegall a, .imagegall img{
	display:block;
}
.imagegall img{
	width:100%;
	height:354px;
	object-fit:cover;
}
.imagegall a{
	position:relative;
}
.imagegall a:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	background-image:url(../images/howeeffect.png);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	transition:all .3s;
}
.imagegall a:hover:after{
	opacity:1;
	transition:all .3s;
}
/***************SERTIFICATE***************/
.sertgall{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:30px;
}
.sertgall a img{
	width:100%;
}
/**************CONTACT**************/
.ourcontact{
	position:relative;
}
.ourcontact:after,
.ourcontact:before{
	content:'';
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	z-index:-1;
	background-repeat:no-repeat;
	background-size:cover;
}
.ourcontact:before{
	left:0;
	background-image:url(../images/contactlefimg.jpg);
	
}
.ourcontact:after{
	right:0;
	
    background-image: url(../images/contactrightimg.png);
	background-color:rgba(245,246,246,.8);
    background-size: cover;
    background-position: right center;
}
.contactgridsect{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:30px;
}
.conttextinner{
	color:#fff;
	padding:80px 30px 80px 15px;
	background-color:rgba(6,106,192,.9);
	max-width:85%;
}
.conttextinner .sectiontitle {
	text-align:left;
}
.sectiontitle.titlewhite .sectiontitleinner{
	color:#fff;
	margin-bottom:40px;
}
.sectiontitle.titlewhite .sectiontitleinner:after{
	color:#fff;
	background-image:url(../images/sectititleinner.png);
}
.iconline{
	font-family: 'ProximaNova';
	font-size:24px;
	color:#fff;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:left 5px center;
	margin-bottom:25px;
}
.iconline:last-child{
	margin-bottom:0;
}
.iconline a{
	font-family: 'ProximaNova';
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
.iconline a:hover{

	text-decoration:underline;
}
.phoneline.iconline{
	background-image:url(../images/iconphone.png);
}
.localline.iconline{
	background-image:url(../images/adricon.png);
}
.emailline.iconline{
	background-image:url(../images/mailicon.png);
}

.logosection{
	padding:80px 0;
	background-color:#0199d3;
}
.logosline img{
	width:175px;
	margin-right:5px;
	margin-bottom:5px;
}

.conactinnerform{
	padding-left:85px;
}
.conactinnerform .sectiontitle{
	text-align:left;
}
.conactinnerform .sectiontitle .sectiontitleinner{
	margin-bottom:0px;
}

#scroller{
    position: fixed;    

    bottom: 30px;   
	right:30px;
    background: transparent url(../images/scrollup.png) no-repeat left top;  
    width: 45px;
    height: 45px;
    cursor: pointer;
	z-index:10;
    display:none;
}

.padding_2 {
	padding: 5px 0;
}

.style_text {
	text-align: center;
	margin-bottom: 60px;
}

.style_text_p1 {
	font-size: 24 рх;
	font-weight: 400;
	color: #000;
}

.style_text_p2 {
	font-size: 22 рх;
	font-weight: 400;
	color: #333;
}

.btn_style {
	margin-bottom: 50px;
	text-align: center;
}

.btn_style a {
	background-color: #ffa500 !important;
	
}

.text_style_ {
	margin-left: 5%;
	text-align: justify;
}

.right_ {
	text-align: right;
	margin-right: 5%;
	font-weight: 800;

}



@media (max-width: 480px) {
	.width_phone {
		/* width: 320px; */
		font-size: 12px;
		margin: 0 auto;
		/* min-width: 320px;
		max-width: 320px; */
		min-width: 420px;
		width: 100%
	}
	.wrapper {
		/* width: 320px; */
		margin: auto;
		/* min-width: 320px;
		max-width: 320px; */
		min-width: 420px;
		width: 100%
	}
	.headnav ul li a {
		font-size: 11px;
		padding: 0 5px;
	}
	.logowrapper img {
		width: 45px;
	}
	.logotext {
		padding-left: 5px;
		font-size: 12px;
	}
	.textfiled {
		font-size: 22px;
  }
  .headphonebtn > a:first-child {
	font-size: 11px;
  }
  .btncall {
	/* padding: 5px 7px; */
	font-size: 12px;
	padding: 5px 30px;
  }

  .maincaltext {
	font-size: 12px;
	margin-left: 5px;
	}

	.maincaltext .bigtext {
		margin-top: 5px;
		font-size: 14px;
  }

  .mainsection {
	padding: 20px 0;
  }

  .sectiontitleinner {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	display: flex;
justify-content: center;
	}
	.gridtreecall .calitem {
		border: 1px solid #e4e2e2;
		padding: 15px 10px;
		margin-bottom: 15px;
  }
  .gridtreecall {
	  display: block;
  }
  .padding100 {
	padding: 25px 0;
	}
	.gridforcall {
		display: block;
	}
	.gridforcall .servname {
		font-size: 16px;
	}
	.servprice .filecolor {
		font-size: 16px;
	}
	.gridforcall .calitem {
		padding-bottom: 40px;
  }
  .srccardbtn .orderbtn {
	padding: 12px 15px;
	border: 1px solid #0099d5;
	margin-bottom: 15px;
}
.companynums {
	padding: 35px 0;
}
.ournumbers {
	grid-template-columns: 0.5fr 0.5fr 0.5fr;
}
.numberitem .numtext {
	padding-right: 14px;
	font-size: 11px;
	margin-left: 2px;
}

.numberitem .numtext {
	padding-right: 10px;
	font-size: 12px;
}
.numberitem .numtext span {
	font-size: 18px;
}
.numberitem .numicon img {
	width: 30px;
}
.ourcontact::before {
	background-image: none;
}
.conttextinner {
	padding: 40px 0px 35px 5px;
	max-width: 100%;
}
.iconline a {
	font-size: 16px;
}
.logosline img {
	width: 145px;
}
.conactinnerform {
	padding-left: 0px;
}

.style_text_p2 {
	font-size: 14px;
margin-left: 4%;
margin-right: 4%;
margin-bottom: 0px;
}

.gridtreecall .boxitemname {
	font-size: 16px;
	margin-bottom: 10px;
}

.contactgridsect {
	display: block;
}
.header {

	position: relative;

}
.conacttext {
	background-image: url(../images/contactlefimg.jpg);
}

.menu-triger {

	display: block;

	width: 25px;

	height: 17px;	

	background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;

	position: absolute;

	left: 39%;

	top: -4px;

}	

/* .menu-close {

	display: block;

	width: 28px;

	height: 28px;	

	background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;

	position: absolute;

	right: 10px;

	top: 10px;

	z-index: 100;

} */

.menu-popup {

	display: none;	

	background: #026ec8;

	position: absolute;

	left: 5%;
	right: 0px;
	top: 25px;
	box-sizing: border-box;
	width: 100px;

	/* padding: 30px; */

	z-index: 9999;	

	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.menu-popup ul {

	margin: 0;

	padding: 0;

}
.block_center_ {
	text-align: center;
	display: flex;
	justify-content: center;
}
.menu-popup li {

	list-style: none;

	margin: 10px 0;

	padding: 0;

}

.menu-popup li a {

	font-size: 18px;

	font-family: "Arial";

	color: rgb(255, 255, 255);

	line-height: 1.4;	

	text-decoration: none;

}

.body_pointer * {

	cursor: pointer;

}
.headnav ul {
	display: block;
}
.maingridcal {
	display: block;
}

.ourcontact::after, .ourcontact::before {
	content: none;
}
.conactformopen {
margin-top: 30px;
padding-left: 10px;
padding-right: 10px;
}
.headnav ul li a {
	color: #fff;
}
.exform_wrapper.callback {
	width: 250px !important;
	font-size: 16px !important;
	padding: 10px 15px 0 !important;
}
.exform_wrapper.callback input[type="text"], .exform_wrapper.callback textarea {
	font-size: 12px !important;
	height: 35px !important;
}

.exform_wrapper.callback .mf_submit .send_btn {
	font-size: 14px !important;
	padding: 9px 10px !important;

}
.width_phone .exform_wrapper {
	top: 300px !important;
	left: 45% !important;
}
.menu-popup_footer {
	top: -163px !important;
}

}

@media (max-width: 419px) {
	.width_phone {
		/* width: 320px; */
		font-size: 12px;
		margin: 0 auto;
		min-width: 320px;
		/* max-width: 320px; */
		width: 100%;
	}
	.wrapper {
		/* width: 320px; */
		margin: auto;
		min-width: 320px;
		/* max-width: 320px; */
		width: 100%;
	}

}


@media (max-width: 350px) {
	.btncall {
		padding: 5px 10px;
	}
}