@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic');

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1000px){
	.container {
	    width: 1000px;
	}
}

.clr, .clear {
	clear: both;
}

.bg-blue {
  background: url('../images/top-header.png') repeat-x;
  color: #fff;
}

/* Header */

.top-header {
	width: 100%;
	background: url('../images/top-header.png') repeat-x;
	background-size: auto 100%;
}

.top-header-text {
	color:#ffffff;
	padding: 40px 0;
}

.top-header-text .first-text, .top-header-text .last-text {
	float: left;
}

.top-header-text .first-text {
	font-size: 600%;
	text-transform: uppercase;
	font-weight: 800;
	margin-right: 10px;
	line-height: 0.8em;
}

.top-header-text .first-text a {
	color: #fff;
}
.top-header-text .first-text a:hover {
	color: #fff;
	text-decoration: none;
}

.top-header-text .last-text {
	margin-top: 5px;
}

.top-header-text .last-text p {
	line-height: 0.9em;
	font-size: 90%;
	margin-bottom: 7px;
	font-weight: 300;
}

.top-header-contacts {
	padding: 40px 0;
	text-align: center;
}

.top-header-contacts div {
	display: inline-block;
	text-align: left;
}

.top-header-contacts p {
	font-weight: 700;
	font-size: 120%;
	line-height: 1em;
}

.top-header-contacts p:first-child {
	margin-top: 10px;
}

.top-header-contacts p span {
	top: 3px;
}

marquee {
	color: #ffe400;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.slider {
	overflow: hidden;
}

.slider-bg {
	width: 100%;
	background: url('../images/slider-bg.png') no-repeat;
	background-size: auto 100%;
	background-position: center bottom;
}

.slider img {
	display:none;
	margin: 0 auto;
}
.slider img:first-child {
	display:block;
}

.dropdown {
	display: none;
	margin-top: 30px;	
	width: 300px;
	position: relative;
	left:50%;
	margin-left: -150px;
}

.dropdown button.btn {
	width: 100%;
}

.bottom-header {
	width: 100%;
	height: 107px;
	background: url('../images/bottom-header.png') repeat-x;
}


