body{
	padding: 0;
	margin: 0 auto;
	background: #f8f8f8!important;
	font-family: 'Roboto', sans-serif;
	max-width: 1920px;
	overflow-x:hidden; 
	box-sizing: border-box;
}
section.section_one{
	margin-top: 40px;
}
h3,h4{
	font-size: 26px;
	text-align: center;
	margin-top: 30px;
}
/*БЛОК 1*/

.block1{
	width: 100%;
	height: 530px;
	background: url(img/Фон.png) no-repeat 100% center /cover ;
	z-index: 50;
	position: relative;
}

.block1:before{
	content:'' ;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #555555;
	opacity: .4;
}
.cont1{
	margin: 0 auto;
	width: 1140px;
	height: 530px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
	'grid_one grid_two'
	'grid_one grid_three';
	z-index: 1000;
}
.zamer .h3{
	font-size: 30px;
	color: #000;
	font-weight: 400;
}
.cont1 .grid_1{
grid-area: grid_one;
position: relative;
}
.cont1 .grid_1 .g_1 {
    width: 484px;
    height: 530px;
    background: rgb(0,0,0,.5);
    position: relative;
}
.cont1 .grid_1 .g_1 .content{
	width: 340px;
	margin-left: 62px;
}


.cont1 .grid_1 .g_1 h1{
	line-height: 60px;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-transform: uppercase;

	padding-top: 80px;
	height: 115px;
}


.cont1 .grid_1 .g_1 .params{
	display: flex;
	padding-top: 121px;

}

.cont1 .grid_1 .g_1 .line_img{
	background-color: #dedddc;
	border-radius: 10px;
	width: 66px;
	padding: 18px 0;
}

.cont1 .grid_1 .g_1 .line_img img{
	padding-left: 13px;
}


.cont1 .grid_1 .g_1 .line_img img+img{
	padding-top: 57px;
}

.cont1 .grid_1 .g_1 .line_text{
	width: 241px;
	margin-left: 22px;
	margin-top: 5px;
}


.cont1 .grid_1 .g_1 .line_text p{
	color: #fff;
	margin: 0;
	font-weight: bold;
	  font-size: 22px;
  font-family: "Roboto",sans-serif;
  text-transform: uppercase;
  text-align: left;
  width: 250px;
}

.cont1 .grid_1 .g_1 .line_text p+p{
	padding-top: 25px;
}



.cont1 .grid_1 .g_1 .line_text .last{
	width: 275px;
}

.cont1 .grid_2{
	grid-area: grid_two;
	position: relative;
}


.cont1 .grid_2 .g_2{
width: 530px;
height: 216px;
background-color: rgb(255,255,255,.8);
margin-top: 16px;
margin-left: 10px;
}


.cont1 .grid_2 .g_2 .timer{
	padding: 26px 46px;
	box-sizing: border-box;
}


.block1 .h3{
	margin: 0;
}

.cont1 .grid_3{
	grid-area: grid_three;
	position: relative;
}

.cont1 .grid_3 .g_3{
width: 530px;
background-color: rgb(255,255,255,.8);
margin-left: 10px;
margin-bottom: 90px;
}

.cont1 .grid_3 .g_3 .zamer{
	padding: 30px 46px;
	box-sizing: border-box;
}
.cont1 .grid_3 .g_3 .zamer p{
	margin:14px 0;
}

.cont1 .grid_3 .g_3 .zamer input{
width: 445px;
height: 45px;
border-radius: 10px;
outline: none;
border: none;
padding: 0 19px;
box-sizing: border-box;
cursor: pointer;
}

.cont1 .grid_3 .g_3 .zamer input::placeholder{
color: #7f7e7e;
font-size: 16px;
}


.cont1 .grid_3 .g_3 .zamer input[type=submit]{
width: 190px;
height: 40px;
color: #fff;
background-color: rgb(125, 206, 41);
font-size: 18px;
border-radius: 2px;
margin-left: 50%;
transform: translateX(-50%);
}

section{
	background-color: #fff;
	width: 100%;
	height: auto;
}

section .info{
	width: 1140px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	padding-top: 82px;

}

section .info .items{
	display: flex;
    align-items: center;
    padding-bottom: 80px;
    margin-right: 35px;
}
section .info .items h4{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	width: 238px;
	margin-bottom: 20px;
}

