@media screen and (min-width: 768px) and (max-width: 900px)  {
	.product-menu li a {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 767px) {

.dropdown{
	display: none;
}
}


@media screen and (max-width: 1044px) {
	.product-menu li a {
	font-size: 12px;
}
}

.region-content{
	margin-top:-70px;
}
#block-system-main{
	margin-top:0 !important;
}
.row >section >h1:nth-child(1){
	display: none;
}
.banner-part{
	width: 100%;
}