@charset "UTF-8";
/* Конфигурация сайта */
@font-face {
  font-family: 'PTSansRegular';
  src: url("/media/application/fonts/pt_sans-regular-webfont.eot");
  src: local("☺"), url("/media/application/fonts/pt_sans-regular-webfont.woff") format("woff"), url("/media/application/fonts/pt_sans-regular-webfont.ttf") format("truetype"), url("/media/application/fonts/pt_sans-regular-webfont.svg#webfontXXmgsOEo") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PTSansRegular';
  src: url("/media/application/fonts/pt_sans-web-bold-webfont.eot");
  src: local("☺"), url("/media/application/fonts/pt_sans-web-bold-webfont.woff") format("woff"), url("/media/application/fonts/pt_sans-web-bold-webfont.ttf") format("truetype"), url("/media/application/fonts/pt_sans-web-bold-webfont.svg#webfontXXmgsOEo") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'PTSansNarrow';
  src: url("/media/application/fonts/pt_sans-narrow-webfont.eot");
  src: local("☺"), url("/media/application/fonts/pt_sans-narrow-webfont.woff") format("woff"), url("/media/application/fonts/pt_sans-narrow-webfont.ttf") format("truetype"), url("/media/application/fonts/pt_sans-narrow-webfont.svg#webfontXXmgsOEo") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PTSansNarrow';
  src: url("/media/application/fonts/pt_sans-narrow-webfont.eot");
  src: local("☺"), url("/media/application/fonts/pt_sans-narrowbold-webfont.woff") format("woff"), url("/media/application/fonts/pt_sans-narrowbold-webfont.ttf") format("truetype"), url("/media/application/fonts/pt_sans-narrowbold-webfont.svg#webfontXXmgsOEo") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Шаблон, ообщие стили */
html {
  height: 100%; }

body {
  background: #fff url("/media/application/images/top_pic.jpg") 50% 0 no-repeat;
  font-family: "PTSansRegular", Tahoma, Verdana, Segoe, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  height: 100%; }

a {
  color: #e3001c;
  text-decoration: underline; }
  a:hover {
    color: #e3001c;
    text-decoration: none; }

.wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 0 -138px; }

.container {
  width: 1010px !important; }

.work-item-form {
  display: none;
  width: 100%;
  background: #333333;
  height: 430px;
}

.work-item-form  textarea.form_text {
  height: 120px;
}

.work-item-form  submit.form_btn {
  margin-top: 0px;
}

header {
  height: 214px;
  position: relative; }
  header .logo {
    margin: 0 auto;
    width: 303px;
    padding: 20px 0 0; }
  header .role {
    position: absolute;
    top: 80px;
    left: 0;
    font-size: 22px;
    text-transform: uppercase; }
  header .phones_top {
    position: absolute;
    top: 88px;
    right: 0;
    font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 36px;
    text-align: right;
    line-height: 25px; }
    header .phones_top a {
      color: #e3001c;
      font-family: "PTSansRegular", Tahoma, Verdana, Segoe, sans-serif;
      font-size: 19px; }
      header .phones_top a img {
        margin-right: 10px; }

.billboard {
  padding: 104px 0 0;
  margin: 0 0 138px;
  height: 573px; }
  .billboard .billboard_title {
    padding: 22px 0 0; }
  .billboard .info {
    font-size: 22px;
    text-shadow: 1px 1px 0 #e1e2ed;
    padding: 0 0 0 20px;
    border-left: 4px solid #e3001c;
    font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
    margin: 70px 0 0 0; }

.yellow_text {
  font-size: 42px;
  font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffcc00;
  display: inline-block;
  text-shadow: 1px 1px 0 #fff;
  line-height: 26px;
  padding: 14px 5px 7px;
  margin-bottom: 4px; }

.black_title {
  color: #000;
  text-align: center; }
  .black_title h2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 66px;
    font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
    padding: 0 50px;
    font-weight: bold;
    background: url("/media/application/images/zigzag_grey.png") 0 100% repeat-x; }
    .black_title h2 span {
      color: #9f9f9f;
      font-size: 36px;
      font-weight: normal;
      display: block; }
  .black_title.full_title {
    margin: 30px 0 40px; }
    .black_title.full_title h2 {
      display: block; }

