@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=cyrillic,latin);
html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 1000px;
}

.row {
  margin: 0 auto;
  max-width: 1000px;
  width: 1000px;
}

.block-1 {
  width: 100%;
  height: 2000px;
  position: fixed;
}

section#titlechart {
  background: url("../img/bg-1.jpg") repeat 0 0 transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 88%;
  min-height: 500px;
  min-width: 100%;
}
section#titlechart .box-top {
  background: url("../img/bg-11.png") no-repeat -60px 120px transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
section#titlechart .box-top .box-items {
  width: 100%;
  height: 220px;
  background: #191400;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#titlechart .box-top .slogan {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 42%;
  margin-top: -105px;
}
section#titlechart .box-top .slogan h2 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: 0 0 15px;
}
section#titlechart .box-top .slogan h2 span {
  background: #111;
  display: inline-block;
  height: 58px;
  margin: 0 0 -8px 10px;
  width: 3px;
}
section#titlechart .box-top .slogan h3 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0;
}

.header {
  position: relative;
  width: 100%;
}
.header .top {
  height: 117px;
  margin-bottom: 60px;
}
.header .top .logo {
  margin: 38px 0;
}
.header .top .right p.phone {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0;
  text-align: right;
}
.header .top .right p.phone span {
  font-weight: normal;
}
.header .top .right a.btn {
  display: block;
  float: right;
  width: 233px;
  height: 44px;
  line-height: 38px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  text-align: center;
  border: 3px solid #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e7b902;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.header .top .right a.btn:hover {
  background: #f0cb3a;
}

.box-items h2 {
  color: #a5a4a2;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 25px 0 15px;
}
.box-items ul.list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-items ul.list li {
  display: block;
  float: left;
  width: 25%;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  text-align: left;
}
.box-items ul.list li:after {
  content: "";
  background-image: url("../img/item-ico-1.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.box-items ul.list li:nth-child(2):after {
  background-image: url("../img/item-ico-2.png");
}
.box-items ul.list li:nth-child(3):after {
  background-image: url("../img/item-ico-3.png");
}
.box-items ul.list li:nth-child(4):after {
  background-image: url("../img/item-ico-4.png");
}
.box-items ul.list li:nth-child(5):after {
  background-image: url("../img/item-ico-5.png");
}
.box-items ul.list li:nth-child(6):after {
  background-image: url("../img/item-ico-6.png");
}
.box-items ul.list li:nth-child(7):after {
  background-image: url("../img/item-ico-7.png");
}
.box-items ul.list li:nth-child(8):after {
  background-image: url("../img/item-ico-8.png");
}

#parallax1 {
  height: 618px;
}
#parallax1 div.parallax1 {
  height: 200%;
  top: -1px;
  /* background-attachment: fixed;
   @include background-size(cover);*/
}
#parallax1 .parallax-box {
  position: absolute;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  height: 618px;
}
#parallax1 .parallax-box .box-form {
  overflow: hidden;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.form .item {
  margin-bottom: 12px;
}
.form label {
  display: block;
  margin: 0 auto;
  color: #434343;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: lighter;
  cursor: default;
}
.form input[type="text"] {
  background: #fff;
  color: #bababa;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  height: 55px;
  border: 1px solid #b6b3b3;
  -moz-box-shadow: 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}
.form input[type="button"] {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 60px;
  outline: none;
  border: 3px solid #e6e6e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e7b903;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.form input[type="button"]:hover {
  background: #f0cb3a;
}

.box-form {
  background: url("../img/form-bg.png") repeat 0 0 transparent;
  display: block;
  float: right;
  width: 500px;
  height: 559px;
  position: relative;
  margin: 30px 0 0 0;
}
.box-form .title {
  width: 100%;
  padding: 12px 45px;
  background: url("../img/bg-1.jpg") repeat 0 0 transparent;
}
.box-form .title h5 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 7px;
}
.box-form .title p {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: lighter;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.box-form .box-timer {
  padding: 10px 45px;
}
.box-form .box-timer h5 {
  color: #261f02;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 14px;
}
.box-form .form {
  padding: 0 45px;
}

#jGrowl {
  display: none !important;
}

