.contacts_inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.page_subtitle:before, .page_subtitle:after {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.map_section {
  display: flex;
  height: 825px;
  flex-direction: row-reverse; }

.map_block {
  flex: 1;
  height: 100%; }

#map {
  width: 100%;
  height: 100%; }

.contacts_list {
  flex: 0 0 33%;
  max-width: 414px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  box-shadow: -3px 0 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  padding: 20px 0; }

.contacts_inner {
  flex: 1;
  height: 50%;
  width: 100%; }
  .contacts_inner li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .contacts_inner li a {
      color: #666666;
      padding: 25px 15px 25px 35px;
      min-height: 76px;
      display: flex;
      align-items: center;
      font-size: 160%;
      line-height: 24px; }
    .contacts_inner li .clicked {
      background: #F4A21F;
      color: #ffffff; }
  .contacts_inner .scroll-y div {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 0;
    width: 4px;
    right: 0; }
    .contacts_inner .scroll-y div.scroll-element_outer {
      top: 84px;
      right: 3px; }
    .contacts_inner .scroll-y div.scroll-element_track {
      z-index: 2;
      background: #999999; }
    .contacts_inner .scroll-y div.scroll-bar {
      cursor: pointer;
      z-index: 3;
      background: #666666; }
      .contacts_inner .scroll-y div.scroll-bar:hover {
        background: #000000; }

.ymaps-2-1-76-balloon {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(77, 77, 77, 0.2);
  border: none; }
  .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__content {
    padding: 20px;
    margin-right: 20px; }
  .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__close-button {
    opacity: 1;
    background: none;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__close-button:after, .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__close-button:before {
      position: absolute;
      top: 5px;
      right: 13px;
      content: ' ';
      height: 15px;
      width: 2px;
      background-color: #333; }
    .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__close-button:before {
      transform: rotate(45deg); }
    .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__close-button:after {
      transform: rotate(-45deg); }
  .ymaps-2-1-76-balloon .ymaps-2-1-76-balloon__tail {
    left: 45%; }
  .ymaps-2-1-76-balloon .iw_content {
    color: #333333;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .ymaps-2-1-76-balloon .iw_content .iw_branch_name {
      padding-bottom: 25px;
      font-size: 16px;
      font-family: "medium", "arm-medium"; }
    .ymaps-2-1-76-balloon .iw_content .iw_branch_address {
      padding-bottom: 10px;
      font-size: 16px; }
    .ymaps-2-1-76-balloon .iw_content .iw_branch_phone {
      padding-bottom: 10px;
      font-size: 16px; }

.web .contacts_inner li a {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .web .contacts_inner li a:hover {
    background: #F4A21F;
    color: #ffffff; }
.web .ymaps-2-1-76-balloon__close-button {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .ymaps-2-1-76-balloon__close-button:hover {
    opacity: 0.5; }

.touch .contacts_inner li a {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s; }
  .touch .contacts_inner li a:active {
    background: #F4A21F;
    color: #ffffff; }
.touch .ymaps-2-1-76-balloon__close-button {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .ymaps-2-1-76-balloon__close-button:active {
    opacity: 0.5; }

@media (max-width: 1199px) {
  .contacts_inner li a {
    font-size: 140%;
    padding: 20px 20px 20px 35px;
    min-height: 65px;
    line-height: 20px; }

  .contacts_list {
    flex: 0 0 30%;
    max-width: 315px; } }
@media (max-width: 991px) {
  .map_section {
    height: 100%;
    display: block; }

  .map_block {
    width: 100%;
    flex: none;
    height: 480px;
    max-height: 95vh; }

  .contacts_list {
    flex: none;
    max-width: 100%;
    height: auto;
    display: block; }

  .contacts_inner {
    flex: none;
    height: 40px !important;
    max-height: none !important;
    overflow: visible !important;
    min-height: 0 !important;
    z-index: 10; }
    .contacts_inner.scroll-wrapper > .scroll-content {
      overflow: visible !important; }
    .contacts_inner .scroll-y {
      display: none !important; }
    .contacts_inner .page_subtitle {
      margin: 0 15px;
      font-size: 140%;
      padding: 10px 15px;
      line-height: 20px;
      position: relative;
      background: #ffffff;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .contacts_inner .page_subtitle:after {
        display: block;
        content: "\e906";
        font-weight: 900;
        font-size: 60.7%;
        -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
    .contacts_inner ul {
      margin-top: -4px;
      position: absolute;
      top: 100%;
      left: 15px;
      right: 15px;
      background: #ffffff;
      max-height: 0;
      overflow: hidden;
      -o-transition: max-height 0.3s;
      -ms-transition: max-height 0.3s;
      -moz-transition: max-height 0.3s;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
      .contacts_inner ul li {
        margin: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: none; }
        .contacts_inner ul li a {
          padding: 15px 15px 15px 20px;
          min-height: 55px;
          font-size: 120%; }
    .contacts_inner.opened .page_subtitle:after {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
    .contacts_inner.opened ul {
      max-height: 360px;
      overflow-y: auto; } }
@media (max-width: 399px) {
  .ymaps-2-1-76-balloon__content > ymaps {
    height: 100% !important; } }
.contacts_inner .scroll-y div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.page_subtitle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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