@media (max-width: 768px) {
	header nav {
		display: none;
	}

	header .logo {
		width: 40vw !important;
	}

    header .price {
		display: none !important;
	}
    header nav+hr {
		display: none;
	}
	header .info-blocks > * {
		width: 100%;
	}
	header .info-blocks > *:first-child,  header .info-blocks > *:last-child{
		display: none;
	}
};