section .info .items .items_text{
	margin-left: 18px;
	font-weight: 700;
    font-size: 17px;
}





/*SECTION 2*/


.section_two{
	margin-top: 24px;
	background-color: #98cb71;
	height: 270px;
	width: 100%;
}

.section_two .stat_list{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
		padding-top: 55px;
	padding-left: 68px;
}

.section_two .stat_list .item{
	padding-right: 49px;
	text-align: center;
}

.section_two .stat_list .item .txt{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;

}


.section_two .stat_list .item:nth-child(even){
	padding-bottom: 55px;
}


/*Специальные предложения на шкафы в Москве*/

.section_three{
margin-top: 30px;
background-color: #fff;
margin-bottom: 42px;
}

.window_solutions{
    margin: 10px auto;
	    width: 1140px;
}


.window_solutions .titles{
	    font-size: 20pt;
    margin-left: 10px;
    margin: 40px 0 0px;
}


.info_head{
	display: flex;
	align-items: baseline;
	font-size: 17pt;
	justify-content: start;
	font-weight: bold;
	font-family: 'Roboto',bold;
	margin: 0px auto 10px;
	position: absolute;
	top: 0;
	
}

.window_solutions_lineOne .images img{
	width:370px;
	
}
.window_solutions{
	margin-top: 0px;
	position: relative;
	 
}

.window_solutions_lineOne{
	display: grid;
	grid-template-columns: 1.2fr 1.5fr .7fr;
	grid-column-gap: 45px;
	align-items: end;
	margin: 0 0 30px;
	color: #000;
	 padding: 3px;
	transition: .2s;
	position: relative;
	padding-top: 30px;

}


.prises, .buttons{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
 

 


.table_line{
	display: flex;
	justify-content: space-between;
}


.price_buy{
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price_buy #current_price {
    text-decoration: line-through;
    color: #7d7d7d;
    margin: 0;
    margin-bottom: 15px;
}
.price_buy #new_price{
	font-size:25pt;
	font-weight: bold; 
	color: #000;
	margin:7px 0px 35px;
}

.price_buy button{
	width: 190px;
	height: 37px;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
	transition: .5s;
	z-index: 1000;

	  
}
.price_buy button#btn1{
background-color: #f38e17;
margin-bottom: 15px;
padding:0 10px;
width: 190px;

}

.prices{
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.info_sim .info_table .table_line p:nth-child(1){

	font-weight: bold;
	font-size: 16px;
	}


.info_table .table_line p{

	margin: 15px 0 0 ;
	font-size: 15px;
	
}

.container_price_line2 p{
	margin: 3px 0px;
	font-size: 15px;
}

.info_sim{
	
	display: flex;
	flex-direction: column;

}



#rew_product{
	background: #f2f4f3;
}

/*Отзывы*/


.section_four{
	margin-top: 30px;
	background-color: #fff;
}


.comment{
	width:1140px;
	margin: 0 auto;
	/*background-color: #fff;
	padding-top: 40px;*/
}

.comment .h3{
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 40px;
}

.comment_block{
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 40px;
color: #000;
grid-template-areas: 
'one two';
}

.coment_view{
	display: flex;
	flex-direction: column;
	background-color: #f2f4f3;
	padding: 40px 60px;
	font-size: 13pt;
}


 .coment_view div+div{
	margin-bottom: 20px;
} 
 .coment_view div:nth-child(1){
		margin-bottom: -30px;
} 
 
.text_comment{
	text-align: justify;
	line-height: 17pt;
}


.img_comment{
	display: flex;
	

}
.coment_view .img_comment img{
	width: 70px;
	height: 70px;
}

.img_comment img+img{
	margin-left: 20px;
	width: 70px;
	height: 70px;
	
}

.comment_columnOne{
	display: flex;
	flex-direction: column;
	grid-area:one;
}


.comment_columnOne div{
	margin-bottom: 20px;
}

.comment_columnOne .data_comment{
	margin:10px 0 20px;
}


.container_name{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3px;
}


.header_block_read{
	font-size: 24pt;
	margin-bottom:20px;
}




