@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700,800&subset=cyrillic,latin);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
/*@font-face {
  font-family: 'trajanregular';
  src: url('../fonts/Trajan-Regular-webfont.eot');
  src: url('../fonts/Trajan-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Trajan-Regular-webfont.woff2') format('woff2'),
  url('../fonts/Trajan-Regular-webfont.woff') format('woff'),
  url('../fonts/Trajan-Regular-webfont.ttf') format('truetype'),
  url('../fonts/Trajan-Regular-webfont.svg#goudy_trajanregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'trajanbold';
  src: url('../fonts/Trajan-Bold-webfont.eot');
  src: url('../fonts/Trajan-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Trajan-Bold-webfont.woff2') format('woff2'),
  url('../fonts/Trajan-Bold-webfont.woff') format('woff'),
  url('../fonts/Trajan-Bold-webfont.ttf') format('truetype'),
  url('../fonts/Trajan-Bold-webfont.svg#goudy_trajanbold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@media all and (max-width: 800px){ .header .info h2 {font-size: 50px !important;}}

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

html, body {
  height: 100%;
  background: #fff;}

a {
  outline: none;
}

.hidden {
  opacity: 0;
}

.page {
  min-height: 100%;
  overflow: hidden;
  position: relative;

}
.page .container {
  min-height: 100%;
  width: 100%;
}

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

.row {
  min-width: 1000px;
}

.form input[type="text"] {
  border: 1px solid #64686f;
  padding: 0 10px;
  height: 55px;
  margin: 0 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
background-color: #E5E5E5;
    color: #64686F;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  text-align: center;
}
.form input[type="button"] {
  color: #4c3c20;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 28px 0 0;
  outline: none;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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;
}
.form input[type="button"]:hover {
  background: #feb424;
}
.form input[type="button"]:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

.header {
	z-index:15;
position: relative;


  height: 1011px;
}
.header .top {
  height: 110px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;

}
.header .top .logo {
  margin: 41px 0 0;
}
.header .top .right {
  margin-top: 6px;
}
.header .top .right p {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}
.header .top .right a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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 .top .right a.btn:hover {
  background: #feb424;
}
.header .top .right a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}
.newbtn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  /*height: 32px;*/
  line-height: 32px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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;
}
.newbtn:hover {
  background: #feb424;
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
.newbtn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}
.header .info {
  height: 618px;
  z-index: 15;
}
.header .info h2 {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 58px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 80px 0 80px;
  text-align: center;
}
.header .info h2 span {
  color: #ef4f4f;
	font-size: 40px;
}
.header .info ul {
  margin-right: 0;
  margin-left: 0;
}
.header .info ul li {
  padding-bottom: 0;
}
.header .info ul li .item {
  width: 100%;
  height: 210px;
  border: 1px solid #6e6e6e;
  padding: 15px;
  display: inline-block;
}
.header .info ul li .item:hover .ico {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header .info ul li .item:hover .ico:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header .info ul li .item:hover p {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header .info ul li .item .ico {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 78px;
  width: 65px;
  border-bottom: 3px solid #fff;
  -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 .info ul li .item .ico:after {
  content: "";
  background: url("../img/header-icons.png") no-repeat 0 0;
  width: 65px;
  height: 29px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  -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 .info ul li .item .ico.ico-2 {
  width: 62px;
}
.header .info ul li .item .ico.ico-2:after {
  background: url("../img/header-icons.png") no-repeat -66px 0;
  width: 62px;
  height: 54px;
}
.header .info ul li .item .ico.ico-3 {
  width: 62px;
}
.header .info ul li .item .ico.ico-3:after {
  background: url("../img/header-icons.png") no-repeat -131px -1px;
  width: 62px;
  height: 52px;
}
.header .info ul li .item .ico.ico-4 {
  width: 60px;
}
.header .info ul li .item .ico.ico-4:after {
  background: url("../img/header-icons.png") no-repeat -198px 0;
  width: 60px;
  height: 43px;
}
.header .info ul li .item p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 15;
}
.header .info ul li .item p span {
  text-transform: none;
  font-size: 13px;
}
.header .bottom {
  padding: 15px 0;
  width: 100%;
  height: 283px;
  display: inline-block;
  background: rgba(37, 37, 37, 0.8);
}
.header .bottom ul {
  margin: 0 0 0;
  padding: 0 10px;
}
.header .bottom ul li {
  padding-bottom: 0;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  height: 125px;
  text-align: center;
}
.header .bottom ul li:nth-child(3n) {
  border-right: none;
}
.header .bottom ul li:nth-child(4n) {
  border-bottom: none;
}
.header .bottom ul li:nth-child(5n) {
  border-bottom: none;
}
.header .bottom ul li:nth-child(6n) {
  border-bottom: none;
}
.header .bottom ul li:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.header .bottom ul li .vertical {
  text-align: center;
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
}
.header .bottom ul li p.inf {
  color: #ef4f4f;
  margin: 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.header .bottom ul li p.inf strong {
  font-size: 36px;
  font-weight: bold;
}
.header .bottom ul li p.text {
  color: #fff;
  margin: 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

#menu {

  position: fixed;
  margin: 0;
  padding: 0;
  height: 60px;
  top: -80px;
  background: rgba(0, 0, 0, 0.8);
   -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;
}
#menu.fade {
  top: 0px;
}
#menu ul.sub-nav {
  margin: 0;
  padding: 0;
}
#menu ul.sub-nav li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
#menu ul.sub-nav li a {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  position: relative;
  color: #007a90;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
}
#menu ul.sub-nav li a:hover {
  background-color: #edf5fa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDF5FA', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf5fa), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: linear-gradient(top, #edf5fa 0%, #ffffff 100%);
}
#menu ul.sub-nav li a:hover:after {
  content: "";
  background: url("../img/menu-after.png") no-repeat 0 0 transparent;
  display: block;
  width: 3px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#menu ul.sub-nav li a:hover:before {
  content: "";
  background: url("../img/menu-after.png") no-repeat -3px 0 transparent;
  display: block;
  width: 3px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
