/*ABOUT*/

.about{
	max-width: 1150px;
	margin: 0 auto 120px;
	padding: 15px;
	font-family: 'RobotoSlab';
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	/* transition: all 0.3s ease; */
	opacity: 0;
	visibility: hidden;
}

.overlay.open {
	visibility: visible;
	display: block;
	opacity: 1;
}

.ab_title, .dir_title, .ndt_dir_title, .ndt_dir_title_res, .last_title{
	color: #7b6f47;
	font-size: 35px;
	margin-bottom: 18px;
	text-align: center;
	display: block;
	font-weight: 700;
}

.ab_title2, .dir_title2, .ndt_dir_title2, .ndt_dir_title2_res, .last_title2{
	font-size: 20px;
	margin-bottom: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l_line{
	border-bottom: 1px solid #7b6f47;
	width: 20%;
	margin-right: 23px;
}

.obl{
	text-align: center;
}

.r_line{
	border-bottom: 1px solid #7b6f47;
	width: 20%;
	margin-left: 23px;
}

.ab_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ab_img{
	margin-right: 56px;
}

.ab_text{
	font-family: 'RobotoSlab';
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin-bottom: 20px;
}

.h_title{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 55px;
	display: block;
	text-align: center;

}

.h_text{
	margin-bottom: 114px;
}

.h_text p{
	font-size: 18px;
	line-height: 23px;
}

.rus span {
	margin-top: 30px;
	color: #7b6f47;
	display: block;
	font-size: 25px;
	cursor: pointer
}

.p1{
	margin-bottom: 84px;
}

.h_button{
	display: flex;
	justify-content: space-between;
}

.btn_more{
	padding: 10px 30px;
	background: #7b6f47;
	color: #fff;
	font-size: 25px;
	border: none;
	outline: none;
	cursor: pointer;
}

.btn_more:hover{
	background: #fff;
	color: #7b6f47;
	outline: 1px solid #7b6f47;
}

.h_button button:hover{
	background: #fff;
	color: #7b6f47;
	outline: 1px solid #7b6f47;
}

.h_see{
	display: flex;
	align-items: end;
	border-bottom: 1px solid black;
}

.h_see a{
	font-size: 18px;	
	margin-right: 8px;
	color: #000;
}

.h_see img{
	margin-left: 8px;
}

/*ABOUT END*/

/*BAKI*/
.recycling_container{
	box-shadow: 0 3px 25px 1px rgba(1, 1, 1, 0.6);
	padding: 10px;
	margin: 40px 0;
}

.slide{
	margin: 0 5px;
}

.recycling{
	display: flex;
	flex-direction: column;
	margin: 40px auto;
	max-width: 890px;
}

.recycling_main{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border: 5px solid #7B6F47;
	padding: 50px;
	margin: 0 auto;
	min-width: 770px;
	max-width: 800px;
	margin-bottom: 30px;
	height: 66px;
}

/* slider */
.slider{
	width: 100%;
	overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
}
.slider_line{
	/* width: 7000px;
	margin-right: 2500px; */
	left: 890px;
	position: relative;
    transition: all ease .5s;
    /* left: 0; */
    text-align: center;
    display: flex;
	justify-content: center;
    margin: 20px 0;
}
.change_block{
	/* float: left; */
	margin-right: 10px;
    /* width: 1140px; */
	/* height: 220px; */
}
.prevent-click {
	pointer-events: none;
}
/* end slider */

.recycling_main_title1{
	color: #7B6F47;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}

.recycling_main_title2{
	position: absolute;
	width: 450px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -15px;
	background: #fff;
	font-weight: 300;
	font-size: 24px;
	color: #7B6F47;
}
.change_block{
	text-align: center;
}

.recycling_main_btn{
	margin: 35px auto;
	padding: 10px 35px;
	background: #7B6F47;
	color: #fff;
	border: none;
	font-size: 25px;
}

.recycling_main_btn:hover{
	background: #fff;
	outline: 1px solid #7B6F47;
	color: #7B6F47;
	cursor: pointer;
}

.recycling_dots{
	display: flex;
	justify-content: center;
}

.recycling_dots span{
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #D1D1D1;
	cursor: pointer;
}

.recycling_dots span.active{
	background: #7B6F47;
}
	
.recycling_dots span:not(:last-child){
	margin-right: 10px;
}

.recycling_link{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.recycling_link a{
	width: 160px;			
	display: flex;
	cursor: pointer;
	padding-bottom: 5px;
	color: #7B6F47;
}
.recycling_play {
	display: none;
}

.recycling_link a span{
	border-bottom: 1px solid #7B6F47;
	width: 100px;
	display: flex;
}

.link-back{
	justify-content: left;
}

.link-back::before{
	content: "";
	background: url("img/play_back.png");
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.link-forward{
	justify-content: right;
}

.link-forward:after{
	content: "";
	background: url("img/play.png");
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.link-forward span{
	justify-content: right;
}
/*BAKI END*/

/*CORRUPTION*/
.corruption{
	background: #F0F0F0;
	font-family: 'RobotoSlab';
	padding: 81px 0 51px 0;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.dots_cor1{
	position: absolute;
	left: 0;
	top: 10px;
	width: 170px;
}

.dots_cor2{
	position: absolute;
	right: 0;
	top: 180px;
	width: 170px;
}

.cor_block{
	width: 680px;
	height: 119px;	
	margin: 0 auto;
	color: #6B6B6B;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 34px;
	background: url(img/cor_block.png);
	background-repeat: no-repeat;
	position: relative;
}

.cor_tite{
	font-size: 25px;
	font-weight: 700;		
}

.cor_send{
	font-size: 18px;
	font-weight: 300;
	position: absolute;
	bottom: -5px;
}

.cor_btn{
	width: 370px;
	height: 61px;
	color: #fff;
	background: #7b6f47;
	border: none;
	cursor: pointer;
	font-size: 25px;
}

.cor_btn:hover{
	color: #7b6f47;
	background: #fff;
	outline: 1px solid #7b6f47;
}
/*CORRUPTION END*/

/*DIRECTION*/
.direction{
	max-width: 1050px;
	margin: 0 auto 90px;
}

.dir_slider{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
	overflow-x: scroll;
	height: 330px;
	align-items: center;
	max-width: 1100px;
}

.dir_slider img{
	margin-right: 40px;
}

.dir_line{
	text-align: center;
}
/*DIRECTION END*/

/*LAST_NEWS*/

.last_new{
	width: 1265px;
	margin: 0 auto 70px;
	overflow-x: scroll;
}

.news_slider{
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
	align-items: center;
	font-family: 'RobotoSlab';
}

.news_block{
	padding: 20px;
	min-width: 500px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.42);
	margin-right: 20px;
	height: 560px;
}

.news_date{
	font-size: 15px;
	margin-bottom: 20px;
	display: block;
}

.news_title{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 20px;
	display: block;
	color: #464646;
	height: 70px;
}

.news_flex{
	display: flex;
	justify-content: space-between;
}

.news_content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
	color: #464646;
	height: 380px
}

.news_text{
	font-size: 16px;
	line-height: 19px;
}

.news_more{
	border-bottom: 1px solid black;	
}

.news_more a{
	color: #464646;
}

.news_more img{
	margin-left: 20px;
}

/*LAST_NEWS END*/



/*MENU END*/

#nav-icon2 {
    width: 60px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), 
#nav-icon2 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(3), 
#nav-icon2 span:nth-child(4) {
    top: 18px;
}
#nav-icon2 span:nth-child(5), 
#nav-icon2 span:nth-child(6) {
    top: 36px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}
#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}
#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
}
#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
}

