@charset "UTF-8";
/**************************************/
/*          MEDIA QUERYES             */
/**************************************/
/**************************************/
/*          GLOBAL SIZES              */
/**************************************/
/**************************************/
/*          COLOR PALETTE             */
/**************************************/
/* Mixins */
/* bg shortcodes */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700,900");
@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 */
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 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%;
  margin: 0 !important;
  padding: 0 !important; }

.cf:after,
.clearfix:after,
[class*='grid']:after {
  content: '';
  display: block;
  clear: both; }

[class*='grid'] {
  position: relative;
  max-width: 100%;
  z-index: 1;
  margin: 0 auto; }

.grid-fix {
  width: 1440px;
  margin: 0 auto;
  max-width: 90%; }

.vh25 {
  height: 25vh; }

.vh50 {
  height: 50vh; }

.vh75 {
  height: 75vh; }

.vh100 {
  height: 100vh; }

.h100 {
  height: 100%; }

.h075 {
  height: 75%; }

.h050 {
  height: 50%; }

.h025 {
  height: 25%; }

[class*="cx"],
[class*="cs"],
[class*="cm"],
[class^="cl"],
[class*="cxl"] {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 1em;
  min-height: 1em; }

@media all and (max-width: 480px) {
  .cx-hidden {
    display: none; } }
@media all and (max-width: 576px) {
  .cs-hidden {
    display: none; } }
@media all and (max-width: 768px) {
  .cm-hidden {
    display: none; } }
@media all and (max-width: 992px) {
  .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: 576px) {
  [class*="grid"] .cs1 {
    width: 8.3333333333%; }

  [class*="grid"] .cs2 {
    width: 16.6666666667%; }

  [class*="grid"] .cs3 {
    width: 25%; }

  [class*="grid"] .cs4 {
    width: 33.3333333333%; }

  [class*="grid"] .cs5 {
    width: 41.6666666667%; }

  [class*="grid"] .cs6 {
    width: 50%; }

  [class*="grid"] .cs7 {
    width: 58.3333333333%; }

  [class*="grid"] .cs8 {
    width: 66.6666666667%; }

  [class*="grid"] .cs9 {
    width: 75%; }

  [class*="grid"] .cs10 {
    width: 83.3333333333%; }

  [class*="grid"] .cs11 {
    width: 91.6666666667%; }

  [class*="grid"] .cs12 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  [class*="grid"] .cm1 {
    width: 8.3333333333%; }

  [class*="grid"] .cm2 {
    width: 16.6666666667%; }

  [class*="grid"] .cm3 {
    width: 25%; }

  [class*="grid"] .cm4 {
    width: 33.3333333333%; }

  [class*="grid"] .cm5 {
    width: 41.6666666667%; }

  [class*="grid"] .cm6 {
    width: 50%; }

  [class*="grid"] .cm7 {
    width: 58.3333333333%; }

  [class*="grid"] .cm8 {
    width: 66.6666666667%; }

  [class*="grid"] .cm9 {
    width: 75%; }

  [class*="grid"] .cm10 {
    width: 83.3333333333%; }

  [class*="grid"] .cm11 {
    width: 91.6666666667%; }

  [class*="grid"] .cm12 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  [class*="grid"] .cl1 {
    width: 8.3333333333%; }

  [class*="grid"] .cl2 {
    width: 16.6666666667%; }

  [class*="grid"] .cl3 {
    width: 25%; }

  [class*="grid"] .cl4 {
    width: 33.3333333333%; }

  [class*="grid"] .cl5 {
    width: 41.6666666667%; }

  [class*="grid"] .cl6 {
    width: 50%; }

  [class*="grid"] .cl7 {
    width: 58.3333333333%; }

  [class*="grid"] .cl8 {
    width: 66.6666666667%; }

  [class*="grid"] .cl9 {
    width: 75%; }

  [class*="grid"] .cl10 {
    width: 83.3333333333%; }

  [class*="grid"] .cl11 {
    width: 91.6666666667%; }

  [class*="grid"] .cl12 {
    width: 100%; } }
@media only screen and (min-width: 1280px) {
  [class*="grid"] .cxl1 {
    width: 8.3333333333%; }

  [class*="grid"] .cxl2 {
    width: 16.6666666667%; }

  [class*="grid"] .cxl3 {
    width: 25%; }

  [class*="grid"] .cxl4 {
    width: 33.3333333333%; }

  [class*="grid"] .cxl5 {
    width: 41.6666666667%; }

  [class*="grid"] .cxl6 {
    width: 50%; }

  [class*="grid"] .cxl7 {
    width: 58.3333333333%; }

  [class*="grid"] .cxl8 {
    width: 66.6666666667%; }

  [class*="grid"] .cxl9 {
    width: 75%; }

  [class*="grid"] .cxl10 {
    width: 83.3333333333%; }

  [class*="grid"] .cxl11 {
    width: 91.6666666667%; }

  [class*="grid"] .cxl12 {
    width: 100%; } }
[class*='-fix'] {
  width: 1280px;
  max-width: 90%; }
  @media all and (max-width: 1279px) {
    [class*='-fix'] {
      max-width: 90%; } }
  @media all and (max-width: 991px) {
    [class*='-fix'] {
      max-width: 90%; } }
  @media all and (max-width: 767px) {
    [class*='-fix'] {
      max-width: 90%; } }
  @media all and (max-width: 575px) {
    [class*='-fix'] {
      max-width: 85%; } }
  @media all and (max-width: 479px) {
    [class*='-fix'] {
      max-width: 90%; } }

.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: #0f8da8 !important; }

