/*   
Theme Name: pscstroy
Theme URI: #
Version: 1.0
Tags: pscstroy
Description: Чистый шаблон для разработки
Author: saxa:p
Author URI: #
*/


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:300,400,700&subset=cyrillic');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.mobil {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #fff;
    font-size:20px;
    display:none;
    cursor:pointer;
}

.showme {
  display: block !important;
}

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;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #151515;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #18ec00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #18ec00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #555555;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.full_screen-enabled .full_screen-section {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
.full_screen-enabled .full_screen-section > * {
  display: table-row !important;
}
.full_screen-enabled .full_screen-container {
  display: table-cell;
  width: 100%;
}
.full_screen-enabled .full_screen-middle .full_screen-container {
  vertical-align: middle;
}
.full_screen-enabled .full_screen-bottom .full_screen-container {
  vertical-align: bottom;
}
.full_screen-enabled .full_screen-container-top,
.full_screen-enabled .full_screen-container-bot {
  position: absolute;
  left: 0;
  width: 100%;
}
.full_screen-enabled .full_screen-container-top {
  top: 0;
}
.full_screen-enabled .full_screen-container-bot {
  bottom: 0;
}
body,
.doc-wrapper {
  position: relative;
}
.doc-wrapper {
  z-index: 0;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tooltip-hidden {
  display: none;
}
.tooltip-pointer {
  position: absolute;
}
.fs-section {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.fs-center .fs-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.fs-top,
.fs-bot {
  position: absolute;
  left: 0;
  right: 0;
}
.fs-top {
  top: 0;
}
.fs-bot {
  bottom: 0;
}
.btn-default {
    background: #18ec00;
    border: 1px solid #18ec00;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 13px 27px;
    outline: 0;
}

.btn-default:hover {
  background:#44a029;
}


.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 21px;
  height: 42px;
  background-repeat: no-repeat;
}
.owl-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAqCAMAAABr5eDcAAAAWlBMVEUAAAD////+//////75+vv7/P7w8PL9/v7O0dfU1t7Z3OPm6Ov2+fvLztbR0tji5Ont7fHz9PXf4eb19ffMzdLq6+/t7vK9wci9wcrAw8rGydDBxM7Dx83JzNMi5VZ2AAAAF3RSTlMAV1dXamSGXezczKNw9uawj3y7dvOVj6Eq5akAAADGSURBVCjPdZPbEoMgDERBrCheKNo2AfH/f7MMfehMFnk8s5OEzUbB66xW+Jbribhf+TIS2pHOoBtwkNJu4jhIpXFEb6m0juLcSeXO5CXUM9Pegg7gJ9IEcIhx03LO46TtIZVL5hfAPnPqASZKi5HeXQXKTo+VcgA4Etqkinf/jSDFCgZx6XYUjJPlXqvWL+6wAnxUdwCHn5PoOm84tqkbQjwTO1Rrz7RbjLMn8o0iNVGorunD2iKpItVo9xla10LJ3F8WXuEXkGcMdsI8ZakAAAAASUVORK5CYII=");
}
.owl-prev:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAqCAMAAABr5eDcAAAAS1BMVEUAAAD/////+PD/+vb/uob/+vr///3/wpL/3sL/5dD/6Nj/z63/8OH/yKL/v43/1bf/6Nv/8un+//3/x53/qGH/qWT/rGn/tXv/r3I8mP5NAAAAFHRSTlMAU2hg9lpW5aWSiL97z+20hHBW1linLiMAAAC8SURBVCjPjdPNDoQgDARgEQQVXf86hfd/0nWzB5MOBzl+KU06TbuXbwiTI+yDFFIfUBerwwe6W3QXdI4GYxZMp63M0JG+bwDjqNgYBdniOamsFuOsSPR9UXy8xaNKsBj7KqW3lUO50dnsfhjfZOeT6EwxJ2An7FY8pdyBliL1YPZFij87ngL3FMTPxCYdBE8clyqpwbNKctzkvyFmSGaOo7bYbZCxwVm0xStkYh6udoAJujeYtsjXwpfF7wsifgp+09TJ0wAAAABJRU5ErkJggg==");
}
.owl-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAqCAMAAABr5eDcAAAAaVBMVEUAAAD////5+vvO0df7/P7a3ePm6Ov2+fvLztbR0tjV1t3i5Ont7fHv7/Hx8fPz9PX9/v/U19/f4eb19ff7+/v9/f3MzdLq6+/t7vK9wcq+wcjGydC9wcfAxMrBxM7Dx82/wsm9wsjJzNOfPR9sAAAAGXRSTlMAV2rsZMujcPbm2LCPiYN8Xd27dmRd85WPjEUMYQAAALxJREFUKM+N0zkWgzAMBFBkwk7Ys8g2eLn/IfOoZ4pQ/kI8j0ZFIYsU8MmYG6JZW4M6X7ZckJ+Xli/Cp66C/LG+IlxHX5Ehg9dNkLekNeGK82rjl3AXzwn50em1E35raJCN02CApXHWUU6Z5RpSeyBP0ZYP5PHUnitOOHGC7MHD38QEzQaQvcI4vRHTgdCOzl+zQOqKqUuvuCGpNME2l83rINiSdCM2Skj7eqFN5a3GC8CViLOt+e+y+BX+AH3xDYC3RsOIAAAAAElFTkSuQmCC");
}
.owl-next:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAqCAMAAABr5eDcAAAAUVBMVEUAAAD/////6Nn/+vb/wZD/9u3/+vr///3/z63+uof/8OH/uYT/yKL+4MT/5tH/+PD/x5v/1bf/2r//4s/+//3/qWT/q2r/p2H/sHT+qWH/tn6dZ0VmAAAAFXRSTlMAU4dg6WtaVr/ze/jPopBm2bSplVZeAs8aAAAAt0lEQVQoz4XTSxLDIAwD0BIg5P8XBu5/0GYvdcryDXhAxh+93Db2QpuNO+tUMHvmLiNwkfTy4YifG3VIXGTNGBzzBZyCT2AVPKAqXgzbwxyQu0TsX54c82wlMu/Nyp6odCxWetqdYqktylxHmasFxcAhm7AIrMGLu1G7Hl9q450N/Iq9iSD8DIGh5ilR6pY7wsXy5qibhpux5ouOX4bT8Y+ygfCuWJwI+ujlr1ad6sW0zPH3ZP1fXx4lCxL5SxvLAAAAAElFTkSuQmCC");
}
a {
  text-decoration: none !important;
  border-bottom: 1px dotted;
  outline: 0 !important;
}
a:hover {
  border-color: transparent;
}
a.grey {
  color: #4f4e4e;
}
p.par,
ul.par,
table.par {
  font-size: 19px;
  font-weight: 300;
}
ul.par li {
  line-height: 1.5;
}
.h {
  position: relative;
  padding-top: 14px;
}
.h h2 {
  margin-top: 0;
  line-height: 36px;
}
.h:before {
  width: 21px;
  height: 2px;
  background: #151515;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
}
.limiter {
  margin: 0 14% 0 13%;
  max-width: 1200px;
}
@media (min-width: 1791px) {
  .limiter {
    margin: auto;
  }
}
.tooltip {
  background: #191919;
  color: #fff;
  text-transform: uppercase;
}
.tooltip .tooltip-pointer {
  position: absolute;
  width: 14px;
  height: 7px;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  border-top: 7px solid #191919;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.tooltip-bottom .tooltip-pointer {
  top: -7px;
  border-top: 0;
  border-bottom: 7px solid #191919;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.ico {
  display: inline-block;
  line-height: 0;
  border: 0 !important;
}
.ico-dynamics-5:before {
  content: url("img/ico/ico-dynamics-5.png");
}
.ico-dynamics-4:before {
  content: url("img/ico/ico-dynamics-4.png");
}
.ico-dynamics-3:before {
  content: url("img/ico/ico-dynamics-3.png");
}
.ico-dynamics-2:before {
  content: url("img/ico/ico-dynamics-2.png");
}
.ico-dynamics-1:before {
  content: url("img/ico/ico-dynamics-1.png");
}
.ico-popup-close:before {
  content: url("img/ico/ico-popup-close.png");
}
.ico-close-black:before {
  content: url("img/ico/ico-close-black.png");
}
.ico-pdf-sm:before {
  content: url("img/ico/ico-pdf-sm.png");
}
.ico-slider-prev:before {
  content: url("img/ico/ico-slider-prev.png");
}
.ico-slider-next:before {
  content: url("img/ico/ico-slider-next.png");
}
.ico-next-white:before {
  content: url("img/ico/ico-next-white.png");
}
.ico-service-7:before {
  content: url("img/ico/ico-service-7.png");
}
.ico-service-6:before {
  content: url("img/ico/ico-service-6.png");
}
.ico-service-5:before {
  content: url("img/ico/ico-service-5.png");
}
.ico-service-4:before {
  content: url("img/ico/ico-service-4.png");
}
.ico-service-3:before {
  content: url("img/ico/ico-service-3.png");
}
.ico-service-2:before {
  content: url("img/ico/ico-service-2.png");
}
.ico-service-1:before {
  content: url("img/ico/ico-service-1.png");
}
.ico-pdf:before {
  content: url("img/ico/ico-pdf.png");
}
.ico-menu-white:before {
  content: url("img/ico/ico-menu-white.png");
}
.doc-wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out;
}
#white,
#composite {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
}
.logo {
  position: absolute;
  left: 50%;
  top: 28%;
  top: 28vh;
  margin: 0 0 0 -73px;
  border: 0;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
}
.composite-bg {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out;
}
#top {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/*
 * Загрузчик
 */
