.post-offices-page .s-full-content-wr {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .post-offices-page .s-full-content-wr {
    padding: 0 !important;
  }
}
.post-offices-page .s-full-container {
  padding-bottom: 0;
}
.post-offices-page.post-offices-page_ua .list-modal-content .post-offices-load-btn {
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .post-offices-page.post-offices-page_ua .post-office-modal .list-modal-content .post-offices-sidebar-list {
    max-height: calc(100vh - 256px);
  }
  .post-offices-page.post-offices-page_ua .section-post-offices-local.modal-search_active .post-office-modal .list-modal-content .post-offices-sidebar-list {
    max-height: calc(100vh - 383px);
  }
}

.post-offices-form > .form-label {
  display: none;
}
.post-offices-form .select-wrapper.select_active .arrow-ico {
  display: none;
}
.post-offices-form .offices-kinds-checkboxes {
  display: none;
  flex-wrap: nowrap;
  width: auto;
}
.post-offices-form .offices-kinds-checkboxes .checkbox {
  margin: 0 10px 0 0;
}
.post-offices-form .offices-kinds-checkboxes .checkbox input,
.post-offices-form .offices-kinds-checkboxes .checkbox span {
  top: 50%;
  transform: translate(0, -50%);
}
.post-offices-form .offices-kinds-checkboxes .post-offices-dscr-circle {
  margin: 0;
}

.section-post-offices-local .btn-clear {
  height: 30px;
  padding: 3px 15px;
  border-radius: 15px;
  border: 1px solid #dde3ea;
  display: inline-flex;
  align-items: center;
  color: #0061af;
  position: relative;
  transition: color 0.5s;
}
.section-post-offices-local .btn-clear:hover {
  color: #169ce1;
}
.section-post-offices-local .btn-clear:hover .btn-clear-cross:after, .section-post-offices-local .btn-clear:hover .btn-clear-cross:before {
  background: #169ce1;
}
.section-post-offices-local .btn-clear-cross {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 10px 0 0;
  display: block;
}
.section-post-offices-local .btn-clear-cross:before, .section-post-offices-local .btn-clear-cross:after {
  content: "";
  height: 9px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #0061af;
  transition: background-color 0.5s;
}
.section-post-offices-local .btn-clear-cross:before {
  transform: rotate(45deg);
}
.section-post-offices-local .btn-clear-cross:after {
  transform: rotate(-45deg);
}

.post-offices-local {
  height: 600px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post-offices-local {
    display: flex;
  }
}
.post-offices-local-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.post-offices-local-header .col {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-offices-local-header .col-left {
  margin-right: 20px;
}
.post-offices-local-header .col-right {
  padding: 8px 0 8px 18px;
  border-left: 1px solid #e6e6e6;
}
.post-offices-local-subheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.post-offices-local-ttl {
  color: #8493a8;
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: normal;
}
.post-offices-local-ttl b {
  color: #172c3e;
}
.post-offices-local-wrapper {
  display: flex;
  height: auto;
  border: 1px solid #8AA2B5;
  background-color: #ffffff;
}
.post-offices-local-wrapper .post-offices-local-content .select-wrapper,
.post-offices-local-wrapper .post-offices-local-content .input {
  background: #fff;
}
.post-offices-local-wrapper .post-offices-local-content .form-label {
  display: none;
}
.post-offices-local-wrapper .post-offices-local-content .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.8);
}
.post-offices-local-sidebar {
  position: relative;
  width: 238px;
}
.post-offices-local-sidebar .post-offices-local-ttl {
  margin: 0 0 15px;
}
.post-offices-local-sidebar .post-offices-local-ttl b {
  font-size: 16px;
  font-weight: 600;
}
.post-offices-local-sidebar .payment-places-btn {
  width: 100%;
  margin-top: 15px;
}
.post-offices-local-content {
  position: relative;
  width: calc(100% - 238px);
}

.sidebar-info-inner {
  position: relative;
  height: 100%;
}

.post-offices-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  font-weight: 600;
}
.post-offices-info-header .info-branch-number {
  color: inherit;
}
.post-offices-info-header .post-offices-dscr-circle {
  margin: 0;
}
.post-offices-info-header .info-branch-name {
  margin: 0 10px 0 0;
}