.b-green2 {
  background-color: #0f8da8 !important; }

.c-blue {
  color: #00BCD4 !important; }

.b-blue {
  background-color: #00BCD4 !important; }

.c-blue1 {
  color: #03A9F4 !important; }

.b-blue1 {
  background-color: #03A9F4 !important; }

.b-deep {
  background-color: #4827a5; }

.c-pink {
  color: #fa3bb0 !important; }

.b-pink {
  background-color: #fa3bb0 !important; }

.c-pink1 {
  color: #a155ed !important; }

.b-pink1 {
  background-color: #a155ed !important; }

.c-yellow {
  color: #ffeb3b !important; }

.b-yellow {
  background-color: #ffeb3b !important; }

.c-yellow2 {
  color: #FF9800 !important; }

.b-yellow2 {
  background-color: #FF9800 !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: linear-gradient(to top, #d826f1 0%, #c538ff 40%, #ff76e1 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; }

.ffn {
  font-family: norm;
  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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    padding: 0.5em; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 1em;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10;
  width: 5em; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  /*.slick-prev:before,
  .slick-next:before {
    display: block;
    font-family: "icofont";
    font-size: 2.5rem;
    padding: 0;
    line-height: 1.5;
    width: 1.5em;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
    border-radius: 3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -ms-linear-gradient(top, #31d7bf 0%, #07a089 100%);
    background: -webkit-linear-gradient(top, #31d7bf 0%, #07a089 100%);
    background-image: linear-gradient(top, #31d7bf 0%, #07a089 100%);
    box-shadow: inset 0.05em 0.05em 0 0 rgba(255, 255, 255, 0.3), inset 0.1em 0.1em 0.2em 0 rgba(255, 255, 255, 0.2), inset -0.05em -0.05em 0 0 rgba(0, 0, 0, 0.3), inset -0.1em -0.1em 0.1em 0 rgba(0, 0, 0, 0.2), 0 0.1em 0.25em -0.1em rgba(0, 0, 0, 0.75), 0 0.25em 0.5em -0.2em rgba(0, 0, 0, 0.5); }*/
    @media all and (max-width: 991px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 2.25rem; } }
    @media all and (max-width: 767px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 2rem; } }

.slick-prev {
  left: -1.5em; }
  @media all and (max-width: 991px) {
    .slick-prev {
      left: -1em; } }
  @media all and (max-width: 767px) {
    .slick-prev {
      left: -0.25em; } }
  @media all and (max-width: 575px) {
    .slick-prev {
      left: 0.25em; } }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -2.5em; }
  @media all and (max-width: 991px) {
    .slick-next {
      right: -1em; } }
  @media all and (max-width: 767px) {
    .slick-next {
      right: -0.25em; } }
  @media all and (max-width: 575px) {
    .slick-next {
      right: 0.25em; } }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 2em; }

.slick-dots {
  position: absolute;
  bottom: -2.5em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 10px; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      overflow: initial; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 9px;
        height: 9px;
        font-family: "icofont";
        font-size: 0.5em;
        line-height: 9px;
        text-align: center;
        border-radius: 5px;
        background-color: #aaa;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-shadow: 0 0 0 4px rgba(200, 200, 200, 0.4); }
    .slick-dots li.slick-active button:before {
      background-color: #8bc34a;
      opacity: 1; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* BREAKEPOINTS VARS */
:root {
  --colorBgDark: #444444;
  --cWhite: #ffffff;
  --colorTextDark: #444444;
  --colorTextLight: #ffffff;
  --colorGreenLight: #99cc55;
  --colorGreenDark: #00a49d;
  --colorBlueLight: #69cdff;
  --colorBlueDark: #376a97;
  --cPageBg: #f5f5f5;
  --cMain: #ffb600;
  --cMainD: #f88d00;
  --cMainL: #ffd436;
  --cSec: #7fba00;
  --cSecD: #0ba578;
  --cSecL: #aadb50;
  --cLink: #8bc34a;
  --cText: #444;
  --cLight: #eee;
  --cLightL: #fafafa;
  --cLightL2: #e9e5d1;
  --cLightD: #ddd;
  --cDark: #293846;
  --cDarkL: #444;
  --cDarkD: #212121;
  --c1: #7f7f7f1a;
  --c2: #7f7f7f0d;
  --cB1: #0000001a;
  --cW1: #ffffff1a;
  --mobile: 576;
  --padding: 1em;
  --padCard: 0.5em;
  --padPage: 1em;
  --unit: 16px;
  --grid: 4em;
  --blue0: #24bdff;
  --blue1: #009cff;
  --blue2: #0080ff;
  --blue3: #0f6db4;
  --blue4: #18517e;
  --blue5: #013c74;
  --green1: #045f4e;
  --dHeight: 10em; }

/************ MAIN STYLES ******************/
html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: #aaa; }

::-webkit-scrollbar-thumb {
  background-color: #000; }

body {
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  color: #444d53; }

a {
  color: #00BCD4;
  outline: 0;
  text-decoration: none; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  position: relative; }

h2 {
  font-size: 2em;
  font-family: norm;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
  font-weight: 100; }

h3 {
  line-height: 1;
  font-family: black;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1em; }

h4 {
  font-family: bold, Arial, sans-serif;
  font-size: 1.2em; }

p {
  font-size: 1.15em;
  letter-spacing: 0; }

.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; }

#app {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  position: relative; }

.section {
  width: 100%; }

/******************************** header *********************************/
a#logo {
  display: flex;
  align-items: center;
  float: left;
  line-height: 1;
  font-size: 1em;
  padding: 0;
  height: 6em; }
  a#logo img {
    height: 5em;
    position: relative;
    margin-right: 1em; }
  a#logo h1 {
    color: #daf741;
    font-size: 0.78em;
    letter-spacing: 0.01em;
    font-weight: 100;
    padding-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }

.menu {
  float: right; }
  .menu ul {
    margin: 0;
    padding: 0; }
    .menu ul li {
      display: block;
      float: left; }
      .menu ul li a {
        color: #ffffff;
        padding: 2.6em 0.8em;
        display: block;
        font-family: norm;
        font-size: 0.96em;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        text-align: center;
        text-decoration: none;
        word-wrap: break-word;
        word-break: break-all;
        cursor: pointer; }
        .menu ul li a:focus, .menu ul li a:hover {
          color: #fff900; }

header {
  position: fixed;
  max-height: 6em;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  top: 0; }
  header nav {
    float: right; }

.open-nav {
  max-height: 100vh !important; }
  .open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }

.sticky {
  background-color: rgba(117, 21, 251, 0.95);
  opacity: 1;
  top: 0; }

.winter .sticky {
	background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }

@media all and (max-width: 767px) {
  nav {
    width: 100%; } }
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right; }
  @media all and (max-width: 767px) {
    nav ul {
      float: left;
      text-align: center;
      width: 100%; } }
  @media all and (max-width: 767px) {
    nav ul li {
      width: 100%;
      margin: 0; } }
  nav ul li a {
    color: #888888;
    text-transform: uppercase;
    font-size: 12px; }

/****************END HEADER *************************/
main > section, #app > .section, #hero, #s01, #s02, #s03, #s04, #s05, #s06, #s07 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  z-index: 1; }

.title {
  position: relative;
  z-index: 4; }

/**************** HERO *************************/
#hero {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  padding-top: 6em;
  padding-bottom: 2em;
  height: 84vh;
  min-height: 42em;
  z-index: 10;
  background-color: #7515fb;
  position: relative;
  left: 0;
  right: 0;
  width: 100%; }
  @media all and (max-width: 575px) {
    #hero {
      height: auto; } }
  #hero .hero-contacts {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2em; }
  #hero .contacts-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border-radius: 0;
    padding: 2em 1em 0 1em; }
  #hero .prlx_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center; }
  #hero .bg_img {
    background-image: url(../img/HERO_BG.jpg);
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    z-index: -1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.winter #hero {
  min-height: 54em;
  background-color: var(--blue5); }
  @media all and (max-width: 767px) {
    .winter #hero {
      height: 78vh; } }
  .winter #hero .bg_img {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    background-image: url(../images/vosto5_zima_2026.jpg);
    width: 100%;
    height: 100%;
    max-width: 1600px;
    min-width: 800px;
    z-index: -1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media all and (max-width: 991px) {
      .winter #hero .bg_img {
        min-width: 1200px; } }
    @media all and (max-width: 767px) {
      .winter #hero .bg_img {
        min-width: 900px; } }
    @media all and (max-width: 575px) {
      .winter #hero .bg_img {
        min-width: 720px; } }
    @media all and (max-width: 479px) {
      .winter #hero .bg_img {
        min-width: 640px; } }

.winter #hero {
  min-height: 54em;
  background-color: var(--blue5); }
  @media all and (max-width: 767px) {
    .winter #hero {
      height: 78vh; } }
  .winter #hero .bg_img.summer {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    background-image: url(../img/HERO_MAIN_BG.jpg);
    width: 100%;
    height: 100%;
    max-width: 1600px;
    min-width: 800px;
    z-index: -1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media all and (max-width: 991px) {
      .winter #hero .bg_img.summer {
        min-width: 1200px; } }
    @media all and (max-width: 767px) {
      .winter #hero .bg_img.summer {
        min-width: 900px; } }
    @media all and (max-width: 575px) {
      .winter #hero .bg_img.summer {
        min-width: 720px; } }
    @media all and (max-width: 479px) {
      .winter #hero .bg_img.summer {
        min-width: 640px; } }

