/* CSS Document */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

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

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

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

body, html {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a img {
  border: 0px;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.message-good, .message-bad, .message-info {
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  font-size: 12px !important;
  white-space: nowrap;
  margin-top: -25px;
}

.message-good {
  border: 1px solid #cae49c;
  color: #516f1b;
  background-color: #f3ffd0;
  background-image: url("../gfx/accept-big.png");
}

.message-good a {
  color: #516f1b;
}

.message-bad {
  border: 1px solid #ffdede;
  color: #ce0000;
  background-color: #fff1f1;
  background-image: url("../gfx/exclamation-big.png");
}

.message-bad a {
  color: #ce0000;
}

.message-info {
  border: 1px solid #ededb3;
  background-color: #ffffcc;
  background-image: url("../gfx/information-big.png");
}

.cleaner {
  clear: both !important;
  float: none !important;
}

.hide_mini {
  display: block;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  .hide_mini {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .hide_mini {
    display: block;
  }
}

.hide_mid {
  display: block;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  .hide_mid {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .hide_mid {
    display: none;
  }
}

.hide_avg {
  display: block;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  .hide_avg {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .hide_avg {
    display: block;
  }
}

.hide_big {
  display: none;
}
@media only screen and (min-width: 961px) and (max-width: 1100px) {
  .hide_big {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .hide_big {
    display: block;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
}

.vimeo_container {
  width: 100%;
  height: 0;
}
.vimeo_container .vimeo_box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 10px 50px;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
}
.vimeo_container .vimeo_box .close {
  display: block;
  box-sizing: border-box;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 3px solid #ffffff;
  background-color: #000000;
  position: absolute;
  top: -30px;
  right: -30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.vimeo_container .vimeo_box .close span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../gfx/lightbox_close.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
@media only screen and (max-width: 639px) {
  .vimeo_container .vimeo_box .close {
    right: 10px;
    top: -20px;
  }
}

.top_container {
  width: auto;
  box-sizing: border-box;
  padding: 0 100px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .top_container {
    padding: 0 0 0 0;
  }
}
.top_container .logo {
  position: relative;
  overflow: hidden;
  height: 103px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto -103px auto;
  right: 0;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .top_container .logo {
    position: absolute;
    top: 22px;
  }
}
.top_container .logo img {
  width: 237px;
  height: 103px;
  float: right;
}
@media screen and (max-width: 768px) {
  .top_container .logo img {
    width: 100px;
    height: auto;
  }
}
.top_container .menu_button {
  display: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1001;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 30%;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .top_container .menu_button {
    display: block;
  }
}
.top_container .menu_button:hover, .top_container .menu_button.act {
  border-bottom: 2px solid #000000;
}
.top_container .menu {
  line-height: 146px;
}
@media screen and (max-width: 768px) {
  .top_container .menu {
    line-height: normal;
    display: none;
    position: relative;
    z-index: 1001;
  }
}
.top_container .menu a {
  color: #000000;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  margin: 0 19px;
}
@media screen and (max-width: 1100px) {
  .top_container .menu a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .top_container .menu a {
    margin: 0 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_container .menu a {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
  }
}
.top_container .menu a:hover, .top_container .menu a.act {
  border-bottom: 2px solid #000000;
}
.top_container .menu .language {
  display: inline-block;
  margin: 0 20px 0 0;
  line-height: 1;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  .top_container .menu .language {
    margin: 10px 0;
  }
}
.top_container .menu .language::after {
  display: inline-block;
  margin-left: 5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
.top_container .menu select {
  height: 30px;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main_box_1 {
  background-image: url(../gfx/main_box_1.jpg);
  height: 730px;
}

.main_box_2 {
  background-image: url(../gfx/main_box_2.jpg);
  height: 730px;
}

.main_box_3 {
  background-image: url(../gfx/main_box_3.jpg);
  height: 730px;
}

.main_box_4 {
  background-color: #a65436;
  height: 730px;
}

.main_box_5 {
  background-image: url(../gfx/main_box_5.jpg);
  height: 730px;
}

.main_box_6 {
  background-image: url(../gfx/main_box_6.jpg);
  background-size: 100% 100%;
  height: 730px;
  text-align: center;
}
.main_box_6 > img {
  width: 90%;
  max-width: 884px;
  height: auto;
}

.main_box_7 {
  background-image: url(../gfx/main_box_7.jpg);
  height: 730px;
}

.main_box_8 {
  background-image: url(../gfx/main_box_8.jpg);
  height: 730px;
}
@media screen and (max-width: 635px) {
  .main_box_8 {
    height: auto;
  }
}

.main_box_9 {
  background-image: url(../gfx/main_box_9.jpg);
  height: 730px;
}

.main_box_10 {
  background-image: url(../gfx/main_box_10.jpg);
  height: 730px;
}

.main_box_11 {
  background-image: url(../gfx/main_box_11.jpg);
  height: 730px;
}

.main_box_12 {
  background-image: url(../gfx/main_box_12.jpg);
  height: 730px;
}

.main_box_13 {
  background-color: #616161;
  height: 730px;
}

.main_box_14 {
  background-color: #404883;
  height: 730px;
}

.main_box_15 {
  background-image: url(../gfx/main_box_15.jpg);
  height: 730px;
}

.main_box_16 {
  background-image: url(../gfx/main_box_16.jpg);
  height: 730px;
}

.main_box_17 {
  background-image: url(../gfx/main_box_17.jpg);
  height: 730px;
}

.main_box_18 {
  background-color: #a65436;
  height: 730px;
}

.main_box_19 {
  background-image: url(../gfx/main_box_19.jpg);
  height: 730px;
}

.main_box_20 {
  background-image: url(../gfx/main_box_20.jpg);
  height: 730px;
}

.main_box_21 {
  background-image: url(../gfx/main_box_21.jpg);
  height: 730px;
}

.main_box_22 {
  background-image: url(../gfx/main_box_22.jpg);
  height: 730px;
}

.main_box_23 {
  background-image: url(../gfx/main_box_23.jpg);
  height: 730px;
}

.content_container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
.content_container.parallax {
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .content_container.parallax {
    background-attachment: scroll;
  }
}
.content_container.static {
  background-attachment: scroll;
}
.content_container.no_cover {
  background-size: auto;
}
.content_container > h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding-top: 120px;
}
.content_container > h1.black {
  color: #000000;
}
.content_container > h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  height: 730px;
  width: 100%;
  margin-bottom: -730px;
  color: #ffffff;
  text-align: center;
  display: table;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 361px) and (max-width: 460px) {
  .content_container > h2 {
    font-size: 40px;
  }
}
@media (min-width: 341px) and (max-width: 360px) {
  .content_container > h2 {
    font-size: 40px;
  }
}
@media (max-width: 340px) {
  .content_container > h2 {
    font-size: 30px;
  }
}
.content_container > h2 > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  height: 730px;
  cursor: auto;
}
.content_container > h2.colorfull > span span:nth-child(1) {
  color: #cb0000;
}
.content_container > h2.colorfull > span span:nth-child(2) {
  color: #ffffff;
}
.content_container > h2.colorfull > span span:nth-child(3) {
  color: #fff600;
}
.content_container > h2.colorfull > span span:nth-child(4) {
  color: #5712f3;
}
.content_container > h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding-top: 500px;
}
.content_container > h4 {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 75px;
  line-height: 94px;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 539px) {
  .content_container > h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 419px) {
  .content_container > h4 {
    font-size: 45px;
  }
}
.content_container > h5 {
  text-align: center;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  line-height: 70px;
  margin-top: 330px;
}
.content_container h6 {
  font-size: 23px;
  text-align: center;
  padding-top: 50px;
}
.content_container h6 span, .content_container h6 a {
  color: #007647;
  display: inline-block;
  margin: 0 20px;
}
.content_container .play_container {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.content_container .play_container .text_box {
  position: absolute;
  font-size: 28px;
  width: 100%;
  color: #007647;
  text-align: center;
  padding-top: 5px;
}
.content_container .play_container.white .text_box {
  color: #ffffff;
}
.content_container .top_space {
  width: 100%;
  height: 85px;
}
.content_container .step_list {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 30px;
}
.content_container .step_list h1 {
  font-size: 23px;
  text-align: center;
}
.content_container .step_list h1:nth-child(2) {
  margin-top: 30px;
}
.content_container .step_list h1:nth-child(2) {
  margin-top: 36px;
}
.content_container .step_list h1:nth-child(3) {
  margin-top: 44px;
}
.content_container .step_list h1:nth-child(4) {
  margin-top: 52px;
}
.content_container .step_list h1:nth-child(5) {
  margin-top: 36px;
}
.content_container .step_list h1 span {
  display: inline-block;
  text-align: left;
  width: 200px;
  padding-left: 240px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 539px) {
  .content_container .step_list h1 span {
    padding-left: 54%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 399px) {
  .content_container .step_list h1 span {
    padding-left: 58%;
  }
}
.content_container .contact_space {
  width: 100%;
  height: 300px;
}
.content_container .contact {
  width: 635px;
  height: 403px;
  box-sizing: border-box;
  padding: 30px 98px 39px 96px;
  margin: 0 auto 40px auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 635px) {
  .content_container .contact {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-position: center top;
  }
}
@media screen and (max-width: 459px) {
  .content_container .contact {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 359px) {
  .content_container .contact {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content_container .contact h1 {
  line-height: 84px;
  font-size: 23px;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 459px) {
  .content_container .contact h1 {
    font-size: 18px;
  }
}
.content_container .contact input[type=text] {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 48%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 635px) {
  .content_container .contact input[type=text] {
    width: 100%;
  }
}
.content_container .contact input[type=text]:nth-child(2) {
  float: right;
}
.content_container .contact textarea {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  resize: none;
  float: left;
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 23px;
}
.content_container .contact span.wyslij {
  display: block;
  cursor: pointer;
  float: right;
  width: 125px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  background-color: #ccc;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.5s all;
}
.content_container .contact span.wyslij img {
  transition: all 0.3s ease-in-out;
}
.content_container .contact span.wyslij:hover {
  background-color: #bbb;
}
.content_container .info {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.content_container .info h1 {
  font-weight: bold;
}
.content_container .info h2 {
  font-weight: 300;
}
.content_container .info h2 a {
  color: #ffffff;
}
.content_container .info h2 a:hover {
  text-decoration: underline;
}
.content_container .gray_content {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.content_container .gray_content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  padding-top: 130px;
}
.content_container .gray_content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 70px;
  line-height: 90px;
  padding-top: 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .content_container .gray_content h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 579px) {
  .content_container .gray_content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 419px) {
  .content_container .gray_content h2 {
    font-size: 30px;
  }
}
.content_container .gray_content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 45px;
  line-height: 55px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .content_container .gray_content h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 579px) {
  .content_container .gray_content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 419px) {
  .content_container .gray_content h3 {
    font-size: 20px;
  }
}
.content_container .white_content {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 34px;
  text-align: center;
  padding: 80px 0 160px 0;
  font-weight: 300;
  width: 100%;
}
.content_container .white_content a {
  font-weight: normal;
  font-size: 24px;
  position: relative;
  top: 40px;
  color: #000000;
}
.content_container .white_content.textpage {
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 17px;
  font-weight: normal;
}

.ladder {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding: 70px 0 140px 0;
  position: relative;
}
@media screen and (max-width: 610px) {
  .ladder {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ladder .ladder_stripe {
  width: 10px;
  background-color: #861e82;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 610px) {
  .ladder .ladder_stripe {
    left: 20px;
  }
}
.ladder h1 {
  font-size: 28px;
  padding: 0 0 10px 50px;
  position: relative;
}
.ladder h1:before {
  content: "";
  display: block;
  border-radius: 100%;
  border: 6px solid #861e82;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 5px;
}
.ladder h2 {
  font-size: 17px;
  padding: 0 0 50px 125px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 580px) {
  .ladder h2 {
    padding-left: 75px;
  }
}

.footer {
  width: 100%;
  height: 200px;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 23px;
}

.footer_menu {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer_menu a {
  font-size: 16px;
  color: inherit;
  display: inline-block;
  padding: 0px 10px;
  border-bottom: 2px solid #fff;
}

.footer_menu a:hover {
  opacity: 0.5;
}

#lightbox_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9998;
}

.gallery_button {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.gallery_button_base_image {
  display: block;
}
.gallery_button:hover .gallery_button_base_image {
  display: none;
}

.gallery_button_hover_image {
  display: none;
}
.gallery_button:hover .gallery_button_hover_image {
  display: block;
}

.video_button {
  cursor: pointer;
}
.video_button img {
  margin: 380px auto 0 auto;
}

.video_button_base_image {
  display: block;
}
.video_button:hover .video_button_base_image {
  display: none;
}

.video_button_hover_image {
  display: none;
}
.video_button:hover .video_button_hover_image {
  display: block;
}

.gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9000;
}

.gallery_content {
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  padding: 40px 10px 50px;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
}

.gallery_image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.gallery_tools {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 850px;
  padding: 0 15px;
  box-sizing: border-box;
}

.gallery_description {
  flex: auto 1 1;
  color: #010101;
  font-size: 16px;
}

.gallery_icons {
  display: flex;
  flex: 115px 0 0;
  justify-content: space-between;
  color: #808080;
}

.gallery_prev {
  width: 28px;
  height: 28px;
  background-image: url("../gfx/photo_prev.png");
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.gallery_prev:hover {
  opacity: 0.8;
}

.gallery_next {
  width: 28px;
  height: 28px;
  background-image: url("../gfx/photo_next.png");
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.gallery_next:hover {
  opacity: 0.8;
}

.gallery_close {
  width: 28px;
  height: 28px;
  background-image: url("../gfx/photo_close.png");
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.gallery_close:hover {
  opacity: 0.8;
}

.video_tools {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 850px;
  padding: 0 15px;
  box-sizing: border-box;
}

.video_description {
  flex: auto 1 1;
  color: #868686;
  font-size: 16px;
}

.video_icons {
  display: flex;
  flex: auto 0 0;
  justify-content: space-between;
  color: #868686;
}

.video_close {
  width: 28px;
  height: 28px;
  background-image: url("../gfx/photo_close.png");
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.video_close:hover {
  opacity: 0.8;
}

.embed-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  display: block;
  margin: auto;
  width: 100%;
  height: 500px;
  max-height: 100%;
}/*# sourceMappingURL=public_style.css.map */