@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,700italic,500italic,400italic,300italic&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: 182px;
  display: block;
  width: 100%;
}

.row {
  min-width: 1000px;
}

.footer {
  height: 182px;
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
  margin-top: -182px;
  background: #fff;
}
.footer .top {
  background: url("../img/bg-2.jpg") repeat 0 0 transparent;
  height: 115px;
  text-align: center;
}
.footer .top h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 0;
}
.footer .top p {
  color: #737373;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0 0;
}
.footer .top p span {
  font-size: 24px;
}
.footer .top p span strong {
  font-weight: 600;
  color: #000;
}
.footer .top p a {
  color: #0090ff;
  text-decoration: underline;
}
.footer .top p a:hover {
  text-decoration: none;
}
.footer .bottom {
  height: 67px;
  text-align: center;
}
.footer .bottom p {
  color: #737373;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 11px 0 0;
}
.footer .left {
  margin-top: 25px;
}
.footer .left h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0;
}
.footer .left a {
  color: #0090ff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-decoration: underline;
}
.footer .left a:hover {
  text-decoration: none;
}

#menu {
  position: fixed;
  margin: 0;
  padding: 0;
  top: -50px;
  background: url("../img/menu-bg.jpg") repeat 0 0 transparent;
  height: 50px;
  -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 .sub-nav {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  text-align: center;
}
#menu .sub-nav li {
  height: 50px;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
  float: none;
}
#menu .sub-nav li.active a {
  background: transparent;
  color: #fdb800;
  text-decoration: none;
}
#menu .sub-nav li a {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 50px;
  padding: 0 0;
}
#menu .sub-nav li a:hover {
  color: #fdb800;
  text-decoration: none;
}