#loader {
  width: 64px;
  height: 64px;
  background: url('img/350.gif') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
}
body {
  overflow: hidden;
  overflow-y: scroll;
}

.no-js #loader-wrapper,
.no-cssvhunit #loader-wrapper,
.no-cssvwunit #loader-wrapper,
.loaded #loader-wrapper {
  display: none;
}
.no-js body,
.no-cssvhunit body,
.no-cssvwunit body,
.loaded body {
  overflow: visible;
}
.no-js .doc-wrapper,
.no-cssvhunit .doc-wrapper,
.no-cssvwunit .doc-wrapper,
.loaded .doc-wrapper {
  height: auto;
  overflow: visible;
}
.info {
  width: 74%;
  padding-bottom: 70px;
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.info .logos {
  margin: 25px 0;
}
.info .logos img {
  display: inline;
  max-width: 30%;
}
.info .logos img + img {
  margin: 0 2% 0 8%;
}
.info .logos img + img + img {
  margin: 0;
}
.info h1 {
  font-weight: 700;
  margin: 40px 0;
}
.info p {
    margin: 25px 0;
    font-size: 19px;
    font-weight: 300;
}
.info .pdf {
  margin-left: 137px;
  position: relative;
}
.info .pdf + .pdf {
  margin-left: 70px;
}
.info .pdf .ico {
  position: absolute;
  left: -40px;
  top: -5px;
}
.info .more {
  text-transform: uppercase;
  font-size: 12px;
}
.info .grey {
  float: right;
}
.info table td {
  border: 1px solid #000;
}
.info ul,
.info table {
  margin-bottom: 25px;
}
.info li {
  margin-bottom: 25px;
}
.info li ul {
  margin-top: 15px;
  list-style-type: disc;
}
.info li ul li {
  margin-bottom: 10px;
}
.services {
  position: relative;
}
.services-menu {
  background: #373737;
  width: 66px;
  height: 399px;
  position: absolute;
  top: 30%;
  left: 0;
}
.services-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-menu a {
  border-bottom: 0;
  outline: none;
}
.services-menu li {
  height: 57px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.services-menu .active-pointer {
  position: absolute;
  height: 57px;
  background: #18ec00;
  left: 0;
  width: 100%;
  -webkit-transition: top 400ms;
          transition: top 400ms;
  overflow: hidden;
}
.services-menu .active-pointer div {
  position: relative;
  -webkit-transition: top 400ms;
          transition: top 400ms;
}
.service-tooltip {
  height: 57px;
  padding: 20px 30px;
  background: #18ec00;
}
.service-tooltip p {
  text-transform: none;
  font-size: 18px;
  margin: 0;
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-tooltip .tooltip-pointer {
  position: absolute;
  width: 9px;
  height: 18px;
  left: -9px;
  top: 19px;
  border-right: 9px solid #18ec00;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.services {
  background: #efefef;
}
.services .h {
  margin-top: 85px;
}
.services .mid {
  margin-top: 160px;
}
.services .service-description {
  position: relative;
  margin-top: 65px;
}
.services .service-description .image {
  width: 40%;
  position: absolute;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 100%;
  left: 0;
  top: 0;
}

.advantages .limiter {
  padding-top: 60px;
}

.services .service-description img {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 350px;
  height: auto;
  left: 0;
  top: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.services .service-description img.active {
  display: block;
}
.services .service-description .coin {
  position: absolute;
  width: 81%;
  top: 50%;
  left: 50%;
  margin: -40% 0 0 -40%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.services .service-description .text {
  margin-left: 40%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.services .service-description .text .txt {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.services .service-description .text-container {
  height: 252px;
  overflow: hidden;
}
@media (min-height: 1000px) {
  .services .service-description .text-container {
    height: 441px;
  }
}
.services .service-description h5 {
  font-size: 30px;
font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 10px;
  background: #efefef;
  position: relative;
  z-index: 1;
}
.services .service-description li {
  
}
.services .service-description li span {
  color: #151515;
}
.services .service-description .par {
  margin-bottom: 25px;
}
.services-icon {
  background-image: url(img/services.png);
  background-repeat: no-repeat;
  display: block;
}
.services-icon.services-icon-icons {
  background-position: -5px -5px;
  width: 66px;
  height: 399px;
}
.services-icon.services-icon-icons-hover {
  background-position: -81px -5px;
  width: 66px;
  height: 399px;
}
.coinAnimation {
  -webkit-animation: coin 1s;
          animation: coin 1s;
}
@-webkit-keyframes coin {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@keyframes coin {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.tooltip {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.advantages {
  background: url(img/advantages.jpg) no-repeat center;
  background-size: cover;
}
.advantages h2,
.advantages p {
  color: #18ec00;
}
.advantages .h:before {
  background: #fff;
}
.advantages a {
  color: #000000;
  margin: 26px 0 15px;
  display: inline-block;
  border: none;
  position: relative;
  padding-bottom: 45px;
}
.advantages a img {
  margin: 0 0 0 auto;
}


.advantages a span,
.advantages a img {
  display: block;
}
.advantages a .ico {
  position: absolute;
  right: -89px;
  top: 25px;
  display:none;
}
.advantages a .descr {
font-size: 21px;
    /* position: absolute; */
    margin-top: 10px;
    right: 0;
    bottom: 10px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}
.advantages a.double {
  padding-bottom: 15px;
}
.advantages a.double .descr {
  width: 135px;
  right: auto;
  left: -81px;
  text-align: right;
  line-height: 1.2;
  bottom: 26px;
}
.advantages a.double .descr + .descr {
  width: 195px;
  right: 0;
  left: auto;
  bottom: 0;
}
.advantages p {
    font-size: 25px;
    font-weight: 300;
    margin-right: -90px;
	    color: #000000;
}
.advantage,
.advantages .h,
.dots {
  margin-left: 60%;
}
.advantage.hidden {
  display: none;
}
.dots {
 margin-top: 20px;
    margin-bottom: 120px;

}
.dots a {
  display: block;
  float: left;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
  margin-right: 14px;
}
.dots a.active {
  background: #fff;
}
.dynamics .description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dynamics .description li {
  font-size: 11px;
  text-transform: uppercase;
  color: #696969;
  position: relative;
  padding-left: 40px;
  margin-bottom: 7px;
  padding-right: 27px;
}
.dynamics .description li .ico {
  position: absolute;
  left: 0;
  top: -1px;
}
.dynamics .average {
  text-align: center;
}
.dynamics .limiter {
  position: relative;
}
.dynamics .description {
  position: absolute;
  right: 0;
  top: 35px;
}
.dynamics .mid {
  padding-top: 57px;
}
.diagrams {
  width: 432px;
  margin: 80px auto 35px;
}
.diagrams:before,
.diagrams:after {
  content: " ";
  display: table;
}
.diagrams:after {
  clear: both;
}
.diagrams:before,
.diagrams:after {
  content: " ";
  display: table;
}
.diagrams:after {
  clear: both;
}

  .diagrams {width:100%;}

@media (min-width: 1100px) {
  .diagrams {
    width: 576px;
  }
}
@media (min-width: 1300px) {
  .diagrams {
    width: 720px!important;
  }
}
.diagrams .owl-item {
  padding-bottom: 30px;

}
.diagrams .owl-prev,
.diagrams .owl-next {
  top: 70%;
}
.diagrams .owl-prev {
  left: -106px;
}
.diagrams .owl-next {
  right: -106px;
}
.diagram {
  float: left;
  padding: 1px 16px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  height: 256px;
  width: 144px;
}
.diagram .year {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
}
.diagram .year p {
  font-weight: 700;
}
.diagram .col {
  float: left;
  border-radius: 3px;
  width: 18px;
  position: absolute;
  bottom: 1px;
  left: 21px;
  background: #18ec00;
}
.diagram .col + .col {
  background: #000000;
  left: 48px;
}
.diagram .col + .col + .col {
  left: 77px;
  background: #9a9a9a;
}
.diagram .col + .col + .col + .col {
  left: 105px;
  background: #9c3393;
}
.diagram-tooltip {
  width: auto;
  padding: 10px 35px;
  margin-top: -16px;
  border-radius: 3px;
}
.diagram-tooltip p {
  margin: 0;
  text-align: center;
  font-size: 12px;
}
.grid {
  margin: 0 9% 0 6%;
  max-width: 1200px;
}
@media (min-width: 1600px) {
  .grid {
    margin: auto;
  }
}
.grid .item {
  float: left;
  cursor: pointer;
  margin-bottom: 4%;
  width: 30%;
  overflow: hidden;
  text-align: center;
}
.grid .item.w2 {
  width: 64%;
}
.grid .item p {
  position: relative;
  font-weight: 300;
}
.grid .item p .short-lines {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -30px;
}
.grid .descr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(8, 37, 61, 0.93);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all 600ms;
          transition: all 600ms;
  opacity: 0;
}
.grid .descr p {
  width: 100%;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
}
.grid .descr p > span:first-child {
  top: 50px;
  -webkit-transition: all 600ms ease 600ms;
          transition: all 600ms ease 600ms;
  visibility: hidden;
  opacity: 0;
  position: relative;
}
.grid .descr .short-lines {
  z-index: 1;
}
.grid .descr .short-lines span {
  background: rgba(255, 255, 255, 0.7);
}
.grid .image {
  position: relative;
}
.grid .image img {
  display: inline-block;
  position: relative;
  left: 100%;
  margin-left: -200%;
}
.grid .image:hover .descr {
  visibility: visible;
  opacity: 1;
}
.grid .image:hover .descr p > span:first-child {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.grid .new {
  position: relative;
  padding: 50px 40px;
  font-size: 18px;
  background: #efefef;
  -webkit-transition: color 600ms, background 600ms;
          transition: color 600ms, background 600ms;
}
.grid .new:hover {
  background: #173248;
  color: #fff;
}
.grid .new .short-lines span {
  background: #8f8f8f;
}
.grid.machines {
  margin: 0;
}
.grid.machines .item {
  width: 46%;
  float: left;
  margin-right: 4%;
}
.objects {
    padding-top: 85px;
    padding-bottom: 40px;
    background: #f5f5f5;
}
.objects .par {
  width: 58%;
  margin-bottom: 40px;
  margin-top: 45px;
}
.short-lines {
  display: inline-block;
  width: 22px;
  height: 11px;
  position: relative;
}
.short-lines span {
  position: absolute;
  display: block;
  width: 9px;
  height: 1px;
  left: 0;
  top: 0;
}
.short-lines span + span {
  top: 5px;
}
.short-lines span + span + span {
  top: 10px;
}
.short-lines span + span + span + span {
  left: auto;
  right: 0;
  top: 0;
}
.short-lines span + span + span + span + span {
  top: 5px;
}
.short-lines span + span + span + span + span + span {
  top: 10px;
}
.short-lines.half-white span {
  background: rgba(255, 255, 255, 0.7);
}
.short-lines.grey span {
  background: #8f8f8f;
}
#more {
  position: relative;
  margin-right: 20px;
}
.plus,
.minus {
  color: #18ec00;
  font-size: 19px;
  position: absolute;
  top: -6px;
  right: -20px;
}
.minus {
    font-size: 17px;
    top: -4px;
}
.more {
  text-align: center;
}
.more .btn-default {
  border-radius: 0;
  padding: 10px 22px 12px;
  color: #242424;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.more .btn-default .plus {
  position: relative;
  right: auto;
  top: 1px;
  font-size: 15px;
  margin-left: 7px;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.more .btn-default:hover {
  background: #18ec00;
  color: #fff;
  border-color: transparent;
}
.more .btn-default:hover .plus {
  color: #fff;
}
.mCSB_scrollTools_vertical {
  visibility: hidden;
}
.partners {
  padding: 44px 0 130px;
}
.partners .h {
  margin-bottom: 50px;
}
.partners .partner {

  background-repeat: no-repeat;
  display: inline-block;
  border: none;
}
.partners .owl-item {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.partners .owl-prev,
.partners .owl-next {
  position: absolute;
  top: 12px
  /* &:hover {
      opacity: .7;
    }*/
}
.partners .owl-prev {
  left: -82px;
}
.partners .owl-next {
  right: -82px;
}
.partners .sprite-1 {
  width: 219px;
  height: 33px;
  background-position: -5px -5px;
}
.partners .sprite-10 {
  width: 286px;
  height: 58px;
  background-position: -5px -48px;
}
.partners .sprite-11 {
  width: 177px;
  height: 69px;
  background-position: -5px -116px;
}
.partners .sprite-12 {
  width: 144px;
  height: 46px;
  background-position: -192px -116px;
}
.partners .sprite-2 {
  width: 109px;
  height: 58px;
  background-position: -192px -172px;
}
.partners .sprite-3 {
  width: 283px;
  height: 39px;
  background-position: -5px -240px;
}
.partners .sprite-4 {
  width: 195px;
  height: 40px;
  background-position: -5px -289px;
}
.partners .sprite-5 {
  width: 227px;
  height: 46px;
  background-position: -301px -5px;
}
.partners .sprite-6 {
  width: 203px;
  height: 37px;
  background-position: -301px -61px;
}
.partners .sprite-7 {
  width: 161px;
  height: 52px;
  background-position: -346px -108px;
}
.partners .sprite-8 {
  width: 216px;
  height: 47px;
  background-position: -346px -170px;
}
.partners .sprite-9 {
  width: 216px;
  height: 48px;
  background-position: -311px -227px;
}
.partners-tooltip {
  margin-top: 30px;
  padding: 7px 17px 6px 45px;
  font-size: 12px;
  border-radius: 3px;
}
.partners-tooltip .ico {
  position: absolute;
  top: 5px;
  left: 14px;
}
.partners-tooltip p {
  margin: 0;
}
.contacts {
  height: 415px;
  position: relative;
}
.contacts .contacts-inner {
  background: #fff;
  width: 380px;
  padding: 0 40px 45px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.contacts .contacts-inner .h {
  top: -24px;
  position: relative;
  background: #fff;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
}
.contacts .contacts-inner .h:before {
  left: 40px;
}
.contacts .contacts-inner p {
  font-size: 18px;
  font-weight: 300;
}
.contacts .contacts-inner p span {
  font-size: 24px;
}
.contacts .social {
  margin-top: 40px;
}
.contacts .social-link {
  border: 0;
  display: inline-block;
  width: 28px;
  height: 29px;
  background: url(img/social.png) -3px 0 no-repeat;
  margin-right: 1px;
}
.contacts .social-link:hover {
  opacity: .7;
}
.contacts .sprite-2 {
  width: 30px;
  background-position: -36px 0;
}
.contacts .sprite-3 {
  width: 30px;
  background-position: -70px 0;
}
.contacts .sprite-4 {
  width: 30px;
  background-position: -103px 0;
}
.contacts .sprite-5 {
  width: 30px;
  background-position: -137px 0;
}
.contacts .map,
.contacts .ymap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
    padding: 35px 0;
    background: #232323;
}

.footer p {
    color: #eee;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.menu-opened .doc-wrapper {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.menu-opened .composite-bg {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}
.menu-opened #popup-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-opened .menu {
  margin-top: -3px;
  color: #010101 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.menu-opened .menu:hover {
  color: #010101 !important;
}
.menu-opened .menu .menu-icon {
  display: none;
}
.menu-opened .menu .ico {
  display: inline-block;
}
.menu {
  display: block;
  position: fixed;
  top: 48px;
  right: 71px;
  color: #fff !important;
  border-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease-in-out;
          transition: color 300ms ease-in-out;
font-family: 'PT Sans', sans-serif;
  line-height: 12px;
  height: 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
.menu .menu-icon,
.menu .ico {
  margin-left: 20px;
  position: relative;
}
.menu .ico {
  top: 2px;
  display: none;
}
.menu[data-style="inverted"] {
  color: #010101 !important;
}
.menu[data-style="inverted"] .menu-icon:before,
.menu[data-style="inverted"] .menu-icon:after,
.menu[data-style="inverted"] .menu-icon span {
  background: #010101;
}
.menu[data-style="inverted"] {
  background: #fff;
  box-shadow: 0 1px 0 5px #fff;
}
.menu[data-style="inverted-wo-bg"] {
  color: #010101 !important;
}
.menu[data-style="inverted-wo-bg"] .menu-icon:before,
.menu[data-style="inverted-wo-bg"] .menu-icon:after,
.menu[data-style="inverted-wo-bg"] .menu-icon span {
  background: #010101;
}
.menu[data-style="white-on-grey"] {
  background: #efefef;
  box-shadow: 0 1px 0 5px #efefef;
  color: #010101 !important;
}
.menu[data-style="white-on-grey"] .menu-icon:before,
.menu[data-style="white-on-grey"] .menu-icon:after,
.menu[data-style="white-on-grey"] .menu-icon span {
  background: #010101;
}
.menu:hover {
  color: #18ec00 !important;
}
.menu:hover .menu-icon:before,
.menu:hover .menu-icon:after,
.menu:hover .menu-icon span {
  background: #18ec00;
}
.menu-icon {
  width: 21px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.menu-icon:before,
.menu-icon:after,
.menu-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.menu-icon:before {
  top: 0;
}
.menu-icon:after {
  bottom: 0;
}
.menu-icon span {
  top: 5px;
}
.menu-icon:before,
.menu-icon:after {
  content: "";
}
#popup-menu {
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  text-transform: uppercase;
  padding: 40px 0 0 22px;
  background: #fff;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out;
}
#popup-menu a {
  border: 0;
}
#popup-menu .btn-menu-close {
  text-transform: uppercase;
  color: #010101;
  position: absolute;
  top: 48px;
  right: 71px;
  display: inline-block;
}
#popup-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
#popup-menu li {
  margin-bottom: 8px;
}
#popup-menu li:before,
#popup-menu li:after {
  content: " ";
  display: table;
}
#popup-menu li:after {
  clear: both;
}
#popup-menu li:before,
#popup-menu li:after {
  content: " ";
  display: table;
}
#popup-menu li:after {
  clear: both;
}
#popup-menu li a {
  font-size: 12px;
  color: #323434;
  padding: 8px;
  line-height: 1;
  -webkit-transition: all 300ms;
          transition: all 300ms;
  float: left;
  display: block;
  font-weight: 400;
}
#popup-menu li:hover a {
  color: #fff !important;
  background: #18ec00;
}
#popup-menu li.active a {
  color: #18ec00;
}
.slideup {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: slideup;
          animation-name: slideup;
}
.invisible {
  visibility: hidden;
}
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(0px, 50px);
            transform: translate(0px, 50px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
  }
}
.popup {
  left: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px 100px 30px 65px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out;
}
.popup .h {
  margin-bottom: 50px;
}
.popup-opened {
  overflow: hidden !important;
}
.popup-opened .popup,
.popup-opened .doc-wrapper {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.popup-opened .menu {
  visibility: hidden;
  opacity: 0;
}
.popup-close {
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  top: 57px;
  right: 42px;
}
#staff-popup {
  height: 100%;
}
#staff-popup .staff {
  height: calc(100% - 111px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staff {
  text-align: center;
}
.staff .worker {
  padding-top: 152px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.staff .worker img {
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.staff .worker img + img {
  visibility: hidden;
  opacity: 0;
}
.staff .worker p:first-of-type {
  -webkit-transition: color 300ms;
          transition: color 300ms;
}
.staff .worker p {
  font-size: 18px;
}
.staff .worker:hover p:first-of-type {
  color: #18ec00;
}
.staff .worker:hover img {
  visibility: hidden;
  opacity: 0;
  top: -10px;
}
.staff .worker:hover img + img {
  visibility: visible;
  opacity: 1;
}
#object-popup {
  height: 100%;
}
#object-popup img {
  float: left;
}
#object-popup img {
  max-width: 67%;
  max-height: 450px;
  margin-right: 6%;
}
#object-popup p,
#object-popup dl {
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;
}