.post-offices-sidebar-info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.post-offices-sidebar-info .info-btn-back {
  display: flex;
  align-items: center;
  color: #8493a8;
  margin: 20px 20px 0;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.5s;
}
.post-offices-sidebar-info .info-btn-back .arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px 0 0;
  border: 2px solid #8493a8;
  border-top: 0;
  border-right: 0;
  border-radius: 1px;
  text-indent: -9999px;
  transform: rotate(45deg);
  transition: border 0.5s;
}
.post-offices-sidebar-info .info-btn-back:hover {
  color: #169ce1;
}
.post-offices-sidebar-info .info-btn-back:hover .arrow {
  border-color: #169ce1;
}
.post-offices-sidebar-info.active {
  display: block;
  animation: sidebarOpen 0.5s forwards;
}
.post-offices-sidebar-info-content {
  height: 100%;
  max-height: 565px;
  padding: 20px 8px 8px;
}
.post-offices-sidebar-info-list {
  height: 100%;
  max-height: 480px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}
.post-offices-sidebar-info-list::-webkit-scrollbar {
  width: 0;
}
.post-offices-sidebar-info-item {
  margin: 0 0 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}
.post-offices-sidebar-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post-offices-sidebar-list {
  height: 100%;
  max-height: 565px;
  padding: 8px;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}
.post-offices-sidebar-list::-webkit-scrollbar {
  width: 0;
}
.post-offices-sidebar-item {
  display: block;
  min-height: 72px;
  padding: 15px;
  margin: 0 0 10px;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #169ce1;
  color: #172c3e;
  font-size: 14px;
}
.post-offices-sidebar-item:last-child {
  margin: 0;
}
.post-offices-sidebar-item-name {
  font-weight: 600;
  margin: 0 0 3px;
}
.post-offices-sidebar-item.sidebar-item__no-limits-marker {
  border-color: #0061af;
}
.post-offices-sidebar-item.sidebar-item__max-30-marker {
  border-color: #169ce1;
}
.post-offices-sidebar-item.sidebar-item__dot-marker {
  border-color: #e40137;
}
.post-offices-sidebar-item.sidebar-item__post-me-marker {
  border-color: #8493a8;
}

.post-offices-header-block {
  display: flex;
}

.post-offices-dscr-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.8);
}

.animate .post-offices-dscr-item {
  transition: border 0.5s, opacity 500ms ease-in-out, transform 500ms ease-in-out !important;
}

.post-offices-dscr-item {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 13px;
  height: 56px;
  margin: 7px 20px 7px 0;
  cursor: pointer;
  transition: border 0.5s;
}
.post-offices-dscr-item:last-child {
  margin-right: 0;
}
.post-offices-dscr-item:hover {
  border-color: #169ce1;
}
.post-offices-dscr-item.active {
  border-color: #0061af;
}

.post-offices-dscr-circle {
  width: 34px;
  flex: none;
  margin: 0 10px 0 0;
}
.post-offices-dscr-circle img,
.post-offices-dscr-circle svg {
  width: 34px;
  height: 34px;
  display: block;
}

.post-offices-dscr-txt {
  font-size: 12px;
}
.post-offices-dscr-txt span {
  display: block;
}

.post-offices-dscr-ttl {
  margin: 0 0 3px;
  font-size: 14px;
}

.post-offices-dscr-subttl {
  opacity: 0.7;
}

.post-offices-detail {
  position: relative;
  z-index: 1;
  display: block;
  width: 460px;
  max-width: 100%;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-timing-function: linear;
}
.post-offices-detail-inner {
  background: #fff;
}

.post-offices-detail-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 15px 55px 15px 15px;
  background: #0061af;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.post-offices-detail-header + .post-offices-detail-context .post-offices-detail-adr {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.post-offices-detail-header .cancel-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.post-offices-detail-header .arrow-next {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 30px;
  background: url("../img/icon/mobile-next-arrow.png") no-repeat 50% 50%/12px 11px;
  transform: translate(0, -50%);
}

