@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  color: #333333; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.imgSleb {
}

.imgSleb img {
margin: 0em !important;
border-radius:12px 12px 0px 0px;
line-height:0px;
padding-top:0px;
width: 100%;
}

.inline-block-justifyer-item {
}

.inline-block-justifyer-item img {
padding-top:0px !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*Segoe UI*/
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/other/segoe_ui-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui-webfont.woff") format("woff"), url("../fonts/other/segoe_ui-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui-webfont.svg#segoe_uiregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/other/segoe_ui_bold-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui_bold-webfont.woff") format("woff"), url("../fonts/other/segoe_ui_bold-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui_bold-webfont.svg#segoe_uibold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/other/segoe_ui_bold_italic-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui_bold_italic-webfont.woff") format("woff"), url("../fonts/other/segoe_ui_bold_italic-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui_bold_italic-webfont.svg#segoe_uibold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/other/segoe_ui_italic-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui_italic-webfont.woff") format("woff"), url("../fonts/other/segoe_ui_italic-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui_italic-webfont.svg#segoe_uiitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Segoe UI light';
  src: url("../fonts/other/segoe_ui_light-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui_light-webfont.woff") format("woff"), url("../fonts/other/segoe_ui_light-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui_light-webfont.svg#segoe_uilight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/other/segoe_ui_semibold-webfont.eot");
  src: local("☺"), url("../fonts/other/segoe_ui_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/other/segoe_ui_semibold-webfont.woff") format("woff"), url("../fonts/other/segoe_ui_semibold-webfont.ttf") format("truetype"), url("../fonts/other/segoe_ui_semibold-webfont.svg#segoe_uisemibold") format("svg");
  font-weight: bolder;
  font-style: normal; }
/*Segoe UI end*/
@font-face {
  font-family: 'SegoeWP';
  src: url("../fonts/other/SegoeWP.eot");
  src: local("☺"), url("../fonts/other/SegoeWP.eot") format("embedded-opentype"), url("../fonts/other/SegoeWP.woff2") format("woff2"), url("../fonts/other/SegoeWP.woff") format("woff"), url("../fonts/other/SegoeWP.ttf") format("truetype"), url("../fonts/other/SegoeWP.svg#SegoeWP") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PTSansRegular';
  src: url("../fonts/other/PTSansRegular.eot");
  src: local("☺"), url("../fonts/other/PTSansRegular.eot") format("embedded-opentype"), url("../fonts/other/PTSansRegular.woff2") format("woff2"), url("../fonts/other/PTSansRegular.woff") format("woff"), url("../fonts/other/PTSansRegular.ttf") format("truetype"), url("../fonts/other/PTSansRegular.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NewtonWINCTT';
  src: url("../fonts/other/NewtonWINCTT.eot");
  src: local("☺"), url("../fonts/other/NewtonWINCTT.eot") format("embedded-opentype"), url("../fonts/other/NewtonWINCTT.woff2") format("woff2"), url("../fonts/other/NewtonWINCTT.woff") format("woff"), url("../fonts/other/NewtonWINCTT.ttf") format("truetype"), url("../fonts/other/NewtonWINCTT.svg#NewtonWINCTT") format("svg");
  font-weight: normal;
  font-style: normal; }
ul, li, h1, h2, h3 {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

.bg-transparent {
  background-color: transparent; }

.pos-rel {
  position: relative; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.inline-block-justifyer-wrp {
  text-align: justify; }

.inline-block-justifyer-wrp-left {
  text-align: left; }

.inline-block-justifyer-wrp-right {
  text-align: right; }

.inline-block-justifyer-wrp-center {
  text-align: center; }

.inline-block-justifyer-wrp:before {
  content: '';
  display: block;
  width: 100%; }

.inline-block-justifyer-wrp:after {
  content: '';
  display: inline-block;
  width: 100%; }

.inline-block-justifyer-item {
  display: inline-block;
  position: relative;
  top: 0; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.err {
  border: 1px solid #af0000 !important;
  color: #af0000 !important;
  /*background-color: #330000 !important; */ }

body {
  font-family: 'Segoe UI';
  color: #000000; }

a:focus {
  outline: none;
  text-decoration: none; }

.input,
.textarea {
  border: 1px solid #fff;
  width: 100%; }

.textarea {
  padding-top: 10px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.btitle {
  text-align: center; }
  .btitle .line {
    display: inline-block;
    border-bottom: 1px solid #381d0c;
    padding: 0 120px; }

.btitle .line .text {
      color: #381d0c;
      background: #fff;
      margin-bottom: -15px;
      padding: 0 20px;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
	  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%; }

#main-wrapper {
  overflow: hidden; }

#block-top-line {
  background: url(/img/top-line-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0;
  font-family: 'Segoe UI light';
  font-weight: bold; }
  #block-top-line b {
    font-family: 'Segoe UI'; }
  #block-top-line .contacts-wrp {
    text-align: right;
    color: #ffffff; }

#block-top-line .address, #block-top-line .worktime, #block-top-line .contacts {
    display: inline-block;
    border-right: 1px solid #fff;
    height: 126px;
    vertical-align: top;
    padding: 3px 20px 0 20px;
    font-size: 15px;
    line-height: 18px;
}

  #block-top-line .address {
    padding-left: 0; }
  #block-top-line .worktime {
    text-align: left; }

#block-top-line .address,
#block-top-line .worktime,
#block-top-line .contacts {
  padding: 3px 25px 0 25px !important;
  font-family: "Roboto", sans-serif;
}

