/*------------------------------------- adbus   -------------------*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PFDinTextCondPro-Regular";
  src: url("fonts/PFDinTextCondPro-Regular.eot");
  src: url("fonts/PFDinTextCondPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PFDinTextCondPro-Regular.woff") format("woff"),
    url("fonts/PFDinTextCondPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PFDinTextCondPro-Medium";
  src: url("fonts/PFDinTextCondPro-Medium.eot");
  src: url("fonts/PFDinTextCondPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PFDinTextCondPro-Medium.woff") format("woff"),
    url("fonts/PFDinTextCondPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "PFDinTextCondPro-Italic";
  src: url("fonts/PFDinTextCondPro-Italic.eot");
  src: url("fonts/PFDinTextCondPro-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PFDinTextCondPro-Italic.woff") format("woff"),
    url("fonts/PFDinTextCondPro-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "PFDinTextCondPro-Light";
  src: url("fonts/PFDinTextCondPro-Light.eot");
  src: url("fonts/PFDinTextCondPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PFDinTextCondPro-Light.woff") format("woff"),
    url("fonts/PFDinTextCondPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "PFDinTextCondPro-LightItal";
  src: url("fonts/PFDinTextCondPro-LightItal.eot");
  src: url("fonts/PFDinTextCondPro-LightItal.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PFDinTextCondPro-LightItal.woff") format("woff"),
    url("fonts/PFDinTextCondPro-LightItal.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 22px;
  min-width: 1150px;
  height: 100%;
  background: #fff;
  font-family: PFDinTextCondPro-Regular;
  color: #000;
}

em {
  font-family: PFDinTextCondPro-Italic;
}
a {
  cursor: pointer;
  border: none;
}
a:focus {
  border: none;
  outline: none;
}
a:hover {
  outline: none;
}
a:active {
  border: none;
  outline: none;
}
a img {
  border: none;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PFDinTextCondPro-Medium;
}

h1 {
}
h2 {
  font-size: 47px;
  text-align: center;
  color: #222222;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: PFDinTextCondPro-Regular;
}
h3 {
  font-size: 22px;

  text-transform: uppercase;
}
h4 {
}
h5 {
}
h6 {
}

p {
  line-height: 24px;
}
strong {
  font-family: PFDinTextCondPro-Medium;
  font-weight: normal;
}
img {
  border: none;
}
ul {
  list-style: none;
  padding: 0;
}

.center {
  width: 960px;
  margin: 0 auto;
}

.background {
  width: 100%;
  position: absolute;
  top: 0;
}
.background img {
  width: 100%;
}
.batton {
  background: url(images/batton.png) no-repeat center top;
  width: 763px;
  height: 87px;
  font-size: 30px;
  font-family: PFDinTextCondPro-Medium;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 23px;
  padding-top: 42px;
  text-shadow: 1px 1px 1px #000;
  margin: 0 auto;
}
.batton:hover {
  opacity: 0.9;
}
/*--------------------------------------------------------------------------------- site      -------------------*/