#object-popup p {
  margin-bottom: 30px;
}

.object-popup img {
  float: left;
}
.object-popup img {
  max-width: 67%;
  max-height: 450px;
  margin-right: 6%;
}
.object-popup p,
.object-popup dl {
  overflow: hidden;
  font-size: 18px;
  font-weight: 300;
}

.object-popup p {
    margin-bottom: 10px;
}


#object-popup dd {
  margin-bottom: 20px;
}
#object-popup .descr:before,
#object-popup .descr:after {
  content: " ";
  display: table;
}
#object-popup .descr:after {
  clear: both;
}
#object-popup .descr:before,
#object-popup .descr:after {
  content: " ";
  display: table;
}
#object-popup .descr:after {
  clear: both;
}
.footer .social > div {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.footer .twt {
  top: -1px;
  left: -37px;
}
.footer .fb {
  top: -5px;
}
#machines-popup img {
  width: 100%;
  height: auto;
  left: 0;
  margin-left: 0;
}
.fancybox-wrap a {
  border-color: transparent;
}
#licenses {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.services .go-to {
  display: block;
  position: absolute;
  width: 78px;
  height: 68px;
  right: 5%;
  bottom: 150px;
  border: 0;
}
.services .go-to img {
  top: 0;
  left: 0;
  position: absolute;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.services .go-to img + img {
  left: 3px;
  top: 1px;
  visibility: hidden;
  opacity: 0;
}
.services .go-to:hover img {
  visibility: hidden;
  opacity: 0;
}
.services .go-to:hover img + img {
  visibility: visible;
  opacity: 1;
}


.head {
  background:url(http://grandstroi.ru/wp-content/uploads/2017/12/dom-shale-315-1-e1514066450632.jpg) no-repeat;
  background-size:cover;
  width:100%;
  height:660px;
  position:relative;
}

.head:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.header {
    background: rgba(0, 0, 0, 0.71);
    width: 100%;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 110;
    padding: 0 1% 0 0;
}

#head-menu {
  margin: 0 auto;
    max-width: 1200px;
    text-align: right;
}

#head-menu ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-right: 4%;
}