.bg_img2 {
  background-image: url(../img/s2.jpg);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40em;
  max-width: 1199px;
  z-index: -1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1; }

.s01_bg_img {
  background-image: url(../img/s01_img.png);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24em;
  max-width: 1199px;
  z-index: -1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1; }

section#hero:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 70, 101, 0.75); }

.btn.orange {
  background: linear-gradient(to top, #df7c00 0%, #ffbc00 100%);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.25), 0 0 0 0.1em rgba(133, 49, 133, 0.4), 0 0.4em 1em -0.25em rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.3); }

.btn.clean {
  box-shadow: inset 0 0 0 0.25em #fff; }

/************** CARD ICONS STAT STYLES *************/
.icon {
  display: inline-block;
  width: 6em;
  height: 6em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.i-bonifire {
  background-image: url(../img/i-bonifire.png); }

.i-santa {
  background-image: url(../img/i-santa.png); }

.i-present {
  background-image: url(../img/i-presents.png); }

.i-tree {
  background-image: url(../img/i-tree.png); }

.i-snowmobile {
  background-image: url(../img/i-snowmobile.png); }

.i-christmas {
  background-image: url(../img/i-christmas.png); }

.i-fireworks {
  background-image: url(../img/i-fireworks.png); }

.i-bus {
  background-image: url(../img/i-bus.png); }

.i-newyear {
  background-image: url(../img/i-newyear.png); }

.i-creative {
  background-image: url(../img/i-creative.png); }

.i-winter {
  background-image: url(../img/i-winter.png); }

.i-master {
  background-image: url(../img/i-master.png); }

.i-food {
  background-image: url(../img/i-food.png); }

.i-house {
  background-image: url(../img/i-house.png); }

.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); }

.icon-stat-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.icon-stat-wrapper2 {
  padding: 2em 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

.icon-stat-wrapper3 {
  padding: 0em 1em;
  border-top: none;
  display: flex;
  flex-wrap: wrap; }
  .icon-stat-wrapper3 .icon-stat {
    padding: 0 1em 0em 7em;
    text-align: left;
    position: relative;
    margin-bottom: 2em;
    flex: 1;
    min-width: 16em; }
    @media all and (max-width: 991px) {
      .icon-stat-wrapper3 .icon-stat {
        flex: 1 50%; } }
    @media all and (max-width: 575px) {
      .icon-stat-wrapper3 .icon-stat {
        flex: 1 50%; } }
    .icon-stat-wrapper3 .icon-stat h3 {
      font-family: bold;
      letter-spacing: 0;
      line-height: 1.25;
      font-weight: 100;
      margin-bottom: 0; }
    .icon-stat-wrapper3 .icon-stat .counter {
      font-size: 1.5em;
      font-family: bold;
      display: inline-block;
      margin-bottom: 0.25em;
      border-bottom: 0.1em solid;
      line-height: 1;
      padding-bottom: 0.25em;
      color: #78b2b9b5; }
    .icon-stat-wrapper3 .icon-stat .icon {
      display: inline-block;
      width: 5.6em;
      height: 5.6em;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0rem;
      top: 0rem; }

.icon-stat {
  padding: 0 1em 0em 9em;
  text-align: left;
  position: relative; }
  .icon-stat h3 {
    font-family: bold;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 100;
    margin-bottom: 0; }
  .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 .icon {
    display: inline-block;
    width: 7em;
    height: 7em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    top: 0rem; }

.contacts-row {
  display: flex;
  flex-flow: row wrap;
  background: rgba(0, 0, 0, 0.1);
  padding: 2em;
  border-radius: 0.5em; }
  .contacts-row .contacts-block {
    color: #fff; }
    .contacts-row .contacts-block__title {
      font-family: bold;
      display: table;
      margin-bottom: 1em;
      font-size: 0.62em;
      font-weight: 100;
      opacity: 0.7;
      text-transform: uppercase;
      line-height: 1;
      width: max-content;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      letter-spacing: 0.02em; }
      .contacts-row .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-row .contacts-block span.phone {
      font-size: 1.25em;
      font-family: bold; }
    .contacts-row .contacts-block .website {
      font-family: bold;
      letter-spacing: -0.03em;
      font-size: 1.4em;
      line-height: 1.1; }
    .contacts-row .contacts-block .address {
      font-family: bold;
      letter-spacing: -0.025em;
      font-size: 1em;
      line-height: 1.1; }

/***************************** TITLE *****************************/
.title h2 {
  font-family: norm;
  text-align: center;
  font-weight: 100;
  font-size: 2.8em;
  margin: 0 auto;
  margin-bottom: 0.5em;
  letter-spacing: -0.01em;
  max-width: 600px;
  line-height: 1;
  text-transform: uppercase; }

.line {
  display: block;
  width: 3em;
  margin: 1em auto;
  height: 0.4em;
  background-color: #FFEB3B;
  border-radius: 0.2em; }

.title h4 {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-top: 0.5em;
  font-size: 1.1em;
  font-family: bold;
  text-transform: uppercase; }

.card {
  margin: 1em;
  overflow: hidden;
  min-height: 20em; }

.v1 {
  height: 13.75em; }

.v2 {
  height: 27.5em; }

.v3 {
  height: 41.25em; }

.v4 {
  height: 55em; }

.typo {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.05em 0.2em;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.1em;
  font-weight: 100; }

#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; }

[data-type*='parallax'] {
  z-index: 100;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* *********************** SECTIONS ************************************/
.section {
  padding-top: var(--dHeight) !important;
  padding-bottom: 4em !important;
  z-index: 10; }

#s03 {
  background-color: #7f22ff;
  z-index: 10; }

.white {
  background-color: #fff;
  fill: #fff; }

.green1 {
  background-color: var(--green1);
  fill: var(--green1); }

.blue5 {
  background-color: var(--blue5);
  fill: var(--blue5); }

.blue4 {
  background-color: var(--blue4);
  fill: var(--blue4); }

.blue1 {
  background-color: var(--blue1);
  fill: var(--blue1); }

.blue2 {
  background-color: var(--blue2);
  fill: var(--blue2); }

.blue3 {
  background-color: var(--blue3);
  fill: var(--blue3); }

.blue0 {
  background-color: var(--blue0);
  fill: var(--blue0); }

#s07 {
  background-color: #7416fb; }

#contacts {
  background-color: #173959; }

.s-divider {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: var(--dHeight);
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  margin-bottom: calc(var(--dHeight) * -1);
  margin-top: 0;
  background-color: transparent; }

.wave1 {
  background-image: url(../img/wave1.svg); }

.wave2 {
  background-image: url(../img/wave2.svg); }

.wave3 {
  background-image: url(../img/wave3.svg); }

.wave4 {
  background-image: url(../img/wave4.svg); }

.wave5 {
  background-image: url(../img/wave5.svg); }

/* *********************** PROGRAM ************************************/
.program_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  height: 20em;
  position: relative;
  overflow: hidden;
  margin-bottom: 0em;
  padding-right: 14em; }
  .program_item img {
    position: absolute;
    right: 1em;
    top: 10%;
    height: auto;
    max-height: 80%;
    max-width: 16em; }
  .program_item h3 {
    position: relative;
    margin: 0;
    width: 95%;
    right: 0;
    font-size: 1.1em;
    font-family: norm;
    font-weight: 100;
    color: #ffc107; }
  .program_item p {
    position: relative;
    padding-top: 0.75em;
    width: 90%;
    right: 0;
    font-size: 0.92em;
    line-height: 1.2;
    opacity: 0.6; }
  .program_item .num {
    position: absolute;
    font-size: 17vmin;
    opacity: 0.5;
    z-index: -1;
    letter-spacing: -0.07em;
    line-height: 1;
    right: 0;
    left: 0;
    text-align: left;
    top: 0;
    color: rgba(255, 255, 255, 0.15); }

.winter .program_item {
  display: flex;
  flex-direction: column;
  padding: 1em;
  height: 18em;
  position: relative;
  overflow: initial;
  margin-bottom: 0em;
  padding-right: 4em;
  padding-top: 8em; }
  .winter .program_item img {
    position: absolute;
    right: 1em;
    top: 10%;
    height: auto;
    max-height: 80%;
    max-width: 18em; }
  .winter .program_item h3 {
    position: relative;
    margin: 0;
    width: 95%;
    right: 0;
    font-size: 1.4em;
    font-family: 'bold';
    font-weight: 100;
    color: #b9ed41;
    max-width: 12em;
    letter-spacing: -0.04em; }
  .winter .program_item p {
    position: relative;
    padding-top: 0.75em;
    width: 90%;
    right: 0;
    font-size: 0.88em;
    line-height: 1.4;
    opacity: 0.9;
    max-width: 18em;
    letter-spacing: -0.02em; }
  .winter .program_item .num {
    position: absolute;
    font-size: 14vmin;
    opacity: 0.85;
    z-index: -1;
    letter-spacing: -0.07em;
    line-height: 1;
    left: -0.1em;
    text-align: left;
    top: 0;
    color: rgba(255, 255, 255, 0.15); }

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 i {
  font-size: 2.75em;
  display: block;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent !important;
  width: 2em;
  height: 2em;
  line-height: 1.5;
  position: absolute;
  color: #FFF; }

.stat .num {
  display: inline-block;
  font-size: 3.6em;
  font-family: norm;
  position: relative;
  color: #FFEB3B;
  left: 0;
  top: 0;
  line-height: 0.8;
  letter-spacing: -0.05em;
  margin-right: 0.5rem;
  vertical-align: top;
  font-weight: 100; }

.stat h4 {
  display: inline-block;
  width: 7em;
  font-family: norm;
  text-transform: uppercase;
  color: #f7f7f7;
  font-size: 1.3em;
  margin-bottom: 0.7em;
  vertical-align: top;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 100; }

.stat p {
  font-size: 0.96em;
  margin-top: 0.5em;
  color: #fff;
  padding-left: 4em; }

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: #ffeb3b;
    -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); }

.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; }

a.btn {
  display: block; }

button, .btn {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'bold';
  font-weight: 100;
  letter-spacing: -0.01em;
  font-size: 0.88em;
  /*  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  width: 20em;
  text-align: center;
  border-radius: 2em;
  height: 4em;
  letter-spacing: -0.05em;
  line-height: 4;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1em;
  font-family: black;
  position: relative;
  margin: 1em auto;
  max-width: 100%;
  */

  transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
}

.btn.btn-mini {
  font-size: 0.88em;
  max-width: 16em;
}

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); }

.btn.orange {
  position: relative;
  width: 100%;
  max-width: 22em;
  padding: 1em 2em;
  border-radius: 3em;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  margin: 0 auto 0.25em;
  outline: 0;
  border: 0;
  display: block;
  background-color: #ff9900;
  background: -webkit-linear-gradient(top, #ff9900 0%, #cc7a00 100%);
  background-image: -ms-linear-gradient(top, #ff9900 0%, #cc7a00 100%);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0.05em 0.05em 0em rgba(0, 0, 0, 0.3), 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2), 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.05em 0.08em 0em 0 rgba(255, 255, 255, 0.3), inset 0.1em 0.1em 0.1em 0 rgba(255, 255, 255, 0.1), inset -0.1em -0.1em 0em 0 rgba(0, 0, 0, 0.3), 0 0.1em 0.25em -0.1em rgba(0, 0, 0, 0.75), 0 0.3em 0.5em -0.2em rgba(0, 0, 0, 0.5); }

/*SOCIAL*/
span.social-title {
  display: block;
  margin-bottom: 0.4em;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.8em; }

nav.social {
  display: flex;
  margin: auto;
  position: relative;
  width: fit-content; }

ul.social {
  margin: 0 auto; }

ul.social li {
  display: inline-block; }

nav.social a,
ul.social li a {
  display: block;
  width: 2em;
  text-align: center;
  height: 2em;
  line-height: 2;
  font-size: 1.2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  margin: 0.5em;
  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: 0em;
  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: 28em;
  color: #fff;
  line-height: 1.2;
  font-family: bold;
  margin-left: 1em; }
  ul.items li:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #ffeb3b;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    position: absolute;
    left: -1.5em;
    top: 0.33em;
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.25); }

.links a {
  display: table;
  color: #fff6a3;
  font-family: light;
  line-height: 1;
  padding: 0.2em 0 0.2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1em; }

.line-border {
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(127, 127, 127, 0.33);
  margin: 1em auto; }
  .line-border.dark {
    background: rgba(127, 127, 127, 0.4); }

.no_bg {
  background-color: transparent !important;
  box-shadow: none !important; }

/**************** CONTACTS ******************************/
.head-contacts {
  font-family: norm;
  font-size: 1em;
  letter-spacing: -0.05em;
  line-height: 1.2; }
  .head-contacts span {
    display: block; }

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 rgba(255, 255, 255, 0.4), 0 3em 3em -0.5em rgba(0, 0, 0, 0.25);
  padding: 2em 4em;
  min-height: initial; }

#mailwrap2 {
  background-color: #7ca738;
  margin-top: 2em; }

#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: #ffeb3b; }
  .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: #ffeb3b;
      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: 2em;
  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: 2em; }