a.btn {
  display: inline-block;
  height: 52px;
  border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -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;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  margin: 0 0 0;
  padding: 0 35px;
  background: #ffd82c;
  background: -moz-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd82c), color-stop(100%, #fdba00));
  background: -webkit-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -o-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -ms-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: linear-gradient(to bottom, #ffd82c 0%, #fdba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd82c', endColorstr='#fdba00', GradientType=0 );
}
a.btn:hover {
  background: #fdba00;
  background: -moz-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdba00), color-stop(100%, #ffd82c));
  background: -webkit-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -o-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -ms-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: linear-gradient(to bottom, #fdba00 0%, #ffd82c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdba00', endColorstr='#ffd82c', GradientType=0 );
}

.header .box-nav {
  background: url("../img/menu-bg.jpg") repeat 0 0 transparent;
  height: 50px;
}
.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: 50px;
  text-align: center;
  display: inline-block;
  float: none;
  margin: 0 20px;
}
.header .box-nav .navigation .sub-nav li.active a {
  background: transparent;
  color: #fdb800;
  text-decoration: none;
}
.header .box-nav .navigation .sub-nav li a {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 50px;
  padding: 0 0;
}
.header .box-nav .navigation .sub-nav li a:hover {
  color: #fdb800;
  text-decoration: none;
}
.header .top {
  height: 101px;
}
.header .top .logo {
  margin: 1px 0 0;
}
.header .top .block-phone {
  margin: 23px 0 0;
}
.header .top .block-phone .phone {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.header .top .block-phone .phone span {
  color: #737373;
  font-weight: normal;
}
.header .top .block-phone a.btn {
  width: 174px;
  height: 36px;
  border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -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;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin: 0 0 0 25px;
  padding: 0 0 0;
  background: #ffd82c;
  background: -moz-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd82c), color-stop(100%, #fdba00));
  background: -webkit-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -o-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -ms-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: linear-gradient(to bottom, #ffd82c 0%, #fdba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd82c', endColorstr='#fdba00', GradientType=0 );
}
.header .top .block-phone a.btn:hover {
  background: #fdba00;
  background: -moz-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdba00), color-stop(100%, #ffd82c));
  background: -webkit-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -o-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -ms-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: linear-gradient(to bottom, #fdba00 0%, #ffd82c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdba00', endColorstr='#ffd82c', GradientType=0 );
}

.block-1 {
  height: 480px;
  background: url("../img/block-1-bg.jpg") no-repeat center top transparent;
  text-align: center;
}
.block-1 .box-title {
  display: inline-block;
  width: 100%;
  margin: 35px 0 68px;
}
.block-1 .box-title h2 {
  display: inline-block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 15px;
  margin: 0 0 0;
  background: #fdb900;
}
.block-1 .right {
  width: 282px;
  margin: 0 118px 0 0;
}
.block-1 .right .message {
  display: inline-block;
  width: 100%;
  margin: 0 0 42px;
  position: relative;
}
.block-1 .right .message:after {
  content: "";
  background: url("../img/block-1-arrow.png") no-repeat 0 0 transparent;
  width: 69px;
  height: 116px;
  display: block;
  position: absolute;
  left: -90px;
  top: 42px;
}
.block-1 .right .message img {
  display: block;
  float: left;
  margin: 0 12px 0 0;
}
.block-1 .right .message .text {
  text-align: left;
}
.block-1 .right .message .text p {
  margin: 0 0 0;
  padding: 11px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.block-1 .right a.btn {
  width: 100%;
  font-size: 18px;
  padding: 0 20px 0 60px;
  text-align: left;
  position: relative;
}
.block-1 .right a.btn:after {
  content: "";
  background: url("../img/block-1-btn-ico.png") no-repeat 0 0 transparent;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -16px;
}

.block-2 {
  height: 234px;
  padding: 52px 0 0;
}
.block-2 ul li {
  padding: 0 20px 20px 0;
}
.block-2 ul li .item {
  display: inline-block;
  width: 100%;
  padding: 0 0 0;
  position: relative;
  text-align: center;
}
.block-2 ul li .item img {
  margin-bottom: 10px;
   margin-left: 22px;
}
.block-2 ul li .item .info {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0;
  position: relative;
}
.block-2 ul li .item .info strong {
  font-size: 44px;
  font-weight: 600;
}
.block-2 ul li .item p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0;
}

.block-3 {
  height: 521px;
  background: url("../img/block-3-bg.jpg") no-repeat center top transparent;
}
.block-3 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 50px 0 32px;
  color: #000;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 25px;
}
.block-3 ul li {
  padding-bottom: 26px;
  text-align: center;
}
.block-3 ul li .client {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.block-4 {
  background: #fff;
  padding: 50px 0 40px;
}
.block-4 .box-title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 25px;
}
.block-4 .box-title .title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0;
}
.block-4 .box-title p {
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 17px;
}
.block-4 ul li {
  padding-bottom: 0;
  text-align: center;
}
.block-4 ul li .ico {
  width: 156px;
  height: 156px;
  margin: 0 0 16px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
.block-4 ul li .ico:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.block-4 ul li .ico.ico-1 {
  background: url("../img/block-6-img.png") no-repeat 0 0 transparent;
    -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 ul li .ico.ico-1:hover{
	opacity: 0;
}
.block-4 ul li .ico.ico-2 {
  background: url("../img/block-6-img.png") no-repeat -157px 0 transparent;
    -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 ul li .ico.ico-2:hover{
	opacity: 0;
}
.block-4 ul li .ico.ico-3 {
  background: url("../img/block-6-img.png") no-repeat -314px 0 transparent;
    -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 ul li .ico.ico-3:hover{
	opacity: 0;
}
.block-4 ul li .ico.ico-4 {
  background: url("../img/block-6-img.png") no-repeat -471px 0 transparent;
    -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 ul li .ico.ico-4:hover{
	opacity: 0;
}
.block-4 ul li p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0;
}

.block-5 {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  background: url("../img/bg-2.jpg") repeat 0 0 transparent;
}
.block-5 .box-title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 -15px;
  padding: 0 0 25px;
}
.block-5 .box-title .title {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0;
}
.block-5 .box-title p {
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 0px;
}
.block-5 .content {
  background: url("../img/block-5-bg.png") no-repeat center transparent;
  height: 660px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.block-5 .content .item {
  width: 250px;
  text-align: center;
  display: block;
  position: absolute;
}
.block-5 .content .item img {
  margin-bottom: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
}
.block-5 .content .item .text h5 {
  margin: 0 0 5px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.block-5 .content .item .text p {
  margin: 0 0 0;
  color: #6b6b6b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.block-5 .content .item.item-1 {
  left: 0;
  top: 0;
}
.block-5 .content .item.item-2 {
  right: 0;
  top: 0;
}
.block-5 .content .item.item-3 {
  left: 0;
  top: 355px;
}
.block-5 .content .item.item-4 {
  right: 0;
  top: 355px;
}

.block-6 {
  background: url("../img/block-8-bg.jpg") no-repeat center top transparent;
  height: 580px;
  padding: 70px 0 0 0;
}
.block-6 .box-title {
  display: inline-block;
  width: 100%;
  margin: 0 0 64px;
  text-align: center;
}
.block-6 .box-title .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 0;
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 25px;
}
.block-6 ul li {
  padding-bottom: 0;
  text-align: center;
}
.block-6 ul li img {
  width: 194px;
  height: 194px;
  border: 2px solid #fdb900;
  padding: 4px;
  margin: 0 0 10px;
}
.block-6 ul li p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 0;
}

.block-7 {
  padding: 30px 0 45px;
  background: url("../img/bg-2.jpg") repeat 0 0 transparent;
}
.block-7 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 35px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 35px;
}
.block-7 .certificates {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-7 .certificates a.fancybox {
  display: inline-block;
  position: relative;
  margin: 0 28px 118px;
  -webkit-box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  -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 .certificates a.fancybox:hover {
  -webkit-box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
}
.block-7 .certificates a.fancybox:hover:after {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.block-7 .certificates a.fancybox:after {
  content: "Збільшити";
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  line-height: 33px;
  width: 180px;
  height: 36px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -78px;
  margin-left: -90px;
  border: 3px solid #fdb900;
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -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 .certificates a.fancybox i {
  background: url("../img/certificate-bg.jpg") no-repeat 0 0 transparent;
  width: 268px;
  height: 358px;
  display: block;
  padding: 37px 35px 37px 34px;
}

.block-8 {
  background: url("../img/menu-bg.jpg") repeat 0 0 transparent;
}
.block-8 .content {
  padding: 55px 0 0;
  position: relative;
}
.block-8 .content:after {
  content: "";
  background: url("../img/block-8-img.png") no-repeat 0 0 transparent;
  width: 342px;
  height: 312px;
  display: block;
  position: absolute;
  left: 325px;
  bottom: 20px;
  z-index: 0;
}
.block-8 .content .left {
  position: relative;
  z-index: 5;
  margin-bottom: 55px;
}
.block-8 .content .left h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 35px;
}
.block-8 .content .left h3 strong {
  color: #fdb900;
}
.block-8 .content .left p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 120px;
}
.block-8 .content .left .box-timer .action-countdown .countdown-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 25px;
  display: block;
}
.block-8 .content .left .box-timer .action-countdown .action-counter .item {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.block-8 .content .left .box-timer .action-countdown .action-counter .item .days, .block-8 .content .left .box-timer .action-countdown .action-counter .item .hours, .block-8 .content .left .box-timer .action-countdown .action-counter .item .mins, .block-8 .content .left .box-timer .action-countdown .action-counter .item .secs {
  display: block;
  width: 69px;
  height: 69px;
  border: 3px solid #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #fdb900;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 69px;
  margin-bottom: 5px;
}
.block-8 .content .left .box-timer .action-countdown .action-counter .item .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.block-8 .content .right {
  position: relative;
  z-index: 5;
  width: 316px;
  padding: 35px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
}
.block-8 .content .right h4 {
  margin: 0 0 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.block-8 .content .right p {
  text-align: center;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.block-9 {
  padding: 50px 0 30px;
}
.block-9 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 35px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 35px;
}
.block-9 ul li {
  padding-bottom: 20px;
}
.block-9 ul li .item {
  background: #fff;
  border: 1px solid #acacac;
  padding: 12px;
  display: inline-block;
  width: 100%;
  height: 392px;
  text-align: center;
}
.block-9 ul li .item .img {
  margin-bottom: 12px;
}
.block-9 ul li .item .name {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.block-9 ul li .item .worker-post {
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.block-9 ul li .item .experience {
  margin-bottom: 5px;
}
.block-9 ul li .item .experience .field-label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.block-9 ul li .item .experience .info {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.block-9 ul li .item .projects {
  margin-bottom: 5px;
}
.block-9 ul li .item .projects .field-label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.block-9 ul li .item .projects .info {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.block-10 {
  padding: 50px 0 30px;
  background: url("../img/bg-2.jpg") repeat 0 0 transparent;
}
.block-10 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 55px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 35px;
}
.block-10 .reviews {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-10 .reviews .item {
  text-align: center;
  display: inline-block;
  margin: 0 -1px 40px;
  vertical-align: top;
}
.block-10 .reviews .item .title-item {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.block-10 .reviews a.fancybox {
  display: inline-block;
  position: relative;
  margin: 0 0px 10px;
  -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 .reviews a.fancybox i {
  background: url("../img/reviews-bg.png") no-repeat 0 0 transparent;
  width: 326px;
  height: 478px;
  display: block;
  padding: 6px 26px 26px 3px;
}
.block-10 .box-btn {
  text-align: center;
}

.block-11 {
  background: url("../img/menu-bg.jpg") repeat 0 0 transparent;
}
.block-11 .content {
  padding: 55px 0 0;
  position: relative;
}
.block-11 .content:after {
  content: "";
  background: url("../img/block-11-img.png") no-repeat 0 0 transparent;
  width: 224px;
  height: 341px;
  display: block;
  position: absolute;
  left: 425px;
  bottom: 20px;
  z-index: 0;
}
.block-11 .content .left {
  position: relative;
  z-index: 5;
  margin-bottom: 55px;
}
.block-11 .content .left h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 35px;
}
.block-11 .content .left h3 strong {
  color: #fdb900;
}
.block-11 .content .left p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 120px;
}
.block-11 .content .left .box-timer .action-countdown .countdown-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 25px;
  display: block;
}
.block-11 .content .left .box-timer .action-countdown .action-counter .item {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.block-11 .content .left .box-timer .action-countdown .action-counter .item .days, .block-11 .content .left .box-timer .action-countdown .action-counter .item .hours, .block-11 .content .left .box-timer .action-countdown .action-counter .item .mins, .block-11 .content .left .box-timer .action-countdown .action-counter .item .secs {
  display: block;
  width: 69px;
  height: 69px;
  border: 3px solid #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #fdb900;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 69px;
  margin-bottom: 5px;
}
.block-11 .content .left .box-timer .action-countdown .action-counter .item .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #747474;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.block-11 .content .right {
  position: relative;
  z-index: 5;
  width: 316px;
  padding: 35px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
}
.block-11 .content .right h4 {
  margin: 0 0 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.block-11 .content .right p {
  text-align: center;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.block-12 {
  padding: 30px 0 45px;
  background: url("../img/bg-2.jpg") repeat 0 0 transparent;
}
.block-12 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 35px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 35px;
}
.block-12 .certificates {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.block-12 .certificates a.fancybox {
  display: inline-block;
  position: relative;
  margin: 0 28px 130px;
  -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-12 .certificates a.fancybox:hover:after {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.block-12 .certificates a.fancybox:hover i {
  -webkit-box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 8px 18px rgba(0, 0, 0, 0.5);
}
.block-12 .certificates a.fancybox:after {
  content: "Збільшити";
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  line-height: 33px;
  width: 180px;
  height: 36px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -78px;
  margin-left: -90px;
  border: 3px solid #fdb900;
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -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-12 .certificates a.fancybox i {
  background: url("../img/certificate-bg.jpg") no-repeat 0 0 transparent;
  width: 268px;
  height: 358px;
  display: block;
  padding: 37px 35px 37px 34px;
  -webkit-box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
  -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-12 .certificates a.fancybox span {
  display: inline-block;
  width: 100%;
  margin: 32px 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.block-13 {
  padding: 60px 0 0;
}
.block-13 .title {
  background: url("../img/title-after.png") no-repeat center bottom transparent;
  text-align: center;
  margin: 0 0 25px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 35px;
}
.block-13 .contacts {
  text-align: center;
}
.block-13 .contacts p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.2;
}
.block-13 .contacts p.phone {
  margin: 0 0 0;
}
.block-13 .contacts p.phone:last-child {
  margin-bottom: 20px;
}
.block-13 .contacts p.phone span {
  font-weight: 400;
}
.block-13 #map {
  height: 400px;
}
.block-13 #map img {
  max-width: inherit;
}

form input[type="text"] {
  height: 48px;
  width: 100%;
  border: 1px solid #acacac;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0 15px;
  margin: 0 0 10px 0;
}
form input[type="button"] {
  width: 100%;
  height: 52px;
  border: 3px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -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;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  margin: 16px 0 0;
  padding: 0 0 0;
  outline: none;
  background: #ffd82c;
  background: -moz-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd82c), color-stop(100%, #fdba00));
  background: -webkit-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -o-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: -ms-linear-gradient(top, #ffd82c 0%, #fdba00 100%);
  background: linear-gradient(to bottom, #ffd82c 0%, #fdba00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd82c', endColorstr='#fdba00', GradientType=0 );
}
form input[type="button"]:hover {
  background: #fdba00;
  background: -moz-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdba00), color-stop(100%, #ffd82c));
  background: -webkit-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -o-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: -ms-linear-gradient(top, #fdba00 0%, #ffd82c 100%);
  background: linear-gradient(to bottom, #fdba00 0%, #ffd82c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdba00', endColorstr='#ffd82c', GradientType=0 );
}

#jGrowl {
  display: none;
}

.box-modal {
  background: #fff;
  border: 4px solid #fdba00;
  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: '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;
  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: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.box-modal .modal-content-box p {
  color: #3d3d3d;
  font-family: 'Open Sans', 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: "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;
}
.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/block-1-bg.jpg") no-repeat center top transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.thank .page .container {
  background: transparent;
}
body.thank .header {
  background: #fff;
}
body.thank .block-1 {
  background: transparent;
  height: inherit !important;
}
body.thank .block-1 h2 {
  text-align: center;
  margin: 60px 0 20px;
  color: #fdba00;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
body.thank .block-1 h3 {
  text-align: center;
  margin: 0px 0 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.lang{
  position: absolute;
  right: 0;
  bottom: 0;
  right: 10px;
bottom: 10px;
}

.lang img{margin-right:5px;border: 1px solid #D8D8D8;}

.page-menu {
  background: #333;
}
.page-menu ul {
  list-style: none;
  margin: 0 0;
}
.page-menu ul li {
  display: block;
  float: left;
  width: 33.3333%;
}
.page-menu ul li:nth-child(1) a:before {
  content: "";
  background: url("../img/menu-ico-1.png") no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 28px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
.page-menu ul li:nth-child(3) a:before {
  content: "";
  background: url("../img/menu-ico-2.png") no-repeat 0 0;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
.page-menu ul li:nth-child(2) a:before {
  content: "";
  background: url("../img/menu-ico-3.png") no-repeat 0 0;
  display: inline-block;
  width: 23px;
  height: 19px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
.page-menu ul li a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: underline;
  -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;
}
.page-menu ul li a:hover {
  text-decoration: none;
}
.page-menu ul li a.active {
  background: url("../img/menu-bg.jpg") repeat 0 0 transparent;
}

.block-4 ul li .ico.ico-w-1 {
position: absolute;
background: url("../img/where-use.png") no-repeat 0 0 transparent;
}

.block-4 ul li .ico.ico-w-2 {
position: absolute;
background: url("../img/where-use.png") no-repeat -156px 0 transparent;
}

.block-4 ul li .ico.ico-w-3 {
position: absolute;
background: url("../img/where-use.png") no-repeat -312px 0 transparent;
}

.block-4 ul li .ico.ico-w-4 {
position: absolute;
background: url("../img/where-use.png") no-repeat -468px 0 transparent;
}

