@media only screen and (max-width: 1450px){
	.menu_border{
		width: 1180px;
	}
}
@media only screen and (max-width: 1350px){
	.footer_border{
		width: 96%;
		
	}
}
@media only screen and (max-width: 1200px){
nav>ul{
	display: none;
}
.leng {
    right: 8px;
}
.contacts-for {
    right: 105px;
}
.nav-bar-menu {
    top: 23px;
    right: 15px;
	}
.nav-bar-menu{
	display: block;
}
.page_title{
	width: 98%;
	 font-size: 30px;
	     margin: 220px auto;
	             font-size: 25px;
}

}
@media only screen and (max-width: 1000px){
	.form {
    width: 412px;
	}
}
@media only screen and (max-width: 800px){
	.footer_border h2{
		font-size: 20px;
	}
	.footer_border{
		height: 600px;
	}
	.text1 {
    height: 15px;
    font-size: 13px;
}
.textarea1 {
    width: 90%;
    margin-left: 3%;
    height: 101px;
	}
	.form {
    width: 382px;
    border-radius: 30px;
    top: 299px;
	}
	.footer-contacts>li {
    margin-top: 35px;
}
.footer-contacts>li>p{
	font-size: 13px;
	line-height: 20px;
}
}

@media only screen and (max-width: 600px){
#logo {
    position: absolute;
    z-index: 999;
    margin-left: 4px;
    top: 1px;
    cursor: pointer;
    width: 100px;
}
.footer_top{
	border: none;
}
.footer_top ul{
	display: none;
	
}
}
@media only screen and (max-width: 500px){
.form {
    width: 342px;
    border-radius: 30px;
    top: 344px;
	}
	.footer_border{
		width: 340px;
	}
	#footer p{
		display: none;
	}
}