.head h4 {
  font-family: bold;
  font-size: 1.1em; }

.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; }

img.bg_boy {
  position: absolute;
  top: -7.5em;
  width: 16em;
  left: 4em; }

.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  ************** */
.steps-container {
  text-align: center;
  margin-bottom: 2em;
  padding-top: 2em; }

.step {
  padding: 1em 2em 1em 2em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 18em;
  background-color: #419545; }
  .step p {
    color: #fff;
    font-family: bold;
    font-size: 1em;
    text-align: left;
    margin-top: 1em; }
  .step .counter {
    color: #ffffff;
    border: 0px solid;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: 0.2em auto;
    display: inline-block;
    font-size: 4em;
    width: 60%;
    vertical-align: top;
    text-align: left; }
  .step i {
    color: #ffeb3b;
    border: 3px solid;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 1.88;
    border-radius: 2em;
    margin: 0.2em auto;
    display: inline-block;
    font-size: 2.5em;
    font-family: norm;
    vertical-align: top; }

/************ 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: 768px) {
  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: 5em;
    height: 5em; }
  .user_comment h5 {
    padding-top: 0em;
    font-family: bold;
    font-size: 1em;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0.25em;
    color: #21b2dc; }
  .user_comment span {
    font-size: 0.8em;
    font-family: bold;
    color: #8b96c8; }
  .user_comment div {
    clear: both; }
  .user_comment p {
    display: block;
    position: relative;
    padding: 1em 0 0 0;
    font-size: 0.8em;
    font-style: italic; }
  .user_comment .user_info {
    position: relative;
    display: block;
    min-height: 6em;
    overflow: hidden;
    margin-bottom: 0em;
    padding-left: 6em; }

/* ***************  СМЕНЫ  ************** */
.times {
  padding-top: 4em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  border-top: 1px solid rgba(255, 255, 255, 0.21); }
  .times .period {
    padding: 0;
    margin-bottom: 2em;
    min-height: 12em;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .times .period h2 {
      position: relative;
      float: left;
      font-size: 7vmin;
      line-height: 0.9;
      text-align: center;
      font-family: norm;
      margin-bottom: 0;
      color: #FFEB3B; }
      .times .period h2 small {
        font-size: 0.3em;
        display: block;
        letter-spacing: 0;
        color: #ffffff; }
    .times .period img {
      width: 8em;
      float: left;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      margin-right: 1em;
      margin-left: -1em; }
    .times .period .info {
      position: relative;
      float: left;
      width: 20em; }
    .times .period h3.period_title {
      font-size: 0.92em;
      line-height: 1;
      margin-bottom: 0.25em;
      font-family: bold; }
    .times .period p.period_subtitle {
      font-size: 0.9em;
      line-height: 1.2;
      max-height: 2em;
      overflow: hidden;
      opacity: 0.8;
      padding-bottom: 0.5em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: table; }
    .times .period i.icon-calendar-1 {
      background: #FFEB3B;
      color: #000;
      padding: 0.25em;
      border-radius: 1em; }
    .times .period .end-smena, .times .period .start-smena {
      position: relative;
      padding: 1em 0 0 0em;
      display: inline-block; }
      .times .period .end-smena p, .times .period .start-smena p {
        font-family: bold;
        font-style: normal;
        font-size: 0.64em;
        font-weight: 100;
        text-decoration: none;
        opacity: 0.6;
        text-transform: uppercase;
        letter-spacing: 0; }
      .times .period .end-smena strong, .times .period .start-smena strong {
        font-family: bold;
        letter-spacing: -0.025em;
        font-size: 1.4em; }
    .times .period .btn {
      background: rgba(255, 255, 255, 0);
      border: none;
      color: #ffffff;
      cursor: pointer;
      outline: none;
      border-radius: 5em;
      height: 3.2em;
      width: 16em;
      letter-spacing: 0.0em;
      line-height: 3.2;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      z-index: 2;
      text-transform: uppercase;
      font-size: 1em;
      font-family: norm;
      font-weight: normal;
      text-shadow: 0 0.02em 0 #797979, 0px 0.075em 0.15em rgba(0, 0, 0, 0.2), 0px 0.15em 0.02em rgba(0, 0, 0, 0.15), 0px 0.2em 0.25em rgba(0, 0, 0, 0.1);
      position: relative;
      margin: 0.5em;
      float: left;
      margin-left: 0em;
      transition: 0.3s all cubic-bezier(0.5, 2, 0.5, 0.75);
      background: #21b2dc;
      text-align: center;
      background-image: -webkit-linear-gradient(top, #fa8a28 0%, #FF5722 100%);
      box-shadow: inset 0 0.1em 0.2em 0 rgba(255, 255, 255, 0.25), 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.25), 0 0.2em 0.5em -0.1em rgba(0, 0, 0, 0.2), 0 0.5em 1em -0.2em rgba(0, 0, 0, 0.2); }

.stat-wrap {
  padding: 2em 0 0 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  margin: 2em auto; }

.map {
  box-shadow: 0 0 0 0.75em rgba(255, 255, 255, 0.2);
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  display: block; }
  .map iframe {
    max-width: 100%; }
  .map img {
    position: relative;
    overflow: hidden;
    display: block; }

/* LIGHTBOX */
.lb-outerContainer {
  border-radius: 0px;
  background-color: transparent; }

.lb-data .lb-caption {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background-color: #518518;
  padding: 0 0.25em;
  line-height: 1;
  text-transform: uppercase; }

.lightbox .lb-image {
  border-radius: 0;
  border: 0.5em solid rgba(200, 200, 200, 0.1); }

.post {
  overflow: hidden; }

.post_text-wrap,
.post_img-wrap {
  position: relative;
  overflow: hidden;
  background-color: #5a39b9;
  color: #fff; }
  @media all and (max-width: 575px) {
    .post_text-wrap,
    .post_img-wrap {
      height: auto; } }

.post_img-wrap {
  padding: 0;
  height: 16vmin; }
  .post_img-wrap .post_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.post_text-wrap {
  display: block;
  padding: 1.5em;
  min-height: 12em; }
  .post_text-wrap .post_title {
    font-weight: 100;
    font-size: 0.98em;
    max-height: 5em;
    overflow: hidden;
    margin-bottom: 0.5em;
    text-transform: none;
    line-height: 1.2; }
  .post_text-wrap .post_subtitle {
    font-weight: 100;
    font-size: 0.9em;
    max-height: 8em;
    overflow: hidden;
    line-height: 1.2; }
  .post_text-wrap span.post_date {
    font-size: 0.8em;
    font-family: bold;
    font-weight: 100;
    color: #bba3ff;
    margin-top: 1em; }

#loadedContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11111;
  background-color: rgba(0, 0, 0, 0.51);
  padding: 6em 0 0 0; }
  #loadedContainer .pageClose {
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    width: 2em;
    height: 2em;
    text-align: center;
    font-size: 2em;
    background-color: #000;
    display: block;
    color: white;
    line-height: 2;
    border-radius: 3em;
    z-index: 10000;
    pointer-events: auto;
    cursor: pointer; }
  #loadedContainer #jsLoad {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #475768;
    overflow-y: scroll;
    padding: 4em; }
  #loadedContainer.show {
    opacity: 1;
    display: block;
    z-index: 9999; }

.item_id {
  font-family: bold;
  font-size: 2em;
  color: #4CAF50;
  margin-bottom: 0.25em; }

.item_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.item_title {
  font-family: black;
  text-transform: none;
  font-weight: 100;
  color: #3f83dc;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0.5em; }

.item_subtitle {
  font-family: bold;
  text-transform: none;
  font-weight: 100;
  color: #475768;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1em; }

.item_text {
  font-family: Roboto;
  font-weight: 400;
  text-transform: none;
  color: #475768;
  font-size: 1.05em;
  line-height: 1.4;
  letter-spacing: 0; }

@media all and (max-width: 575px) {
  .i-section .tile {
    text-align: center;
    margin-bottom: 3em; } }

.text-block {
  display: flex;
  padding-bottom: 2em; }
  @media all and (max-width: 575px) {
    .text-block {
      display: block; } }
  .text-block .img {
    padding: 0 6em 1em 6em; }

.winter .text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 1em 4em; }
  .winter .text h2, .winter .text h4 {
    margin-bottom: 1em; }
  .winter .text h2 {
    font-size: 2.5em;
    color: #fff;
    letter-spacing: 0;
    line-height: 1; }
    @media all and (max-width: 1279px) {
      .winter .text h2 {
        font-size: 2em; } }
    @media all and (max-width: 991px) {
      .winter .text h2 {
        font-size: 2em; } }
  .winter .text p {
    font-size: 1.2em;
    margin-top: 1em;
    line-height: 1.4; }

.slick-initialized .slick-slide {
  padding: 0.5em;
  margin: 0.2em;
  background-color: #00000024; }

.slick-slide img {
  display: block;
  min-height: 16em; }

.flex {
  display: flex;
  align-items: center; }

.i-l {
  margin-right: 0.2em; }

.smena-block {
  padding: 2em 0;
  /*
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    */ }

.smena-block .tile {
  font-family: bold;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-size: 2em;
  line-height: 0.9;
  padding: 0; }
  .smena-block .tile span {
    display: block;
    width: fit-content; }
  .smena-block .tile .label {
    font-size: 0.6em;
    margin-bottom: 0.5em; }
  .smena-block .tile .subtitle {
    font-size: 0.4em;
    margin-top: 0.5em;
    font-family: Roboto;
    text-transform: none;
    line-height: 1.25;
    max-width: 16em;
    opacity: 0.6; }

.img-winter-smen {
  position: absolute;
  width: 18em;
  top: -6em;
  right: 0em;
  background-image: url(../img/SNOWMAN.png);
  height: 24em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

.img-winter-smen2 {
  position: absolute;
  width: 16em;
  top: -4em;
  left: -5em;
  background-image: url(../img/snowman2.png);
  height: 22em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

ul.list {
  padding-right: 0;
  margin: 0;
  position: relative; }
  ul.list li {
    position: relative;
    padding: 0.2em;
    margin-bottom: 0;
    padding-left: 1.25em;
    font-size: 1em; }
    ul.list li:before {
      content: '';
      display: block;
      width: 0.4em;
      height: 0.4em;
      background-color: var(--cSec);
      position: absolute;
      left: 0;
      top: 0.6em; }

ul.list.mini {
  margin: 0;
  position: relative;
  padding-bottom: 2em;
  padding-top: 0;
  max-width: 24em; }
  ul.list.mini h4 {
    font-size: 1.2em;
    font-weight: 100; }
  ul.list.mini li {
    position: relative;
    padding: 0em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1em;
    font-size: 0.92em;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -0.025em; }
    ul.list.mini li:before {
      content: '';
      display: block;
      width: 0.33em;
      height: 0.33em;
      background-color: var(--cSec);
      position: absolute;
      left: 0;
      top: 0.4em; }
    ul.list.mini li.tile {
      list-style: none;
      padding-left: 0;
      font-weight: 600; }
      ul.list.mini li.tile:before {
        content: '';
        display: none; }

.section-title {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 2.75em;
  text-transform: uppercase;
  color: var(--cSec);
  font-family: norm;
  letter-spacing: -0.025em; }
  .section-title:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 1em;
    height: 2px;
    right: 0;
    left: 0;
    margin: auto;
    top: 1.1em;
    z-index: 2;
    background-color: var(--cSec); }
    @media all and (max-width: 575px) {
      .section-title:after {
        display: none; } }
  .section-title small {
    text-transform: none;
    font-size: .485em;
    margin: auto;
    margin-top: 0.75em;
    max-width: 32em;
    display: block;
    color: #777;
    font-weight: 100;
    letter-spacing: -0.05em;
    font-family: bold; }
  @media all and (max-width: 575px) {
    .section-title {
      padding-top: 0; } }

.b-head {
  padding-bottom: 1em; }

p.txt-pane {
  padding: 2em 2em;
  font-size: 1.4em;
  margin: auto;
  font-family: 'light';
  line-height: 1.5;
  max-width: 40em;
  border: 1px solid #8585857d;
  margin-top: 1em;
  text-align: center; }

.c-yellow1 {
  color: #ffd600; }

.flex.flex-row.sm-wrap {
  align-items: baseline;
  justify-content: space-between;
  padding: 2em 0; }

@media all and (max-width: 1279px) {
  .price-block,
  .date-block {
    font-size: 0.8em; } }
@media all and (max-width: 991px) {
  .price-block,
  .date-block {
    font-size: 0.8em; } }
@media all and (max-width: 575px) {
  .price-block,
  .date-block {
    font-size: 0.8em; } }

.txt-block img {
  padding-bottom: 1em; }
.txt-block p {
  font-family: Roboto;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.48;
  color: #676767;
  margin-bottom: 1em; }

.txt-block2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em; }
  @media all and (max-width: 767px) {
    .txt-block2 {
      display: block; } }
  .txt-block2.reverse {
    flex-direction: row-reverse; }
  .txt-block2 .content,
  .txt-block2 .img {
    flex: 50%; }
  .txt-block2 .content {
    display: flex;
    align-self: center;
    padding-left: 4vw;
    padding-right: 4vw;
    flex-flow: column nowrap; }
    @media all and (max-width: 767px) {
      .txt-block2 .content {
        display: block;
        padding: 2em 0; } 
		
		.photo_grid_mobile .col-4, .photo_grid_mobile .col-6 {
			flex: 0 0 100%;
			max-width: 100%;
		}

		
		}
    .txt-block2 .content h3 {
      font-family: bold;
      font-size: 1.6em;
      color: var(--blue3); }
    .txt-block2 .content p {
      font-family: Roboto;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.4;
      color: #676767;
      margin-bottom: 1em; }
	  

.btn-cta {
  display: inline-block;
  padding: 1.3em 2em;
  font-weight: 600;
  font-size: 1em;
  border-radius: 3em;
  line-height: 1;
  width: auto;
  text-align: center;
  max-width: 100%;
  min-width: 16em;
  letter-spacing: -0.02em;
  height: auto;
  margin: 0;
  margin-top: 1em;
  background-color: #ff3381;
  background-color: #d20c58;
  background: -webkit-linear-gradient(top, #ff3381 0%, #ea1869 100%);
  background-image: -ms-linear-gradient(top, #ff3381 0%, #ea1869 100%);
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0.05em 0.05em 0em rgba(0, 0, 0, 0.3), 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2), 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.05em 0.08em 0em 0 rgba(255, 255, 255, 0.3), inset 0.1em 0.1em 0.1em 0 rgba(255, 255, 255, 0.1), inset -0.1em -0.1em 0em 0 rgba(0, 0, 0, 0.3), 0 0.2em 0.25em -0.1em rgba(0, 0, 0, 0.75), 0 0.4em 0.5em -0.2em rgba(0, 0, 0, 0.5); }

.info-box {
  padding: 2em 2em;
  background-color: #f1f0e8; }
  .info-box [class*='i-block'] {
    display: flex;
    flex-flow: row nowrap;
    line-height: 1;
    align-items: center;
    margin-bottom: 0em;
    min-height: initial;
    padding-left: 0;
    padding-right: 1em; }

.photo-grid {
  display: flex;
  flex-flow: row wrap; }
  .photo-grid img {
    display: flex;
    padding: 0.25em;
    height: fit-content; }

[class*='i-block'] {
  display: flex;
  flex-flow: row nowrap;
  line-height: 1;
  align-items: flex-start;
  margin-bottom: 0.5em;
  min-height: 5em;
  padding-left: 0;
  padding-right: 2em; }
  [class*='i-block'] h4 {
    flex: 1;
    font-family: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1em;
    padding: 0 0em 0 0; }
    [class*='i-block'] h4 small {
      margin-top: 0.7em;
      display: block;
      font-size: 0.68em;
      font-family: Roboto;
      font-weight: 400;
      line-height: 1.2;
      opacity: 0.74; }
  [class*='i-block'] i, [class*='i-block'] [class*='icon-'] {
    position: relative;
    margin-right: 1rem;
    color: #819415; }
  [class*='i-block'] i.round {
    border: 1px solid;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    line-height: 1.6;
    border-radius: 2em;
    font-size: 1.5em;
    box-shadow: 0 0 0 0.1em #bfbfbf0a; }
  [class*='i-block'] i.box {
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    line-height: 1.6;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, 0.13); }
  [class*='i-block'].vert {
    align-items: center;
    margin-bottom: 0.25em;
    min-height: 4em; }

/*# sourceMappingURL=style.css.map */