.block-3 {
  height: 399px;
  background: url("../img/block-3-bg.jpg") no-repeat center top transparent;
  width: 100%;
}
.block-3 h2 {
  color: #f9c700;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 45px 0 20px;
  text-align: center;
  line-height: 1;
}
.block-3 h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0px 0 65px;
  text-align: center;
  line-height: 1;
}
.block-3 ul.items {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.block-3 ul.items li.item {
  display: block;
  width: 50%;
  float: left;
}
.block-3 ul.items li.item .number {
  color: #f9c700;
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  text-align: center;
}
.block-3 ul.items li.item .text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.block-4 {
  height: 608px;
  background: url("../img/block-4-bg.jpg") no-repeat center top transparent;
  width: 100%;
}
.block-4 h2 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 85px 0 20px;
  text-align: center;
}
.block-4 h4 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 65px;
  text-align: center;
}
.block-4 ul.items {
  margin: 0 0;
}
.block-4 ul.items li {
  text-align: center;
}
.block-4 ul.items li:hover img {
  margin-top: -20px;
  margin-bottom: 40px;
}
.block-4 ul.items li img {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.block-4 ul.items li p {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

#parallax2 {
  height: 670px;
}
#parallax2 div.parallax1 {
  height: 200%;
  top: 0px;
  background-position: center;
  /*background-attachment: fixed;
  @include background-size(cover);*/
}
#parallax2 .parallax-box {
  position: absolute;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  height: 618px;
}
#parallax2 .parallax-box .box-form {
  width: 860px;
  display: block;
  float: none;
  margin: 54px auto;
  overflow: hidden;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
#parallax2 .parallax-box .box-form .title {
  padding: 40px 45px;
  width: 100%;
}
#parallax2 .parallax-box .box-form .title p {
  font-size: 24px;
}
#parallax2 .parallax-box .box-form .title p strong {
  font-size: 32px;
}
#parallax2 .parallax-box .box-form .form {
  padding: 35px 230px;
}

.block-5 {
  height: 1078px;
  background: url("../img/block-5-bg.jpg") no-repeat center top transparent;
  width: 100%;
}
.block-5 h2 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 80px 0 15px;
}
.block-5 h4 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 40px;
  text-align: center;
}
.block-5 .box-tabs {
  width: 100%;
}
.block-5 .box-tabs .tabs {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 3px 10px;
  width: 175px;
  height: 75px;
  text-align: center;
  border: 2px solid #e3e3e3;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.block-5 .box-tabs .tabs li {
  display: inline-block;
  float: none;
  width: 60px;
  height: 65px;
  font-size: 0;
  vertical-align: top;
}
.block-5 .box-tabs .tabs li a {
  display: block;
  background: url("../img/tab-btn-sprite.png") no-repeat 0 0 transparent;
  padding: 0;
  width: 60px;
  height: 65px;
  font-size: 0px;
  outline: none;
}
.block-5 .box-tabs .tabs li:nth-child(1) a {
  background: url("../img/tab-btn-sprite.png") no-repeat 0 -65px transparent;
}
.block-5 .box-tabs .tabs li:nth-child(1) a:hover {
  opacity: 0.7;
  background: url("../img/tab-btn-sprite.png") no-repeat 0 0px transparent;
}
.block-5 .box-tabs .tabs li:nth-child(1).active a {
  background: url("../img/tab-btn-sprite.png") no-repeat 0 0px transparent;
}
.block-5 .box-tabs .tabs li:nth-child(2) a {
  background: url("../img/tab-btn-sprite.png") no-repeat -60px 0 transparent;
}
.block-5 .box-tabs .tabs li:nth-child(2) a:hover {
  opacity: 0.7;
  background: url("../img/tab-btn-sprite.png") no-repeat -60 -65px transparent;
}
.block-5 .box-tabs .tabs li:nth-child(2).active a {
  background: url("../img/tab-btn-sprite.png") no-repeat -60px -65px transparent;
}
.block-5 .box-tabs .tabs-content {
  margin: 40px 0 0;
}
.block-5 .box-tabs .tabs-content .content .box-img {
  width: 50%;
  text-align: center;
}
.block-5 .box-tabs .tabs-content .content .info {
  width: 50%;
}
.block-5 .box-tabs .tabs-content .content .info .item {
  padding: 25px 0 25px 120px;
  position: relative;
  margin: 40px 0;
}
.block-5 .box-tabs .tabs-content .content .info .item:after {
  content: "";
  background: url("../img/block-5-ico-1.png") no-repeat 0 0 transparent;
  width: 99px;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.block-5 .box-tabs .tabs-content .content .info .item:nth-child(2):after {
  background: url("../img/block-5-ico-2.png") no-repeat 0 0 transparent;
}
.block-5 .box-tabs .tabs-content .content .info .item:nth-child(3):after {
  background: url("../img/block-5-ico-3.png") no-repeat 0 0 transparent;
}
.block-5 .box-tabs .tabs-content .content .info .item:nth-child(4):after {
  background: url("../img/block-5-ico-4.png") no-repeat 0 0 transparent;
}
.block-5 .box-tabs .tabs-content .content .info .item p {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}

.block-6 {
  height: 1140px;
  background: #1b1b1b;
  width: 100%;
}
.block-6 h2 {
  color: #f9c700;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 90px 0 10px;
  line-height: 1;
}
.block-6 h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 75px 0;
}
.block-6 ul.items {
  margin: 0 0;
}
.block-6 ul.items li {
  text-align: center;
}
.block-6 ul.items li:hover img {
  margin-top: -20px;
  margin-bottom: 40px;
}
.block-6 ul.items li img {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.block-6 ul.items li h5 {
  color: #ffcb00;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.4;
}
.block-6 ul.items li p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 75px;
}