#menu ul.sub-nav li:first-child a {
  padding: 0 15px;
}
#menu ul.sub-nav li.active a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #edf5fa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDF5FA', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edf5fa), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #edf5fa 0%, #ffffff 100%);
  background-image: linear-gradient(top, #edf5fa 0%, #ffffff 100%);
}
#menu ul.sub-nav li.active a:after {
  content: "";
  background: url("../img/menu-after.png") no-repeat 0 0 transparent;
  display: block;
  width: 3px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#menu ul.sub-nav li.active a:before {
  content: "";
  background: url("../img/menu-after.png") no-repeat -3px 0 transparent;
  display: block;
  width: 3px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}


#menu .right{
  width: 680px;
}

#menu .right p{
  color: #fff;
font-family: "PT Sans", sans-serif;
font-size: 22px;
font-weight: bold;
margin: 0 0 10px;
line-height: 1;
padding-top: 5px;
}


#menu .right a.btn{
float: right;
  color: #4c3c20;
font-family: "PT Sans", sans-serif;
font-size: 18px;
font-weight: normal;
text-align: center;
display: inline-block;
width: 200px;
height: 32px;
line-height: 32px;
background: #fed324;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 2px #ac7106;
-moz-box-shadow: 0 2px 2px #ac7106;
box-shadow: 0 2px 2px #ac7106;
-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-1 {
  height: 693px;
  background: url("../img/block-1-bg.jpg") no-repeat center top transparent;
}
.block-1 .title {
  display: inline-block;
  width: 100%;
  margin: 85px 0 60px;
  text-align: center;
}
.block-1 .title h5 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 0 0;
}
.block-1 .title h5:after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  left: -130%;
  top: 50%;
  margin-top: -1px;
}
.block-1 .title h5:before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  right: -130%;
  top: 50%;
  margin-top: -1px;
}
.block-1 .title h2 {
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 10px;
}
.block-1 .title p {
  display: inline-block;
  padding: 0 10px;
  background: #ef4f4f;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0 0;
}
.block-1 ul {
  margin: 0 0 0;
}
.block-1 ul li {
  padding-bottom: 0;
  margin-bottom: 58px;
  height: 82px;
}
.block-1 ul li:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.block-1 ul li .item {
  padding: 0 0 0 100px;
  position: relative;
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
}
.block-1 ul li .item:after {
  content: "";
  width: 82px;
  height: 82px;
  display: block;
  border: 2px solid #ef4f4f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -41px;
}
.block-1 ul li .item p {
  color: #3f3f3f;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.block-1 ul li .item.item-1:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat 0 0;
  display: block;
  position: absolute;
  height: 62px;
  width: 49px;
  left: 18px;
  top: 50%;
  margin-top: -28px;
}
.block-1 ul li .item.item-2:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat -49px 0;
  height: 62px;
  width: 43px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -28px;
}
.block-1 ul li .item.item-3:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat -93px 0;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -22px;
}
.block-1 ul li .item.item-4:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat -93px -45px;
  width: 59px;
  height: 26px;
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -13px;
}
.block-1 ul li .item.item-5:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat -154px 0;
  width: 47px;
  height: 45px;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -21px;
}
.block-1 ul li .item.item-6:before {
  content: "";
  background: url("../img/block-icons.png") no-repeat -203px 0;
  width: 47px;
  height: 47px;
  display: block;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -25px;
}