/*------------------------------------- header   -------------------*/
.header {
  height: 915px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header .center {
  position: relative;
  padding-top: 157px;
}
.header_bg {
  height: 914px;
  background: url(images/header_bg.jpg) no-repeat top center;
  overflow: hidden;
  text-align: center;
}
.header_bg img {
  height: 1322px;
  width: 1600px;
  margin: 0 auto;
}
.logo {
  background: url(images/logo.png) no-repeat top center;
  width: 270px;
  height: 147px;
  position: absolute;
  left: -90px;
  top: 22px;
}
.phone {
  color: #fff;
  position: absolute;
  right: 0;
  top: 23px;
  font-size: 35px;
  letter-spacing: 1px;
}

a.play {
  background: url(images/play.png) no-repeat top center;
  width: 149px;

  height: 148px;
  display: block;
  margin: 0px auto 213px;
}
a.play:hover {
  opacity: 0.9;
}
p.play2 {
  background: url(images/play2.png) no-repeat top center;
  width: 899px;
  color: #24425e;
  font-size: 35px;
  height: 146px;
  display: block;
  margin: 1px auto 79px;
  text-align: center;
  text-decoration: none;
  padding-top: 31px;
}
.header .batton {
}
/*/----------------------------------------------------- about -------------------------------------------------/*/
.management {
  background: url(images/management_bg.png) repeat-x top center;
  margin-top: -10px;
  position: relative;
}
.management .center {
  background: url(images/management.png) no-repeat top center;
  height: 488px;
  padding: 47px 94px 0;
}
.management .item_link {
  position: absolute;
  bottom: -69px;
  width: 100%;
}
.management .batton {
}
.management h2 {
}
.management ul {
  float: right;
  padding-top: 233px;
}
.management ul li {
  color: #5a5a5a;
  font-size: 28px;
}

/*/--------------------------------------------------------------------------------------------------------/*/

.reporting {
  background: url(images/reporting.png) repeat top center;
  padding: 77px 0 42px;
}
.reporting .center {
  width: 960px;
}
.reporting h2 {
  color: #fff;
  padding-bottom: 34px;
}
.reporting_header {
  width: 990px;
  height: 60px;
}
.reporting_header a {
  float: left;
  margin-right: 6px;
  background: #fdc530;
  font-family: PFDinTextCondPro-Medium;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 22px;
  color: #292929;
}
.reporting_header a:hover {
  background: #158096;
  color: #fff;
}
.reporting_header a.active {
  background: #158096;
  color: #fff;
}
.reporting_body {
  padding-bottom: 40px;
  background: url(images/shadov.png) no-repeat bottom center;
}
.reporting_body_block {
  border-bottom: 10px solid #fdc530;
  height: 358px;
  overflow: hidden;
  position: relative;
  width: 958px;
  background: #fff;
}
.reporting_iten {
  position: absolute;
  top: 0;
  left: 0;
}
.reporting_iten img {
  width: 954px;
}
/*/-------------------------------------------------------------------------------------------------/*/

.geo {
  background: url(images/geo.png) repeat-x top center;
  margin-top: -10px;
  height: 913px;
}
.geo .center {
  padding-top: 26px;
}
.geo h2 {
  padding-bottom: 25px;
}

.geo_text {
  height: 140px;
  margin: 20px 0 0 0;
  width: 980px;
}
.geo_text div {
  float: left;
  width: 290px;
  background: #fff;
  height: 120px;
  margin-right: 14px;
  padding: 10px;
}
.geo_text div p {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.slider {
  margin: 0 auto;
  width: 940px;
  height: 569px;
  padding: 0px 0 0;
  border: 10px solid #579fb2;
  position: relative;
}
a.arrow {
  background: url("images/arows.png") no-repeat scroll 0 0 transparent;
  height: 70px;
  margin-top: 128px;
  width: 47px;
  position: absolute;
  z-index: 2;
}
a.next {
  background-position: right top;
  float: right;
  right: 10px;
}
a.prev {
  background-position: left top;
  float: left;
  left: 10px;
}
a.next:hover {
  background-position: right bottom;
}
a.prev:hover {
  background-position: left bottom;
}
.slider .carousel {
  margin: 0 auto;
}
.slider .carousel ul {
  margin: 0;
  padding: 0;
}
.slider .carousel ul li {
  display: block;
  float: left;
  height: 569px;
  padding: 0;
  width: 940px;
}
.slider .carousel ul li img {
  height: 570px;
  padding: 0;
  width: 940px;
}

/*/--------------------------------------------------------------------------------------------------------------/*/
.video {
  background: url(images/video.png) repeat-x top center;
  margin-top: -10px;
  height: 755px;
  padding: 29px 0 0 0;
  position: relative;
}
.video_label {
  background: url(images/video_label.png) no-repeat top center;
  width: 156px;
  height: 168px;
  float: left;
  margin-left: -95px;
  position: absolute;
}

.video .center {
  color: #fff;
  position: relative;
}
.video h2 {
  color: #fff;
  padding-bottom: 24px;
}
.video strong {
  background: #eab569;
  font-size: 35px;
  text-shadow: 1px 1px 1px #383232;
  padding: 0 26px 8px;
  width: 806px;
  margin: 0 auto;
  display: block;
}
.video p {
  font-size: 30px;
  text-shadow: 1px 1px 1px #383232;
  text-align: center;
  line-height: 32px;
  margin: 43px 0;
}
.video em {
  font-size: 25px;
  color: #face57;
  text-shadow: 1px 1px 1px #383232;
  display: block;
  text-align: center;
  line-height: 54px;
}

.video_block {
  height: 155px;
  width: 972px;
  margin: 10px 0 62px;
}
.video_block a {
  float: left;
  position: relative;
  margin-right: 10px;
  border: 5px solid #f1f1f1;
}
.video_block a img {
}
.video_block a span {
  background: url(images/video_play.png) no-repeat top center;
  width: 46px;
  height: 46px;
  display: none;
  position: absolute;
  top: 53px;
  left: 83px;
}
.video_block a:hover span {
  display: block;
}
.video .item_link {
}
.video .item_link a {
  background: url(images/batton2.png) no-repeat top center;
  color: #3e3e3e;
  text-shadow: 1px 1px 1px #fff;
  padding: 37px 0 0 0;
}

/*/----------------------------------------------------------------------------------------------/*/
.placement {
  background: url(images/geo.png) repeat-x top center;
  margin-top: -10px;
  height: 617px;
}
.placement .center {
  background: url(images/placement.png) no-repeat top center;
  height: 579px;
  text-align: center;
  padding: 38px 81px 0;
}
.placement h2 {
  padding-bottom: 30px;
}
.placement strong {
  color: #787878;
  font-size: 28px;
  line-height: 37px;
}
.placement p {
  margin: 0;
  color: #787878;
}

/*/----------------------------------------------------------------------------------------------------/*/

.production {
  background: url(images/production.png) repeat-x top center;
  height: 792px;
  margin-top: -10px;
}
.production h2 {
  color: #fff;
  padding: 37px;
}
.production .center {
}
.production_body {
  background: #fff;
  padding: 10px;
  height: 413px;
}
.production_item {
  position: absolute;
  width: 940px;
  height: 413px;
}
.production_item img {
}
.production_item_text {
  background: #fff;
  border: 2px solid #d3d3d3;
  box-shadow: 6px 7px 7px #535353;
  position: absolute;
  padding: 17px;
  top: 36px;
  right: 15px;
  width: 360px;
  min-height: 150px;
}
.production_item_text h5 {
  font-size: 20px;
  color: #158096;
  text-transform: uppercase;
  font-family: PFDinTextCondPro-Regular;
  margin: 0;
}
.production_item_text p {
  margin: 5px 0;
  font-size: 19px;
  line-height: 20px;
}

.production_fotter {
  padding-bottom: 40px;
  background: url(images/shadov.png) no-repeat bottom center;
  height: 90px;
}
.production_fotter a {
  font-family: PFDinTextCondPro-Light;
  background: url(images/production_fotter.png) repeat top center;
  float: left;
  height: 90px;
  width: 320px;
  line-height: 90px;
  text-align: center;
  font-size: 37px;
  color: #085565;
  text-decoration: none;
}
.production_fotter a:hover {
  background: url(images/production_fotter_h.png) repeat top center;
  color: #fff;
}
.production_fotter a.active {
  background: url(images/production_fotter_h.png) repeat top center;
  color: #fff;
}
a.download {
  background: url(images/download.png) no-repeat left center;
  padding-left: 37px;
  color: #fff;
  text-decoration: none;
  margin: 32px auto 0;
  display: block;
  width: 557px;
}
a.download em {
  border-bottom: 1px dashed #fff;
}
a.download:hover {
}
a.download:hover em {
  border: none;
}

/*/--------------------------------------------------------------------------------------------------------/*/

.review {
  background: url(images/geo.png) repeat-x top center;
  margin-top: -10px;
}
.review h2 {
  line-height: 110px;
  padding-top: 20px;
}
.review .center {
}

.review .slider {
  border: none;
  width: 960px;
}
.review .slider .carousel {
  margin-left: -9px;
}
.review .slider ul {
}
.review .slider ul li {
  width: 980px;
  height: auto;
}

.review a.arrow {
  background: url("images/arows.png") no-repeat scroll 0 0 transparent;
  height: 70px;
  margin-top: 239px;
  width: 47px;
  position: absolute;
  z-index: 2;
}
.review a.next {
  background-position: right top;
  float: right;
  right: -100px;
}
.review a.prev {
  background-position: left top;
  float: left;
  left: -100px;
}

.item_review {
  width: 462px;
  float: left;
  margin: 20px 14px;
}
.item_review .name {
  font-size: 19px;
  color: #837c6b;
  margin: 0;
  padding-left: 115px;
  font-family: PFDinTextCondPro-Light;
  line-height: 20px;
  padding-bottom: 7px;
}
.item_review .name span {
  text-transform: uppercase;
  color: #000;
  font-family: PFDinTextCondPro-Regular;
}

.review_data {
  background: url(images/review_data.png) no-repeat top right;
  width: 462px;
}
.review .slider .carousel ul li .review_data img {
  width: 138px;
  height: 138px;
  float: left;
}
.review_data_text {
  height: 125px;
  margin-left: 150px;
  padding: 20px 8px;
  color: #837c6b;
  font-size: 22px;
}
.review_data_text p {
  font-style: italic;
  color: #837c6b;
  margin: 0;
  font-family: PFDinTextCondPro-LightItal;
}

/*/---------------------------------------------------------- order -------------------------------------------------/*/
.order {
  background: url(images/production.png) repeat-x top center;
  height: 652px;
  margin-top: -10px;
}

.order h2 {
  color: #fff;
  line-height: 150px;
}
.order_form {
  background-size: 604px 440px !important;
  width: 604px;
  background: url(images/order_form.png) no-repeat center top;
  height: 440px;
  margin: 0 auto;
}
.order_form form {
  padding: 51px 40px 0;
}
.order_form form label {
  display: block;
  padding-bottom: 13px;
  position: relative;
  height: 44px;
}
.order_form form label b {
  font-weight: normal;
  color: #f00;
  font-family: Arial;
  font-size: 12px;
  position: absolute;
  width: 500px;
  left: 248px;
  bottom: 3px;
  display: none;
}
.order_form form label span {
  font-size: 22px;
  float: left;
  line-height: 40px;
  width: 202px;
  text-align: right;
  color: #fff;
}
.order_form form label input {
  width: 219px;
  padding: 7px 5px 6px 49px;
  font-size: 23px;
  color: #d77900;
  border: none;
  background: none;
  margin-left: 8px;
}

.submit {
  background: url(images/submit.png) no-repeat center top;
  width: 511px;
  height: 99px;
  display: block;
  cursor: pointer;
  border: none;
  font-family: PFDinTextCondPro-Medium;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #3e3e3e;
  font-size: 24px;
  margin-top: 15px;
  margin-left: 25px;
}
.submit:hover {
  opacity: 0.9;
}
input:focus {
  outline: none;
}

.konf {
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin-top: -10px;
  text-align: center;
  margin-bottom: 7px;
}
.konf em {
  color: #ccebfc;
  border-bottom: 1px dashed #ccebfc;
}
.konf:hover em {
  border: none;
}
.cons {
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin-top: -10px;
  text-align: center;
}
.cons em {
  color: #ccebfc;
  border-bottom: 1px dashed #ccebfc;
}
.cons:hover em {
  border: none;
}
/*/--------------------------------------------------------- order  END ----------------------------------------------------------------------/*/
#footer {
  background: #fff;
}
.footer {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 51px;
}

.footer p {
  color: #35464a;
  font-size: 22px;
}

.coppi {
  float: left;
  width: 181px;
}
.coppi p {
}
.cont {
  float: left;
  width: 413px;
}
.cont p {
}

.dev {
  background: url(images/dev.png) no-repeat left center;
  float: right;
  height: 57px;
  padding-left: 21px;
  margin-top: 14px;
}
.dev a {
  text-decoration: underline;
  color: #35464a;
  font-size: 19px;
  line-height: 57px;
}
.dev a:hover {
  text-decoration: none;
  border: none;
}

/*/-----------------------------------------------------------------------------------------------------/*/

.calculator {
  background: url(images/calculator.jpg) no-repeat top center;
  height: 780px;
}

.calculator .center {
  width: 1077px;
}
.calculator h2 {
  color: #2a7379;
  line-height: 128px;
}
.calc {
  background: url(images/calc.png) no-repeat top center;
  width: 1077px;
  height: 562px;
  position: relative;
}
.calc form {
  padding-top: 160px;
  position: relative;
}
.no_redact {
  position: absolute;
  width: 208px;
  right: 0;
  top: 0;
  height: 500px;
}
.data_c {
  font-size: 17px;
  margin: 0;
  color: #fff;
  padding-left: 52px;
}

.filter_item {
  padding-bottom: 30px;
  overflow: hidden;
  width: 914px;
  margin: 0 auto;
}
.filter_item p {
  font-size: 23px;
  font-weight: normal;
  float: left;
  padding-top: 0px;
  color: #158096;
  text-align: right;
  width: 351px;
  margin: 0;
  line-height: 33px;
  padding-right: 43px;
}

.filter_scrol {
  padding-bottom: 15px;
  float: left;
}
.filter_scrol input {
  width: 85px;
  height: 38px;
  border: none;
  color: #e49535;
  font-size: 20px;
  text-align: center;
  background: url("images/filter_scrol_input.png") no-repeat scroll center top
    transparent;
  font-family: PFDinTextCondPro-Medium;
}
#slider-range-max a,
#slider-range-max2 a,
#slider-range-max3 a {
  cursor: pointer;
}
#slider-range-max {
  height: 11px;
  background: #ffa500;
  position: relative;
  border-bottom: 1px solid #deba71;
  float: left;
  width: 366px;
  border-radius: 6px;
  margin-right: 28px;

  margin-top: 12px;
  border-top: 1px solid #d6d3cd;
}