.g-form_count {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
}
.g-form_count .timer {
  width: 100%;
}
.g-form_count .timer .item {
  display: block;
  float: left;
  width: 102px;
}
.g-form_count .timer .item span.box {
  background: url("../img/timer-bg.jpg") no-repeat 0 0 transparent;
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  color: #261e02;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
  line-height: 58px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 8px 8px #919191;
  -webkit-box-shadow: 0 8px 8px #919191;
  box-shadow: 0 8px 8px #919191;
}
.g-form_count .timer .item span.txt {
  display: block;
  float: left;
  line-height: 58px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 0 0 5px;
}

.block-7 {
  background: url("../img/block-7-bg.jpg") no-repeat center top transparent;
  height: 1219px;
  width: 100%;
}
.block-7 .top {
  background: url("../img/form-bg.png") repeat 0 0 transparent;
  width: 100%;
  height: 570px;
}
.block-7 .top h2 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 95px 0 20px;
}
.block-7 .top h4 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 45px;
}
.block-7 .top ul.items {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.block-7 .top ul.items li {
  background: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 0 7px;
  -moz-box-shadow: 0 0 4px #dbdbdb;
  -webkit-box-shadow: 0 0 4px #dbdbdb;
  box-shadow: 0 0 4px #dbdbdb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.block-7 .top ul.items li:last-child {
  margin-right: 0;
}
.block-7 .top ul.items li .text {
  height: 80px;
  width: 100%;
  text-align: center;
}
.block-7 .top ul.items li .text:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0.1%;
  content: "";
}
.block-7 .top ul.items li .text p {
  text-align: center;
  margin: 0;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  max-width: 99.9%;
  vertical-align: middle;
}
.block-7 .box-form {
  margin: 45px 0 0;
}

