@media (max-width:1200px){
    body{
        padding: 15px;
    }
    .header{
        padding-top: 15px;
    }
    .header_menu{
        position: relative;
        margin-bottom: 10px;
    }
    
    .menu_icon{
		display:block;
	}
	
	.menuOff_b:before{
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:rgba(10,49,62,0.9);
	}
	.menu_main{
        display: block;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		z-index:999;
		width:260px;
		height:auto;
		overflow:auto;
		margin-right:-280px;
		background:#fff;
        padding: 0;
	}
	.menu_logo{
		display:block;
        margin-bottom: 10px;
	}
	.menu_item{
		display:block;
        float: none;
		text-align:right;
		position:relative;
		transition:.2s;
        padding: 0 0;
        
	}
	.menu_item SPAN{
		display:block;
	}
	.menu_item > A{
		height:42px;
		line-height:42px;
		padding:0 25px;
        font-weight: normal;
        font-size: 14px;
        color: #0a313e;
	}
    .menu_item:hover > A, .menu_item A:hover{
        color: #0a313e;
    }
	
    .menu_child{
		position:relative;
		top:0;
        right: 0;
		width:230px;
		margin:0 15px 0;
		background:#b18d54;
		transition:0s;
		border-radius:10px;
        box-shadow:0 0 0 rgba(0,0,0,0.0);
		overflow:hidden;
		padding:5px 0;
    }
    
}
@media (max-width:960px){
    .about .d1000{
        width: 100%;
        padding: 324px 0 0;
        background-position: center top;
    }
    .about_title{
        display: none;
    }
    .about_text{
        width: 100%;
        background: #fff;
        color: #0a313e;
        text-align: center;
        padding: 10px;
        border: 0;
        font-size: 18px;
    }
    .about_text A{
        margin: 0 auto;
        margin-top: 10px;
        background: #0a313e;
        color: #fff;
    }
    
    .projects .d1000{
        padding: 30px 0;
        min-height: 0;
        background: none;
    }
    .projects_title{
        padding: 20px;
    }
    
    .projects_tPlus IMG{
        float: none;
        width: 100%;
        height: auto;
    }
    .projects_tPlus_title{
        float: none;
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .projects_tPlus_text{
        float: none;
        width: 100%;
        height: auto;
        padding: 30px;
    }
    
    .slider_item{
        width: 50%;
        aspect-ratio: 1 / 1;
        border-bottom: 1px solid #84693f;
    }
    
    .footer_left{
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer_left B{
        text-align: center;
    }
    .footer_right{
        float: none;
        text-align: center;
        padding-bottom: 60px;
        font-size: 16px;
    }
}

@media (max-width:500px){
    .slider_item{
        width: 100%;
        aspect-ratio: 1 / 1;
        border-left: 0;
    }
    
    .single_title STRONG{
        font-size: 18px;
    }
    .single_title H1{
        font-size: 22px;
    }
}