#block-top-line .address,
#block-top-line .worktime {
font-weight:300;
}

#block-top-line .address span,
#block-top-line .worktime span {
display:block;
margin-bottom:5px;
font-weight:600;
}


#block-top-line .contacts {
  border: none;
  padding-right: 0;
}

    #block-top-line .contacts a {
	color:#FFFFFF;
	text-decoration:none;
	}

    #block-top-line .contacts a:hover {
	text-decoration: none;
	color:#CCCCCC;
	}

#block-top-line .contacts .phone {
   font-size: 23px;
   line-height: 27px;
   font-weight: 300;
   margin-bottom: 10px;
}

#block-top-line .contacts .phone span {
font-weight:600;
}

    #block-top-line .contacts .phone a {
	color:#FFFFFF;
	text-decoration:none;
	}

    #block-top-line .contacts .phone a:hover {
	color:#CCCCCC;
	text-decoration: none;
	}

    #block-top-line .contacts .btn-up-call {
      background: #ef4232;
      font-size: 16px;
      padding: 5px 20px;
      color: #fff;
      line-height: 50px; }

#block-top-line .logo {
background: url(/img/logo-bg.png) no-repeat center center;
    background-size: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 270px;
  height: 126px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  text-align: center;
  padding: 34px 0 0 0;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

#block-top-line .logo span {
display:block;
letter-spacing: 2.7px;
}

#block-top-menu {
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background:#2f402e;
}

#block-top-menu ul {
    height: 20px;
	text-transform: uppercase;
}

#block-top-menu li {
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
}

#block-top-menu li:last-child {
      border: none;
      padding: 0;
}

#block-top-menu a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#block-top-menu a:hover {
    color: #CCCCCC;
	text-decoration:none;
}

