.bodyNewsletter, .bodyNewsletter_block, .bodyNewsletter_input, .homePopular, .homePopular_container, .homePopular_leftControler, .homePopular_rightControler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.bodyWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homeHero, .homeHero_content, .homeHero_scrollDown, .bodyNewsletter_content, .homePopular_item, .homePopular_item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeHero_scrollDown, .bodyNewsletter_block, .homePopular_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeHero_background, .bodyNewsletter_background, .homePopular_backgrounds {
  overflow: hidden;
}

.homePopular_backgrounds img, .homePopular_item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bodyWrapper, .homeHero, .homeHero_content, .homeHero_scrollDown img, .bodyNewsletter, .bodyNewsletter_content, .bodyNewsletter_block, .homePopular, .homePopular_slider, .homePopular_container {
  position: relative;
}

.homeHero_background, .homeHero_bottom, .homeHero_scrollDown, .bodyNewsletter_background, .homePopular_backgrounds, .homePopular_backgrounds img, .homePopular_leftControler, .homePopular_rightControler, .homePopular_item {
  position: absolute;
}

.homeHero_background, .homeHero_background img, .bodyNewsletter_background, .bodyNewsletter_background img, .homePopular_backgrounds, .homePopular_backgrounds img, .homePopular_container, .homePopular_item {
  width: 100%;
  height: 100%;
}

.bodyWrapper, .bodyNewsletter_input {
  width: 100%;
  height: auto;
}

.message {
  position: fixed;
  top: 86px;
  left: 0;
  height: 270px;
  z-index: 9999;
  width: 50%;
  margin: auto;
  right: 0;
}

.btnhome {
  display: none;
}

/** HOME */
.bodyWrapper {
  margin: 0 auto;
}

.homeHero {
  width: 100%;
  height: calc(100vh - 115px);
  color: white;
}

.homeHero_background {
  z-index: 1;
  left: 0;
  top: 0;
}

.homeHero_background img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 3.5s ease-in-out;
  transition: 3.5s ease-in-out;
}

