@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

.container:after {
  content: " ";
  display: block;
  clear: both; }

.nav ul, .promo-pagination-list, .products-list, .services-list, .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

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

body {
  margin: 0;
  color: #fff;
  background: #1e2d34;
  font: 16px/1.5 "Helvetica Neue", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #fff;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #fff; }

input,
textarea,
select,
button {
  font: 100% "Helvetica Neue", sans-serif;
  color: #E2DACB;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  color: #fff; }

p {
  margin: 0 0 24px; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

input::-ms-clear {
  display: none !important; }

body {
  background: #231E16;
  font-weight: normal; }

.page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  width: 100%; }
  .page.index-page {
    background: url(../images/bg.png) repeat-x 50% 0/cover; }
    .page.index-page:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: url(../images/bg-stars.png) repeat-x 50% 0/cover; }

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0px;
  overflow: hidden;
  position: relative; }

.container {
  width: auto;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }

.head-holder {
  background: url(../images/img01.png) no-repeat 50% 0;
  padding: 37px 0 0; }
  @media all and (max-width: 767px) {
    .head-holder {
      padding-top: 20px; } }

.logo-holder {
	padding-left: 50px;
  text-align: left;
  margin: 0 0 39px; }
  .logo-holder .logo {
    width: 223px;
    display: block;
    padding-bottom:10px; }
    .logo-holder .logo img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto; }
  .logo-holder .slogan {
    display: inline-block;
    vertical-align: top;
    padding: 2px 14px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #298d84; }
  @media all and (max-width: 767px) {
    .logo-holder {
      margin-bottom: 30px; } }

.nav {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 -9999px;
  padding: 0 9999px; }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    padding: 0 18px 18px;
    position: relative;
    font-weight: bold; }
    .nav a:before {
      position: absolute;
      bottom: -1px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      content: '';
      height: 3px;
      background: #2d9c91;
      width: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .nav a.active:before, .nav a:hover:before {
      width: 100%; }
  @media all and (max-width: 1024px) {
    .nav a {
      padding: 0 14px 14px; } }
  @media all and (max-width: 767px) {
    .nav li {
      margin-bottom: 10px; }
    .nav a {
      font-size: 12px;
      padding: 0 14px 5px;
      letter-spacing: 1px; }
      .nav a:hover:before {
        width: 0%; } }

.nav-holder {
  margin-bottom: 60px; }
  @media all and (max-width: 1469px) {
    .nav-holder {
      margin-bottom: 30px; } }
  @media all and (max-width: 1024px) {
    .nav-holder {
      margin-bottom: 30px; } }
  @media all and (max-width: 767px) {
    .nav-holder {
      margin-bottom: 30px; } }

.promo-slider {
  padding-bottom: 80px; }
  .promo-slider .item {
    overflow: hidden;
    padding-bottom: 13px; }
  @media all and (max-width: 1469px) {
    .promo-slider {
      padding-bottom: 0px; } }
  @media all and (max-width: 767px) {
    .promo-slider {
      padding-bottom: 160px; }
      .promo-slider .owl-dots {
        position: absolute;
        bottom: 130px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .promo-slider .owl-dots .owl-dot {
          padding: 0;
          margin: 0;
          width: 10px;
          height: 10px;
          background: #fff;
          border-radius: 50%;
          margin: 0 5px;
          border: 0; }
          .promo-slider .owl-dots .owl-dot.active {
            background: #2d9c91; } }

.promo-item {
  border: 2px solid #fff;
  border-width: 0 2px 2px;
  max-width: 748px;
  margin: 112px auto 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 260px;
  padding: 64px 115px 0; }
  .promo-item__header {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .promo-item__header:before {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      height: 2px;
      background: #fff;
      margin-top: 60px; }
    .promo-item__header:after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      height: 2px;
      background: #fff;
      margin-top: 60px; }
    .promo-item__header h2 {
      font-size: 48px;
      text-transform: uppercase;
      margin: -10px 26px 0;
      letter-spacing: 5px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .promo-item__header h2:before {
        content: '';
        position: absolute;
        top: -9px;
        left: -6px;
        right: 0;
        bottom: -9px;
        background: #2a8e84;
        -webkit-transform: skewY(-3.5deg);
                transform: skewY(-3.5deg); }
      .promo-item__header h2 span {
        display: inline-block;
        position: relative;
        z-index: 2; }
  .promo-item p {
    font-size: 18px;
    line-height: 24px; }
  @media all and (max-width: 1469px) {
    .promo-item {
      margin: 62px auto 54px;
      padding: 54px 45px 0;
      height: 170px; }
      .promo-item__header h2 {
        font-size: 38px;
        margin: 20px 26px 0;
        letter-spacing: 2px; } }
  @media all and (max-width: 767px) {
    .promo-item {
      padding: 54px 20px 0; }
      .promo-item p {
        font-size: 14px;
        line-height: 22px; }
      .promo-item__header h2 {
        font-size: 24px;
        margin: 30px 10px 0; } }

.btn-green {
  display: inline-block;
  vertical-align: top;
  padding: 15px 19px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  background: #2d9c91;
  -webkit-box-shadow: 0 3px 10px rgba(45, 156, 145, 0.75);
          box-shadow: 0 3px 10px rgba(45, 156, 145, 0.75);
  border-radius: 2px;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-green:hover {
    background: #fff;
    color: #2d9c91; }

.btn-more {
  width: 225px;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding-right: 0; }

.scroll-bottom {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 29px;
  height: 46px;
  background: #ffffff url(../images/icon-arrows.png) no-repeat 50% 50%;
  border-radius: 15px; }

.promo-pagination {
  position: relative;
  background: #2d9c91;
  z-index: 10; }
  .promo-pagination:before {
    position: absolute;
    top: -16px;
    left: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #2d9c91;
    border-left: 1px solid #2d9c91; }
  .promo-pagination:after {
    position: absolute;
    top: -16px;
    right: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #2d9c91;
    border-right: 1px solid #2d9c91; }
  .promo-pagination__text {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px; }
  .promo-pagination__icon {
    margin-bottom: 17px; }
  @media all and (max-width: 767px) {
    .promo-pagination {
      display: none; } }

.promo-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .promo-pagination-list:before {
    position: absolute;
    bottom: -16px;
    left: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #2d9c91;
    border-left: 1px solid #2d9c91; }
  .promo-pagination-list:after {
    position: absolute;
    bottom: -16px;
    right: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #2d9c91;
    border-right: 1px solid #2d9c91; }
  .promo-pagination-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    border-left: 1px solid #67b8b0; }
    .promo-pagination-list li:first-child {
      border-left: 0; }
    .promo-pagination-list li.active .promo-dot {
      background: #fff; }
    .promo-pagination-list li.active .promo-pagination__text {
      color: #2d9c91; }
    .promo-pagination-list li.active .icon-box:before {
      background: url(../images/circle-outer-green.png) no-repeat; }

.promo-dot {
  height: 200px;
  padding: 32px 10px 0;
  text-align: center;
  cursor: pointer; }
  .promo-dot:hover {
    background: rgba(255, 255, 255, 0.1); }

.icon-box {
  width: 92px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto; }
  .icon-box img {
    display: block;
    max-width: 40%;
    max-height: 40%;
    width: auto;
    height: auto; }
  .icon-box:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/circle-outer-white.png) no-repeat;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .icon-box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/circle-inner-black.png) no-repeat;
    width: 70px;
    height: 70px;
    content: '';
    margin: -35px 0 0 -35px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .icon-box.top-right:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .icon-box.top-right:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .icon-box.bottom-right:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .icon-box.bottom-right:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .icon-box.bottom-left:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .icon-box.bottom-left:after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .icon-box.green-style:before {
    background: url(../images/circle-outer-green.png) no-repeat; }
  .icon-box.green-style:after {
    background: url(../images/circle-inner-white.png) no-repeat; }

.main {
  position: relative; }
  .main .scroll-bottom {
    z-index: 10;
    bottom: 20px; }
  .main:before {
    position: absolute;
    top: -86px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #1e2d34;
    -webkit-transform: skewY(-3.3deg);
            transform: skewY(-3.3deg); }
  .main__holder {
    position: relative;
    z-index: 2;
    padding: 105px 0 100px; }
  @media all and (max-width: 767px) {
    .main__holder {
      padding-top: 0px; } }

.section-title {
  border-bottom: 2px solid #2d9c91;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 0 40px; }
  .section-title h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0; }
  @media all and (max-width: 767px) {
    .section-title h3 {
      font-size: 22px; } }

.about-section {
  margin: 0 0 22px; }
  .about-section p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    max-width: 636px;
    margin: 0 auto;
    text-align: center; }
  @media all and (max-width: 767px) {
    .about-section p {
      font-size: 14px;
      line-height: 22px; } }

.products-section__header {
  text-align: center;
  padding: 45px 0 50px;
  position: relative;
  margin-bottom: 32px; }
  .products-section__header h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #2d9c91;
    margin: 0; }

.products-section__header-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 8px;
  height: 8px; }
  .products-section__header-top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background: #3a515c; }
  .products-section__header-top:after {
    position: absolute;
    top: 13px;
    left: 3px;
    content: '';
    background: #3e5661;
    width: 2px;
    height: 24px; }

.products-section__header-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 8px;
  height: 8px; }
  .products-section__header-bottom:before {
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 13px;
    height: 13px;
    content: '';
    border: 2px solid #3e5661;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .products-section__header-bottom:after {
    position: absolute;
    bottom: 14px;
    left: 3px;
    content: '';
    background: #3e5661;
    width: 2px;
    height: 24px; }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1E2D34;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -25px; }
  .products-list li {
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 58px; }
  @media all and (max-width: 1024px) {
    .products-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media all and (max-width: 767px) {
    .products-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 479px) {
    .products-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.product-item {
  text-align: center; }
  .product-item__title {
    display: block;
    font-size: 14px;
	color: #1E2D34;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .product-item .icon-box {
    margin-bottom: 18px; }
  .product-item__icon {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-item__divider {
    background: url(../images/icon-divider.svg) no-repeat 0 0/100% 100%;
    width: 42px;
    height: 11px;
    display: block;
    margin: 0 auto 15px; }
  .product-item p {
    font-size: 14px;
    line-height: 18px;
    margin: 0; }


.products__holder {
  position: relative;
    z-index: 2;
    padding: 55px 0 100px; }
	
.products {
  position: relative;}
  .products:before {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #FFFFFF;
    -webkit-transform: skewY(-3.3deg);
            transform: skewY(-3.3deg); }

.services {
  position: relative;
  margin-bottom: -120px; }
  .services:before {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #2d9c91;
    -webkit-transform: skewY(-3.3deg);
            transform: skewY(-3.3deg); }
  .services__holder {
    position: relative;
    z-index: 2;
    padding: 55px 0 100px; }
  .services .section-title {
    border-bottom-color: #1e2d34; }
  .services__intro {
    max-width: 636px;
    margin: 0 auto 86px;
    text-align: center; }
    .services__intro p {
      margin: 0;
      font-size: 16px;
      line-height: 24px; }
  .services.no-partners .services__holder {
    padding-bottom: 30px; }
  @media all and (max-width: 767px) {
    .services {
      margin-bottom: -80px; }
      .services__holder {
        padding-top: 20px; }
      .services__intro {
        margin-bottom: 40px; }
        .services__intro p {
          font-size: 14px;
          line-height: 22px; }
      .services.no-partners .services__holder {
        padding-bottom: 30px; } }

.services-list {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .services-list li {
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .services-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-bottom: 50px; } }
  @media all and (max-width: 767px) {
    .services-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 479px) {
    .services-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.service-item {
  text-align: center; }
  .service-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 115px;
    margin-bottom: 38px; }
    .service-item__icon img {
      display: block;
      width: auto;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%; }
  .service-item__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .service-item__icon {
      margin-bottom: 20px; } }

.contacts-section {
  background: url(../images/img02.png) no-repeat 50% 0/cover; }
  .contacts-section.no-partners {
    padding-top: 240px; }
  @media all and (max-width: 767px) {
    .contacts-section.no-partners {
      padding-top: 140px; } }

.partners-holder {
  position: relative;
  background: #fff;
  z-index: 6;
  margin-bottom: 60px; }
  .partners-holder:before {
    position: absolute;
    top: -16px;
    left: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff; }
  .partners-holder:after {
    position: absolute;
    top: -16px;
    right: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .partners-holder .partners-frame:before {
    position: absolute;
    bottom: -16px;
    left: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
  .partners-holder .partners-frame:after {
    position: absolute;
    bottom: -16px;
    right: -16px;
    content: '';
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }

.slider-row {
  text-align: center;
  padding: 23px 0 0;
  height: 178px; }
  .slider-row__title {
    display: block;
    color: #2d9c91;
    text-transform: uppercase;
    font-size: 14px; }

.slider-divider {
  border-top: 1px solid #c0d0d6;
  height: 0; }

.partners-slider img, .partners-slider2 img {
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  max-height: 100%; }

.partners-slider .partner-item, .partners-slider2 .partner-item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.partners-slider .owl-stage, .partners-slider2 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }

.partners-slider .owl-stage-outer, .partners-slider2 .owl-stage-outer {
  z-index: 5; }

.partners-slider .owl-nav, .partners-slider2 .owl-nav {
  left: -14px;
  right: -14px;
  position: absolute;
  top: 50%;
  height: 28px;
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .partners-slider .owl-nav.disabled, .partners-slider2 .owl-nav.disabled {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.partners-slider .owl-prev, .partners-slider2 .owl-prev {
  width: 46px;
  height: 28px;
  border-radius: 14px;
  border: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 68, 103, 0.15);
          box-shadow: 0 15px 15px rgba(0, 68, 103, 0.15);
  background: #fff url(../images/btn-prev.png) no-repeat 50% 50%;
  z-index: 6; }
  .partners-slider .owl-prev span, .partners-slider2 .owl-prev span {
    display: none; }

.partners-slider .owl-next, .partners-slider2 .owl-next {
  width: 46px;
  height: 28px;
  border-radius: 14px;
  border: 0;
  -webkit-box-shadow: 0 15px 15px rgba(0, 68, 103, 0.15);
          box-shadow: 0 15px 15px rgba(0, 68, 103, 0.15);
  background: #fff url(../images/btn-next.png) no-repeat 50% 50%;
  z-index: 6; }
  .partners-slider .owl-next span, .partners-slider2 .owl-next span {
    display: none; }

.contacts-intro {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 30px;
  text-align: center; }
  @media all and (max-width: 767px) {
    .contacts-intro {
      font-size: 14px;
      line-height: 22px; } }

.feedback-form {
  margin-bottom: 140px; }
  .feedback-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px; }
  .feedback-form__col {
    padding: 0 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .feedback-form .text-wrap {
    margin: 0 0 10px; }
    .feedback-form .text-wrap_textarea {
      padding: 20px 0 0;
      margin-bottom: 53px; }
  .feedback-form .text-field {
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: none;
    padding: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* Firefox 19+ */ }
    .feedback-form .text-field::-webkit-input-placeholder {
      color: #fff; }
    .feedback-form .text-field::-moz-placeholder {
      color: #fff; }
    .feedback-form .text-field:-ms-input-placeholder {
      color: #fff; }
  .feedback-form .textarea {
    display: block;
    width: 100%;
    height: 147px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: none;
    overflow: auto;
    resize: none;
    padding: 26px 48px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* Firefox 19+ */ }
    .feedback-form .textarea::-webkit-input-placeholder {
      color: #fff; }
    .feedback-form .textarea::-moz-placeholder {
      color: #fff; }
    .feedback-form .textarea:-ms-input-placeholder {
      color: #fff; }
  .feedback-form .submit-holder {
    text-align: center; }
  .feedback-form .submit {
    border: 0;
    cursor: pointer; }
  .feedback-form .has-error .text-field {
    border-color: #f00; }
  .feedback-form .has-error .textarea {
    border-color: #f00; }
  .feedback-form .has-error .jcf-select {
    border-color: #f00; }
  @media all and (max-width: 767px) {
    .feedback-form {
      margin-bottom: 50px; }
      .feedback-form__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .feedback-form .textarea {
        padding-left: 20px; }
      .feedback-form .text-wrap_textarea {
        margin-bottom: 30px; } }

.footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 43px 0 53px; }

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-row address {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 0; }
  .footer-row .footer-email {
    display: block;
    font-size: 14px;
    line-height: 18px; }
  .footer-row .copy {
    display: block;
    font-size: 12px; }

.footer-col-address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 11px 0 0;
  padding-right: 20px; }
  @media all and (max-width: 767px) {
    .footer-col-address {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; } }

.footer-col-email {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 11px 0 0; }
  @media all and (max-width: 767px) {
    .footer-col-email {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px; } }

.footer-col-title {
  display: block;
  margin: 0 0 22px;
  padding: 0 0 8px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px; }
  .footer-col-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 68px;
    height: 2px;
    background: #2d9c91; }

.footer-col-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.social-list {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .social-list li {
    margin-left: 10px; }
    .social-list li a {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .social-list li a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: url(../images/circle-social.png) no-repeat;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .social-list li a:hover:before {
        -webkit-transform: rotate(20deg);
                transform: rotate(20deg); }
  .social-list img {
    display: block; }

.dot-icon .outer-circle {
  fill: #fff;
  fill-rule: evenodd; }

.dot-icon .inner-circle {
  fill: #1E2D34;
  fill-rule: evenodd; }

.dot-icon .icon-image {
  fill: #fff;
  fill-rule: evenodd; }

.active .dot-icon .outer-circle {
  fill: #2D9C91; }

.active .dot-icon .inner-circle {
  fill: #1E2D34; }

.active .dot-icon .icon-image {
  fill: #2D9C91; }
/*# sourceMappingURL=all.css.map */