* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	
}

.index-bg {
	background-image: url(../img/1301.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	position: relative;
	z-index: 0;
	padding-top: 10px;
}

.logo {
	margin-top: 3%;
	margin-left: 9%;
	margin-bottom: 300px;
}

.logo img {
	width: 40%;
}

.logo-adaptiv {
	display: none;
}

.contacts {
	position: fixed;
	right: 15px;
	top: 0px;
	z-index: 2;
	width: 40px;
}

.contacts img {
	width: 40px;
	margin-top: 15px;
	opacity: .9;
}

.contacts a {
	text-decoration: none;
}

.menu {
	text-align: center;
	padding-bottom: 30px;
}

.menu ul {
	list-style: none;
	overflow: hidden;
	padding: 8px;
}

.menu ul li {
	float: left;
	width: 20%;
	padding: 8px;
}

.menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	transition: 0.3s ease;
	font-size: 18px;
	font-family: Comfortaa, Arial, sans-serif;
	border: solid #fff 2px;
	border-radius: 40px;
	background-color: rgba(41, 41, 20, .4);
}

ul li a:hover {
	background-color: rgba(0, 0, 0, .6);
}


.gm{
    position:relative;
    margin:10px auto;
    width:40px;
    height: 35px;
    background-image: url(../img/icons_png/GM.png);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: .9;
}
.window{
    display:none;
    margin-left:-190px;
    padding-top:20px;
    background:#f3f3f3;
    height:60px;
    font-family: 'Comfortaa';
    font-weight: normal;
    font-size: 17px;
    text-align: center;
}
.gm:hover .window{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
    display:block;
    position:absolute;
    top:20px;
    margin-right: 100px;
    z-index:9999;
    width:200px;
}






.gm2 {
    position:relative;
    margin: 0 auto;
	height: 30px;
	width: 35px;
	margin-right: 15px;
	margin-left: 15px;
    background-image: url(../img/icons_png/GM.png);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: inline-block;
}

.window2 {
    display:none;
    margin-right:220px;
    padding-top:20px;
    background:#f3f3f3;
    height:60px;
    font-family: 'Comfortaa';
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #000;
}

.gm2:hover .window2 {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
    display:block;
    position:absolute;
    top:-65px;
    margin-left: 10px;
    z-index:9999;
    width:200px;
}
















.footer {
	background-color: #5B684F;
	font-family: 'Comfortaa', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #FFFFFF;
}

.f-contacts {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
}

.f-contacts img {
	height: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

.f-contacts a {
	text-decoration: none;
}

.big {
	height: 100px;
	padding-top: 10px;
	margin: 0 auto;

}

.big a {
	text-decoration: none;
}

.big img {
	width: 87px;
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: middle;
	padding-bottom: 10px;
}



.left-block	{
	float: left;
	width: 25%;
	padding-top: 25px;
	padding-left: 25px;
}

.left-block p {
	padding-bottom: 5px;
}


.desdev	{
	padding-top: 46px;
	padding-bottom: 10px;
	text-align: center;
}

.desdev	p {
	margin-bottom: 10px;
	font-size: 16px;

}

.desdev	a {
	color: #fff
}









.footer-adaptiv {
	background-color: #5B684F;
	font-family: 'Comfortaa', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #FFFFFF;
	display: none;
}

.footer-adaptiv-contacts {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
}

.footer-adaptiv-contacts img {
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.footer-adaptiv-contacts a {
	text-decoration: none;
}

.footer-adaptiv-left-block	{
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 13px;
	background-color: #5B684F;
}

.footer-adaptiv-logo {
	width: 100%;
	background-color: #5B684F;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.footer-adaptiv-logo img {
	height: 50px;
}
















@media screen and (max-width: 550px) {
	main {
		
	}

	.index-bg {
		background-image: url(../img/android_adaptiv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;	
		position: relative;
		z-index: 0;
		height: 640px;
	}

	.contacts {
		display: none;
	}

	.menu {
		padding-top: 180px;
	}

	.menu ul li {
		float: center;
		width: 100%;
		text-align: center;
	}

	.logo {
		display: none;
	}

	.logo-adaptiv {
		text-align: center;
		display: block;
	}
	
	.logo-adaptiv img {
		width: 75%;
	}

	.footer {
		display: none;
	}

	.footer-adaptiv {
		display: block;
	}

	.gm2:hover .window2 {
		border-bottom-left-radius: 20px;
	}
	
	.window2 {
		display:none;
		margin-left:220px;
		padding-top:20px;
		background:#f3f3f3;
		height:60px;
		font-family: 'Comfortaa';
		font-weight: normal;
		font-size: 17px;
		text-align: center;
		color: #000;
	}

}

/*
//iPhone SE

@media screen and (max-width: 320px) {
	.index-bg {
			background-image: url(../img/android_adaptiv.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;	
			position: relative;
			z-index: 0;
			height: 568px;
		}

		.contacts {
			display: none;
		}

		.menu {
			padding-top: 180px;
		}

		.menu ul li {
			float: center;
			width: 100%;
			text-align: center;
		}

		.logo {
			display: none;
		}

		.logo-adaptiv {
			text-align: center;
			display: block;
		}
		
		.logo-adaptiv img {
			width: 75%;
		}

		.footer {
			display: none;
		}

		.f-contacts {
			display: none;
		}

		.big {
			display: none;
		}

		.footer-adaptiv {
		display: block;
	}

}*/