.kyl_offers {
  pointer-events: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 1;
}
.kyl_offers.active {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all;
}
.kyl_offers .content_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.kyl_offers .content_wrapper .close_overlay {
  background: transparent url('../assets/img/cross_white.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  outline: none;
  display: none;
  border: none;
  height: 25px;
  width: 25px;
  right: 15px;
  opacity: 0;
  top: 15px;
}
@media screen and (min-width: 1140px) {
  .kyl_offers .content_wrapper .close_overlay {
    top: 50px;
    right: 0;
  }
}
.kyl_offers .content_wrapper .offers_slider.swiper-container {
  transform: translateY(-50%);
  width: calc(100% - 30px);
  position: absolute;
  display: none;
  opacity: 0;
  left: 15px;
  top: 50%;
}
@media screen and (min-width: 1140px) {
  .kyl_offers .content_wrapper .offers_slider.swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 70px;
  }
}
.kyl_offers .content_wrapper .offers_slider.swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.kyl_offers .content_wrapper .offers_slider.swiper-container .swiper-wrapper .swiper-slide .slide_link {
  text-transform: uppercase;
  background-color: #FFF;
  letter-spacing: 1.4px;
  padding: 16px 20px;
  text-align: center;
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  border: none;
  color: #455255;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination {
  width: calc(100% - 30px);
  position: absolute;
  display: none;
  bottom: 15px;
  opacity: 0;
  left: 15px;
}
@media screen and (min-width: 1140px) {
  .kyl_offers .content_wrapper .swiper_navigation_pagination {
    transform: translateY(-50%);
    bottom: unset;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 0;
  }
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-pagination {
  transform: translateY(-50%);
  width: calc(100% - 100px);
  position: absolute;
  margin: 0 auto;
  display: block;
  bottom: unset;
  right: unset;
  left: 50px;
  top: 50%;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.5;
  height: 8px;
  width: 8px;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-navigation .swiper-button {
  position: relative;
  margin: 0;
  top: unset;
  left: unset;
  right: unset;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  border: 1px solid #FFF;
  background: transparent url('../assets/img/arrow_left_white.svg') no-repeat center;
  background-size: 30px;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-navigation .swiper-button:after {
  display: none;
}
.kyl_offers .content_wrapper .swiper_navigation_pagination .swiper-navigation .swiper-button.swiper-button-next {
  transform: rotate(180deg);
}
.kyl_offers .content_wrapper .offers_badge {
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  bottom: 15px;
  right: 15px;
  pointer-events: all;
  cursor: pointer;
}
.kyl_offers .content_wrapper .offers_badge.hidden {
  display: none;
}
@media screen and (min-width: 1140px) {
  .kyl_offers .content_wrapper .offers_badge {
    position: fixed;
    right: 50px;
    bottom: 50px;
  }
}
.kyl_offers .content_wrapper .offers_badge .text_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  padding: 15px;
}
.kyl_offers .content_wrapper .offers_badge .text_container .badge_header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_offers .content_wrapper .offers_badge .text_container .badge_header .headline {
  font-weight: 400;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #757474;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.kyl_offers .content_wrapper .offers_badge .text_container .badge_header .close_badge {
  background: transparent url('../assets/img/cross_dark.svg') no-repeat center;
  background-size: contain;
  pointer-events: all;
  cursor: pointer;
  outline: none;
  border: none;
  height: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}
.kyl_offers .content_wrapper .offers_badge .text_container .offer_headline {
  font-weight: 400;
  font-size: 14px;
  color: #455255;
  margin: 8px 0;
}
.kyl_offers .content_wrapper .offers_badge .text_container .open_overlay {
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  color: #D5002F;
  margin: 0;
  pointer-events: all;
}
.kyl_offers .content_wrapper .offers_badge .text_container .open_overlay .total_posts {
  background-color: #D5002F;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin: 0 0 0 4px;
  padding: 2px 0;
  height: 16px;
  width: 16px;
  font-weight: 400;
  font-size: 10px;
  color: #FFF;
}
.kyl_offers .content_wrapper .offers_badge .image_container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_offers .content_wrapper .offers_badge .image_container img {
  height: 100%;
  width: auto;
  margin: 0 0 0 auto;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
