.welcome_textblock .welcome_button {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
  max-width: 100%;
  border: 2px solid;
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 20px;
}
.welcome_textblock .welcome_button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

body {
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  padding: 0;
}

.home_video {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_slider .slick-track,
.home_slider .slick-list {
  height: 100%;
}
.home_slider .slide_block {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px 30px 60px;
}

.welcome_textblock {
  max-width: 640px;
  text-align: right;
}
.welcome_textblock .welcome_big_text {
  color: #ffffff;
  font-size: 400%;
  line-height: 1.2em;
}
.welcome_textblock .welcome_big_text .bold_span {
  font-family: "bold";
}
.welcome_textblock .welcome_small_text {
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  margin-top: 20px;
}
.welcome_textblock .welcome_button {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .welcome_textblock .welcome_big_text {
    font-size: 300%;
  }
}
@media (max-width: 991px) {
  .home_slider .slide_block {
    justify-content: center;
    padding: 90px 20px 30px;
  }

  .welcome_textblock {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-height: 479px) {
  .welcome_textblock .welcome_big_text {
    font-size: 200%;
  }
}
@media (max-width: 479px) {
  .welcome_textblock .welcome_big_text {
    font-size: 250%;
  }
  .welcome_textblock .welcome_small_text {
    font-size: 140%;
  }
}
@media (max-width:359px) {
  .welcome_textblock .welcome_big_text {
    font-size: 200%;
  }
}
.welcome_textblock .welcome_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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