
@media (min-width: 0) {


    .tour__organizer {
        margin-top: 8px;
    }

    .tour__organizer-name {
        color: var(--tr-gray-70);
        font-size: 14px;
        line-height: 17px;
    }

    .tour__organizer-name span {
        margin-left: 8px;
        letter-spacing: var(--tr-ls-2);
        vertical-align: middle;
    }

    .tour__organizer-name img {
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 14px;
    }

    .tour__organizer-rate {
        align-self: center;
    }


    .tour__organizer-rate i {
        font-size: 14px;
        vertical-align: text-bottom;
        color: var(--tr-blue-100);
    }

    .tour__organizer-rate span {
        font-size: 14px;
        line-height: 17px;
        font-weight: var(--tr-fw-semi-bold);
        vertical-align: middle;
    }


    .tour__title {
        margin-top: 8px;

        line-height: 16px;
        letter-spacing: var(--tr-ls-2);
        font-weight: var(--tr-fw-bold);
    }


    .tour__body {
        color: rgb(var(--bs-secondary-rgb));
        margin-top: 8px;
        flex-grow: 1;
    }


    .tour__description {
        letter-spacing: var(--tr-ls-2);
        font-size: 14px;
        line-height: 17px;
    }


    .tour__country {
        margin-top: 8px;
        min-height: 17px;
    }

    .tour__country img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        width: 14px;
        height: 14px;
    }

    .tour__country span {
        letter-spacing: var(--tr-ls-2);
        font-size: 14px;
        line-height: 17px;
        vertical-align: bottom;
    }


    .tour__dates {
        display: flex;
        margin-top: 8px;
        line-height: 17px;
        font-size: 14px;
        letter-spacing: var(--tr-ls-2);
    }

    .tour__dates-badge {
        color: var(--tr-blue-80);
        text-align: right;
    }

    .tour__footer {
        margin-top: 16px;
        display: flex;
    }


    .tour__btn-price {
        flex-grow: 1;
        margin-right: 12px;
    }

    .tour__btn-price .btn {
        font-size: 14px;
          font-weight: var(--tr-fw-bold);

    }


    .tour__prev-price {
        margin-left: 12px;

        font-size: 12px;
        color: var(--tr-blue-90);

        text-decoration: line-through;
        font-weight: var(--tr-fw-regular);
    }

    .tour .btn {
        width: 100%;

        --bs-btn-padding-x: 6px;
        --bs-btn-padding-y: 8px;

        --bs-btn-border-radius: 45px;
        --bs-btn-line-height: 20px;
    }


    .tour .btn-ico {
       height: 40px;
       width: 40px;
       font-size: 24px;
    }


    .tour__btn-map {
        height: 40px;
        width: 40px;
        margin-right: 12px;
    }

    .tour__btn-favorite {
        height: 40px;
        width: 40px;
    }


    .tour__btn-map i {
        font-size: 24px;
    }

    .tour__btn-favorite i {
        font-size: 24px;
    }
}

@media (min-width: 768px) {

    .tour__organizer {
        margin-top: 12px;
    }

    .tour__organizer-name img {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .tour__organizer-name span {
        margin-left: 8px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: var(--tr-ls-5);
    }


    .tour__organizer-rate span {
        font-size: 14px;
        line-height: 17px;
        vertical-align: middle;
    }

    .tour__title {
        margin-top: 10px;

        font-size: 16px;
        line-height: 16px;
    }

    .tour__body {
        margin-top: 12px;
    }

    .tour__description {
        letter-spacing: var(--tr-ls-5);
        font-size: 16px;
        line-height: 20px;
    }

    .tour__organizer-rate i {
        font-size: 16px;
    }

    .tour__country {
        margin-top: 8px;
        min-height: 20px;
    }

    .tour__country img {
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }

    .tour__country span {
        letter-spacing: var(--tr-ls-5);
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
    }

    .tour__dates {
        line-height: 20px;
        font-size: 16px;
        letter-spacing: var(--tr-ls-5);
    }

    .tour__dates-badge {
        line-height: 20px;
        font-size: 16px;
    }


    .tour .btn {
        --bs-btn-padding-x: 6px;
        --bs-btn-padding-y: 11px;

        --bs-btn-border-radius: 45px;
        --bs-btn-line-height: 20px;
    }

    .tour .btn-ico {
        height: 44px;
        width: 44px;
        font-size: 24px;

        --bs-btn-padding-x: 7px;
        --bs-btn-padding-y: 7px;
    }

    .tour__footer {
        margin-top: 14px;
    }

    .tour__btn-price {
        margin-right: 4px;
    }

    .tour__btn-price .btn {
        font-size: 16px;
        line-height: 20px;
        font-weight: var(--tr-fw-bold);
    }

    .tour__prev-price {
        vertical-align: text-top;
    }


    .tour__btn-map {
        height: 44px;
        width: 44px;
        margin-right: 4px;
    }


    .tour__btn-map i {
        font-size: 24px;
        vertical-align: text-bottom;
    }

    .tour__btn-favorite {
        height: 44px;
        width: 44px;
    }

    .tour__btn-favorite i {
        font-size: 24px;
        vertical-align: text-bottom;
    }

}



@media (min-width: 1200px) {


    .tour__title {
        margin-top: 10px;
    }

    .tour__description {
        line-height: 19px;
    }

    .tour__country {
        margin-top: 10px;
    }

    .tour__country img {
        vertical-align: top;
        margin-right: 8px;
        width: 16px;
        height: 18px;
    }


    .tour__dates {
        margin-top: 10px;
        line-height: 19px;
    }


    .tour__dates-badge {
        line-height: 19px;
    }


    .tour__footer {
        margin-top: 14px;
    }

    .tour__prev-price {
        margin-left: 5px;

        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        color: #8CADEB;
        text-decoration: line-through;
        vertical-align: middle;
    }


    .tour .btn {
        width: 100%;

        /*
        --bs-btn-font-weight: 700;

        --bs-btn-padding-x: 6px;*/
        --bs-btn-padding-y: 10px;

        --bs-btn-border-radius: 45px;
        --bs-btn-line-height: 20px;

    }


    .tour .btn-ico {
        --bs-btn-padding-x: 7px;
        --bs-btn-padding-y: 7px;
    }
}



.tour {
    line-height: 19px;
    display: flex;
    flex-direction: column;
    height: 100%;
}



.tour__dates-text {
    flex-grow: 1;
}





.tour__image img:hover {
    transform: scale(1.02);
}


.tour .btn-light {
    --bs-btn-color: var(--tr-blue-100);
    --bs-btn-bg: var(--tr-blue-30);
    --bs-btn-border-color: var(--tr-blue-30);

}
