.rs-new-style {
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}
.rs-new-style.b-direct-info {
  position: relative;
}
.rs-new-style.b-direct-info .t-direct-flights__sticker-mobile {
  position: absolute;
  top: 6px;
  right: -10px;
  letter-spacing: 0.2px;
  color: #fff;
  font-size: 15px;
  background: #00acc6;
  padding: 0 2.3rem 0 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 1140px) {
  .rs-new-style.b-direct-info .t-direct-flights__sticker-mobile {
    display: none;
  }
}
.rs-new-style.b-direct-info .t-direct-info__wrapper {
  top: 0;
}
.rs-new-style.b-direct-info .t-direct-info {
  display: block;
  padding-top: 30px;
}
@media (min-width: 1141px) {
  .rs-new-style.b-direct-info .t-direct-info {
    padding-top: 80px;
  }
}
.rs-new-style.b-direct-info .t-direct-info__row {
  padding: 0 20px;
  display: flex;
}
@media (min-width: 768px) {
  .rs-new-style.b-direct-info .t-direct-info__row {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .rs-new-style.b-direct-info .t-direct-info__row {
    padding: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .rs-new-style.b-direct-info .t-direct-info__row * {
    text-align: center;
  }
}
.rs-new-style.b-direct-info .t-direct-info__row .card {
  max-width: 100vw !important;
}
@media (min-width: 768px) {
  .rs-new-style.b-direct-info .t-direct-info__row .card {
    width: 310px;
    margin: 0 auto 30px;
    border-left: 1px solid #00acc6;
  }
  .rs-new-style.b-direct-info .t-direct-info__row .card:last-of-type {
    border: none !important;
  }
}
@media (min-width: 1140px) {
  .rs-new-style.b-direct-info .t-direct-info__row .card {
    width: 360px;
    margin: 0 auto 50px;
  }
}
.rs-new-style.b-direct-info .t-direct-info__row .card .svg-bg {
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 38px;
  display: inline-block;
  background-position: 0 -7px;
  top: 4px;
  position: relative;
}
.rs-new-style.b-direct-info .t-direct-info__row .card * {
  font-size: 22px;
  font-weight: 500;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 600px) {
  .rs-new-style.b-direct-info .t-direct-info__row .card * {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 355px) {
  .rs-new-style.b-direct-info .t-direct-info__row .card * {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .rs-new-style .d-mobile-hide {
    display: none !important;
  }
}
.rs-new-style .d-none {
  display: none;
}
.rs-new-style .d-flex {
  display: flex;
}
.rs-new-style .w-auto {
  width: auto;
}
.rs-new-style .w-50 {
  width: 50%;
}
@media (min-width: 600px) {
  .rs-new-style .ml-sm-4 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .rs-new-style .d-md-block {
    display: block;
  }
  .rs-new-style .w-md-100 {
    width: 100%;
  }
  .rs-new-style .mb-md-4 {
    margin-bottom: 15px;
  }
}
.rs-new-style .p-childers > * {
  padding: 0 0 0 10px;
}
.rs-new-style .modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.45);
}
.rs-new-style .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.rs-new-style .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.rs-new-style .close:hover,
.rs-new-style .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.rs-new-style .mySlides {
  display: none;
}
.rs-new-style .prev,
.rs-new-style .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.rs-new-style .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.rs-new-style .prev:hover,
.rs-new-style .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.rs-new-style .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.rs-new-style .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.rs-new-style img.demo {
  opacity: 0.6;
}
.rs-new-style .active,
.rs-new-style .demo:hover {
  opacity: 1;
}
.rs-new-style img.hover-shadow {
  transition: 0.3s;
}
.rs-new-style .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*# sourceMappingURL=custom-new-style.css.map */
