* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
	min-width:290px;
    background-image: url(images/background.png);
    background-size: 100% 100%;
    background-attachment: fixed;
	height: 100%;
	overflow-y: scroll;
	position: static;
}
body::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 3px;
}
body::-webkit-scrollbar {
width: 8px;
}
#header{
	min-width:290px;
	margin: 16px auto;
	width: 800px;
	height: 75px;
}
#logo {
	float:left;
    display: block;
    background-image: url(images/logo.png);
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
#menu{
	float:right;
	margin-top:18px;
}
#menu .item {
	float:right;
    display: block;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    opacity: 0.75;
    margin-left: 16px;
    padding: 10px 24px;
    text-decoration: none;
    font: 16px Arial;
    border-radius: 8px;
}
#menu .item:hover, #apps a:hover {
	opacity: 1;
}
#menu .item.active {
    color: rgb(246, 179, 23);
}
#apps{
	min-width:290px;
	clear: both;
	margin: 0px auto;
	width: 800px;
}
#apps a{
	display: block;
    background-color: rgb(0, 0, 0);
    background-image: url(images/RU/apple.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32%;
    height: 64px;
    opacity: 0.75;
    border-radius: 8px;
	float: left;
}
#apps a#android{
	background-image: url(images/RU/android.png);
	margin-right:1%;
}
#apps a#callcenter, #apps div#driver-app a{
	width:34%;
    background-image: url('');
    color: rgb(255, 255, 255);
    font: 26px Arial;
    text-decoration: none;
	display:-webkit-box;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#apps a#callcenter div{
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 36px;
    text-decoration: underline;
	height: 30px;
}
#apps div#driver-app{
	display: flex;
    min-width: 284px;
    position: relative;
    margin-bottom: -80px;
    width: 800px;
}
#apps div#driver-app a{
    font: 22px Arial;
	width:100%;
}
#apps div#driver-app a div{
    background-image: url(images/driver_app.png);
    background-size: contain;
    padding-left: 36px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: underline;
}
#apps a#ios{
	margin-left:1%;
}
#apps.nophone a{
	width:49%
}
#content{
	min-width:252px;
	clear: both;
	margin: 96px auto 0px auto;
	border-radius: 8px;
	width: 768px;
	padding: 16px;
    background: fixed rgba(0, 0, 0, 0.75);
}
#form{
	width: auto;
	padding:16px;
	background: url(images/background.png) fixed;
    background-size: 100% 100%;
    background-attachment: fixed;
	border-radius: 8px;
	position: static;
}
#footer{
	clear: both;
    width: 800px;
    opacity: 0.75;
    margin: 16px auto 0px auto;
    border-radius: 8px;
	background-color: rgb(0, 0, 0);
	min-height:30px;
	display:block;
}
#address-service{
	background-image: url(images/location.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 24px;
    color: #fff;
    font: normal 14px Arial;
    margin-right: auto;
    cursor: pointer;
	display:block;
	margin: 5px 10px;
	margin-left: 15px;
	float:left;
}
#phone-service{
	background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 24px;
    color: #fff;
    font: normal 14px Arial;
    cursor: pointer;
	display:block;
	margin: 5px 10px;
	margin-right: 15px;
	float:right;
}
#form-auth>div {
    background-color: #fff;
    background: url(images/background.png) 0% 0% / 100% 100% fixed;
}
@media screen and (max-width: 830px), screen and (max-device-width: 830px){
	#header{
		height: 56px;
		position: fixed;
		z-index: 4;
		width: 100%;
		margin: 0px;
		color: rgb(0, 0, 0);
		background: fixed rgb(255, 255, 255);
	}
	#logo{
		width:30%;
		margin-left:1%
	}
	#menu{
		margin-top:9px;
		width:69%;
	}
	#menu .item {
		font: 80% Arial;
		margin-right: 6px;
		margin-left: 0px;
	}
	#menu .item span{
		display: none;
	}
	#apps{
		margin-top:65px;
		width: 100%;
		position: relative;
	}
	#apps a#android, #apps a#ios{
		width:48%;
		margin:0px 1%;
	}
	#apps a#callcenter{
		min-width:284px;
		position: absolute;
		margin: 80px 1% 0px 1%;
		width: 98%;
	}
	#apps div#driver-app{
		width: 98%;
		margin: 0px 1% -210px 1%;
	}
	#content{
		width:auto;
		padding: 16px;
		clear: both;
		margin:225px 1% 0px 1%;
	}
	#content.nophone{
		margin-top: 145px;
	}
	#footer{
		width: 98%;
		margin:16px 1% 16px 1%;
		text-align: center;
	}
	#address-service{
		float: none;
		background-image: none;
		padding-left: 0px;
		padding-top: 5px;
	}
	#phone-service{
		float: none;
		background-image: none;
		padding-left: 0px;
		padding-bottom: 5px;
	}
}