@charset "UTF-8";
.filters_opened {
  background: #AA1A70 !important;
}

.filters_applied {
  background: #AA1A70 !important;
}

#route_filter {
  top: 80px;
  display: none;
  position: absolute;
  margin: 0 15px;
  width: 67%;
  max-height: fit-content;
  border-radius: 10px;
  border: 1px solid var(--30, #C5C9E1);
  background: #FFF;
  z-index: 99;
  right: 0;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
#route_filter .filter_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
#route_filter .filters_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}
#route_filter .filters_container .collapse_filters {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 55px;
}
#route_filter .filter_item {
  width: 100%;
  height: 100%;
}
#route_filter .range_slider_box {
  margin-top: 40px;
}
#route_filter .range_slider_box .pipe_end_value {
  margin-top: 6px;
  color: #3C4B9B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}
#route_filter .required_input {
  border: 1px solid #AA1A70 !important;
}
#route_filter .required_input:focus {
  border: 1px solid #C5C9E1 !important;
}
#route_filter .filter_title {
  color: #AA1A70;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}
#route_filter .filter_section .filter_input {
  padding: 11px 12px;
  border-radius: 4px;
  border: 1px solid #C5C9E1;
  background: #FFF;
  width: 100%;
  outline: none;
}
#route_filter .filter_section .filter_checkbox_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_text {
  color: #3C4B9B;
  line-height: 1em;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper label > .custom_checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper label > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 16px;
  height: 16px;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper label > span::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #3C4B9B;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper label > input:checked + span::before {
  background-image: url("/upload/image/icons/checkbox.svg");
}
#route_filter .filter_section .filter_checkbox_container .filter_checkbox .checkbox_wrapper label > input:not(:disabled):not(:checked) + span:hover::before {
  background-color: rgba(0, 38, 255, 0.1725490196);
}
#route_filter .filter_section .radio_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 25px;
}
#route_filter .filter_section .radio_container .radio_box {
  /* стили при наведении курсора на радио */
  /* стили для активной радиокнопки (при нажатии на неё) */
  /* стили для радиокнопки, находящейся в состоянии checked */
}
#route_filter .filter_section .radio_container .radio_box > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#route_filter .filter_section .radio_container .radio_box > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #3C4B9B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#route_filter .filter_section .radio_container .radio_box > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #8A93C3;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
}
#route_filter .filter_section .radio_container .radio_box > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
}
#route_filter .filter_section .radio_container .radio_box > input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
#route_filter .filter_section .radio_container .radio_box > input:checked + span::before {
  background-image: url("/upload/image/icons/radioChecked.svg");
}
#route_filter .filter_section .filter_search_block {
  position: relative;
}
#route_filter .filter_section .filter_search_block #region_list {
  z-index: 9;
  display: none;
  width: 100%;
  position: absolute;
  top: 2.7rem;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 4px;
  border: 1px solid #C5C9E1;
  background: #FFF;
  max-height: 200px;
  overflow-y: scroll;
}
#route_filter .filter_section .filter_search_block #region_list .region_value {
  padding: 6px 12px;
  width: 100%;
  color: #6C6C6C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s ease;
}
#route_filter .filter_section .filter_search_block #region_list .region_value::first-letter {
  text-transform: uppercase;
}
#route_filter .filter_section .filter_search_block #region_list .region_value:hover {
  transition: all 0.2s ease;
  color: #3C4B9B;
  background: #E6E6E6;
}
#route_filter .filter_section .filter_search_block #region_list .region_value span {
  color: #3C4B9B;
  font-weight: 600;
}
#route_filter .bottom_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
#route_filter .bottom_container .filter_bottom {
  width: 100%;
}
#route_filter .bottom_container .filter_bottom .filters_bottom_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 50px;
}
#route_filter .filter_event_buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 16px;
}
#route_filter .filter_event_buttons .reset_filter {
  cursor: pointer;
  color: #3C4B9B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 16px 24px;
  border-radius: 5px;
  background: #D8DBEB;
}
#route_filter .filter_event_buttons .apply_filter {
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 16px 24px;
  border-radius: 5px;
  background: #3C4B9B;
}

.active_filter {
  display: block !important;
}

.active_route_filter {
  display: flex !important;
}

.not-active_route_filter {
  display: none !important;
}

.position_container {
  position: relative;
}

#workarea-inner {
  min-height: 900px;
}/*# sourceMappingURL=style.css.map */