@media (max-width:1024px) {
	.product_list .list .product{
		width: 100%;
	}
	.product_list .list{
		flex-flow: column;
	}
	.product_cart .info{
		display: block;
		padding-bottom: 0;
	}
	.image img{
		width: 100%;
	}
	.bottom .footer-line .footer-col{
		width: 100%;
	}
	.product_cart .info > div{
		width: 100%;
	}
	.order.green{
		margin-bottom: 10px;
	}
	header .logo{
		margin: 0;
	}
	header nav{
		position: fixed;
		display: flex;
    flex-flow: column;
    z-index: 2;
    background: #fff;
    width: 100%;
    top: 94px;
		left: -114%;
		transition: 0.3s ease all;
		align-items: center;
}
.bottom .footer-line .footer-col{
	padding-right: 0 !important;
}
.container{
	padding: 0 16px;
}
.product_cart .descr{
	padding-bottom: 23px;
}
header .nav{
	align-items: center;
}
header nav.active{
	left: 0;
}
header nav a {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #18a9644d;
}
.product_list .list .product{
	margin-bottom: 20px;
}
header nav a{
	width: 100%;
	text-align: center;
}
	
    .modal.order {
        max-width: 608px;
        width: 100%;
        padding: 21px 24px 21px 24px;
        border-radius: 0;
    }
    .blocker {
        padding: 0;
    }
    .mobile img {
        width: 100%;
    }
}
@media (min-width:1025px) {
    .mobile {
        display: none;
    }
}