#head-menu ul li {
  display:inline-block;
  vertical-align: top;
}

#head-menu ul li a {
    display: block;
    padding: 15px 10px 18px;
    text-decoration: none;
    border-bottom: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}


#head-menu ul li a:hover {
  color:#18ec00;
}


.phone {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}


.callus {
    color: #18ec00;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    border: 1px solid;
    padding: 4px 10px 6px;
    margin-left: 2%;
    cursor:pointer;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.callus:hover {
  background:#18ec00;
  border: 1px solid #18ec00;
    color: #fff;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.loged {

}

.loged img {
  height:auto;
  max-width:370px;
}

.container {
  max-width:1200px;
  margin:0 auto;
}

.zagi {
    position: absolute;
    top: 25%;
    left: 0;
     right: 0; 
    text-align: center;
     margin: 0 auto; 
    z-index: 10;
    max-width:1000px;
}


.zagi h1 {
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size:40px;
  margin-bottom:40px;
      font-family: 'PT Sans', sans-serif;
}

.zagi h2 {
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size:30px;
      font-family: 'PT Sans', sans-serif;
}

.zagi h1 span {
  color:#18ec00;
}


#appendix {
  display:none;
}


.collage-block {
  
}

.clr {
  clear:both;
}

.collage-item {
    border: 1px solid #eee;
    margin-bottom: 20px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0 0 8px #dedede;
    position:relative;
}

