body, html {
  background: white;
  position: relative; }

body {
  background-color: white;
  border: none;
  font-family: "Arial";
  color: #231f20; }

.wrapper {
  position: relative;
  width: 926px;
  height: 100%;
  margin: 0 auto; }
  

.body_wrapper {
  position: relative;
  max-width: 100%;
  min-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: white; }
  
    
@media (max-width: 1024px) {
	
	.body_wrapper {
    position: relative;
    max-width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
}
    
}
    
   

/* mixins */
/* */
h1, h2 {
  margin: 0; }

/* font */
@font-face {
  font-family: 'myriad2_proregular2';
  src: url("../fonts/mpro-webfont.eot");
  src: url("../fonts/mpro-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/mpro-webfont.woff") format("woff"), url("../fonts/mpro-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'myriad_prosemibold';
  src: url("../fonts/mpro2-webfont.eot");
  src: url("../fonts/mpro2-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/mpro2-webfont.woff") format("woff"), url("../fonts/mpro-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'charcoal_cyregular';
  src: url("../fonts/charcoalcy-webfont.eot");
  src: url("../fonts/charcoalcy-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/charcoalcy-webfont.woff") format("woff"), url("../fonts/charcoalcy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica-bold';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* button */
/* forms */
input::-webkit-input-placeholder {
  color: #3a323d; }

input:-moz-placeholder {
  color: #3a323d; }

textarea::-webkit-input-placeholder {
  color: #3a323d; }

textarea:-moz-placeholder {
  color: #3a323d; }

.wpcf7-validation-errors {
  color: red;
  font: 14px 'Arial';
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -40px;
  z-index: 10; }

.ajax-load, .ajax-loader {
  position: absolute;
  margin-left: 25px;
  margin-top: 25px; }

.form {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(o);
  padding-top: 5px; }
.form textarea.wpcf7-not-valid, .form input.wpcf7-not-valid, .form input[type="number"].wpcf7-not-valid, .form input[type="email"].wpcf7-not-valid {
  border: 1px solid #ff0000;
  color: #ff0000; }
.form textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(PIE.html);
  width: 365px;
  font: 15px 'Arial';
  outline: none;
  text-align: center !important;
  color: #364558;
  border: 1px solid #d2d9dc !important;
  -webkit-box-shadow: inset 0 2px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: inset 0 2px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: inset 0 2px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: inset 0 1px 0 0 #cacaca;
  padding-top: 15px;
  height: 115px;
  color: black;
  -moz-box-shadow: 0px -1px 0px 0px #706f71;
  /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px -1px 0px 0px #706f71;
  /* Safari and Chrome */
  box-shadow: 0px -1px 0px 0px #706f71;
  font: 15px 'Arial';
  color: #949494;
  border: none;
  border: 1px solid #c6c6c6;
  behavior: url(PIE.html);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; }
.form textarea:focus {
  color: #3a323d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.form form .wpcf7-response-output, .form form div.wpcf7-validation-errors {
  border: 0px solid #ff0000; }
.form .wpcf7-not-valid-tip {
  display: none; }
.form textarea.wpcf7-not-valid, .form input.wpcf7-not-valid, .form input[type="number"].wpcf7-not-valid, .form input[type="email"].wpcf7-not-valid {
  border: 1px solid #ff6d55;
  color: #ff6d55; }
.form .wpcf7-form-control-wrap {
  height: auto !important;
  display: block !important; }
.form .wpcf7-text {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(o);
  outline: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  padding: 0;
  -moz-box-shadow: 0px -1px 0px 0px #706f71;
  /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px -1px 0px 0px #706f71;
  /* Safari and Chrome */
  box-shadow: 0px -1px 0px 0px #706f71;
  outline: none;
  height: 55px;
  width: 410px;
  padding-left: 15px;
  text-align: left;
  font: 17px 'Arial';
  color: #3a323d;
  border: none;
  border: 1px solid #b9b7bb;
  behavior: url(PIE.html);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-bottom: 12px; }
.form .wpcf7-text:focus {
  color: #3a323d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.form .change {
  color: #3a323d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

/* main */
.main {
  min-height: 200px;
  height: 633px;
  background: #F09F2A url("../img/main/vizitka1.jpg") top center no-repeat; } 
.main .logo {
  position: absolute;
  top: 6px;
  left: -90px; }
.main .right {
  position: absolute;
  right: -90px;
  top: 20px;
  padding-left: 25px;
  background: url("../img/main/phone.png") left top no-repeat;
  background-position: 0px 4px;
  font: 25px 'Helvetica';
  color: white; }
.main .center {
  border: 2px solid #649617; 
  padding: 5px;
  border-radius: 5px;
  //background: url("../img/main/center.png") center bottom repeat-x;
  height: 25px;
  font: 17px 'Helvetica';
  color: white;
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 375px;
  margin-top: 20px; }
.main .center:hover {
  background: none; }
.main .title {
  display: block;
  color: white;
  text-align: center;
  font: 22px 'charcoal_cyregular';
  padding-top: 85px; }
.main h1 {
  display: block;
  text-align: center;
  font: 51px 'charcoal_cyregular';
  line-height: 55px;
  color: white;
  padding-top: 18px; }
.main .btn {
  background: url("../img/main/btn1.png") center no-repeat; 
  width: 533px;
  height: 73px;
  cursor: pointer;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  font: 22px 'Arial';
  color: white;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: 0px; }
.main .btn:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  filter: brightness(1.1); }
.main .btn span {
  margin-left: -50px; }

.what {
  height: 500px;
  background: url("../img/what/bg05.jpg") center bottom no-repeat; }
.what .dwnl {
  text-decoration: none;
  border-bottom: none; }
.what .left {
  margin-left: 32px; }
.what .hr {
  display: block;
  height: 60px;
  background: url("../img/what/hr.png") top center no-repeat; }
.what h2 {
  font: 43px 'Helvetica-bold';
  color: black;
  display: block;
  text-align: center;
  padding-top: 5px; }
.what .title {
  font: 20px 'Arial';
  color: #363432;
  line-height: 26px;
  padding-top: 60px;
  display: block; }
.what .title span {
  color: #cd3539; }
.what .text {
  display: block;
  font: 20px 'Arial';
  color: #363432;
  margin-top: 8px; }
.what .btn {
  display: block;
  text-align: center;
  font: 22px 'Arial';
  color: white;
  height: 73px;
  width: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(PIE.html);
  background: url("../img/what/gr.jpg") top center;
  cursor: pointer;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  line-height: 73px;
  margin-top: 42px; }
.what .btn:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  filter: brightness(1.1); }
.what .bottom-title {
  font: 20px 'Arial';
  color: black;
  line-height: 25px;
  display: block;
  margin-top: 35px; }
.what .list {
  margin-top: 12px; }
.what .list .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 90px;
  height: 110px;
  background: url("../img/what/icon2.jpg") left top no-repeat; }
.what .list .icon span {
 margin-left: 90px;
 margin-top: 38px;
 position: absolute;
 text-transform: uppercase;
  }
.what .list .icon span a {
  border-bottom: 1px dashed #000000;
  color: #000000;
  text-decoration: none; }
.what .bonus {
  position: absolute;
  margin-top: 80px;
  margin-left: -30px;
  opacity: 0; }
.what .bonus .number {
  font: 52px 'Arial';
  color: white;
  padding-right: 60px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url("../img/what/percent.png") right 5px no-repeat; }
.what .bonus .bonus-text {
  font: 22px 'Arial';
  color: white;
  line-height: 24px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 35px; }

.differences {
  background: #f3f3f3;
  min-height: 745px; }
.differences h2 {
  display: block;
  text-align: center;
  font: 28px 'Helvetica-bold';
  color: black;
  padding-top: 67px; }
.differences .left, .differences .right {
  display: none;
  opacity: 0;
  width: 410px;
  float: left;
  margin-left: 60px;
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-bottom: 50px; }
.differences .left .item, .differences .right .item {
  padding-left: 105px;
  background: url("../img/differences/red.png") left top no-repeat;
  font: bold 22px/26px "Arial";
  line-height: 26px;
  color: black;
  height: 64px;
  margin-bottom: 50px; 
  
  }
.differences .left .item:last-child .item, .differences .right .item:last-child .item {
  margin-bottom: 0px !important; }
.differences .left .v-center, .differences .right .v-center {
  height: 60px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }
.differences .right { 
  width: 450px;
  float: left;
  margin-left: 0px;
  background: white; }
.differences .right .item {
  padding-left: 105px;
  background: url("../img/differences/green.png") left top no-repeat;
  margin-left: 65px;
  font: bold 22px/26px "Arial";
  line-height: 26px;
  color: black;
  height: 64px; }

.get {
  background: url("../img/get/bg.png") top center repeat-x !important;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  position: relative;
  height: 165px;
  line-height: 165px; }
.get .left {
  font: 27px 'Arial';
  color: white;
  display: block;
  padding-top: 65px; }
.get .btn {
  position: absolute;
  width: 200px;
  height: 80px;
  font: 24px 'Arial';
  line-height: 74px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(PIE.html);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  cursor: pointer;
  right: 0;
  top: 40px;
  font-weight: bold;
  color: white;
  background: url("../img/main/gr.png") top center repeat-x;
  background-size: 100% 100%;
  text-align: center; }
.get .btn:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  filter: brightness(1.1); }

.advantage {
  min-height: 627px;
 // height: 1017px;
  overflow: hidden;
  background: url("../img/advantage/bg.jpg") top center no-repeat; }
  
  .advantage2{
	    background: #f3f3f3 none repeat scroll 0 0;
   // background: rgba(0, 0, 0, 0) url("../img/advantage/bg.jpg") no-repeat scroll center top;
    min-height: 627px;
    overflow: hidden;
}
  
.advantage h2 {
  display: block; 
  text-align: center;
  font: 40px 'Arial';
  color: black;
  font-weight: bold;
  padding-top: 50px;
  //margin-bottom: 115px; 
  }
  
  .advantage2 h2 {
  display: block;
  text-align: center;
  font: 40px 'Arial';
  color: black;
  font-weight: bold;
  padding-top: 85px;
  margin-bottom: 115px; }
  
.advantage .list {
  width: 1000px;
  position: relative;
  margin-left: -40px; }
.advantage .list .item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 260px;
  //text-align: center;
  font: 22px 'Arial';
  font-weight: bold;
  line-height: 26px;
  margin-right: 71px;
  opacity: 0; }
.advantage .list .item:last-child {
  margin-right: 0px; }
.advantage .list .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px; }
.advantage .item-x {
  margin-left: 20px; }
.advantage .item-x2 {
  margin-left: 20px; }
  
  
  .advantage2 .list {
	  
  width: 1000px;
  position: relative;
  margin-left: -40px; }
.advantage2 .list .item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 280px;
  text-align: center;
  font: 17px 'Arial';
  font-weight: bold;
  line-height: 26px;
  margin-right: 71px;
  //opacity: 0;  
  }
  
  

  .advantage2 .list .item p {
  text-align: justify;
  font: 15px 'Arial';
  font-weight: normal;
  
  }
 
  
.advantage2 .list .item:last-child {
  margin-right: 0px; }
.advantage2 .list .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }
.advantage2 .item-x {
  margin-left: 20px; }
.advantage2 .item-x2 {
  margin-left: 20px; }
  
  
.advantage .btn {
  width: 300px;
  height: 85px;
  background: url("../img/main/gr.png") top center repeat-x;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  width: 395px;
  height: 81px;
  margin: 0 auto;
  text-align: center;
  font: 22px 'Arial';
  line-height: 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(PIE.html);
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 45px;
  color: white; }
.advantage .btn:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  filter: brightness(1.1); }
.advantage .move {
  padding-top: 40px;
  opacity: 0; }
.advantage .we {
  display: block;
  font: 40px 'Arial';
  font-weight: bold;
  text-align: center;
  margin-top: 100px; }
.advantage .we-text {
  display: block;
  text-align: center;
  font: 20px 'Arial';
  text-align: center;
  line-height: 26px;
  padding-top: 35px;
 // padding-bottom: 80px; 
  }

.map {
  -webkit-box-shadow: inset 0px 11px 34px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 11px 34px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 11px 34px 0px rgba(0, 0, 0, 0.75); }
.map .block {
  position: absolute;
  z-index: 100;
  text-align: center;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  height: 0px;
  font: 20px 'myriad2_proregular2';
  color: white;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  opacity: 0; }
.map .block .n {
  width: 389px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url("../img/map/map.png") top center no-repeat;
  height: 168px;
  padding-top: 45px; }
.map .block span {
  font: 20px 'myriad_prosemibold'; }
.map .block-active {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  opacity: 1 !important; }

footer {
  height: 210px;
  background: #f3f3f3 none repeat scroll 0 0;
  }
footer .left {
  position: absolute;
  left: 0;
  font: 15px 'Arial';
  font-weight: bold;
  color: #424242;
  top: 160px; }
footer .right {
  position: absolute;
  right: 0;
  top: 35px;
  font: 15px 'Arial';
  font-weight: bold;
  color: #424242;
  top: 160px; }
footer .right a {
  color: #424242; }

/* popups */
/* main popup */
.popup {
  visibility: hidden;
  opacity: 1;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  background: url(../img/opacity_bg.png); }

.popup_in {
  display: table;
  width: 100%;
  height: 100%; }

.popup_v {
  display: table-cell;
  vertical-align: middle; }

.popup_container {
  vertical-align: middle;
  background: white;
  width: 650px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  padding-top: 1px;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5); }
.popup_container .text {
  position: relative; }
.popup_container h2 {
  font: 28px 'intro_regular';
  text-transform: uppercase;
  color: #222222;
  font-weight: normal; }

.full-popup .popup_container {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1); }

.active-popup .popup_container {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1); }

.popup_close {
  display: block;
  position: absolute;
  top: 7px;
  width: 38px;
  height: 36px;
  right: 8px;
  margin-top: 0px;
  z-index: 20;
  background: url(../img/close.png) center center no-repeat; }

.popup_close_ {
  position: absolute;
  right: 10px;
  top: -40px;
  color: white;
  font: 14px 'officinaserifboldcregular'; }

.no-visible, .popup-no-visible {
  display: none; }

/* custom popups */
#callback .wpcf7-submit, #message .wpcf7-submit, #order .wpcf7-submit, #write .wpcf7-submit, #consult .wpcf7-submit, #req .wpcf7-submit, #price .wpcf7-submit, #message-price .wpcf7-submit, #consult .wpcf7-submit {
  border: none;
  background: url("../img/main/gr.png") top center repeat-x;
  background-size: 100% 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(PIE.html);
  width: 300px;
  height: 68px;
  font: 25px 'Arial';
  color: white;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  cursor: pointer;
  margin-top: 5px;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear; }
#callback .wpcf7-submit:hover, #message .wpcf7-submit:hover, #order .wpcf7-submit:hover, #write .wpcf7-submit:hover, #consult .wpcf7-submit:hover, #req .wpcf7-submit:hover, #price .wpcf7-submit:hover, #message-price .wpcf7-submit:hover, #consult .wpcf7-submit:hover {
  background: url("../img/main/gr_.png") top center repeat-x;
  background-size: 100% 100%; }
#callback .cnt, #message .cnt, #order .cnt, #write .cnt, #consult .cnt, #req .cnt, #price .cnt, #message-price .cnt, #consult .cnt {
  position: absolute;
  width: 100%; }