/*----------------------------------ADAPTIVE-------------------------*/

@media (max-width: 900px) {

	/* slider */
	.change_block{
		margin-right: 20px;
	}
	.slider{
		margin-left: 10px;
	}
	.slider_line {
		left: 500px;
	}
	/* slider end */

	.h_text p {
		font-size: 18px;
	}
	.h_text {
		margin-bottom: 30px;
	}
	.h_button {
		flex-direction: row;
	}
	.recycling_main {
		min-width: 360px;
	}
	.recycling_play {
		display: none;
	}
	.recycling_link {
		justify-content: space-around;
	}
	.dir_slider img {
		width: 90%;
	}
	.dir_slider {
		height: 205px;
	}
	.dots_cor1 {
		width: 100px;
	}
	.dots_cor2 {
		width: 100px;
		top: 130px;
	}

}

@media(max-width: 960px) {
	.h_text p {
		font-size: 16px;
	}
	
	.h_title, .btn_more, .rus span, .recycling_main_title1, .recycling_main_title2, .recycling_main_btn, .news_title {
		font-size: 18px;
	}
	
	.h_title {
		margin-bottom: 25px;
	}
	
	.ab_title, .dir_title, .last_title {
		font-size: 24px;
	}
}

@media (max-width: 940px) and (min-width: 741px) {
	.ab_img {
		width: 300%;
	}
}

