@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,700,400&subset=latin,cyrillic-ext);
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

html, body {
  height: 100%;
  min-width: 1000px;
  background: #fff;
}

a {
  outline: none;
}

.hidden {
  opacity: 0;
}

.page {
  min-height: 100%;
  overflow: hidden;
}
.page .container {
  min-height: 100%;
  margin: 0 auto;
  min-width: 1000px;
  background-color: #fff;
}

.push {
  height: 190px;
  display: block;
  width: 100%;
}

.row {
  min-width: 1000px;
}

.footer {
  background: #3a3733;
  height: 190px;
  margin-top: -190px;
}
.footer .top {
  text-align: center;
}
.footer .top h4 {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  margin: 30px 0 0;
}
.footer .top a {
  color: #00c50e;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.footer .top a:hover {
  text-decoration: none;
}
.footer .bottom .left {
  margin: 0px 0;
}
.footer .bottom .left .logo a {
  color: #b1ad9b;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
}
.footer .bottom .left span{
text-align: center;
color: white;
margin-left: 70px;
color: #FFFFEE;
font-family: "Roboto Slab", serif;
font-size: 19px;
line-height: 1.4;
}

.footer .bottom .right .logo{


height: 50px;
width: 254px;
background: url(../img/logo_gaz.png) no-repeat;
}



.footer .bottom .right {
  margin: 0px 0 0;
}
.footer .bottom .right p {
color: #FFFFEE;
font-family: "Roboto Slab", serif;
font-size: 19px;
margin: 0 0;
line-height: 1.4;
text-align: center;
}

