<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map-how-get-there {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 640px;
  /* width: calc(100% + 50px); */
  width: calc(100%);
  /* margin-left: -55px; */
padding: initial;  }
  @media (max-width: 991px) {
    .map-how-get-there {
      min-height: 470px;
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .map-how-get-there {
      padding-bottom: 0;
	margin:0;}
	}
  .contacts-map .map-how-get-there {
    min-height: 728px;
    width: 100%;
    margin-left: 0; }
    @media (max-width: 991px) {
      .contacts-map .map-how-get-there {
        min-height: 470px; } }
    @media (max-width: 767px) {
      .contacts-map .map-how-get-there {
        min-height: auto; } }
  .map-how-get-there__map {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 991px) {
      .map-how-get-there__map {
        width: 100%; } }
    @media (max-width: 767px) {
      .map-how-get-there__map {
        position: relative;
        height: calc(100vh - 90px);
        margin-top: 24px; } }
    .map-how-get-there__map:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 20px; }
  .map-how-get-there .map-info {
z-index: initial;
width: initial;
border-radius: initial; 
    display: block;
    position: relative;
    left: 0;
    padding: 0 24px 24px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 12px 19px 0 rgba(157, 162, 172, 0.41);
    background-color: #ffffff;
    transition: top 0.1s linear; }
    @media (max-width: 767px) {
      .map-how-get-there .map-info {
        top: auto !important;
        left: 0 !important;
        padding: 0;
        box-shadow: none;
        border-radius: 0; } }
    .map-how-get-there .map-info.ui-draggable {
      cursor: move; }
      .map-how-get-there .map-info.ui-draggable.ui-draggable-disabled {
        cursor: default; }
    .map-how-get-there .map-info.close {
      cursor: pointer; 
opacity: 1 !important; }
    .map-how-get-there .map-info__wrap {
      display: block;
      position: relative;
      z-index: 2;
      width: 57.5%;
      max-width: 550px;
      padding: 24px 0 80px; }
      @media (max-width: 991px) {
        .map-how-get-there .map-info__wrap {
          width: 62%; } }
      @media (max-width: 767px) {
        .map-how-get-there .map-info__wrap {
          width: 100%;
          max-width: none;
          padding-bottom: 0; } }
      .contacts-map .map-how-get-there .map-info__wrap {
        padding: 32px 0; }
        @media (max-width: 991px) {
          .contacts-map .map-how-get-there .map-info__wrap {
            padding: 44px 0; } }
        @media (max-width: 767px) {
          .contacts-map .map-how-get-there .map-info__wrap {
            padding: 0; } }
      .map-how-get-there .map-info__wrap .btn-toggle {
        display: block;
        position: relative;
        height: 16px;
        margin: 0 -24px 24px;
        background-color: #F1F1F1;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
        @media (max-width: 767px) {
          .map-how-get-there .map-info__wrap .btn-toggle {
            display: none; } }
        .map-how-get-there .map-info__wrap .btn-toggle span {
          display: block;
          position: absolute;
          top: 2px;
          right: 0;
          width: 28px;
          height: 28px;
          cursor: pointer; }
          .map-how-get-there .map-info__wrap .btn-toggle span:before, .map-how-get-there .map-info__wrap .btn-toggle span:after {
            content: "";
            display: block;
            position: absolute;
            background-color: #00589c; }
          .map-how-get-there .map-info__wrap .btn-toggle span:before {
            top: 5px;
            right: 8px;
            width: 12px;
            height: 2px; }
          .map-how-get-there .map-info__wrap .btn-toggle span:after {
            top: 0;
            right: 13px;
            width: 2px;
            height: 12px;
            opacity: 0;
            transition: opacity 0.2s linear; }
      .map-how-get-there .map-info__wrap.hide-info .btn-toggle span:after {
        opacity: 1; }
      .map-how-get-there .map-info__wrap.hide-info .map-info {
        background-color: rgba(255, 255, 255, 0.85); }
    .map-how-get-there .map-info__content {
      display: block;
      position: relative; }
    .map-how-get-there .map-info__nav {
      display: block;
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .map-how-get-there .map-info__nav {
          margin: 0; } }
      .map-how-get-there .map-info__nav .item {
        width: 100%;
        height: 80px;
        padding: 22px 8px;
        border: 1px solid #EDEEEF;
        border-radius: 2px;
        text-align: center;
        font-family: "Roboto", "Helvetica Neue", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        cursor: pointer;
        user-select: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          .map-how-get-there .map-info__nav .item {
            font-size: 12px;
            line-height: 16px;
            border-right: none; } }
        .map-how-get-there .map-info__nav .item__wrap {
          display: inline-block;
          vertical-align: middle;
          width: 33.3333%;
          margin: 0 -2px;
          padding: 0 8px; }
          @media (max-width: 767px) {
            .map-how-get-there .map-info__nav .item__wrap {
              padding: 0; } }
          @media (max-width: 767px) {
            .map-how-get-there .map-info__nav .item__wrap:last-child .item {
              border-right: 1px solid #EDEEEF; } }
        .map-how-get-there .map-info__nav .item:hover {
          background-color: #00adee;
          color: #ffffff; }
        .map-how-get-there .map-info__nav .item.active {
          background-color: #00adee;
          color: #ffffff; }
    .map-how-get-there .map-info__pane {
      display: none;
      padding-top: 24px; }
      @media (max-width: 767px) {
        .map-how-get-there .map-info__pane {
          padding-top: 15px; } }
      .map-how-get-there .map-info__pane.active {
        display: block; }
      .map-how-get-there .map-info__pane p {
        margin-top: 0; }
    .map-how-get-there .map-info__route-input {
      position: relative;
      margin-bottom: 16px; }
      .map-how-get-there .map-info__route-input input {
        padding-right: 30px; }
    .map-how-get-there .map-info__route-btn {
      margin-top: 16px; }
    .map-how-get-there .map-info__route-path {
      display: none;
      height: 150px; }
      .map-how-get-there .map-info__route-path.show {
        display: block; }
    .map-how-get-there .map-info__route-clear {
      display: block;
      position: absolute;
      top: 17px;
      right: 10px;
      opacity: 0;
      visibility: hidden;
      width: 16px;
      height: 16px;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      z-index: 10;
      cursor: pointer;
      outline: none;
      transition: opacity 0.2s linear; }
      .map-how-get-there .map-info__route-clear:before, .map-how-get-there .map-info__route-clear:after {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 100px;
        background-color: #00589c; }
      .map-how-get-there .map-info__route-clear:before {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .map-how-get-there .map-info__route-clear:after {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .map-how-get-there .map-info__route-clear.show {
        opacity: 1;
        visibility: visible; }
    .map-how-get-there .map-info__parking {
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #6D7179; }
    .map-how-get-there .map-info__public-transport {
      display: block;
      height: 220px; }
      .map-how-get-there .map-info__public-transport .public-transport-route-map {
        display: block;
        padding-right: 24px; }
      .map-how-get-there .map-info__public-transport .item {
        margin-bottom: 16px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .map-how-get-there .map-info__public-transport .item__icon {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-align: center;
          color: #ffffff; }
          .map-how-get-there .map-info__public-transport .item__icon .svg-icon {
            max-width: 14px;
            height: 100%; }
        .map-how-get-there .map-info__public-transport .item__info {
          display: block;
          flex: 1;
          padding-top: 9px;
          padding-left: 16px;
          font-family: "Roboto", "Helvetica Neue", sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          color: #000000; }
        .map-how-get-there .map-info__public-transport .item__transport {
          margin-top: 3px;
          color: #6D7179; }
    .map-how-get-there .map-info .nano-pane {
      visibility: visible;
      right: 3px;
      width: 1px; }
    .map-how-get-there .map-info .nano-slider {
      width: 3px;
      margin-left: -1px;
      background: #00adee;
      border-radius: 2px; }
    .map-how-get-there .map-info .path-route-map {
      display: block;
      padding-right: 24px; }
      .map-how-get-there .map-info .path-route-map__title {
        margin-bottom: 11px;
        font-family: "Roboto", "Helvetica Neue", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #000000;
        cursor: pointer; }
    .map-how-get-there .map-info .item-path-results {
      padding-bottom: 4px;
      margin-bottom: 4px;
      border-bottom: 1px solid #F1F1F1;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #6D7179;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .map-how-get-there .map-info .item-path-results__text {
        padding-right: 10px; }
      .map-how-get-there .map-info .item-path-results__data {
        font-size: 12px;
        color: black; }
        .map-how-get-there .map-info .item-path-results__data .distance,
        .map-how-get-there .map-info .item-path-results__data .duration {
          display: inline-block;
          vertical-align: middle; }
  .map-how-get-there [class*="ymaps-2-1"][class*="-controls__control"] {
    top: 24px !important;
    left: auto !important;
    right: 20px !important; }</pre></body></html>