.collage-item:nth-child(2n) {
  margin-right:0;
}

.collage-item-caption {
    float: right;
    padding: 10px;
    width: 37%;
}

.collage-item img {
    float: left;
    width: 62%;
    cursor:pointer;
}


.nobut {
    position: absolute;
    bottom: 12px;
    right: 16px;
    cursor:pointer;
}


.collage-item  .title {
  font-size:20px;
}


.collage-item  .sub-title {
  font-size:14px;
}

.bgs {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    display: none;
}

.fanced {
  display: block !important;
}

#inline {
    max-width: 430px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    background: #fff;
}


.closet {
    position: absolute;
    right: -30px;
    background: none;
    color:#fff;
    font-size:13px;
    cursor:pointer;
}

.vver {
    background: #32b319;
    text-align: center;
    padding: 30px 33px 25px;
    margin-bottom: 30px;
}

#inline h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-top: 0;
}

.popup__group, .popup__title {
    margin-bottom: 12px;
    text-align: left;
}


.txt2{
    background: #f2f2f2;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    outline: none;
    border: 1px solid #f2f2f2;
    padding: 13px 30px;
    color: #666666;
    font-size: 15px;
    display: block;
      font-family: 'PT Sans', sans-serif;
    width: calc(100% - 60px);
    max-width: 310px;
    margin: 0 auto 14px;
}

