

/* Start:/local/templates/travelsoft/components/bitrix/menu/left.menu/style.css?1772184392126*/
/* Left menu*/

a:hover{
	color: var(--bs-primary)!important;
}

a.selected{
	background: var(--bs-primary);
	color: #fff;
}


/* End */


/* Start:/local/components/travelsoft/favorites.add/templates/.default/style.css?1742828095418*/
.bg-star {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-star_filled {
    height: 30px;
    background: url(/local/components/travelsoft/favorites.add/templates/.default/img/star-filled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 35px;
    padding-top: 5px;
}
/* End */


/* Start:/local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?17266450551017*/
.modern-page-navigation {
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-top: 20px;
}

.modern-page-link,
.modern-page-first,
.modern-page-dots,
.modern-page-next,
.modern-page-previous,
.modern-page-current,
.modern-page-first {
	border-radius: 100px;
	display: flex;
	width: 40px;
	height: 40px;
	padding: 13px 18px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--DEFAULT);
	transition: box-shadow 0.15s ease, background-color 0.15s ease;
	border: 1px solid #212529;
}


.modern-page-current {
    background-color: #212529;
    color: #ffffff;
    border: 1px solid #000;
}

@media (min-width: 1200px) {
	.modern-page-navigation {
		gap: 5px;
		padding: 4px 0;
	}
	.modern-page-dots:hover {
		color: var(--BLACK)
	}

	a.modern-page-previous:hover,
	a.modern-page-next:hover {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}

	.modern-page-link:hover,
	.modern-page-first:hover {
		background-color: var(--SECONDARY);
		color: var(--BLACK)
	}
}
/* End */


/* Start:/local/templates/travelsoft/components/travelsoft/news.list.improved/tours.table-azbuka/style.css?1787826598391*/
@media (max-width:900px){
	thead{
		display:none;
	}
	tr{
		display:flex;
		flex-direction:column;
	}
	tr:first-child{
		border:none!important;
	}
	.dates, .days, .price{
		order:1;
	}
}
tbody tr {
    background-color: #fff;
}
tbody tr:nth-child(even) {
    background-color: #f0f7fd;
}

th:first-child{
	border-top-left-radius: 0.9rem;
}

th:last-child{
	border-top-right-radius: 0.9rem;
}
/* End */
/* /local/templates/travelsoft/components/bitrix/menu/left.menu/style.css?1772184392126 */
/* /local/components/travelsoft/favorites.add/templates/.default/style.css?1742828095418 */
/* /local/templates/travelsoft/components/bitrix/system.pagenavigation/modern/style.css?17266450551017 */
/* /local/templates/travelsoft/components/travelsoft/news.list.improved/tours.table-azbuka/style.css?1787826598391 */
