.show-room {
  display: flex;
  gap: 40px;
  flex-direction: row;
  margin-top: 40px;
}

.choose_city {
  width: 300px;
  min-height: 500px;
  max-height: fit-content;
  background-color: #f4f4f4;
  z-index: 13;
  padding: 15px;
  text-align: center;
}

.choose_city_title {
  display: none;
}

.choose_city button {
  width: 250px;
  height: 30px;
  margin-top: 20px;
  font-size: 13pt;
  font-weight: 600;
  color: #0a5a77;
  background-color: transparent;
  border: none;
}

.choose_city button span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.choose_city button:before,
.choose_city button:after {
  position: relative;
  content: "";
  right: 0;
  top: 0;
  background: #81b5d1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.choose_city button:before {
  height: 0%;
  width: 2px;
}
.choose_city button:after {
  width: 0%;
  height: 2px;
}
.choose_city button:hover:before {
  height: 100%;
}
.choose_city button:hover:after {
  width: 100%;
}
.choose_city button span:before,
.choose_city button span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #81b5d1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.choose_city button span:before {
  height: 0%;
}
.choose_city button span:after {
  width: 0%;
  height: 2px;
}
.choose_city button span:hover:before {
  height: 100%;
}
.choose_city button span:hover:after {
  width: 100%;
}

.results {
  max-width: 900px;
  min-height: 500px;
}

.contacts_ctiy {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  transition: all ease 0.2s;
  padding: 5%;
  margin-bottom: 25px;
  font-size: 14pt;
}

.contacts_ctiy a {
  text-decoration: none;
  color: #000;
}

.city_bottom_block {
  display: block;
}

.contacts_city_icon {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
}

.contacts_city_text {
  position: relative;
  margin-left: 50px;
  margin-top: -32px;
}
.contacts_city_text.number {
  margin-top: 0 !important;
  line-height: 0 !important;
}

@media (max-width: 1200px) {
  .show-room {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .contacts_ctiy {
    font-size: 11pt;
  }
  .contact_way__wptoggle {
    display: block !important;
  }
  .contact_way__toggle {
    font-size: 13pt !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .choose_city {
    width: auto;
    max-width: 100%;
    min-height: 0px;
    border-radius: 0;
    border: 2px solid #0a5a77;
    border-left: none !important;
    border-right: none !important;
    background-color: #f4f4f4;
    z-index: 13;
    border-style: solid;
    text-align: center;
    display: block;
    position: relative;
    padding: 0;
  }

  .choose_city_title {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 35px;
    font-size: 12pt;
    font-weight: 600;
    color: #0a5a77;
    min-height: 25px;
    background-color: #fff;
  }

  .choose_city_title_inner {
    display: inline-block;
    position: relative;
    padding: 0 35px 0 0;
    cursor: pointer;
    font-family: "Myriad Pro Bold";
  }

  .choose_city_title_inner:hover:before {
    transform: translateY(1px);
  }
  .choose_city_title_inner:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 1px;
    width: 12px;
    height: 100%;
    background: url(/shou-rum/img/arrow_down.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .choose_city_title_inner.open:before {
    transform: rotate(180deg);
  }

  .choose_city_body {
    display: none;
    border-top: 2px solid #0a5a77;
    padding-top: 15px;
  }

  .choose_city button {
    width: 50%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 24%;
    font-size: 11pt;
    font-weight: 600;
    color: #0a5a77;
    background-color: transparent;
    border: none;
    display: block;
    text-align: center;
    font-family: "Myriad Pro Bold";
  }

  .choose_city button:before,
  .choose_city button:after {
    display: none;
  }

  .choose_city button span:hover:before {
    display: none;
  }
  .choose_city button span:hover:after {
    display: none;
  }

  .results {
    max-width: 100%;
    min-height: auto;
    float: revert;
    display: block;
    position: relative;
    width: auto;
  }
  .city_bottom_block {
    display: block;
    margin-top: 0px;
  }
}

/* Как добраться фото-карты */

.contact_way__sel {
  margin: 25px 10px;
}

.contact_way__wptoggle {
  text-align: left;
  display: table-row;
}

.contact_way__toggle {
  display: block;
  width: auto;
  padding-right: 20px;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}

.contacts_ctiy a.contact_way__toggle {
  color: #0a5a77 !important;
}

.contacts_ctiy a.contact_way__toggle:hover {
  color: #8f2828 !important;
}

.contact_way__toggle::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  z-index: 1;
  background-image: url(/assets/images/arrow-lite-n.png);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}

.contact_way__toggle::after {
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
}

.contact_way__toggle.active::after {
  transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
}

.contact_way__wplist {
  margin-top: 10px;
}
.contact_way__wplist img {
  max-width: 100%;
  cursor: zoom-in;
}
.contacts_ctiy h2 {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  color: #9d0a0f !important;
}
/* Конец как добраться фото-карты*/

.contacts_ctiy_gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contacts_ctiy_photo {
  max-width: 326px;
  max-height: 225px;
}
