#block-tourSchedule-anchor {
    margin-bottom: 15px
}
#block-tourSchedule-anchor .nav {
    --bs-gutter-x: 11px !important;
    --bs-gutter-y: 7px !important;
    border: 0
}
#block-tourSchedule-anchor .nav-link {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1;
    font-weight: 400;
    padding: 5px;
    border-radius: 1rem;
    text-decoration: none;
    color: #000 !important;
    background-color: #fff !important;
    white-space: nowrap;
    border: 1px solid #ffb444;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
#block-tourSchedule-anchor .nav-link:hover {
    background-color: #ffb444 !important;
    border: 1px solid #ffb444;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
	color: #fff !important;
}
#block-tourSchedule {
    padding: 0 0 65px;
    position: relative
}
#block-tourSchedule:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 90%) 45%, #fff 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 90%) 45%, #fff 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 90%) 45%, #fff 100%)
}
#block-tourSchedule .block-tourSchedule-center {
    position: relative;
    z-index: 3
}
#block-tourSchedule .block-tourSchedule-month {
    padding-top: 33px;
}
#block-tourSchedule .block-tourSchedule-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    text-align: center;
	text-transform: uppercase;
}
#block-tourSchedule .block-tourSchedule-header {
    padding-left: 5px;
    border-bottom: 2px solid #ffb444;
}
#block-tourSchedule .block-tourSchedule-header-row, #block-tourSchedule .block-tourSchedule-body-element-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0
}
#block-tourSchedule .block-tourSchedule-header-col, #block-tourSchedule .block-tourSchedule-body-element-col {
	display: flex;
	align-items: center;
    justify-content: center;
	min-width: 95px;
    padding: 5px 15px;
}
#block-tourSchedule .block-tourSchedule-header-col.tour, #block-tourSchedule .block-tourSchedule-body-element-col.tour {
    flex: 3 0 0%
}
#block-tourSchedule .block-tourSchedule-header-col.price, #block-tourSchedule .block-tourSchedule-body-element-col.price {
    width: 250px
}
#block-tourSchedule .block-tourSchedule-header-col.reservation, #block-tourSchedule .block-tourSchedule-body-element-col.reservation {
    width: 175px;
    min-width: 175px;
}
#block-tourSchedule .block-tourSchedule-header-name {
    padding: 10.5px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600
}
#block-tourSchedule .block-tourSchedule-body-element {
    background-color: #fff;
    margin-top: 7px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px dashed #ffb444;
}
#block-tourSchedule .block-tourSchedule-body-element-value {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-left: 5px;
}
#block-tourSchedule .block-tourSchedule-body-element-value.link {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0b296b;
    text-align: center;
}
#block-tourSchedule .block-tourSchedule-message {
    margin: 30px 0 0;
    padding: 25px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px dashed #ffb444;
    color: red;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center
}
#block-tourSchedule .block-tourSchedule-departures {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px dashed #ffb444;
}
.block-tourSchedule-body-element-value.price__value span {
    font-weight: 600 !important;
    color: #ffb444;
}
.block-tourSchedule-body-element-value.price__value span small {
	font-weight: 400;
}
.status {
    padding: 5px 10px;
    width: auto;
    margin-bottom: 5px;
    white-space: nowrap;
}
.departure {
    min-width: 170px !important;
    justify-content: center;
}
.few {
    background:var(--secondary); 
    color: #fff;
}
.many {
    background: lightblue;
}
.no {
    background:red; 
    line-height: unset !important;
    margin-bottom: 0;
    color: #fff;
}
.dials {
    background: var(--tertiary);
    color: #fff;
}
.few, .many, .dials, .no{
    border-radius: 1rem;
}
@media (max-width: 997px) {
    #block-tourSchedule .block-tourSchedule-body-element-col {
	    flex: 0 0 auto;
        width: 100% !important;
    }
	.block-tourSchedule-header {
        display:none
    }
    #block-tourSchedule .block-tourSchedule-body-element-value.link, #block-tourSchedule .block-tourSchedule-body-element-col.tour, #block-tourSchedule .block-tourSchedule-body-element-col.reservation{
        display: none;
    }
    #block-tourSchedule .block-tourSchedule-header-col, #block-tourSchedule .block-tourSchedule-body-element-col{
        justify-content: space-between;
    }
}
@media (max-width: 900px){
    .block-tourSchedule-body-element-header-title{
        font-size: 22px;
        color: #0b296b;
        font-weight: 600;
    }
}
.date{
    color: #ffb444;
    font-weight: 600;
}
.quota{
    font-weight: 600;
}