#menu {
  position: fixed;
  margin: 0;
  padding: 0;
  top: -50px;
  background: #f1f1f1;
  height: 50px;
  border-bottom: 2px solid #00c50e;
  -webkit-transition: all 0.6s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
   z-index: 7000;
}
#menu.fade {
  top: 0px;
}
#menu .sub-nav {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  text-align: center;
}
#menu .sub-nav li {
  height: 48px;
  margin: 0 0px;
  text-align: center;
  display: block;
  float: left;
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #bfbfbf;
}
#menu .sub-nav li:first-child {
  border-left: none;
}
#menu .sub-nav li:last-child {
  border-right: none;
}
#menu .sub-nav li.active a {
  color: #00c50e;
  background: transparent;
}
#menu .sub-nav li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#menu .sub-nav li a {
  position: relative;
  text-align: center;
  color: #000;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0 9px;
  display: inline-block;
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#menu .sub-nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 8px 13px;
  border-color: transparent transparent #00c50e transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#menu .sub-nav li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.header .box-nav {
  background: #f1f1f1;
  height: 50px;
  border-bottom: 2px solid #00c50e;
}
.header .box-nav .navigation {
  background: transparent;
  padding: 0 0;
}
.header .box-nav .navigation .sub-nav {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  text-align: center;
}
.header .box-nav .navigation .sub-nav li {
  height: 48px;
  margin: 0 0px;
  text-align: center;
  display: block;
  float: left;
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #bfbfbf;
}
.header .box-nav .navigation .sub-nav li:first-child {
  border-left: none;
}
.header .box-nav .navigation .sub-nav li:last-child {
  border-right: none;
}
.header .box-nav .navigation .sub-nav li.active a {
  color: #00c50e;
  background: transparent;
}
.header .box-nav .navigation .sub-nav li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.header .box-nav .navigation .sub-nav li a {
  position: relative;
  text-align: center;
  color: #000;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0 9px;
  display: inline-block;
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.header .box-nav .navigation .sub-nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 8px 13px;
  border-color: transparent transparent #00c50e transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header .box-nav .navigation .sub-nav li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.header .top {
  height: 92px;
  background: #3a3733;
}
.header .top .logo {
  margin: 28px 0;
  height: 50px;
width: 253px;
background: url(../img/logo_gaz.png) no-repeat;
}
.header .top .logo a {
  color: #02c40e;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
}
.header .top .block-phone {
  margin: 5px 0 0;
}
.header .top .block-phone p {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 5px;
}
.header .top .block-phone a {
  display: inline-block;
  width: 100%;
  height: 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(252, 250, 233, 0.75);
  border: 3px solid #ffd800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  background: #ffee01;
  background: -moz-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffee01), color-stop(100%, #eeb301));
  background: -webkit-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -o-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -ms-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: linear-gradient(to bottom, #ffee01 0%, #eeb301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee01', endColorstr='#eeb301', GradientType=0 );
}
.header .top .block-phone a:hover {
  background: #eeb301;
  background: -moz-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeb301), color-stop(100%, #ffee01));
  background: -webkit-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -o-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -ms-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: linear-gradient(to bottom, #eeb301 0%, #ffee01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb301', endColorstr='#ffee01', GradientType=0 );
}

.block-1 {
  height: 579px;
  background: url("../img/block-1-bg.jpg") no-repeat center top transparent;
  text-align: center;
}
.block-1 h2 {
  display: inline-block;
  background: rgba(0, 197, 14, 0.8);
  padding: 0 12px;
  margin: 37px 0 0;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-1 h3 {
  display: inline-block;
  background: rgba(129, 190, 0, 0.8);
  padding: 0 12px;
  margin: 0 0 25px;
  height: 58px;
  line-height: 53px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: normal;
}
.block-1 h3 strong {
  font-weight: bold;
  font-size: 45px;
}
.block-1 p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0 0;
}
.block-1 ul {
  margin: 140px 10px 0;
}
.block-1 ul li .ico {
  display: inline-block;
  width: 88px;
  height: 88px;
  margin: 0 0 4px;
}
.block-1 ul li .ico.ico-1 {
  background: url("../img/block-1-icons.png") no-repeat 0 0;
}
.block-1 ul li .ico.ico-2 {
  background: url("../img/block-1-icons.png") no-repeat -90px -1px;
}
.block-1 ul li .ico.ico-3 {
  background: url("../img/block-1-icons.png") no-repeat -179px -1px;
}
.block-1 ul li p {
  margin: 0 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;

}
.block-1 p.small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0 0;
}

.block-2 {
  height: 680px;
  position: relative;
  padding: 16px 0 0;
  background: url("../img/block-2-bg.jpg") no-repeat center bottom transparent;
}
.block-2:after {
  content: "";
  background: #00c50e;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #00c50e transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-2 .box-title {
  display: inline-block;
  width: 100%;
  margin: 30px 0 40px;
  text-align: left;
}
.block-2 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0;
  text-transform: uppercase;
}
.block-2 .box-title h2 span {
  font-size: 34px;
}
.block-2 .box-title h3 {
  color: #00c50e;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 0;
}
.block-2 .box-title h3 strong {
  font-size: 28px;
  font-weight: bold;
  background: #00c50e;
  color: #fff;
  padding: 0 5px;
}
.block-2 .text {
  margin-bottom: 75px;
}
.block-2 .text p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 0;
}
.block-2 .text p strong {
  font-weight: 600;
  font-size: 17px;
}
.block-2 .text p span {
  text-transform: uppercase;
  font-weight: 600;
}
.block-2 .box-timer .title {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1;
}
.block-2 .box-timer .g-form_count .timer .item {
  display: block;
  float: left;
  width: 100px;
  margin: 0 20px 0 0;
  text-align: center;
}
.block-2 .box-timer .g-form_count .timer .item:first-child {
  display: none;
}
.block-2 .box-timer .g-form_count .timer .item .box {
  width: 100px;
  height: 82px;
  display: block;
  border: 2px solid #00c50e;
  line-height: 78px;
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: bold;
}
.block-2 .box-timer .g-form_count .timer .item .txt {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 5px 0 0;
}
.block-2 .box-form {
  margin: 0 18px 0 0;
  position: relative;
}
.block-2 .box-form:after {
  content: "";
  z-index: 0;
  border: 2px solid #00c50e;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -15px;
  right: -15px;
}
.block-2 .box-form .form-content {
  width: 395px;
  height: 400px;
  padding: 30px;
  position: relative;
  background: #3a3733;
  z-index: 10;
}
.block-2 .box-form h4 {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 8px;
  text-transform: uppercase;
  text-align: center;
}
.block-2 .box-form p {
  margin: 0 0 20px;
  line-height: 1.2;
  color: #b9b5a3;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.block-3 {
  position: relative;
  padding: 16px 0 60px;
  background: url("../img/block-3-bg.jpg") no-repeat center bottom #ebe7d2;
}
.block-3:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-3 .box-title {
  display: inline-block;
  width: 100%;
  margin: 70px 0 75px 0;
  text-align: center;
}
.block-3 .box-title h2 {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1;
  text-transform: uppercase;
}
.block-3 .box-title p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0;
}
.block-3 .gallery {
  display: inline-block;
  width: 100%;
}
.block-3 .gallery .items {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-3 .gallery .items:after {
  content: "";
  z-index: 0;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 45px;
  left: -10px;
  right: -10px;
  height: 160px;
}
.block-3 .gallery .items .item {
  display: inline-block;
  width: 280px;
  position: relative;
  z-index: 5;
  margin: 0 22px 88px;
}
.block-3 .gallery .items .item .fancybox {
  position: relative;
  z-index: 10;
}
.block-3 .gallery .items .item .fancybox:hover + .info {
  height: 315px;
}
.block-3 .gallery .items .item .fancybox:hover + .info .text {
  opacity: 1;
}
.block-3 .gallery .items .item .info {
  width: 250px;
  height: 280px;
  display: block;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: -15px;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.block-3 .gallery .items .item .info .text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.block-3 .gallery .items .item .info .text .title {
  color: #181717;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4px;
}
.block-3 .gallery .items .item .info .text p {
  margin: 0 0 0;
  color: #181717;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.block-4 {
  position: relative;
  padding: 16px 0 50px;
}
.block-4:after {
  content: "";
  background: #ebe7d2;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-4:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #ebe7d2 transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-4 .box-title {
  display: inline-block;
  width: 100%;
  margin: 60px 0 40px 0;
  text-align: center;
}
.block-4 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-4 .box-title p {
  color: #3f3d37;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0;
}
.block-4 ul {
  margin: 0 0 0;
  position: relative;
}
.block-4 ul:after {
  content: "";
  border: 2px solid #00c50e;
  display: block;
  position: absolute;
  left: -10px;
  top: 39px;
  right: -10px;
  height: 158px;
  z-index: 1;
}
.block-4 ul li {
  padding: 0 12px;
}
.block-4 ul li .item {
  display: inline-block;
  width: 100%;
  background: #ebe7d2;
  padding: 18px;
}
.block-4 ul li .item img {
  width: 100%;
  margin: 0 0 15px;
  position: relative;
  z-index: 10;
}
.block-4 ul li .item .text {
  text-align: center;
}
.block-4 ul li .item .text p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0;
}

.block-5 {
  position: relative;
  height: 780px;
  background: url("../img/block-5-bg.jpg") no-repeat center top transparent;
  padding: 16px 0 50px;
}
.block-5:after {
  content: "";
  background: #00c50e;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-5:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #00c50e transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-5 .box-title {
  display: inline-block;
  width: 100%;
  margin: 90px 0 90px 0;
  text-align: center;
}
.block-5 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 35px;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-5 .box-title p {
  color: #ebe6d1;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0;
}
.block-5 ul li {
  padding: 0 12px 0;
  text-align: center;
}
.block-5 ul li .icon {
  width: 152px;
  height: 152px;
  border: 2px solid #fff;
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block-5 ul li .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.block-5 ul li .icon.icon-1:after {
  background: url("../img/block-5-icons.png") no-repeat 0 0;
  width: 63px;
  height: 63px;
  margin: -31px 0 0 -31px;
}
.block-5 ul li .icon.icon-2:after {
  background: url("../img/block-5-icons.png") no-repeat -65px 0;
  width: 77px;
  height: 65px;
  margin: -33px 0 0 -39px;
}
.block-5 ul li .icon.icon-3:after {
  background: url("../img/block-5-icons.png") no-repeat -145px 0;
  width: 74px;
  height: 74px;
  margin: -37px 0 0 -37px;
}
.block-5 ul li .icon.icon-4:after {
  background: url("../img/block-5-icons.png") no-repeat -221px 0;
  width: 81px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.block-5 ul li p {
  color: #d8d3ba;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 25px;
  height: 42px;
}
.block-5 ul li p:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.block-5 ul li p span {
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
}
.block-5 ul li a.btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 10px 0 0;
  padding: 0 0;
  text-shadow: 0 1px 2px rgba(252, 250, 233, 0.75);
  border: 3px solid #ffd800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  background: #ffee01;
  background: -moz-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffee01), color-stop(100%, #eeb301));
  background: -webkit-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -o-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -ms-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: linear-gradient(to bottom, #ffee01 0%, #eeb301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee01', endColorstr='#eeb301', GradientType=0 );
}
.block-5 ul li a.btn:hover {
  background: #eeb301;
  background: -moz-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeb301), color-stop(100%, #ffee01));
  background: -webkit-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -o-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -ms-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: linear-gradient(to bottom, #eeb301 0%, #ffee01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb301', endColorstr='#ffee01', GradientType=0 );
}

.block-6 {
  background: url("../img/block-6-bg.jpg") no-repeat center top transparent;
  height: 546px;
}
.block-6 .left {
  margin: 92px 0 0 192px;
  padding: 25px 0;
}
.block-6 .left p {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 0;
  text-align: left;
  text-transform: uppercase;
}
.block-6 .left p strong {
  font-size: 30px;
  font-weight: bold;
}
.block-6 .right {
  margin: 20px 0 0;
  text-align: right;
}
.block-6 .right p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0;
}
.block-6 .right p strong {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.block-7 {
  height: 1128px;
  position: relative;
  padding: 16px 0 50px;
  background: url("../img/block-7-bg.jpg") no-repeat center bottom transparent;
}
.block-7:after {
  content: "";
  background: #00c50e;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-7:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #00c50e transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-7 .box-title {
  display: inline-block;
  width: 100%;
  margin: 70px 0 50px 0;
  text-align: center;
}
.block-7 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 25px;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-7 .box-title p {
  color: #3f3d38;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0;
}
.block-7 ul li {
  height: 510px;
  padding-bottom: 0;
  position: relative;
}
.block-7 ul li:nth-child(2) .line {
  height: 280px;
}
.block-7 ul li:nth-child(3) .line {
  height: 190px;
}
.block-7 ul li .line {
  background: #00c50e;
  width: 2px;
  height: 360px;
  position: absolute;
  left: 71px;
  top: 170px;
}
.block-7 ul li .line:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #00c50e;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  bottom: 0;
  left: -5px;
}
.block-7 ul li p {
  height: 172px;
  width: 100%;
  margin: 0 0 0;
  padding: 20px;
  background: url("../img/block-7-border.png") no-repeat left top transparent;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.block-7 ul li p strong {
  font-size: 17px;
  font-weight: 600;
}
.block-7 .bottom {
  display: inline-block;
  width: 100%;
}
.block-7 .bottom .item {
  display: block;
  float: left;
  margin: 0 108px 0 0;
  position: relative;
  width: 254px;
  padding: 30px;
  border-left: 2px solid #00c50e;
  border-bottom: 2px solid #00c50e;
}
.block-7 .bottom .item:last-child {
  margin-right: 0;
}
.block-7 .bottom .item:after {
  content: "";
  background: #00c50e;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 68px;
}
.block-7 .bottom .item:before {
  content: "";
  background: #00c50e;
  width: 2px;
  display: block;
  position: absolute;
  right: 0;
  top: 42px;
  bottom: 0;
}
.block-7 .bottom .item.item-1 {
  margin-top: 100px;
}
.block-7 .bottom .item.item-2 {
  margin-top: 50px;
}
.block-7 .bottom .item.item-3 {
  margin-top: -18px;
}
.block-7 .bottom .item p {
  margin: 0 0 0;
  color: #ebe6d1;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.block-7 .bottom .item .ico {
  display: block;
  position: absolute;
}
.block-7 .bottom .item .ico.ico-1 {
  right: 12px;
  top: -24px;
}
.block-7 .bottom .item .ico.ico-2 {
  right: 12px;
  top: -16px;
}
.block-7 .bottom .item .ico.ico-3 {
  right: 5px;
  top: -16px;
}

.block-8 {
  background: #ede8d2;
  position: relative;
  padding: 16px 0 100px;
}
.block-8:after {
  content: "";
  background: #37342f;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-8:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #37342f transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-8 .box-title {
  display: inline-block;
  width: 100%;
  margin: 82px 0 50px 0;
  text-align: center;
}
.block-8 .box-title h2 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-8 .box-title h3 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0;
  line-height: 1.2;
}
.block-8 form .left {
  width: 510px;
}
.block-8 form .left p {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
.block-8 form .left p i {
  color: #393733;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin: 0 0;
}
.block-8 form .left .fields {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px;
}
.block-8 form .left .fields span {
  display: block;
  float: left;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 40px;
  margin: 0 10px 0 0;
}
.block-8 form .left .fields input[type="text"] {
  display: block;
  float: left;
  height: 40px;
  width: 140px;
  border: 2px solid #00c50e;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  padding: 0 15px;
  margin: 0 10px 0 0;
  -webkit-box-shadow: 0 0 0 white;
  -moz-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
}
.block-8 form .left .fields input[type="text"]:focus {
  border: 1px solid #00c50e;
}
.block-8 form .left .fields input[type="text"]:disabled {
  border: 1px solid #3a3733;
}
.block-8 form .left .radio-buttons {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px;
}
.block-8 form .left .radio-buttons .box-radio input[type="radio"] {
  display: none;
}
.block-8 form .left .radio-buttons .box-radio input[type="radio"]:checked + label:before {
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color: #00c50e;
  display: block;
  position: absolute;
  left: -37px;
  top: 3px;
  z-index: 1;
}
.block-8 form .left .radio-buttons .box-radio input[type="radio"] + label {
  display: block;
  margin: 0 0 10px 40px;
  position: relative;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.block-8 form .left .radio-buttons .box-radio input[type="radio"] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
}
.block-8 form .left .radio-buttons .box-radio input[type="radio"] + label span {
  color: #706960;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
}
.block-8 form .right .box-form {
  margin: 0 18px 0 0;
  position: relative;
}
.block-8 form .right .box-form:after {
  content: "";
  z-index: 0;
  border: 2px solid #00c50e;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -15px;
  right: -15px;
}
.block-8 form .right .box-form .form-content {
  width: 395px;
  padding: 50px 30px;
  position: relative;
  background: #3a3733;
  z-index: 10;
}
.block-8 form .right .box-form h4 {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.block-8 form .right .box-form h4 span {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}
.block-8 form .right .box-form p {
  margin: 0 0 20px;
  line-height: 1.2;
  color: #b9b5a3;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.block-9 {
  position: relative;
  padding: 35px 0 0;
  height: 740px;
  background: url("../img/block-9-bg.jpg") no-repeat center bottom transparent;
}
.block-9 .box-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}
.block-9 .box-title h5 {
  margin: 0 0 30px;
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 1;
}
.block-9 .box-title p {
  margin: 0 0 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
}
.block-9 .box-title p strong {
  font-weight: 600;
}
.block-9 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1.4;
}
.block-9 .box-title h4 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1.4;
}
.block-9 .right {
  width: 470px;
  padding: 0 10px;
}
.block-9 .right ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 0;
}
.block-9 .right ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.block-9 .right ul li .number {
  display: block;
  position: absolute;
  left: -45px;
  top: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.block-9 .right ul li p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0;
}
.block-9 .right ul li p strong {
  font-size: 18px;
}
.block-9 .right a.btn {
  display: inline-block;
  width: 100%;
  height: 54px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 0 0 0;
  padding: 0 0;
  text-shadow: 0 1px 2px rgba(252, 250, 233, 0.75);
  border: 3px solid #ffd800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  background: #ffee01;
  background: -moz-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffee01), color-stop(100%, #eeb301));
  background: -webkit-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -o-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -ms-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: linear-gradient(to bottom, #ffee01 0%, #eeb301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee01', endColorstr='#eeb301', GradientType=0 );
}
.block-9 .right a.btn:hover {
  background: #eeb301;
  background: -moz-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeb301), color-stop(100%, #ffee01));
  background: -webkit-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -o-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -ms-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: linear-gradient(to bottom, #eeb301 0%, #ffee01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb301', endColorstr='#ffee01', GradientType=0 );
}

.block-10 {
  position: relative;
  padding: 16px 0 50px;
  background: #ebe7d2;
}
.block-10:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-10:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-10 .box-title {
  display: inline-block;
  width: 100%;
  margin: 75px 0 30px 0;
  text-align: center;
}
.block-10 .box-title h2 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-10 .reviews .item {
  display: inline-block;
  width: 100%;
  margin: 0 0 65px 0;
}
.block-10 .reviews .item .img {
  width: 440px;
  text-align: center;
  padding-top: 57px;
}
.block-10 .reviews .item .img a {
  display: inline-block;
  margin: 0 8px 10px;
}
.block-10 .reviews .item .right {
  width: 515px;
  position: relative;
}
.block-10 .reviews .item .right .info {
  display: block;
  float: left;
  width: 390px;
  margin: 0 10px 20px 0;
  padding: 75px 0 0;
}
.block-10 .reviews .item .right .info .name {
  color: #6bc332;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.block-10 .reviews .item .right .info .location {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.block-10 .reviews .item .right .photo {
  display: block;
  float: right;
}
.block-10 .reviews .item .right p {
  clear: both;
  color: #1f1b1b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0;
}

.block-11 {
  height: 692px;
  position: relative;
  padding: 16px 0 50px;
  background: url("../img/block-11-bg.jpg") no-repeat center bottom transparent;
}
.block-11:after {
  content: "";
  background: #ebe7d2;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
}
.block-11:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #ebe7d2 transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -13px;
}
.block-11 .box-title {
  display: inline-block;
  width: 100%;
  margin: 75px 0 45px 0;
  text-align: center;
}
.block-11 .box-title h2 {
  color: #00c50e;
  font-family: "Roboto Slab", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-11 .items {
  display: inline-block;
  width: 100%;
  margin: 0 0;
}
.block-11 .items .item {
  height: 68px;
  padding: 0 0 0 90px;
  position: relative;
}
.block-11 .items .item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.block-11 .items .item.item-1 {
  margin: 0 0 0 56px;
  height: 72px;
}
.block-11 .items .item.item-1 .text {
  height: 72px;
}
.block-11 .items .item.item-2 {
  margin: 0 0 0 140px;
  height: 61px;
}
.block-11 .items .item.item-2 .text {
  height: 61px;
}
.block-11 .items .item.item-3 {
  margin: 0 0 0 235px;
  height: 61px;
}
.block-11 .items .item.item-3 .text {
  height: 61px;
}
.block-11 .items .item.item-4 {
  margin: 0 0 0 331px;
  height: 61px;
}
.block-11 .items .item.item-4 .text {
  height: 61px;
}
.block-11 .items .item.item-5 {
  margin: 0 0 0 445px;
  height: 65px;
}
.block-11 .items .item.item-5 .text {
  height: 65px;
}
.block-11 .items .item.item-6 {
  display: block;
  float: right;
  background: #00c50e;
  padding: 22px 30px;
  height: inherit;
  margin: 11px 0 0;
}
.block-11 .items .item.item-6 p {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0;
}
.block-11 .items .item.item-6:after {
  display: none;
}
.block-11 .items .item .ico.ico-1 {
  display: block;
  position: absolute;
  background: url("../img/block-11-icons.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  left: 40px;
  top: 50%;
  margin-top: -16px;
}
.block-11 .items .item .ico.ico-2 {
  display: block;
  position: absolute;
  background: url("../img/block-11-icons.png") no-repeat -37px 0;
  width: 24px;
  height: 32px;
  left: 44px;
  top: 50%;
  margin-top: -16px;
}
.block-11 .items .item .ico.ico-3 {
  display: block;
  position: absolute;
  background: url("../img/block-11-icons.png") no-repeat -65px 0;
  width: 26px;
  height: 32px;
  left: 44px;
  top: 50%;
  margin-top: -16px;
}
.block-11 .items .item .ico.ico-4 {
  display: block;
  position: absolute;
  background: url("../img/block-11-icons.png") no-repeat -95px 0;
  width: 32px;
  height: 32px;
  left: 40px;
  top: 50%;
  margin-top: -16px;
}
.block-11 .items .item .ico.ico-5 {
  display: block;
  position: absolute;
  background: url("../img/block-11-icons.png") no-repeat -129px 0;
  width: 23px;
  height: 32px;
  left: 44px;
  top: 50%;
  margin-top: -16px;
}
.block-11 .items .item .text {
  height: 68px;
}
.block-11 .items .item .text:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.block-11 .items .item .text p {
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
  margin: 0 0 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.block-11 .items .item .text p a {
  text-decoration: underline;
  font-weight: 600;
  color: #fff;
}
.block-11 .items .item .text p a:hover {
  text-decoration: none;
}

.block-12 #map {
  height: 515px;
}
.block-12 #map img {
  max-width: inherit;
}

form input[type="text"] {
  height: 45px;
  width: 100%;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  padding: 0 15px;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0 0 0 white;
  -moz-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
}
form input[type="text"]:focus {
  border: 2px solid #6bc332;
}
form input[type="button"] {
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 10px 0 0;
  padding: 0 0;
  text-shadow: 0 1px 2px rgba(252, 250, 233, 0.75);
  border: 3px solid #ffd800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  background: #ffee01;
  background: -moz-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffee01), color-stop(100%, #eeb301));
  background: -webkit-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -o-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -ms-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: linear-gradient(to bottom, #ffee01 0%, #eeb301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee01', endColorstr='#eeb301', GradientType=0 );
}
form input[type="button"]:hover {
  background: #eeb301;
  background: -moz-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeb301), color-stop(100%, #ffee01));
  background: -webkit-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -o-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -ms-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: linear-gradient(to bottom, #eeb301 0%, #ffee01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb301', endColorstr='#ffee01', GradientType=0 );
}

#jGrowl {
  display: none;
}

.box-modal {
  background: #fff;
  border: 4px solid #00c50e;
  width: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -192px 0 0 -200px;
  -webkit-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
}
.box-modal.more {
  padding: 0;
  width: 800px;
  margin: -192px 0 0 -400px;
}
.box-modal.more .left {
  background: #fff;
  width: 50%;
  padding: 10px;
}
.box-modal.more .left .content {
  height: 359px;
  padding: 10px;
}
.box-modal.more .left h5 {
  margin: 0 0 10px 0;
  text-align: left;
  color: #3d3d3d;
  font-family: "Roboto Slab", serif;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.box-modal.more .left p {
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
}
.box-modal.more .left p:last-child p {
  margin-bottom: 0;
}
.box-modal.more .left ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.box-modal.more .left ul li {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.box-modal.more .right {
  background: #f9f3ff;
  width: 50%;
  padding: 20px 20px;
  min-height: 371px;
}
.box-modal .modal-content-box h4 {
  margin: 0 0 5px 0;
  text-align: center;
  color: #3d3d3d;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-modal .modal-content-box p {
  color: #3d3d3d;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.2;
}
.box-modal .modal-content-box .info {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.box-modal .modal-content-box .info p {
  color: #414f57;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.box-modal .modal-content-box input[type="text"] {
  border: 2px solid #3a3733;
}
.box-modal .modal-close {
  font-size: 0;
  background: url("../img/close-ico.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 24px;
  display: block;
}
.box-modal select#address option {
  display: none;
}
.box-modal .modal-map {
  height: 476px;
}
.box-modal .modal-map .map {
  display: none;
}
.box-modal .modal-map .map.map-0 {
  display: block;
}

body.thank {
  background: url("../img/thank-bg.jpg") no-repeat center transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.thank .page .container {
  background-color: transparent;
}
body.thank .block-1 {
  background: transparent;
}
body.thank .block-1 h3 {
  font-size: 28px;
}
body.thank .block-1 .box-btn {
  margin: 50px 0 0;
  display: inline-block;
  width: 100%;
}
body.thank .block-1 .box-btn a {
  display: inline-block;
  height: 50px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  padding: 0 40px;
  text-shadow: 0 1px 2px rgba(252, 250, 233, 0.75);
  border: 3px solid #ffd800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  background: #ffee01;
  background: -moz-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffee01), color-stop(100%, #eeb301));
  background: -webkit-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -o-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: -ms-linear-gradient(top, #ffee01 0%, #eeb301 100%);
  background: linear-gradient(to bottom, #ffee01 0%, #eeb301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee01', endColorstr='#eeb301', GradientType=0 );
}
body.thank .block-1 .box-btn a:hover {
  background: #eeb301;
  background: -moz-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeb301), color-stop(100%, #ffee01));
  background: -webkit-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -o-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: -ms-linear-gradient(top, #eeb301 0%, #ffee01 100%);
  background: linear-gradient(to bottom, #eeb301 0%, #ffee01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb301', endColorstr='#ffee01', GradientType=0 );
}

.yasha-h2{
width: 980px;
margin: 20px auto;
text-align: center;
font-size: xx-large;
font-weight: 600;
}
#response > div:nth-child(3) {
  background: #ede8d2;
}
.block-response h2 {
  margin: 0 auto;
  text-align: center;
  margin: 0 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
}
.block-response .box-title {
  padding: 15px 0;
}
.middle {
  width: 980px;
  min-width: 980px;
  border-radius: 10px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.response:last-child {
  padding-bottom: 90px; 
}
.response_title {
  color: #000;
  padding: 10px 20px;
  font-size: 22px;
  float: left;
  margin-left: 50px;
}
#response > div:nth-child(2) {
  border-top: 2px solid #00c50e;
  padding-top: 30px;
  height: 695px;
  border-bottom: 2px solid #00c50e;
}
#response > div:nth-child(3) {
  padding-top: 30px;
  height: 695px;
}
#response > div:nth-child(4) {
  border-top: 2px solid #00c50e;
  padding-top: 30px;
  height: 695px;
}
.text_response {
  width: 605px;
  min-width: 605px;
  float: left;
}
.photo_response1 {
  width: 300px;
  min-width: 300px;
  height: 245px;
  min-width: 245px;
  float: right;
  background: url("../img/responce_1.jpg") no-repeat center center;
  background-size: cover;
}
.photo_response2 {
  width: 300px;
  min-width: 300px;
  height: 245px;
  min-width: 245px;
  float: right;
  background: url("../img/responce_2.jpg") no-repeat center center;
  background-size: cover;
}
.photo_response3 {
  width: 300px;
  min-width: 300px;
  height: 245px;
  min-width: 245px;
  float: right;
  background: url("../img/responce_3.jpg") no-repeat center center;
  background-size: cover;
}
.text_response span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  left: 50%;
  top: 25%;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #333333;
}
#response > div > div > div > div > div.text_response > ul > li > span:nth-child(2) {
  font-weight: bold;
}
.response ul {
  list-style: none;
}
.photo_user {
  width: 350px;
  height: 245px;
  position: absolute;
  top: 0%;
  left: 4%;
  z-index: 1000;
  background: url("../img/response_1.jpg") no-repeat center center;
  background-size: cover;
}
.photo_user2 {
  width: 350px;
  height: 245px;
  position: absolute;
  top: 0%;
  left: 4%;
  z-index: 1000;
  background: url("../img/response_2.jpg") no-repeat center center;
  background-size: cover;
}
.photo_user3 {
  width: 350px;
  height: 245px;
  position: absolute;
  top: 0%;
  left: 4%;
  z-index: 1000;
  background: url("../img/response_3.jpg") no-repeat center center;
  background-size: cover;
}
.response_user {
  width: 350px;
  height: 245px;
  position: absolute;
  top: 0%;
  left: 4%;
  float: right;
  background: url("../img/responce_1.jpg") no-repeat center center;
  background-size: cover;
}
.user_1 {
  width: 602px;
  min-width: 602px;
  height: 221px;
  margin-top: 12px; 
  display: block;
  overflow: visible;
  background: url("../img/rectangle_bg.png") no-repeat center center;
  background-size: cover;
}
.gallery_1 {
  display: inline-block;
  width: 100%;
}
.gallery-1 {
  display: table;
}
.gallery-1 li {
  display: inline-block;
}
.gallery_1 {
  display: inline-block;
  width: 100%;
}
.gallery-2 {
  display: table;
}
.gallery-2 li {
  display: inline-block;
}
.gallery_1 {
  display: inline-block;
  width: 100%;
}
.gallery-3 {
  display: table;
}
.gallery-3 li {
  display: inline-block;
}
.gallery-1 a:nth-child(1) >li {
  width: 225px;
  height: 355px;
  margin-top: 5px;
  margin-left: 4px;
  background: url("../img/before_2.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-1 a:nth-child(2) >li {
  width: 225px;
  height: 355px;
  margin-left: 17px;
  background: url("../img/before_3.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-1 a:nth-child(3) >li {
  width: 470px;
  height: 355px;
  margin-left: 13px;
  background: url("../img/after_1.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-2 a:nth-child(1) >li {
  width: 225px;
  height: 355px;
  margin-top: 5px;
  margin-left: 4px;
  background: url("../img/before_22.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-2 a:nth-child(2) >li {
  width: 225px;
  height: 355px;
  margin-left: 17px;
  background: url("../img/before_33.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-2 a:nth-child(3) >li {
  width: 470px;
  height: 355px;
  margin-left: 13px;
  background: url("../img/after_11.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-3 a:nth-child(1) >li {
  width: 225px;
  height: 355px;
  margin-top: 5px;
  margin-left: 4px;
  background: url("../img/before_111.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-3 a:nth-child(2) >li {
  width: 225px;
  height: 355px;
  margin-left: 17px;
  background: url("../img/before_1111.jpg") no-repeat center center;
  background-size: cover;
}
.gallery-3 a:nth-child(3) >li {
  width: 470px;
  height: 355px;
  margin-left: 13px;
  background: url("../img/after_1111.jpg") no-repeat center center;
  background-size: cover;
}