@media (max-width:1200px) {
	header
	{
		height: 80px;
	}
	header .container
	{
		width: 100%;
	}
	header img
	{
		height: 80px;
	}
	.main-content
	{
		margin-top: 80px;
	}
	.bxslider li {
		height: calc(100vh - 80px);
	}	
	header .navbar-nav {
		margin-top: 37px;
	}
}

@media (max-width:1024px) {
	.ae {
		visibility: visible !important;
	}
	header
	{
		height: 60px;
	}
	header img
	{
		height: 60px;
	}
	.main-content
	{
		margin-top: 60px;
	}
	.bxslider li {
		height: calc(100vh - 60px);
	}	
	header .logo {
		margin-right: 10px;
	}
	header .navbar-nav {
		font-size: 13px;
		margin-top: 7px;
	}
	header .navbar-nav>li>a {
		padding: 5px 8px;
	}
	
	header .navbar-langs
	{
		top: 70px;
	}
}                     	

@media (max-width:850px) {
	header {
		height: 50px
	}
	header img {
		max-height: 50px
	}
	.main-content
	{
		margin-top: 50px;
	}
	header .navbar-nav {
		font-size: 10px;
		margin-top: 7px;
	}
	header .navbar-langs
	{
		top: 60px;
	}
}

@media (max-width:766px) {
.navbar-nav .dropdown-menu, header .navbar-nav {
	text-align: center;
	background: #b4211a;
}
.navbar-collapse.collapse {
	padding-right: 15px
}
.main-content
{
	margin-top: 50px;
}

header .navbar-langs
{
	top: 10px;
	right: 100px;
}

.navbar-toggle {
	margin: 4px 0 0 0;
	line-height: 15px
}
.navbar-toggle::after {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-225deg);
	vertical-align: top;
	width: 0.45em;
	margin-left: 18px;
}
header {
	height: 50px
}
header img {
	max-height: 50px
}
.bxslider li {
	height: calc(100vh - 50px);
}	
header .navbar-nav {
	padding: 18px 0;
	margin: 0;
	width: 100%;
	font-size: 15px; 
}
header .navbar-nav li a
{
	color: #fff;
}
header .navbar-nav li a:hover
{
	color: #fff;
	text-decoration: underline;
}
navbar-nav .dropdown-menu {
	display: block!important;
	position: relative;
	float: none
}
header .nav>li.dropdown:hover:after {
	display: none
}
.dropdown-menu li {
	padding-top: 0!important;
	width: 100%
}
.dropdown-menu li a {
}
}




@media (max-width:766px) {
	
	.contacts *
	{
		text-align: center;
	}

	header .navbar-langs>li.dropdown a:before {
		display: inline-block;
		content: " ";
		font-size: 3px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #ccc;
		margin: 5px 10px 0 0;
	}

}

@media (max-width:550px) {

	header .logo-kop
	{
		display: none;
	}
	
}


@media (max-width:500px) {
	
	.contacts *
	{
		text-align: center;
	}
	
	h2
	{
		text-align: center;
	}
	


	
}

@media (max-width:400px) {
	header .logo
	{
		display: none;
	}

	header .navbar-langs {
		left: 30px;
		right: auto;
	}
	

}