.df__map-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .df__map-filters {
      display: none; } }
  .df__map-filters .df__map-filter {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1B2B3C;
    margin-right: 15px;
    align-items: center;
    padding-right: 15px;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .df__map-filters .df__map-filter {
        margin-bottom: 0; } }
    .df__map-filters .df__map-filter.active {
      border: 1px solid #2361A9;
      border-radius: 100px; }
    .df__map-filters .df__map-filter-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      width: 50px;
      height: 50px;
      background: #2361A9;
      border-radius: 100%; }

.df__map-filters-mobile {
  display: none;
  padding: 20px 15px; }
  @media screen and (max-width: 1024px) {
    .df__map-filters-mobile {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-right: 0 !important; } }
  .df__map-filters-mobile label {
    display: flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #2361A9;
    margin-bottom: 5px;
    margin-left: 10px; }
  .df__map-filters-mobile .df__dropdown-icon {
    right: 35px;
    top: 58px; }
  @media screen and (max-width: 1024px) {
    .df__map-filters-mobile .df__dropdown-icon {
      right: 17px;
      top: 37px; }
    .df__map-filters-mobile-select {
      position: relative;
      width: 70%;
      margin-right: 10px; } }

.df__map-filters-dropdown-item {
  display: flex;
  align-items: center; }
  .df__map-filters-dropdown-item-image {
    background: #0061af;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .df__map-filters-dropdown-item-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1B2B3C;
    margin-left: 10px; }

.select2-selection__rendered .df__map-filters-dropdown-item-image {
  display: none; }

.select2-selection__rendered .df__map-filters-dropdown-item-text {
  font-weight: 500;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .section-post-offices-local {
    bottom: -55px !important; }
  .section-post-offices-local.modal_active .form-filters_mobile {
    z-index: 10 !important; }
  .modal-info_active {
    top: 50px !important; } }

.df__map-filter-btn {
  display: none;
  width: fit-content;
  background: #FFFFFF;
  border: 1px solid #2361A9;
  border-radius: 100px;
  padding: 13px 17px;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2361A9; }
  .df__map-filter-btn svg {
    margin-right: 5px; }
  @media screen and (max-width: 1024px) {
    .df__map-filter-btn {
      display: flex; } }

.section-post-offices-local-mobile-head {
  display: none; }

.df__map-mobile-filters-buttons {
  display: none; }

.df__map-mobile-filters-cancel {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2361A9;
  border: 1px solid #2361A9;
  border-radius: 100px;
  padding: 14px 23px;
  margin-right: 17px; }

.df__map-mobile-filters-confirm {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2361A9;
  padding: 14px 28px;
  border-radius: 100px; }

@media screen and (max-width: 1024px) {
  .post-offices-page {
    height: calc(100vh - 70px) !important; }
  .section-post-offices-search {
    display: none; }
  .form-row-selectors .form-col {
    padding: 0 15px !important; }
  .form-row-selectors.active {
    display: flex;
    background: #fff;
    position: fixed;
    height: fit-content;
    z-index: 100;
    padding: 0;
    top: calc(100% - 407px); }
  .section-post-offices-local-mobile-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px; }
    .section-post-offices-local-mobile-head p {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      color: #2361A9; }
  .df__map-mobile-filters-buttons {
    display: flex;
    border-top: 1px solid #E6E6E6;
    justify-content: space-between;
    padding: 20px 15px;
    width: 100%; }
  .df__map-filter-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #2361A9;
    top: 0;
    z-index: 99;
    display: none; }
    .df__map-filter-backdrop.active {
      display: block; } }

.no-scroll {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .df__map-filters-mobile-select .select2-container {
    height: 44px; }
  .department-form-col .select2-container--open .select2-dropdown--above, .department-form-col .select2-container--open .select2-dropdown--below, .address-form-col .select2-container--open .select2-dropdown--above, .address-form-col .select2-container--open .select2-dropdown--below {
    bottom: 250px; } }
