@media all and (max-width: 1110px) {
	.navbar-default .navbar-nav>li>a {
		max-width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 13px;
	}
}

@media all and (max-width: 1000px) {
	.navbar-default .navbar-nav>li>a {
		max-width: 150px;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.divWhiteSecFrameMsgHomeCities h4 {
		line-height: inherit;
	}
	.divTariffSecHomeRowItem {
		width: 50%;
	}
}

@media all and (max-width: 900px) {
	.navbar-default .navbar-nav>li>a {
		max-width: 120px;
		font-size: 11px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.divNoiseSecHomeRowItem {
		width: 50%;
		min-height: 80px;
	}
}

@media all and (max-width: 800px) {
	.divSplashText h2 {
		padding: 5px;
		font-size: 1.5em;
	}
}

@media all and (max-width: 768px) {
	.navbar-default .navbar-nav>li>a {
		max-width: 100%;
		height: 30px;
		line-height: 30px;
	}
	.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>li>a.aHeaderMenuActive:after {
		left: 0px;
		bottom: 0px;
		top: 0px;
		right: auto;
		height: auto;
		width: 2px;
	}
	.navbar-default .navbar-nav>li>a.aHeaderMenuActive {
		background-image: none;
	}
	.divNoiseSecHomeRowItem {
		min-height: 100px;
	}
}

@media all and (max-width: 700px) {
}

@media all and (max-width: 650px) {
	.divSplashText h2 {
		font-size: 1em;
	}
	.divSplashText {
		bottom: 1em;
	}
}

@media all and (max-width: 550px) {
	.divNoiseSecHomeRowItem {
		min-height: 125px;
	}
	.divFooterSecFrame {
		width: 100%;
		float: none;
		padding: 10px;
	} 
}

@media all and (max-width: 500px) {
	.divSplashText h2 {
		font-size: 0.7em;
	}
	.divSplashText {
		bottom: 0.3em;
	}
	.divNoiseSecHomeRowItem {
		width: 100%;
		min-height: 50px;
	}
	.divTariffSecHomeRowItem {
		width: 100%;
	}
}

@media all and (max-width: 450px) {
	.divPageSecChooseCity .divPageDefPad {
		padding: 0px 0.8em 2em 0.8em;
	}
	.divPageSecChooseCityItemLbl {
		max-width: 200px;
	}
}

@media all and (max-width: 360px) {
	.divSplashText h2 {
		font-size: 0.5em;
		padding: 2px;
	}
	.divSplashText {
		bottom: 0em;
	}
	.divPageSecChooseCityItemLbl {
		max-width: 170px;
	}
}

