.timetible-section{
  padding: 60px var(--padding-page);
}
.breadcrubms {
  display: flex;
}
.breadcrubms a{
  display: flex;
  align-items:center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #c60e14;
}
.breadcrubms a::after{
  content:"/";
  display: block;
  margin: 0 2px;
}
.breadcrubms a:last-child{
  pointer-events: none;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #d4cdbb;
}
.breadcrubms a:last-child::after{
  display: none;
}
.timetible-wrapper {
  margin-top: 32px;
}
.timetible-title__row {
  display: flex;
  gap: 20px;
  align-items:flex-end;
  justify-content: space-between;
}
.timetible-title {
  font-weight: 700;
  font-size: 82px;
  line-height: 94%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #c60e14;
}
.timetible-filter {
  display: flex;
  align-items:flex-start;
  gap: 4px;
}
.schedule-table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse; 
}
.schedule-table thead tr{
  border-top: 6px solid #c60e14;
  border-bottom: 2px solid #c60e14;
}

.schedule-table tbody tr{
  border-bottom: 2px solid #c60e14;
}
.schedule-table th{
  padding: 32px 0;
  padding-left: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
}
.schedule-table td{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
   font-family: Montserrat;
}
.schedule-table td[rowspan]:nth-child(1) {
   font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #c60e14;
  
}
.schedule-table td[rowspan="1"]:nth-child(1){
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
}
.schedule-table td[rowspan="2"]:nth-child(1){
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
}
.schedule-table td[rowspan="3"]:nth-child(1){
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333;
}
.schedule-table tr:first-child td:first-child{
 
}
.schedule-table tr td:nth-child(1){
  border-top: 1px solid #c60e14;
}
.schedule-table tr td:nth-child(2){
  border-top: 1px solid #c60e14;
}
.schedule-table tr td:nth-child(3){
  border-top: 1px solid #c60e14;
}
.filter-date__wrap {
  position: relative;
    background: #c60e14;
}
.filter-date__wrap.open{
  background: #0099a5;
}
.filter-date__wrap.open .filter-icon svg:nth-child(1){
 display: none;
}
.filter-date__wrap.open .filter-icon svg:nth-child(2){
 display: block;
}
.filter-date__wrap.open .filter-date__hidden{
  display: block;
}

.filter-date {
  cursor: pointer;
  display: flex;
  align-items:center;
  justify-content:space-between;
  align-items:center;
  padding: 22px;
  width: 232px;
  height: 68px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}
.filter-icon svg:nth-child(2){
  display: none;
}
.filter-date__hidden {
  display: none;
  position: absolute;
  top: 78px;
  left: 0;
  padding: 22px;
  width: 305px;
  height: 434px;
  background: #e8e3d7;
}
.checkbox-wrap {
  margin-bottom: 20px;
}
.checkbox-title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #333;
}
.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 4px;
}
.checkbox-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 44px;
}

.checkbox-col input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-col input:checked + label{
   background: #c60e14;
}
.checkbox-col label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0099a5;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #fff;
}