.post-offices-detail .info-branch-address,
.post-offices-sidebar-info-item .info-branch-address {
  margin: 0 0 10px;
}
.post-offices-detail span,
.post-offices-detail .info-ttl,
.post-offices-sidebar-info-item span,
.post-offices-sidebar-info-item .info-ttl {
  font-size: 14px;
  line-height: 1.7;
}
.post-offices-detail a,
.post-offices-sidebar-info-item a {
  display: inline-block;
  color: #0061af;
  font-weight: 600;
  transition: color 0.5s ease;
}
.post-offices-detail .info-ttl,
.post-offices-sidebar-info-item .info-ttl {
  margin: 0 0 16px;
}
.post-offices-detail .info-ttl:last-child,
.post-offices-sidebar-info-item .info-ttl:last-child {
  margin: 0;
}
.post-offices-detail span,
.post-offices-sidebar-info-item span {
  display: block;
}
.post-offices-detail span + a,
.post-offices-sidebar-info-item span + a {
  margin: 0 0 17px;
}
.post-offices-detail span + a:last-child,
.post-offices-sidebar-info-item span + a:last-child {
  margin: 0;
}
.post-offices-detail .info-branch-phones a,
.post-offices-sidebar-info-item .info-branch-phones a {
  margin: 0 0 17px;
}
.post-offices-detail .info-branch-services,
.post-offices-sidebar-info-item .info-branch-services {
  padding: 16px 10px 16px 14px;
  background-color: #f2f5f9;
}
.post-offices-detail .info-branch-services__title,
.post-offices-sidebar-info-item .info-branch-services__title {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #142130;
}
.post-offices-detail .info-branch-services__title::before,
.post-offices-sidebar-info-item .info-branch-services__title::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../img/icon/i-parcel-box.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.post-offices-detail .info-branch-services__list,
.post-offices-sidebar-info-item .info-branch-services__list {
  width: 100%;
}
.post-offices-detail .info-branch-services__list .service,
.post-offices-sidebar-info-item .info-branch-services__list .service {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #152231;
}
.post-offices-detail .info-branch-services__list .service__letter,
.post-offices-sidebar-info-item .info-branch-services__list .service__letter {
  min-width: 14px;
  margin-right: 4px;
  font-weight: 700;
  color: #0160AD;
}
.post-offices-detail .info-branch-services__list .service__hyphen,
.post-offices-sidebar-info-item .info-branch-services__list .service__hyphen {
  margin-right: 4px;
}

.post-offices-detail-context {
  padding: 15px 15px 15px;
}
.post-offices-detail-adr {
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  margin: 0 0 2px;
}
.post-offices-detail-adr p {
  text-align: left;
}
.post-offices-detail-work-time {
  line-height: 2;
  margin: 0 0 15px;
}
.post-offices-detail-work-time span {
  font-weight: 700;
  margin: 0 0 2px;
  display: block;
  color: #0061af;
}
.post-offices-detail-dscr {
  line-height: 1.7;
  margin: 0 0 3px;
  font-size: 12px;
}
.post-offices-detail-dscr span {
  font-weight: 700;
  margin: 0 0 2px;
  display: block;
  color: #0061af;
}
.post-offices-detail-link {
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-offices-detail-link .arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 2px solid #0061af;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  text-indent: -9999px;
  transform: rotate(45deg);
  transition: border 0.5s;
}
.post-offices-detail-link:hover .arrow {
  border-color: #169ce1;
}
.post-offices-detail-link .ico {
  margin-right: 10px;
}
.post-offices-detail .btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-offices-detail .payment-places-btn {
  margin: 0 10% 0 0;
}
.post-offices-detail .cancel-btn {
  width: 30px;
  height: 30px;
}
.post-offices-detail .cancel-btn:hover span:before, .post-offices-detail .cancel-btn:hover span:after {
  background: rgba(255, 255, 255, 0.6);
}
.post-offices-detail .cancel-btn span {
  width: 14px;
  height: 14px;
}
.post-offices-detail .cancel-btn span:before, .post-offices-detail .cancel-btn span:after {
  height: 15px;
  width: 2px;
  background: white;
}

.more-link {
  display: flex;
  height: 20px;
  padding: 0px;
}

.post-offices-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schedule-link {
  text-decoration: underline;
}

.schedule-link-wrapper {
  display: flex;
  align-items: center;
  color: #0061af;
  margin: 0 20px 0 0;
  transition: color 0.5s;
}
.schedule-link-wrapper .ico {
  width: 12px;
  margin: 0 10px 0 0;
  display: block;
}
.schedule-link-wrapper .ico svg {
  display: block;
  fill: #0061af;
  width: 100%;
}
.schedule-link-wrapper:hover {
  color: #169ce1;
}
.schedule-link-wrapper:hover .ico svg {
  fill: #169ce1;
}

.gm-style-iw-d,
.gm-style-iw.gm-style-iw-c {
  max-height: max-content !important;
}

/* customization of map container */
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0;
}

.gm-style-iw {
  overflow: visible !important;
}
.gm-style-iw div {
  overflow-y: visible !important;
}
.gm-style-iw .gm-ui-hover-effect {
  display: none !important;
}

.post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.post-offices-detail.calc-delivery-from-ukr-pop {
  width: 395px;
}

.post-offices-detail.calc-delivery-from-ukr-pop .post-offices-detail-context {
  padding: 18px 30px 0px;
}

.post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn span:before, .post-offices-detail.calc-delivery-from-ukr-pop .delivery-cost-close-btn span:after {
  background: grey;
}

.post-offices-detail.calc-delivery-from-ukr-pop .post-offices-detail-adr {
  font-size: 16px;
}