.contact_form {
  background: #333;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 25px; }
  .contact_form .form_phone {
    font-size: 25px;
    font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
    margin: 0 0 15px; }
  .contact_form h2 {
    color: #ffcc00;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px; }
  .contact_form .contact_form_note {
    margin: 0 0 20px 0; }
  .contact_form .form_text {
    width: 100%;
    border: 1px solid #b1b1b1;
    background: #fff;
    height: 36px;
    line-height: 39px;
    margin: 0 0 10px;
    color: #727272;
    font-size: 15px;
    padding: 0 38px 0 12px; }
    .contact_form .form_text.name {
      background: #fff url("/media/application/images/name_icon.png") 95% 50% no-repeat; }
    .contact_form .form_text.phone {
      background: #fff url("/media/application/images/phone_icon.png") 95% 50% no-repeat; }
    .contact_form .form_text.email {
      background: #fff url("/media/application/images/email_icon.png") 95% 50% no-repeat; }
    .contact_form .form_text:focus {
      border-color: #000;
      color: #000; }
  .contact_form .form_btn {
    width: 100%;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    color: #000;
    line-height: 43px;
    text-shadow: 1px 1px 0 #ffe26a;
    margin: 20px 0 0;
    box-shadow: #000 2px 2px 3px;
    background: #FFC900;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC900), to(#e33d00));
    background: -webkit-linear-gradient(#FFC900, #e33d00);
    background: -moz-linear-gradient(#FFC900, #e33d00);
    background: -ms-linear-gradient(#FFC900, #e33d00);
    background: -o-linear-gradient(#FFC900, #e33d00);
    background: linear-gradient(#FFC900, #e33d00); }

.why_block {
  padding: 33px 0 0;
  text-align: center;
  color: #727272;
  font-size: 25px;
  font-family: "PTSansRegular", Tahoma, Verdana, Segoe, sans-serif;
  font-weight: bold; }
  .why_block .first_why {
    display: block;
    color: #e3001c;
    font-size: 69px;
    margin: 40px 0 0;
    line-height: 60px; }
  .why_block .num_500 {
    font-size: 45px; }
  .why_block .last_words {
    color: #e3001c;
    font-size: 48px;
    text-transform: uppercase; }

.why_answer {
  font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 0 30px; }
  .why_answer h3 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase; }
  .why_answer .answer_text {
    padding: 10px 0 0;
    color: #727272; }

.our_works .works_dots {
  text-align: center;
  margin: 0 0 40px; }
  .our_works .works_dots li {
    display: inline-block;
    color: #000;
    text-decoration: none;
    line-height: 29px;
    font-size: 25px;
    font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
    padding: 4px 20px 0 27px;
    cursor: pointer;
    margin-bottom: 4px;
    background: url("/media/application/images/dots_list.png") 11px 50% no-repeat; }
    .our_works .works_dots li a {
      text-decoration: none;
      color: #000;
      outline: none; }
    .our_works .works_dots li.active {
      background: #ffcc00 url("/media/application/images/dots_list_active.png") 11px 50% no-repeat;
      border-radius: 15px; }
.our_works .works_slider_wrap {
  background: url("/media/application/images/slider_bg.jpg") 50% 0 no-repeat;
  height: 430px; }
  .our_works .works_slider_wrap .works_slider {
    width: 980px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0; }
    .our_works .works_slider_wrap .works_slider.active {
      visibility: visible;
      opacity: 1; }
    .our_works .works_slider_wrap .works_slider .work_item {
      position: relative; }
      .our_works .works_slider_wrap .works_slider .work_item .work_text {
        position: absolute;
        top: 0;
        left: 2px;
        width: 286px;
        vertical-align: top;
        background: #ffcc00;
        border-right: 5px solid #fff;
        border-left: 2px solid #fff;
        padding: 35px 25px 0 30px;
        color: #383838;
        height: 100%; }
        .our_works .works_slider_wrap .works_slider .work_item .work_text h3 {
          color: #000;
          text-transform: uppercase;
          font-size: 25px;
          text-align: center;
          margin-bottom: 15px; }
        .our_works .works_slider_wrap .works_slider .work_item .work_text .order_work {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #e3001c;
          color: #fff;
          text-decoration: none;
          padding: 10px 0 10px 60px;
          font-size: 25px;
          text-align: center;
          height: 60px;
          line-height: 46px; }
          .our_works .works_slider_wrap .works_slider .work_item .work_text .order_work:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: #000 url("/media/application/images/cart_icon.png") 50% 50% no-repeat;
            height: 60px;
            width: 60px; }
      .our_works .works_slider_wrap .works_slider .work_item .work_image {
        width: 686px;
        margin-left: 290px;
        vertical-align: top;
        border-right: 3px solid #fff; }
        .our_works .works_slider_wrap .works_slider .work_item .work_image .owl-prev {
          left: 10px; }
        .our_works .works_slider_wrap .works_slider .work_item .work_image .owl-next {
          right: 10px; }

.owl-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  background: url("/media/application/images/partners_arrow_prev.png") 0 0 no-repeat;
  width: 21px;
  height: 31px;
  z-index: 1; }

.owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  background: url("/media/application/images/partners_arrow_next.png") 0 0 no-repeat;
  width: 21px;
  height: 31px;
  z-index: 1; }

.with_us {
  padding: 80px 0 75px; }
  .with_us .with_us_slider {
    position: relative;
    margin: 40px 30px 0; }
    .with_us .with_us_slider .owl-item {
      border: 3px solid #b7b7b7; }

.application_block {
  background: url("/media/application/images/mid_pic.jpg") 50% 0 no-repeat;
  height: 464px; }
  .application_block .application_left {
    float: left;
    width: 535px;
    padding: 155px 0 0; }
  .application_block .application_right {
    float: right;
    width: 305px;
    padding: 32px 0 0; }

.work_scheme {
  background-image: url("/media/application/images/scheme_pic.jpg"), url("/media/application/images/scheme_bg.jpg");
  background-repeat: no-repeat, repeat;
  background-position: 50% 0, 0 0;
  padding: 50px 0 60px; }
  .work_scheme .scheme_title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px; }
    .work_scheme .scheme_title h2 {
      display: inline-block;
      background: url("/media/application/images/zigzag_white.png") 0 100% repeat-x;
      color: #ffcc00;
      font-size: 66px;
      font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
      padding: 0 50px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #000; }
  .work_scheme .scheme_block {
    background: url("/media/application/images/scheme_arrows.png") 0 100% no-repeat;
    min-height: 603px;
    position: relative; }
    .work_scheme .scheme_block .scheme_step {
      color: #fff;
      font-size: 25px;
      text-align: center;
      position: relative;
      height: 226px; }
      .work_scheme .scheme_block .scheme_step a {
        color: #ffcc00; }
      .work_scheme .scheme_block .scheme_step img {
        margin-bottom: 15px; }
      .work_scheme .scheme_block .scheme_step:after {
        content: "";
        background: #4d4d4d;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        border: 5px solid #fff;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -13px; }
      .work_scheme .scheme_block .scheme_step.first_row {
        margin-bottom: 139px; }
    .work_scheme .scheme_block:after {
      content: "";
      position: absolute;
      bottom: 180px;
      right: -8px;
      background: url("/media/application/images/scheme_arrow.png") 0 0 no-repeat;
      width: 21px;
      height: 18px; }

.clients_block {
  padding: 65px 0 0; }
  .clients_block .black_title {
    margin-bottom: 65px; }
  .clients_block .client_feedback {
    position: relative;
    padding: 30px 30px 70px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-image: linear-gradient(top, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f0f0f0), color-stop(50%, #f8f8f8), color-stop(100%, #f0f0f0)); }
    .clients_block .client_feedback:after {
      content: "";
      position: absolute;
      bottom: 18px;
      right: 21px;
      background: url("/media/application/images/quotes_icon.png") 0 0 no-repeat;
      width: 36px;
      height: 33px; }
  .clients_block .client_info {
    margin-bottom: 70px; }
    .clients_block .client_info .client_logo {
      width: 118px;
      height: 139px;
      margin: -40px 0 0 30px;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
      position: relative;
      z-index: 1;
      float: left; }
    .clients_block .client_info .client_name {
      color: #656565;
      margin: 20px 0 0 30px;
      float: left;
      width: 265px; }
      .clients_block .client_info .client_name span {
        color: #e3001c;
        font-size: 25px; }

.map_header {
  background: url("/media/application/images/sky_pic.jpg") 50% 0 no-repeat;
  height: 167px;
  padding: 50px 0 0; }

.faq_block {
  text-align: center;
  padding: 30px 0 20px;
  font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif; }
  .faq_block span {
    text-transform: uppercase;
    font-size: 49px;
    display: inline-block;
    vertical-align: middle; }
  .faq_block a {
    margin-left: 30px;
    font-size: 32px;
    display: inline-block; }
    .faq_block a img {
      margin-right: 10px; }

.f_blank {
  height: 138px; }

.policy {
  text-align: left;
}
.policy_check {
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
}
.policy_text {
  font-size: 13px;
  margin-left: 0rem;
  line-height: 13px;
}
#waiting-for-sending {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 29rem;
  background-color: rgba(0, 0, 0, 0.68);
  color: white;
  font-size: 4rem;
  text-align: center;
  z-index: 999;
}
footer {
  height: 138px;
  background: url("/media/application/images/footer_bg.jpg") 50% 0 repeat;
  font-family: "PTSansNarrow", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 19px; }
  footer .footer_in {
    position: relative; }
  footer .copy {
    position: absolute;
    top: 25px;
    left: 0; }
    footer .copy span {
      font-size: 25px; }
  footer .f_logo {
    margin: 10px auto 0;
    width: 220px; }
  footer .company {
    position: absolute;
    top: 90px;
    right: 0; }

/*# sourceMappingURL=site.css.map */


