/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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%;
}
.header_leader {
    font-size: 30px;
    display: block;
    font-family: 'helvetica-neue-ultra-light';
    font-weight: bold;
    color: black;
    margin: 0 0 20px 0;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  }
  select {
    background: #fff !important;
  }
  .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;
}
body {
  min-width: 1220px;
  -webkit-font-smoothing: antialiased;
  font-family: 'helvetica-neue-light';
  color: #000;
}
*:focus {
  outline: none;
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: 1px dotted invert;
}
:-moz-any-link:focus {
  outline: none;
}

a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
h1,
.h1 {
  font-size: 60px;
  display: block;
  font-family: 'helvetica-neue-ultra-light';
  font-weight: bold;
  color: #ba410c;
  margin: 0 0 20px 0;
}

.h2 {
  font-size: 45px;
  display: block;
  font-family: 'helvetica-neue-ultra-light';
  font-weight: bold;
  color: #ba410c;
  margin: 0 0 20px 0;
  text-align: center;
}
.btn-order {
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  /* background: url(../images/button_bg.png); */
  background: url(../images/button_bg_hover.png);
  display: inline-block;
  font-size: 24px;
  color: #2f7c99;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.btn-order:hover {
  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@font-face {
  font-family: 'helvetica-neue-light';
  src: url('../fonts/nelvetica-neue/light/helvetica-neue-light.eot');
  src: url('../fonts/nelvetica-neue/light/helvetica-neue-light.eot?#iefix') format('embedded-opentype'), url('../fonts/nelvetica-neue/light/helvetica-neue-light.woff2') format('woff2'), url('../fonts/nelvetica-neue/light/helvetica-neue-light.woff') format('woff'), url('../fonts/nelvetica-neue/light/helvetica-neue-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-neue-ultra-light';
  src: url('../fonts/nelvetica-neue/light-ultra/helvetica-neue-ultra-light.eot');
  src: url('../fonts/nelvetica-neue/light-ultra/helvetica-neue-ultra-light.eot?#iefix') format('embedded-opentype'), url('../fonts/nelvetica-neue/light-ultra/helvetica-neue-ultra-light.woff2') format('woff2'), url('../fonts/nelvetica-neue/light-ultra/helvetica-neue-ultra-light.woff') format('woff'), url('../fonts/nelvetica-neue/light-ultra/helvetica-neue-ultra-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.otsliderblockcontent {
  display: block;
  width: 1200px;
  margin: 0;
  overflow: hidden;
}
.show_all_projects{
    display: flex;
}
.otsbc > img {
  display: inline-block;
  vertical-align: top;
}
.otinfoblock {
  display: inline-block;
  width: 700px;
  margin-left: 20px;
}
.mestoname {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.otinfoblock > h2 {
  color: #ba410c;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: normal;
}
.mesto {
  color: #92d6eb;
  font-size: 16px;
  display: block;
}
.ottext {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 50px;
  padding-left: 20px;
  display: block;
}
.otpaginacia {
  position: relative;
  display: inline-block;
  float: left;
  left: 195px;
}
.otpaginacia input[type="radio"] {
  display: none;
}
.otpaginacia input[type="radio"] + label {
  background: url("../images/pag_off_orange.png") no-repeat 0 0;
  cursor: pointer;
  padding-left: 15px;
}
.otpaginacia input[type="radio"]:hover + label:hover {
  background: url("../images/pag_off_hover.png") no-repeat 0 0;
  cursor: pointer;
  padding-left: 15px;
}
.otpaginacia input[type="radio"]:checked + label,
.otpaginacia input[type="radio"]:checked + label:hover {
  background: url("../images/pag_on_orange.png") no-repeat 0 0;
  padding-left: 15px;
}
.otsliderblock {
    position: relative;
}
.otstrelki {
  position: absolute;
  display: inline-block;
  float: right;
  top: 0px;
  margin-left: -40px;
  right: 0px;
}
.otstrelka_left {
  border: none;
  width: 40px;
  height: 40px;
  background: url(../images/strelka_left_orange.png) center center no-repeat;
  background-color: transparent;
  position: relative;
  top: 15px;
  left: 5px;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.otstrelka_left:hover {
  background: url(../images/strelka_left_hover.png) center center no-repeat;
  left: -5px;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.otstrelka_right {
  border: none;
  width: 40px;
  height: 65px;
  background: url(../images/strelka_right_orange.png);
  background-color: transparent;
  position: relative;
  top: -20px;
  left: -10px;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.otstrelka_right:hover {
  background: url(../images/strelka_right_hover.png);
  left: 0;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.about {
 
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 30px;
}
.about .container {
  overflow: hidden;
}
.about .h1,
.about h1 {
  float: left;
  width: 410px;
  padding-right: 20px;
}
.about .content {
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-family: 'helvetica-neue-light';
}
.about h3,
.about .h3 {
  display: block;
  color: #ba410c;
  font-size: 24px;
  margin: 0 0 5px 0;
  font-family: 'helvetica-neue-light';
  font-weight: normal;
}
.about p {
  margin: 0 0 25px 0;
}
.about ul {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
}
.about ul li {
  position: relative;
  padding-left: 15px;
  margin: 3px 0;
}
.about ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.problems {
  background: transparent url(../images/rab_bottom.png) no-repeat center bottom;
  color: #000;
  font-size: 18px;
  font-family: 'helvetica-neue-light';
  padding-bottom: 80px;
}
.problems .h1,
.problems h1 {
  margin-bottom: 10px;
}
.problems .btn {
  text-align: center;
  margin: 0;
}
.problems .row {
  margin-bottom: 20px;
}
.problems .row.last {
  margin-bottom: 10px;
}
.problems ul {
  padding: 0;
  margin: 0 -20px;
  list-style: none;
  font-size: 0;
}
.problems ol li {
    text-align: left;
    padding-bottom: 10px;
}
.problems ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 18px;
  line-height: 21px;
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.problems ul .img {
  text-align: center;
  margin-bottom: 25px;
}
.problems ul .img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.problems ul span {
  color: #ba410c;
}
.projects {
  background: transparent url(../images/proect_bottom.png) no-repeat center bottom;
  font-family: 'helvetica-neue-light';
  color: #000;
  font-size: 18px;
  padding-bottom: 140px;
}
.opcontentblock {
  width: 1100px;
  height: 440px;
  background-color: #fff;
}
.opimageblock {
  width: 754px;
  height: 440px;
  display: inline-block;
}
.opinfoblock {
  width: 300px;
  height: 440px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  float: right;
}
.opinfoblock > h2 {
  color: #ba410c;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}
.opinfoblock > span {
  display: block;
  color: #92d6eb;
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
  padding-bottom: 5px;
}
.opstrelki {
  position: relative;
  display: inline-block;
  float: right;
  top: -250px;
}
.opstrelka_left {
  border: none;
  width: 40px;
  height: 40px;
  background: url(../images/strelka_left_orange.png) center center no-repeat;
  background-color: transparent;
  position: relative;
  top: 15px;
  left: 10px;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.opstrelka_left:hover {
  background: url(../images/strelka_left_hover.png) center center no-repeat;
  left: 0px;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.opstrelka_right {
  border: none;
  width: 40px;
  height: 65px;
  background: url(../images/strelka_right_orange.png);
  background-color: transparent;
  position: relative;
  top: -20px;
  left: -5px;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.opstrelka_right:hover {
  background: url(../images/strelka_right_hover.png);
  left: 5px;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.oppaginacia {
  width: 200px;
  display: block;
  margin-top: 10px;
  position: relative;
  left: 550px;
}
.oppaginacia input[type="radio"] {
  display: none;
}
.oppaginacia input[type="radio"] + label {
  background: url("../images/pag_off_orange.png") no-repeat 0 0;
  cursor: pointer;
  padding-left: 20px;
}
.oppaginacia input[type="radio"]:hover + label:hover {
  background: url("../images/pag_off_hover.png") no-repeat 0 0;
  cursor: pointer;
  padding-left: 20px;
}
.oppaginacia input[type="radio"]:checked + label,
.oppaginacia input[type="radio"]:checked + label:hover {
  background: url("../images/pag_on_orange.png") no-repeat 0 0;
  padding-left: 20px;
}
.services {
  background: transparent url(../images/uslugi_bottom.png) no-repeat center bottom;
  padding-bottom: 60px;
  font-family: 'helvetica-neue-light';
}
.services .container {
  padding: 50px 0;
  overflow: hidden;
}
.services .container h1,
.services .container .h1 {
  float: left;
  width: 250px;
}
.services .container .content {
  margin-left: 250px;
  padding-left: 165px;
  font-size: 18px;
  color: #000;
  line-height: 21px;
}
.services .container h3,
.services .container .h3 {
  display: block;
  color: #ba410c;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-family: 'helvetica-neue-light';
  font-weight: normal;
}
.services .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services .container ul li {
  position: relative;
  margin-bottom: 35px;
}
.services .container ul p {
  margin: 0;
}
.services .container ul .img {
  display: block;
  position: absolute;
  top: -3px;
  left: -120px;
}
.services .btn {
  margin: 0;
}
.houses {
  background: transparent url(../images/slider_bottom.png) no-repeat center bottom;
  font-family: 'helvetica-neue-light';
  padding-bottom: 100px;
  padding-top: 50px;
}
.houses-nav {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  width: 1200px;
  margin-left: -80px;
}
.houses-nav li {
  margin-right: 10px;
}
.houses-nav li img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.houses-nav li.curent {
  position: relative;
}
.houses-nav li.curent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  border: 2px solid #ba410c;
}
.houses-nav li.curent img {
  opacity: 0.35;
}
.wrapper-house {
  margin-bottom: 20px;
  overflow: hidden;
  width: 1200px;
}
.slidshow {
  margin-bottom: 10px;
  position: relative;
}
.slidshow .inside {
  height: 120px;
  width: 1130px;
  overflow: hidden;
}
.slider-house {
  background: #fff;
  overflow: hidden;
}
.slider-house .img {
  float: right;
  width: 750px;
  text-align: right;
}
.slider-house .img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.slider-house .description {
  overflow: hidden;
  padding: 10px 40px 10px 20px;
}
.slider-house h2,
.slider-house .h2 {
  display: block;
  margin: 0 0 20px 0;
  color: #ba410c;
  font-size: 24px;
  font-weight: bold;
}
.slider-house ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-house ul li {
  margin: 10px 0;
  font-size: 18px;
}
.slider-house ul span {
  display: block;
  color: #92d6eb;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-weight: bold;
}
.slider-house ul p {
  margin: 0;
}
.slidshow > ul > li > img:hover {
  outline: 1px #ba410c solid;
  -moz-outline: 1px #ba410c solid;
  -webkit-outline: 1px #ba410c solid;
  -o-outline: 1px #ba410c solid;
  opacity: 0.5;
  cursor: pointer;
}
.da-arrows {
  position: absolute;
  top: 120px;
  right: 50%;
  margin-right: -600px;
  width: 100px;
  height: 100px;
}
.da-arrows-prev {
  border: none;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/strelka_left_orange.png) center center no-repeat;
  background-color: transparent;
  top: 70px;
  right: 50px;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.da-arrows-prev:hover {
  background: url(../images/strelka_left_hover.png) center center no-repeat;
  right: 55px;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.da-arrows-next {
  border: none;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 65px;
  background: url(../images/strelka_right_orange.png);
  background-color: transparent;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.da-arrows-next:hover {
  background: url(../images/strelka_right_hover.png);
  right: -10px;
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shstrelki {
  position: absolute;
  top: 30px;
  right: -10px;
}
.shstrelka_left {
  border: none;
  width: 40px;
  height: 40px;
  background: url(../images/strelka_left_orange.png) center center no-repeat;
  background-color: transparent;
  position: relative;
  top: 15px;
  left: 10px;
  /* РџРµСЂРµС…РѕРґ */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shstrelka_left:hover {
  background: url(../images/strelka_left_hover.png) center center no-repeat;
  left: 0px;
  cursor: pointer;
  /* РџРµСЂРµС…РѕРґ */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shstrelka_right {
  border: none;
  width: 40px;
  height: 65px;
  background: url(../images/strelka_right_orange.png);
  background-color: transparent;
  position: relative;
  top: -20px;
  left: -5px;
  /* РџРµСЂРµС…РѕРґ */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shstrelka_right:hover {
  background: url(../images/strelka_right_hover.png);
  left: 5px;
  cursor: pointer;
  /* РџРµСЂРµС…РѕРґ */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wrapper-main {
  width: 100%;
  position: relative;

}
.m-slider {
  width: 100%;
}
.m-slider .item {
  width: 100%;
}
.m-slider .container:before,
.m-slider .container:after {
  content: " ";
  display: table;
}
.m-slider .container:after {
  clear: both;
}
.m-slider .img {
  float: left;
  width: 380px;
  margin-right: 30px;
}
.m-slider .img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.m-slider .information {
  overflow: hidden;
  padding-top: 100px;
  max-width: 700px;
}
.m-slider h2 {
  font-size: 72px;
  color: #ba410c;
  margin: 0 0 20px 0;
  font-family: 'helvetica-neue-ultra-light';
  font-weight: normal;
}
.m-slider p {
  margin: 0 0 40px 0;
  font-size: 22px;
  color: #000;
}
.m-slider .slick-dots {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  width: 380px;
  text-align: center;
  position: absolute;
  top: 380px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
}
.m-slider .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
}
.m-slider .slick-dots li a {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.m-slider .slick-dots li a:hover {
  border: 2px solid #c6edf9;
}
.m-slider .slick-dots li.slick-active a {
  border: 1px solid #fff;
  background: #fff;
}
.m-slider .slick-dots li.slick-active a:hover {
  border: 1px solid #fff;
  background: #fff;
}
.actions {
  position: relative;
  height: 600px;
}
#preloader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
}
.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(146, 214, 235, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2000;
}
.popup-content {
  position: relative;
  width: 560px;
  padding: 70px 0;
  background-color: #eff0f5;
  background-image: url(../images/textura_bg.png);
  background-repeat: repeat;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c0c0c0;
 margin: 0 auto;
}
.popup-content .info {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 90px;
}
.popup-content .info p {
  margin: 0 0 10px 0;
}
.popup-form {
  padding: 0 80px;
}
.popup-form .row {
  margin-bottom: 20px;
}
.popup-form .row.indent {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-captcha.form-element,
input[type="text"].form-element,
input[type="password"].form-element,
input[type="email"].form-element {
  width: 100%;
  border: 1px solid #ba410c;
  background: #ffffff;
  font-size: 16px;
  height: 38px;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-captcha.form-element.form-captcha,
input[type="text"].form-element.form-captcha,
input[type="password"].form-element.form-captcha,
input[type="email"].form-element.form-captcha {
  width: 250px;
}
.form-captcha.form-element.placeholder,
input[type="text"].form-element.placeholder,
input[type="password"].form-element.placeholder,
input[type="email"].form-element.placeholder {
  font-style: italic;
  color: #c7c7c9;
}
.form-captcha.form-element:hover,
input[type="text"].form-element:hover,
input[type="password"].form-element:hover,
input[type="email"].form-element:hover {
  font-style: normal;
  color: #000;
  border: 1px solid #92d6eb;
}
textarea.form-element {
  width: 100%;
  border: 1px solid #ba410c;
  background: #ffffff;
  font-size: 16px;
  padding: 10px;
  height: 100px;
  resize: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
textarea.form-element.placeholder {
  font-style: italic;
  color: #c7c7c9;
}
textarea.form-element:hover {
  font-style: normal;
  color: #000;
  border: 1px solid #92d6eb;
}
.form-captcha.form-error,
input[type="text"].form-error,
input[type="password"].form-error,
input[type="email"].form-error,
textarea.form-error {
  border: 1px solid #ff4a4a;
  background: #ffa4a4;
  color: #fff;
}
.form-captcha.form-error.placeholder,
input[type="text"].form-error.placeholder,
input[type="password"].form-error.placeholder,
input[type="email"].form-error.placeholder,
textarea.form-error.placeholder {
  color: #fff;
}
.form-captcha.form-error:hover,
input[type="text"].form-error:hover,
input[type="password"].form-error:hover,
input[type="email"].form-error:hover,
textarea.form-error:hover {
  font-style: normal;
  color: #000;
  border: 1px solid #92d6eb;
  background: #fff;
}
.popup-form .form-element.form-phone,
.popup-form .form-element.form-email,
.popup-form .form-element.form-name {
  padding-left: 50px;
}
.popup-form .form-element.form-name {
  background: #ffffff url(../images/icon_name.png) no-repeat left center;
}
.popup-form .form-element.form-name:hover {
  background: #ffffff url(../images/icon_name_hover.png) no-repeat left center;
}
.popup-form .form-element.form-email {
  background: #ffffff url(../images/icon_message.png) no-repeat left center;
}
.popup-form .form-element.form-email:hover {
  background: #ffffff url(../images/icon_message_hover.png) no-repeat left center;
}
.popup-form .form-element.form-phone {
  background: #ffffff url(../images/icon_phone.png) no-repeat left center;
}
.popup-form .form-element.form-phone:hover {
  background: #ffffff url(../images/icon_phone_hover.png) no-repeat left center;
}
.captcha:before,
.captcha:after {
  content: " ";
  display: table;
}
.captcha:after {
  clear: both;
}
.captcha .captcha-img {
  float: right;
  width: 132px;
  height: 38px;
  line-height: 38px;
  text-align: right;
}
.captcha .captcha-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.element-img {
  background: transparent url(../images/form_line.png) no-repeat center center;
  height: 45px;
  margin: 30px -80px 30px -80px;
}
.form-btn {
  text-align: center;
}
.form-btn .btn {
  border: none;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: url(../images/button_bg.png);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.form-btn .btn:hover {
  background: url(../images/button_bg_hover.png);
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.close-popup {
  top: -50px;
  z-index: 2;
  right: -50px;
  display: block;
  position: absolute;
  background-image: url(../images/menu_close.png);
  width: 47px;
  height: 39px;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.close-popup:hover {
  opacity: 0.5;
}
.nameform {
  background: #ffffff url(../images/icon_name.png) no-repeat left center;
}
.nameform:hover {
  background: #ffffff url(../images/icon_name_hover.png) no-repeat left center;
  outline: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.nameform:focus {
  background: #ffffff url(../images/icon_name_hover.png) no-repeat left center;
  outline: none;
  border: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.mailform {
  background: #ffffff url(../images/icon_message.png) no-repeat left center;
}
.mailform:hover {
  background: #ffffff url(../images/icon_message_hover.png) no-repeat left center;
  outline: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.mailform:focus {
  background: #ffffff url(../images/icon_message_hover.png) no-repeat left center;
  outline: none;
  border: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.phoneform {
  background: #ffffff url(../images/icon_phone.png) no-repeat left center;
}
.phoneform:hover {
  background: #ffffff url(../images/icon_phone_hover.png) no-repeat left center;
  outline: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.phoneform:focus {
  background: #ffffff url(../images/icon_phone_hover.png) no-repeat left center;
  outline: none;
  border: 1px solid #93d6eb;
  font-style: normal;
  font-size: 16px;
}
.popup-content > form > textarea {
  display: block;
  width: 340px;
  max-width: 340px;
  max-height: 80px;
  height: 70px;
  margin: 25px auto;
  outline: 1px solid #ba410c;
  background-color: #fff;
  color: #c7c7c9;
  font-style: italic;
  font-weight: 100;
  font-size: 16px;
  border: none;
  padding-left: 10px;
}
.popup-content > form > textarea:hover {
  outline: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.popup-content > form > textarea:focus {
  border: 1px solid #93d6eb;
  outline: none;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.captchatext {
  display: inline-block;
  width: 180px;
  padding-left: 10px;
  height: 36px;
  outline: 1px solid #ba410c;
  background-color: #fff;
  color: #c7c7c9;
  font-style: italic;
  font-weight: 100;
  font-size: 16px;
  border: none;
  margin-right: 20px;
}
.captchatext:hover {
  outline: 1px solid #93d6eb;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.captchatext:focus {
  border: 1px solid #93d6eb;
  width: 178px;
  outline: none;
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.captchablock {
  display: block;
  width: 350px;
  margin: 0 auto;
  margin-top: -10px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0px;
}
.formbutton {
  border: none;
  width: 250px;
  height: 50px;
  background: url(../images/button_bg.png);
  display: inline-block;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  /* Переход */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.formbutton:hover {
  background: url(../images/button_bg_hover.png);
  cursor: pointer;
  /* Переход */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.page-header {
  height: 694px;
  background: url(../images/header_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.fixed-line {
  background-color: #92d6eb;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 2001;
}
.fixed-line2 {
  background-color: #92d6eb;
  width: 100%;
  height: 60px;
  top: 60px;
  position: fixed;
  z-index: 100;
}
.fixed-line .line {
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
}
.fixed-line .container,.fixed-line2 .container  {
  position: relative;
  height: 60px;
  background: #92d6eb;
  z-index: 2;
}
.fixed-line .logo {
  display: block;
  width: 345px;
  height: 60px;
  text-decoration: none;
}
.fixed-line .logo img {
  vertical-align: middle;
}
.fixed-line .icon {
  margin-top: 10px;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url(../images/menu.png);
  width: 47px;
  height: 39px;
  border: none;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixed-line .icon:hover {
  opacity: 0.5;
  cursor: pointer;
}
.fixed-line .icon.open {
  background-image: url(../images/menu_close.png);
}
.tp-banner h2,
.tp-banner .h2 {
  font-size: 72px;
  color: #ba410c;
  font-weight: normal;
  margin: 0;
  font-family: 'helvetica-neue-ultra-light';
}
.tp-banner .description p {
  font-size: 18px;
  color: #000;
  margin: 0;
  width: 610px;
}
.slider-projects .slick-dots {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.slider-projects .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
}
.slider-projects .slick-dots li a {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #bd4917;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-projects .slick-dots li a:hover {
  border: 2px solid #97d7eb;
}
.slider-projects .slick-dots li.slick-active a {
  border: 1px solid #ba410c;
  background: #ba410c;
}
.slider-projects .slick-dots li.slick-active a:hover {
  border: 1px solid #ba410c;
  background: #ba410c;
}
.slider-reviews .slick-dots {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  width: 414px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.slider-reviews .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
}
.slider-reviews .slick-dots li a {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #bd4917;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-reviews .slick-dots li a:hover {
  border: 2px solid #97d7eb;
}
.slider-reviews .slick-dots li.slick-active a {
  border: 1px solid #ba410c;
  background: #ba410c;
}
.slider-reviews .slick-dots li.slick-active a:hover {
  border: 1px solid #ba410c;
  background: #ba410c;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.page-footer {
  background-color: #92d6eb;
  color: #fff;
  font-family: 'helvetica-neue-light';
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  padding: 25px 0 21px 0;
}
.page-footer .copy {
  float: left;
  width: 50%;
}
.page-footer .developer {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
.page-footer a {
  text-decoration: underline;
  color: #fff;
}
.page-footer a:hover {
  color: #c6edf9;
  text-decoration: none;
}
.page-footer .pras {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 14px;
  background: url(../images/pras.png) 0 0 no-repeat;
  margin: 0 5px 0 0;
}
.page-footer .pras:before {
  content: "";
  display: block;
  width: 67px;
  height: 14px;
  background: url(../images/pras.png) 0 -14px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-footer .pras:hover {
  text-decoration: none;
}
.page-footer .pras:hover:before {
  opacity: 1;
}
#map_canvas {
  height: 500px;
  margin: -50px 0;
}
.wrapper-map {
  overflow: hidden;
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contacts {
  position: relative;
  color: #ba410c;
  font-family: 'helvetica-neue-light';
  font-size: 18px;
  height: 400px;
}
.contacts .information {
  position: absolute;
  top: 0;
  left: 50%;
  width: 450px;
  z-index: 2;
  margin: 160px 0 0 -580px;
}
.contacts .top-line {
  background: transparent url(../images/map-top2.png) no-repeat center top;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
}
.contacts p {
  margin: 0 0 30px 0;
}
.contacts ul {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
  font-family: 'helvetica-neue-ultra-light';
  font-weight: normal;
}
.contacts ul li {
  margin: 10px 0;
  font-size: 36px;
  line-height: 40px;
}
.contacts ul span {
  font-size: 60px;
}
#mse2_filters fieldset select {
    width: 100%;

}
.mse2_number_inputs>div  {
    width: 50%;
    float: left;
}
.ms2_product .btn-order {
    color: #fff !important;
    width: 200px;
    font-size: 16px !important;
    line-height: 30px;
    height: 30px;
}
#mse2_filters fieldset {
    width: 33.333%;
    float: left;
        border: none;
        margin: 0;
    box-sizing: border-box;
    padding: 0 40px;
}
.video-list {
  display: inline-block;
  font-size: 0;
  margin-bottom: 50px;
}
.video-list li {
  display: inline-block;
  width: 22%;
  margin-right: 4%;
  margin-top: 2%;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
}
.video-list li img {
  box-sizing: border-box;
  width: 100%;
}
.video-list li:nth-of-type(4n + 4) {
  margin-right: 0;
}
.video-list li span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  line-height: 21px;
}
.video-list .active {
  color: #cc2934;
}
.video-list .active img {
  border: 5px solid #cc2934;
}
iframe[name="google_conversion_frame"] {
    display: none;
}
#proects .h1 + p, #ourproects .h1 + p {
    font-size: 22px;
}
