

/* Start:/local/templates/main/components/bitrix/news.list/schedule_compact/css/dop.css?16382790343823*/
/**** допиливание  *****/
/* уменьшение шрифта в списках терминалов */
.bootstrap-select .select-default__btn .filter-option {
    font-size:0.9em;
}

a.disabled, button.disabled {
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
    color: #888;/* цвет текста серый */
}

.nav-tabs.nav-tabs_default li a {
    padding: 0px 8px;
    font-size: 0.9em;
}

.blokirovka {
    pointer-events: none;
}

.way-toggle-block__body {
  display: none;
  padding-top: 8px;
}

.rc_schedule_compact_loader.loader {
    display: block;
}
.rc_schedule_compact_loader.loader img {
    display: block;
    margin: 0 auto;
}

.delete_way.no-delete {
    display: none;
}

.clon_hide {
    display: none;
}

.clon_hide.clon_temp_show {
    display: block;
}
.clon_temp_show {
    display: none;
}

.way-right-text.clon_note {
    margin-top:20px;
}

/*** популярные направления ***/
/* ограничитель плашек популярных направлений */
.populate-click-block {
    pointer-events: none;
}

.populate-click-block a.populates-list__item {
    background: #E6E6E6;
    /*color: #888;*/
}

.populate-all-block {
    pointer-events: none;
}

/* ограничитель левого блока склонированного маршрута */
.left-clon-block {
    pointer-events: none;
}

/* ограничитель числа маршрутов на странице */
.limit-ways-hide {
    pointer-events: none;
}

.populates-list {
    margin-top: 60px;
}
.populates-list__title {
    margin-bottom: 0;
}
.populates-list__inner {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.populates-list__item-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-top: 20px;
    cursor: pointer;
}
.populates-list__item {
    display: block;
    width: 100%;
    min-height: 160px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.06), 0 14px 31px 0 rgba(0,0,0,0.07);
    border-radius: 2px;
    padding: 30px 20px 20px;
}
.populates-list__item:hover .populates-list__name {
    border-color: transparent;
    cursor: pointer;
}
.populates-list__icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    margin-bottom: 20px;
}
.populates-list__name-wrapper {}
.populates-list__name {
    display: inline;
    font-weight: 600;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 1.71;
    border-bottom: 1px solid rgba(43,43,43,0.2);
    transition: border-color 0.3s ease;
}
.populates-list__text {
    font-weight: 500;
    font-size: 13px;
    color: rgba(43,43,43,0.6);
    line-height: 1.69;
    margin-top: 20px;
}
@media screen and (max-width: 1199px) {
    .populates-list__item-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width: 991px) {
    .populates-list__item-wrapper {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
@media screen and (max-width: 767px) {
    .populates-list__item {
        min-height: 100px;
    }
    .nav-tabs.nav-tabs_default li a {
        padding: 0;
        letter-spacing: -0.02em
    }
}
@media screen and (max-width: 575px) {
    .populates-list__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 399px) {
    .populates-list__item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .populates-list__item {
        min-height: 0;
        padding: 20px;
    }
}

/*** популярные направления (окончание)) ***/
#populates-html {
    margin-top:40px;
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/schedule_compact/css/week-block.css?15985290354673*/
.week-block {
  display: flex;
}
.week-block__wrapper {
  margin-top: 20px;
}
.week-block__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(43, 43, 43, 0.5);
  margin: 0 0 8px;
}
.week-block__item {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.week-block__item-head {
  position: relative;
  padding-bottom: 18px;
}
.week-block__item-head:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 8px;
  height: 2px;
  border-radius: 10px;
  background: #95C518;
}
.week-block__item-name, .week-block__item-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(43, 43, 43, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
.week-block__item-date {
  display: none;
}
.week-block__item-time {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  color: #2B2B2B;
}
.week-block__item-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.week-block__item-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  color: rgba(43, 43, 43, 0.5);
}
.week-block__item_red .week-block__item-head:after {
  background: #E83333;
}
.week-block__item_active {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.07), 0px 0px 2px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  z-index: 3;
  background: #fff;
}
.week-block__item_icon_truck:after {
    content: "\e90a";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04), 0px 2px 16px rgba(0, 0, 0, 0.06);
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-family: "baikal-icons";
    color: #95C518;
}
.week-block__item_schedule.week-block__item_active .week-block__item-name {
  display: none;
}
.week-block__item_schedule.week-block__item_active .week-block__item-date {
  display: block;
}

.week-block__note {
    margin-top: 36px;
}
.week-block__note-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.week-block__note-item {
    padding: 0 12px 0 34px;
    flex: 0 0 auto;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    color: rgba(43,43,43,0.75);
    margin-bottom: 16px;
    position: relative;
}
.week-block__note-item_true:before,
.week-block__note-item_false:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 5px;
    width: 14px;
    height: 2px;
    border-radius: 10px;
}
.week-block__note-item_true:before {
    background: #95C518;
}
.week-block__note-item_false:before {
    background: #DA4A54;
}
.week-block__note-item_truck:before {
    content: "\e90a";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -2px;
    left: 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: "baikal-icons";
    color: #95C518;
}
.week-block__note-item_full {
    flex: 0 0 100%;
}

.week-block_no_bg .week-block__item:not(.week-block__item_active) {
    background: none;
}

.week-block_detail {
    display: flex;
    margin: 16px -1px 0;
}
.week-block_detail .week-block__item {
    border: 1px solid rgba(43, 43, 43, 0.04);
    border-radius: 2px;
    margin: 0 1px;
    padding: 8px 8px 16px;
    max-width: 60px;
}
.week-block_detail .week-block__item-date {
    display: block;
    font-size: 9px;
    line-height: 1.3;
    color: rgba(43, 43, 43, 0.7);
    text-transform: none;
}
.week-block_detail .week-block__item-name {
    font-size: 11px;
    line-height: 1.3;
}
.week-block_detail .week-block__item-time {
    font-size: 11px;
}
.week-block_detail .week-block__item_active {
    box-shadow: 4px 2px 6px rgba(125, 125, 125, 0.3), inset -2px -2px 6px rgba(132, 132, 132, 0.1);
    border-radius: 4px;
    border-color: #fff;
}




@media screen and (max-width: 991px) {
    .week-block__group {
        display: flex;
        justify-content: space-between;
    }
    .week-block_detail {
        flex: 1 1 100%;
        margin-right: 32px;
    }
    .week-block_detail .week-block__item {
        min-width: 60px;
    }
}
@media screen and (max-width: 767px) {
    .week-block_detail {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .week-block_detail .week-block__item {
        min-width: 0;
    }
}
@media screen and (max-width: 479px) {
  .week-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .week-block__item {
    padding: 10px 4px;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/schedule_compact/css/dop.css?16382790343823 */
/* /local/templates/main/components/bitrix/news.list/schedule_compact/css/week-block.css?15985290354673 */