.block-2 {
  background: #fdfdfd;
}
.block-2 .title {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 85px 0 45px;
}
.block-2 .title h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 0 0;
}
.block-2 .title.t22 h2:after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  left: -16%;
  top: 50%;
  margin-top: -1px;
}
.block-2 .title.t22 h2:before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  right: -16%;
  top: 50%;
  margin-top: -1px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}
.block-2 .title h2:after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  left: -60%;
  top: 50%;
  margin-top: -1px;
}
.block-2 .title h2:before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ef4f4f;
  display: block;
  position: absolute;
  right: -60%;
  top: 50%;
  margin-top: -1px;
}
.block-2 .portfolio {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.block-2 .portfolio .project {
  width: 320px;
  height: 326px;
  display: block;
  float: left;
  margin: 0 10px 22px 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.44);
}
.block-2 .portfolio .project:nth-child(3n) {
  margin-right: 0;
}
.block-2 .portfolio .project:hover .gallery a {
  background-position: 100% 0;
  /*img {
    @include transform(scale(1.2));
  }*/
}
.block-2 .portfolio .project .gallery {
  width: 100%;
  margin: 0 0 0;
}
.block-2 .portfolio .project .gallery > a {
  overflow: hidden;
  width: 320px;
  height: 240px;
  display: block;
}

