
/* ////////////////////////////////////////////  FALKA  */

section[id^='ext_menu-']{
    padding-bottom: 12em;
    background: 100% 86px no-repeat url(../img/4s_logo-line.png);
}

/* ////////////////////////////////////////////  FOOT  */

section[id^='contacts']{
	display:none;
}
section:nth-last-of-type(2){
	display:none;
}
footer[id^='footer']{
	height:20vW;
    background: 50% 100% no-repeat #ffffff url(../img/foot-red-noContact.png) !important;
    background-size: contain !important;
}
footer[id^='footer'] a{
	display:none !important;
}
@media (min-width: 992px) {
	footer[id^='footer']{
		height:16vW;
	}
}