.buttons {
	width: 100%;
	list-style: none;
	padding: 0;
}
 .buttons li {
 	float: left;
 	width: 24.1%;
 	background: url('../images/button-bg.png');
 	text-align: center;
 	margin-right: 1.2%;
 	margin-top: 20px;
 	font-size: 150%;
 	font-weight: 300;
 }

 .buttons li:last-child {
 	margin-right: 0;
 }

 @media (min-width: 993px){
	.buttons li:hover, .buttons li.active {
	 	margin-top: 5px;
	 	transition-timing-function: ease-in;
	  	transition: 0.4s;
	}
	.buttons li.active a {
		background: rgb(249,252,247); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(249,252,247,0.5) 0%, rgba(245,249,240,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
 }
 .buttons li a {
 	display: block;
 	color: #fff;
 	text-decoration: none;
 	padding: 30px 40px;
 }

 .buttons li:first-child a {
 	padding: 13px 30px;
 }

/* Header End */

.nav-bg {
	margin-top: 50px;
	width: 100%;
}

.navi {
	list-style: none;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.navi li {
	float: left;
	width: 32.6%;
	margin-right: 1.1%;
	text-align: center;
 	background: url('../images/button-bg.png');
}

.navi li:last-child {
	margin-right: 0;
}

.navi li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-weight: 300;
}

.navi li a:hover {
 	text-decoration: none;
 	background: rgb(249,252,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,252,247,0.5) 0%, rgba(245,249,240,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }

.grey-bg {
	width: 100%;
	background-color: #e9e9e9;
	margin-top: -15px;
}

.grey-bg.top {
	padding: 15px 0;
}

.grey-bg h1, .grey-bg h2 {
	text-align: center;
	font-weight: 600;
	color: #000;
	font-size: 150%;
}

.profit {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.profit li {
	text-align: center;
	flex-basis: 180px;
}

.profit li img {
	max-width: 100%;	
}

.profit li p {
	display: block;	
	margin-top: 10px;
}

.reviews-bg{
	text-align: center;
	margin: 20px 0;
}

.reviews {
	display: inline-block;
 	background: url('../images/orange-button-bg.png');
	color: #fff;
	font-weight: 600;
	width: auto;
}

.reviews span {
	padding: 5px 15px;
	display: block;
}

.reviews:hover {
	text-decoration: none;
	color: #fff;
}

.reviews span:hover {
 	background: rgb(249,252,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,252,247,0.5) 0%, rgba(245,249,240,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,252,247,0.5) 0%,rgba(245,249,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }

.text-bg {
	padding: 20px 0 30px;
	width: 100%;
}

.text {
	width: 94%;
	margin: 0 auto;
}

.text ol {
  counter-reset:item;
}
 
.text ol>li {
  margin:0;
  padding:0 0 0 2em;
  list-style-type:none;
  counter-increment:item;
}
 
.text ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.text p {
	text-indent: 15px;
}

.text p.notti {
	text-indent: 0;
}

.text table {
	width: 80%;
	text-align: center;
	margin: 20px 10%;
}

.text table tr td {
	border-collapse: collapse;
	border: 1px solid #444;
	padding: 5px;
}

.form-area {
  max-width: 400px;
  margin: 0 auto;
}

.area-map {
  background: #fff;
  margin-bottom: 10px;
  padding: 0 5px;
}

.text h1, .text h2, .text h3 {
	text-align: center;
  font-weight: bold;
  margin: 15px 0;
}

.text h1 {
  font-size: 23px;
}

.text h2 {
  font-size: 20px;
}

.text h3 {
  font-size: 18px;
}

.text a {
	color: #0054ff;
	font-weight: 600;
}

.text .left-img {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.text .center-img {
	width: 50%;
	margin: 10px 25% 30px;
}

.footer-bg {
	background: url('../images/bottom-header.png') repeat-x;
	background-size: auto 100%; 
	width: 100%;
	border-top: 6px solid #67b6ff;
	margin-top: 20px;
}

.foot-nav {
	list-style: none;
	width: 100%;
	display: table;
	margin-top: 20px;
	padding: 0;
}

.foot-nav li {
	display: table-cell;
	text-align: center;
}

.foot-nav li a {
	display: block;
	font-size: 90%;
	color: #fff;
	font-weight: 300;
}

.foot-nav li a:hover {
	text-decoration: underline;
	color: #fff;
}

.develop {
	text-align: center;
	font-size: 90%;
	color: #fff;
	font-weight: 300;
	margin: 20px 0;
}

.result {
  margin-top: 15px;
}

.form-area {
  max-width: 450px;
  margin: 0 auto;
}

div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

.rating-area {
  min-height: 55px;
}

.edit-reviews-form {
  margin-bottom: 40px;
}

.edit-reviews-form p.info {
    font-size:13px;
    color:red;
    margin: 5px 0;
    padding: 0 10px;
}

#reviews-form input, #reviews-form textarea, .edit-reviews-form input, .edit-reviews-form textarea, #login-form input {
  width: 100%;
  margin: 10px 0;
  padding: 5px 3%;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

#reviews-form textarea, .edit-reviews-form textarea {
  height: 150px;
}

#reviews-form input.btn, .edit-reviews-form input.btn, #login-form input.btn {
   width: auto;
}

.review-header {
  float: left;
  margin-right: 10px;
}
.review-header .rating-img {
  margin-top:-6px;
}

.review h4 {
  text-transform: capitalize;
  margin-top: 0;
}

.review .text {
   border: 1px solid #ccc;
   padding: 10px 15px;
   border-radius: 5px;
   margin: 10px 0 40px;
}

@media (max-width: 992px){
	.first-text {
		margin-left: 50px;
	}
	.top-header-contacts {
		padding: 0 0 30px 0;
		text-align: center;
	}
	.buttons li a {
	    padding: 30px 10px;
	}
	.buttons li:first-child a {
	    padding: 13px 10px;
	}
	.profit li {
		flex-basis: 200px;
	}
	.navi {
	    width: 100%;
	}	

	.foot-nav {
		display: block;
	}
	
	.foot-nav:after {
		clear: both;
	}

	.foot-nav li {
		display: block;
		float: left;
		width: 33%;
	}

	.foot-nav li a {
		display: block;
		font-size: 90%;
		color: #fff;
		font-weight: 300;
	}
}

@media (max-width: 768px){
	.first-text {
		margin-left: 20px;
	}
	.text .left-img {
		width: 55%;
		margin-right: 5%;
	}
}

@media (max-width: 678px){
	.first-text, .last-text {
		float:none;
		margin-left: 0;
	}
	.dropdown {
		display: block;
	}
	.buttons, .nav-bg {
		display: none;
	}
	.foot-nav {
		display: none;
	}
	.profit li {
		margin: 0 5%;
	}
}

@media (max-width: 450px){
	.top-header-text .first-text {
		font-size: 480%;
	}
	.slider img {
		margin-left: -30px;
	}
	.text .left-img {
		width: 90%;
		margin: 0 5%;
	}

}

@media (max-width: 360px){
	.top-header-text .first-text {
		font-size: 370%;
		margin-bottom: 20px;
	}
	.dropdown {
		width: 80%;
		left: 0;
		margin-left: 10%;
	}
}