.filter-place{
  width: 365px;
  height: 68px;
}
.filter-place select{
  padding: 22px;
  width: 100%;
  height: 100%;
  background: #c60e14;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  border:none;
}
 .filter-place select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      padding: 22px;
      position: relative;
      display: flex;
      align-items:center;
      width: 365px;
      height: 68px;
      background: #c60e14;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #fff;
    }
   .filter-type .custom-select-trigger{
    width: 232px;
   }
    .custom-select-trigger.triger{
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      color: #fff;
      text-transform: unset;
      background: #0099a5;
    }
    .custom-select-trigger.triger:after{
       transform: translateY(-50%);
       background:url(../img/content/select-close.png) no-repeat;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 17px; 
        height: 17px;
        top: 50%; 
        right: 22px;
        transform: translateY(-50%);
        /* margin-top: -3px; */
        background:url(../img/content/select-arrow.png) no-repeat;
      }
      .custom-select.opened .custom-select-trigger:after {
        transform: translateY(-50%);
         background:url(../img/content/select-close.png) no-repeat;
      }
  .custom-options {
    padding: 16px 4px 16px 16px;
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    max-height: 448px;
    margin: 10px 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: #e8e3d7;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c60e14 transparent;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-option {
      display: block;
      font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #333;
    border-bottom: 2px solid #d4cdbb;
    padding: 18px 12px 18px 6px;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
  .filter-btn{
    display: none;
  }
  .filter-reset{
    display: none;
  }
  .filter-show{
    display: none;
  }
.schedule-mob {
  display: none;
  margin-top: 32px;
}
.schedule-item {
  margin-bottom: 16px;
}
.schedule-item__date {
  display: flex;
  align-items:center;
  padding: 10px;
  width: 100%;
  height: 51px;
  background: #c60e14;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #f1efe9;
}
.schedule-item__place {
  padding: 20px 10px;
}
.schedule-item__place span{
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #bdb49c;
}
.schedule-item__place p{
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.schedule-item__col {
  margin-bottom: 4px;
  padding: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items:center;
  justify-content: space-between;
  background: #e8e3d7;
  font-family: "Montserrat", sans-serif;
}
.schedule-item__col:last-child{
  margin-bottom: 0;
}
.schedule-item__col span{
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #c60e14;
}
.schedule-item__col p{
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #333;
}
.schedule-item__time {
  display: flex;
  align-items:center;
  justify-content: center;
  background: #0099a5;
  width: 95px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #fff;
}
@media(max-width:1600px){
  .timetible-title{
    font-size: 60px;
  }
  .filter-place{
    width: 220px;
  }
  .custom-select-trigger{
    width: 220px;
    font-size: 14px;
  }
  .filter-date{
    width: 180px;
    font-size: 14px;
  }
  .filter-type .custom-select-trigger{
    width: 180px;
    font-size: 14px;
  }
  .schedule-table th{
    font-size: 16px;
    padding: 20px 0;
  }
  .schedule-table td{
    font-size: 16px;
  }
  .schedule-table td[rowspan]:nth-child(1){
    font-size: 16px !important;
  }
  .schedule-table td[rowspan="3"]:nth-child(1){
    font-size: 16px;
  }
  .custom-option{
    font-size: 14px;
  }
}
@media(max-width:1280px){
.timetible-title__row{
  flex-wrap: wrap;
}
}
@media(max-width:992px){
  .schedule-table th{
    font-size: 14px;
  }
  .schedule-table td{
    font-size: 14px;
  }
  .schedule-table td[rowspan]:nth-child(1){
    font-size: 14px !important;
  }
  .schedule-table td[rowspan="3"]:nth-child(1){
    font-size: 14px;
  }
  .filter-date{
    height: 54px;
  }
  .filter-date__hidden{
    top: 64px;
  }
  .custom-select-trigger{
    height: 54px;
  }
  .filter-type .custom-select-trigger{
    height: 54px;
  }
}
@media(max-width:736px){
  .schedule-table{
    display: none;
  }
  .timetible-section{
    padding-left: 0;
    padding-right: 0;
  }
  .timetible-title{
    font-size: 40px;
    line-height: 94%;
  }
  .breadcrubms a{
    font-size: 10px;
  line-height: 100%;
  }
  .timetible-wrapper{
    margin-top: 20px;
  }
  .timetible-filter{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1111;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    background:#e8e3d8;
  }
  .filter-date__wrap{
    width: 100%;
  }
  .filter-date{
    width: 100%;
    height: auto;
  }
  .custom-select-trigger,.filter-place, .custom-select-wrapper,.filter-type .custom-select-trigger,.filter-type{
    width: 100%;
  }
  .custom-select{
    width: 100%;
  }
  .filter-place{
    height:auto;
    border-bottom: 3px solid #d4cdbb;
  }
  .filter-type{
    border-bottom: 3px solid #d4cdbb;
  }
  .filter-date__wrap.open .filter-date__hidden{
    position: static;
    width: 100%;
  }
  .filter-date__hidden{
    position: static;
    width: 100%;
    height: auto;
  }
  .custom-options{
    position: static;
    display: none;
  }
  .custom-options{
    padding-top: 0;
    margin-top: 0;
    opacity: 1;
     visibility: visible !important;
     transform: unset !important;
     max-height: unset;
     transition: unset;
  }
  .custom-select.opened .custom-options{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all;
    transform: unset !important
  }
  .filter-date__wrap{
    background: #e8e3d8;
    font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #333;
  }
  .filter-date{
    font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #333;
      border-bottom: 3px solid #d4cdbb;
  }
  .filter-date.open .filter-icon{
    transform: scale(-1);
    transition: all ease .3s;
  }
  .filter-icon{
     width: 16px ;
    height: 10px;
    background: url(../img/content/select-arrow-black.png) no-repeat;
    transition: all ease .3s;
  }
  .filter-icon svg {
    display: none;
  }
  .custom-select-trigger{
    background: #e8e3d8;
    font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #333;
  }
  .custom-select-trigger.triger{
    background: #e8e3d8;
    font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      color: #333;
  }
  .custom-select-trigger::after{
    width: 16px ;
    height: 10px;
    background: url(../img/content/select-arrow-black.png) no-repeat !important;
  }
  .custom-select.opened .custom-select-trigger::after{
     background: url(../img/content/select-arrow-black.png) no-repeat !important;
     transform: translateY(-50%) scale(-1);
     transition: all ease .3s;
  }
  .custom-options{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    max-height: 448px;
    pointer-events: all;
  }
  .custom-select.opened .custom-select-trigger{
    border-bottom: 3px solid #d4cdbb;
  }
  .custom-option{
    cursor: pointer;
  }
  .custom-option.selection{
    color: #c60e14;
  }
  .checkbox-title{
    font-size: 16px;
    line-height: 100%;
  }
  .checkbox-col label{
    font-size: 14px;
  }
  .filter-btn{
    width: calc(100% - 24px);
    height: 48px;
    display: flex;
    align-items:center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom:16px;
    transform: translateX(-50%);
    box-shadow: 0 0 0 0 #c71117;
    background: #0099a5;
    border-radius:42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #f1efe9;
  }
  .filter-reset{
    padding: 22px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    height: auto;
    border-bottom: 3px solid #d4cdbb;
  }
  .filter-reset__btn{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #c60e14;
  }
  .filter-show{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    padding: 22px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    background: #e8e3d7;
  }
  .schedule-mob{
    display: block;
  }
}