/**************************************/
/*          MEDIA QUERYES             */
/**************************************/
/**************************************/
/*          GLOBAL SIZES              */
/**************************************/
/**************************************/
/*          COLOR PALETTE             */
/**************************************/
/* Mixins */
/* bg shortcodes */
@import url(../fonts/fonts.css);
.bg-gradient1 span,
.bg-gradient1:before {
  background: #52A0FD;
  background: -moz-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%); }

.bg-gradient2 span,
.bg-gradient2:before {
  background: #44ea76;
  background: -moz-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  background: -webkit-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  background: linear-gradient(to right, #44ea76 0%, #39fad7 80%, #39fad7 100%); }

.bg-gradient3 span,
.bg-gradient3:before {
  background: #fa6c9f;
  background: -moz-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
  background: -webkit-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
  background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%); }

/* General */
.wrapper {
  margin: 5% auto;
  text-align: center; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

/* fancy Button */
.fancy-button {
  display: inline-block;
  margin: 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative; }
  .fancy-button:before {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out; }
  .fancy-button i {
    margin-top: -1px;
    margin-right: 20px;
    font-size: 1.265em;
    vertical-align: middle; }
  .fancy-button span {
    display: inline-block;
    padding: 18px 60px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out; }
  .fancy-button:focus, .fancy-button:active {
    color: #ffffff; }
  .fancy-button:hover {
    color: #ffffff; }
    .fancy-button:hover span {
      filter: brightness(1.05) contrast(1.05);
      transform: scale(0.95); }
    .fancy-button:hover:before {
      bottom: 0;
      filter: blur(10px) brightness(0.95); }
  .fancy-button.pop-onhover:before {
    opacity: 0;
    bottom: 10px; }
  .fancy-button.pop-onhover:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(20px); }
  .fancy-button.pop-onhover:hover span {
    transform: scale(1.04); }
  .fancy-button.pop-onhover:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.15s ease-out; }
  .fancy-button.pop-onhover:hover:active:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
    transition: all 0.2s ease-out; }

/**************************************/
/*          MEDIA QUERYES             */
/**************************************/
/**************************************/
/*          GLOBAL SIZES              */
/**************************************/
/**************************************/
/*          COLOR PALETTE             */
/**************************************/
/* RESET */
*, *::after,
*::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

img {
  border: none; }

input[type="submit"],
input[type="text"] {
  -webkit-appearance: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

html, body {
  width: 100%;
  height: 100%; }

.box {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0%;
  padding: 2em;
  min-height: 4em;
  position: relative; }

.grid, .box-wrap {
  /*overflow:hidden*/
  width: 100%;
  margin: 0;
  padding: 0;
  *zoom: 1;
  /*position: relative;*/ }

.grid-fix {
  width: 1440px;
  margin: 0 auto;
  max-width: 90%; }

.grid:after, .grid-fix:after, .box-wrap:after, .scene:after, section:after, .cf:after, .clearfix:after, .clearfix {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
  *zoom: 1; }

.vh25 {
  height: 25vh; }

.vh50 {
  height: 50vh; }

.vh75 {
  height: 75vh; }

.vh100 {
  height: 100vh; }

.h100 {
  height: 100%; }

.h075 {
  height: 75%; }

.h050 {
  height: 50%; }

.h025 {
  height: 25%; }

@media all and (max-width: 481px) {
  .cs-hidden {
    display: none; } }
@media all and (max-width: 768px) {
  .cm-hidden {
    display: none; } }
@media all and (max-width: 960px) {
  .cl-hidden {
    display: none; } }
.hx1 {
  height: 15vMin; }

.hx2 {
  height: 30vMin; }

.hx3 {
  height: 45vMin; }

.hx4 {
  height: 60vMin; }

.hx5 {
  height: 75vMin; }

.hx6 {
  height: 90vMin; }

.cx1 {
  display: block;
  width: 8.3333333333%; }

.cx2 {
  display: block;
  width: 16.6666666667%; }

.cx3 {
  display: block;
  width: 25%; }

.cx4 {
  display: block;
  width: 33.3333333333%; }

.cx5 {
  display: block;
  width: 41.6666666667%; }

.cx6 {
  display: block;
  width: 50%; }

.cx7 {
  display: block;
  width: 58.3333333333%; }

.cx8 {
  display: block;
  width: 66.6666666667%; }

.cx9 {
  display: block;
  width: 75%; }

.cx10 {
  display: block;
  width: 83.3333333333%; }

.cx11 {
  display: block;
  width: 91.6666666667%; }

.cx12 {
  display: block;
  width: 100%; }

@media only screen and (min-width: 480px) {
  .cs1 {
    display: block;
    width: 8.3333333333%; }

  .cs2 {
    display: block;
    width: 16.6666666667%; }

  .cs3 {
    display: block;
    width: 25%; }

  .cs4 {
    display: block;
    width: 33.3333333333%; }

  .cs5 {
    display: block;
    width: 41.6666666667%; }

  .cs6 {
    display: block;
    width: 50%; }

  .cs7 {
    display: block;
    width: 58.3333333333%; }

  .cs8 {
    display: block;
    width: 66.6666666667%; }

  .cs9 {
    display: block;
    width: 75%; }

  .cs10 {
    display: block;
    width: 83.3333333333%; }

  .cs11 {
    display: block;
    width: 91.6666666667%; }

  .cs12 {
    display: block;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .cm1 {
    display: block;
    width: 8.3333333333%; }

  .cm2 {
    display: block;
    width: 16.6666666667%; }

  .cm3 {
    display: block;
    width: 25%; }

  .cm4 {
    display: block;
    width: 33.3333333333%; }

  .cm5 {
    display: block;
    width: 41.6666666667%; }

  .cm6 {
    display: block;
    width: 50%; }

  .cm7 {
    display: block;
    width: 58.3333333333%; }

  .cm8 {
    display: block;
    width: 66.6666666667%; }

  .cm9 {
    display: block;
    width: 75%; }

  .cm10 {
    display: block;
    width: 83.3333333333%; }

  .cm11 {
    display: block;
    width: 91.6666666667%; }

  .cm12 {
    display: block;
    width: 100%; } }
@media only screen and (min-width: 960px) {
  .cl1 {
    display: block;
    width: 8.3333333333%; }

  .cl2 {
    display: block;
    width: 16.6666666667%; }

  .cl3 {
    display: block;
    width: 25%; }

  .cl4 {
    display: block;
    width: 33.3333333333%; }

  .cl5 {
    display: block;
    width: 41.6666666667%; }

  .cl6 {
    display: block;
    width: 50%; }

  .cl7 {
    display: block;
    width: 58.3333333333%; }

  .cl8 {
    display: block;
    width: 66.6666666667%; }

  .cl9 {
    display: block;
    width: 75%; }

  .cl10 {
    display: block;
    width: 83.3333333333%; }

  .cl11 {
    display: block;
    width: 91.6666666667%; }

  .cl12 {
    display: block;
    width: 100%; } }
.c-white {
  color: #FFF !important; }

.b-white {
  background-color: #FFF !important; }

.c-black {
  color: #000 !important; }

.b-black {
  background-color: #000 !important; }

.c-green {
  color: #CDDC39 !important; }

.b-green {
  background-color: #CDDC39 !important; }

.c-green1 {
  color: #4CAF50 !important; }

.b-green1 {
  background-color: #4CAF50 !important; }

.c-green2 {
  color: #8BC34A !important; }

.b-green2 {
  background-color: #8BC34A !important; }

.c-blue {
  color: #00BCD4 !important; }

.b-blue {
  background-color: #00BCD4 !important; }

.c-blue1 {
  color: #03A9F4 !important; }

.b-blue1 {
  background-color: #03A9F4 !important; }

.c-pink {
  color: #ff2244 !important; }

.b-pink {
  background-color: #ff2244 !important; }

.c-pink1 {
  color: #ED143D !important; }

.b-pink1 {
  background-color: #ED143D !important; }

.c-yellow {
  color: #FFC107 !important; }

.b-yellow {
  background-color: #FFC107 !important; }

.c-yellow2 {
  color: #f1e000 !important; }

.b-yellow2 {
  background-color: #f1e000 !important; }

.c-grey {
  color: #212529 !important; }

.b-grey {
  background-color: #212529 !important; }

.c-grey1 {
  color: #16181e !important; }

.b-grey1 {
  background-color: #16181e !important; }

.c-grey2 {
  color: #24292e !important; }

.b-grey2 {
  background-color: #24292e !important; }

.c-grey3 {
  color: #2f353b !important; }

.b-grey3 {
  background-color: #2f353b !important; }

.c-grey4 {
  color: #43474e !important; }

.b-grey4 {
  background-color: #43474e !important; }

.b-blue_grad {
  background: #52A0FD;
  background: -moz-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  background: -webkit-linear-gradient(left, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%); }

.b-green_grad {
  background: #44ea76;
  background: -moz-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  background: -webkit-linear-gradient(left, #44ea76 0%, #39fad7 80%, #39fad7 100%);
  background: linear-gradient(to right, #009688 0%, #04e4d0 70%, #f0ffb3 100%); }

.b-yellow_grad {
  background: #fa6c9f;
  background: -moz-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
  background: -webkit-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
  background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%); }

.nopad {
  padding: 0 !important; }

.ffl {
  font-family: light;
  font-weight: 100; }

.ffb {
  font-family: bold;
  font-weight: 100; }

.ffbl {
  font-family: black;
  font-weight: 100; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tj {
  text-align: justify; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: initial; }

.up {
  text-transform: uppercase; }

.unup {
  text-transform: none !important; }

.f050 {
  font-size: 0.5em; }

.f075 {
  font-size: 0.75em; }

.f100 {
  font-size: 1em; }

.f125 {
  font-size: 1.25em; }

.f150 {
  font-size: 1.5em; }

.f175 {
  font-size: 1.75em; }

.f200 {
  font-size: 2em; }

.f250 {
  font-size: 2.5em; }

.f300 {
  font-size: 3em; }

.f350 {
  font-size: 3.5em; }

.f400 {
  font-size: 4em; }

.f450 {
  font-size: 4.5em; }

.f500 {
  font-size: 5em; }

.f600 {
  font-size: 6em; }

.f700 {
  font-size: 7em; }

.f800 {
  font-size: 8em; }

.ls00 {
  letter-spacing: 0; }

.ls01 {
  letter-spacing: -0.01em; }

.ls02 {
  letter-spacing: -0.02em; }

.ls03 {
  letter-spacing: -0.03em; }

.ls04 {
  letter-spacing: -0.04em; }

.ls05 {
  letter-spacing: -0.05em; }

.ls06 {
  letter-spacing: -0.06em; }

.ls07 {
  letter-spacing: -0.07em; }

.ls08 {
  letter-spacing: -0.08em; }

.ls09 {
  letter-spacing: -0.09em; }

.ls10 {
  letter-spacing: -0.1em; }

.lh05 {
  line-height: 0.5; }

.lh06 {
  line-height: 0.6; }

.lh07 {
  line-height: 0.7; }

.lh08 {
  line-height: 0.8; }

.lh09 {
  line-height: 0.9; }

.lh10 {
  line-height: 1; }

.lh11 {
  line-height: 1.1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh20 {
  line-height: 2; }

.lh30 {
  line-height: 3; }

.lh40 {
  line-height: 4; }

.nopad {
  padding: 0; }

.nomar {
  margin: 0; }

.p-fix {
  position: fixed; }

.p-abs {
  position: fixed; }

.p-rel {
  position: relative; }

.p-reset {
  position: initial; }

.p-top {
  top: 0; }

.p-bottom {
  bottom: 0; }

.p-left {
  left: 0; }

.p-right {
  right: 0; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block, .inline div, .container-inline div, .inline li, .inline span, .inline i {
  display: inline-block; }

/************ MAIN STYLES ******************/
body {
  font-family: 'light', 'Open Sans', Arial, sans-serif;
  overflow-x: hidden; }

a {
  color: #00BCD4;
  outline: 0;
  text-decoration: none; }

img {
  max-width: 100%; }

h2 {
  font-size: 2em;
  font-family: black;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
  font-weight: 100; }

.divider {
  margin: 1em 0;
  height: 1px;
  background: #00e2fa;
  width: 3em; }

.text h3 {
  font-family: norm;
  font-size: 1.3em;
  line-height: 1;
  color: #03a9f4;
  font-weight: 100;
  margin-bottom: 1em;
  height: auto; }
.text p {
  font-size: 1.075em; }

.section {
  width: 100%; }

.section-head {
  margin-bottom: 4em;
  text-align: center;
  position: relative;
  padding-bottom: 4em; }
  .section-head h2 {
    font-size: 3em;
    font-family: norm;
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 0.5em; }
  .section-head h4.subtitle {
    font-family: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    max-width: 28em;
    margin: auto; }
  .section-head .counter {
    font-size: 4em;
    font-family: norm;
    display: block;
    line-height: 2;
    position: absolute;
    left: 0;
    top: -0.5em;
    background-color: #ed143d;
    color: #fff;
    width: 2em;
    height: 2em;
    line-height: 2;
    border-radius: 1em; }
  .section-head p {
    font-size: 1.25em;
    max-width: 40em;
    margin: 1em auto 0em; }

.container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden; }

.section .container {
  padding: 2em 0 4em 0; }

.section.bg {
  background: rgba(0, 92, 92, 0.7); }

/*
  Header
*/
/******************************** header *********************************/
a#logo {
  display: block;
  float: left;
  line-height: 2.75;
  font-size: 1.25em;
  padding: 0.25em;
  font-family: black;
  letter-spacing: -0.05em; }

#logo img {
  height: 3.5em;
  position: relative; }

.menu {
  float: right; }

.menu ul {
  margin: 0;
  padding: 0; }

.menu ul li {
  display: block;
  float: left; }

.menu ul li a {
  color: #f1e000;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.94em;
  padding: 2em 0.75em;
  display: block;
  font-family: bold;
  letter-spacing: -0.0125em;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-all;
  cursor: pointer; }

.menu ul li a:hover {
  color: #FFF; }

/****************END HEADER *************************/
header {
  position: fixed;
  max-height: 5em;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px; }
  header nav {
    float: right; }

.open-nav {
  max-height: 400px !important; }

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.sticky {
  background-color: #085f93;
  opacity: 1;
  top: 0px;
  box-shadow: 0 0.25em 0.5em -0.25em rgba(0, 0, 0, 0.5), inset 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), inset 0 -0.2em 0.25em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25em 0.5em -0.25em rgba(0, 0, 0, 0.5), inset 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), inset 0 -0.2em 0.25em rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0.25em 0.5em -0.25em rgba(0, 0, 0, 0.5), inset 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), inset 0 -0.2em 0.25em rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.25em 0.5em -0.25em rgba(0, 0, 0, 0.5), inset 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), inset 0 -0.2em 0.25em rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 720px) {
  nav {
    width: 100%; } }
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right; }

@media only screen and (max-width: 720px) {
  nav ul {
    float: left;
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 720px) {
  nav ul li {
    width: 100%;
    margin: 0; } }
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px; }

.mobile-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  padding: 1.25em 1em;
  width: 4em;
  height: 4em;
  background: #4caf50;
  border-radius: 0.25em; }

@media only screen and (max-width: 720px) {
  .mobile-toggle {
    display: block; } }
.mobile-toggle span {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #FFFFFF;
  display: block; }

/*
  Slider
*/
#hero {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh; }

section#hero:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 70, 101, 0.75); }
  @media all and (max-width: 767px) {
    section#hero:before {
      display: block; } }

/************** ICONS IMAGES *************/
.icon {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.icon-pc-out {
  background-image: url(../img/icon-pc-out.png); }

.icon-health {
  background-image: url(../img/icon-health.png); }

.icon-team {
  background-image: url(../img/icon-team.png); }

.icon-food {
  background-image: url(../img/icon-food.png); }

/************** CARD ICONS STAT STYLES *************/
.icon-stat-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.icon-stat .counter {
  font-size: 4em;
  font-family: norm;
  display: inline-block;
  margin-bottom: 0.25em;
  border-bottom: 0.1em solid;
  line-height: 1;
  padding-bottom: 0.25em; }

.icon-stat {
  padding: 0 1em 0em 9em;
  text-align: left;
  position: relative; }

.icon-stat .icon {
  display: inline-block;
  width: 5em;
  height: 5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 2rem;
  top: 1rem; }

.title-text {
  display: block;
  padding: 0;
  top: 2em;
  position: relative;
  margin: 4em auto;
  text-align: center; }

.title-box {
  height: 28em;
  padding: 6em 2em 0 5em;
  text-align: left;
  margin: 4em 0; }

.border {
  box-shadow: inset 0 0 0 1.25em #CDDC39;
  height: 100%;
  width: 20em;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0em; }

.title-box h2 {
  font-family: norm;
  top: 0;
  left: 0em;
  font-weight: 100;
  font-size: 4vmin;
  margin: 0 auto;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  max-width: 600px;
  line-height: 0.88;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
  z-index: 3;
  position: relative; }

.title-box h4 {
  font-size: 1em;
  width: 13em;
  max-width: 100%;
  color: #fff;
  margin-bottom: 1em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  text-align: right; }

.title-box .counter {
  position: absolute;
  font-size: 6em;
  font-family: bold;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  top: -.5em;
  text-align: center;
  left: -0.25em;
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
  border-radius: 5em;
  padding: 0;
  z-index: 1;
  border: none;
  line-height: 1.75; }

.block-title {
  height: 18em;
  display: block;
  position: relative; }

.contacts-block {
  color: #fff;
  padding-bottom: 0.5em; }
  .contacts-block__title {
    font-family: bold;
    display: block;
    margin-bottom: 1em;
    text-decoration: underline;
    font-size: 0.8em;
    opacity: 0.6; }
    .contacts-block__title .icon {
      color: #fff;
      display: inline-block;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 1em;
      text-align: center;
      line-height: 1;
      width: 1em;
      font-size: 1.25em;
      height: 1em;
      margin-right: 0.5em; }
  .contacts-block span.phone {
    font-size: 1.25em;
    font-family: bold; }
  .contacts-block .website {
    font-family: bold;
    letter-spacing: -0.03em;
    font-size: 1.4em;
    line-height: 1.1; }
  .contacts-block .address {
    font-family: bold;
    letter-spacing: -0.025em;
    font-size: 1em;
    line-height: 1.1; }

.pwrap {
  overflow: hidden;
  position: relative; }

.pwrap img.prlx {
  top: -25%;
  bottom: -25%;
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  width: auto;
  left: -50%;
  right: -50%;
  margin: auto; }

#s2 img.prlx, #s3 img.prlx {
  top: 60%; }

.title-text h2 {
  font-size: 2.5em;
  color: #FFF;
  max-width: 100%;
  width: 600px;
  line-height: 1;
  margin: 0.5em auto; }

.title-text h4 {
  font-size: 1.5em;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1em; }

span.pre-num {
  position: absolute;
  font-family: bold;
  font-size: 8em;
  color: #FFFFFF;
  display: block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  margin: 0.25em auto;
  background-color: #FF5722; }

span.pre-title {
  position: relative;
  display: block;
  color: #222;
  font-family: bold;
  font-size: 2em; }

.card {
  margin: 1em;
  overflow: hidden;
  min-height: 20em; }

ul.nav li a.box {
  display: block;
  height: 10em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #FFC107; }

ul.nav li a.box span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 2em;
  font-size: 1.25em;
  color: #000;
  font-weight: normal;
  width: 7em;
  font-family: light;
  text-transform: uppercase; }

ul.nav li a.box i {
  font-size: 3em;
  color: #fff;
  display: inline-block;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2;
  border: 1px solid;
  vertical-align: middle;
  border-radius: 50%; }

.v1 {
  height: 13.75em; }

/*220px*/
.v2 {
  height: 27.5em; }

/*440px*/
.v3 {
  height: 41.25em; }

/*660px*/
.v4 {
  height: 55em; }

/*880px*/
.typo {
  display: inline-block;
  font-family: bold;
  text-transform: uppercase;
  padding: 0.05em 0.2em;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.1em;
  font-weight: 100; }

.s1 {
  color: #FFFFFF;
  background-color: #FFC107; }

.s2 {
  font-size: 4em;
  color: #FFC107;
  background-color: #222; }

#parallax_wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1; }

.prlx_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center; }

.layer {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 220em;
  position: fixed;
  z-index: -1; }

[data-type*='parallax'] {
  z-index: 100;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  z-index: -1; }

.prlx_0 {
  background-position: bottom center;
  height: 300%; }

main > section, #hero, #s01, #s02, #s03, #s04, #s05, #s06, #s07 {
  position: relative;
  width: 100%;
  min-height: 54em;
  margin: 0 auto;
  padding: 4em 0;
  z-index: 1; }

section#hero {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  height: 100vh;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/SECTION_01.jpg");
  z-index: 10; }

#s07 {
  background-color: #00BCD4; }

#hero .prlx_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  text-align: center; }

#s03 {
  background-color: #7f22ff;
  z-index: 10; }

footer {
  background-color: #072a4d;
  color: #FFF;
  font-family: bold;
  padding: 2em 0;
  font-size: 0.75em; }

#logofooter {
  width: 14em;
  display: block; }

.stat-wrap.content {
  padding: 4em 0;
  background-color: white; }

h3.title2 {
  font-size: 1.75em;
  color: #313E40;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.stat {
  padding: 0 2em 2em 0;
  text-align: left;
  min-height: 12em; }

.stat:after {
             /*
content:'';
display:block;
position:absolute;
top:1px;
left:0;
right:2px;
bottom:1px;
z-index:-1;*/ }

.stat i {
  font-size: 2.5em;
  display: block;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent !important;
  width: 2em;
  height: 2em;
  line-height: 2;
  position: absolute;
  color: #FFF; }

.stat .num {
  display: inline-block;
  font-size: 4em;
  font-family: bold;
  position: relative;
  color: #FFEB3B;
  left: 0;
  top: 0;
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin-right: 0.5rem;
  vertical-align: middle; }

.stat h4 {
  display: inline-block;
  width: 10em;
  font-family: black;
  text-transform: uppercase;
  color: #f7f7f7;
  font-size: 1em;
  margin-bottom: 1em;
  vertical-align: middle; }

.stat p {
  font-size: 0.96em;
  margin-top: 1em;
  color: #fff;
  padding-left: 4em; }

h3 {
  font-family: black;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1em; }

nav .link, a.scroll.link {
  display: block;
  color: #FFF;
  font-family: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125em;
  clear: both;
  line-height: 1;
  padding: 0.5em 0.2em;
  text-shadow: 0 1px 5px #102f54; }
  nav .link:before, a.scroll.link:before {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background: #FFC107;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    margin-right: 1em;
    -webkit-box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25); }

.camp.logo h4 {
  font-family: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.title h2 {
  font-family: black;
  text-align: center;
  font-weight: 100;
  font-size: 2.25em;
  margin: 0 auto;
  margin-bottom: 0.75em;
  letter-spacing: -0.05em;
  max-width: 600px;
  line-height: 1;
  text-transform: uppercase; }

.title h4 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1em;
  font-size: 1.25em; }

.box.cs4.cm3.item {
  min-height: 16em; }

.item h5 {
  border-bottom: 1px solid #ffeb3b;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-family: bold;
  text-transform: uppercase;
  color: #ffeb3b;
  font-size: 1em;
  letter-spacing: -0.05em;
  height: 2em; }

.item p {
  color: #fff; }

a.btn {
  display: block; }

button, .btn {
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  width: 20em;
  text-align: center;
  border-radius: 5px;
  height: 5em;
  letter-spacing: -0.05em;
  line-height: 5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: black;
  position: relative;
  margin: 1em auto;
  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75); }

button.top span.hover, a.btn span.hover {
  transform: translate3d(0, -100%, 0); }

button span.text, a.btn span.text {
  transition: 0.4s all cubic-bezier(0.5, 2, 0.5, 0.75); }

button span.hover, a.btn span.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03A9F4;
  line-height: 5;
  font-weight: 600;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75); }

button:hover span.text, a.btn:hover span.text {
  transform: translateY(60px);
  opacity: 0; }

button:hover span.hover, a.btn:hover span.hover {
  transform: translate3d(0, 0, 0); }

button:active {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), 0 8px 12px rgba(0, 0, 0, 0.08); }

/*SOCIAL*/
span.social-title {
  display: block;
  margin-bottom: 1em;
  color: #FFF;
  text-transform: uppercase; }

ul.social {
  margin: 0 auto; }

ul.social li {
  display: inline-block; }

ul.social li a {
  display: block;
  width: 2em;
  text-align: center;
  height: 2em;
  line-height: 2;
  font-size: 1.25em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  margin: 0.25em;
  color: #FFF;
  box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.5); }

.pane .box {
  padding: 0 0 1em 0; }
.pane .label {
  font-family: bold;
  font-size: 0.9em; }
.pane .value {
  font-family: bold;
  font-size: 1.5em; }

.pane h3 {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 1.5em;
  color: #ffeb3b;
  text-decoration: underline; }

ul.items {
  padding-left: 1em;
  position: relative; }

ul.items li {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  max-width: 16em;
  color: #fff;
  line-height: 1.2;
  font-family: bold; }
  ul.items li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #f1e000;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    position: absolute;
    left: -1em;
    top: 0.2em;
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25); }

/**************** CONTACTS ******************************/
.head-contacts {
  font-family: bold;
  font-size: 1em;
  letter-spacing: -0.025em;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .head-contacts {
      text-align: center; } }
  .head-contacts span {
    display: block; }

span.phone {
  font-size: 1.5em; }

i.circle {
  display: inline-block;
  font-size: 0.66em;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  margin-right: 0.5em;
  vertical-align: middle; }

/**************** MAIL FORM ************************/
#mailwrap,
#mailwrap2 {
  position: relative;
  background: #6729b6;
  color: #fff;
  z-index: 2;
  border-radius: .6em;
  box-shadow: inset 0 -0.1em 0 0 rgba(0, 0, 0, 0.25), inset 0 0.1em 0 0 #8e4fe1, 0 3em 3em -0.5em rgba(0, 0, 0, 0.25);
  padding: 4em;
  min-height: initial; }

#mailwrap2 {
  background-color: #ff2244; }

#ctaform {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  z-index: 1100;
  background: #6729b6;
  color: #fff;
  width: 80%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  padding: 4em;
  box-shadow: 0 5em 10em -0.5em rgba(0, 0, 0, 0.125), 0 3em 5em -0.25em rgba(0, 0, 0, 0.25); }
  #ctaform.open {
    display: block; }
  #ctaform i.icon-cross {
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-size: 2em;
    z-index: 111;
    cursor: pointer; }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  background: #000;
  opacity: 0.5; }
  #overlay.show {
    display: block; }

.block-head {
  padding: 2em 2em 2em 14em; }
  .block-head h4 {
    font-family: norm;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    color: #f1e000; }
  .block-head .description {
    font-size: 1em;
    font-family: bold;
    max-width: 20em; }
  .block-head .time.delay {
    position: absolute;
    left: 0;
    padding-right: 2em;
    margin-right: 2em;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 5em; }
    .block-head .time.delay span {
      display: block;
      font-size: 5em;
      font-family: bold;
      line-height: 1;
      color: #FFC107;
      letter-spacing: -0.05em; }
    .block-head .time.delay p {
      font-family: black;
      font-size: 1.25em;
      text-align: center; }
    .block-head .time.delay i {
      font-size: 5em;
      display: block;
      position: absolute;
      left: 0;
      top: -0.1em;
      opacity: 0.5; }
      .block-head .time.delay i:before {
        width: auto; }

#mailwrap form {
  padding: 0; }

input.form-control {
  width: 100%;
  height: 3em;
  border: none;
  padding: 0.5em 2em;
  border-radius: 0.25em;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.25);
  font-family: bold;
  color: #fff;
  outline: none !important; }

.help-block {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffc107;
  font-family: bold;
  color: #000; }

::placeholder {
  -webkit-text-security: none;
  color: #fff;
  pointer-events: none !important; }

.success {
  position: absolute;
  display: none; }

.head {
  margin-bottom: 3em; }

.head h4 {
  font-family: bold;
  font-size: 1.1em; }

.period {
  padding: 0;
  margin-bottom: 2em; }

.period img {
  width: 8em;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.25); }

.period h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em; }

.end-smena,
.start-smena {
  position: relative;
  padding: 0 0 0 2em;
  display: inline-block; }

.period strong {
  font-family: bold;
  letter-spacing: -0.025em;
  font-size: 1.3em; }

.period p {
  font-family: arial;
  font-style: italic;
  font-size: 0.8em;
  font-weight: 100;
  text-decoration: underline;
  opacity: 0.6; }

a.btn {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  width: 16em;
  border-radius: 5em;
  height: 4em;
  letter-spacing: -0.05em;
  line-height: 4;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: black;
  position: relative;
  margin: 1em auto;
  box-shadow: none;
  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
  background: #CDDC39;
  text-align: center; }

.box.cs6.price {
  color: #FFF;
  padding: 0;
  background: #FFC107;
  width: 16em;
  height: 16em;
  border-radius: 14em;
  padding: 4em 2em;
  text-align: center; }

.num {
  font-size: 4em;
  font-family: bold;
  line-height: 1; }

.price h4 {
  font-family: black;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em; }

.period i.icon-calendar-1 {
  background: #FFEB3B;
  color: #000;
  padding: 0.25em;
  border-radius: 1em; }

.grid.contacts {
  display: flex;
  flex-flow: row wrap;
  background: rgba(0, 0, 0, 0.1);
  padding: 2em;
  border-radius: 0.5em; }

img.bg_boy {
  position: absolute;
  top: -13.5em;
  width: 28em; }

.card h3 {
  font-family: bold;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #00BCD4;
  position: relative;
  height: 2em;
  left: 0;
  line-height: 1;
  right: 0;
  margin: auto;
  display: block;
  text-align: center; }
.card p {
  position: relative;
  text-align: center;
  color: #2f5572;
  padding: 1em 0em;
  font-size: 0.9em;
  line-height: 1.3; }

.imgholder {
  position: relative;
  display: block;
  border-radius: 10em;
  overflow: hidden;
  box-shadow: 0 0 0 0.5em #FFC107;
  z-index: 5;
  padding: 0.25em;
  width: 9em;
  height: 9em;
  text-align: center;
  margin: 1em auto; }

.steps-container {
  text-align: center;
  margin-bottom: 4em;
  padding-top: 2em; }

.step .counter {
  color: #00bcd4;
  border: 3px solid;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 1.88;
  border-radius: 2em;
  margin: 0.25em auto;
  display: block;
  font-size: 4em;
  font-family: norm; }

/************ END MAIN STYLES ******************/
@media all and (max-width: 1600px) {
  html {
    font-size: 90%; }

  #mnav-toggle {
    display: none; } }
@media all and (max-width: 1280px) {
  html {
    font-size: 85%; } }
@media all and (max-width: 960px) {
  html {
    font-size: 80%; }

  #header .social, .slogan {
    display: none; } }
@media all and (max-width: 840px) {
  html {
    font-size: 75%; }

  #sideBar {
    width: 100%;
    position: fixed;
    top: 5em;
    left: 0;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    bottom: 0; }

  header ul.menu {
    display: block;
    height: auto;
    float: none;
    margin: 0;
    right: 5em;
    left: 0;
    z-index: 9999;
    background-color: #1A2025;
    position: absolute;
    top: 5em;
    overflow: hidden;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0); }

  header ul.menu li {
    height: auto;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #26282a; }

  #mnav-toggle {
    display: block;
    visibility: visible; } }
@media all and (max-width: 720px) {
  html {
    font-size: 70%; } }
@media all and (max-width: 600px) {
  html {
    font-size: 65%; } }
@media all and (max-width: 480px) {
  html {
    font-size: 60%; } }
.user_comment {
  padding: 2em 1em; }
  .user_comment h5, .user_comment div {
    display: block; }
  .user_comment .user_avatar {
    position: absolute;
    left: 0;
    width: 8em; }
  .user_comment h5 {
    padding-top: 2em;
    font-family: bold;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0.5em; }
  .user_comment div {
    clear: both; }
  .user_comment p {
    display: block;
    position: relative;
    padding: 1em;
    font-size: 0.94em; }
  .user_comment .user_info {
    position: relative;
    display: block;
    height: 8em;
    overflow: hidden;
    margin-bottom: 1em;
    padding-left: 9em; }

svg#wave {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  z-index: -1; }

#hero {
  fill: #ffffff; }

#s02 {
  fill: #7f22ff;
  padding-bottom: 8em; }

#s03 {
  fill: #00bcd4; }

#s041,
#s051 {
  padding-bottom: 8em; }

#s041 svg#wave {
  fill: #8bc34a; }

#s051 svg#wave {
  fill: #ffffff; }

#s06 svg#wave {
  fill: #00BCD4; }

/*# sourceMappingURL=style.css.map */
