/* BANNER */
.banner__content{
 vertical-align: top;
}

@media (min-width: 768px) {
.main .banner__content {
  height: 750px !important;
}
}

.banner__slide {

min-height: 100px;
}

.pricing thead th, .cancellation th { 
    text-align: center;
    font-weight: bold;
    background: rgb(214, 0, 0);
    color: #fff;
    font-size: 1em;
    padding: 0.5em;
}
.pricing tr:nth-child(2n),
.cancellation tr:nth-child(2n) {
  background-color: rgb(247, 247, 247);
}
.payment-cancellation tr, th, td {
  border: 1px solid rgb(247, 247, 247);
}
.pricing tbody td { text-align: center; padding: 10px; }
.cancellation td {  padding: 10px; }

.logo-banner{
 margin: 0 auto 20px;
 width: 160px;
 padding: 10px;
 background: #fff;
}
.banner__countdown-wrapper{
 color: #000;
}

/* MEDIA */
@media(min-width: 992px){
 .logo-banner{
 float: left;
 position: relative;
 left: 50%;
 transform: translateX(-50%);
 }
 .banner__countdown-wrapper{
 margin-top: 15px;
 text-align: right;
 float: right;
 }
}
.w30 img { max-width: 30%; }