@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 16px;
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "clining";
  src: url("../fonts/clining.eot");
  src: url("../fonts/clining.eot?#iefix") format("embedded-opentype"), url("../fonts/clining.woff") format("woff"), url("../fonts/clining.ttf") format("truetype"), url("../fonts/clining.svg#clining") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "clining" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "clining" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\62"; }

.icon-telephone:before {
  content: "\61"; }
.icon-map-pin-streamline:before {
  content: "\64"; }
.icon-leaf-1-1:before {
  content: "\65"; }
.icon-wall-clock-1:before {
  content: "\66"; }
.icon-badge-1:before {
  content: "\67"; }
.icon-mask-group:before {
  content: "\69"; }
.icon-brush-1:before {
  content: "\6b"; }
.icon-magnifying-glass:before {
  content: "\6d"; }
.icon-angle-up:before {
  content: "\6e"; }
.icon-angle-right:before {
  content: "\6f"; }
.icon-angle-left:before {
  content: "\70"; }
.icon-angle-down:before {
  content: "\71"; }
.icon-maid-1:before {
  content: "\68"; }
.icon-kitchen-1:before {
  content: "\72"; }
.icon-kitchen-1-1:before {
  content: "\73"; }
.icon-stage-1:before {
  content: "\75"; }
.icon-truck-1:before {
  content: "\76"; }
.icon-add-file-button-1:before {
  content: "\77"; }
.icon-clean-1:before {
  content: "\63"; }
.icon-cleaning-1:before {
  content: "\6a"; }

.icon-clock-circular-outline:before {
  content: "\6c"; }
.icon-desk-1:before {
  content: "\74"; }
.icon-hotel-1:before {
  content: "\78"; }
.icon-phone:before {
  content: "\79"; }
.icon-attach:before {
  content: "\7a"; }
.icon-vk:before {
  content: "\68";}
.icon-wb:before {
  content: "\77";}