.detail-wrapper {
  display: flex;
}

.detail-wrapper .arrow-img {
  max-height: 20px;
  margin-left: 10px;
}

.section-post-offices-local .gm-style-iw div {
  overflow: hidden !important;
}

.post-offices-detail-link {
  margin-right: 10px;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

/* customization of map container */
.js-btn-close.cancel-btn span:before,
.js-btn-close.cancel-btn span:after {
  height: 15px;
  width: 2px;
  background: white;
}

.office-close-btn {
  margin-right: 15px;
}

.form-row-selectors {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
  padding: 20px 15px;
}
@media screen and (max-width: 1024px) {
  .form-row-selectors {
    flex-direction: column;
  }
}
.form-row-selectors .form-col {
  padding: 0 5px;
}
@media screen and (max-width: 1024px) {
  .form-row-selectors .form-col {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-row-selectors .city-form-col,
.form-row-selectors .address-form-col {
  max-width: 38.5%;
  flex-basis: 38.5%;
}
.form-row-selectors .department-form-col {
  max-width: 23%;
  flex-basis: 23%;
}

.post-offices-branches-select-wrapper {
  min-width: 248px;
  background: #eee !important;
}
.post-offices-branches-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #172c3e;
}

.post-offices-branches-select-wrapper-mobile {
  background: #eee !important;
}
.post-offices-branches-select-wrapper-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #172c3e;
}

.post-offices-tabs {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.post-offices-tab {
  position: relative;
  width: 50%;
}
.post-offices-tab:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #0061af;
  transition: width 0.5s;
}
.post-offices-tab button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: inherit;
  font-size: 14px;
  transition: color 0.5s;
}
.post-offices-tab.active:before {
  width: 100%;
}
.post-offices-tab.active button {
  color: #0061af;
  font-weight: 600;
}

.post-office-modal,
.form-filters_mobile {
  display: none;
}

.back-arrow {
  display: block;
  width: 12px;
  height: 11px;
  margin: 0 10px 0 0;
  background: url("../img/icon/mobile-back-arrow.png") no-repeat 0 0/12px 11px;
}

.modal-find-city,
.modal-searching-block {
  display: none;
}

.btn-clear-filter {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  background: url("../img/icon/clear.png") no-repeat 50% 50%/10px 10px;
  z-index: 12;
  cursor: pointer;
}
.btn-clear-filter.visible {
  display: flex;
}

