*::-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 {
}
header {
	height: 200px;
	background-image: url(/images/c1.png);
	background-size: cover;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	overflow: auto;
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	display: inline-block;
}
h2 {
	font-size: 16px;
	margin: 0px;
	display: inline-block;
}
.wrapper {
  position: relative;
  min-height: 100%;
  background-color: #E9F8E6;
}
.content {
  min-height: calc(100vh);
}
.title {
	text-align: center;
}
.title img {
	margin-top: 50px;
	max-width: 100%;
	height: auto;
}
.top_menu ul {
	text-align: center;
	font-size: 16pt;
}
a {
outline:none !important;
}
.top_menu ul li {
	list-style: none;
	border-right: 1px solid black;
	display: inline-block;
	padding-right: 23px;
	padding-left: 23px;
}
.top_menu ul li a:hover {
	border-bottom: 2px solid green;
	color:  #FF4500;
	text-shadow: 0 0 2px  #FF4500;
}
.tel p img {
	padding-bottom: 3px; 
}
.tel p {
	text-align: center;
	font-size: 24px;
	color: red;
}
.list {
	background-color: #D4FFD4;
}
.list ul {
	padding-left: 0px;
}
.list ul li p {
	margin-top: 0px;
	padding-right: 15px;
}
.list img {
	width: 250px;
	height: 333px;
	margin-right: 15px;
	margin-bottom: 30px;
	max-width: 100%;
	max-height: 100%;
}
ul li {
	list-style: none;
}
.foto {
	float: left;
}
.footer {
	background-color: #FFEDDE;
	text-align: center;
	position: absolute;
	width: 100%;
	min-height: 80px;
	left: 0;
	bottom: 0;
	
}
h3 {
	text-align: center;
}
.foot ul li {
	margin-top: 5.7px;
	padding-right: 5px; 
	display: inline-block;
	list-style: none;
	border-right: 1px solid black;
}
.foot ul li a {
	color: blue;
}
.foot ul li a:hover {
	color:  #FF4500;
	text-shadow: 0 0 1px  #FF4500;
}
button.button25 {
  position: relative;
  display: inline-block;
  width: 8em;
  height: 2em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}
.item_box:hover {
	    box-shadow: 1px 3px 78px rgba(0,0,0,0.2);
}
/* Прелоадер */
.load-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: grey;
  opacity: 0.4;
  z-index: 99999;
}
.no-cssanimations .load-container .loader {
  text-indent: 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
  background: none;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 1em auto;
  overflow: visible;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}
.no-cssanimations .load-container .loader:before,
.no-cssanimations .load-container .loader:after {
  display: none;
}
.load8 .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4.3em;
  margin-top: -4.3em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(255, 255, 255, 0.2);
  border-right: 0.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
  border-left: 0.6em solid blue;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader, .load8 .loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.knopka {
	visibility: hidden;
	display: inline-block;
	margin: 0px;
	padding-left: 10px;
	color: #021AEB;
}