#callback .form, #message .form, #order .form, #write .form, #consult .form, #req .form, #price .form, #message-price .form, #consult .form {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(o); }
#callback .title, #message .title, #order .title, #write .title, #consult .title, #req .title, #price .title, #message-price .title, #consult .title {
  padding-top: 39px;
  padding-bottom: 35px;
  font: 43px 'Helvetica-bold';
  color: black;
  display: block;
  text-align: center; }
#callback .wpcf7-validation-errors, #message .wpcf7-validation-errors, #order .wpcf7-validation-errors, #write .wpcf7-validation-errors, #consult .wpcf7-validation-errors, #req .wpcf7-validation-errors, #price .wpcf7-validation-errors, #message-price .wpcf7-validation-errors, #consult .wpcf7-validation-errors {
  width: 100%;
  text-align: center;
  bottom: -18px; }
#callback .popup_container, #message .popup_container, #order .popup_container, #write .popup_container, #consult .popup_container, #req .popup_container, #price .popup_container, #message-price .popup_container, #consult .popup_container {
  width: 600px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(PIE.html); }
#callback .cnt, #message .cnt, #order .cnt, #write .cnt, #consult .cnt, #req .cnt, #price .cnt, #message-price .cnt, #consult .cnt {
  margin-top: -5px; }