.block-8 {
  background: #fcfbf6;
  width: 100%;
}
.block-8 h2 {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 100px 0 60px;
  text-align: center;
}
.block-8 .project {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
}
.block-8 .project .title {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 38px;
}
.block-8 .project .box .img img {
  border: 4px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #1b1b1b;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
}
.block-8 .project .box .info {
  width: 580px;
}
.block-8 .project .box .info p {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}
.block-8 .project .box .info .name {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.block-8 .project .box .info .post {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  margin: 0;
}

.block-9 {
  background: url("../img/block-9-bg.jpg") no-repeat center top transparent;
  height: 1077px;
  width: 100%;
}
.block-9 h2 {
  color: #1b1b1b;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin: 72px 0 35px;
  line-height: 1;
  text-align: center;
}
.block-9 .letter {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.block-9 .letter .fancybox {
  width: 295px;
  height: 379px;
  padding: 30px 28px 28px 28px;
  background: url("../img/letter-bg.jpg") no-repeat 0 0 transparent;
  display: inline-block;
  margin: 0 22px;
  font-size: 0;
  -moz-box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  -webkit-box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.block-9 .letter .fancybox:hover {
  -moz-box-shadow: 0 4px 25px #9b9b9b;
  -webkit-box-shadow: 0 4px 25px #9b9b9b;
  box-shadow: 0 4px 25px #9b9b9b;
}
.block-9 .letter .fancybox:first-child {
  margin-left: 0;
}
.block-9 .letter .fancybox:last-child {
  margin-right: 0;
}
.block-9 .exhibition {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.block-9 .exhibition .fancybox {
  width: 230px;
  height: 295px;
  padding: 22px 23px 23px 22px;
  background: url("../img/exhibition-bg.jpg") no-repeat 0 0 transparent;
  display: inline-block;
  margin: 0 8px;
  font-size: 0;
  -moz-box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  -webkit-box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  box-shadow: 0 4px 6px rgba(155, 155, 155, 0.67);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.block-9 .exhibition .fancybox:hover {
  -moz-box-shadow: 0 4px 25px #9b9b9b;
  -webkit-box-shadow: 0 4px 25px #9b9b9b;
  box-shadow: 0 4px 25px #9b9b9b;
}
.block-9 .exhibition .fancybox:first-child {
  margin-left: 0;
}
.block-9 .exhibition .fancybox:last-child {
  margin-right: 0;
}

#parallax3 {
  height: 618px;
}
#parallax3 div.parallax1 {
  height: 200%;
  top: -1px;
  /*background-attachment: fixed;
  @include background-size(cover);*/
}
#parallax3 .parallax-box {
  position: absolute;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  height: 618px;
}
#parallax3 .parallax-box .box-form {
  overflow: hidden;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.block-10 {
  background: #fcfbf6;
  width: 100%;
}
.block-10 h2 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 90px 0 20px;
  line-height: 1;
}
.block-10 h4 {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin: 0 0 25px;
}
.block-10 .bottom {
  text-align: center;
}
.block-10 .bottom h2 {
  margin: 70px 0 10px;
}
.block-10 .bottom a.btn {
  color: #4b9fee;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 30px;
}
.block-10 .bottom a.btn:hover {
  text-decoration: none;
}
.block-10 .bottom .box-phone {
  text-align: center;
}
.block-10 .bottom .box-phone .title {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 12px;
}
.block-10 .bottom .box-phone .phone {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 50px;
}
.block-10 .bottom .box-phone .phone span {
  font-weight: normal;
}

.footer {
  background: #1b1b1b;
  display: block;
  width: 100%;
  height: 100px;
}
.footer a.btn {
  padding: 0 20px;
  margin: 28px 0;
  height: 44px;
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e7b902;
}
.footer a.btn:hover {
  background-color: #f0cb3a;
}
.footer a.logo {
  display: block;
  margin: 21px 0;
}

#map {
  width: 100%;
  height: 520px;
}
#map img {
  max-width: inherit;
}

.box-modal {
  background: #fff;
  width: 400px !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -192px 0 0 -200px;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}
.box-modal .modal-content-box h4 {
  margin: 0 0 8px 0;
  text-align: center;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-modal .modal-content-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.1;
}
.box-modal .modal-close {
  font-size: 0;
  background: url("../img/close-ico.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 24px;
  display: block;
}

/*
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  @viewport {
    width: 320px;
  }
  section#titlechart {
    height: 375px;

  }
}*/
body.thank section#titlechart {
  height: 100%;
}
body.thank section#titlechart .box-top .slogan {
  text-align: center;
}
body.thank section#titlechart .box-top .slogan h2 {
  text-align: center;
}
body.thank section#titlechart .box-top .slogan h3 {
  text-align: center;
  margin-bottom: 40px;
}
body.thank section#titlechart .box-top .slogan .head-banr-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.thank section#titlechart .box-top .slogan .head-banr-btn a.btn {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  cursor: pointer;
  width: 33%;
  height: 60px;
  outline: none;
  border: 3px solid #e6e6e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e7b903;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
body.thank section#titlechart .box-top .slogan .head-banr-btn a.btn:hover {
  background: #f0cb3a;
}
