.p-hero__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 28px !important;
}

.p-hero__textWrapper {
    top: 160px !important;
    right: 126px !important;
}

.p-hero__coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px !important;
}
.p-hero__coupon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 12px !important;
    border: 1px solid #bcb6b3;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #3b1800 !important;
    font-size: 14px;
    line-height: 1;
}
.p-hero__coupon-link::after {
    font-size: 18px;
}
.p-hero__coupon-link:hover {
    text-decoration: none !important;
}

.p-panel {
    gap: 12px;
}

.p-panel__visible {
    position: initial;
    z-index: initial;
    margin: 0 !important;
}

.p-panel-oneway,
.p-panel-car {
    position: relative;
    z-index: 1;
}

.p-heading-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px !important;
    padding: 4px 8px !important;
    border-radius: 4px;
    background: #fde3d4;
    font-size: 14px !important;
}

.c-carousel {
    position: relative;
    width: 740px;
    height: 126px;
    overflow: hidden;
}
.c-carousel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.c-carousel__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #918b8a;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.c-carousel__button--left::before, .c-carousel__button--right::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: jalan-iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #fff;
    font-size: 18px;
}
.c-carousel__button--left {
    left: 0;
}
.c-carousel__button--left::before {
    content: '\F05C';
}
.c-carousel__button--right {
    right: 0;
}
.c-carousel__button--right::before {
    content: '\F05D';
}