.tsoperator-offers__offer_unvisible {
	display: none;
}
.list-style-none {
	list-style: none;
}
.text-muted-right {
	line-height: 1.2;
	font-size: 80%;
	color: #6c757d;
	text-align: left;
}

.scheme-max-height {
	max-height: 200px;
}
.rework .scheme-max-height {
    padding-top:2rem;
    max-height: 500px !important;
    height: 500px;
    overflow: hidden;
    scale:1.15;
}
.max-width-21rem{
    max-width: 21rem;
}
.mobile-show {
	display: none;
}

.booking-btn-block button {
	font-size: 16px;
	height: 50px;
}
:root {
	--c-offers-packagetour-background-color-secondary: rgba(255, 217, 59, 1);
	--c-offers-packagetour-color-secondary: #000;
	--c-offers-packagetour-background-color-secondary-hover: #fff;
	--c-offers-packagetour-color-secondary-hover: #000;
	--c-offers-packagetour-border-radius: 1.25rem;
	--c-offers-packagetour-padding: 1.5rem;
	--c-offers-packagetour-background-color: rgba(241, 240, 237, 1);
}
.ts_offer-card .seat-plan {
	color: #fff !important;
	width: 2.5rem !important;
	height: 2rem !important;
	text-align: center;
	line-height: 2rem;
}
.ts_offer-card .seat-plan.active-plan {
	background: #e7e7e7 !important;
}
.ts_offer-card .side-info {
	text-align: left;
	background-color: var(--c-offers-packagetour-background-color);
	border-radius: var(
		--c-offers-packagetour-border-radius,
		var(--header-border-radius)
	);
	padding: var(--c-offers-packagetour-padding);
}
.ts_offer-card .side-info .side-info-text {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
.ts_offer-card .info-price {
	font-size: 1.75rem;
	font-weight: 600;
	color: #000;
}
.ts_offer-card .side-info-night {
	font-size: 1.25rem;
	font-weight: 400;
	color: #000;
}.ts_offer-card .side-info-seat-text{
    font-size:0.8rem
} 
.ts_offer-card .side-info-desc{
    font-size:0.8rem
} 
.btn.btn-secondary.btn-secondary-orange {
	background-color: var(--c-offers-packagetour-background-color-secondary);
	color: var(--c-offers-packagetour-color-secondary);

	border: 1px solid var(--c-offers-packagetour-background-color-secondary);
}
.btn.btn-secondary.fixed-width-20 {
    width:10rem;
}
.btn.btn-secondary.btn-secondary-orange:hover {
	background-color: var(
		--c-offers-packagetour-background-color-secondary-hover
	);
	color: var(--c-offers-packagetour-color-secondary-hover);
	border: 1px solid var(--c-offers-packagetour-background-color-secondary);
}
.rework-main-tour-item .offers-list {
	padding: 1.25rem;
    gap: 1rem;
}
.rework-main-tour-item .ts_offer-card.card {
	border-radius: 20px!important;
}

.rework-ts-offer-card{
    display:grid;
    grid-template-columns: 1fr 2fr;
    width:100%;
}
.rework-ts-offer-schema{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rework-ts-offer-info{
    width:100%;
}
.main-price-block{
    align-items: flex-end;
    flex:1 0 50%
}
.main-price-block .price-justify{
    width:100%;
    justify-content: end;
}
.offers-list .hotel-logo,
.offers-list .bed-logo,
.offers-list .dish-logo{
    margin-top:0;width: 1.5rem;
}
.offers-list .header-hotel-link{
    font-size:1.05rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;  
    max-width: 21rem;
}
.rework-ts-offer-info.side-info .local-header{
    font-size:1.25rem;
    font-weight: 500;
}
@media (max-width: 768px) {
	.booking-btn-block {
		text-align: center;
	}

	.booking-btn-block button {
		display: inline-block;
	}

	.scheme-max-height {
		max-height: unset;
	}

	.mobile-show {
		display: block;
	}
    .offers-list{
        gap: 1rem;
    }
    .rework-ts-offer-card{
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .main-price-block{
        width:100%;
    }
    .main-price-block .price-justify{
        width:100%;
        justify-content: space-between;
    }
}
