@import "fonts.css";
@import "vendor/main.css";
/*----------- GENERAL
==================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #fff;
  font-size: 18px;
  background-color: #fff;
  font-family: 'OpenSansRegular';
}
* a {
  text-decoration: none;
}
.container {
  max-width: 100%;
  min-width: 980px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #dcdcdc;
  box-shadow: 0 0 10px #dcdcdc;
}
.inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.inner img{
  padding-left:8px;
}
.heading {
  text-align: center;
}
.heading h3 {
  margin: 10px 0;
  margin-top: 30px;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
}
b,
h1,
h2,
h3,
h4,
h6 {
  margin: 0 auto;
  font-weight: 600;
  font-family: 'roboto';
  color:#212121;
  text-transform: uppercase;
  text-align: center;
}
.goup-container {
  bottom: 65px !important;
  z-index: 100 !important;
}
.btn-orange {
  width: 200px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: 'robotobold';
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  background: #ff6600;
  border-bottom:solid 3px rgba(0,0,0, 0.1);
  letter-spacing: 1.5pt;
}
.btn-orange:hover {
  background: #d2362a;
}


.btn-error {
  width: 300px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 50px;
  font-family: 'robotobold';
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #ff6600;
  border-bottom:solid 3px rgba(0,0,0, 0.1);
  letter-spacing: 1.5pt;
  margin-top:20px;
  margin-bottom:80px;
  height:50px;
}

.btn-error:hover{
  background: #d2362a;
}
/*----------- header
==================================================*/
header {
  height: 800px;
  background: url(../img/header-bg.jpg) no-repeat 0 0;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
	background-size: cover;

}
header .header-top {
  height: 100px;
  background: white;
  overflow: hidden;
}
header .u-logo {
  padding-top:2px;
}
header .u-description {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  padding: 0px 20px;
  border-left: 1px solid #dedede;
  font-size: 14px;
  color:#444; 
}
header .u-contacts {
  width: 256px;
  height: 114px;
  padding: 10px 30px;
}
header .u-contacts h4 {
  margin-left: 0;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  text-align: right;
  font-family: 'roboto';
  font-weight: 500;
  line-height: 25px;
}
header .u-contacts > div {
  padding-left: 35px;
}
header .u-contacts a {
  color: #666;
  font-size:13pt;
margin-left:11px;
}
header .u-contacts .phone3 {
  background: url(../img/technology.png) no-repeat 0px 50%;
}
header .u-contacts .phone2 {
  background: url(../img/yellow-ok.png) no-repeat 0px 50%;
}
header .u-contacts .phone1 {
  background: url(../img/mts-logo.png) no-repeat 0px 50%;
}
/*----------- site heading
==================================================*/
.b-site-heading {
  text-align: center;
  padding-top: 30px;
  width: 960px;
  /*float: left;*/
}
.b-site-heading h1,
.b-site-heading h5 {
  margin: 0;
  padding-top:10px;
  text-transform: uppercase;
  font-size:17px;
      text-shadow: 0px 2px 0px black;
}
.b-site-heading h1 {
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
}
.b-site-heading h5 {
  font-size: 17px;
  color: #fff;
  font-family: 'OpenSansRegular';
  font-weight: 600;
  letter-spacing: 1.5px;
}
.b-site-heading img{
  padding-left:30px;
}
/*----------- b-action
==================================================*/
.b-action {
  width: 400px;
  /*float: right;
  padding-top:35px;*/
  margin:0 auto;
}
.b-action .inner {
  overflow: visible;
  padding-top: 30px;
}
.b-action .form {
    background: rgba(255,255,255, 0.9);
    padding: 15px;
    width: 400px;
font-family: Arial
border: 3px solid #ff6600;
    /* position: relative; */
}
.b-action .form .form-heading {
  text-align: center;
  padding-top: 0px;
  margin-bottom: 10px;
font-family: Arial

}
.b-action .form .form-heading h4 {
  color: #000;
  font-size: 19px;
  text-transform: uppercase;
font-family: Arial
  line-height: 28px;
  margin: 0;
}
.b-action .form .form-heading h4 span {
  display: block;
  font-size: 30px;
}
.b-action .form .form-content {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.b-action .form .form-content .form-group {
  position: relative;
  height: 35px;
  width: 100%;
  background: #fff;
border: 1px solid #ff6600;

  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 8px;
}
.b-action .form .form-content .form-group input {
  background: none;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #000;
  font-size: 12px;
  padding-right: 5px;
}
.b-action .form .form-content .form-group label {
  position: absolute;
  font-size: 12px;
  color: #000;
  top: 9px;
  left: 30px;
}
.b-action .form .form-content .form-group .phone {
  background: url(../img/phone-icon2.png) no-repeat 10px 50%;
}
.b-action .form .form-content .form-group .datepicker {
  background: url(../img/date-icon.png) no-repeat 8px 8px;
}
.b-action .form .form-content .country {
  /*width: 138px;
  display: inline-block;
  position: relative;
  float: left;*/
  margin-bottom: 8px;
}
.b-action .form .form-content .country input {
  top: 0;
  height: 35px;
  background: url(../img/country-icon.png) no-repeat 7px 50%;
}
.b-action .form .form-content .datepicker-wrap {
  /*position: relative;
  display: inline-block;
  float: right;
  width: 138px;*/
  height: 35px;
  border-radius: 1px;
}
.b-action .form .form-content .datepicker-wrap input {
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  position: relative;
  background: url(../img/date-icon.png) no-repeat 6px 50%;
  z-index: 1;
  border: none;
  padding-right: 5px;
  padding-left: 30px;
  font-size: 12px;
}
.b-action .form .form-content .days-wrap,
.b-action .form .form-content .members-wrap {
  /*position: relative;
  display: inline-block;
  width: 138px;
  height: 35px;
  float: left;*/
  border-radius: 1px;
}
.b-action .form .form-content .label {
  font-family: 'robotobold';
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.b-action .form .form-content .days-wrap input {
  background: url(../img/smile-icon.png) no-repeat 7px 50%;
}
.b-action .form .form-content .members-wrap {
  float: right;
}
.b-action .form .form-content .members-wrap input {
  background: url(../img/members-icon.png) no-repeat 8px 50%;
}
.b-action .form .form-content .price-slider-wrap1 {
  text-align: center;
  margin-bottom: 5px;
}
.b-action .form .form-content .price-slider-wrap1 .label {
  text-align: left;
  position: relative;
}
.b-action .form .form-content .price-slider-wrap1 .val {
  display: inline-block;
  font-family: 'roboto_ltregular';
  font-size: 14px;
}
.b-action .form .form-content .price-slider-wrap1 .irs {
  display: inline-block;
}
.b-action .form .form-content .price-slider-wrap1 > .irs {
  height: 10px;
}
.b-action .form .form-content .price-slider-wrap1 > .irs .irs {
  margin: 0;
}
.b-action .form .form-content .price-slider-wrap1 .irs-line {
  top: 0;
}
.b-action .form .form-content .price-slider-wrap1 .irs {
  margin: 0 auto !important;
  width: 174px;
  height: 10px;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-line {
  background: #7fc3e3;
  height: 5px;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-line > span {
  display: none;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-diapason {
  background: #fff;
  height: 5px;
  top: 0;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-slider {
  width: 10px;
  height: 16px;
  background: #fecc29;
  border-radius: 3px;
  border: 1px solid #f2991b;
  top: -6px;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-single {
  background: #fff;
  color: #000;
  top: -28px;
  font-size: 12px;
}
.b-action .form .form-content .price-slider-wrap1 .irs .irs-single:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -8px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.b-action .form .form-content .textarea-wrap {
  border: 1px solid #ff6600;
  border-radius: 1px;
  position: relative;
  background: #ffffff url(../img/comments-icon.png) no-repeat 10px 10px;
}
.b-action .form .form-content .textarea-wrap label {
  font-size: 12px;
  position: absolute;
  color: #000;
  top: 9px;
  left: 30px;
}
.b-action .form .form-content textarea {
  width: 100%;
  min-height: 55px;
  background: none;
  color: #000;
  font-size: 12px;
  border: none;
  outline: none;
  border-radius: 1px;
  padding-left: 35px;
  padding-right: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.b-action .form .form-content .btn {
  width: 288px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: 'robotoregular';
  height: 40px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  background: #ff6600;
}
.b-action .form .form-content .btn:hover {
  background: #d2362a;
}
.b-action .form .form-content .err {
  border: 2px solid red !important;
}
.b-action .form .form-content .ok {
  border: 2px solid green !important;
}
.b-action .form .form-content .security {
  text-align: center;
  margin-bottom: 8px;
}
.b-action .form .form-content .security span {
  color: #fff;
  font-size: 12px;
}
/*----------- benfits
==================================================*/
.benefits .inner .item {
  height: 275px;
  padding-top: 185px;
  width: 20%;
  float: left;
  color: #51575b;
  text-align: center;
  font-size:14px;
  font-family: Arial;
  line-height: 21px;
}
.benefits .inner .item1 {
  background: url(../img/benefits-icon1.png) no-repeat 50% 50px;
}
.benefits .inner .item2 {
  background: url(../img/benefits-icon2.png) no-repeat 50% 50px;
}
.benefits .inner .item3 {
  background: url(../img/benefits-icon3.png) no-repeat 50% 50px;
}
.benefits .inner .item4 {
  background: url(../img/benefits-icon4.png) no-repeat 50% 50px;
}
.benefits .inner .item5 {
  background: url(../img/benefits-icon5.png) no-repeat 50% 50px;
}

.item1 img, .item2 img, .item3 img, .item4 img, .item5 img, .item6 img{
  padding-top:20px;
}
/*----------- services
==================================================*/
.b-services {
  background:url(../img/services-bg.jpg) no-repeat center;
  height: 755px;
}
.b-services .inner {
  text-align: center;
}
.b-services .inner .item {
  background: url(../img/services-item-bg.png);
  width: 322px;
  height: 314px;
  display: inline-block;
  margin-bottom: 10px;
}
.b-services .inner .item .name {
  text-transform: uppercase;
  font-family: 'robotobold';
  font-size: 17px;
  color: #212121;
  margin-top: 15px;
}
/*----------- b-price
==================================================*/
.b-price {
  background: #f5f5f5 url(../img/prices-bg.jpg) repeat;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
  background-size: cover;

}
.b-price .inner {
  text-align: center;
  width:870px;
}
.b-price .inner .heading h3 {
  margin-bottom: 25px;
  color: #333;
  font-size: 35px;
  text-shadow: none;
  text-transform: uppercase;

}
.b-price .inner .item {
  display: inline-block;
  width: 250px;
  height: 415px;
 background: #fff;
  padding-top: 0px;
  overflow: hidden;
    margin:20px;
}
.b-price .inner .item .country {
  padding-top: 18px;

  font-size: 17px;
  color: #212121;
  font-family: 'robotobold';
  text-transform: uppercase;
}
.b-price .inner .item .price {
  padding-top: 18px;
  font-size: 21px;
  color: #9a0835;
  font-family: 'robotobold';
}
.b-price .inner .item .stars {
  text-align: right;
  color: #333;
  font-size: 15px;
  font-family: 'robotobold';
  margin-top: 13px;
}
.star{
  margin: 0 0 0 5px;
  float:left;
  height:30px;
}
.star p{
  float:right;
  line-height: 30px;
  font-weight: 600;
  margin-left: 65px;
}
.b-price .inner .item .stars > div {
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
}
.b-price .inner .item .stars .star3 {
  background: url(../img/star3.png) no-repeat 20px 50%;
  background-color: #f2fcfd;
}
.b-price .inner .item .stars .star4 {
  background: url(../img/star4.png) no-repeat 20px 50%;
}
.b-price .inner .item .stars .star5 {
  background: url(../img/star5.png) no-repeat 20px 50%;
  background-color: #f2fcfd;
}
.b-price .inner .item .btn {
  width: 207px;
  border-radius: 3px;
  clear:both;
  top:30px;
}

.b-price .inner .row2 .item {
  float: none;
  position: relative;
  left: 5px;
  margin-right: 16px;
}
/*----------- b-reviews
==================================================*/
.b-reviews {
  background: url(../img/reviews-bg.jpg);
  height: 470px;
}
.b-reviews .inner {
  position: relative;
  overflow: visible;
}
.b-reviews .inner .item {
width: 480px; 
height:235px;
background: #fff; 
float: left; 
margin-right: 0px; 
text-align: center; 
padding-top: 20px; 
padding-left: 15px; 
position: absolute; 
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
}
.b-reviews .inner .item:nth-of-type(2),
.b-reviews .inner .item:nth-of-type(4),
.b-reviews .inner .item:nth-of-type(5),
.b-reviews .inner .item:nth-of-type(8) {
  margin-right: 0;
  padding-left: 10px;
}
.b-reviews .inner .item:nth-of-type(2) .cont,
.b-reviews .inner .item:nth-of-type(4) .cont,
.b-reviews .inner .item:nth-of-type(5) .cont,
.b-reviews .inner .item:nth-of-type(8) .cont {
  width: 55%;
}
.b-reviews .inner .item .photo {
  float: left;
  width: 139px;
  height: 139px;
  overflow: hidden;
/*  border-radius: 50%;*/
  margin-top:-80px;
}

.b-reviews .inner .item .cont {
  width: 57%;
  float: left;
  margin-left: 20px;
  text-align: left;
}
.b-reviews .inner .item .name {
    width: 100%;
    font-size: 13pt;
    font-family: 'robotobold';
    display: inline-block;
    color: black;
    background: url('../img/vk.png') no-repeat;
    padding-left: 30px;
    line-height: 19px;
    background-size: 8%;

}
.b-reviews .inner .item .country {

    text-transform: none;
    font-family: 'roboto';
    font-size: 9pt;
    color: #666;
    line-height: 22px;

}
.b-reviews .inner .item .review {
  clear: both;
    line-height: 1.7;
    color: #444444;
    font-family: 'Roboto';
    font-size: 9pt;
    width: 440px;
    margin: 20px 0 0 -150px;
    margin-bottom: 40px;
    position: relative;
}

.b-reviews .inner .item1 {
  left: 0px;
}
.b-reviews .inner .item2 {
  right: 0px;
}
.b-reviews .inner .item3 {
  top: 350px;
  left: 0px;
}
.b-reviews .inner .item4 {
  top: 350px;
  right: 0px;
}
/*----------- b-map
==================================================*/
.b-map {
  position: relative;
  padding-top: 0px;
  height: 498px;
}
.b-map .inner {
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  height: 0;
  top: 0;
}
.b-map .inner .u-contacts {
  position: absolute;
  z-index: 2;
  background: url(../img/map-bg.png);
  width: 237px;
  height: 238px;
  top: 50px;
  padding-top: 50px;
  left: 85px;
  text-align: center;
}
.b-map .inner .u-contacts h4 {
  margin: 0;
  font-family: 'robotobold';
  text-transform: uppercase;
}
.b-map .inner .u-contacts p {
  margin: 0;
  font-size: 14px;
  margin: 4px 0;
}
.b-map .inner .u-contacts a {
  display: block;
  color: #fff;
  font-family: 'robotobold';
  text-transform: uppercase;
}
.b-map .inner .form {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 347px;
  position: relative;
  margin-top: 20px;
  float: right;
}
.b-map .inner .form .form-heading {
  text-align: center;
  padding-top: 0px;
  margin-bottom: 10px;
}
.b-map .inner .form .form-heading h4 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
}
.b-map .inner .form .form-heading h4 span {
  display: block;
  font-size: 30px;
}
.b-map .inner .form .form-content {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.b-map .inner .form .form-content .form-group {
  position: relative;
  height: 35px;
  width: 100%;
  background: #fff;
  border: 1px solid #81d7fd;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 8px;
}
.b-map .inner .form .form-content .form-group input {
  background: none;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #000;
  font-size: 12px;
  padding-right: 5px;
}
.b-map .inner .form .form-content .form-group label {
  position: absolute;
  font-size: 12px;
  color: #000;
  top: 9px;
  left: 30px;
}
.b-map .inner .form .form-content .form-group .phone {
  background: url(../img/phone-icon2.png) no-repeat 10px 50%;
}
.b-map .inner .form .form-content .form-group .datepicker {
  background: url(../img/date-icon.png) no-repeat 8px 8px;
}

.b-map .inner .form .form-content .form-group .name {
  background: url(../img/phone-icon2.png) no-repeat 10px 50%;
}
.b-map .inner .form .form-content .country {
  /*width: 138px;
  display: inline-block;
  position: relative;
  float: left;*/
  margin-bottom: 8px;
}
.b-map .inner .form .form-content .country input {
  top: 0;
  height: 35px;
  background: url(../img/country-icon.png) no-repeat 7px 50%;
}
.b-map .inner .form .form-content .datepicker-wrap {
  /*position: relative;
  display: inline-block;
  float: right;
  width: 138px;*/
  height: 35px;
  border-radius: 1px;
}
.b-map .inner .form .form-content .datepicker-wrap input {
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  position: relative;
  background: url(../img/date-icon.png) no-repeat 6px 50%;
  z-index: 1;
  border: none;
  padding-right: 5px;
  padding-left: 30px;
  font-size: 12px;
}
.b-map .inner .form .form-content .days-wrap,
.b-map .inner .form .form-content .members-wrap {
  /*position: relative;
  display: inline-block;
  width: 138px;
  height: 35px;
  float: left;*/
  border-radius: 1px;
}
.b-map .inner .form .form-content .label {
  font-family: 'roboto';
  font-size: 14px;
  letter-spacing: 0.5px;
}
.b-map .inner .form .form-content .days-wrap input {
  background: url(../img/smile-icon.png) no-repeat 7px 50%;
}
.b-map .inner .form .form-content .members-wrap {
  float: right;
}
.b-map .inner .form .form-content .members-wrap input {
  background: url(../img/members-icon.png) no-repeat 8px 50%;
}
.b-map .inner .form .form-content .price-slider-wrap2 {
  text-align: center;
  margin-bottom: 5px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .label {
  text-align: left;
  margin-bottom: 15px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .val {
  display: inline-block;
  font-family: 'roboto_ltregular';
  font-size: 14px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs {
  display: inline-block;
}
.b-map .inner .form .form-content .price-slider-wrap2 > .irs {
  height: 10px;
}
.b-map .inner .form .form-content .price-slider-wrap2 > .irs .irs {
  margin: 0;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs-line {
  top: 0;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs {
  margin: 0 auto !important;
  width: 174px;
  height: 10px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-line {
  background: #7fc3e3;
  height: 5px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-line > span {
  display: none;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-diapason {
  background: #fff;
  height: 5px;
  top: 0;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-slider {
  width: 10px;
  height: 16px;
  background: #fecc29;
  border-radius: 3px;
  border: 1px solid #f2991b;
  top: -6px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-single {
  background: #fff;
  color: #000;
  top: -28px;
  font-size: 12px;
}
.b-map .inner .form .form-content .price-slider-wrap2 .irs .irs-single:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -8px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.b-map .inner .form .form-content .textarea-wrap {
  border: 1px solid #81d7fd;
  border-radius: 1px;
  position: relative;
  background: #ffffff url(../img/comments-icon.png) no-repeat 10px 10px;
}
.b-map .inner .form .form-content .textarea-wrap label {
  font-size: 12px;
  position: absolute;
  color: #000;
  top: 9px;
  left: 30px;
}
.b-map .inner .form .form-content textarea {
  width: 100%;
  min-height: 55px;
  background: none;
  color: #000;
  font-size: 12px;
  border: none;
  outline: none;
  border-radius: 1px;
  padding-left: 35px;
  padding-right: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.b-map .inner .form .form-content .btn {
  width: 288px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: 'robotobold';
  height: 40px;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  background: #ff6600;
  letter-spacing: 1.5pt;
}
.b-map .inner .form .form-content .btn:hover {
  background: #9a0835;
}
.b-map .inner .form .form-content .err {
  border: 2px solid red !important;
}
.b-map .inner .form .form-content .ok {
  border: 2px solid green !important;
}
.b-map .inner .form .form-content .security {
  text-align: center;
  margin-bottom: 6px;
}
.b-map .inner .form .form-content .security span {
  color: #fff;
  font-size: 12px;
}
#MyGmaps {
  position: absolute;
  width: 100%;
  text-align: center;
}
footer {
  margin-top:30px;
  height: 101px;
  background: #fafafa;
}
footer p {
  padding-top: 14px;
  margin: 0;
  float: left;
  font-size: 14px;
  color: #51575b;
}
footer .logo {
  margin-top: 15px;
  float: right;

}
/*----------- MODALS
==================================================*/
.fancybox-inner {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.popup-form {
  width: 400px;
}
.popup-form .form {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  width: 400px;
  position: relative;
  padding-bottom: 30px;
  font-family: Arial;
}
.popup-form .form:before {
  display: none;
}
.popup-form .form .form-heading {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.popup-form .form .form-heading h4 {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 37px;
  margin: 0;
  font-family: Arial;

}
.popup-form .form .form-heading h4 span {
  font-size: 37px;
}
.popup-form .form .form-content {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.popup-form .form .form-content .form-group {
  position: relative;
  height: 35px;
  width: 100%;
  background: #fff;
  margin-bottom: 8px;
}
.popup-form .form .form-content .form-group input {
  background: none;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #000;
  font-size: 12px;
  padding-right: 5px;
  border: 1px solid #dedede;
  border-radius: 1px;
}
.popup-form .form .form-content .form-group input:focus {
  border: 2px solid #81d7fd;
  border-radius: 1px;
}
.popup-form .form .form-content .form-group label {
  position: absolute;
  font-size: 12px;
  color: #000;
  top: 9px;
  left: 30px;
}
.popup-form .form .form-content .form-group .name {
  background: url(../img/members-icon.png) no-repeat 7px 50%;
}

.popup-form .form .form-content .form-group .phone {
  background: url(../img/phone-icon2.png) no-repeat 8px 50%;
}
.popup-form .form .form-content .form-group .datepicker {
  background: url(../img/date-icon.png) no-repeat 8px 8px;
}
.popup-form .form .form-content .btn {
  width: 100%;
}
.popup-form .form .form-content .err input {
  border: 2px solid red !important;
}
.popup-form .form .form-content .ok input {
  border: 2px solid green !important;
}
.thank-you {
  border: 3px solid #5ab7df;
  border-radius: 5px;
  background: #fdfdfd;
  width: 495px;
  height: 300px;
  text-align: center;
  padding-top: 33px;
}
.thank-you h6 {
  font-weight: normal;
  color: #3bb1e0;
  font-size: 27px;
  margin: 0;
}
.thank-you p {
  font-size: 18px;
  color: #3bb1e0;
  margin: 5px 0;
}
.thank-you span {
  font-size: 18px;
  color: #090a0a;
}

.about{
  margin:0 auto;
  width:960px;
  padding-top:30px;

}
.about span{
  color:black;
  text-align: center;
  text-transform: uppercase;
  font-size:21pt;
  font-family: 'robotobold';
}
/* Восьмой блок */
div#block8{background: #ffffff;width:100%;padding-top: 40px;padding-bottom: 100px;text-align: center;position: relative;}
div#block8 div.div980px {margin:0 auto; width:980px;}
div#block8 h1 {margin-bottom: 10px;color: #51575b;font-size: 48px;text-shadow: none;}

div#block8 a.OrButt {margin-top: 85px}
div.zifer {background: url('8.jpg') center no-repeat;width:100%;height:745px;position: relative;}

div.blZ {position: absolute;top: 0px; left: 0px;width:200px;}
div.blZ span.blue {display: inline-block;width: 100%;color: #1d74fe; font-size: 56px;font-family: 'roboto_cnbold';text-align: center;}
div.blZ span.bTex {display: inline-block;width: 100%;color: #000000; font-size: 16px;font-family: 'roboto_cnbold';text-align: center;margin-top: 10px;}
div.blZ1 {left: 390px;top: 40px;}
div.blZ2 {top: 185px;}
div.blZ3 {top: 410px;}
div.blZ4 {top: 185px;left: 780px;}
div.blZ5 {top: 410px;left: 780px;}

/* Восьмой блок */
div#block8{background: #ffffff;width:100%;padding-top: 40px;padding-bottom: 100px;text-align: center;position: relative;}
div#block8 div.div980px {margin:0 auto; width:980px;}
div#block8 h1 {margin-bottom: 10px;color: #51575b;font-size: 48px;text-shadow: none;}
div#block8 a.OrButt {margin-top: 85px}
div.zifer {background: url('../images/8.jpg') center no-repeat;width:100%;height:745px;position: relative;}
div.logoturr {width:100%;color: #000000;font-size: 20px;font-family: PNL;text-align: center;padding-bottom: 455px;background: url('../img/ll.jpg') center bottom no-repeat;font-family: 'roboto_cnbold';}
div.logoturr b {font-family: 'roboto_cnbold';}


/* Девятый блок */
div#block9{background: url('../images/9.jpg') center bottom no-repeat;width:100%;padding-top: 90px;padding-bottom: 85px;text-align:center;}
div#block9 div.div980px {margin:0 auto; width:980px; display: inline-block;}
div#block9 h1 {font-size:34px;margin-bottom: 70px;color: #ffffff;line-height: 48px;font-size: 48px;}
div#block9 h1 b {color: #fedf47;}
div.blOtz {width:100%;display: inline-block;}
div.OneOtzv {width: 400px;height:392px;float:left;background: #ffffff;border-radius: 4px;text-align: left;position: relative;margin: 40px 45px;}
div.PhOtzv {width:98px; height:98px;position: absolute;top:-43px; left: 33px;border-radius: 100%;overflow: hidden;}
div.TeOtzv {width: 360px;margin: 20px;}
div.TeOtzv span.OtzName {display: inline-block;color: #000000;font-size: 20px;font-family: 'robotoregular';margin-left: 140px;}
div.TeOtzv a.vk {display: inline-block;color: #676767;font-size: 14px;font-family: 'robotoregular';margin-left: 140px;background: url('../images/vk.png') left center no-repeat;padding-left: 25px;}
span.otzNet {display: inline-block;float: left;width: 100%; color: #000000; font-size: 14px;font-family: 'robotoregular';margin: 45px 0 25px;line-height: 24px;}
div.otzVideo {width: 360px; height:250px;overflow: hidden;position: relative;margin: 45px 0 10px;}
a.aVideo {width: 360px;height: 250px;display: inline-block;position:absolute;top:0px;left:0px;background: url('../images/video.png') center no-repeat; }
/* Шестой блок */
div#block6{background: url('../images/6.jpg') center bottom no-repeat;width:100%;padding-top: 35px;padding-bottom: 50px;
-moz-background-size: 130% auto;
    -webkit-background-size: 130% auto;
    -o-background-size: 130% auto;
    background-size: 130% auto;}
  
div#block6 div.div980px, div.strstr {text-align: center;}
  
div#block6 h1 {margin-bottom: 80px;font-size: 48px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);}
div#block6 div.zz {text-align: center;}
div#block6 div.sotr, div#block6 a.sotr {display: inline-block;width: 180px;float: none;margin: 0 30px 70px;position:relative;}
div#block6 a.sotr div.sotrF {width:142px;height:142px;border-radius:100%;border: 10px solid rgba(255,255,255,0.1); margin: 0 19px 0;overflow: hidden;}
div#block6 a.sotr span {display: inline-block;float:left;width:100%;text-align: center;color: #ffffff;font-size:12px;font-family: 'robotoregular';margin-top: 25px;}
div#block6 a.sotr span b {font-weight: normal;font-size:20px;font-family: 'robotoregular';}
div.strstr {margin: 0 auto;}
div.mt85 {margin-top: 85px;}

div#block6 a.sotr div.sotrPop {display: inline-block; opacity: 0; position: absolute; top: 50px; left: -30px; width: 220px; padding: 20px 10px; text-align: left; background-color: rgba(0,0,0,0.8);border-radius: 3px;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;-ms-transition: all 0.2s ease;transition: all 0.2s ease;}
div#block6 a.sotr div.sotrPop span {font-size: 13px;margin-top: 0px;margin-bottom: 20px;}
div#block6 a.sotr div.sotrPop span b {color: #fedf47;font-family: 'robotoregular';text-transform: uppercase;font-size: 14px;}

div#block6 a.sotr:hover div.sotrPop { top: -30px; opacity: 1; }

div#block6_1 {width: 100%;background: #ffffff;position: relative;padding: 0;}
div#block6_1 div.podPhotos {width:100%;height: 326px;}
div#block6_1 div.podPhotos div.pPhleft {width:50%;height:100%;overflow: hidden;float:left;}
div#block6_1 div.podPhotos div.pPhleft div {float:left;height:50%;width:49%;overflow:hidden;margin: 6px 0 0 1%;}
div#block6_1 div.podPhotos div.pPhleft div img {width:120%;}
div#block6_1 div.podPhotos div.pPhleft div.dPh1 {height: 314px;margin: 6px 0 0 0px;width: 50%;}
div#block6_1 div.podPhotos div.pPhleft div.dPhH50 {height: 154px;}

div#block6_1 div.podPhotos div.pPhright {width:50%;height:100%;overflow: hidden;float:left;}
div#block6_1 div.podPhotos div.pPhright div {float:left;height:50%;width:50%;overflow:hidden;margin: 6px 0 0 6px;}
div#block6_1 div.podPhotos div.pPhright div img {width:100%;}
div#block6_1 div.podPhotos div.pPhright div.dPh1 {height: 314px;}
div#block6_1 div.podPhotos div.pPhright div.dPhWH50 {height: 154px;width: 100px;}