@keyframes sidebarOpen {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes sidebarOpen {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .post-offices-local-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .map-header.header {
    max-height: 55px;
    min-height: auto;
  }
  .map-header .header-nav-btm {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .post-offices-page {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 4px);
    background: #fff;
  }
  .post-offices-page.modal_active {
    z-index: 11;
  }
  .section-post-offices-local {
    height: calc(100% - 55px);
    position: absolute;
    width: 100%;
  }
  .section-post-offices-local.modal_active .form-filters_mobile {
    z-index: 10;
  }
  .section-post-offices-local.modal-info_active .post-offices-local-sidebar {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin-right: 0;
  }
  .section-post-offices-local.modal-info_active .post-offices-sidebar-info {
    opacity: 1;
    z-index: 17;
    transform: none;
  }
  .section-post-offices-local.modal-info_active .post-offices-sidebar-info .post-offices-sidebar-info-content {
    max-height: none;
    padding: 20px 15px 5px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    background: white;
  }
  .section-post-offices-local.modal-info_active .post-offices-sidebar-info .info-btn-back {
    display: none;
  }
  .section-post-offices-local.modal-info_active .post-offices-sidebar-info .post-offices-sidebar-info-list {
    max-height: 100%;
  }
  .section-post-offices-local.modal-search_active .modal-find-city {
    display: block;
  }
  .section-post-offices-local.modal-search_active .modal-searching-block {
    display: block;
  }
  .section-post-offices-local.modal-search_active .form-filters_mobile {
    z-index: 1;
  }
  .section-post-offices-local.modal-search_active .list-modal-content .post-offices-local-ttl {
    margin-top: 20px;
  }
  .section-post-offices-local.modal-search_active .post-office-modal .list-modal-content .post-offices-sidebar-list {
    max-height: calc(100vh - 338px);
  }
  .modal-find-city {
    color: #0061af;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
  }
  .list-modal-content .modal-searching-block {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
  }
  .list-modal-content .modal-searching-block .select-wrapper {
    margin: 0 0 10px;
    background: #eceff4;
  }
  .list-modal-content .btn-define {
    width: 100%;
  }
  .post-offices-local {
    margin: 0;
    width: 100%;
    height: calc(100vh - 55px);
    transition: none !important;
  }
  .post-offices-dscr-block {
    display: none;
  }
  .form-row-selectors {
    display: none;
  }
  .post-offices-local-sidebar {
    display: none;
  }
  .post-offices-local-header {
    display: none;
  }
  .section-post-offices-search {
    opacity: 0;
  }
  .section-post-offices-search + .info-btn-back {
    display: none;
  }
  .form-filters_mobile {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 100%;
  }
  .form-filters_mobile .form-filters-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0061af;
    top: -215px;
  }
  .form-filters_mobile .form-filters-searching {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    flex: none;
  }
  .form-filters_mobile .form-filters-searching svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: none !important;
    stroke: #fff !important;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  .form-filters_mobile .form-filters-kinds {
    padding-left: 50px;
    padding-right: 50px;
  }
  .post-offices-local-content {
    width: 100%;
  }
  .post-office-info-modal.active,
  .post-office-filters-modal.active,
  .post-office-input-modal.active {
    z-index: 16 !important;
  }
  .post-office-filters-modal .post-offices-dscr-block {
    position: static;
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
  .post-office-filters-modal .post-offices-dscr-item {
    width: 100%;
    margin: 0 0 15px;
    border-color: #dde3ea;
  }
  .post-office-filters-modal .post-offices-dscr-item.active {
    border-color: #0061af;
  }
  .post-office-filters-modal .post-offices-dscr-item:last-child {
    margin: 0;
  }
  .post-office-filters-modal .post-offices-branches-select-wrapper {
    margin: 0 0 15px;
  }
  .post-office-filters-modal .post-offices-branches-select-wrapper-mobile {
    margin: 0 0 15px;
  }
  .btn-filters-confirm {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .filters-modal-content {
    height: 100%;
    padding: 15px;
  }
  .filters-modal-content p {
    margin: 0 0 10px;
  }
  .post-offices-tabs {
    display: flex;
  }
  .post-office-modal {
    display: block;
    z-index: -2;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    line-height: 1.7;
    opacity: 0;
    transform: matrix(0.99, 0, 0, 0.99, 0, 0.99) scale(0.999);
    transform-origin: 50% 50%;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .post-office-modal.active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
  }
  .post-office-modal .modal-btn-back {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8493a8;
    font-size: 15px;
  }
  .post-office-modal .modal-btn-back-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    padding: 15px;
    background: #eceff4;
  }
  .post-office-modal .input-modal-content input.form-control {
    padding: 15px;
    margin: 0;
    border-radius: 0;
    background: transparent;
  }
  .post-office-modal .input-modal-content .searching-results-block {
    max-height: calc(100vh - 105px);
    height: 100%;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .post-office-modal .input-modal-content .searching-results-block::-webkit-scrollbar {
    width: 0;
  }
  .post-office-modal .input-modal-content .searching-results-block span {
    font-weight: 400;
  }
  .post-office-modal .input-modal-content .searching-results-block li {
    min-height: 52px;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .post-office-modal .list-modal-content {
    position: relative;
    padding: 15px;
    height: calc(100vh - 106px);
  }
  .post-office-modal .list-modal-content .post-offices-local-ttl {
    margin: 60px 0 20px;
  }
  .post-office-modal .list-modal-content .post-offices-sidebar-list {
    position: relative;
    max-height: calc(100vh - 220px);
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .post-office-modal .list-modal-content .post-offices-load-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 40px;
    font-size: 10px;
    transform: translate(-50%, 0);
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
  .post-offices-detail {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section-post-offices-local {
    padding: 0 !important;
  }
  .post-offices-form {
    padding: 0 !important;
  }
  .post-offices-detail-header {
    background: transparent;
    color: inherit;
  }
  .post-offices-detail-context {
    padding-top: 0;
  }
}
.gm-control-active.gm-fullscreen-control {
  margin-top: 65px !important;
}

.gmnoprint {
  margin-bottom: 55px;
}

@media screen and (max-width: 1199px) {
  .map-header.header {
    max-height: 55px;
    min-height: auto;
  }
  .map-header .header-nav-btm {
    display: none;
  }
}
.post-offices-sidebar-item-address {
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .form-filters_mobile {
    margin-left: -15px;
  }
}
.gmnoprint, .gm-svpc {
  display: none;
}

.hide-border {
  display: none;
}

.vue-test-message {
  display: none;
  padding: 16px;
  color: #ccc;
}

#select2-post-offices-branches-select-id-results .select2-results__option:first-child {
  display: none;
}

@media screen and (max-width: 1024px) {
  .map-header .header-bottom {
    border: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sender-connect.bottom-right {
    z-index: 1 !important;
  }
}