*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

header {
	background: url(/img/header.jpg);
	min-height: 625px;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	outline: none;
	outline:0px !important;
}

h1{
	text-align: center;
	color: #d9f1ff;
	font-size: 2.2em;
}

h2 {
	margin-top: 30px;
	text-align: center;
}

.podarok {
	max-width: 30px;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 10px;
}

.slogan {
	margin-top: 100px;
	margin-bottom: 50px;
}
.top_text {
	margin-bottom: 50px;
}

.top_menu {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 100px;
}

.top_menu ul li {
	font-size: 33px;
	font-weight: 650;
	float: left;
	list-style: none;
	margin: 15px 30px;
}

.top_menu ul li a {
	color: white;
}

.star-servis {
	position: absolute;
	left: -300px;
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 2.3s linear infinite;
	z-index: 3;
}

@media and (-webkit-min-device-pixel-ratio:0) {
    .star-number {
		top: +150px;
	} 
}

.star-number {
	color: white;
	position: absolute;
	left: -300px;
	padding-top: +100px;
}

.number {
	float: right!important;
	font-weight: 700;
	font-size: 25px;
	z-index: 2;
}

.car {
	width: 100%;
	max-width: 500px;
	margin-left: 300px;
}

.head_content h2 {
	color: white;
	text-align: left;
	margin-left: 100px;
}

.servis {
	background-color: #f3f3f3;
}

.inline_servis {
	list-style: none;
	float: left;
	background-color: white;
	max-width: 300px;
	margin: 20px;
	font-size: 22px;
	font-weight: 680;
	padding: 20px;
	text-align: center;
	min-height: 120px;
	border-radius: 5px;
	border: 3px solid #A0A0A0;
}

.inline_servis p {
	height: 120px;
    display: flex;
    align-items: center;
}

.search {
	background: url('/img/search.png') no-repeat;
}

.dogovor {
	background: url('/img/dogovor.png') no-repeat;
}

.posilka {
	background: url('/img/posilka.png') no-repeat;
}

.right {
	margin-top: 80px;
	float: left;
	max-width: 50px;
	max-height: 50px;
}

.down {
	float: left;
	max-width: 50px;
	max-height: 50px;
	display: none;
}

.forma_z {
	background-color: #f3f3f3;
}

.form {
	max-width: 900px;
}

.form p {
	font-weight: 650;
	width: 200px; 
	margin-left: 20px;
}

.forma {
	display: block;
	margin: 10px;
	padding: 5px;
	font-size: 18px;
	border: 3px solid #A0A0A0;
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25) inset , 0 2px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25) inset , 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25) inset , 0 2px 10px rgba(0,0,0,.25);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	color: #333;
}

.submit {
	margin-left: 70px;
	margin-bottom: 30px;
}

.call {
	float: right;
	position: absolute;
	top: 200px;
	left: 700px;
}

.phone {
	font-size: 20px;
}

.open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

.work_time {
	padding-top: 50px;
}

footer {
	background-color: darkgray;
}

.footer {
	display: inline-block!important;
}

.foot {
	width: 130px;
	margin: 20px;
}

.foot_year {
	margin: 22px;
	display: block;
	width: 230px;
}