.coment_read{
	display: flex;
	flex-direction: column;
	background-color: #f2f4f3;
	padding: 30px 50px 0px;
	margin-bottom: 20px;
	grid-area: two;
}

.coment_read p{
	margin: 3px 0px;
}

.coment_read .button1{
	margin: 5px 0 20px;
}

.block_read form input[name="name"], input[name="email"]{
	width: 100%;
	border-radius: 10px;
	border:none;
	background-color: #fff;
	outline: none;
	height: 50px;
	font-size: 13pt;
	padding-left: 20px;
	margin-bottom: 20px;
}

.block_read input::placeholder{
	color: #a9a9a9;

}

.block_read textarea::placeholder{
	color: #a9a9a9;
	
}


.block_read form textarea{
	width: 100%;
	border-radius: 10px;
	height: 255px;
	border:none;
	background-color: #fff;
	outline: none;
	font-size: 13pt;
	padding-left: 20px;
	margin: 20px 0 10px;
	resize: none;
	font-family: "Roboto",regular;
}

input .button1, .button1{
	text-align: center;
}

.rait{
	padding-left: 15px;
}

.all_comment {
	
	margin-bottom: 40px;
	font-size: 14pt;
	margin-left: 250px;
}

.all_comment a{
	color: #000;
	cursor: pointer;
	text-decoration: none;
	border-bottom:1px solid #5f5f5f;
	
}



#btn_comment{
	text-align: center;
	border-radius: 5px;
	background-color: #7dce29;
	color: #fff;
	width: 200px;
	height: 40px;
	border: none;
	padding: 5px 50px;
	outline: none;
	cursor: pointer;
	font-size: 14pt;
}

#load_img{
	text-align: center;
	border-radius: 2px;
	background-color: #fff;
	color: #a1a1a1;
	width: 300px;
	height: 50px;
	border: none;
	padding: 5px 50px;
	outline: none;
	cursor: pointer;
	font-size: 12pt;
	margin-bottom: 20px;
	z-index: 100;
	

}

#razmer{
	width: 110px;
	height: 30px;
	    color: #646464;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 5px;
     outline: none;
    border: 1px solid #c1c1c1c1;
}



.all_comments{
	display: none;
	flex-wrap: wrap;
	flex-direction: row;

}

.all_comments .coment_view {
width: 50%;
}

.all_comments .data_comment{
position: relative;
top: 10px;
}

/*Stars for review*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
	background: url('img/star-transparent.png') no-repeat;
	background-position: -5px 0;
	
  }
  
  #reviewStars-input {
	
	position: relative;
	float: left;
  }
  
  #reviewStars-input input {
   
	opacity: 0;
	
	width: 20px;
	height: 20px;
	
	position: absolute;
	top: 0;
	z-index: 0;
  }
  
  #reviewStars-input input:checked ~ label {
		background: url('img/star-!transparent.png') no-repeat;
	height: 20px;
	width: 20px;
	 background-position: 0px 0px;
  }
  
  #reviewStars-input label {
	background-position: 0px 0;
	height: 20px;
	width: 20px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 1;
  }
  
  #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
		background: url('img/star-!transparent.png') no-repeat;
	height: 20px;
	width: 20px;
  
  
  }
  
  #reviewStars-input #star-0 {
	left: 0px;
  }
  #reviewStars-input #star-1 {
	left: 20px;
  }
  #reviewStars-input #star-2 {
	left: 40px;
  }
  #reviewStars-input #star-3 {
	left: 60px;
  }
  #reviewStars-input #star-4 {
	left: 80px;
  }
  #reviewStars-input #star-5 {
	left: 100px;
  }








/*last-BLOCK*/

.section_five{
	margin-top: 30px;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2efae;
}

.section_five .request{
	width: 1140px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,minmax(360px,1fr));
}

.section_five .request h2{
	font-size: 36px;
	margin: 0;
	line-height: 48px;
	font-weight: normal;
	width: 315px;
}
.section_five .request p{
	margin: 0;
}

#last_form{
	font-size: 18px;
	color: #111111;
	margin-top: 35px;
	width: 375px;
}


.section_five .request .row_2 input{
width: 360px;
height: 40px;
background-color: #f2f4f3;
outline: none;
border: 1px solid #ccc;
padding: 15px;
box-sizing: border-box;
font-size: 16px;
font-size: 18px;
font-family: "Roboto",Regular;
border-radius: 10px;
}

