@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body { margin: 0; padding: 0;
	font-family: Georgia1, Georgia, serif;
}
/* Меню */
nav {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	z-index: 10;
}
nav ul {
	width: 900px;
	height: 100px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
nav li {
	display: inline-block;
	margin: 0 auto;
}
nav a {
	font-size: 20px;
	text-decoration: none;
	color:#fff;
	padding: 2px 20px;
}
nav a:hover {
	color: #ff0000;
}
.current {
	border-bottom: 3px solid #ff0000;
}
.tel {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
}
/* ------------------- */

/* Блоки страницы */
/*h1, h2 {margin-top: 20px;}*
h1, h2{text-align: center; color: #000; text-shadow: 0 2px 1px rgba(0,0,0,0.3); line-height: 1.5;}
h3{color: #000; text-shadow: 0 2px 1px rgba(0,0,0,0.3);	margin: 5px 0px 0px 0px;}
/* ------- Конец блоков страницы -------- */


/* Анимация в Content */
.text-block {width: 900px; margin-top: 20px; position: absolute; display: none; text-align: center; font-size: 18px;}
.text-block img {text-align: center; margin: 1px;}
/* ------------------- */

/* Оформление "lightbox" - увеличение картинок */
#lightbox {background-color: #eee;	padding: 10px;	border-bottom: 1px solid #666;	border-right: 1px solid #666;}
#lightboxCaption {color: #333;	background-color: #eee;	font-size: 90%;	text-align: center;	border-bottom: 1px solid #666;	border-right: 1px solid #666;}
#lightboxIndicator {	border: 1px solid white;}
#lightboxOverallView,#overlay {	background-color: #000;	opacity: 0.5;}
* html #lightboxOverallView,* html #overlay {	background-color: #000;	filter: Alpha(opacity=50);}
/* ----------------- */

/* Всплывающая подсказка */
.tooltip {cursor: help; text-decoration: none; font: bold 110% serif; color: blue;}
.tooltip:hover::before {
	white-space: pre;
	content: "КЛАССЫ И МАРКИ БЕТОНА \0a Как выбрать бетон?"; 
	visibility: visible; 
	display: inline-block;
	position: absolute;
	z-index: 222;
	margin-top: -30px;
	padding: 5px;
	
	width: auto; 
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1.0);
	text-indent: 0px;
	font: bold 12px serif;
}
/*---------------------------*/

/* Ссылка на обратную связь */
#obratka {width: 100px; position: fixed; bottom: 90px; left: 30px; z-index: 2; opacity: 0.5;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 4s;
	animation-name: zoom;
	animation-duration: 4s;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@keyframes zoom {
	from {width: 100px;}
	50% {width: 110px;}
	to {width: 100px;}
}
@-webkit-keyframes zoom {
	from {width: 100px;}
	50% {width: 110px;}
	to {width: 100px;}
}
#obratka:hover {opacity: 1.0}
/*--------------------------*/


/* Стили для оформления формы обратной связи */
#wrapper {border:1px solid #e5e5e5; border-radius: 5px;}
#wrapper h3 {}

.info {display: inline-block; width: 900px; position: absolute;}
#contacts {position: absolute; left: 25px; padding-top: 25px;}

form p {margin: 5px 0px;}
form h2 {margin: 0px; margin-bottom: 10px;}

form#contact  {
	width: 800px;
	padding:10px;
	background: rgba(189, 189, 189, 0.0) ;
	border-radius:5px;
	margin: 0px auto;
}
#contact label {
	font-size: 14px;
}
#contact input:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
	background: #fff url(img/valid.png) no-repeat 98% center;
}
#contact textarea:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
}
#contact input:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
	background: #fff url(img/invalid.png) no-repeat 98% center;
}
#contact textarea:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
}
.err {
	border: 1px solid #ff8c00;
	padding: 10px;
	background: #FFDF97;
	text-align: left;
	border-radius: 3px;
}
.ok {z-index: 3; position: absolute; left: 30px; top: 90px;
	border: 1px #BCEF89 solid;
	margin-bottom: 15px;
	padding: 10px;
	background: #f5f9fd;
	text-align: left;
	font-size: 24px;
	border-radius: 3px;
}

#author, #email, #url {
	width: 31.5%;	
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
#comment { 
	width: 100%;
	height: 46%;
	resize: none;
	padding: 5px;
	margin-top: 0px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.bl1 {margin: 0 auto; width: 610px;}
.g-recaptcha {width: 302px; display: inline-block; vertical-align: middle; }
.key {width: 302px; display: inline-block; vertical-align: middle;}

#submit { 
	width: 302px;
	height: 78px;
	font-weight: 400; 
	background: rgba(158, 158, 158, 1);
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #fff;
	padding: 10px 50px;
	cursor: pointer;
}
input::-ms-clear {display: none; width: 0; height: 0;}
input:focus::-webkit-input-placeholder {color:transparent; border:none; outline:none;}
textarea:focus::-webkit-input-placeholder {color:transparent; border:none; outline:none;}
input, textarea, input:active, textarea:active, :focus {outline:none;}

/* ----------------- */


/* footer */


#adress {text-align: center; color: #fff; margin: 10px 20px 0 20px; float: left; top: 0; font-family: "Times New Roman", Times, serif; font-size: 18px;}

#smena {width: 100%; margin: auto; font-size: 30px; }

#metrika {float: right; padding-top: 10px; padding-right: 10px;}