#callback .bl, #message .bl, #order .bl, #write .bl, #consult .bl, #req .bl, #price .bl, #message-price .bl, #consult .bl {
  width: 350px;
  margin: 0 auto;
  text-align: center; }
#callback .center, #message .center, #order .center, #write .center, #consult .center, #req .center, #price .center, #message-price .center, #consult .center {
  width: 100%;
  text-align: center;
  bottom: 0; }
#callback .text, #message .text, #order .text, #write .text, #consult .text, #req .text, #price .text, #message-price .text, #consult .text {
  line-height: 18px;
  font: 15px 'Arial';
  color: black; }

#callback .ajax-loader, #order .ajax-loader, #req .ajax-loader, #price .ajax-loader, #consult .ajax-loader {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px; }
#callback .title-text, #order .title-text, #req .title-text, #price .title-text, #consult .title-text {
  display: block;
  text-align: center;
  opacity: 0.8;
  font: 17px 'Arial';
  color: black;
  margin-top: -25px; }
#callback .form, #order .form, #req .form, #price .form, #consult .form {
  margin-top: 25px; }
#callback .popup_container, #order .popup_container, #req .popup_container, #price .popup_container, #consult .popup_container {
  padding-bottom: 60px; }
#callback .cnt, #order .cnt, #req .cnt, #price .cnt, #consult .cnt {
  margin-top: 23px; }

