.sticky + .banner-article {
  padding-top: 113px;
}

.banner-article .row .banner-content {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  background-image: url(../img/bg_video.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-article .row .banner-content h2 {
  z-index: 99;
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 54px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  max-width: 555px;
  margin-left: 8%;
}
.banner-article .row .banner-content .banner-article-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 277px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}

.main-section-first-row {
  padding-left: 6%;
  flex-direction: column;
}
.main-section-first-row .main-section-headline {
  margin-top: 25px;
}
.main-section-first-row .main-section-headline p {
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
}
.main-section-first-row .main-section-photos {
  position: relative;
  margin-top: 45px;
}
.main-section-first-row .main-section-photos .main-section-photos-first-image {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  background-image: url(../img/bg_video.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-section-first-row .main-section-photos a {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 92%;
  left: 85%;
  z-index: 99;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.main-section-first-row .main-section-photos a span {
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  background-color: #921010;
  padding: 15px 18px 15px 25px;
  border-radius: 30px 0 0 30px;
  margin-bottom: 1rem;
}
.main-section-first-row .main-section-photos a img {
  background-color: #720a0a;
  padding: 21px 16px 21px 13px;
  border-radius: 0 30px 30px 0;
}
.main-section-first-row .main-section-content {
  margin-top: 50px;
}
.main-section-first-row .main-section-content h4 {
  color: #0d0d0d;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
}
.main-section-first-row .main-section-content p {
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  font-weight: 400;
}
.main-section-first-row .main-section-social {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.main-section-first-row .main-section-social a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  margin-left: auto;
  padding-bottom: 20px;
}
.main-section-first-row .main-section-social a span {
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  background-color: #921010;
  padding: 15px 18px 15px 25px;
  border-radius: 30px 0 0 30px;
}
.main-section-first-row .main-section-social a .main-section-social-img-text {
  background-color: #720a0a;
  padding: 15px 16px 15px 13px;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.main-section-first-row .main-section-social a .main-section-social-img-text img {
  padding-left: 5px;
}
.main-section-first-row .main-section-social img {
  margin-right: 5px;
}
.main-section-first-row .main-section-social span {
  margin-left: 15px;
  padding-top: 17px;
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.card-carousel {
  /*OWL*/
}
.card-carousel .owl-nav .owl-buttons {
  display: none;
}
.card-carousel .card-carousel-header h2 {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 54px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.card-carousel .news-grid {
  width: auto;
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  margin: 40px;
}
.card-carousel .news-grid-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.card-carousel .news-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.card-carousel .news-grid-txt {
  padding: 25px;
}
.card-carousel .news-grid-txt h2 {
  letter-spacing: 1px;
  margin: 10px 0px 5px 0px;
  color: #921010;
  font-family: "Teko", "sans-serif";
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.card-carousel .first-child-grid-txt {
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}
.card-carousel .second-child-grid-txt {
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}
.card-carousel .owl-nav {
  position: relative;
}
.card-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  bottom: 200px;
}
.card-carousel .owl-nav .owl-prev img {
  width: 100px;
}
.card-carousel .owl-nav .owl-next {
  position: absolute;
  right: -80px;
  bottom: 200px;
}
.card-carousel .owl-nav .owl-next img {
  width: 100px;
}

.card-carousel-mobile {
  display: none;
}

@media screen and (max-width: 1521px) {
  .main-section-first-row .main-section-photos a {
    top: 88%;
    left: 80%;
  }
}
@media screen and (max-width: 1288px) {
  .main-section-first-row {
    padding-left: 0 !important;
  }

  .banner-article .row .col-12 h2 {
    top: 70%;
    left: 35%;
    font-size: 40px;
    max-width: 320px;
  }

  .main-section-first-row .main-section-photos a span {
    padding: 10px 18px 10px 25px;
  }

  .main-section-first-row .main-section-photos a {
    top: 102%;
    left: 50%;
  }

  .main-section-first-row .main-section-photos a img {
    padding: 16px 16px 16px 13px;
  }

  .card-carousel .owl-nav .owl-prev img, .card-carousel .owl-nav .owl-next img {
    width: 75px !important;
  }

  .card-carousel .owl-nav .owl-next {
    right: -33px;
    bottom: 250px;
  }

  .card-carousel .owl-nav .owl-prev {
    left: -32px;
    bottom: 250px;
  }
}
@media screen and (max-width: 800px) {
  .banner-article .row .col-12 h2 {
    font-size: 35px;
    max-width: 400px;
  }

  .banner-article-desktop-version {
    display: none;
  }

  .banner-article-mobile-version {
    display: inherit !important;
  }

  .main-section-first-row {
    padding-left: 0 !important;
  }
  .main-section-first-row .main-section-social {
    flex-direction: column;
  }
  .main-section-first-row .main-section-social span {
    margin-left: 0;
    margin-bottom: 1rem;
    order: -1;
  }
  .main-section-first-row .main-section-social a {
    margin-left: 0;
    margin-top: 30px;
  }
  .main-section-first-row .main-section-social a span {
    font-size: 16px;
    padding: 15px 18px 15px 25px;
    border-radius: 25px 0 0 25px;
    order: initial;
  }
  .main-section-first-row .main-section-social a .main-section-social-img-text {
    background-color: #720a0a;
    padding: 15px 16px 15px 13px;
    border-radius: 0 25px 25px 0;
    color: #ffffff;
    font-family: "Teko", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
  }
  .main-section-first-row .main-section-social a .main-section-social-img-text img {
    padding-left: 5px;
  }

  .main-section .main-section-second-row .news-card-header3 {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style-post-single.css.map */
