.left-menu .typetourCarousel_card-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    margin-right: 2rem;
    padding: 2rem 1rem;
}
@media (max-width: 920px) {
    .left-menu .typetourCarousel_card-wrapper {
        width: 100%;
        height: 330px;
    }

}
@media (min-width: 921px) {
	.left-menu .typetourCarousel_card-wrapper {
		position: relative !important;
		width: 100% !important;
		height: unset !important;
		margin-bottom: 10px !important;
		padding: 0.5rem 1.5rem !important;
		margin-right: 2rem !important;
	}
	.left-menu .typetourCarousel_card-link {
    	padding: 0 !important;
		text-decoration: none !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		position: initial !important;
	}
	.left-menu .typetourCarousel_card-title {
		font-size: unset !important;
		font-weight: 700 !important;
		text-align: center !important;
		color: #fff !important;
		text-transform: unset !important;
		padding: 0 !important;
		z-index: 1 !important;
		position: initial !important;
		margin: 0 !important;
	}
	.left-menu .typetourCarousel_card-image {
		z-index: 0 !important;
		border-radius: 1rem !important;
		overflow: hidden !important;
		transform: scale(.97) !important;
	}
	.left-menu .typetourCarousel_card-image .typetourCarousel_card_description {
		font-size: 18px !important;
	}
	.typetourCarousel_card-image .typetourCarousel_card_description {
		position: absolute !important;
		left: unset !important;
		right: 10px !important;
		top: 10px !important;
		padding: unset !important;
		text-align: center !important;
		color: #fff !important;
	}
	.left-menu .owl-drag .owl-stage {transform: none !important;
    transition: none !important;
    width: 100% !important;}
	.left-menu .owl-drag .owl-item  {    width: 100% !important;
    margin-right: 0 !important;}
	.left-menu .owl-item.cloned, .left-menu  .owl-nav {display:none !important;}
}
@media (max-width: 767.98px) {
    .left-menu .typetourCarousel_card-wrapper {
        width: 100% !important;
        height: 165px !important;
        margin-right: 1rem !important;
    }
}
.left-menu .typetourCarousel_card-image .typetourCarousel_card_description {
font-size: 48px;
    color: #fff;
}
.menu-other-block .btn-outline-secondary {
    color: #666;
    border-color: #ddd;
}

.menu-other-block .btn-outline-secondary:hover {
    background-color: #f8f9fa;
}

#mobile-extra-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#mobile-extra-menu li a:hover {
    background-color: #f8f9fa;
}