@font-face {
  font-family: 'Museo-Sans-Cyrl';
  src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo-Sans-Cyrl';
  src: url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo-Sans-Cyrl';
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Museo-Sans-Cyrl';
  src: url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

html {
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  font-family: "Museo-Sans-Cyrl", sans-serif;
  background: #fafafa; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

p {
  margin: 0; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative;
  padding: 30px 0 30px; }
  @media screen and (max-width: 767px) {
    section {
      padding-top: 30px;
      padding-bottom: 30px; } }

input,
select,
button {
  outline: none !important; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

abbr {
  display: inline-block;
  font-family: "clining";
  text-transform: none;
  line-height: 1; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  background: #fff;
  margin-top: 35px; }
  .footer .container {
    padding: 30px 0 10px 0;
    border-top: 1px solid #F0F0F0; }
  @media screen and (max-width: 576px) {
    .footer .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .footer .col-lg-4 {
    margin-bottom: 25px; }

.footer-title {
  display: block;
  font-size: 14px;
  margin-bottom: 25px; }

.footer-nav__item {
  display: block;
  margin-bottom: 15px; }

.footer-nav__link {
  color: #181818;
  font-weight: 600; }
  .footer-nav__link:hover {
    color: #00AA64; }

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .logo-wrap img {
    width: 110px;
    height: 85px; }
  .logo-wrap .logo-title {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #181818;
    font-weight: 600;
    font-size: 18px; }

.footer-logo__desc {
  margin-left: 20px; }
  .footer-logo__desc p {
    font-size: 13px; }
    .footer-logo__desc a {
    	color: #00AA64;
    }
.green {
	color: #00AA64;
}
.green:hover {
	color: #00AA64;
}
.intrid {
  display: inline-block;
  padding: 5px 20px 6px 30px;
  margin-top: 60px;
  float: right;
  font: 10pt Arial;
  color: #fff;
  text-decoration: none;
  background-image: url("/images/general/green.png");
  background-repeat: no-repeat; }
  @media screen and (max-width: 576px) {
    .intrid {
      margin-top: 40px; } }
  .intrid:hover {
    color: #fff; }

.header {
  position: relative;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.02); }
  @media screen and (max-width: 767px) {
    .header {
      padding: 35px; } }

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F0F0F0; }
  @media screen and (max-width: 991px) {
    .header-top {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .header-top {
      display: none; } }

.header-location {
  position: relative;
  padding: 18px 0; }
  .header-location:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    bottom: -1px;
    height: 2px;
    background: #00AA64;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .header-location--link:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .header-location--link:hover a {
    text-decoration: none; }

.company-info {
  margin-right: 25px; }
  @media screen and (max-width: 1199px) {
    .company-info {
      margin-right: 10px; } }
  @media screen and (max-width: 1199px) {
    .company-info abbr {
      margin-right: 7px; } }
  @media screen and (max-width: 991px) {
    .company-info {
      font-size: 14px; }
      .company-info.header-location--hide {
        display: none; } }

 .header-social__link {
  display: inline-block;
  color:#00AA64;
    width: 25px;
    height: 25px;
    font-size: 25px;
    margin-right: 5px;
 }
  .header-social__link:last-child {
    margin-right: 0;
  }

.header-social__link:hover {
  text-decoration: none;
  opacity: .7; }
@media screen and (max-width: 1199px) {
  .header-social {
    display: flex;
    flex-wrap: wrap;
  }

  .header-social__link {
    font-size: 17px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .header-social__link {
    width: 22px;
    height: 22px;
    font-size: 22px } }
.company-info:nth-child(2) {
  margin-right: auto; }
  @media screen and (max-width: 991px) {
    .company-info:nth-child(2) {
      margin-right: initial; } }

.header-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0; }
  @media screen and (max-width: 1199px) {
    .header-bottom .g-btn {
      font-size: 14px;
      padding: 11px 25px; } }
  @media screen and (max-width: 991px) {
    .header-bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header-bottom .g-btn {
        font-size: 12px;
        margin-top: 5px;
        margin-left: auto;
        padding: 7px 22px; } }
  @media screen and (max-width: 767px) {
    .header-bottom {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      width: 100%;
      height: 70px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .header-bottom .g-btn {
        display: none; }
      .header-bottom .g-hide-btn {
        display: block; }
        .header-bottom .g-hide-btn .g-btn {
          display: block;
          width: 100%; } }

.header-logo {
  position: absolute;
  padding: 20px 15px;
  left: 0;
  top: 0;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  z-index: 9; }
  @media screen and (max-width: 1199px) {
    .header-logo img {
      width: 110px; } }
  @media screen and (max-width: 991px) {
    .header-logo {
      padding: 10px; }
      .header-logo img {
        width: 90px; } }
  @media screen and (max-width: 767px) {
    .header-logo {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      background: #fff; }
      .header-logo img {
        width: 120px; } }
  @media screen and (max-width: 576px) {
    .header-logo img {
      width: 80px; } }

.header-nav {
  margin-left: auto; }
  @media screen and (max-width: 991px) {
  	.header-nav {
  		margin-left: 155px;
  	}
  }
  @media screen and (max-width: 767px) {
    .header-nav {
      position: absolute;
      padding: 10px 0;
      top: 100%;
      width: 100%;
      border-top: 1px solid #F0F0F0;
      background: #fff;
      left: -2500px;
  	  margin-left: 0;
      -webkit-transition: all ease .7s;
      -o-transition: all ease .7s;
      transition: all ease .7s; } }
  .header-nav.active {
    left: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px; }
  .header-nav__list abbr {
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .header-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #fff;
      z-index: 6; } }

.header-nav__item {
  position: relative;
  margin-right: 18px;
  cursor: pointer; }
  .header-nav__item:hover .header-drop__list {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  @media screen and (max-width: 991px) {
  	.header-nav__item:nth-last-child(2) {
  		margin-right: 0;
  	}
    .header-nav__item:last-child {
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .header-nav__item {
      padding: 12px 20px;
      margin-right: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .header-nav__item--open:after {
      position: absolute;
      right: 25px;
      top: 5px;
      display: block;
      content: "\71";
      font-size: 25px;
      font-family: 'clining'; } }

.header-drop__list {
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 300px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .header-drop__list {
      position: relative;
      padding-top: 10px;
      min-width: 100%;
      display: block;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-box-shadow: none;
              box-shadow: none; } }

.header-drop__item {
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s; }
  .header-drop__item:hover {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    background: #00AA64; }
    .header-drop__item:hover a {
      color: #fff;
      text-decoration: none; }

.header-drop__link {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #313131; }

.header-nav__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #181818; }
  .header-nav__link abbr {
    line-height: 0; }
  .header-nav__link:hover {
    color: #00AA64; }
  .header-nav__link--arrow {
    position: relative;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .header-nav__link--arrow abbr {
        display: none; } }
  @media screen and (max-width: 1199px) {
    .header-nav__link span {
      display: none; } }
  @media screen and (max-width: 767px) {
    .header-nav__link {
      width: auto; } }

.main-slider {
  position: relative;
  padding: 0; }
  .main-slider .g-dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (max-width: 576px) {
    .main-slider .js-arrow {
      display: none !important; } }

.js-main-slider {
  display: block; }
  .js-main-slider .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    z-index: 3; }

.js-main-slider__item {
  position: relative;
  display: block;
  height: 560px; }
  @media screen and (max-width: 576px) {
    .js-main-slider__item {
      height: 400px; } }

.js-main-slider__img {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 1; }
  .js-main-slider__img:before {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 70%;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(84%, rgba(255, 255, 255, 0.392595)), to(rgba(255, 255, 255, 0.913603)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.392595) 84%, rgba(255, 255, 255, 0.913603) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.392595) 84%, rgba(255, 255, 255, 0.913603) 100%); }
  @media screen and (max-width: 991px) {
    .js-main-slider__img:before {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.667104)), to(rgba(255, 255, 255, 0.913603)));
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.667104) 40%, rgba(255, 255, 255, 0.913603) 100%);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.667104) 40%, rgba(255, 255, 255, 0.913603) 100%); } }
  .js-main-slider__img img {
    height: 560px;
    margin: 0 auto; }
    @media screen and (max-width: 576px) {
      .js-main-slider__img img {
        height: 400px; } }

.js-main-slider__text {
  font-size: 32px; }

@media screen and (max-width: 1360px) {
  .js-main-slider__content {
    margin-left: 30px; } }

@media screen and (max-width: 1300px) {
  .js-main-slider__content {
    margin-left: 50px; } }

@media screen and (max-width: 1300px) {
  .js-main-slider__content {
    margin-left: 80px; } }

@media screen and (max-width: 1020px) {
  .js-main-slider__content {
    margin-left: 130px; } }

@media screen and (max-width: 991px) {
  .js-main-slider__content {
    margin: auto; } }

@media screen and (max-width: 576px) {
  .js-main-slider__content .g-title {
    font-size: 26px; }
  .js-main-slider__content .js-main-slider__text {
    font-size: 16px; } }

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  color: #fff;
  border-radius: 4px;
  background: -o-linear-gradient(246.04deg, #23D88D 15.19%, #00AA64 87.04%);
  background: linear-gradient(203.96deg, #23D88D 15.19%, #00AA64 87.04%);
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s; }
  .services__item abbr {
    font-size: 46px;
    margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .services__item {
      margin-bottom: 25px;
      padding: 16px;
      font-size: 14px; } }
  @media screen and (max-width: 991px) {
    .services__item {
      padding: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      font-size: 16px; }
      .services__item abbr {
        margin-right: 15px;
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .services__item {
      font-size: 14px;
      height: 80%; } }
  .services__item:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background: -o-linear-gradient(60.58deg, #12BF78 17.91%, #00AA64 89.31%);
    background: linear-gradient(29.42deg, #12BF78 17.91%, #00AA64 89.31%); }

.advantage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .advantage-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.advantages__left {
  max-width: 754px;
  width: 100%;
  padding: 40px;
  border: 1px solid #F0F0F0;
  border-radius: 10px 0 0 10px;
  background: #fff; }
  .advantages__left p {
    color: #313131;
    font-size: 16px;
    margin-bottom: 20px; }
  .advantages__left .g-btn {
    margin-top: 25px; }
  @media screen and (max-width: 991px) {
    .advantages__left {
      max-width: 100%;
      width: 100%;
      margin-bottom: 25px;
      border-radius: 10px; } }
  @media screen and (max-width: 576px) {
    .advantages__left {
      padding: 20px; } }

.advantages__right {
  margin-left: -1px; }

.js-advantages-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  margin-bottom: -1px;
  outline: none;
  border: 1px solid #F0F0F0;
  background: #fff;
  -webkit-box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.03); }
  .js-advantages-slider__item abbr {
    font-size: 45px;
    color: #00AA64;
    margin: auto 30px auto auto; }

.js-advantages-slider__item:first-child {
  border-radius: 0 10px 0 0; }

.js-advantages-slider__item:last-child {
  border-radius: 0 0 10px 0; }

.js-advantages-slider__title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700; }

.js-advantages-slider__text {
  font-size: 16px; }

@media screen and (max-width: 991px) {
  .js-advantages-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .js-advantages-slider .js-advantages-slider__item {
      width: 49%;
      margin-bottom: 2%;
      padding: 18px 20px;
      border-radius: 10px; }
      .js-advantages-slider .js-advantages-slider__item abbr {
        margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .js-advantages-slider .js-advantages-slider__item {
    width: 100%; } }

.clients-slider {
  position: relative; }
  @media screen and (max-width: 576px) {
    .clients-slider .js-arrow {
      display: none !important; } }

.js-clients-slider {
  position: relative;
  margin: 0 -15px; }

.js-clients-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  margin: 0 15px;
  outline: none;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  background: #fff; }
  .js-clients-slider__item img {
    display: inline-block;
    text-align: center; }

.about-us__left span {
  display: block; }

.js-about-us-slider__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600; }

.js-about-us-slider__date {
  margin-bottom: 20px;
  font-size: 14px; }

.about-us__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 70px;
  color: #fff;
  border: 1px solid #F0F0F0;
  text-decoration: none; }
  .about-us__right img {
    width: 100%;
    height: 100%; }
  .about-us__right abbr {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00AA64;
    border: solid 1px #00AA64;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .about-us__right:hover {
    text-decoration: none; }
    .about-us__right:hover abbr {
      color: #00AA64;
      background: #fff;
      text-decoration: none;
      border-color: #00AA64; }

.about-us-slider {
  position: relative; }
  @media screen and (max-width: 576px) {
    .about-us-slider .js-arrow {
      display: none !important; } }

.js-about-us-slider {
  margin: 0 -15px; }

.js-about-us-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px;
  height: 100%;
  padding: 30px 40px;
  outline: none;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
  background: #fff; }
  @media screen and (max-width: 576px) {
    .js-about-us-slider__item {
      padding: 20px; }
      .js-about-us-slider__item .about-us__right {
        width: 25%;
        margin-bottom: 15px; } }

.about-us__text {
  width: 100%; }

.about-us__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px; }
  .about-us__links .g-btn {
    margin: 15px; }
  .about-us__links .g-title {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .about-us__links {
      margin-top: 45px; } }

.article-slider {
  position: relative; }

.js-article-slider {
  margin: 0 -15px; }

.js-article-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 15px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  overflow: hidden;
  outline: none;
  background: #fff; }
  .js-article-slider__item p {
    font-size: 16px; }
  .js-article-slider__item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.js-article-slider__link {
	color: #00AA64;
  overflow: hidden; }
  .js-article-slider__link img {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }

.js-article-slider__link:hover {
	color: #00AA64;}

.js-article-slider__content {
  padding: 25px; }

.js-article-slider__title {
  display: block;
  margin-bottom: 15px;
  color: #181818;
  font-weight: 600;
  font-size: 20px; }
  .js-article-slider__title:hover {
    color: #00AA64; }

.article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
  .article-bottom a {
    text-transform: uppercase;
    color: #00AA64; }
  .article-bottom span {
    font-size: 14px;
    color: rgba(24, 24, 24, 0.4); }

.inner-page {
  padding-top: 110px; }
  @media screen and (max-width: 991px) {
    .inner-page {
      padding-top: 80px; } }
  @media screen and (max-width: 576px) {
    .inner-page {
      padding-top: 40px; } }

.inner-desc p {
  margin-bottom: 15px; }

.inner-desc span {
  font-weight: 600; }

.inner-desc a {
  color: #00AA64;
  text-decoration: underline; }
  .inner-desc a:hover {
    text-decoration: none; }

@media screen and (max-width: 991px) {
  .inner-desc .g-title {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .inner-desc .g-title {
    font-size: 35px; } }

@media screen and (max-width: 576px) {
  .inner-desc .g-title {
    font-size: 24px; } }

.feedback {
  padding: 50px 0;
  position: relative;
  background-image: url("../images/content/form-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 991px) {
    .feedback {
      background-image: url("../images/content/small-formback.jpg"); } }
  .feedback:before {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.667104)), to(rgba(255, 255, 255, 0.913603)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.667104) 40%, rgba(255, 255, 255, 0.913603) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.667104) 40%, rgba(255, 255, 255, 0.913603) 100%); }
    @media screen and (max-width: 991px) {
      .feedback:before {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.913603)));
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.913603) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.913603) 100%);
        width: 100%; } }
  .feedback .container {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .feedback .container {
        text-align: center; } }