#slider-range-max2 {
  height: 11px;
  background: #ffa500;
  position: relative;
  border-bottom: 1px solid #deba71;
  float: left;
  width: 366px;
  border-radius: 6px;
  margin-right: 28px;
  margin-top: 11px;
  border-top: 1px solid #d6d3cd;
}

#slider-range-max div {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #edeae4;
  height: 10px;
  right: 0;
  border-radius: 8px;
  border-top: 1px solid #d9d7d1;
  border-bottom: 2px solid #fff;
}
#slider-range-max a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  background: url("images/range.png") no-repeat scroll center top transparent;
  top: -14px;
  margin-left: -20px;
  border: none;
  outline: none;
}

#slider-range-max2 div {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #edeae4;
  height: 10px;
  right: 0;
  border-radius: 8px;
  border-top: 1px solid #d9d7d1;
  border-bottom: 2px solid #fff;
}
#slider-range-max2 a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  background: url("images/range.png") no-repeat scroll center top transparent;
  top: -14px;
  margin-left: -20px;
  border: none;
  outline: none;
}
#slider-range-max3 div {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #edeae4;
  height: 10px;
  right: 0;
  border-radius: 8px;
  border-top: 1px solid #d9d7d1;
  border-bottom: 2px solid #fff;
}
#slider-range-max3 a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 5;
  background: url("images/range.png") no-repeat scroll center top transparent;
  top: -14px;
  margin-left: -20px;
  border: none;
  outline: none;
}
#slider-range-max3 {
  height: 11px;
  background: #ffa500;
  position: relative;
  border-bottom: 1px solid #deba71;
  float: left;
  width: 366px;
  border-radius: 6px;
  margin-right: 28px;

  margin-top: 12px;
  border-top: 1px solid #d6d3cd;
}

