/* адаптивность */

span.less-900 {
	margin:0 !important;
    }
	
span.less-900-show {
		display: none;
    }

@media screen and (max-width:900px) {
    span.less-900 {
		display: none;
		margin:0 !important;
    }
	
	span.less-900-show {
		display: inline;
    }

}

@media screen and (max-width:600px) {
   .less-600 {
		display: none;
		margin:0 !important;
    }
	
	
	.header_html>.block {
		flex-flow: column nowrap;
	}
	
	.header_html>.block>div {
		width:100% !important; 
	}

	.header .three {
		text-align: center !important;
	}
	
	.helloblock {
		width:100% !important;
	}
	
	.hellotext {
		width:100% !important;
	}
	
	.banner .fridge {
		display: none;
}

.banner .master {
	left:-5% !important;
}

div.banner {
	height:35vh !important;

}

.actionnow {
	flex-flow: column nowrap;
}

.actionnow div { 
	max-width:100% !important;
}

.actionnow div:first-child {
	
}

.actionnow div:last-child {
	text-align: left !important;
}

}