#block-face {
  color: #fff;
  text-align: center;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#block-face .slider-wrp {
    margin-bottom: 30px; }
    #block-face .slider-wrp .bx-wrapper .bx-viewport {
      border: none;
      background: none;
      left: 0; }
    #block-face .slider-wrp .bx-wrapper img {
      width: 100%;
      height: 100%; }
    #block-face .slider-wrp .bx-wrapper .bx-caption span {
      font-size: 20px;
      text-align: right; }
    #block-face .slider-wrp .bx-wrapper .bx-prev {
      width: 44px;
      height: 70px;
      top: 90px;
      left: 50%;
      margin-left: -245px;
      background: url(/img/header-slider-arrow-left.png) no-repeat 0 0;
      z-index: 99; }
    #block-face .slider-wrp .bx-wrapper .bx-next {
      width: 44px;
      height: 70px;
      top: 90px;
      left: 50%;
      margin-left: 200px;
      background: url(/img/header-slider-arrow-right.png) no-repeat 0 0;
      z-index: 99; }
  #block-face .slide {
    width: 100%;
    height: 600px;
    padding: 50px 0; }
  #block-face .slide0 {
    background: url(/img/top-slider/slide0.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide1 {
    background: url(/img/top-slider/slide1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide2 {
    background: url(/img/top-slider/slide2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide3 {
    background: url(/img/top-slider/slide3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide4 {
    background: url(/img/top-slider/slide4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide5 {
    background: url(/img/top-slider/slide5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #block-face .slide6 {
    background: url(/img/top-slider/slide6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#block-face .logo {
    background: url(/img/logo-bg.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 270px;
    height: 126px;
font-family: "Roboto", sans-serif;
    font-size: 21px;
    text-align: center;
    padding: 28px 0 0 0;
color: #FFFFFF;
  line-height: 20px;
  font-weight: 800;
    margin: 0 auto;
	text-transform: uppercase;
}

#block-face .logo span {
      display: block;
      font-size: 16px; }

#block-face .stitle {
    text-transform: uppercase;
    font-size: 32px;
    display: inline-block;
    margin-top: 50px;
	font-family: "Roboto", sans-serif;
}

    #block-face .stitle:after {
      content: "";
      width: 90%;
      height: 1px;
      background: #ffffff;
      display: block;
      margin: 5px 0 15px 5%; }
  #block-face .stext {
    font-size: 16px; }

#block-about {
  padding: 70px; }

#block-about .bbody {
    padding-top: 30px;
    color: #381d0c;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

#block-about .bbody img {
      margin-bottom: 20px;
	  width:100%;
}

#block-about .bbody p {
      text-indent: 20px;
      margin-bottom: 15px;
	  text-align:justify;
	  font-weight: 300;
	  margin-top: 0px;
}

#block-services {
  padding: 45px 0;
  background: #2f402e;
}

#block-services .btitle .line {
display: inline-block;
  border-bottom: 1px solid #e6c6af;
  padding: 0 120px;
}

#block-services .btitle .text {
    background: #2f402e;
	color: #e6c6af;
	font-family: "Roboto", sans-serif;
}

#block-services .bbody {
    color: #381d0c;
    overflow: hidden;
    margin-top: 50px; }

#block-services .service {
    float: left;
    width: 50%;
    text-align: left;
	font-family: "Roboto", sans-serif;
}

    #block-services .service .stitle {
display: block;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFFFFF;
}

#block-services .service ul {
	margin-bottom: 20px;
}

#block-services .service li {
/*      background: url(/img/service-li.png) no-repeat 0 50%;*/
      padding-left: 25px;
	font-family: "Roboto", sans-serif;
      text-transform: uppercase;
margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color:#e6c6af;
  text-transform: none;
}

#block-services .service li::before {
  content: '\2714';
  padding-right:5px;
}

#block-services .service.service2 {
      margin-bottom: 20px;
}

#block-services .service.service3 {
      margin-top: -80px;
}

#block-services .service.service4 {
      margin-top: -20px;
      margin-bottom: 120px;
}

#block-services .service.service5 {
      margin-top: -150px;
}

#block-services .service.service6 {
      margin-top: -100px;
}

    #block-services .service.service7 {
      margin-top: -100px; }
  #block-services .slider-wrp {
    max-height: 215px;
    margin-bottom: 30px; }
    #block-services .slider-wrp .bx-wrapper {
      max-height: 215px; }
      #block-services .slider-wrp .bx-wrapper .bx-viewport {
        max-height: 215px;
        border: none;
        background: none;
        left: 0; }
      #block-services .slider-wrp .bx-wrapper img {
        width: 100%;
        height: 100%; }
      #block-services .slider-wrp .bx-wrapper .bx-caption span {
        font-size: 20px;
        text-align: right; }
      #block-services .slider-wrp .bx-wrapper .bx-prev {
        width: 33px;
        height: 54px;
        left: -50px;
        background: url(/img/service-slider-arrow-left.png) no-repeat 0 0;
        z-index: 99; }
      #block-services .slider-wrp .bx-wrapper .bx-next {
        width: 33px;
        height: 54px;
        right: -50px;
        background: url(/img/service-slider-arrow-right.png) no-repeat 0 0;
        z-index: 99; }