.summa {
  color: #3f8390;
  font-size: 69px;
  width: 306px;
  position: absolute;
  bottom: 0;
  right: 387px;
  text-align: right;
  line-height: 48px;
  margin: 0 0 42px;
  font-family: PFDinTextCondPro-Medium;
  background: url("images/rouble.png") no-repeat scroll bottom right transparent;
  padding-right: 38px;
}

/*/*-----------------------------------------------------------------------------------------------------------/*/
.pop_up,
.pop_up_consent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.pop_up_fon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.pop_up_block {
  position: absolute;
  z-index: 2;
  top: -1500px;
  width: 100%;
}

.iside {
  width: 700px;
  margin: 0px auto;
  color: #000;
  background: #f5f5f5;
  padding: 10px 5px 36px;
  border: 2px solid rgb(182, 178, 178);
  border-radius: 9px;
}
.pop_up_block h2 {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
}
.pop_text {
  background: #fff;
  padding: 0 10px;
  border: 1px solid rgb(184, 182, 182);
  height: 350px;
  overflow: auto;
}
.pop_text p {
}

a.close {
  margin: 5px 10px;
  color: #000;
  float: right;
}
a.close:hover {
  text-decoration: none;
}

.pop_up2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.pop_up_fon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.pop_up_block2 {
  position: absolute;
  z-index: 2;
  top: 60px;
  width: 100%;
}
.iside2 {
  width: 700px;
  margin: 0px auto;
  color: #000;
  background: #f5f5f5;
  padding: 10px 5px 36px;
  border: 2px solid rgb(182, 178, 178);
  border-radius: 9px;
}
.pop_text2 {
  background: #fff;
  padding: 0 0px;
  border: 1px solid rgb(184, 182, 182);
}
.pop_text2 div {
  display: none;
}
a.close2 {
  margin: 5px 10px;
  color: #000;
  float: right;
}
a.close2:hover {
  text-decoration: none;
}

.sotials {
  padding: 21px 44px 0 21px;
  float: left;
}

/*Popup video*/

/*  Modal Window*/
#box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../images/lightbox_bg.png) top left repeat;
}

.popup {
  width: 700px;
  margin: 10% auto 0 auto;
}

#close_popup {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  z-index: 999999999999999;
}

.promotion-video {
  width: 700px;
  position: relative;
}