.block-2 .portfolio .project .gallery > a img {
  -webkit-transition: all 1s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block-2 .portfolio .project .title-item {
  margin: 0 0 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.block-2 .portfolio .project .title-item h5 {
  color: #ef4f4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  margin: 15px 0 10px;
  line-height: 1;
}
.block-2 .portfolio .project .city {
  display: block;
  float: left;
  margin: 0 0 0 18px;
  padding: 0 0 0 25px;
  color: #566066;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  position: relative;
}
.block-2 .portfolio .project .city:after {
  content: "";
  background: url("../img/marker.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.block-2 .portfolio .project .number-photos {
  display: block;
  float: right;
  margin: 0 18px 0 0;
  padding: 0 0 0 35px;
  color: #566066;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  position: relative;
}
.block-2 .portfolio .project .number-photos:after {
  content: "";
  background: url("../img/photo-ico.png") no-repeat 0 0 transparent;
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.block-3 {
  height: 620px;
  background: url("../img/block-3-bg.jpg") no-repeat center top transparent;
}
.block-3 .title {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 70px 0 20px 0;
}
.block-3 .title h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
  border-bottom: 2px solid #ef4f4f;
}
.block-3 .title p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0;
}
.block-3 .form {
  width: 372px;
  margin: 0 auto;
  display: block;
}
.block-3 .form input[type="text"] {
  border: 1px solid #64686f;
  padding: 0 10px;
  height: 55px;
  margin: 0 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #E5E5E5;
color: #171C22;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  text-align: center;
}
.block-3 .form input[type="button"] {
  color: #4c3c20;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 28px 0 0;
  outline: none;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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 .form input[type="button"]:hover {
   background: #feb424;
   cursor: pointer;
}
.block-3 .form input[type="button"]:active {
   background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
  cursor: pointer;
}

.block-4 {
  background: #fdfdfd;
}
.block-4 .title {
  text-align: center;
  margin: 90px 0 60px;
}
.block-4 .title h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1;
  text-transform: uppercase;
}
.block-4 .title p {
  display: inline-block;
  padding: 0 10px;
  background: #ef4f4f;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0 0;
}
.block-4 .equipment {
  margin-bottom: 50px;
}
.block-4 .equipment .equipment-item {
  position: relative;
  padding: 20px 0 20px 0;
  display: block;
  width: 100%;
  height: 308px;
  background: #fbfbfb;
  border-bottom: 1px solid #f16968;
  border-right: 1px solid #f16968;
  border-left: 80px solid #ef4f4f;
}
.block-4 .equipment .equipment-item:first-child {
  border-top: 1px solid #f16968;
  border-left: 80px solid #f16968;
}
.block-4 .equipment .equipment-item:nth-child(2) {
  height: 900px;
  background: #f7f7f7;
}
.block-4 .equipment .equipment-item:nth-child(2) .item-title {
  top: 200px;
}
.block-4 .equipment .equipment-item:nth-child(2) .items .item {
  margin-bottom: 50px;
}
.block-4 .equipment .equipment-item:nth-child(3) {
  height: 360px;
  border-left: 80px solid #f16968;
}
.block-4 .equipment .equipment-item:nth-child(3) .item-title {
  top: 164px;
}
.block-4 .equipment .equipment-item:nth-child(3) .items .item {
  margin-bottom: 20px;
}
.block-4 .equipment .equipment-item .item-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute;
  left: -194px;
  width: 308px;
  top: 141px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block-4 .equipment .equipment-item .items {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.block-4 .equipment .equipment-item .items .item {
  display: block;
  width: 33.333%;
  float: left;
  text-align: center;
  position: relative;
  margin: 10px 0 15px 0;
}
.block-4 .equipment .equipment-item .items .item:hover a.btn {
  top: 58px;
  opacity: 1;
}
.block-4 .equipment .equipment-item .items .item:hover .ico span {
  opacity: 0.5;
}
.block-4 .equipment .equipment-item .items .item:hover .ico:after {
  background: #000;
}
.block-4 .equipment .equipment-item .items .item a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -80px;
  width: 160px;
  height: 32px;
  z-index: 20;
  line-height: 35px;
  background: #fed324;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-4 .equipment .equipment-item .items .item a.btn:hover {
  background: #feb424;
}
.block-4 .equipment .equipment-item .items .item a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}
.block-4 .equipment .equipment-item .items .item .ico {
  display: inline-block;
  position: relative;
  width: 147px;
  height: 147px;
  margin: 0 0 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-4 .equipment .equipment-item .items .item .ico span {
  width: 147px;
  height: 147px;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-4 .equipment .equipment-item .items .item .ico span.ico-1 {
  background: url("../img/block-4-icons.png") no-repeat 0 0 transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-2 {
  background: url("../img/block-4-icons.png") no-repeat -147px 0 transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-3 {
  background: url("../img/block-4-icons.png") no-repeat -294px 0 transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-4 {
  background: url("../img/block-4-icons.png") no-repeat 0 -147px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-5 {
  background: url("../img/block-4-icons.png") no-repeat -147px -147px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-6 {
  background: url("../img/block-4-icons.png") no-repeat -294px -147px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-7 {
  background: url("../img/block-4-icons.png") no-repeat 0px -294px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-8 {
  background: url("../img/block-4-icons.png") no-repeat -147px -294px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-9 {
  background: url("../img/block-4-icons.png") no-repeat -294px -294px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-10 {
  background: url("../img/block-4-icons.png") no-repeat 0px -441px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-11 {
  background: url("../img/block-4-icons.png") no-repeat -147px -441px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-12 {
  background: url("../img/block-4-icons.png") no-repeat -294px -441px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-13 {
  background: url("../img/block-4-icons.png") no-repeat 0 -588px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-14 {
  background: url("../img/block-4-icons.png") no-repeat -147px -588px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico span.ico-15 {
  background: url("../img/block-4-icons.png") no-repeat -294px -588px transparent;
}
.block-4 .equipment .equipment-item .items .item .ico:after {
  content: "";
  width: 147px;
  height: 147px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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-4 .equipment .equipment-item .items .item h4 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0;
}
.block-4 .equipment .equipment-item .box-btn {
  display: inline-block;
  width: 100%;
  margin: 0 0 0;
  text-align: center;
}
.block-4 .equipment .equipment-item .box-btn a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 17.5px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 620px;
  height: 40px;
  line-height: 43px;
  padding: 0 20px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-4 .equipment .equipment-item .box-btn a.btn:hover {
  background: #feb424;
}
.block-4 .equipment .equipment-item .box-btn a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

.block-5 {
  height: 576px;
  background: url("../img/block-5-bg.jpg") no-repeat center top transparent;
}
.block-5 .title {
  text-align: center;
  margin: 55px 0 48px;
}
.block-5 .title h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1;
  text-transform: uppercase;
}
.block-5 .title p {
  display: inline-block;
  padding: 0 10px;
  background: #ef4f4f;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0 0;
}
.block-5 .items .item {
  width: 238px;
  height: 329px;
  display: block;
  position: relative;
  float: left;
  text-align: center;
  margin-right: 9px;
  background: #fff;
  z-index: 10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block-5 .items .item:after {
  content: "";
  background: url("../img/block-5-shadow.png") no-repeat 0 0 transparent;
  width: 252px;
  height: 343px;
  display: block;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 0;
}
.block-5 .items .item:before {
  content: "";
  width: 238px;
  height: 329px;
  display: block;
  background: #fff;
  z-index: 5;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.block-5 .items .item:last-child {
  margin-right: 0;
}
.block-5 .items .item img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding-bottom: 22px;
  z-index: 10;
  position: relative;
  background: #fff;
  height: 170px;
width: 100%;
}
.block-5 .items .item h4 {
  color: #ef4f4e;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2px;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
.block-5 .items .item p {
  margin: 0 0 0;
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  z-index: 10;
  position: relative;
}
.block-5 .items .item .box-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
  bottom: 18px;
  z-index: 10;
}
.block-5 .items .item .box-btn a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-5 .items .item .box-btn a.btn:hover {
  background: #feb424;
}
.block-5 .items .item .box-btn a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

.block-6 {
  background: #fff;
  padding: 0 0 20px 0;
}
.block-6 h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 70px 0 50px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.block-6 ul li {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 70px;
}
.block-6 ul li .ico {
  display: inline-block;
  position: relative;
  width: 118px;
  height: 118px;
  border: 2px solid #ef4f4e;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 25px;
}
.block-6 ul li .ico:after {
  content: "";
  background: url("../img/block-6-icons.png") no-repeat 0 0;
  width: 65px;
  height: 61px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -32px;
}
.block-6 ul li .ico.ico-2:after {
  background: url("../img/block-6-icons.png") no-repeat -66px 0;
  width: 67px;
  height: 41px;
  margin: -25px 0 0 -33px;
}
.block-6 ul li .ico.ico-3:after {
  background: url("../img/block-6-icons.png") no-repeat -134px 0;
  width: 66px;
  height: 56px;
  margin: -28px 0 0 -33px;
}
.block-6 ul li .ico.ico-4:after {
  background: url("../img/block-6-icons.png") no-repeat -201px 0;
  width: 65px;
  height: 58px;
  margin: -29px 0 0 -33px;
}
.block-6 ul li .ico.ico-5:after {
  background: url("../img/block-6-icons.png") no-repeat -267px 0;
  width: 44px;
  height: 62px;
  margin: -30px 0 0 -20px;
}
.block-6 ul li .ico.ico-6:after {
  background: url("../img/block-6-icons.png") no-repeat -312px 0;
  width: 60px;
  height: 66px;
  margin: -33px 0 0 -28px;
}
.block-6 ul li h4 {
  color: #ef4f4e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.block-6 ul li p {
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 0;
}

.block-7 {
  height: 650px;
  background: url("../img/block-7-bg.jpg") no-repeat center top transparent;
}
.block-cim{
  background: url("../img/block-3-bg-dop.jpg") no-repeat center top;
  background-size: cover;
}
.block-7 .title {
  display: inline-block;
  width: 100%;
  margin: 60px 0 25px;
  position: relative;
}
.block-7 .title:after {
  content: "";
  background: #ef4f4f;
  width: 90%;
  height: 2px;
  display: block;
  position: absolute;
  left: 5%;
  bottom: -5px;
}
.block-7 .title h2 {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0 0 0;
  text-align: center;
}
.block-7 .left {
  width: 50%;
  text-align: center;
}
.block-7 .left h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
.block-7 .left p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 105px;
}
.block-7 .left .info {
  padding: 20px 0;
  border: 3px solid #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(246, 246, 246, 0.1);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.block-7 .right {
  width: 430px;
  height: 430px;
  padding: 22px 25px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(15, 20, 27, 0.3);
  position: relative;
}
.block-7 .right:after {
  content: "";
  background: url("../img/block-7-arrow.png") no-repeat 0 0 transparent;
  width: 95px;
  height: 65px;
  display: block;
  position: absolute;
  left: -45px;
  top: 220px;
}
.block-7 .right form .item-file .browse-wrap {
  top: 0;
  left: 0;
  width: 230px;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 3px 1px rgba(186, 186, 186, 0.82);
  -moz-box-shadow: 0 3px 1px rgba(186, 186, 186, 0.82);
  box-shadow: 0 3px 1px rgba(186, 186, 186, 0.82);
  margin: 35px auto 18px;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 0 50px;
  text-align: center;
  position: relative;
}
.block-7 .right form .item-file .browse-wrap:after {
  content: "";
  background: url("../img/file-ico.png") no-repeat 0 0 transparent;
  width: 26px;
  height: 19px;
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
}
.block-7 .right form .item-file .browse-wrap #title-file {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  color: #4b4b4b;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.block-7 .right form .item-file .browse-wrap input.upload {
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  height: 300px;
  outline: none;
  cursor: inherit;
  position: absolute;
  font-size: 1000px !important;
}
.block-7 .right form input[name="url"] {
  padding: 0 30px;
}
.block-7 .right form #send-info .modal-content-box p {
  font-size: 17px;
}
.block-7 .right form #send-info .modal-content-box input[type="button"] {
  font-size: 14px;
  margin: 0 0 0;
}
.block-7 .right form a.btn {
  color: #4c3c20;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 28px 0 0;
  outline: none;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-7 .right form a.btn:hover {
  background: #feb424;
}
.block-7 .right form a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

.block-8 {
  background: url("../img/block-8-bg.jpg") no-repeat center top transparent;
    height: 740px;
}
.block-8 .title {
  display: inline-block;
  width: 100%;
  margin: 80px 0 55px;
}
.block-8 .title h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 0;
  text-align: center;
}

.block-8 .title h2 span{
  color: #ef4f4f;
  font-weight: 700;
}
.block-8 .items .left {
  width: 50%;
  height: 500px;
  padding: 0 40px 0 0;
  position: relative;
  border-right: 1px solid #ef4f4f;
}
.block-8 .items .left .item {
  position: relative;
  text-align: right;
  height: 38px;
  margin-bottom: 100px;
}
.block-8 .items .left .item:first-child {
  margin-top: -4px;
}
.block-8 .items .left .item:last-child {
  margin-bottom: 40px;
}
.block-8 .items .left .item:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.block-8 .items .left .item:before {
  content: "";
  background: #ef4f4f;
  display: block;
  width: 31px;
  height: 31px;
  border: 8px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: -56px;
  top: 50%;
  margin-top: -12px;
  -webkit-box-shadow: 0 0 0 3px #ef4f4f;
  -moz-box-shadow: 0 0 0 3px #ef4f4f;
  box-shadow: 0 0 0 3px #ef4f4f;
}
.block-8 .items .left .item p {
  position: relative;
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
  margin: 0 0 0;
  line-height: 1.2;
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.block-8 .items .left .item p strong {
  font-weight: 600;
}
.block-8 .items .right {
  width: 50%;
  padding: 0 0 0 40px;
  position: relative;
}
.block-8 .items .right .item {
  position: relative;
  text-align: left;
  height: 38px;
  margin-bottom: 100px;
}
.block-8 .items .right .item:first-child {
  margin-top: 66px;
}
.block-8 .items .right .item:last-child {
  margin: 0 0 0;
}
.block-8 .items .right .item:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0.1%;
}
.block-8 .items .right .item:before {
  content: "";
  background: #ef4f4f;
  display: block;
  width: 31px;
  height: 31px;
  border: 8px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  left: -56px;
  top: 50%;
  margin-top: -12px;
  -webkit-box-shadow: 0 0 0 3px #ef4f4f;
  -moz-box-shadow: 0 0 0 3px #ef4f4f;
  box-shadow: 0 0 0 3px #ef4f4f;
}
.block-8 .items .right .item p {
  position: relative;
  display: inline-block;
  max-width: 97.9%;
  vertical-align: middle;
  margin: 0 0 0;
  line-height: 1.2;
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.block-8 .items .right .item p strong {
  font-weight: 600;
}

.block-9 {
  background: url("../img/block-9-bg.jpg") no-repeat center top transparent;
  height: 620px;
}
.block-9 .title {
  display: inline-block;
  width: 100%;
  margin: 75px 0 40px;
  text-align: center;
}
.block-9 .title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 0;
    border-bottom: solid 2px #ef4f4f;
}

.block-9 .title h2 span{
  color: #ef4f4f;
}

.block-9 .form .box-item {
  display: inline-block;
  width: 100%;
  height: 90px;
  margin: 0 0 0;
}
.block-9 .form .box-item .left {
  width: 803px;
}
.block-9 .form .box-item .left label {
  color: #dadada;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 15px;
}
.block-9 .form .box-item .left .ui-widget-content {
  height: 22px;
  width: 100%;
  border: 1px solid #11161c;
  background: rgba(49, 55, 64, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.block-9 .form .box-item .left .ui-widget-content#slider-area span.min {
  line-height: 13px;
}
.block-9 .form .box-item .left .ui-widget-content#slider-area span.max {
  line-height: 13px;
}
.block-9 .form .box-item .left .ui-widget-content span.min {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 21px;
  color: #a3abb7;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.block-9 .form .box-item .left .ui-widget-content span.max {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 21px;
  color: #a3abb7;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.block-9 .form .box-item .left .ui-widget-content .ui-widget-header {
  background: transparent;
}
.block-9 .form .box-item .left .ui-widget-content .ui-state-default {
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: none;
  top: -7px;
  margin-left: -18px;
  outline: none;
}
.block-9 .form .box-item .right {
  width: 153px;
  height: 39px;
  margin: 25px 0 0;
  text-align: center;
  border: 1px solid #64686f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(49, 55, 64, 0.8);
}
.block-9 .form .box-item .right input[type="text"] {
  border: none !important;
  height: inherit;
  width: 60px;
  background: transparent;
  display: inline-block;
  margin: 0 0 0;
  padding: 0 0;
  color: #ef4f4f;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
}
.block-9 .form .box-item .right span {
  color: #a3abb7;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: bold;
}
.block-9 .form .box-item.box-sum .right {
  margin-top: 28px;
}
.block-9 .form .box-btn {
  display: inline-block;
  width: 100%;
  margin: 0 0 0;
  text-align: center;
}
.block-9 .form .box-btn a.btn {
  color: #4c3c20;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 0 115px;
  height: 55px;
  line-height: 55px;
  outline: none;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-9 .form .box-btn a.btn:hover {
  background: #feb424;
}
.block-9 .form .box-btn a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}
.block-9 .form input[type="button"] {
  margin: 10px 0 0;
}
.block-9 .form #send-price .modal-content-box .left {
  text-align: center;
}
.block-9 .form #send-price .modal-content-box .left h5 {
  margin: 0 0 10px 0;
  text-align: center;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}

.block-9 .form #send-price .modal-content-box .left img{
  margin: 0 0 30px 0;

}

.block-9 .form #send-price .modal-content-box .left p {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.block-9 .form #send-price .modal-content-box .left p span{
  font-weight: 700;
  color: red;
  font-size: 20px;
}
.block-9 .form #send-price .modal-content-box .left .info {
  padding: 15px;
}
.block-9 .form #send-price .modal-content-box .left .info p {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  text-align: left;
}
.block-9 .form #send-price .modal-content-box .right h4 {
  font-size: 16px;
}
.block-9 .form #send-price .modal-content-box .right p {
  font-size: 15px;
  font-weight: 700;
}
.block-9 .form #send-price .modal-content-box .right p span{
color: red;
}

.block-10 {
  background: #fff;
  padding: 90px 0 70px;
}
.block-10 .title {
  display: inline-block;
  width: 100%;
  margin: 0 0 0;
  text-align: center;
}
.block-10 .title h2 {
  margin: 0 0 10px;
  line-height: 1;
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.block-10 .title h4 {
  margin: 0 0 25px;
  line-height: 1.4;
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.block-10 .title h3 {
  margin: 0 0 48px;
  line-height: 1;
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-10 ul li {
  text-align: center;
  padding-bottom: 0;
}
.block-10 ul li .ico {
  width: 118px;
  height: 118px;
  margin: 0 0 15px;
  display: inline-block;
  border: 2px solid #ef4f4e;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}
.block-10 ul li .ico:after {
  content: "";
  display: block;
  background: url("../img/block-10-icons.png") no-repeat 0 0;
  width: 82px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -27px;
}
.block-10 ul li .ico.ico-2:after {
  background: url("../img/block-10-icons.png") no-repeat -83px 0;
  width: 67px;
  height: 61px;
  margin-left: -26px;
  margin-top: -30px;
}
.block-10 ul li .ico.ico-3:after {
  background: url("../img/block-10-icons.png") no-repeat -151px 0;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
}
.block-10 ul li .ico.ico-4:after {
  background: url("../img/block-10-icons.png") no-repeat -214px 0;
  width: 69px;
  height: 69px;
  margin-left: -34px;
  margin-top: -34px;
}
.block-10 ul li h5 {
  color: #ef4f4e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px;
}
.block-10 ul li p {
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0;
  line-height: 1.5;
}
.block-10 .box-btn {
  display: inline-block;
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
}
.block-10 .box-btn a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  line-height: 43px;
  padding: 0 35px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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-10 .box-btn a.btn:hover {
  background: #feb424;
}
.block-10 .box-btn a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

.block-11 {
  height: 821px;
  background: url("../img/block-11-bg.jpg") no-repeat center top transparent;
}
.block-11 .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0 20px 0;
}
.block-11 .title h4 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.block-11 .title h2 {
  margin: 0 0 15px;
  line-height: 1;
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.block-11 .panel {
  border: 3px solid #e5e5e5;
  background-color: #f7f7f7;
  padding: 22px;
  display: inline-block;
  width: 100%;
}
.block-11 .panel .img {
  margin-right: 22px;
}
.block-11 .panel .text p {
  color: #414f58;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 14px;
}
.block-11 .panel .text p:last-child {
  margin-bottom: 0;
}
.block-11 .panel .text p strong {
  font-weight: 700;
}

.block-12 {
  background: #fff;
  padding: 90px 0 0;
}
.block-12 h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 70px;
}
.block-12 ul li {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 65px;
}
.block-12 ul li img {
  margin-bottom: 20px;
  border: 2px solid #ef4f4e;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.block-12 ul li h4 {
  color: #ef4f4e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
}
.block-12 ul li p {
  color: #414f58;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0;
}

.block-13 {
  height: 872px;
  background: url("../img/block-13-bg.jpg") no-repeat center top transparent;
}
.block-13 h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 60px 0 41px;
}
.block-13 .items {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-13 .items.grid-3 .item {
  width: 33%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.block-13 .items.grid-2 {
  margin: 115px 0 117px;
}
.block-13 .items.grid-2 .item {
  width: 24%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.block-13 .items .item .number {
  width: 35px;
  height: 35px;
  border: 2px solid #ef4f4e;
  background: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  display: inline-block;
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 31px;
  margin: 0 0 10px;
}
.block-13 .items .item p {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4;
}
.block-13 .items .item p a {
  color: #0077c4;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-decoration: underline;
}
.block-13 .items .item p a:hover {
  text-decoration: none;
}

.block-14 {
  background: #f8f8f8;
}
.block-14 h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 60px 0 20px;
}
.block-14 p.phone {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0;
  text-align: center;
}
.block-14 p.address {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0;
  text-align: center;
}
.block-14 #map {
  margin-top: 25px;
}

.block-15 {
  background: #f8f8f8;
  padding: 65px 0;
  text-align: center;
}
.block-15 h2 {
  color: #414f57;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 30px;
}
.block-15 .box-btn a {
  color: #1f95df;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 1px dotted #1f95df;
}
.block-15 .box-btn a:hover {
  border-bottom: 1px solid transparent;
}

.footer {
  min-height: 170px;
  margin-top: -170px;
  background: #373737;
}
.footer .top {
  height: 150px;
  background: rgba(0, 0, 0, 0.2);
}
.footer .top .logo {
  margin: 41px 0 0;
}
.footer .top .right {
  margin-top: 22px;
}
.footer .top .right p {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}
.footer .top .right a.btn {
  color: #4c3c20;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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;
}
.footer .top .right a.btn:hover {
  background: #feb424;
}
.footer .top .right a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}
.footer .bottom {
  height: 60px;
  background: #fdfdfd;
  text-align: center;
}
.footer .bottom p {
  margin: 0 0 0;
  color: #585858;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 60px;
}

.box-modal {
  background: #fff;
  border: 4px solid #f0504f;
  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 {
  width: 50%;
  padding: 20px 10px 20px 20px;
}
.box-modal.more .left h5 {
  margin: 0 0 10px 0;
  text-align: left;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.box-modal.more .left p {
  margin: 0 0 10px 0;
  font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2;
}
.box-modal.more .right {
  background: #fbfbfb;
  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: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-modal .modal-content-box p {
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  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: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.box-modal .modal-close {
  font-size: 0;
  background: url("../img/close-ico.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 24px;
  display: block;
}

body.thank .header {
  height: auto;
}
body.thank .box-btn {
  text-align: center;
}
body.thank .box-btn a.btn {
  color: #4c3c20;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  padding: 0 40px;
  height: 55px;
  line-height: 55px;
  margin: 28px 0 0;
  outline: none;
  background: #fed324;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px #ac7106;
  -moz-box-shadow: 0 2px 2px #ac7106;
  box-shadow: 0 2px 2px #ac7106;
  -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;
}
body.thank .box-btn a.btn:hover {
  background: #feb424;
}
body.thank .box-btn a.btn:active {
  background: #feb424;
  -webkit-box-shadow: inset 0 0 4px black;
  -moz-box-shadow: inset 0 0 4px black;
  box-shadow: inset 0 0 4px black;
}

#send-price {
  display: none;
  position: fixed;
  z-index: 10000;
}

#send-info {
  display: none;
  position: fixed;
  z-index: 10000;
}

#modal-overlay1 {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#jGrowl {
  display: none;
}

.intro-video{position: absolute;z-index: 2;width: 1980px;height: 1010px;top:0;left:0; overflow:hidden; background: #000;}
.intro-video:before{content:"";display: block;position: absolute;z-index: 12;top:0;left:0;width:100%;height: 730px;background: url(../img/pattern.png) repeat rgba(0, 0, 0, 0.4);}
.intro-video video{width: 100%;display: block;}


@media screen and (max-width: 1600px){
.intro-video{left: -150px;}
}

@media screen and (max-width: 1400px){
.intro-video{left: -290px;}
}

@media screen and (max-width: 1300px){
.intro-video{left: -340px;}
}

@media screen and (max-width: 1200px){
.intro-video{left: -390px;}
}

@media screen and (max-width: 1100px){
.intro-video{left: -440px;}
}

@media screen and (max-width: 1024px){
.intro-video{display: none;}
.header{background: url("../img/header-bg.jpg") no-repeat center top transparent;}
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden !important;
}

.thank .header{background: url("../img/header-bg-mobile.jpg") no-repeat center top transparent; background-size: cover;}