.tour {
    margin-top: 70px;
}
.tour .tour__hero {
    position: relative;
    height: 313px;
}
.tour .tour__hero .hero__box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px;
}
.tour .tour__hero .hero__box .hero__title {
    color: #FFFFFF !important;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}
.tour .tour__hero .hero__box .hero__item {
    display: flex;
    justify-content: space-between;
}
.tour .tour__hero .hero__box .hero__item-nights {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
.tour .tour__box {
    padding: 0px 30px;
    margin-top: 35px;
}
.tour .tour__box .box .box__tabs .tabs__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 23px;
}
.tour .tour__box .box .box__tabs .tabs__buttons .tabs__button {
    font-size: 19px;
    font-weight: 400;
    margin-right: 15px;
    cursor: pointer;
    background: transparent;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #3f7695;
    color: #3f7695;
    transition: all 0.5s ease-out;
}
.tour .tour__box .box .box__tabs .tabs__buttons .tabs__button:hover {
    background: #3f7695;
    color: #fff;
}
.tour .tour__box .box .box__tabs .tabs__buttons .tabs__button:last-child {
    margin-right: 0;
}
.tour .tour__box .box .box__tabs .tabs__buttons .tabs__button_active {
    background: #3f7695;
    color: #fff;
}
.tour .tour__box .box .box__tabs .tabs__contents {
    margin-bottom: 100px;
}
.tour .tour__box .box .box__tabs .tabs__contents .tabs__content {
    display: none;
    background: #fff;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__description {
    color: #5C5C5C;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__gallery {
    margin-top: 35px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__gallery .gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.tour .tour__box .box .box__tabs .tabs__contents .tabs__content_active {
    display: block;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info {
    margin-top: 30px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item {
    margin-top: 10px;
    margin-bottom: 40px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item .item__title {
    color: #C25959;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #C25959;
    margin-bottom: 20px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item .item__description {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item .item__list {
    list-style: disc;
    padding-left: 5px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item .item__list li {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
    padding-left: 15px;
    line-height: 28px;
}
.tour .tour__box .box .box__tabs .tabs__contents .content__tour .tour__info .info__item .item__list li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #898989;
}
.tour .white-text {
    color: #fff !important;
}
.tour .tour__box .box .tour-desc-pdf__btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 3px;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-out;
}
.tour .tour__box .box .tour-desc-pdf__btn:hover {
    text-decoration: underline;
}