@media (max-width: 740px) {

	.dir_slider {
    	padding: 0 20px;
	}
	
	.ab_block {
		flex-direction: column;
	}
	
	.ab_img{
		margin: 0 0 20px 0;
		width: 90%
	}
}

@media (max-width: 500px) {
	.recycling_main{
		min-width: 230px;
	}
	
	.slider_line {
		left: 370px;
	}
	
	.recycling_main_title1 {
		font-size: 17px;
	}
	
	.news_flex{
		flex-direction: column-reverse;
	}
	
	.news_img{
		text-align: center;
		height: 200px;
		margin-bottom: 30px;
	}
	
	.news_img img {
		height: inherit;
		width: inherit;
		margin-top: 15px;		
	}
	
	.news_content{
		height: 220px;
	}
	
	.news_block{
		min-height: 570px;
	}
}


@media (max-width: 480px) {
	.direction {
    	width: 100%;
    }
	
	.dir_slider {
		height: 250px;
		flex-direction: column;
		flex-wrap: wrap;
		margin-top: 30px;    
    }
	
	.dir_slider img {
		width: 45%;
    }
    
    .ab_title, .dir_title, .ndt_dir_title, .ndt_dir_title_res, .last_title {
		font-size: 27px;
    }

    .ab_img {
		width: 100%;
	}
	.ab_text {
		margin-top: 20px;
	}
	
	.recycling_main_title2 {
		width: 290px;
	}
	
	.recycling_link {
		display: none;
	}
	.recycling_dots {
		align-items: center;
	}
	.recycling_play {
		display: block;
		margin-left: 70px;
	}
	.recycling_play img:last-child {
		margin-left: 10px;
	}
	.dir_slider {

	}
	.dir_slider img {
		width: 90% !important;
	}
	.head_bottom {
		overflow: hidden !important;
	}
	.cor_tite {
		font-size: 20px;
	}
	.cor_block {
		width: inherit;
		background-size: 100% 70%;
		color: #7B6F47;
	
	}
	.cor_btn {
		width: 210px;
	}
	.dots_cor1 {
		top: 279px;
	}
	.dots_cor2 {
		top:268px;
	}
	.dots_cor1,.dots_cor2 {
		width: 70px;
	}
	.corruption {
		margin-bottom: 77px;
	}
	.btn_more {
		padding: 10px 15px;
	}
	.cor_tite {
		margin-bottom: 35px;
	}

}

@media (max-width: 400px) {
	.cor_btn{
		width: 60%;
	}

	.cor_tite{
		font-size: 20px;
	}

	.cor_send{
		font-size: 15px;
	}	

	.search{
		display: none;
	}
	
	.news_title{
		font-size: 14px;
		width: 90%;
	}	
}

@media (max-width: 375px) {	
	.btn {
    	display: flex;
	    justify-content: center;	    
    }

   .rewiew1{
	position: absolute;
	left: 20%;
	top: -20px;
  }
  
  .rewiew2{
	position: absolute;
	left: 0%;
	top: -20px;
  }
  
  .rewiew3{
	position: absolute;
	top: -20px;
  }   
}

@media (max-width: 323px) {
  .dir_slider {
	 height: 195px;
  }
}