#msg {
    background: #f2f2f2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #f2f2f2;
    padding: 13px 30px;
    color: #666666;
    font-size: 15px;
    resize: none;
    font-family: 'PT Sans', sans-serif;
    display: block;
    width: calc(100% - 60px);
    height: 80px;
    margin-bottom: 14px;
    max-width: 310px;
    margin: 0 auto;
}

.attach-field__input {
    /* height: 0; */
    /* opacity: 0; */
    overflow: hidden;
    position: absolute;
    /* top: 2px; */
    margin-left: 57px;
    margin-top: 5px;
    outline-style: none !important;
}

.attach-field__input+.attach-field__label {
    display: block;
    font-size: 16px;
    line-height: 17px;
    border: 1px solid #32b319;
    cursor: pointer;
    margin-left: 32px;
    position: relative;
    color: #32b319;
    padding: 6px 0 7px;
    max-width: 145px;
    text-align: center;
    background: #fff;
    font-weight: 300;
}


#send {
    background: #18ec00;
    outline: none;
    border: 1px solid #18ec00;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    padding: 9px 47px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    display: block;
    margin: 10px auto 30px;
}





@media screen and (max-width:480px) {
  
body {
  min-width:320px;
}

#head-menu ul li {
  display: block;
}

#head-menu ul {
    margin-right: auto;
    top: 100%;
    position: absolute;
    width: 250px;
    background: rgba(0, 0, 0, 0.71);
    text-align: right;
    right: 0;
    padding-right: 20px;
    display:none;
}

