@media screen and (max-width: 1300px) {
	.main {
		width: 100%;
		padding: 0 10px;
	}

}

@media screen and (max-width: 1280px) {
	.header__container {
		width: 100%;
		max-width: 100%;
	}

	.header {
		padding: 0 10px;
	}

	.tit_of {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.bnr .whatsapp svg {display: none;}
	.box_contact-add:last-child {display: none;}

}

@media screen and (max-width: 1150px) {
	.tel {
		display: none;
	}

	.tit_srv {
		font-size: 20px;
	}

	.text_srv {
		font-size: 14px;
	}

	.tit_comp {
		font-size: 50px;
		min-width: 150px;
	}
	.text_c {
	    font-size: 16px;
	    margin-bottom: 10px;
	}	
	.box_partner img {
	    height: 100px;
	}


}

@media screen and (max-width: 1023px) {
	
	.mail {display: none;}


	.text_bnr {
		width: 50%;
	}

	.form {
		width: 50%;
	}

	.box_comp_1, .box_comp_2 {width: 46%;}

	.text_dlv {
		font-size: 13px;
	}

	.tit_adv {
    	font-size: 14px;
	}

	.numb_sr {
		font-size: 60px;
	}

	.subtit_of {
		font-size: 12px;
	}
	.boxes_of {
		flex-wrap: wrap;
	}
	.box_of {
	    width: 50%;
	    margin-bottom: 20px;
	}

	.box_transportation {
	    margin-bottom: 10px;
	    width: 44%;
	}

	.bnr > div:nth-child(2) > div.boxes_contact-add > a:nth-child(5) {display: none;}

	.box_dlv {width: 48%; margin-bottom: 20px;}

	.bnr .main {
		margin: 10px 0;
	}

	.services .boxes_inp {
	    flex-direction: column;
	}

	.services .form {
	    padding: 40px 40px;
	}

	.services input {
	    margin-right: 0px;
	    margin-bottom: 20px;
	}

	.services .form .btn {margin-left: 0;}

}

@media screen and (max-width: 767px) {
	
	.mail {display: none;}


	.text_bnr {
	    width: 100%;
	    padding-right: 0px;
	    padding-bottom: 50px;
	}

	.form {
		width: 100%;
	}
	.bnr {
		 height: auto;
		 padding: 100px 0 80px 0;
	}

	.bnr .main {
	    flex-direction: column;
	    height: 100%;
	}

	.box_comp_1, .box_comp_2 {width: 100%;}
	.box_srv {
		width: 47%;
    	height: auto;
    	margin-bottom: 20px;
	}

	.box_adv {
		width: 47%;
	}

	.box_desc {
	    flex-direction: column;
	}

	.left_comp {
   		width: 100%;
	    padding-right: 0px;
	}

	.right_comp {
		height: 250px;
		width: 100%;
	}

	.stockroom .main {
    	flex-direction: column;
	}

	.left_sr, .right_sr {
		width: 100%;
	}

	.left_sr {
		padding-right: 0px;
	}

	.right_sr {
		height: 250px;
	}

	.text__logo {
		text-align: center;
	}

	.menu__list {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	div#company, div#office, div#comment, div#price, div#services {
	    top: 0px;
	}

	.bnr {padding: 10px 0 80px 0;}
	.boxes_contact-add {display: none;}

	.price .form {width: 100%;}

	.box_partner {width: 50%;}

	.box_dlv .btn {width: 100%;}

	.text-logo_bnr {
		font-size: 30px;
	}
	
	.tit_prise {font-size: 28px;}

}

@media screen and (max-width: 480px) {
	
	.box_btn .btn {
		font-size: 14px;
	}
	.box_srv {
		width: 100%;
	}

	.box_comp-img {
		flex-direction: column;
	}

	.box_comp-img img {
	    width: 100%;
	}

	.box_of {
    	width: 100%;
	}
}