#callback .popup_container {
  width: 760px; }
#callback .title {
  padding-top: 50px !important; }

#message .title, #message-price .title, #consult .title {
  font: 32px 'Helvetica-bold';
  color: black;
  padding-top: 70px; }
#message .title span, #message-price .title span, #consult .title span {
  color: #6c9d1f; }
#message .subtitle, #message-price .subtitle, #consult .subtitle {
  margin-top: -15px;
  display: block;
  font: 17px 'Arial';
  color: black;
  padding-bottom: 70px; }

/* end */
.body-overflow {
  overflow: hidden; }

.clear {
  clear: both; }

.float {
  float: left; }

body:after {
  display: none;
  content: url("../img/main/gr_.png"); }

textarea:focus, input:focus {
  outline: 0; }

/* v slider */
#carousel-1 {
  overflow: hidden;
  padding-bottom: 5px;
  width: 666px;
  height: 480px;
  margin-top: 60px;
  /* */
  /* */
  position: relative; }
#carousel-1 .items {
  position: absolute;
  width: 30000px;
  left: 0; }
#carousel-1 .item {
  width: 666px;
  height: 480px;
  margin-right: 0px;
  float: left;
  text-align: left;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear; }
#carousel-1 .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: default !important; }

#carousel-2 {
  overflow: hidden;
  padding-bottom: 5px;
  width: 675px;
  height: 75px;
  margin-top: 25px;
  /* */
  /* */
  position: relative; }
