.section-map {
  color: #1D2956;
  padding-bottom: 100px;
  background-image: url("/themes/superman/assets/newsu/images/background-texture.jpg"); }
  @media (max-width: 767.98px) {
    .section-map {
      padding-bottom: 40px; } }
  .section-map__cities {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    @media (max-width: 767.98px) {
      .section-map__cities {
        margin-bottom: 30px;
        gap: 8px; } }
  .section-map__city {
    --bp-foreground-color: #E84341;
    --bp-background-color: #FFFFFF;
    --bp-border-color: #FFFFFF;
    --bp-hover-foreground-color: #FFFFFF;
    --bp-hover-background-color: #E84341;
    --bp-hover-border-color: #E84341; }
    .section-map__city[button-state='selected'] {
      --bp-foreground-color: #FFFFFF;
      --bp-background-color: #E84341;
      --bp-border-color: #E84341; }
  .section-map__content {
    border: 3px solid #EEEDE6;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: stretch;
    gap: 26px;
    margin: 0px 65px; }
    @media (max-width: 1439.98px) {
      .section-map__content {
        flex-direction: column;
        margin: 0px 45px; } }
    @media (max-width: 1023.98px) {
      .section-map__content {
        padding: 15px;
        margin: 0px; } }
  .section-map__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    color: #1D2956 !important;
    max-width: 526px;
    width: 100%; }
    @media (max-width: 1439.98px) {
      .section-map__info {
        max-width: 100%;
        flex-direction: row;
        padding: 20px; } }
    @media (max-width: 1023.98px) {
      .section-map__info {
        flex-direction: column-reverse;
        padding: 15px; } }
  .section-map__near-salon {
    flex: 1; }
  .section-map__search {
    display: flex;
    flex-direction: column;
    min-height: 410px; }
    .section-map__search > * {
      flex-grow: 1; }
  .section-map__map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    min-height: 440px; }
    @media (max-width: 1439.98px) {
      .section-map__map {
        min-height: unset;
        height: 400px; } }
    .section-map__map .content-map {
      width: 100%;
      height: 100%; }
      .section-map__map .content-map.state_loading {
        background-image: url("/themes/superman/assets/newsu/images/sections/map/location_loader.gif");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }

.search-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 410px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .search-block__inner {
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    height: 200px; }
  .search-block__search {
    position: relative; }
    .search-block__search .field-text {
      border-radius: 20px 20px 0px 0px;
      overflow: hidden;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .search-block__search svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
  .search-block__empty {
    display: none;
    padding: 15px;
    color: none; }
    .search-block__empty.show-empty {
      display: block; }
  .search-block__item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.5s; }
    .search-block__item:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .search-block__item:hover {
      opacity: 0.7; }
    .search-block__item:not(.active) {
      display: none !important; }
  .search-block__text {
    flex-grow: 1; }
  .search-block__title {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .search-block__title {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%; } }
  .search-block__address {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%; }
    @media (max-width: 767.98px) {
      .search-block__address {
        font-family: "Rubik";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%; } }
  .search-block__metro {
    margin-right: 16px; }
    .search-block__metro .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      color: none;
      border-radius: 50%;
      background-color: none; }
      .search-block__metro .icon svg {
        width: 22px;
        margin-bottom: 2px; }

.near-salon-info {
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100%; }
  .near-salon-info__head {
    display: flex;
    gap: 30px; }
    @media only screen and (max-width: 500px) {
      .near-salon-info__head {
        flex-direction: column; } }
  .near-salon-info__detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1; }
  .near-salon-info__address {
    font-family: "Molot";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%; }
    @media (max-width: 767.98px) {
      .near-salon-info__address {
        font-family: "Molot";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%; } }
  .near-salon-info__list {
    display: flex;
    column-gap: 30px;
    row-gap: 15px;
    flex-direction: column;
    flex-wrap: wrap; }
  .near-salon-info__item {
    display: flex;
    align-items: center;
    gap: 15px; }
    .near-salon-info__item * {
      font-family: "Rubik";
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 120%; }
      @media (max-width: 767.98px) {
        .near-salon-info__item * {
          font-family: "Rubik";
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 120%; } }
    .near-salon-info__item .icon svg {
      width: 18px;
      height: 18px;
      fill: #1D2956; }
  .near-salon-info__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }

/*# sourceMappingURL=index.css.map */
