/* RESET */
@import url(../css/jquery.mCustomScrollbar.css);
@import url(../css/font-awesome.min.css);
@import url(../css/powerange.min.css);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, audio, canvas, video {
  display: block; }

html, body, div, h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, menu, nav, span, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

html {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word; }

/* orientation iOS font-size fix */
@media (orientation: landscape) and (max-device-width: 768px) {
  html, body {
    -webkit-text-size-adjust: 100%; } }
a, a:hover, a:active {
  outline: medium none; }

a:hover {
  text-decoration: underline; }

* a, * * a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none; }

img {
  border: none; }

li {
  list-style: none; }

textarea {
  resize: none; }

input[type="button"], input[type="submit"] {
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

input[type="text"], input[type="password"], input[type="email"] {
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

/* FAVOURITES */
a.decorness {
  text-decoration: underline; }

a:hover.decorness {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.v-align-middle {
  vertical-align: middle; }

.center {
  margin: 0 auto; }

.clear {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

li.clear {
  background: 0 !important;
  border: 0 !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  font-size: 0px !important;
  width: 100% !important; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.overflow {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

.hidden {
  display: none; }

.display-none {
  display: none !important; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.black {
  color: #000; }

.white {
  color: #fff; }

.color-333 {
  color: #333; }

.color-777 {
  color: #777; }

.layout {
  width: 100%;
  float: left; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none; }

.todo {
  outline: dashed red; }

.no-user-select {
  -moz-touch-callout: none;
  -khtml-touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* EXTRAS */
.thumb, .thumb > a {
  position: relative;
  overflow: hidden;
  display: block; }

.thumb img {
  vertical-align: top; }

.mb-1 {
  margin-bottom: 1px; }

.mt-1 {
  margin-top: 1px; }

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

.mr-1 {
  margin-right: 1px; }

.pb-1 {
  padding-bottom: 1px; }

.pt-1 {
  padding-top: 1px; }

.pl-1 {
  padding-left: 1px; }

.pr-1 {
  padding-right: 1px; }

.fs-1 {
  font-size: 1px; }

.mb-2 {
  margin-bottom: 2px; }

.mt-2 {
  margin-top: 2px; }

.ml-2 {
  margin-left: 2px; }

.mr-2 {
  margin-right: 2px; }

.pb-2 {
  padding-bottom: 2px; }

.pt-2 {
  padding-top: 2px; }

.pl-2 {
  padding-left: 2px; }

.pr-2 {
  padding-right: 2px; }

.fs-2 {
  font-size: 2px; }

.mb-3 {
  margin-bottom: 3px; }

.mt-3 {
  margin-top: 3px; }

.ml-3 {
  margin-left: 3px; }

.mr-3 {
  margin-right: 3px; }

.pb-3 {
  padding-bottom: 3px; }

.pt-3 {
  padding-top: 3px; }

.pl-3 {
  padding-left: 3px; }

.pr-3 {
  padding-right: 3px; }

.fs-3 {
  font-size: 3px; }

.mb-4 {
  margin-bottom: 4px; }

.mt-4 {
  margin-top: 4px; }

.ml-4 {
  margin-left: 4px; }

.mr-4 {
  margin-right: 4px; }

.pb-4 {
  padding-bottom: 4px; }

.pt-4 {
  padding-top: 4px; }

.pl-4 {
  padding-left: 4px; }

.pr-4 {
  padding-right: 4px; }

.fs-4 {
  font-size: 4px; }

.mb-5 {
  margin-bottom: 5px; }

.mt-5 {
  margin-top: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.fs-5 {
  font-size: 5px; }

.mb-6 {
  margin-bottom: 6px; }

.mt-6 {
  margin-top: 6px; }

.ml-6 {
  margin-left: 6px; }

.mr-6 {
  margin-right: 6px; }

.pb-6 {
  padding-bottom: 6px; }

.pt-6 {
  padding-top: 6px; }

.pl-6 {
  padding-left: 6px; }

.pr-6 {
  padding-right: 6px; }

.fs-6 {
  font-size: 6px; }

.mb-7 {
  margin-bottom: 7px; }

.mt-7 {
  margin-top: 7px; }

.ml-7 {
  margin-left: 7px; }

.mr-7 {
  margin-right: 7px; }

.pb-7 {
  padding-bottom: 7px; }

.pt-7 {
  padding-top: 7px; }

.pl-7 {
  padding-left: 7px; }

.pr-7 {
  padding-right: 7px; }

.fs-7 {
  font-size: 7px; }

.mb-8 {
  margin-bottom: 8px; }

.mt-8 {
  margin-top: 8px; }

.ml-8 {
  margin-left: 8px; }

.mr-8 {
  margin-right: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pt-8 {
  padding-top: 8px; }

.pl-8 {
  padding-left: 8px; }

.pr-8 {
  padding-right: 8px; }

.fs-8 {
  font-size: 8px; }

.mb-9 {
  margin-bottom: 9px; }

.mt-9 {
  margin-top: 9px; }

.ml-9 {
  margin-left: 9px; }

.mr-9 {
  margin-right: 9px; }

.pb-9 {
  padding-bottom: 9px; }

.pt-9 {
  padding-top: 9px; }

.pl-9 {
  padding-left: 9px; }

.pr-9 {
  padding-right: 9px; }

.fs-9 {
  font-size: 9px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.fs-10 {
  font-size: 10px; }

.mb-5 {
  margin-bottom: 5px; }

.mt-5 {
  margin-top: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.fs-5 {
  font-size: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.fs-10 {
  font-size: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mt-15 {
  margin-top: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.fs-15 {
  font-size: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.fs-20 {
  font-size: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mt-25 {
  margin-top: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.fs-25 {
  font-size: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.fs-30 {
  font-size: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mt-35 {
  margin-top: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.fs-35 {
  font-size: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.fs-40 {
  font-size: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mt-45 {
  margin-top: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.fs-45 {
  font-size: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.fs-50 {
  font-size: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mt-55 {
  margin-top: 55px; }

.ml-55 {
  margin-left: 55px; }

.mr-55 {
  margin-right: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pt-55 {
  padding-top: 55px; }

.pl-55 {
  padding-left: 55px; }

.pr-55 {
  padding-right: 55px; }

.fs-55 {
  font-size: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.fs-60 {
  font-size: 60px; }

/*$color-mine-shaft: #303030;
$color-tundora: #434343;
$color-carrot-orange: #f28b1b;*/
/*$inputs-background: #f9f9f9;*/
/*border-radius*/
/*border-radius*/
/*box-shadow*/
/*clearfix*/
/*clearfix*/
/*border-radius*/
.styled-dynamic-text {
  margin-bottom: 10px; }
  .styled-dynamic-text p, .styled-dynamic-text ul, .styled-dynamic-text ol, .styled-dynamic-text table {
    margin-bottom: 10px; }
  .styled-dynamic-text ul li {
    list-style-type: disc;
    list-style-position: inside; }
  .styled-dynamic-text ol li {
    list-style-type: decimal;
    list-style-position: inside; }
  .styled-dynamic-text table {
    table-layout: fixed;
    border-collapse: collapse; }
    .styled-dynamic-text table td {
      border: 1px #000 solid;
      padding: 3px; }
  .styled-dynamic-text h1 {
    font-size: 2em; }
  .styled-dynamic-text h2 {
    font-size: 1.5em; }
  .styled-dynamic-text h3 {
    font-size: 1.17em; }
  .styled-dynamic-text h5 {
    font-size: 0.83em; }
  .styled-dynamic-text h6 {
    font-size: 0.75em; }

@font-face {
  font-family: 'open-sans-condensedbold';
  src: url("../fonts/opensans-condbold-webfont.eot");
  src: url("../fonts/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condbold-webfont.woff2") format("woff2"), url("../fonts/opensans-condbold-webfont.woff") format("woff"), url("../fonts/opensans-condbold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open-sanscondensed-light';
  src: url("../fonts/opensans-condlight-webfont.eot");
  src: url("../fonts/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condlight-webfont.woff2") format("woff2"), url("../fonts/opensans-condlight-webfont.woff") format("woff"), url("../fonts/opensans-condlight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open-sansCnLtIt';
  src: url("../fonts/opensans-condlightitalic-webfont.eot");
  src: url("../fonts/opensans-condlightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condlightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-condlightitalic-webfont.woff") format("woff"), url("../fonts/opensans-condlightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansitalic';
  src: url("../fonts/opensans-italic-webfont.eot");
  src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.font-semibold {
  font-family: open_sanssemibold, sans-serif; }

.font-bold {
  font-family: open_sansbold, sans-serif; }

.font-normal {
  font-family: open_sansregular, sans-serif; }

.font-italic {
  font-family: open_sansitalic, sans-serif; }

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

html, body {
  height: 100%; }

body {
  background: #fff;
  font-family: open_sansbold, sans-serif;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.5; }

a {
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #000; }
  a:hover, a:active, a:focus {
    color: #26c8eb;
    text-decoration: none; }

a, img {
  vertical-align: top; }

.site-size {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .site-size:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden; }

.site-wrap {
  /*background-image: url("../images/head-bg.jpg");*/
  background-image: url("../images/head-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center 35px; }

.main-header {
  height: 286px;
  position: relative;
  z-index: 10; }

.popup-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-inner {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
  -webkit-box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
  box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
  left: 50%;
  text-align: justify;
  padding: 20px;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  z-index: 10000; 
  font-family: sans-serif;
}
  .popup-holder .popup {
    overflow: auto;
    max-height: 400px; }
  .popup-holder a:hover {
    color: #fff; }
  .popup-holder .close {
    background-color: #ea8d08;
    border-radius: 5px;
    font-size: 30px;
    line-height: 27px;
    padding: 5px;
    position: absolute;
    right: -9px;
    top: -18px; }

/* ========================================
     HEADER-TOP
=========================================== */
.header-top {
  font-family: open_sanssemibold, sans-serif;
  background-color: #fff;
  color: #9c9c9c; }
  .header-top .top-contacts {
    font-size: 13px;
    line-height: 15px;
    padding: 10px 0;
    line-height: 1;
    height: 35px; }
    .header-top .top-contacts a {
      color: #9c9c9c; }
      .header-top .top-contacts a:hover {
        color: #26c8eb; }
    .header-top .top-contacts .phone-num {
      float: right; }
    .header-top .top-contacts .social {
      float: right;
      margin-left: 25px; }
    .header-top .top-contacts i {
      padding-left: 10px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 15px; }

/* ========================================
     HEADER-SUB
=========================================== */
.sub-header {
  font-family: open_sanssemibold, sans-serif;
  color: #fff; }
  .sub-header .logo {
    margin-top: 20px;
    margin-left: 120px; }
  .sub-header .main-nav {
    margin-top: 43px;
    float: right; }
    .sub-header .main-nav li {
      float: left;
      padding-left: 20px;
      text-transform: uppercase;
      line-height: 1; }
      .sub-header .main-nav li:first-child {
        padding-left: 0; }
      .sub-header .main-nav li a {
        color: #000; }
      .sub-header .main-nav li:hover a {
        color: #26c8eb; }

/* ========================================
     HERO-CONT
=========================================== */
.hero-cont {
  height: 504px;
  position: relative; }
  .hero-cont .news-btn {
    background-image: url("../images/btn.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 50px;
    height: 279px;
    display: none;
    z-index: 10;
    font-family: open_sansitalicopen-sans-condensedbold, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    background-color: #ea8d08; }
    .hero-cont .news-btn.top {
      position: absolute;
      right: 0;
      top: 0; }
    .hero-cont .news-btn.hidden {
      background-image: none;
      display: none;
      height: 50px;
      width: 279px;
      padding: 16px 35px; }
  .hero-cont .info {
    float: right;
    width: 51%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 15px;
    color: #f4f4f4; }
    .hero-cont .info .title {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 14px;
      line-height: 18px; }
    .hero-cont .info .text {
      font-family: open_sanssemibold, sans-serif;
      padding-bottom: 40px;
      background-image: url("../images/arrow.png");
      background-repeat: no-repeat;
      background-position: right bottom; }
  .hero-cont .info-form {
    float: left;
    position: relative;
    margin-top: -251px;
    padding: 137px 0 0px;
    /*        background: rgba(0, 0, 0, 0.4);*/
    -moz-box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
    -webkit-box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
    box-shadow: 0 5px 16px rgba(48, 43, 40, 0.75);
    background-color: rgba(0, 0, 0, 0.4);
    width: 40.4%; }
    .hero-cont .info-form .properties {
      background-color: #26c8eb;
      color: #fff;
      font-family: Georgia;
      font-size: 13px;
      font-weight: bold;
      height: 35px;
      left: 0;
      line-height: 15px;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      top: -35px;
      width: 100%;
      z-index: 20; }
    .hero-cont .info-form .title {
      border-top: solid 1px #62828d;
      padding: 0 10px;
      font-size: 16px;
      line-height: 22px;
      color: #f4f4f4;
      text-align: center;
      margin-bottom: 5px; }
      .hero-cont .info-form .title span.first {
        display: block;
        letter-spacing: -1px;
        margin-bottom: 8px; }
      .hero-cont .info-form .title span.last {
        background-color: #1f363c;
        color: #26c8eb;
        display: block;
        padding: 10px 0;
        text-transform: uppercase; }
    .hero-cont .info-form #infoForm {
      position: relative;
      /*            height: 400px;*/
      padding: 20px 20px 0; }
      .hero-cont .info-form #infoForm .btn-holder {
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 100%; }
      .hero-cont .info-form #infoForm .item:after {
        clear: both;
        content: " ";
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        overflow: hidden; }
      .hero-cont .info-form #infoForm .item > div {
        margin-bottom: 10px; }
      .hero-cont .info-form #infoForm .item .half-left {
        float: left;
        width: 49%; }
      .hero-cont .info-form #infoForm .item .half-right {
        float: right;
        width: 49%; }
      .hero-cont .info-form #infoForm .item .long-left {
        float: left;
        width: 68%; }
        .hero-cont .info-form #infoForm .item .long-left.right {
          float: right; }
      .hero-cont .info-form #infoForm .item .short-right {
        float: right;
        width: 29%; }
        .hero-cont .info-form #infoForm .item .short-right.left {
          float: left; }
      .hero-cont .info-form #infoForm .item input[type=text], .hero-cont .info-form #infoForm .item input[type=email], .hero-cont .info-form #infoForm .item input[type=number], .hero-cont .info-form #infoForm .item textarea, .hero-cont .info-form #infoForm .item select {
        height: 40px;
        background-color: #f4f4f4;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        display: block;
        width: 100%;
        padding: 0 10px;
        border: 1px solid #d5d5d5;
        font-family: open_sanssemibold, sans-serif;
        font-size: 16px;
        color: #979797; }
      .hero-cont .info-form #infoForm .item select {
        border: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url("../images/select-arrow.png") no-repeat right center #f4f4f4; }
      .hero-cont .info-form #infoForm .request-free-info {
        font-family: open_sansbold, sans-serif;
        background-color: #26c8eb;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        line-height: 20px;
        padding: 15px;
        position: relative;
        width: 100%;
        z-index: 10; }
        .hero-cont .info-form #infoForm .request-free-info i {
          margin-left: 23px;
          vertical-align: middle; }
      .hero-cont .info-form #infoForm .checkbox > input {
        padding: 0;
        margin: 0;
        height: 16px;
        width: 16px;
        float: left;
        position: absolute;
        left: 0;
        opacity: 0; }
      .hero-cont .info-form #infoForm .checkbox > label {
        line-height: 24px;
        padding: 0 12px;
        margin-right: 10px;
        -webkit-transition: color 1s ease;
        -o-transition: color 1s ease;
        transition: color 1s ease;
        cursor: pointer; }
      .hero-cont .info-form #infoForm .checkbox input + label {
        background-color: #f4f4f4;
        border: solid 1px #d5d5d5; }
      .hero-cont .info-form #infoForm input[type=checkbox]:checked + label {
        background-image: url("../images/checkbox.png"); }
      .hero-cont .info-form #infoForm a {
        font-family: open_sanssemibold, sans-serif;
        font-size: 12px;
        line-height: 21px;
        color: #fff;
        text-decoration: underline; }
    .hero-cont .info-form .thank-message {
      padding: 40px 20px 300px;
      color: #fff;
      font-size: 24px;
      line-height: 1.3;
      text-align: center;
      display: block; }
    .hero-cont .info-form .invest-volume {
      font-family: open_sanssemibold, sans-serif;
      font-size: 12px;
      color: #f4f4f4;
      margin-bottom: 15px; }

.known-from {
  bottom: -45px;
  position: absolute;
  right: 0; }
  .known-from .title {
    color: #e5e5e5;
    font-size: 12px;
    font-family: open_sanssemibold, sans-serif; }
  .known-from .known-logos .item {
    margin-left: 25px;
    float: left;
    height: 24px; }
    .known-from .known-logos .item:first-child {
      margin-left: 0; }

.main-heading {
  font-family: open_sanssemibold, sans-serif;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #7c7c7c; }

.advantages {
  background-color: #fff;
  margin-top: 8px;
  border-top: solid 1px #e5e5e5;
  padding: 50px 0 65px; }
  .advantages .advantages-list li {
    float: left;
    width: 29%;
    margin-left: 6.5%;
    margin-top: 10px;
    margin-bottom: 70px;
    /*            &:hover {
                    .left {
                        i {color: #86b104;}
                    }
                }*/ }
    .advantages .advantages-list li:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .advantages .advantages-list li .left {
      float: left;
      width: 25%; }
      .advantages .advantages-list li .left i {
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        line-height: 50px;
        font-size: 46px;
        color: #7c7c7c;
        text-align: center; }
    .advantages .advantages-list li .right {
      float: left;
      width: 75%; }
      .advantages .advantages-list li .right .title {
        font-family: open_sanssemibold, sans-serif;
        font-size: 16px;
        line-height: 17px;
        color: #7c7c7c;
        padding-top: 6px; }
  .advantages .request-free-info {
    color: #26c8eb;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    border: solid 2px #26c8eb; }
    .advantages .request-free-info i {
      vertical-align: middle;
      margin-left: 13px; }

.gray-section {
  background-color: #f7f7f7;
  padding: 70px 0; }
  .gray-section .box-list li {
    float: left;
    width: 31%;
    margin-left: 3.5%; }
    .gray-section .box-list li:first-child {
      margin-left: 0; }
    .gray-section .box-list li .title {
      text-transform: uppercase;
      padding-bottom: 20px;
      font-size: 18px;
      line-height: 20px;
      text-align: center; }
    .gray-section .box-list li .text {
      font-family: open_sansregular, sans-serif;
      text-align: justify; }

.investment {
  background-color: #fff;
  padding: 65px 0 55px; }

.pay-section {
  padding: 65px 0 70px;
  background-color: #f7f7f7; }
  .pay-section .pay-list li {
    float: left;
    margin-left: 16%;
    position: relative;
    width: 22.5%; }
    .pay-section .pay-list li:first-child {
      margin-left: 0; }
    .pay-section .pay-list li .title {
      color: #a7b1b7;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      margin-bottom: 60px; }
    .pay-section .pay-list li:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block;
      position: absolute;
      right: -64%;
      top: 80px;
      width: 110px; }
    .pay-section .pay-list li:last-child:after {
      border: none; }
  .pay-section .request-free-info {
    background-color: #26c8eb;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    border: solid 2px #26c8eb; }
    .pay-section .request-free-info i {
      vertical-align: middle;
      margin-left: 13px; }

.customer-testimonials {
  padding: 65px 0 35px;
  background-image: url("../images/custom-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff; }
  .customer-testimonials .main-heading {
    color: #fff;
    margin-bottom: 30px; }
  .customer-testimonials .customer-list li {
    text-align: center;
    float: left;
    max-width: 940px;
    line-height: 16px; }
    .customer-testimonials .customer-list li .quote {
      background-image: url("../images/quote.png");
      background-repeat: no-repeat;
      background-position: left top;
      padding: 20px 60px 0;
      margin: 0 40px;
      font-family: open_sansitalic, sans-serif;
      margin-bottom: 24px;
      max-height: 130px;
      overflow: hidden; }
    .customer-testimonials .customer-list li .autor {
      font-family: open_sanssemibold, sans-serif; }
  .customer-testimonials .pager {
    text-align: center;
    margin: 60px auto 0; }
    .customer-testimonials .pager a {
      border-radius: 100%;
      background-color: #ededec;
      text-decoration: none;
      text-indent: -999px;
      display: inline-block;
      overflow: hidden;
      width: 10px;
      height: 10px;
      margin: 0 5px; }
      .customer-testimonials .pager a.selected {
        background-color: #26c8eb; }

.return-earned {
  background-color: #fff;
  padding: 65px 0 95px; }

.interested {
  padding: 65px 0 90px;
  background-color: #26c8eb;
  color: #fff; }
  .interested .main-heading {
    color: #fff; }
  .interested .text {
    padding: 0 90px; }
  .interested .request-free-info {
    background-color: #26c8eb;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    border: solid 2px #fff; }
    .interested .request-free-info i {
      vertical-align: middle;
      margin-left: 13px; }

/* ========================================
     footer
=========================================== */
.main-footer {
  background-color: #4c4c4c;
  padding: 15px 0;
  font-family: open_sanssemibold, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #999; }
  .main-footer .social {
    font-size: 14px; }
    .main-footer .social a {
      margin-left: 5px;
      color: #999; }
      .main-footer .social a:hover {
        color: #fff; }
      .main-footer .social a:first-child {
        margin-left: 30px; }

/* ========================================
     MEAN MENU
=========================================== */
.mean-menu-container {
  margin-top: 30px;
  position: relative; }
  .mean-menu-container a.meanmenu-reveal {
    width: 41px;
    cursor: pointer;
    font-size: 40px !important;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-weight: 900; }
    .mean-menu-container a.meanmenu-reveal span {
      display: block;
      background: #fff;
      height: 3px;
      margin-top: 9px; }
      .mean-menu-container a.meanmenu-reveal span:first-child {
        margin-top: 0; }
  .mean-menu-container .mean-nav {
    background: #292929;
    border-top: 1px solid #555;
    position: absolute;
    right: 0;
    top: 40px; }
    .mean-menu-container .mean-nav ul {
      padding: 0;
      margin: 0;
      width: 100%; }
      .mean-menu-container .mean-nav ul li {
        position: relative;
        width: 300px; }
        .mean-menu-container .mean-nav ul li a, .mean-menu-container .mean-nav ul li span {
          border-bottom: 1px solid #555;
          color: #fff;
          display: block;
          padding: 20px 0;
          text-align: center;
          text-transform: uppercase; }
          .mean-menu-container .mean-nav ul li a:hover, .mean-menu-container .mean-nav ul li span:hover {
            background-color: #26c8eb; }
    .mean-menu-container .mean-nav .mean-expand {
      display: none; }

/* ========================================
     price-slider
=========================================== */
.layout-slider {
  margin: 22px 0 12px; }
  .layout-slider .jslider-bg i {
    background: #f4f4f4; }
  .layout-slider .jslider-pointer {
    background-color: #fff;
    border: solid 5px #26c8eb;
    cursor: pointer;
    height: 26px;
    left: 40%;
    margin-left: -13px;
    position: absolute;
    top: -8px;
    width: 26px; }
  .layout-slider .jslider-pointer-hover {
    background-position: -20px -60px; }
  .layout-slider .jslider .jslider-bg i {
    height: 10px;
    position: absolute;
    font-size: 0;
    top: 0; }

.jslider {
  display: block;
  width: 100%;
  height: 1em;
  position: relative;
  top: 0.6em; }
  .jslider .jslider-label {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -18px;
    left: 0px; }
  .jslider .jslider-label-to {
    left: auto;
    right: 0; }
  .jslider .jslider-value {
    background-color: #26c8eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 5px rgba(48, 43, 40, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(48, 43, 40, 0.3);
    box-shadow: 0 2px 5px rgba(48, 43, 40, 0.3);
    color: #fff;
    font-size: 14px;
    left: 20%;
    line-height: 12px;
    padding: 10px 18px;
    position: absolute;
    top: -50px;
    white-space: nowrap; }
    .jslider .jslider-value:after {
      content: url("../images/arrow-bar.png");
      width: 28px;
      height: 15px;
      display: block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -14px; }
  .jslider .jslider-pointer-to {
    left: 80%; }

.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0; }

.jslider td, .jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top; }

.jslider .jslider-bg {
  position: relative; }

.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0; }

.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px; }

.jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0; }

.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: 0 -40px; }

.jslider .jslider-value-to {
  left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em; }

.jslider .jslider-scale {
  position: relative;
  top: 9px; }

.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0; }

.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
  display: none; }

.rect-auto,
.percircle.gt50 .slice {
  clip: rect(auto, auto, auto, auto); }

.pie,
.percircle .bar,
.gt50 .fill {
  position: absolute;
  border: 0.08em solid #a7b1b7;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0, 0.5em, 1em, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.bar {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.pie-fill,
.gt50 .bar:after,
.gt50 .fill {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.percircle {
  position: relative;
  font-size: 155px;
  margin: 0 auto 20px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e7e7e7; }

.percircle *,
.percircle *:before,
.percircle *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.percircle.animate > span,
.percircle.animate:after {
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.percircle.animate .bar {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.percircle.center {
  float: none;
  margin: 0 auto; }

.percircle > span {
  font-family: open_sansitalicopen-sans-condensedbold, sans-serif;
  position: absolute;
  font-size: 30px;
  z-index: 1;
  width: 100%;
  top: 50%;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
  font-size: 0.2em;
  color: #a7b1b7;
  display: block;
  text-align: center;
  white-space: nowrap; }

.percircle:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 0.84em;
  height: 0.84em; }

.percircle .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0, 1em, 1em, 0.5em); }

.percircle:hover {
  cursor: default; }

.percircle:hover > span {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color: #86b104; }

.percircle:hover:after {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.footer-links {
  padding-top: 5px;
}

/*# sourceMappingURL=percircle.css.map */
@media (max-width: 1024px) {
  .hero-cont .news-btn.top {
    display: none; }
  .hero-cont .news-btn.hidden {
    display: inline-block; } }
/* ======================== / > 1024 ======================== */
@media (max-width: 960px) {
  .site-size {
    padding: 0 10px; }

  .hero-cont .info-form .title {
    font-size: 15px; } }
/* ======================== / > 980 ======================== */
@media (max-width: 860px) {
  .sub-header .logo {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }

  .main-header {
    height: auto; }

  .hero-cont {
    height: auto; }
    .hero-cont .info {
      padding: 10px;
      width: 100%;
      font-size: 13px; }
      .hero-cont .info .text {
        background-image: none;
        padding-bottom: 0px; }
      .hero-cont .info .title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px; }
    .hero-cont .info-form {
      margin-top: 35px;
      padding: 0;
      width: 100%; }
      .hero-cont .info-form .title {
        margin-bottom: 0;
        padding-top: 10px; }
      .hero-cont .info-form #infoForm {
        padding: 10px 10px 0;
        height: auto; }
        .hero-cont .info-form #infoForm .btn-holder {
          position: static; }
        .hero-cont .info-form #infoForm .item {
          float: left;
          margin-left: 1%;
          width: 49%; }
          .hero-cont .info-form #infoForm .item:nth-child(2n+1) {
            margin-left: 0; }
          .hero-cont .info-form #infoForm .item input[type=text], .hero-cont .info-form #infoForm .item input[type=email], .hero-cont .info-form #infoForm .item input[type=number], .hero-cont .info-form #infoForm .item textarea, .hero-cont .info-form #infoForm .item select {
            font-size: 15px;
            height: 30px;
            padding: 5px; }
        .hero-cont .info-form #infoForm .request-free-info {
          margin-bottom: 20px; }
    .hero-cont .news-btn-holder {
      width: 100%;
      text-align: center; }

  .main-content section {
    padding: 40px 0 !important; 
  }
  .main-content section.hero-cont {
    padding: 0 0 40px !important; 
  }

  .customer-testimonials .customer-list li .quote {
    margin: 0 0 24px;
    padding: 20px 0 0 60px; }

  .known-from {
    position: static;
    margin-top: 20px;
    text-align: center; 
  }
  .known-from .known-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    row-gap: 20px;
  } 
}
/* ======================== / > 900 ======================== */
@media (max-width: 800px) {
  .advantages .advantages-list li {
    margin-bottom: 30px;
    width: 46%; }
    .advantages .advantages-list li:nth-child(3n+1) {
      clear: none;
      margin-left: 6.5%; }
    .advantages .advantages-list li:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }
/* ======================== / > 800 ======================== */
@media (max-width: 768px) {
  .gray-section .box-list li {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%; 
  }

  .pay-section .pay-list li {
    margin-left: 2%;
    width: 31%; 
  }
  .pay-section .pay-list li:after {
    border: none; 
  }

  .main-footer .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; 
  }
  .main-footer .social {
    width: 100%;
    text-align: center; 
  } 

  .popup-holder .popup-inner {
    width: 90%;
  }
  .popup-holder .popup {
    max-height: 80vh;
  }
}
/* ======================== / > 768 ======================== */
@media (max-width: 560px) {
  .pay-section .pay-list li {
    width: 49%; } }
/* ======================== / > 560 ======================== */
@media (max-width: 640px) {
  .interested .text {
    padding: 0; } }
/* ======================== / > 640 ======================== */
@media (max-width: 480px) {
  .hero-cont .info-form #infoForm .item {
    float: none;
    width: 100%;
    margin-left: 0; }

  .advantages .advantages-list li {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0 !important; }

  .known-from .known-logos .item {
    margin-left: 10px; } }
/* ======================== / > 480 ======================== */
@media (max-width: 380px) {
  .header-top .top-contacts {
    font-size: 11px; }
    .header-top .top-contacts .social {
      margin-left: 7px; }
    .header-top .top-contacts i {
      padding-left: 8px; }

  .pay-section .pay-list li {
    width: 100%;
    margin-left: 0; }

  .known-from .known-logos {
    margin: 0 0 30px; }
    .known-from .known-logos .item {
      margin-top: 20px;
      width: 40%; } }
/* ======================== / > 380 ======================== */
/* ======================== / > 320 ======================== */

/*# sourceMappingURL=style.css.map */
