body {
  font-size: 100%;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #333333;
  position: relative;
}
h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif;
}
p {
  font-size: 82%;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: underline;
  color: #333333;
}
header {
  padding-top: 24px;
  position: relative;
  z-index: 10;
  background: #e6e6e6;
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
}
header:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #5ea050;
  padding-top: 7px;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo img {
  width: auto;
}
header .address {
  line-height: 1.2;
  margin-left: 44px;
  margin-top: 6px;
}
header .address a {
  color: #f38b03;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .address a:hover {
  color: #c16e02;
}
header .callback {
  margin-top: 18px;
  margin-left: 44px;
}
header .callback a {
  border: 1px solid #1a7806;
  text-decoration: none;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #1a7806;
  font-size: 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .callback a:hover {
  background-color: rgba(26, 120, 6, 0.1);
}
header .social a {
  color: #5ea050;
  font-size: 30px;
  text-decoration: none;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .social a:hover {
  color: #4a7e3f;
}
header .phone {
  margin-top: -12px;
  color: #1f4e34;
  font-size: 220%;
  font-weight: bold;
}
header .phone .code {
  color: rgba(31, 78, 52, 0.5);
  font-size: 60%;
}
header nav {
  background: #1a7806;
  background: -webkit-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -moz-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -ms-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -o-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: linear-gradient(to top, #1a7806 0%, #5ea050 100%);
  z-index: 3;
  margin-top: 18px;
  position: relative;
}
header nav:before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 9px;
  background: url(../img/divider-green1.png) left top repeat-x;
  top: -6px;
}
header nav .menu {
  font-family: "Roboto Condensed", sans-serif;
  height: 38px;
  margin-top: 8px;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
header nav .menu > li {
  float: left;
}
header nav .menu > li > a {
  padding: 15px 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
header nav .menu > li.has-submenu .submenu {
  background-clip: padding-box;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  margin-top: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
header nav .menu > li.has-submenu .submenu li {
  line-height: 1.5;
}
header nav .menu > li.has-submenu .submenu a {
  color: #333333;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-size: 90%;
  padding: 0;
  padding: 5px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
header nav .menu > li.has-submenu .submenu a:hover {
  color: #ffffff;
  background-color: #f38b03;
}
header nav .menu > li.has-submenu .submenu .has-submenu {
  position: relative;
}
header nav .menu > li.has-submenu .submenu .has-submenu > a:after {
  padding-left: 20px;
  font-family: "icomoon";
  content: "\f105";
  display: block;
  float: right;
}
header nav .menu > li.has-submenu .submenu .has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
header nav .menu > li.has-submenu .submenu .has-submenu .submenu {
  white-space: nowrap;
  left: 100%;
  margin-top: 0;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  top: 0;
}
header nav .menu > li.has-submenu > .submenu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 19px;
  position: absolute;
  top: -7px;
}
header nav .menu > li.has-submenu > .submenu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 20px;
  position: absolute;
  top: -6px;
}
header nav .menu > li.has-submenu > a:after {
  padding-left: 5px;
  font-family: "icomoon";
  content: "\f107";
}
header nav .menu > li.has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
header nav .menu a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
header nav .menu a:hover {
  color: #fdb95f;
}
header nav #search {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  position: relative;
}
header nav #search input[type="text"] {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #666666;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding-left: 12px;
}
header nav #search input[type="submit"] {
  position: absolute;
  right: -14px;
  top: 0px;
  font-family: "icomoon";
  font-size: 28px;
  border: none;
  background: transparent;
  color: #1a7806;
  cursor: pointer;
}
.bronirovanie {
  z-index: 10;
  position: relative;
}
.bron {
  position: absolute;
  margin-top: -160px;
  padding: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../img/bahoriston-logo-bg.png) #1f4e34 center center no-repeat;
  background: url(../img/bahoriston-logo-bg.png) center center no-repeat, -moz-linear-gradient(top, #1f4e34 0%, #1a7806 50%);
  background: url(../img/bahoriston-logo-bg.png) center center no-repeat, -webkit-linear-gradient(top, #1f4e34 0%, #1a7806 50%);
  background: url(../img/bahoriston-logo-bg.png) center center no-repeat, -o-linear-gradient(top, #1f4e34 0%, #1a7806 50%);
  background: url(../img/bahoriston-logo-bg.png) center center no-repeat, linear-gradient(top, #1f4e34 0%, #1a7806 50%);
  background: url(../img/bahoriston-logo-bg.png) center center no-repeat, -ms-linear-gradient(top, #1f4e34 0%, #1a7806 50%);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.bron .divider {
  background: url(../img/divider-green-thick.png) left top repeat-x;
  height: 5px;
}
.bron form {
  z-index: 2;
}
.bron h2 {
  text-transform: uppercase;
  color: #f2f2f2;
  font-size: 160%;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 12px;
}
.bron label {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 85%;
  margin-top: 12px;
  position: relative;
}
.bron label:before {
  content: "\e900";
  font-family: "icomoon";
  display: block;
  position: absolute;
  right: 0;
  top: 31px;
  font-size: 180%;
  color: #f2f2f2;
}
.bron input[type="text"] {
  width: 98%;
  border: none;
  height: 33px;
  line-height: 33px;
  background-color: #5ea050;
  margin-top: 12px;
  color: #ffffff;
  font-size: 100%;
  padding-left: 2%;
}
.bron button, .bron input[type="submit"] {
  width: 100%;
  border: 1px solid #f2f2f2;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 38px;
  line-height: 35px;
  margin-top: 18px;
  color: #f2f2f2;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 18px;
}
.bron button{
  height: auto;
}
.bron input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner {
  position: relative;
  z-index: 5;
  height: 455px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to top, #ffffff 0%, #e6e6e6 100%);
}
.banner .slider {
  margin-top: 36px;
}
.banner .slider li {
  display: block;
}
.banner .slider .caption-wrap {
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  left: 25%;
  top: 100px;
  z-index: 2;
  opacity: 0;
}
.banner .slider .caption {
  position: relative;
  top: 2%;
  left: -100%;
  width: 90%;
  padding: 0 5%;
}
.banner .slider .caption h3 {
  font-size: 200%;
  margin-bottom: 0.2em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  color: #fcc888;
}
.banner .slider .caption p {
  margin-bottom: 1.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.banner .slider .caption a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px;
  width: 60%;
  margin: 0 auto;
}
.banner .slider .caption a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner .slider .image-box {
  width: 99%;
  height: 368px;
  overflow: hidden;
  position: absolute;
  left: 0%;
  top: 36px;
  z-index: 1;
}
.banner .slider .image-box img {
  width: 100%;
  opacity: 0;
}
.banner .slider #slideControl {
  position: relative;
  top: 382px;
  text-align: center;
}
.banner .slider #slideControl li {
  background-clip: padding-box;
  border: 2px solid #cccccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  padding: 1px;
  width: 12px;
  background-color: #ffffff;
}
.banner .slider #slideControl li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  display: block;
  width: 12px;
  height: 12px;
  text-decoration: none;
}
.banner .slider #slideControl li a:hover {
  background-color: #dddddd;
}
.banner .slider #slideControl li.active a {
  background-color: #cccccc;
}
.divider-orange {
  background: url(../img/divider-orange.png) left top repeat-x;
  height: 6px;
  margin-bottom: 18px;
}
.divider-green {
  background: url(../img/divider-green.png) left top repeat-x;
  height: 6px;
  margin-bottom: 18px;
  margin-top: -3px;
  z-index: 50;
  position: relative;
}
.main-3d {
  margin-top: 200px;
}
.main-3d img {
  width: auto;
}
.main-3d h3 {
  font-size: 150%;
  color: #1a7806;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.main-3d p {
  margin-bottom: 18px;
}
.main-3d a {
  color: #f38b03;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-3d a:hover {
  color: #c16e02;
}
.main-service {
  margin-top: 48px;
}
.service-item {
  width: 28%;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%);
  float: left;
  padding: 1%;
  height: 130px;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 18px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.service-item img {
  float: left;
  margin-right: 12px;
}
.service-item h3 {
  color: #1a7806;
  text-transform: uppercase;
  font-size: 130%;
  line-height: 1em;
}
.service-item p {
  clear: both;
  margin-top: 12px;
}
.service-item p a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.service-item p a:hover {
  color: #c16b05;
}
.main-news h3 {
  color: #1a7806;
  text-transform: uppercase;
  font-size: 150%;
  line-height: 1em;
  margin-bottom: 18px;
}
.main-news .news-item {
  margin-bottom: 12px;
}
.main-news .news-item .date {
  color: #1a7806;
}
.main-news .news-item a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-news .news-item a:hover {
  color: #c16b05;
}
footer {
  background: -webkit-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -moz-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -ms-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: -o-linear-gradient(top, #1a7806 0%, #5ea050 100%);
  background: linear-gradient(to top, #1a7806 0%, #5ea050 100%);
  color: #ffffff;
  padding: 6px 0;
  line-height: 1em;
  position: relative;
  margin-top: 36px;
}
footer p {
  margin-top: 12px;
}
footer a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer a:hover {
  color: #fdb95f;
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 9px;
  background: url(../img/divider-green1.png) left top repeat-x;
  top: -6px;
}
.callback-popup {
  display: none;
  width: 340px;
  background: #f2f2f2 url(../img/bahoriston-logo-bg1.png) center center no-repeat;
  padding: 18px;
  position: relative;
  border: 4px solid #000000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.callback-popup .closebutton {
  position: absolute;
  top: -13px;
  right: -16px;
}
.callback-popup .closebutton a {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  font-size: 18px;
  padding: 0 6px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}
.callback-popup .intro {
  overflow: hidden;
}
.callback-popup .icon {
  float: left;
  width: 100px;
  margin-right: 18px;
  overflow: hidden;
}
.callback-popup .introtext {
  border: 1px solid #cccccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: 112px;
  background-color: #ffffff;
  padding: 12px 18px 16px;
  position: relative;
}
.callback-popup .introtext:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -13px;
  position: absolute;
  top: 36px;
}
.callback-popup .introtext:after {
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -11px;
  position: absolute;
  top: 36px;
}
.callback-popup .inputform {
  clear: both;
  margin-top: 18px;
}
.callback-popup .inputform input[type="text"] {
  display: inline-block;
  width: 54%;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 0 2%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #666666;
  vertical-align: top;
}
.callback-popup .inputform input[type="submit"] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background-color: #1a7806;
  vertical-align: top;
  padding: 0 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 38%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.callback-popup .inputform input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0f4704;
}
.content {
  margin-top: 24px;
}
.content article {
  overflow: hidden;
  margin-bottom: 30px;
}
.content article h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #1a7806;
}
.content article img {
  margin-right: 1em;
}
.content article p {
  font-size: 0.9em;
  margin-bottom: 1em;
  text-align: justify;
}
.content article ul {
  font-size: .9em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 12px;
  text-indent: -12px;
  overflow: hidden;
  text-align: justify;
}
.content article ul li {
  margin-bottom: .5em;
}
.content article table {
  font-size: 0.8em;
  margin-bottom: 1em;
  width: 100%;
}
.content article table p {
  margin-bottom: 0;
}
.content article table tr:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.content article table th {
  font-weight: bold;
  text-align: center;
  padding: 1em;
  vertical-align: middle;
}
.content article table th p {
  margin-bottom: 0;
  text-align: center;
}
.content article table td {
  padding: 1em;
}
.content .other-gallery .title {
  overflow: hidden;
}
.content .other-gallery .title img {
  float: left;
  margin-right: 24px;
  margin-top: -0.5em;
}
.content .other-gallery .title h3 {
  font-size: 1.5em;
  color: #1a7806;
  text-transform: uppercase;
}
.content .other-gallery li {
  display: inline-block;
  width: 29%;
  margin-right: 1%;
  border: 1px solid #b3b3b3;
  padding: 1%;
  vertical-align: top;
}
.content .other-gallery li img {
  width: 100%;
}
.content .other-gallery li .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  float: left;
}
.content .other-gallery li .readmore {
  text-align: right;
  font-size: 0.8em;
}
.content .other-gallery li .readmore a {
  color: #999999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content .other-gallery li .readmore a:hover {
  color: #f38b03;
}
.content .four-picture li {
  width: 21%;
  margin-right: 1%;
}
.content .our-address {
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to top, #ffffff 0%, #e6e6e6 100%);
}
.content .our-address p {
  text-align: left;
}
.content .map-wrap {
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 36px;
}
.content #map {
  width: 100%;
  height: 350px;
}
.content .contact-us article p {
  text-align: left;
}
.content .contact-us label {
  display: block;
  font-size: .9em;
}
.content .contact-us label[for="message"] {
  margin-top: 12px;
}
.content .contact-us input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: .9em;
  height: 35px;
  line-height: 35px;
  padding: 0 5%;
  vertical-align: top;
  width: 90%;
}
.content .contact-us input[type="text"]:focus {
  -webkit-box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
  -moz-box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
  box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
}
.content .contact-us textarea {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding: 1% 2%;
  width: 98%;
}
.content .contact-us textarea:focus {
  -webkit-box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
  -moz-box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
  box-shadow: 0 0 6px rgba(140, 140, 140, 0.2) inset;
}
.content .contact-us input[type="submit"] {
  background-color: #1a7806;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 1% 3%;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 12px;
}
.content .contact-us input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0f4704;
}
.breadcrumbs {
  font-size: .9em;
  margin-bottom: 1em;
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs a:hover {
  color: #f38b03;
}
aside {
  padding: 0 2em;
}
aside .service-item {
  width: 94%;
  padding: 3%;
  float: none;
}
.room-item {
 -webkit-box-shadow: 0px 2px 2px 0px rgba(148,148,148,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(148,148,148,1);
box-shadow: 0px 2px 2px 0px rgba(148,148,148,1);
  margin-bottom: 2em;
  border-radius: 5px;
  background: #D9D9D9;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
}
.room-item:hover {
    transform: scale(1.02);
}
.room-item .room-header {
  padding: 10px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  height: 32px;
}
.room-item .room-header .title {
  color: #000;
  font-size: 20px;
  width: 120px;
  line-height: 22px;
  height: 32px;
  font-weight: bold;
}
.room-item .room-header .price {
  float: right;
  position: absolute;
  right: 10px;
  color: #FF0000;
  top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.room-item .old{
  text-align: right;
  color: #000;
  font-size: 12px;
}
.room-item .discount{
  display: inline-block;
  color: #fff;
  background: #f00;
}
.room-item .picture {
  padding: 0px;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  background-color: #ffffff;
}
.room-item .picture .picture-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.room-item .picture .picture-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 0;
  border-top: 5px solid #006C31;

}
.room-item .description {
  padding: 10px;
  height: 105px;
  padding-bottom: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.room-item .description p {
  font-size: 12px;
  text-align: left;
}
.room-item .readmore {
  position: absolute;
  width: 43%;
  bottom: -10px;
  left: 4%;
  padding: 1px 5px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  border-bottom: 5px solid #006C31;
  background: #F2F2F2;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  box-sizing: border-box;
}
.room-item .readmore.bron-btn{
  left: 53%;
  background: #E46C0A;
  color: #fff;
  font-size: 14px;
}
.room-item:hover .readmore {
  /*background-color: rgba(26, 120, 6, 0.1);*/
   bottom: -15px;
}
.room h2 {
  font-size: 1.5em;
  color: #1a7806;
}
.room p {
  font-size: .9em;
}
.tabs ul.tabs-navigation {
  margin-top: 24px;
}
.tabs ul.tabs-navigation li {
  float: left;
  font-family: "Roboto Condensed", sans-serif;
}
.tabs ul.tabs-navigation li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #5ea050;
  padding: 5px 15px;
  margin-right: 1px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
}
.tabs ul.tabs-navigation li a:hover {
  background-color: #4a7e3f;
}
.tabs ul.tabs-navigation li a.selected {
  background-color: #f38b03;
}
.tabs ul.tabs-navigation li a.selected:after {
  border-top: 9px solid #f38b03;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 42%;
  position: absolute;
  bottom: -9px;
}
.tabs ul.tabs-content {
  clear: both;
  padding: 18px 2% 2% 2%;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%);
}
.tabs ul.tabs-content > li {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tabs ul.tabs-content > li.selected {
  height: auto;
  opacity: 1;
}
.tabs ul.tabs-content > li h3 {
  font-size: 1.4em;
  margin-bottom: 18px;
}
.tabs ul.tabs-content > li .room-slider {
  overflow: hidden;
  margin-bottom: 18px;
}
.tabs ul.tabs-content > li .main-picture {
  position: relative;
  width: 70%;
  overflow: hidden;
  padding: 5px;
  background-color: #ffffff;
  height: 370px;
  float: left;
  list-style-type: none;
}
.tabs ul.tabs-content > li .main-picture li {
  overflow: hidden;
  height: 100%;
  display: block;
  width: 98%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabs ul.tabs-content > li .main-picture li.selected {
  opacity: 1;
}
.tabs ul.tabs-content > li .main-picture li img {
  width: 100%;
}
.tabs ul.tabs-content > li .thmb-room {
  width: 20%;
  float: right;
  margin-right: 5%;
}
.tabs ul.tabs-content > li .thmb-room li {
  position: relative;
  width: 100%;
  height: 108px;
  overflow: hidden;
  background-color: #000000;
  margin-top: 12px;
}
.tabs ul.tabs-content > li .thmb-room li a {
  display: block;
  position: absolute;
  width: 2000px;
  height: 2000px;
  margin: -1000px 0 0 -1000px;
  text-align: center;
  line-height: 2000px;
  left: 50%;
  top: 50%;
}
.tabs ul.tabs-content > li .thmb-room li a img {
  vertical-align: middle;
  opacity: .5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tabs ul.tabs-content > li .thmb-room li a:hover img {
  opacity: 1;
}
.tabs ul.tabs-content > li .thmb-room li.selected a {
  cursor: default;
}
.tabs ul.tabs-content > li .thmb-room li.selected a img {
  opacity: 1;
}
.tabs ul.tabs-content > li p {
  margin-bottom: 1.5em;
  text-align: justify;
}
.tabs ul.tabs-content > li ul {
  font-size: .9em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.tabs ul.tabs-content > li table {
  font-size: 0.9em;
  margin-bottom: 1em;
  width: 100%;
}
.tabs ul.tabs-content > li table p {
  margin-bottom: 0;
}
.tabs ul.tabs-content > li table tr:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.tabs ul.tabs-content > li table th {
  font-weight: bold;
  text-align: center;
  padding: 1em;
  vertical-align: middle;
}
.tabs ul.tabs-content > li table th p {
  text-align: center;
}
.tabs ul.tabs-content > li table td {
  padding: 1em;
}
.testimonial-item {
  position: relative;
  margin-bottom: 36px;
}
.testimonial-item .quote {
  padding: 3%;
  padding-left: 20%;
  background-color: #5ea050;
  color: #ffffff;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.testimonial-item .quote .readmore {
  text-align: right;
}
.testimonial-item .quote a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.testimonial-item .quote a:hover {
  color: #fcc888;
}
.testimonial-item .quote:before {
  content: "«";
  font-family: "Roboto Coondensed", sans-serif;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -40%;
  left: 3%;
}
.testimonial-item .quote:after {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #5ea050;
  border-top: 8px solid #5ea050;
  content: "";
  left: 30px;
  position: absolute;
  top: 100%;
}
.testimonial-item .person {
  position: relative;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%);
  overflow: hidden;
}
.testimonial-item .person img {
  float: left;
  margin-right: 1em;
}
.testimonial-item .person .name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  color: #4d4d4d;
  margin-top: 0.8em;
}
.testimonial-item .person .position {
  color: #b3b3b3;
}
.news-line h2 {
  text-transform: uppercase;
  color: #1a7806;
  font-size: 1.5em;
}
.news-line .news-item {
  margin-top: 18px;
  overflow: hidden;
  padding-bottom: 36px;
}
.news-line .news-item img {
  float: left;
  margin-right: 18px;
}
.news-line .news-item .news-date {
  color: #1a7806;
  font-size: .9em;
  margin-left: 205px;
}
.news-line .news-item .news-title {
  font-size: 1.5em;
  margin-left: 205px;
  margin-bottom: 18px;
}
.news-line .news-item .news-title a {
  color: #f38b03;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news-line .news-item .news-title a:hover {
  color: #c16e02;
  text-decoration: underline;
}
.news-line .news-item .readmore {
  margin-top: 18px;
  margin-left: 205px;
}
.news-line .news-item .readmore a {
  padding: 7px 10px;
  border: 1px solid #1a7806;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #1a7806;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news-line .news-item .readmore a:hover {
  background-color: rgba(26, 120, 6, 0.1);
}
.news-line .pagination {
  border-top: 1px solid #1a7806;
  text-align: center;
  font-size: .9em;
  margin-bottom: 36px;
  padding-top: 12px;
}
.news-line .pagination span {
  padding: 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-line .pagination span.current {
  color: #ffffff;
  background-color: #f38b03;
}
.news-line .pagination a {
  padding: 2px 8px;
  color: #1a7806;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.news-line .pagination a:hover {
  background-color: #f38b03;
  color: #ffffff;
}
.red{
  color: red;
}
.green{
  color: #1a7806;
}
.orange{
  color: #f38b03;
}
.bold{
  font-weight: bold;
}
.after-first-center tr td:nth-child(n+2){
  text-align: center;
}

#subscribe{
  background:#F78D1E;
  border:1px solid #ffffff;
  box-shadow:0px 5px 10px rgba(133,133,133,0.8);
  margin-bottom:20px;
  padding-left: 35px;
  padding-right: 35px;
}

#subscribe input{
  width:172px;
  font:12px Verdana, Geneva, sans-serif;
  color:#000000;
  padding:0.5em;  
  border-top:2px solid #999999;
  border-left:2px solid #999999;
}

#subscribe p{
  text-align:center;  
  margin-top:10px;
  margin-bottom: 10px;
}

#subscribe button{
	display: block;
	width: 180px;
  	padding:0.2em 1em;
 	cursor:pointer;
  	margin: 0 auto 15px;
}
.order2 {
    font: 14px Verdana, Geneva, sans-serif;
    color: #ffffff;
    background: linear-gradient(to right, #0d5233, #2e8439);
    border-radius: 12px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(6,59,34,0.9);
    text-align: center;
    margin-bottom: 15px;
}

#popup__toggle{bottom:25px;right:10px;position:fixed;}
.img-circle{background-color:#E38C29;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #E38C29;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#E38C29;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/*Лечение наваш сахифаи асоси*/
/*Инаш давомаш*/

.product {
top: 50%;
    left: 50%;
transform: translate(0%, 0%);
    width: 230px;
    height: 230px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-radius: 5px;
//    background: #0e0e0f;
    overflow: hidden;

}

.product .imgboks {
    height: 100%;
    box-sizing: border-box
}

.product .imgboks img {
    display: block;
    width: 90%;
    margin: 5px auto 0
}

.specifies {
    position: absolute;
    width: 100%;
    bottom: -160px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: .5s
}

.product:hover .specifies {
    bottom: 0
}

.specifies h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    width: 100%
}

.specifies h2 span {
    font-size: 15px;
    color: #fff;
    font-weight: normal
}