.section_five .request .row_2 textarea{
width: 360px;
height: 94px;
background-color: #f2f4f3;
outline: none;
border-radius: 10px;
resize: none;
font-size: 18px;
padding: 15px;
box-sizing: border-box;
border: none;
font-family: "Roboto",regular;
border: 1px solid #ccc;
}

.section_five .request .row_2 input::placeholder{
font-size: 16px;
color: #5b5b5b;
font-family: "Roboto",regular;
}

.section_five .request .row_2 p+p{
	margin-top: 19px;
	}

.section_five .request .row_2 textarea::placeholder{
font-size: 16px;
color: #5b5b5b;
font-family: "Roboto",regular;
}

#sub{
	text-align: center;
	border-radius: 5px;
	background-color: #7dce29;
	color: #fff;
	width: 200px;
	height: 40px;
	border: none;
	padding: 5px 50px;
	outline: none;
	cursor: pointer;
	font-size: 14pt;
	margin-top: 21px;
}


#load_photo{
	color:#787878;
	font-size: 16px;
}
#accept{
	font-size: 12px;
	width: 285px;
	padding-top: 24px;
}

.row_3, .row_2, .row_1{
	align-self: flex-end;
}
.row_3 p{
	margin: 0;
}

.row_3{
	justify-self: center;
}
.ok_msg{
	margin: 0 auto;
    text-align: center;
    background: #58ef4078;
    padding: 5px 10px;
    font-size: 16px;
}
.infomes button{
	  border-radius: 2px;
	  color: #fff;
	  cursor: pointer;
}
.infomes button:hover{
	opacity: 0.7;
}
.infomes button.green{

    background-color: rgb(125, 206, 41);

    border: 1px solid rgb(125, 206, 41);
}

.infomes button.red{

    background-color: #fc8d3d;

    border: 1px solid #fc8d3d;
}


@media only screen and (max-width : 1024px){
	.section_five .request {
		width: 100%;
		grid-template-columns: repeat(1,minmax(360px,1fr));
		justify-items: center;
	}
	.cont1 {
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas:
			'grid_one'
			'grid_three';
		z-index: 1000;
	}
	.cont1 .grid_1 .g_1 .line_img img+img{
		padding-top: 40px;
	}
	.cont1 .grid_1 .g_1 .line_text p{
		font-size: 21px;
	}
	.cont1 .grid_1 .g_1 h1{
		font-size: 40px;
		text-align: center;
	}
	.block1{
		height: 848px;
	}
	.section_five{
		margin-top: 0;
	}
}

@media only screen and (max-width : 560px){
	section.section_one .info .items{
		width: 90%;
		margin: 0 auto;
		margin: right 0;
	}
	.section_two .stat_list .item{
		padding-right: 33px;
	}
	.section_two .stat_list{
		width: 100%;
		overflow: scroll;
	}
	.cont1 .grid_1 .g_1{
		width: 100%;
	}
	.cont1 .grid_3 .g_3{
		width: 95%;
	}
	.cont1 .grid_3 .g_3 .zamer input{
		width: 100%;
	}
	.cont1 .grid_1 .g_1 .content{
		margin-left: 5px;
	}
	.section_five .request h2{
		margin: 0 auto;
		text-align: center;
	}
	.cont1 .grid_1 .g_1 .line_text p{
		font-size: 16px;
	}
	#last_form{
		text-align: center;
		margin: 10px;
	}
	.cont1 .grid_1 .g_1 .line_img img+img{
		padding-top: 23px;
	}
	.cont1 .grid_3 .g_3 .zamer{
		padding: 10px 20px;
	}
	.cont1 .grid_3{
		margin: 10px 0;
	}
	#sub{
		width: 100%;
	}
	#last_form{
		width: 95%;
	}
	.cont1 .grid_1 .g_1 .line_text .last{
		width: 100%;
	}
	.cont1 .grid_1 .g_1 .content{
		width: 100%;
	}
	.block1{
		height: 890px;
		overflow: hidden;
	}
	.row_2 input, .row_2 textarea{
		width: 300px!important;
		display: block;
		margin: 0 auto;
	}
}