#head-menu {
    text-align: left;
    padding-left: 15px;
}

.head {
    height: 400px;
}

.zagi {
    position: relative;
    top: 0;
    padding-top: 90px;
    max-width: 90%;
}

.header {
    width: 100%;
    top: 0;
    min-width: 320px;
}

.zagi h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.zagi h2 {
  font-size: 23px;
}

.loged {
  margin-bottom: 30px;
}

.info .pdf {
    margin-left: 0;
    display: inline-block;
    margin-bottom:15px;
    min-width:70%;
}

.info .pdf + .pdf {
    margin-left: 0;
}

#more {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    float: none;
}

.objects .par {
    width: auto;
}

.collage-item {
    display: block;
    width: auto;
    margin-right: auto;
}

.collage-item img {
    float: none;
    width: 100%;
}

.collage-item-caption {
    float: none;
    width: auto;
}

.nobut {
    position: relative;
    bottom: 0;
    right: 0;
}

.info .logos img {
    display: block;
    max-width: 50%;
    margin: 0 auto 20px;
}

.info .logos img + img + img {
    margin: 0 auto 20px;
}

.info .logos img + img {
    margin: 0 auto 20px;
}

.info {
    width: 90%;
}

.limiter {
    margin: 0 5% 0 5%;
}

.services .service-description .image {
    display: none;
}

.services .mid {
    margin-top: 165px;
}

.services .service-description {
    margin-top: 0;
}

.h h2 {
    line-height: 28px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.advantage, .advantages .h, .dots {
    margin-left: auto;
}

.advantages a.double .descr {
    width: 100%;
    right: auto;
    max-width: 48%;
    font-size: 17px;
    text-align: left;
}

.advantages p {
    margin-right: auto;
    font-size:20px;
}

.advantages a.double {
    width: 80%;
}

.advantages a .ico {
    right: -50px;
    top: 7px;
}

.dynamics .description {
    position: relative;
    right: 0;
    margin-top: 35px;
    top: 0;
}

.diagrams {
    width: 100%;
    margin: 10px auto 35px;
}

.diagrams .owl-item {
    padding-bottom: 30px;

}



.dynamics .mid {
    padding-bottom: 57px;
}

.services .service-description .text {
    margin-left: 25%;
}

.contacts .map, .contacts .ymap {
    position: relative;
}

.contacts .contacts-inner {
    width: auto;
    margin-bottom: 40px;
}

.contacts {
    height: auto;
}

.footer {
    margin-top: 30px;
}

.popup {
    padding: 60px 10px 30px 10px;
    overflow: scroll;
}

.object-popup img {
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

.object-popup img {
    float: none;
}

.partners .owl-prev {
    left: -10px;
}

.partners .owl-next {
    right: -10px;
}

.owl-prev, .owl-next {
    margin-top: -10px;
    width: 14px;
    height: 30px;
    background-size: contain;
}

.callus {
    margin: 6px 2%;
    vertical-align: middle;
    padding: 4px 10px 4px;
    font-size: 14px;
}

.loged img {
    max-width: 200px;
}

.mCSB_inside > .mCSB_container {
    margin-right: auto;
}

.grid.machines .item {
    width: auto;
    float: none;
    margin-right: auto;
}

.grid .image img {
    left: 0;
    margin-left: 0;
}

.grid .descr p {
    font-size: 20px;
}

.popup-close {
    top: 17px;
}

.phone {
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0 10px;
}

#inline {
    width: 90%;
}

.closet {
    right: 14px;
    top: 8px;
}

.attach-field__input {
    margin-left: 10px;
}

.attach-field__input+.attach-field__label {
    margin-left: -5px;
    max-width: 137px;
}


.mobil {
  display:block;
}




}