.homeHero_content {
  padding: 15px 45px;
  text-align: center;
  background: #00000036;
  bottom: 0%;
  border-radius: 2px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 1.75s cubic-bezier(0.02, 0.51, 0.49, 1.06);
  transition: all 1.75s cubic-bezier(0.02, 0.51, 0.49, 1.06);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.homeHero_content h1 {
  font-weight: 300;
  text-shadow: 1px 1px 4px #0000009e;
  z-index: 3;
}

.homeHero_content.appear {
  bottom: 10%;
  opacity: 1;
}

.homeHero_bottom {
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#00000082));
  background: linear-gradient(#00000000, #00000082);
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.homeHero_bottom.appear {
  opacity: 1;
}

.homeHero_scrollDown {
  cursor: pointer;
  bottom: 0;
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.homeHero_scrollDown p {
  font-size: 0.9em;
  margin: 0;
}

.homeHero_scrollDown img {
  width: auto;
  height: 50px;
  margin: 12px 0;
  top: -5px;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.homeHero_scrollDown:hover img {
  top: 0px;
}

.homeHero_scrollDown.appear {
  opacity: 1;
}

/* .homeHero:hover .homeHero_background img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
} */

.bodyNewsletter {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-color: #d8d8d8;
}

.bodyNewsletter_background {
  z-index: 1;
}

.bodyNewsletter_background img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.bodyNewsletter_content {
  width: 50%;
  height: 100%;
  z-index: 2;
}

.bodyNewsletter_block h1 {
  margin: 0;
  font-weight: 300;
  font-size: 1.3em;
}

.bodyNewsletter_block h1 strong {
  font-size: 1.7em;
}

.bodyNewsletter_block h3 {
  font-weight: 400;
  margin: 10px 0;
  font-size: 1.3em;
}

.bodyNewsletter_block p {
  color: #686868;
  font-style: italic;
  font-size: 0.9em;
  margin: 1em 0 2em;
}

.bodyNewsletter_input input {
  width: calc(100% - 110px);
  height: 50px;
  padding-left: 20px;
  background-color: #E5E5E5;
  border: 1px solid #c7c7c7;
  border-right: 0;
}

.bodyNewsletter_input input:focus {
  outline: none;
}

.bodyNewsletter_input button {
  height: 50px;
  width: 110px;
  color: white;
  background-color: #F78F1E;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.bodyNewsletter_input button:hover {
  background-color: #ff6a00;
}

.homePopular {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #d8d8d8;
}

.homePopular_backgrounds {
  top: 0;
  left: 0;
  z-index: 1;
}

.homePopular_backgrounds img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  top: 0;
  left: 0;
}

.homePopular_backgrounds img.view {
  opacity: 1;
  z-index: 2;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.homePopular_backgrounds img.view:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.homePopular_slider {
  max-width: 425px;
  width: 100%;
  background-color: #F8F8F8;
  z-index: 2;
}

.homePopular_leftControler, .homePopular_rightControler {
  width: 50px;
  height: 100px;
  top: calc(50% - 25px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 2;
}

.homePopular_leftControler {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homePopular_leftControler:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(./../assets/icons/popular_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.homePopular_rightControler {
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.homePopular_rightControler:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(./../assets/icons/popular_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
}

.homePopular_item {
  text-align: center;
  padding: 40px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.homePopular_item.view {
  opacity: 1;
  visibility: visible;
}

.homePopular_item .image {
  width: 80%;
  margin: 15px 0;
}

.homePopular_item .image img {
  width: 55%;
  max-height: 200px;
  min-height: 190px;
}

.homePopular_item .title {
  font-weight: 300;
  margin: 0 0 20px;
}

.homePopular_item .badge {
  color: #484848;
  border: 1px solid #707070;
  padding: 5px 10px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.homePopular_item .name {
  color: #484848;
}

.homePopular_item .name h3 {
  font-size: 1.6em;
  margin: 0 0 20px;
}

.homePopular_item .description {
  padding: 0 30px;
  font-size: 0.8em;
  line-height: 1.4;
}

.homePopular_item .description i {
  font-style: normal;
}

.homePopular_item .description p {
  margin-top: 20px;
  display: none;
}

.homePopular_item .buttons {
  width: auto;
  height: 40px;
}

.homePopular_item .buttons a {
  color: #002E89;
  border: 1px solid;
  padding: 10px 15px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.homePopular_item .buttons a:hover {
  background-color: #002E89;
  color: white;
}

.homePopular_item .buttons a:first-child {
  margin-right: 12px;
}

@media only screen and (max-width: 1100px) {
  .bodyNewsletter_background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

@media only screen and (max-width: 1000px) {
  .homePopular_slider {
    max-width: 40%;
  }
  .homePopular_item .image {
    max-height: 200px;
  }
  .homePopular_item .image img {
    width: auto;
    height: 100%;
  }
  .homePopular_item .buttons a {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 768px) {
  .message {
    width: 80%;
  }
  .homeHero {
    height: calc(100vh - 80px);
  }
  .homeHero_content {
    padding: 15px 30px;
  }
  .homeHero_content h1 br {
    display: none;
  }
  .bodyNewsletter_background img {
    display: none;
  }
  .bodyNewsletter_content {
    width: 100%;
  }
  .bodyNewsletter_block {
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #ffffff69;
  }
  .bodyNewsletter_block h1 {
    line-height: 2;
  }
  .bodyNewsletter_block h1 strong {
    line-height: 1;
  }
  .bodyNewsletter_block p {
    color: inherit;
  }
  .bodyNewsletter_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bodyNewsletter_input input {
    width: 100%;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    margin-bottom: 10px;
  }
  .homePopular_backgrounds {
    display: none;
  }
  .homePopular_slider {
    max-width: 100%;
  }
}
/*# sourceMappingURL=home.css.map */