#block-action {
  background: #e8caa7 url(/img/action-bg.png) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 250px 0 30px 0;
  color: #ffffff;
  position: relative; }
  #block-action .box-discont {
    padding: 20px 0px;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 220px;
    height: 160px;
    background: #ef4232;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase; }
    #block-action .box-discont span {
      display: block;
      font-size: 70px;
      line-height: 60px; }
  #block-action .text {
    font-family: 'Segoe UI light';
    font-weight: bold;
    margin-left: 250px;
    text-align: right;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase; }
    #block-action .text .title {
      margin: -30px 0 30px 0;
      padding: 0 0 15px 0;
      position: relative; }
      #block-action .text .title:after {
        content: "";
        display: block;
        width: 250px;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: 0px;
        right: 0px; }
    #block-action .text .note {
      text-transform: none;
      font-size: 16px; }
    #block-action .text span {
      display: block; }

#block-backform1, #block-backform2, .popup-gallery {
  background: #e8caa7;
  padding: 50px 0; }
  #block-backform1 .ftitle, #block-backform2 .ftitle, .popup-gallery .ftitle {
    color: #381d0c;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    padding: 15px 0;
    margin-bottom: 40px;
    position: relative; }
    #block-backform1 .ftitle:before, #block-backform1 .ftitle:after, #block-backform2 .ftitle:before, #block-backform2 .ftitle:after, .popup-gallery .ftitle:before, .popup-gallery .ftitle:after {
      content: "";
      height: 1px;
      width: 200px;
      background: #381d0c;
      position: absolute;
      left: 50%;
      margin-left: -100px;
      top: 0; }
    #block-backform1 .ftitle:after, #block-backform2 .ftitle:after, .popup-gallery .ftitle:after {
      top: auto;
      bottom: 0; }
  #block-backform1 .input, #block-backform2 .input, .popup-gallery .input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 5px; }
  #block-backform1 .textarea, #block-backform2 .textarea, .popup-gallery .textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 100px;
    margin-bottom: 10px; }
  #block-backform1 .btn-get-query, #block-backform2 .btn-get-query, .popup-gallery .btn-get-query {
    float: right;
    background: #ef4232;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 15px;
    border: none; }

#block-backform2, .popup-gallery {
  background: #e8caa7 url(/img/form-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #block-backform2 .ftitle, .popup-gallery .ftitle {
    color: #ffffff; }
    #block-backform2 .ftitle:before, #block-backform2 .ftitle:after, .popup-gallery .ftitle:before, .popup-gallery .ftitle:after {
      background: #ffffff; }

.popup-gallery .ftitle {
  font-size: 24px;
  line-height: 28px; }

#block-advantages {
  padding-top: 70px;
  color: #381d0c; }
  #block-advantages .btitle {
    margin-bottom: 50px; }
  #block-advantages .bbody li {
    vertical-align: top;
    margin: 0 20px 40px 20px; }

#block-advantages .bbody li .text {
display: block;
  text-transform: uppercase;
/*  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-weight: 600;*/
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
  text-transform:uppercase !important;
  font-weight:600;
  font-size:12px !important;
}

#block-advantages .bbody li .img-wrp {
 /*     height: 100px;*/
     height: 200px;
}

#block-projects .btitle {
  color: #381d0c; }
#block-projects .bbody {
  text-align: center; }
  #block-projects .bbody .l2-title {
    text-transform: uppercase;
    color: #381d0c;
    text-align: center;
    font-size: 28px;
    margin: 50px 0 20px 0; }

  #block-projects .bbody .project {
    width: 219px;
    display: inline-block;
    margin: 10px 10px 20px 10px;
    vertical-align: top;
    cursor: pointer;
    position: relative; }

    #block-projects .bbody .project:hover .img-layout {
      display: block;
	  	  border-radius: 0px 0px 12px 12px;
}

    #block-projects .bbody .project .ptitle {
      background: #838c71;
