/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.paddingL0 {
  padding-left: 0px; }

.paddingR0 {
  padding-right: 0px; }

.paddingT0 {
  padding-top: 0px; }

.paddingB {
  padding-bottom: 0px; }

.paddingLR0 {
  padding-left: 0px;
  padding-right: 0px; }

.marginL0 {
  margin-left: 0px; }

.marginR0 {
  margin-right: 0px; }

.marginT0 {
  margin-top: 0px; }

.marginB0 {
  margin-bottom: 0px; }

.marginLR0 {
  margin-left: 0px;
  margin-right: 0px; }

.cl {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

@font-face {
  font-family: 'lato_bold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato_light';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato_regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato_black';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo2_bold';
  src: url("../fonts/exo2-bold-webfont.eot");
  src: url("../fonts/exo2-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exo2-bold-webfont.woff2") format("woff2"), url("../fonts/exo2-bold-webfont.woff") format("woff"), url("../fonts/exo2-bold-webfont.ttf") format("truetype"), url("../fonts/exo2-bold-webfont.svg#exo_2bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'exo2_light';
  src: url("../fonts/exo2-light-webfont.eot");
  src: url("../fonts/exo2-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exo2-light-webfont.woff2") format("woff2"), url("../fonts/exo2-light-webfont.woff") format("woff"), url("../fonts/exo2-light-webfont.ttf") format("truetype"), url("../fonts/exo2-light-webfont.svg#exo_2light") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  font: 14px/24px lato_regular, sans-serif;
  color: #373a35;
  text-align: left; }

a:hover, a:active, a:visited {
  color: #0289cb; }

h1 {
  font: 31px/33px exo2_bold, sans-serif;
  color: #1b1b19;
  margin: 40px 0px; }

h2 {
  font: 28px/30px exo2_bold, sans-serif;
  color: #1b1b19; }

h3 {
  font: 21px/24px exo2_bold, sans-serif;
  color: #1b1b19; }

.text {
  font: 14px/24px lato_regular, sans-serif;
  color: #373a35;
  text-align: left; }
  .text h1 {
    font: 31px/33px exo2_bold, sans-serif;
    color: #1b1b19; }
  .text h2 {
    font: 28px/30px exo2_bold, sans-serif;
    color: #1b1b19; }
  .text h3 {
    font: 21px/24px exo2_bold, sans-serif;
    color: #1b1b19; }
  .text table {
    width: auto !important; }
    .text table tr td {
      padding: 1em 0; }

.arrow_right {
  background: url("../img/arrows/arrow_right.png") no-repeat center center;
  width: 21px;
  height: 14px;
  display: inline-block; }

.form-control {
  border-radius: 10px;
  border: 1px solid #dedede;
  background-color: #f8f8f8;
  font: 14px/20px lato_regular, sans-serif;
  color: #373a35;
  margin: 3px 0px;
  box-shadow: 0 0 0 #fff;
  height: 47px; }
  .form-control::-moz-placeholder {
    color: #373a35;
    font: 14px/33px lato_regular, sans-serif; }

input[type=submit] {
  border: 1px solid #0289cb;
  background-color: #0289cb;
  color: #fff;
  font: 14px/20px lato_bold, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  -o-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s; }
  input[type=submit]:hover {
    background-color: #000; }

textarea {
  min-height: 103px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  text-decoration: none; }

.box_main_menu {
  padding-right: 0px; }
  .box_main_menu ul li {
    padding-left: 60px; }
    .box_main_menu ul li a {
      padding-right: 0px;
      padding-left: 0px;
      font: 16px/18px exo2_bold, sans-serif;
      color: #363636;
      display: inline-block;
      padding-bottom: 5px; }
      .box_main_menu ul li a:hover {
        color: #0289cb;
        text-decoration: none; }
  .box_main_menu ul li.active a {
    color: #0289cb;
    text-decoration: none; }

.box_quick_contact {
  text-align: right; }
  .box_quick_contact .info {
    display: inline-block;
    padding: 0 20px;
    font: 12px/20px lato_regular, sans-serif;
    color: #979696; }
    .box_quick_contact .info b {
      font: 12px/20px lato_bold, sans-serif;
      color: #5b5b5c; }
  .box_quick_contact .phone {
    display: inline-block;
    padding: 0 20px;
    font: 12px/20px lato_regular, sans-serif;
    color: #979696; }
    .box_quick_contact .phone b {
      font: 12px/20px lato_bold, sans-serif;
      color: #659fd4; }
  .box_quick_contact .email {
    display: inline-block;
    padding: 0 0 0 20px; }
    .box_quick_contact .email a {
      padding-right: 0px;
      font: 12px/20px lato_bold, sans-serif;
      color: #5b98cf;
      text-decoration: none; }
      .box_quick_contact .email a:hover {
        text-decoration: none; }

.part_home_offer h2 {
  margin-bottom: 55px; }

.part_home_customers h2 {
  padding-top: 60px;
  border-top: 1px solid #efefef;
  margin-bottom: 55px; }

.box_home_offer h3 {
  margin-top: 0px;
  color: #0289cb; }
.box_home_offer .text {
  overflow: hidden;
  max-height: 75px; }

.box_satisfied_customer a {
  background-color: #072c40;
  display: block;
  height: 102px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -o-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s; }
  .box_satisfied_customer a .h {
    font: 28px/100px exo2_light, sans-serif;
    color: #fff; }
    .box_satisfied_customer a .h b {
      font: 28px exo2_bold, sans-serif; }
    .box_satisfied_customer a .h mark {
      font: 28px exo2_bold, sans-serif;
      background-color: transparent;
      color: #00abff; }
  .box_satisfied_customer a:hover {
    background-color: #000; }

.box_offer_wrapper .box_offer {
  padding: 40px 0px; }
  .box_offer_wrapper .box_offer h3 {
    margin-top: 0px;
    color: #0289cb; }
.box_offer_wrapper:nth-child(odd) {
  background-color: #f7fcff; }

.box_project_wrapper {
  padding: 40px 0px; }
  .box_project_wrapper .box_project img {
    float: left;
    padding: 0 20px 20px 20px; }
  .box_project_wrapper .box_project h3 {
    margin-top: 0px;
    color: #0289cb; }
  .box_project_wrapper:nth-child(even) {
    background-color: #f7fcff; }

.box_customer_wrapper:nth-child(odd) {
  padding: 14px 30px 14px 30px; }
.box_customer_wrapper:nth-child(even) {
  padding: 14px 30px 14px 30px; }
.box_customer_wrapper .box_customer {
  border: 1px solid #dfdfdf;
  height: 208px;
  overflow: hidden; }
  .box_customer_wrapper .box_customer .customer_img_wrapper {
    line-height: 208px;
    text-align: center; }
    .box_customer_wrapper .box_customer .customer_img_wrapper img {
      display: inline;
      vertical-align: middle; }
  .box_customer_wrapper .box_customer .content {
    background-color: #f6f6f6;
    height: 100%; }
    .box_customer_wrapper .box_customer .content h3 {
      margin-top: 35px;
      color: #0289cb; }
    .box_customer_wrapper .box_customer .content .text {
      max-height: 120px;
      overflow: hidden; }

.part_breadcrumb .breadcrumb > li + li::before {
  content: "";
  padding: 0 5px;
  vertical-align: middle; }
.part_breadcrumb .breadcrumb {
  height: 52px;
  margin: 0px 0px;
  padding: 0 17px;
  line-height: 52px;
  border-radius: 0px;
  background: url("../img/bg/breadcrumb.jpg") no-repeat center center; }
  .part_breadcrumb .breadcrumb li a {
    color: #5b5c5d;
    font: 11px/50px lato_bold, sans-serif;
    text-decoration: none; }
  .part_breadcrumb .breadcrumb li i {
    padding: 0 10px 0 0;
    color: #7c9cb3;
    font-size: 14px;
    line-height: 50px; }
  .part_breadcrumb .breadcrumb li.active {
    color: #0289cb;
    font: 11px/50px lato_bold, sans-serif; }

.part_main_slider .main_slider_wrapper {
  height: 300px;
  width: 465px;
  position: relative; }
  .part_main_slider .main_slider_wrapper .bx-wrapper {
    margin-top: 50px; }
    .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport {
      background-color: transparent;
      border: 0px solid transparent;
      box-shadow: 0 0 0 transparent; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li {
        text-align: right;
        color: #fff;
        padding: 0 25px; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li h1 {
          color: #fff; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li .arrow_right {
          margin-top: 30px; }
    .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls {
      position: absolute;
      top: -40px;
      left: 0px;
      width: 100px; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls .bx-pager {
        position: absolute;
        display: inline-block;
        top: 25px;
        left: -15px; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
          line-height: 14px;
          height: 14px; }
          .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
            border: 2px solid transparent;
            background-color: #fff;
            width: 5px;
            height: 5px;
            vertical-align: middle;
            display: inline-block; }
          .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
            border: 1px solid #fff;
            background-color: transparent;
            width: 10px;
            height: 10px; }

.part_home_offer {
  margin-bottom: 64px; }
  .part_home_offer .content {
    font: 13px/20px lato_bold, sans-serif;
    color: #373a35;
    max-height: 65px;
    overflow: hidden; }

.part_home_customers {
  position: relative;
  margin-bottom: 64px; }
  .part_home_customers .customers_slider_wrapper {
    height: 115px; }
    .part_home_customers .customers_slider_wrapper .bx-wrapper {
      height: 115px; }
      .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-viewport {
        height: 115px;
        border: 0px solid #fff;
        box-shadow: 0 0 0 #fff; }
        .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-viewport .slide {
          line-height: 115px;
          height: 115px; }
          .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-viewport .slide img {
            display: inline;
            vertical-align: middle;
            max-height: 115px; }
      .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-controls {
        position: relative; }
        .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-controls a.bx-prev, .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-controls a.bx-next {
          position: absolute; }
        .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-controls a.bx-prev {
          top: -180px;
          left: 1000px; }
        .part_home_customers .customers_slider_wrapper .bx-wrapper .bx-controls a.bx-next {
          top: -180px;
          left: 1050px; }
  .part_home_customers .customers_slider_controls {
    position: absolute;
    right: 43px;
    top: 90px;
    width: 70px;
    padding: 0; }
    .part_home_customers .customers_slider_controls a {
      font-size: 16px;
      color: #0289cb;
      padding: 0 5px;
      text-decoration: none;
      font: 25px/25px exo2_bold,sans-serif; }
    .part_home_customers .customers_slider_controls #customers_slider_prev {
      right: 20px;
      width: 20px; }
    .part_home_customers .customers_slider_controls #customers_slider_next {
      right: 20px;
      width: 20px;
      left: 30px;
      position: absolute; }

body {
  height: 100%;
  background: url("../img/bg/main.jpg") no-repeat center center;
  background-size: 100% 100%; }

.top_blue_line {
  border-top: 3px solid #0289cb; }

.main_container {
  margin-bottom: 50px;
  background-color: #fff; }

.page_min_height {
  min-height: 610px;
  margin: 0;
  padding: 0; }

.home_wrapper {
  min-height: 570px; }

.page_container {
  padding: 0 35px; }

header {
  position: relative;
  height: 120px; }
  header .fb_top_link {
    position: absolute;
    background: url("../img/icons/ico_fb.png") no-repeat center center;
    width: 68px;
    height: 72px;
    z-index: 10;
    top: 20px;
    right: -68px; }
  header .logo_top {
    height: 100%;
    line-height: 120px;
    text-align: center;
    padding-left: 0px; }
    header .logo_top img {
      display: inline;
      vertical-align: middle; }
  header .box_quick_contact {
    margin-top: 28px; }
    header .box_quick_contact .info i {
      color: #0289cb;
      margin-right: 5px;
      font-size: 14px; }

footer.footer_row {
  background-color: #0289cb;
  height: 95px;
  color: #fff;
  font: 12px/18px lato_bold, sans-serif; }
  footer.footer_row .logo {
    height: 100%;
    line-height: 95px;
    text-align: center; }
    footer.footer_row .logo img {
      vertical-align: middle;
      display: inline; }
  footer.footer_row .fotter_info {
    text-align: right;
    vertical-align: middle;
    margin-top: 25px; }
    footer.footer_row .fotter_info a {
      font: 12px/18px lato_black, sans-serif;
      color: #fff; }
      footer.footer_row .fotter_info a:hover {
        text-decoration: none; }
  footer.footer_row .facebook {
    height: 100%;
    line-height: 95px;
    text-align: center;
    background-color: #076fa5; }
    footer.footer_row .facebook img {
      vertical-align: middle;
      display: inline; }

.page-title {
  padding: 0px; }
  .page-title h1, .page-title .h1 {
    font: 31px/35px exo2_bold, sans-serif;
    color: #1b1b19; }

.page_content {
  padding: 0px 17px;
  margin-top: 50px; }
  .page_content .page_img {
    float: right;
    padding: 0 5px 0 20px; }

.page_contact .page_content .page-title h2.h1 {
  margin: 40px 0; }

@media screen and (max-width: 991px) {
  html, body {
    font: 13px/18px lato_regular, sans-serif; }

  h1 {
    font: 28px/30px exo2_bold, sans-serif; }

  h2 {
    font: 21px/24px exo2_bold, sans-serif; }

  h3 {
    font: 18px/20px exo2_bold, sans-serif; }

  .text {
    font: 13px/18px lato_regular, sans-serif; }
    .text h1 {
      font: 28px/30px exo2_bold, sans-serif; }
    .text h2 {
      font: 21px/24px exo2_bold, sans-serif; }
    .text h3 {
      font: 18px/20px exo2_bold, sans-serif; }

  .box_main_menu ul li {
    padding-left: 30px; }

  .box_satisfied_customer a .h {
    font-size: 20px; }
    .box_satisfied_customer a .h b {
      font-size: 20px; }
    .box_satisfied_customer a .h mark {
      font-size: 20px; }

  .part_main_slider .main_slider_wrapper {
    height: 215px; }
    .part_main_slider .main_slider_wrapper .bx-wrapper {
      margin-top: 25px; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li {
        padding: 0 130px 0px 0px; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li h1 {
          margin-bottom: 15px; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls {
        top: 0px; }

  .part_home_offer {
    margin-bottom: 40px; }

  .part_home_customers {
    margin-bottom: 40px; }

  .page_container {
    padding: 0px 10px; }
    .page_container .page-title h1, .page_container .page-title .h1 {
      font: 28px/30px exo2_bold, sans-serif; } }
@media screen and (max-width: 767px) {
  html, body {
    font: 13px/18px lato_regular, sans-serif; }

  h1 {
    font: 22px/26px exo2_bold, sans-serif; }

  h2 {
    font: 18px/20px exo2_bold, sans-serif; }

  h3 {
    font: 16px/18px exo2_bold, sans-serif; }

  .text {
    font: 13px/18px lato_regular, sans-serif; }
    .text h1 {
      font: 22px/26px exo2_bold, sans-serif; }
    .text h2 {
      font: 18px/20px exo2_bold, sans-serif; }
    .text h3 {
      font: 16px/18px exo2_bold, sans-serif; }

  .box_menu_dropdown button {
    border-color: #fff;
    color: #0289cb;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    padding: 0; }
    .box_menu_dropdown button i {
      font-size: 30px; }
    .box_menu_dropdown button:hover {
      border-color: #fff;
      background-color: #fff; }
  .box_menu_dropdown .btn-default.active, .box_menu_dropdown .btn-default.focus, .box_menu_dropdown .btn-default:active, .box_menu_dropdown .btn-default:focus, .box_menu_dropdown .btn-default:hover, .box_menu_dropdown .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #fff; }
  .box_menu_dropdown .dropdown-menu > li > a:focus, .box_menu_dropdown .dropdown-menu > li > a:hover {
    background-color: #0289cb;
    color: #fff;
    text-decoration: none; }
  .box_menu_dropdown .dropdown-menu {
    left: -255px;
    width: 320px; }

  .box_offer_wrapper {
    text-align: center; }
    .box_offer_wrapper .box_offer {
      margin-top: 0px;
      margin-bottom: 0px; }
      .box_offer_wrapper .box_offer img {
        display: inline; }
      .box_offer_wrapper .box_offer h3 {
        margin: 20px 0; }

  .box_project_wrapper {
    padding: 25px 0; }
    .box_project_wrapper .box_project {
      text-align: center; }
      .box_project_wrapper .box_project img.img_xs {
        padding: 10px 20% 20px 20%; }

  .box_customer_wrapper .box_customer {
    height: auto; }
    .box_customer_wrapper .box_customer .customer_img_wrapper {
      height: 150px;
      line-height: 150px; }
      .box_customer_wrapper .box_customer .customer_img_wrapper img {
        max-height: 150px;
        display: inline;
        vertical-align: middle; }
    .box_customer_wrapper .box_customer .content {
      max-height: 150px; }
      .box_customer_wrapper .box_customer .content h3 {
        margin-top: 30px; }

  .part_main_slider .main_slider_wrapper {
    height: 200px; }
    .part_main_slider .main_slider_wrapper .bx-wrapper {
      margin: 145px 0px 0px 0px; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport {
        height: 185px;
        margin: 0 20px; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li h1 {
          color: #20201c;
          text-align: center;
          padding: 20px 0; }
        .part_main_slider .main_slider_wrapper .bx-wrapper .bx-viewport li .content {
          color: #20201c;
          text-align: center; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls {
        top: -100px;
        left: -15px; }

  .part_home_offer {
    text-align: center;
    margin-bottom: 20px; }
    .part_home_offer .row {
      margin: 20px 0; }
    .part_home_offer h2 {
      margin-bottom: 45px;
      border-top: 1px solid #efefef;
      padding-top: 20px; }
    .part_home_offer h3 {
      padding: 10px 0px; }
    .part_home_offer img {
      display: inline; }
    .part_home_offer .text {
      text-align: center; }

  .part_home_customers h2 {
    padding-top: 30px;
    margin-bottom: 35px; }
  .part_home_customers .customers_slider_wrapper {
    height: 90px; }
    .part_home_customers .customers_slider_wrapper .customers_slider_controls {
      right: 0px;
      top: 50px; }

  .page_container {
    padding: 0 25px; }

  header {
    height: 100px;
    line-height: 100px; }

  footer .footer_row .fotter_info {
    text-align: left;
    font-size: 10px; }
    footer .footer_row .fotter_info a {
      font-size: 10px; }

  .page_content {
    margin-top: 0px;
    margin-bottom: 10px; }
    .page_content .page_img {
      float: right;
      padding: 5px; }
    .page_content .page-title {
      float: left;
      width: 100%; }
      .page_content .page-title h1, .page_content .page-title .h1 {
        font: 22px/26px exo2_bold, sans-serif;
        margin: 30px 0; }
    .page_content .text {
      float: left;
      width: 100%; }

  .page_offer h2 {
    padding-top: 20px;
    border-top: 1px solid #efefef;
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .part_main_slider .main_slider_wrapper {
    height: 350px; }
    .part_main_slider .main_slider_wrapper .bx-wrapper {
      margin-top: 70px; }
      .part_main_slider .main_slider_wrapper .bx-wrapper .bx-controls {
        top: -60px; } }

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