.feedback-sale {
  padding: 15px 20px;
  font-size: 24px;
  color: #fff;
  background: -o-linear-gradient(246.04deg, #23D88D 15.19%, #00AA64 87.04%);
  background: linear-gradient(203.96deg, #23D88D 15.19%, #00AA64 87.04%);
  border-radius: 4px; }

.form {
  margin-top: 35px; }

@media screen and (max-width: 991px) {
  .form-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.form-group {
  /* webkit */
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .form-group input {
    padding: 28px 30px;
    border: 1px solid  #F0F0F0; }
  .form-group textarea {
    padding: 28px 30px;
    border: 1px solid  #F0F0F0; }
  .form-group ::-webkit-input-placeholder {
    color: rgba(24, 24, 24, 0.4); }
  .form-group ::-moz-placeholder {
    color: rgba(24, 24, 24, 0.4); }
  .form-group :-moz-placeholder {
    color: rgba(24, 24, 24, 0.4); }
  .form-group :-ms-input-placeholder {
    color: rgba(24, 24, 24, 0.4); }
  .form-group .g-btn {
    height: 100%;
    width: 100%;
    outline: none; }
  .form-group input[type='file'] {
    display: none; }
  .form-group abbr {
    color: #181818;
    font-size: 25px;
    margin-right: 10px; }
  .form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 25px 0;
    cursor: pointer; }
    .form-group label span {
      font-weight: 600; }
    .form-group label:hover span {
      text-decoration: underline;
      color: #00AA64; }
  .form-group a {
    display: inherit;
    color: #00AA64;
    text-decoration: underline;
    text-align: center; }
    .form-group a:hover {
      text-decoration: none; }

.modal-title {
  font-size: 23px;
  font-weight: 600;
  color: #181818 !important; }

.inner-services__item {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0; }

.inner-services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 30px;
  color: #fff;
  background: -o-linear-gradient(246.04deg, #23D88D 15.19%, #00AA64 87.04%);
  background: linear-gradient(203.96deg, #23D88D 15.19%, #00AA64 87.04%); }
  .inner-services__header abbr {
    font-size: 46px;
    margin-right: 40px; }
  .inner-services__header h4 {
    margin-right: 20px; }
  .inner-services__header span {
    font-size: 24px;
    font-weight: 300; }
  @media screen and (max-width: 575px) {
    .inner-services__header abbr {
      font-size: 40px;
      margin-right: 20px; }
    .inner-services__header h4 {
      font-size: 17px;
      margin-right: 0; }
    .inner-services__header span {
      font-size: 16px; } }
.inner-services__text span {
	font-size: 26px;
	font-weight: 500;
}
.inner-services__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   justify-content: space-between;
   width: 100%; }
  @media screen and (max-width: 767px) {
    .inner-services__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.inner-services__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 40px; }
  @media screen and (max-width: 767px) {
    .inner-services__body {
      padding: 30px 20px; } }
  .inner-services__body .inner-services__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
    .inner-services__body .inner-services__title--up {
      margin-top: 10px; }
  .inner-services__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .inner-services__body li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px; }
    .inner-services__body li:before {
      position: absolute;
      display: block;
      content: '';
      left: 0;
      top: 6px;
      width: 4px;
      height: 12px;
      background: -o-linear-gradient(246.04deg, #23D88D 15.19%, #00AA64 87.04%);
      background: linear-gradient(203.96deg, #23D88D 15.19%, #00AA64 87.04%); }

.inner-services__list {
  width: 50%;
  margin-bottom: 35px; }
  .inner-services__list--block {
    padding: 30px 40px;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    margin-bottom: 35px; }
  @media screen and (max-width: 991px) {
    .inner-services__list {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .inner-services__list--block {
      padding: 20px; } }

.inner-services__btn-wrap {
  width: 100%; }

.complementary__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.complementary__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.complementary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  margin-bottom: 35px;
  text-align: center; }
  .complementary__item img {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px; }
  @media screen and (max-width: 767px) {
    .complementary__item {
      width: 45%; } }
  @media screen and (max-width: 450px) {
    .complementary__item {
      width: 100%;
      text-align: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .complementary__item img {
        margin: 0 15px 0 0; } }
  .complementary__item .complementary__title {
    font-weight: 600; }

.hide-phone {
  display: none; }
  @media screen and (max-width: 767px) {
    .hide-phone {
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      right: 15px;
      top: 15px;
      font-size: 35px;
      color: #00AA64; 
      z-index: 22} }
  .hide-phone:hover {
    color: #00AA64; }

.hide-nav {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .hide-nav {
      display: block; } }

.hide-nav__line {
  position: absolute;
  display: block;
  width: 80%;
  height: 3px;
  left: 10%;
  border-radius: 5px;
  background-color: #00AA64;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.hide-nav__line--top {
  top: 8px; }

.hide-nav__line--middle {
  top: 18px;
  opacity: 1; }

.hide-nav__line--bottom {
  top: 28px; }

.hide-nav.active .hide-nav__line--top {
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.hide-nav.active .hide-nav__line--middle {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.hide-nav.active .hide-nav__line--bottom {
  top: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.about .advantages__right {
  margin-top: 35px;
  margin-bottom: 35px; }

.about .js-advantages-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.about .js-advantages-slider__item {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px !important;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s; }
  .about .js-advantages-slider__item abbr {
    margin: 0 auto 15px 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .about .js-advantages-slider__item:hover {
    background: #00AA64;
    color: #fff; }
    .about .js-advantages-slider__item:hover abbr {
      color: #fff; }
  @media screen and (max-width: 991px) {
    .about .js-advantages-slider__item {
      width: 49%; } }
  @media screen and (max-width: 575px) {
    .about .js-advantages-slider__item {
      width: 100%; } }

.contacts {
  width: 100%;
  padding: 25px 0 0 0;
  margin-bottom: -35px;
  background: -o-linear-gradient(60.58deg, #12BF78 17.91%, #00AA64 89.31%);
  background: linear-gradient(29.42deg, #12BF78 17.91%, #00AA64 89.31%); }
  .contacts .g-title {
    color: #fff; }

.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  margin-bottom: 35px; }
  .contacts__wrap abbr {
    color: #fff !important; }
  .contacts__wrap a {
    color: #fff !important; }
  .contacts__wrap span {
    color: #fff !important; }
  .contacts__wrap .company-info {
    margin-right: inherit !important; }
  @media screen and (max-width: 991px) {
    .contacts__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contacts__wrap .company-info {
        width: 50%;
        margin-bottom: 25px; } }
  @media screen and (max-width: 567px) {
    .contacts__wrap .company-info {
      width: 100%;
      margin-bottom: 25px; } }

.comment .js-about-us-slider__item {
  margin: 25px 0; }

@media screen and (max-width: 767px) {
  .comment .g-title {
    font-size: 32px; } }

.modal-header {
  border-bottom: none; }

.modal-footer {
  border-top: none; }

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .company-info__text {
    color: #313131; }
  .company-info a:hover {
    color: #00AA64; }
  .company-info abbr {
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #00AA64; }
    @media screen and (max-width: 1199px) {
      .company-info abbr {
        margin-right: 9px;
      }
    }
.g-btn {
  display: inline-block;
  padding: 15px 55px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #00AA64;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border: 1px solid #00AA64;
  outline: none;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .g-btn {
      padding: 15px 20px;
      font-size: 14px; } }
  .g-btn--small {
    padding: 11px 35px;
    outline: none; }
  .g-btn:hover {
    color: #00AA64;
    background-color: #fafafa;
    text-decoration: none; }
  .g-btn--white {
    color: #00AA64;
    background: transparent;
    border: 1px solid #00AA64;
    outline: none; }
    .g-btn--white:hover {
      color: #fff;
      text-decoration: none;
      background: #00AA64; }

.g-hide-btn {
  display: none; }

.g-title {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 600;
  color: #181818; }
  .g-title--big {
    font-size: 48px;
    margin-bottom: 35px; }
@media screen and (max-width: 576px) {
  .g-title--big {
    font-size: 36px;
  }
}
.js-arrow {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  top: 50%;
  color: #fff;
  font-size: 45px;
  border-radius: 50%;
  background: #00AA64;
  -webkit-box-shadow: 0px 20px 40px rgba(208, 243, 255, 0.4);
          box-shadow: 0px 20px 40px rgba(208, 243, 255, 0.4);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 9; }
  @media screen and (max-width: 991px) {
    .js-arrow {
      height: 40px;
      width: 40px;
      font-size: 30px; } }
  .js-arrow.slick-disabled {
    background: transparent;
    color: #C9C9C9;
    cursor: default; }
  .js-arrow--prev {
    left: 40px; }
    @media screen and (max-width: 576px) {
      .js-arrow--prev {
        left: 20px; } }
    .js-arrow--prev abbr {
      margin-left: -5px; }
  .js-arrow--next {
    right: 40px; }
    @media screen and (max-width: 576px) {
      .js-arrow--next {
        right: 20px; } }
    .js-arrow--next abbr {
      margin-right: -5px; }
  .js-arrow--back {
    color: #00AA64;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border: 2px solid #00AA64; }
    .js-arrow--back:hover {
      background: #00AA64;
      color: #fff; }
    .js-arrow--back.slick-disabled {
      color: #C9C9C9;
      border-color: #C9C9C9; }
      .js-arrow--back.slick-disabled:hover {
        color: #C9C9C9;
        background: transparent;
        border-color: #C9C9C9; }

.g-dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .g-dots li {
    margin-right: 10px; }
    .g-dots li button {
      font-size: 0;
      border: 1px solid #F0F0F0;
      height: 20px;
      width: 20px;
      background: #fff;
      border-radius: 50%;
      outline: none; }
    .g-dots li:last-child {
      margin-right: 0; }
    .g-dots li.slick-active button {
      background: #00AA64; }

.price:after {
  content: '₽/м2'; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;}
.lightcase-icon-play:before {
  content: '\e800'; }
.lightcase-icon-pause:before {
  content: '\e801'; }
.lightcase-icon-close:before {
  content: '\e802'; }
.lightcase-icon-prev:before {
  content: '\e803'; }
.lightcase-icon-next:before {
  content: '\e804'; }
.lightcase-icon-spin:before {
  content: '\e805'; }
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0; } }
.lightcase-open body {
  overflow: hidden; }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important; } }
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }

.lightcase-icon-play:before {
  content: '\e800'; }
.lightcase-icon-pause:before {
  content: '\e801'; }
.lightcase-icon-close:before {
  content: '\e802'; }
.lightcase-icon-prev:before {
  content: '\e803'; }
.lightcase-icon-next:before {
  content: '\e804'; }
.lightcase-icon-spin:before {
  content: '\e805'; }
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: -1) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 0) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 0) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: -1) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: -1) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: -1) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: -1) and (min-width: 0) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }
@media screen and (max-width: -1) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }
@media screen and (min-width: 0) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: -1) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 0) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: -1) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 0) {
  #lightcase-case p.lightcase-error {
    padding: 0; } }

.lightcase-open body {
  overflow: hidden; }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }
#lightcase-info {
  position: absolute;
  padding-top: 15px; }
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: -1) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: -1) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }
.right { float: right;}
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 0) {
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: -1) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 0) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: -1) {
  #lightcase-overlay {
    opacity: 1 !important; } }

.content-block {
  margin-top: 15px;
}
.content-block p {
  margin-bottom: 10px;
}

.modal-header {
	position: relative;
}

.modal-header .close {
	position: absolute;
	right: 15px;
	top: 21px;
}

.modal-body p {
	margin-bottom: 10px;
}
.modal-body p > a {
	color:#00AA64;
}

.about-us__text, .inner-services__list {
	font-size: 16px;	
}
p {
	font-size: 16px
}