/*      background: url(/img/project-title-bg.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/
      color: #fff;
      height: 60px;
      text-transform: uppercase;
	  border-radius: 12px 12px 0px 0px;
}

      #block-projects .bbody .project .ptitle p {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
		margin-top:5px;
		}

    #block-projects .bbody .project .img-layout {
      display: none;
      background-color: black;
      /* RGBa with 0.6 opacity */
      background-color: rgba(0, 0, 0, 0.4);
      /* For IE 5.5 - 7*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=$color);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=$color)";
      width: 100%;
      height: 100%;
      position: relative; }
      #block-projects .bbody .project .img-layout .text {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: #ffffff;
        text-align: right; }
        #block-projects .bbody .project .img-layout .text i {
          width: 16px;
          height: 16px;
          display: inline-block;
          background: url(/img/i-book.png) no-repeat 0 0; }
    #block-projects .bbody .project .img {
      width: 100%;
      height: 216px;
      margin-top: 3px; }
    #block-projects .bbody .project.project1 .img {
      background: url(/img/projects/p1_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project2 .img {
      background: url(/img/projects/p2_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project3 .img {
      background: url(/img/projects/p3_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project4 .img {
      background: url(/img/projects/p4_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project5 .img {
      background: url(/img/projects/p5_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project6 .img {
      background: url(/img/projects/p6_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project7 .img {
      background: url(/img/projects/p7_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }
	  
    #block-projects .bbody .project.project8 .img {
      background: url(/img/projects/p8_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }

    #block-projects .bbody .project.project9 .img {
      background: url(/img/projects/p9_0.jpg) no-repeat 50% 50%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  border-radius: 0px 0px 12px 12px;
	  }

#block-steps {
  padding: 50px 0;
  color: #381d0c;
  text-align: center;
  background:#838c71;
}

#block-steps .btitle .line .text {
background: #838c71;
}

  #block-steps .bbody {
    margin-top: 50px; }
  #block-steps .step {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    width: 220px;
    height: 200px;
    position: relative; }
    #block-steps .step:after {
      content: "";
      width: 34px;
      height: 22px;
      background: url(/img/projects-arrow-right.png) no-repeat 50% 50%;
      position: absolute;
      top: 30px;
      right: -30px; }
    #block-steps .step.revers:after {
      background: url(/img/projects-arrow-left.png) no-repeat 50% 50%; }
    #block-steps .step.step3:after, #block-steps .step.step4:after {
      background: none; }
    #block-steps .step .num {
      display: block;
      margin: 0 auto;
      font-size: 52px;
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      padding: 0px;
      border: 4px solid #381d0c;
      text-align: center;
      margin-bottom: 20px; }
  #block-steps .line-separator {
    width: 470px;
    margin: 0 auto;
    height: 85px;
    background: url(/img/projects-arrow-down.png) no-repeat 100% 50%; }

#block-map {
  padding: 50px 0 0 0;
  background: #e8caa7; }

#block-map .btitle {
/*    margin-bottom: 30px;*/
}

#block-map .btitle .line {
margin-bottom:40px;
}

#block-map .btitle .text {
      background: #e8caa7; }

#ya_map {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 500px; }

#block-footer {
  padding: 50px 0;
  background: #e8caa7;
  text-align: center;
  font-family: 'Segoe UI light';
  font-weight: bold;
}

#block-footer .line .text {
  color: #381d0c;
  background: #fff;
  margin-bottom: -15px;
  padding: 0 20px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

#block-footer .logo {
    background: url(/img/logo-bg.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 270px;
    height: 126px;
    font-family: 'NewtonWINCTT';
    font-size: 32px;
    text-align: center;
    padding: 20px 0 0 0;
    color: #381d0c;
    line-height: 32px;
    font-weight: normal; }
  #block-footer p {
    font-size: 18px; }
  #block-footer .text {
    margin-bottom: 50px; }

  #block-footer .address, #block-footer .email {
    text-align: left; }

  #block-footer .address a,
  #block-footer .email a {
  color:#000000;
  text-decoration:none;
  }

  #block-footer .address a:hover,
  #block-footer .email a:hover {
  color:#000000;
  text-decoration: underline;
  }

