.discover_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.discover_slider, .intro_screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.intro_screen {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.intro_screen video {
  object-fit: cover;
}

.intro_inner {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 720px;
  padding: 25px 20px 30px;
}

.intro_form {
  max-width: 320px;
  margin: 40px auto 0;
}

.field_block {
  position: relative;
  padding-bottom: 16px;
}
.field_block ::-webkit-input-placeholder {
  color: #bfbebe;
}
.field_block :-moz-placeholder {
  color: #bfbebe;
}
.field_block ::-moz-placeholder {
  color: #bfbebe;
}
.field_block :-ms-input-placeholder {
  color: #bfbebe;
}
.field_block input {
  width: 100%;
  border: 2px solid #f2f2f2;
  padding: 15px;
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  background: transparent;
}
.field_block input:focus {
  border-color: #000000;
}
.field_block select {
  opacity: 0;
  height: 50px;
}

.help-block.form-error {
  display: none !important;
}

.error_hint {
  position: absolute;
  font-size: 110%;
  line-height: 13px;
  color: #b94a48;
  right: 0;
  bottom: 3px;
  display: none;
}

.validate_button {
  width: 100%;
  height: 50px;
  border: 2px solid #dfdfdf;
  background: transparent;
  color: #666666;
  font-size: 120%;
  padding: 15px;
}
.validate_button:hover {
  color: #000000;
  border-color: #000000;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  outline: none !important;
  text-transform: uppercase;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  border-color: #000000;
}
.bootstrap-select .btn {
  border: 2px solid #f2f2f2;
  padding: 15px;
  font-size: 120%;
  line-height: 16px;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  color: #000000 !important;
  text-transform: uppercase;
}
.bootstrap-select .btn.bs-placeholder {
  color: #bfbebe !important;
}
.bootstrap-select .btn:active {
  border-color: #f2f2f2;
}
.bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 2px solid #000000;
  background: #ffffff;
  max-width: 100% !important;
  min-width: 0 !important;
  left: 0;
  width: 100%;
  max-height: 220px !important;
}
.bootstrap-select .dropdown-menu li {
  border-top: 1px solid #dfdfdf;
}
.bootstrap-select .dropdown-menu .inner {
  max-height: 220px !important;
}
.bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.bootstrap-select .dropdown-item {
  padding: 10px 15px;
  font-weight: normal;
  color: #666666;
  background: transparent;
  font-size: 120%;
  line-height: 15px;
}
.bootstrap-select .dropdown-item:hover {
  background: #f2f2f2;
}
.bootstrap-select .dropdown-item.selected, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: #dfdfdf;
  color: #000000 !important;
  cursor: default;
}
.bootstrap-select.show .btn {
  border-color: #000000;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

@media screen and (max-height: 479px) {
  .intro_inner {
    max-height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .bootstrap-select .dropdown-menu .inner {
    max-height: 150px;
  }
}
.has-error .error_hint,
.has-error + .error_hint {
  display: block;
}
.has-error input {
  color: #b94a48;
  border-color: #b94a48;
}
.has-error .btn {
  color: #b94a48 !important;
  border-color: #b94a48;
}

.welcome_block {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 640px;
  padding: 35px 20px;
  max-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  font-family: "regular";
}

.welcome_title {
  font-size: 180%;
  line-height: 24px;
  margin: 0;
}

.welcome_text {
  max-width: 512px;
  margin: 50px auto 0;
  font-size: 140%;
  line-height: 24px;
}

.continue_link {
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  font-size: 180%;
  line-height: 24px;
  color: inherit;
  position: relative;
}
.continue_link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-top: 1px solid;
}
.continue_link:hover {
  color: #666666;
}
.continue_link:hover:after {
  left: 0;
  width: 100%;
}

.discover_info {
  position: relative;
  color: #ffffff;
  z-index: 5;
  text-align: center;
}

.discover_title {
  font-size: 1400%;
  line-height: 160px;
  margin: 0;
  font-family: "bold";
  letter-spacing: -2px;
}

.discover_description {
  font-size: 180%;
  line-height: 24px;
}

.discover_link {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: #ffffff;
  border: 3px solid;
  font-size: 200%;
  line-height: 34px;
  padding: 5px 15px;
  min-width: 220px;
  max-width: 100%;
  font-family: "bold";
}

.discover_slider {
  overflow: hidden;
  white-space: nowrap;
}
.discover_slider .slick-track,
.discover_slider .slick-list {
  height: 100%;
}
.discover_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  background: #000000;
}
.discover_slider .slide_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.discover_slider .slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 5.5vh;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.discover_slider .slick-dots li {
  margin: 0 10px;
}
.discover_slider .slick-dots button {
  border: none;
  width: 15px;
  height: 10px;
  background: transparent;
  padding: 0;
  opacity: 0.4;
}
.discover_slider .slick-dots button:before {
  display: block;
  height: 2px;
  content: "";
  background: #ffffff;
}
.discover_slider .slick-dots .slick-active button {
  opacity: 1 !important;
}

@media (max-width: 1199px) {
  .discover_title {
    font-size: 1000%;
    line-height: 130px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) {
  .discover_title {
    font-size: 800%;
    line-height: 120px;
    letter-spacing: 0;
  }

  .discover_link {
    font-size: 180%;
  }
}
@media (max-width: 768px) {
  .discover_title {
    font-size: 600%;
    line-height: 100px;
  }

  .discover_description {
    font-size: 160%;
  }

  .discover_link {
    font-size: 160%;
  }
}
@media (max-width: 575px) {
  .welcome_block {
    padding: 20px;
  }

  .welcome_text {
    margin-top: 25px;
  }

  .continue_link {
    margin-top: 30px;
  }

  .discover_title {
    font-size: 500%;
    line-height: 75px;
  }

  .discover_description {
    font-size: 140%;
  }
}
@media (max-width: 479px) {
  .discover_title {
    font-size: 400%;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 399px) {
  .discover_title {
    font-size: 360%;
    line-height: 50px;
  }
}
@media (max-width:359px) {
  .discover_title {
    font-size: 320%;
    line-height: 40px;
  }
}
.web .discover_link:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.touch .discover_link {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .discover_link:active {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.discover_slider .slick-dots button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.continue_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.field_block input, .validate_button, .bootstrap-select .dropdown-item, .continue_link:after, .web .discover_link {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .slick-dots button:hover {
  opacity: 0.7;
}

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