@media screen and (min-width:481px) and (max-width:880px) {
  
body {
  min-width:320px;
}

#head-menu ul li {
  display: block;
}

#head-menu ul {
    margin-right: auto;
    top: 100%;
    position: absolute;
    width: 250px;
    background: rgba(0, 0, 0, 0.71);
    text-align: left;
    right: auto;
    left: 0;
    padding-left: 20px;
    display:none;
}

#head-menu {
    text-align: right;
    padding-left: 15px;
}

.head {
    height: 400px;
}

.zagi {
    position: relative;
    top: 0;
    padding-top: 90px;
    max-width: 90%;
}

.header {
    width: 100%;
    top: 0;
    min-width: 320px;
}

.zagi h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.zagi h2 {
  font-size: 23px;
}

.loged {
  margin-bottom: 30px;
}

.info .pdf {
margin-left: 0;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 16px;
}

.info .pdf + .pdf {
    margin-left: 0;
}

#more {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    float: none;
}

.objects .par {
    width: auto;
}

.collage-item {
    display: block;
    width: auto;
    margin-right: auto;
}

.collage-item img {
    float: none;
    width: 100%;
}

.collage-item-caption {
    float: none;
    width: auto;
}

.nobut {
    position: relative;
    bottom: 0;
    right: 0;
}

.info .logos img {
    display: block;
    max-width: 50%;
    margin: 0 auto 20px;
}

.info .logos img + img + img {
    margin: 0 auto 20px;
}

.info .logos img + img {
    margin: 0 auto 20px;
}

.info {
    width: 90%;
}

.limiter {
    margin: 0 5% 0 5%;
}

.services .service-description .image {
    display: none;
}

.services .mid {
    margin-top: 165px;
}

.services .service-description {
    margin-top: 0;
}

.h h2 {
    line-height: 28px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.advantage, .advantages .h, .dots {
    margin-left: auto;
}

.advantages a.double .descr {
    width: 100%;
    right: auto;
    max-width: 48%;
    font-size: 17px;
    text-align: left;
}

.advantages p {
    margin-right: auto;
    font-size:20px;
}

.advantages a.double {
    width: 80%;
}

.advantages a .ico {
    right: -50px;
    top: 7px;
}

.dynamics .description {
    position: relative;
    right: 0;
    margin-top: 35px;
    top: 0;
}

.diagrams {
    width: 100%;
    margin: 10px auto 35px;
}

.dynamics .mid {
    padding-bottom: 57px;
}

.services .service-description .text {
    margin-left: 25%;
}

.contacts .map, .contacts .ymap {
    position: relative;
}

.contacts .contacts-inner {
    width: auto;
    margin-bottom: 40px;
}

.contacts {
    height: auto;
}

.footer {
    margin-top: 30px;
}

.popup {
    padding: 60px 10px 30px 10px;
    overflow: scroll;
}

.object-popup img {
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

.object-popup img {
    float: none;
}

.partners .owl-prev {
    left: -10px;
}

.partners .owl-next {
    right: -10px;
}

.owl-prev, .owl-next {
    margin-top: -10px;
    width: 14px;
    height: 30px;
    background-size: contain;
}

.callus {
    margin: 6px 2%;
    vertical-align: middle;
    padding: 4px 10px 4px;
    font-size: 14px;
}

.loged img {
    max-width: 200px;
}

.mCSB_inside > .mCSB_container {
    margin-right: auto;
}

.grid.machines .item {
    width: auto;
    float: none;
    margin-right: auto;
}

.grid .image img {
    left: 0;
    margin-left: 0;
}

.grid .descr p {
    font-size: 20px;
}

.popup-close {
    top: 17px;
}

.phone {
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0 10px;
}

#inline {
    width: 90%;
}

.closet {
    right: 14px;
    top: 8px;
}

.attach-field__input {
    margin-left: 10px;
}

.attach-field__input+.attach-field__label {
    margin-left: -5px;
    max-width: 137px;
}


.mobil {
    position: absolute;
    right: auto;
    left: 20px;
    top: 6px;
    display:block;
}








}



@media screen and (min-width:881px) and (max-width:1200px) {
  

#head-menu ul li {
  display: block;
}

#head-menu ul {
    margin-right: auto;
    top: 100%;
    position: absolute;
    width: 250px;
    background: rgba(0, 0, 0, 0.71);
    text-align: left;
    right: auto;
    left: 0;
    padding-left: 20px;
    display:none;
}

#head-menu {
    text-align: right;
    padding-left: 15px;
}

.callus {
    margin: 6px 2%;
    vertical-align: middle;
    padding: 4px 10px 4px;
    font-size: 14px;
}

.phone {
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0 10px;
}


.mobil {
    position: absolute;
    right: auto;
    left: 20px;
    top: 6px;
    display: block;
}

.advantage, .advantages .h, .dots {
    margin-left: 45%;
}

.dynamics .description {
    right: -60px;
}

.collage-item img {
    float: none;
    width: auto;
}

.collage-item-caption {
    float: none;
    padding: 10px;
    width: auto;
}

.collage-item .sub-title {
    padding-bottom: 25px;
}












}



@media screen and (max-width:880px) {
  .diagrams .owl-prev {
    left: -10px;
}

.diagrams .owl-next {
    right: -10px;
}


.bgs {
    overflow-y: scroll;
}



}