.popup-gallery {
  padding: 50px;
/*  background: #e8caa7 url(/img/popup-gallery-bg.jpg) no-repeat 0 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
background:#2f402e;
 }
 
  .popup-gallery .btitle {
    margin-bottom: 30px; }
    .popup-gallery .btitle .line {
      background: none;
      border: none;
      position: relative; }
      .popup-gallery .btitle .line:before, .popup-gallery .btitle .line:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 120px;
        height: 1px;
        background: #ffffff; }
      .popup-gallery .btitle .line:after {
        left: auto;
        right: 0; }

      .popup-gallery .btitle .line .text {
        background: none;
        color: #ffffff; }

  .popup-gallery .slider-wrp {
    margin-bottom: 30px; }
    .popup-gallery .slider-wrp .grid {
      text-align: center; }
      .popup-gallery .slider-wrp .grid ul {
        padding: 0;
        margin: 0; }
        .popup-gallery .slider-wrp .grid ul li {
          display: inline-block;
          margin: 5px; }
          .popup-gallery .slider-wrp .grid ul li a {
            display: block; }

.popup-gallery p {
    color: #ffffff;
	text-align:center;
	text-transform:uppercase;
}

.popup-form {
  background: #e8caa7;
  padding: 50px;
  margin: 0px;
  width: 500px;
  text-align: center;
  border: 3px solid #e8caa7; }
  .popup-form .form-title {
    display: block;
    color: #381d0c;
    margin: 0px;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 15px; }
    .popup-form .form-title span {
      font-size: 24px;
      line-height: 24px; }
  .popup-form .form-text {
    display: block;
    color: #ffffff;
    font-size: 18px; }
  .popup-form input, .popup-form textarea {
    border: 1px solid #ffffff;
    background: #f4f4f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
    margin: 0 0 20px 0px;
    padding: 0 0 0 70px;
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .popup-form input.name {
    background: url("/img/icon-input-name.png") no-repeat scroll 10px 50% #ffffff; }
  .popup-form input.phone {
    background: url("/img/icon-input-phone.png") no-repeat scroll 10px 50% #ffffff; }
  .popup-form textarea {
    height: 150px; }
  .popup-form .btn-doStuff {
    border: 0px solid #f8f400;
    background: #381d0c;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 3px 0 0 0px;
    height: 45px;
    padding: 0px 15px 0 15px; }
    .popup-form .btn-doStuff:hover {
      border: 0px solid #f8f400;
      background: #f8f400;
      color: #000000; }

.topsoroka {
  --offset: 50px; 
  position: sticky;
  bottom: 20px;
  left: 20px;
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #2f402e;
  background: #e6c6af;
  border-radius: 100px;
  white-space: nowrap;
  text-transform:uppercase;
  font-size: 12px;
  font-weight: 600;
text-decoration:none !important;
}

.topsoroka a {
text-decoration:none !important;
}

.topsoroka a:hover {
text-decoration:none !important;
color:#1f241e !important;
}

.dottedsoroka {
max-width:900px;
height:2px;
margin: 35px auto;
background:#838c71;
}

.sorokafooterblock {
text-align: left !important;
  font-size: 16px;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif;
}

.sorokafooterblock2 {
font-weight:300 !important;
margin-top: 15px;
  margin-bottom: 25px;
  color:#000000;
}

.sorokafooterblock2 span {
font-weight:600 !important;
display: block;
}

.sorokafooterblock2 a {
color:#000000 !important;
text-decoration:none;
}

.sorokafooterblock2 a:hover {
color: #333333 !important;
text-decoration:none !important;
}

.sorokafooterblock3 {
text-align:center;
margin-bottom:20px;
padding-top:10px;
font-size:16px;
font-family: "Roboto", sans-serif;
font-weight:600;
}

.footersorokapolicy {
text-align:left;
font-size:12px;
color:#000000;
font-weight:400 !important;
font-family: "Roboto", sans-serif;
}

.footersorokapolicy a {
text-decoration:none !important;
color:#000000 !important;
}

.footersorokapolicy a:hover {
text-decoration:none !important;
color:#000000 !important;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .popup-form {
    padding: 20px;
    width: 100%; } }
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

.topsoroka {
    left: 0px;
}

.sorokafooterblock2 {
    text-align: center;
}

.footersorokapolicy {
    text-align: center;
}

#block-steps .step {
    height: auto;
    margin-bottom: 20px;
}

  .popup-gallery .btitle .line .text {
    margin: 0 -50px; }

  #block-projects .bbody .project .ptitle p {
    margin-top: 0; }

  .btitle .line {
    padding: 0 20px; }
    .btitle .line .text {
      font-size: 26px; }

  #block-top-line {
    text-align: center; }

    #block-top-line .logo {
padding: 33px 0 0;
    font-size: 24px;
      width: 240px;
      margin: 0 auto; }

    #block-top-line .contacts-wrp {
      text-align: center; }

    #block-top-line .address,
    #block-top-line .worktime,
    #block-top-line .contacts {
      border: none;
      text-align: center;
      padding: 0;
height: auto;
    margin-bottom: 20px;
}

  #block-top-menu ul {
    height: auto;
    text-align: center; }
  #block-top-menu li {
    display: block;
    padding: 0;
    border: none; }

#block-projects .bbody .l2-title {
  font-size: 22px;
  margin: 35px 0 20px 0;
  font-family: "Roboto", sans-serif;
}

  #block-face .logo {
    width: 240px;
    margin: 0 auto;
	padding: 28px 0 0;
    font-size: 20px;
    line-height: 19px;
}

  #block-face .stitle {
font-size: 21px;
    line-height: 28px;
    margin-top: 30px;
}

  #block-face .slide {
    height: 700px; }
  #block-face .slider-wrp .bx-wrapper .bx-prev {
    height: 55px;
    left: 50%;
    margin-left: -120px;
    top: 170px;
    width: 44px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  #block-face .slider-wrp .bx-wrapper .bx-next {
    width: 44px;
    height: 55px;
    top: 170px;
    left: 50%;
    margin-left: 85px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }

  #block-about {
    padding: 30px 0; }

  #block-services .slider-wrp {
    margin-bottom: 60px; }
  #block-services .img-wrp {
    height: 150px; }
  #block-services .bx-wrapper .bx-prev {
    height: 55px;
    left: 50%;
    margin-left: 50px;
    top: 170px;
    width: 44px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  #block-services .bx-wrapper .bx-next {
    width: 44px;
    height: 55px;
    top: 170px;
    left: 100%;
    margin-left: -33px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  #block-services .service {
    float: none;
    width: 100%; }
    #block-services .service .stitle {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px; }
    #block-services .service li {
      margin-bottom: 5px; }
    #block-services .service.service1, #block-services .service.service2, #block-services .service.service3, #block-services .service.service4, #block-services .service.service5, #block-services .service.service6, #block-services .service.service7 {
      margin: 0; }

  #block-action {
    background: #e8caa7;
    padding: 180px 0 0 0; }
    #block-action .text {
      margin-left: 0px;
      text-align: left; }
    #block-action .box-discont {
      bottom: auto;
      top: -180px;
      left: 50%;
      margin-left: -110px; }

  #block-advantages .line {
    padding: 0; }

#block-projects .bbody .project:hover .img-layout {
    display: none;
	border-radius: 0px 0px 12px 12px;
}

  #block-steps .step:after {
    background: none; }

  #block-map #ya_map {
  /*  height: 200px;*/ }

  #block-footer .address, #block-footer .email {
    text-align: center;
    font-size: 14px; } }
