section.main div.container div.title {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 32px;
  max-width: 1000px;
}
@media (max-width: 1280px) {
  section.main div.container div.title {
    grid-gap: 16px;
    margin-bottom: 20px;
  }
}
section.main div.container fieldset.search {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  section.main div.container fieldset.search {
    margin-bottom: 32px;
  }
}
section.main div.container fieldset.search input {
  height: var(--form-element-height);
  padding: var(--form-element-padding);
  background: rgba(221, 221, 228, 0.2);
  border-radius: 10px;
  width: 100%;
}
section.main div.container fieldset.search input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #16192c;
}
section.main div.container fieldset.search input::-moz-placeholder {
  opacity: 0.5;
  color: #16192c;
}
section.main div.container fieldset.search input:-ms-input-placeholder {
  opacity: 0.5;
  color: #16192c;
}
section.main div.container fieldset.search input::-ms-input-placeholder {
  opacity: 0.5;
  color: #16192c;
}
section.main div.container fieldset.search input::placeholder {
  opacity: 0.5;
  color: #16192c;
}
section.main div.container fieldset.search img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.main div.container div.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.main div.container div.dates {
    gap: 10px;
  }
}
section.main div.container div.dates span.tab_caption {
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  text-align: center;
  border: 1px solid #dddde4;
  border-radius: 10px;
  height: 72px;
  min-width: 120px;
}
@media (max-width: 1280px) {
  section.main div.container div.dates span.tab_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    height: 31px;
    min-width: 81px;
  }
}
section.main div.container div.dates span.tab_caption span:last-child {
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section.main div.container div.dates span.tab_caption span:last-child {
    text-transform: unset;
  }
}
section.main div.container div.dates span.tab_caption.opened {
  border: 2px solid #4b69dd;
}
@media (max-width: 1280px) {
  section.main div.container div.dates span.tab_caption.opened {
    background: #f2f5ff;
    color: #3068f7;
    border: unset;
  }
}
section.main div.container div.dates::-webkit-scrollbar {
  height: 5px;
}
section.main div.container div.dates::-webkit-scrollbar-track {
  border-radius: 15px;
  background: #f1f1f4;
}
section.main div.container div.dates::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #e4e4ea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.main div.container div.dates::-webkit-scrollbar-thumb:hover {
  background-color: #b1b1b8;
}
section.main div.container div.dates::-webkit-scrollbar:vertical {
  display: none;
}
section.main div.container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  display: none;
}
section.main div.container table thead {
  -moz-text-align-last: left;
       text-align-last: left;
  color: #acacac;
}
@media (max-width: 960px) {
  section.main div.container table thead {
    display: none;
  }
}
section.main div.container table thead th {
  padding-left: 30px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 960px) {
  section.main div.container table tbody {
    display: grid;
    grid-gap: 20px;
  }
}
section.main div.container table tbody tr td {
  padding: 30px;
  border-top: 1px solid rgba(48, 104, 247, 0.2);
  border-bottom: 1px solid rgba(48, 104, 247, 0.2);
}
@media (max-width: 960px) {
  section.main div.container table tbody tr td {
    border: unset !important;
    padding: unset;
  }
  section.main div.container table tbody tr td::before {
    display: block;
    content: attr(data-thead);
    color: #acacac;
    margin-bottom: 4px;
  }
}
section.main div.container table tbody tr td:first-child {
  border: 1px solid rgba(48, 104, 247, 0.2);
  border-right: unset;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section.main div.container table tbody tr td:last-child {
  border: 1px solid rgba(48, 104, 247, 0.2);
  border-left: unset;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 960px) {
  section.main div.container table tbody tr {
    display: grid;
    grid-gap: 15px;
    border: 1px solid rgba(48, 104, 247, 0.2);
    border-radius: 10px;
    padding: 15px;
  }
}
section.main div.container table.opened {
  display: table;
}
section.main div.container span.bus {
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  background: rgba(48, 104, 247, 0.1);
  color: #3068f7;
  white-space: nowrap;
}/*# sourceMappingURL=departures.css.map */