@media (max-width: 1680px){
	.max-width {
	    width: 95%;
	    margin: 0 auto;
	}
}
@media (max-width: 1366px){
	html, body {
    	font-size: 14px;
    }
}
@media (max-width: 1280px){
	header{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	header .logo{
		transform: none;
	}
	header .logo .name{
		font-size: 2.625rem;
	}
	header .logo .descr{
	    font-size: 13px;
	}
	header .menu{
		order: 1;
		width: 100%;
	    margin-top: 10px;
	}
	header .menu ul li{
		font-size: 1.2rem;
	}
	header .phone{
		font-size: 1.55rem;
	}
	.why .text{
		grid-column-start: 1;
    	grid-column-end: 3;
	}
	.order form{
		width: 40%;
	}
	footer .footer-wrap .logo .name{
		font-size: 2.625rem;
	}
	footer .footer-wrap .logo .descr{
	    font-size: 13px;
	}
	footer .footer-wrap .phone{
		font-size: 1.55rem;
	}

}
@media (max-width: 1152px){
	h2{
		font-size: 2rem;
	}
	.application img {
    	width: 50%;
    }
    .price .content .prices .cost{
    	font-size: 1.5rem;
    }
    .order form {
	    width: 50%;
	    margin-left: 0;
	}
}
@media (max-width: 980px){
	header .menu ul li {
	    font-size: 1.1rem;
	}
	.paint img {
    	width: 33%;
	}
	.advantages ul{
		grid-gap: 10px;
	}
	.advantages ul li{
		font-size: 1.1rem;
	    font-weight: 600;
	}
	.advantages ul li img{
	    width: 80px;
    	margin-right: 15px;
	}
	.price{
	    background-position: right top 25%;
	}
	footer .footer-wrap .logo img{
		width: 50px;
	}
	footer .footer-wrap .logo .name{
		font-size: 2.5rem;
	}
	footer .footer-wrap .logo .descr {
	    font-size: 11px;
	}
	footer .footer-wrap .menu ul{
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}
@media (max-width: 768px){
	header .logo{
	    grid-gap: 0 5px;
	}
	header .logo img{
		width: 50px;
	}
	header .logo .name{
		font-size: 2.5rem;
	}
	header .logo .descr {
	    font-size: 11px;
	}
	header .menu ul li {
	    font-size: 1rem;
	}
	header .phone {
	    font-size: 1.3rem;
	}
	header .phone:before{
		background-size: 50px;
	}
	.paint .text .btn{
		border-width: 5px;
	}
	.advantages ul {
	    width: 100%;
	}
	.advantages ul li{
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.advantages ul li img {
    	width: 70px;
	}
	.order form{
		width: 60%;
	}
	footer .footer-wrap .menu{
		display: none;
	}
	footer .footer-wrap .phone {
	    font-size: 1.3rem;
	}
}
@media (max-width: 640px){
	h2 {
	    font-size: 1.5rem!important;
	}
	header{
		display: grid;
    	grid-template-columns: auto auto;
	}
	header .logo{
		grid-row-start: 1;
    	grid-row-end: 3;
	}
	header .logo .name {
	    font-size: 2.3rem;
	}
	header .logo .descr {
	    font-size: 10px;
	}
	header .menu{
		display: none;
	}
	header .phone{
		padding-left: 30px;
	}
	header .phone:before{
		width: 30px;
		height: 30px;
		background-position: 60% 50%;
	}
	.paint img {
	    width: 30%;
	}
	.paint .text{
		width: auto;
	}
	.paint .text .title {
	    font-size: 1.6rem;
	    margin-bottom: 10px;
	}
	.paint .text .btn {
    	font-size: 1.2rem;
	}
	.why{
		display: flex;
    	flex-direction: column;
	}
	.why h2{
		order: -1;
    	font-size: 2rem;
    	text-align: center;
	}
	.why h2 br{
		display: none;
	}
	.application img {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.advantages ul{
		display: block;
	}
	.advantages ul li + li{
		margin-top: 10px;
	}
	.advantages ul li img {
	    width: 50px;
	}
	.price{
	    background-size: 60%;
	}
	.price .content img{
		display: none;
	}
	.order form{
		min-width: 400px
	}
}
@media (max-width: 550px){
	footer .footer-wrap{
	    flex-direction: column;
	    align-items: center;
	    width: max-content;
	    text-align: center;
	}
	footer .footer-wrap .logo{
		margin-bottom: 10px;
	}
	footer .footer-wrap .phone,
	footer .footer-wrap .mail{
		padding-left: 0;
		margin-bottom: 0;
	}

	footer .footer-wrap .phone:before{
		position: static;
		transform: none;
		vertical-align: middle;
	    background-size: 40px;
	}
	footer .footer-wrap .mail:before{
		position: static;
		transform: none;
		vertical-align: middle;
	    font-size: 1.3rem;
	    padding-right: 2px;
	}
	footer .copyright{
		text-align: center;
	}
}
@media (max-width: 440px){
	.top{
		background-size: cover;
		margin-bottom: 10px;
	}
	header .logo{
	    grid-template-columns: 25px auto;
	}
	header .logo img{
		width: 22px;
	}
	header .logo .name {
	    font-size: 1.5rem;
	}
	header .logo .descr{
	    grid-column-start: 1;
    	grid-column-end: 3;
	}
	header .phone {
	    font-size: 1.125rem;
	}
	header .phone:before {
	    width: 20px;
	    height: 20px;
	    background-size: 35px;
	}
	header .mail{
		font-size: 1rem;
	}
	.paint .text .btn {
	    border-width: 3px;
	}
	/*.why h2{
		margin-bottom: 0;
	}*/
	.price .content .prices .cost,
	.price .content .prices .delivery {
	    font-size: 1.2rem;
	    margin-bottom: 10px;
	}
	.order form{
		min-width: 100%;
		width: 100%;
	}
	.order form input[type="text"]{
	    padding: 13px;
	}
	.order form input[type="submit"]{
		border-width: 3px
	}
}

/* @media (min-width: 1280px){
    .why{
	grid-template-rows: 150px 50px 50px 50px 50px;
    }
} */