/* less than 500px */
@media (max-width: 500px) {
  p, li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1189px) {
  #block-top-line {
    text-align: center; }
    #block-top-line .logo {
      padding: 33px 0 0;
      font-size: 24px;
      line-height: 26px;
      width: 210px;
      margin: 0 auto; }
    #block-top-line .address, #block-top-line .worktime {
      font-size: 12px;
      padding-right: 7px; }
    #block-top-line .worktime, #block-top-line .contacts {
      padding-left: 3px; }
      #block-top-line .worktime .phone, #block-top-line .contacts .phone {
        font-size: 18px;
        line-height: 22px; }
      #block-top-line .worktime .btn-up-call, #block-top-line .contacts .btn-up-call {
        font-size: 14px;
        line-height: 50px;
        padding: 5px 10px; }

  #block-top-menu {
    padding: 10px 0; }
    #block-top-menu li {
      padding-right: 5px; }
      #block-top-menu li a {
        font-size: 12px; }

  #block-services .service .stitle {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px; }
  #block-services .service li {
    font-size: 14px;
    margin-bottom: 5px; }
  #block-services .service.service2 {
    margin-bottom: 50px; }
  #block-services .service.service3 {
    margin-top: -105px; }
  #block-services .service.service4 {
    margin-top: -25px;
    margin-bottom: 140px; }
  #block-services .service.service5 {
    margin-top: -205px; }
  #block-services .service.service6 {
    margin-top: -120px; }

  #block-steps .step:after {
    background: none; } }
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 768px and up) */
/* Large devices (large desktops, 1600px and up) */

/*# sourceMappingURL=style.css.map */