#carousel-2 .items {
  position: absolute;
  width: 30000px;
  left: 0; }
#carousel-2 .item {
  width: 93px;
  height: 74px;
  margin-right: 0px;
  float: left;
  text-align: left;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  margin-right: 17px;
  cursor: pointer; }
#carousel-2 .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: default !important; }

/* carousel inf */
#carousel1, #carousel2, #carousel3, #carousel4, #carousel5, #carousel6 {
  width: 100%;
  height: 500px;
  overflow: hidden; }

.slides {
  overflow: hidden;
  /* fix ie overflow issue */
  position: relative;
  width: 30000px;
  height: 2500px; }
.slides .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.slides ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
.slides li {
  padding-right: 0px;
  float: left;
  padding-right: 10px;
  background: transparent !important; }
.slides .item {
  width: 600px;
  height: 500px;
  cursor: pointer;
  opacity: 1;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  color: white; }
.slides .item span {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }
.slides .item .title {
  opacity: 0;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
.slides .active .item {
  color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.slides .active .title {
  opacity: 1 !important; }
.slides .active span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.carousel-items-dot-2, .carousel-items-dot-2, .carousel-items-dot-3 {
  display: none; }

/* Reveal Modals */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 250px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f7f9;
  position: absolute;
  z-index: 1001;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(13, 30, 74, 0.75), 0px -10px 30px 0px rgba(13, 30, 74, 0.75);
  -moz-box-shadow: 0px 10px 30px 0px rgba(13, 30, 74, 0.75), 0px -10px 30px 0px rgba(13, 30, 74, 0.75);
  box-shadow: 0px 10px 30px 0px rgba(13, 30, 74, 0.75), 0px -10px 30px 0px rgba(13, 30, 74, 0.75); }

.reveal-modal .cl {
  position: absolute;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-top: -110px; }
.reveal-modal .cl .cl_ {
  width: 938px;
  margin: 0 auto;
  position: relative; }

.reveal-modal .close-reveal-modal {
  width: 48px;
  height: 55px;
  position: absolute;
  right: 0;
  background: url("../img/close.png") top center no-repeat;
  cursor: pointer;
  margin-top: 50px; }

.mov {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px; }

.video-container {
  height: 600px; }
.video-container iframe {
  height: 600px;
  border: none; }
  
  .popup_container1{
	  width:900px; 
	   background: white none repeat scroll 0 0;
    color: #000;
    margin: 0 auto;
    padding-top: 1px;
    position: relative;
    text-align: center;
    transform: scale(0.5);
    transition: transform 0.3s ease-in 0s;
    vertical-align: middle;
  }
  
    .popup_container1 .form .text .title{
		font-size: 43px !important; 
	}
	
	.popup_container1 .form .text .subtitle{ 
		font-size: 30px !important;
	}
	
	.footer-сenter{
		 color: #424242;
    font: bold 15px "Arial";
	text-align: center;
	width: 100%;
    //left: 40%;
    position: absolute;
    top: 40px;
		
	}
	.footer-сenter2{
		 color: #424242;
    font: bold 15px "Arial";
	text-align: center;
	width: 100%;
    //left: 40%;
    position: absolute;
    top: 160px;  
		
	}
	
	.we-text{
		text-align: justify !important;
		height: auto !important;
		overflow: auto  !important;
	}
	
	.we-img{
		float: left;
		padding-top: 25px;
		cursor: pointer;
	
	}
	.we-text ul li {
    width:300px;  
	}
	.we-text ul {
    width:300px;   
	}
	
	.graf{
	 text-align: center;
	font-weight: bold;
	 display: block;
	 padding-bottom: 30px;
	 padding-top:40px;
	 font-size: 25px;
	}
	.what .list{
		margin-left: 70px;
	} 
	
	.rot{
	font-weight: normal;
	text-align: left !important;
	}
	
	.list .item .rot{
	color: black;
    font-weight: bold;
    text-align: left !important;
	}
	
.rot0 {
    color: #83b439;
    margin-left: 30%;
    width: 100px;
}
.book{
	 left: -50px;
    position: absolute;
    top: 8px;
}
.popup-gallery img{
	 border: 2px solid red;
}

.mfp-figure img{
	height: 300px !important; 
}
