*{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.menu{
	padding: 10px 0px 19px 0px;
	box-shadow: 0 2px 4px 0px rgba(136,136,136,0.15);
	position: fixed;
	width:100%;
	z-index: 2000;
	background: #fff;
}
.menu:after{
	  content: '';
	  width: 70%;
	  display: block;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  bottom: 0px;
	  height: 7px;
	  box-shadow: 0 4px 20px 0px rgba(0,0,0,0.14);
  }

.menu:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	height: 18px;
	background: #fff;
	z-index: 20;
	width: 100%;
}

.logo{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.logo img{
	margin-right: 25px;
}
.logo span{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color:#555555;
	font-weight: 300;
	align-self: flex-end;
}
.header_flex{
	display: flex;;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 300;
}
.map_point{
	margin-right: 26px;
}
.map_point img, .phone img{
	margin-right:12px ;
}
.phone{
	margin-right: 50px;
}
.map_point,.phone{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.vertical_center{
	align-items: center;
}
.burger{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor:pointer;
}
.hamb{
	width: 25px;
	height:1px;
	margin-right: 15px;
	background: #888888;
	position: relative;
}
.hamb:after{
	content: '';
	width: 100%;
	position: absolute;
	top:-8px;
	height:1px;
	background: #888888;
}
.hamb:before{
	content: '';
	width: 100%;
	position: absolute;
	top:8px;
	height:1px;
	background: #888888;
}
.first-screen{
	height: 100vh;
	background: url('/images/fon.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 45%;
}
.first-screen_text .first{
	font-size: 130px;
 	font-weight: bolder;
	text-transform: uppercase;
	line-height: 120px;
	color:#fff;

 }
.first-screen_text .second{
	font-size: 105px;
	font-weight: bolder;
	text-transform: uppercase;
	color:#fff;

}
.first-screen_text .threed{
	font-size: 68px;
	font-weight: 300;
	color:#fff;

}
.first-screen_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.first-screen_form{
	padding: 15px;
	background-color: rgba(223,46,38,0.85);
	position: absolute;
	right: 0px;
	bottom:20%;
	box-shadow: 0px 4px 38px 0px rgba(51, 51, 51, 0.53);
}

.first-screen_form p{
	font-size: 11px;
	color:#fff;
}
.first-screen_form a{
	color:#fff;
	text-decoration: underline;
}

.first-screen_form a:hover{
	color:#fff;
	text-decoration: none;
}
.first-screen .container{
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.name_form{
	font-size: 22px !important;
	color:#fff ;
}
.main_form input[type="text"]{
	padding: 10px;
	border: none;
	border-bottom: 1px solid rgba(255,255,255, 0.5);
	background: transparent;
	margin-bottom: 15px;
	color:#fff;
}
.main_form input[type="text"]:focus{
	outline: none;
}
.main_form{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color:#fff;
	text-align: center;
}
.result{
	margin-bottom: 20px;
	text-align: center;
}
.questionform .result{
	color:#fff;
}
.first-screen_form p{
	font-weight: 300;
}

.inf{
	font-weight: 300;
}

.main_form input[type="submit"]{
	margin-top:15px;
	padding: 20px 60px;
	border: none;
	background:#fff;
	font-size: 15px;
	color:#c22b25;
	text-transform: uppercase;
	margin-bottom: 4px;
	border:1px solid #fff;
	transition: .3s;
}
.main_form input[type="submit"]:hover{
	background: transparent;
	color:#fff;
}

.main_form input[type="text"]::-webkit-input-placeholder {color:#fff;}
.main_form input[type="text"]::-moz-placeholder          {color:#fff;}
.main_form input[type="text"]:-ms-input-placeholder      {color:#fff;}
.form_div{
	padding: 0px 40px;
}
.h2{
	font-size: 50px;
	color:#333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.item{
	margin-bottom: 85px;
	display: flex;
	flex-direction: column;
}
.foto_item{
	overflow: hidden;
}
.foto_item img{
	width: 100%;
	transform: scale(1.0);
	transition: 4s;
}
.name_item{
	font-size: 16px;
	font-weight: 300;
	color:#555555;
	margin-bottom: 10px;
}
.item_interract{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.price{
	font-size: 28px;
	font-weight: bold;
	color: #555555;
}

.price span{
	font-weight: 300;
	font-size: 18px;
}

.item_button{
	padding: 20px;
	border: 1px solid #3e3e3e;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .06em;
	text-align: center;
	background: #3e3e3e;
	color:#fff;
	transition: .3s;
	cursor: pointer;
}
.item_button:hover{
	background: transparent;
	color:#3e3e3e;
}
.priem{
	background: url('/images/priem_fon.png');
	padding: 90px 0px;
}
.priem_item{
	padding: 42px 27px 78px 27px;
	background:#3e3e3e;
	color:#fff;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .3s;
	height: 100%;
}
.priem_item p{
	min-height: 77px;
}
.priem_item:hover{
	background: #e53935;
}
.priem_item span{
	position: absolute;
	bottom: 0px;
	transform: translate(-50%, 45%);
	font-size: 40px;
	font-weight: bold;
	left: 50%;
}
.priem_item img{
	margin-bottom: 30px;

}
.catalog{
	margin-bottom: 60px;
	margin-top:50px;
}
.priem_block .h2{
	margin-bottom: 90px;
}
.priem_block{
	margin-bottom: 100px;
}
.master{
	background-image: url("/images/fon_master.png");
	padding-top: 65px;
	padding-bottom: 112px;
	background-repeat: no-repeat;
	position: relative;

}
.master *{
	position: relative;
	z-index: 200 !important;
}
.master .h2{
	color:#fff;
}
.master .master_what{
	color:#fff;
}
.master:after{
	content: '';
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	background: linear-gradient(41deg, rgba(255,24,13,0.9) 0%, rgba(20,151,226,0.9) 100%);
	z-index:100;
}
.master_what{
	font-size: 22px;
	font-weight: bold;
	color:#333333;
	text-align: center;
	margin-bottom: 45px;
}
.master_whats{
	text-align: center;
	position: relative;
	z-index:20;
}
.master_whats ul{
	list-style: none;
	color: #333333;
	font-size: 18px;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	padding-left:0px;
}
.master_whats ul li{
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	color:#d53a3a;
	font-size: 16px;
	padding:30px 10px;
	background: #fff;
	margin-left: 15px;
	margin-right: 15px;
	width: 47%;
}
/*.master_whats ul li:nth-child(odd)::before{*/
	/*content: url("/images/mark1.png");*/
	/*position: absolute;*/
	/*top:50%;*/
	/*transform: translateY(-50%) translateX(-120%);*/
/*}*/
/*.master_whats ul li:nth-child(even)::before{*/
	/*content: url("/images/mark2.png");*/
	/*position: absolute;*/
	/*top:50%;*/
	/*transform: translateY(-50%) translateX(-120%);*/
/*}*/
.master_inf{
	font-size: 18px;
	font-weight: bold;
	color:#333333;
}
.master_form {
	position: relative;
	width: 529px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 4px 38px 0px rgba(51, 51, 51, 0.53);
	margin-top:50px;
	margin-bottom: 60px;
}
/*.master:after{*/
	/*content:url('/images/arr.png');*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 0px;*/
	/*transform: translate(-50%);*/
	/*z-index: 10;*/
/*}*/


.steps{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 75px 0px;

}
.step{
	text-align: center;
}
.step .number{
	font-size: 60px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
	width: 120px;
	margin: 0px auto;
}
.step .description{
	font-size: 18px;
	font-weight: 300;
}
.schem{
	background: url(/images/fon_steps.png);
	padding: 60px 0px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 30px;
}
.schem *{
	color:#fff;

}
.step .number:after{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top:50%;
	height: 1px;
	background: #fff;
	transform: translateX(110%);
}
.step:last-child .number:after {
	display: none;
}
.redbutton{
	text-transform: uppercase;
	color:#fff;
	font-size: 16px;
	padding: 22px 58px ;
	background: #e53935;
	border:1px solid #e53935;
	transition: .3s;
}
.redbutton:hover{
	color:#e53935;
	font-size: 16px;
	background: transparent;
	border:1px solid #e53935;
}
.functions{
	margin-top:80px;
}
.functions .h2{
	margin-bottom: 165px;
}
.func_item{
	text-align: center;
}
.func_item_img img{
	width: 100%;
	position: relative;
	z-index:150;
}

.func_item_img{
	margin-bottom: 38px;
	position: relative;

}
.func_item_name{
	margin-bottom: 30px;
	font-size: 22px;
}
.func_item_desc{
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 30px;
}
.func_item .redbutton{
	padding: 19px 22px;
	font-size: 15px;
}
.func_item{
	margin-bottom: 170px;
}
.func_item:nth-child(odd) .func_item_img:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right:-10%;
	bottom:0px;
	background: #3e3e3e;
	transform: translate(50px, -50px);
	z-index:100;
}
.func_item:nth-child(odd) .func_item_img:before{
	 content:'';
	 position: absolute;
	 top:-50px;
	 left: 0px;
	 width: 50px;
	 height: 50px;
	 background: linear-gradient(-225deg, #fff 50%, #000 0);
 }
.func_item:nth-child(even) .func_item_img:before{
	content:'';
	position: absolute;
	top:-50px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: linear-gradient(225deg, #fff 50%, #000 0);
}

.func_item:nth-child(even) .func_item_img:after{
	position: absolute;
	content: '';
	top: 0px;
	left: -10%;
	right: 0px;
	bottom:0px;
	background: #3e3e3e;
	transform: translate(-50px, -50px);
	z-index:100;
}

.space{
	justify-content: space-between;
}
.space:before, .space:after{
	content: none !important;
}
.questions{
	padding: 50px 0px 112px 0px;
	background: url("/images/fonformbottom.png");
}
.questionform{
	background: rgba(62,62,62,0.95);
	box-shadow: 0px 4px 38px 0px rgb( 0, 0, 0 );
}
.questionform{
	padding: 45px 35px 30px 35px !important
}
.hidcms{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top:0px;
	left: -100px;
}
.contacts{
	padding: 120px 0px 40px;
}
.contacts .h2{
	text-align: left;
}
.contact_name{
	font-size: 22px;
	font-weight: bold;
}

.contact_descr{
	margin-bottom: 45px;
}


.quest{
	text-align: center;
	font-size: 49px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 25px;
	margin-top: 0px;
}
.formquest input[type="text"]{
	width: 48%;
	background: transparent;
	border: none;
	border-bottom:1px solid #ffffff;
	padding: 5px 0px;
}
.formquest{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.formquest textarea{
	width: 100%;
}
.formquest input, .formquest textarea{
	 margin-bottom: 20px;
	color:#fff;
 }

.formquest input::-webkit-input-placeholder {color:#fff;}

.formquest input:focus, .formquest textarea:focus{
	outline: none;
}

.formquest textarea{
	height: 85px;
	padding: 5px;
	border: 1px solid #fff;
	background: transparent;
	resize: none;
}
.formquest textarea::-webkit-input-placeholder {color:#fff;}
.inf, .inf *{
	font-size: 11px;
	color:#fff;
}
.inf a{
	color: #Fff;
}

.inf a:hover{
	text-decoration: none;
}
.redbtnsm{
	padding: 15px 60px;
	margin: 0px auto 20px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 300;
	font-size: 16px;
	background: #e53935;
	border:1px solid #e53935;
	transition: .3s;
	text-decoration: none;
	display: inline-flex;
}

.contacts .redbtnsm{
	margin-bottom: 0px;
}

.cont_info{
	padding-left: 40px !important;
}

.redbtnsm:hover{
	background: transparent;
	color:#e53935;
}
.s{
	list-style: none;
	padding: 20px 0px;
	color:#555555;
	text-decoration:none;
	position:relative;
}
.s:after{
	content:'';
	width:100%;
	height:1px;
	border-bottom: 1px dashed #555555;
	position:absolute;
	bottom: 15px;
	left:0px;
	opacity:0;
	transition:.3s;
}
.s:hover:after{
	opacity:1;
}
.footer_logo{
	text-align:center;
}

.footer_menu .row{
	    justify-content: space-between;
}
.footer_menu .row:after,.footer_menu .row:before{
	    content:none !important;
}
.footer_logo .logo{
	margin:20px auto;
}
.footer_logo p{
	font-size:16px;
	font-weight:300;
	margin:7px 0px;
}
.footer_logo p:last-child{
	margin-bottom:35px;
}

.footer_logo p a{
	color:#555;
	
}

.footer_logo p a:hover{
	text-decoration:none;	
}

.cpry{
	background:#005c8e;
}

.cpry .container{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	font-size:16px;
	font-weight:300;
	padding:15px 0px;
	color:#fff;
}
.cpry a{
	color:#fff;
}
.cpry a:hover{
	color:#fff;
	text-decoration:none;
}

.trb_mob{
	display: none;
}

.cpry .container:after, .cpry .container:before{
	content:none!important;
}

.menuhumb{
	position: fixed;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	top: 0px;
	bottom: 0px;
	right: 0px;
	justify-content: center;
	background: #fff;
	align-items: start;
	padding-left: 65px;
	width: 40%;
	z-index: 3000;
	transition: .3s;
	transform: translateX(120%);
}

.menuhumb.active{
	transform: translateX(0);
}

.close{
	position: absolute;
	top: 60px;
	left: 60px;
	content: url("/images/close.png");
}
.modal_{
	padding:50px;
	position: fixed;
	background: #fff;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6000;
	text-align: center;
	display: none;
}
.modal_form input[type="text"]{
	margin-bottom: 39px;
	width: 300px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid #3e3e3e;
	font-weight: 300;
}
.modal_form input[type="text"]:focus{
	outline: none;
}
.modal_form input[type="submit"]{
	padding: 35px 24px;
	background: #3e3e3e;
	border: 1px solid #3e3e3e;
	color:#fff;
	transition: .3s;
	margin-bottom: 23px;
}

.modal_form input[type="submit"]:hover{
	padding: 35px 24px;
	background: transparent;
	border: 1px solid #3e3e3e;
	color:#3e3e3e;

}
.p {
	font-size: 11px;
	font-weight: 300;
}
.p a{
	color:#3e3e3e;

}
.p a:hover{
	text-decoration: none;
}

.modal_name{
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 300;
	line-height: 140%;
}
.modal_form {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bgk{
	content: '';
	position: fixed;
	z-index: 2500;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.85);
	display: none;
}
.bgk.action{
	display: block;
}

.close_modal{
	position: absolute;
	top:20px;
	right: 20px;
	cursor: pointer;
}
.foto_item:hover img{
	transform: scale(1.3);
}

.plashka{
	display:none;
}

@media(max-width:1075px){
/*	.master:after{
		display:none;
	}*/
	.master_whats ul li{
		width: 100%;
	}
	.logo span{
		display:none !important;
	}
	.menuhumb{
		width: 80%;
	}

	.close{
		content:url("/images/white_close.png");
		left: -17%;
		opacity: 1 !important;
	}

	.map_point{
		display: none;
	}
	.item_button{
		padding: 26px 8px;
	}
	.schem{
		background-size: cover;
	}
	.menu .col-md-6{
		width: inherit;
	}
	.steps{
		flex-direction: column;
	}
	.step .number:after{
		display: none;
	}
	.cpry .left{
		margin-bottom: 10px;
	}
	.cpry{
		padding: 15px;
	}
	.trb_mob{
		margin-left: 15px;
		display: block !important;
	}
	.footer_menu{
		display: none;
	}
	.vertical_center .col-md-6{
		padding: 0px;
	}
	.questions{
		background-size: cover;
	}
	.menu .vertical_center{
		justify-content: space-between;
	}
	.vertical_center:before, .vertical_center:after{
		display: none !important;
	}
	.step{
		margin-bottom: 30px;
	}
	.h2{
		font-size: 36px;
	}
	.func_item_img:after, .func_item_img:before{
		display: none;
	}
	#map{
		height: 200px;
	}
	.redbtnsm {
		padding: 15px 35px;
		margin: 0px auto;
	}

	.phone{
		display: none;
	}
	.price{
		font-size: 24px;
	}
	.logo img{
		margin: 0px;
	}
	.priem{
		background: none;
	}
	/*.master{*/
		/*background: none;*/
	/*}*/
	.master_whats li:before{
		content:none!important;
	}
	.hdmob{
		display: none;
	}
	.priem_item{
		padding: 25px 10px 10px 25px;
	}
	.priem_item_block{
		margin-bottom:25px;
	}
	.priem_item span{
		position:relative;
		left:inherit;
	}
	.first-screen .container{
		position: relative;
		left: inherit;
		transform: none;
	}
	.first-screen_text{
		position: relative;
		top: inherit;
		transform: none;
		height: 100vh;
		text-align: center;
		padding-top: 50%;
	}
	.first-screen_form{
		position: relative;
		right: inherit;
		bottom:inherit;

	}
	.first-screen{
		height: inherit;
	}
	.first{
		font-size: 70px !important;
		line-height: 65px;
	}
	.second{
		font-size: 36px !important;
	}
	.threed{
		font-size: 22px !important;
	}
	.form_div{
		padding: 0px;

	}
	.first-screen{
		margin-bottom: 50px;
	}
	.master_form{
		width: 100%;
	}
	.plashka{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin:0px 15px 15px 15px;
		font-size:12px;
		
	}
	.plashka_item a{
		color:#000;
	}
}

.back_to_top{
	position:fixed;
	right:10%;
	bottom:20%;
	cursor:pointer;
	z-index: 2000;
	width:40px;
	height:40px;
	border: 2px solid rgba(0, 0, 0, 0.20);
	background:#fff;
	display:none;
	transition:.3s;
}
.show{
	display:block;
}

.back_to_top span{
		width: 24px;
    height: 14px;
    background: url(/images/black_close.png);
    display: block;
    background-position-y: -11.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.20;
    transition: .3s;

}
.back_to_top:hover{
	border: 2px solid rgba(0, 0, 0, 1);
}

.back_to_top:hover span{
	opacity:1;
}

.mouse{
		display: block;
    width: 28px;
    height: 43px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
		position:absolute;
		left:50%;
		bottom:50px;
	
}

.mouse:before{
		content:'';
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 2px;
    height: 10px;
    margin: -4px 0 0 -1px;
    background: #fff;
    border-radius: 2px;
    animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse{
	0%{
		opacity:1;
		top:29%
	}
	15%{
		opacity:1;
		top:50%
	}
	50%{
		opacity:0;
		top:50%
	}
	100%{
		opacity:0;
		top:29%
	}
}