.c-search-field {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  position: relative; }
  .c-search-field .l-header__form-input {
    flex: 1 1 auto;
    width: 100%; }
  .c-search-field--active .l-header__form-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.c-search-suggestions {
  background-color: #fff;
  border: 1px solid #acb3ba;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 16px rgba(50, 74, 94, 0.15);
  display: none;
  left: 0;
  max-height: 240px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  z-index: 25; }
  .c-search-suggestions.is-active {
    display: block; }

.c-search-suggestions__item {
  align-items: flex-start;
  background: #fff;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  padding: 10px 12px;
  text-align: left;
  width: 100%; }
  .c-search-suggestions__item:hover,
  .c-search-suggestions__item:focus,
  .c-search-suggestions__item.c-search-suggestions__item--active {
    background-color: #e8f2fb;
    outline: none; }

.c-search-suggestions__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2; }

.c-search-suggestions__subtitle {
  color: #4e7493;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 2px; }
.l-header__form-select-box {
    align-items: center;
    flex: 0 0 40%;
    border: 1px solid #acb3ba;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    box-sizing: border-box;
    display: none;
    flex-grow: 2;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    position: relative;
    width: 40%; }
    @media (min-width: 1112px) {
      .l-header__form-select-box {
        display: flex; } }
    .l-header__form-select-box::after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #4e7493;
      content: '';
      display: block;
      height: 0;
      pointer-events: none;
      position: absolute;
      right: 8px;
      width: 0;
      z-index: 0; }
    .l-header__form-select-box span {
      color: #4e7493;
      display: block;
      padding: 4px 8px; }
    .l-header__form-select-box select {
      display: block;
      height: 40px;
      opacity: 0;
      position: absolute;
      width: 100%; }
  .l-header__form-submit {
    align-items: center;
    appearance: normal;
    background-color: #fff200;
    border: 1px solid #acb3ba;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-shrink: 2;
    height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 48px; }
    @media (min-width: 744px) {
      .l-header__form-submit {
        height: 40px;
        width: 64px; } }
    .l-header__form-submit:hover {
      opacity: .75; }
    .l-header__form-submit span {
      background-image: url(/img/sprite.png);
      background-position: 0px -168px;
      width: 20px;
      height: 20px;
      display: block;
      height: 20px;
      margin: 0 auto;
      width: 20px; }
  .l-header__menu {
    align-items: center;
    box-sizing: border-box;
    color: #4e7493;
    cursor: pointer;
    display: flex;
    height: 48px;
    padding: 4px 0; }
    @media (min-width: 744px) {
      .l-header__menu {
        height: 72px; } }
    @media (min-width: 1112px) {
      .l-header__menu {
        display: none; } }
    .l-header__menu:hover {
      opacity: .75; }
      @media (min-width: 744px) {
        .l-header__menu:hover {
          color: #4e7493;
          text-decoration: underline; } }
    .l-header__menu--active {
      transform: rotate(90deg); }
  .l-header__menu-img {
    background-image: url(/img/sprite.png);
    background-position: 0px -132px;
    width: 24px;
    height: 24px;
    display: inline-block; }

.l-header-list {
  background-color: #4e7493;
  display: none; }
  @media (min-width: 1112px) {
    .l-header-list {
      background-color: transparent;
      display: block; } }
  .l-header-list__list {
    box-sizing: border-box;
    margin: 0 8px;
    max-width: 1096px;
    min-width: 234px; }
    @media (min-width: 744px) {
      .l-header-list__list {
        margin: 0 auto;
        width: 728px; } }
    @media (min-width: 1112px) {
      .l-header-list__list {
        width: 1096px; } }
    @media (min-width: 484px) {
      .l-header-list__list {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1112px) {
      .l-header-list__list {
        flex-wrap: nowrap;
        justify-content: space-between; } }
  .l-header-list__item {
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding: 8px 0; }
    @media (min-width: 484px) {
      .l-header-list__item {
        width: 50%; } }
    @media (min-width: 744px) {
      .l-header-list__item {
        width: 33.33%; } }
    @media (min-width: 1112px) {
      .l-header-list__item {
        border-bottom: 0;
        padding: 12px 0;
        text-align: center;
        width: auto; } }
  .l-header-list__link {
    color: #fff;
    display: block;
    font-weight: 300;
    line-height: 1; }
    @media (min-width: 1112px) {
      .l-header-list__link {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #e7f0f9;
        border: 1px solid #e7f0f9;
        border-radius: 4px;
        color: #4e7493;
        font-size: 12px;
        font-weight: 400;
        padding: 4px 8px;
        text-decoration: none; } }
    .l-header-list__link:hover {
      color: #ced5de; }
      @media (min-width: 1112px) {
        .l-header-list__link:hover {
          background-color: #fff;
          color: #324a5e; } }
    @media (min-width: 1112px) {
      .l-header-list__link--active {
        background: #fff200;
        border: 1px solid #fff200;
        color: #324a5e; } }
    @media (min-width: 1112px) {
      .l-header-list__link--active:hover {
        background: #fff200;
        border: 1px solid #fff200;
        color: #324a5e; } }

.l-article {
  position: relative; }
  .l-article__header {
    margin-bottom: 32px; }
    @media (min-width: 1112px) {
      .l-article__header {
        margin-bottom: 48px; } }
    .l-article__header--item {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff200;
      margin-bottom: 0;
      padding: 8px;
      position: absolute;
      top: -80px;
      width: 100%;
      z-index: 5; }
      @media (min-width: 1112px) {
        .l-article__header--item {
          padding: 8px 16px 8px 128px;
          top: -96px;
          width: auto; } }
    .l-article__header .overflow-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .l-article__header .item-img {
      display: none; }
      @media (min-width: 1112px) {
        .l-article__header .item-img {
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          background-color: #fff;
          background-position: center;
          background-size: cover;
          display: block;
          height: 112px;
          left: 0;
          position: absolute;
          top: -16px;
          width: 112px;
          z-index: 100; } }
  .l-article__h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1; }
    @media (min-width: 484px) {
      .l-article__h1 {
        font-size: 28px; } }
    @media (min-width: 744px) {
      .l-article__h1 {
        font-size: 32px; } }
    @media (min-width: 1112px) {
      .l-article__h1 {
        font-size: 40px; } }
    .l-article__h1--item {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .l-article__header-text {
    font-size: 14px;
    padding-top: 4px; }
  .l-article__section {
    margin-bottom: 32px; }
    @media (min-width: 1112px) {
      .l-article__section {
        margin-bottom: 48px; } }
    .l-article__section--white {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff;
      border-radius: 2px;
      padding: 16px; }
      @media (min-width: 744px) {
        .l-article__section--white {
          padding: 32px; } }
    .l-article__section--ads {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff;
      border-radius: 2px; }
    @media (min-width: 1112px) {
      .l-article__section--ads-item {
        margin-bottom: 0;
        padding: 32px 32px 0; } }
  .l-article__h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 16px; }
    @media (min-width: 484px) {
      .l-article__h2 {
        font-size: 24px; } }
    @media (min-width: 744px) {
      .l-article__h2 {
        font-size: 28px; } }
    @media (min-width: 1112px) {
      .l-article__h2 {
        font-size: 32px; } }
  @media (min-width: 744px) {
    .l-article__item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (min-width: 1112px) {
    .l-article__item {
      position: relative; } }
  .l-article__item-item {
    margin-bottom: 16px; }
    @media (min-width: 744px) {
      .l-article__item-item {
        margin-bottom: 0;
        width: 49%; } }
    @media (min-width: 1112px) {
      .l-article__item-item {
        width: 31%; } }
    .l-article__item-item:last-of-type {
      margin-bottom: 0; }
    .l-article__item-item p {
      margin-bottom: 8px; }
      .l-article__item-item p:last-of-type {
        margin-bottom: 0; }
      .l-article__item-item p.time {
        color: #4e7493;
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        padding: 0 8px;
        position: relative;
        top: -10px; }
    .l-article__item-item .open-status {
      display: inline-block; }
      .l-article__item-item .open-status::before {
        content: ' ';
        display: table; }
      .l-article__item-item .open-status::after {
        clear: both;
        content: ' ';
        display: table; }
      .l-article__item-item .open-status span {
        background-color: #4e7493;
        border-radius: 16px;
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 1;
        padding: 4px 8px;
        position: relative;
        top: -2px; }
        @media (min-width: 484px) {
          .l-article__item-item .open-status span {
            top: -4px; } }
        @media (min-width: 1112px) {
          .l-article__item-item .open-status span {
            top: -5px; } }
      .l-article__item-item .open-status--open span {
        background-color: #19ad3d; }
      .l-article__item-item .open-status--closed span {
        background-color: #c00; }
    .l-article__item-item b {
      font-size: 32px;
      font-weight: 300; }
    .l-article__item-item--ads {
      display: none; }
      @media (min-width: 1112px) {
        .l-article__item-item--ads {
          display: block;
          width: 336px; } }
  .l-article__btn-box {
    margin-top: 16px;
    width: 100%; }
    @media (min-width: 484px) {
      .l-article__btn-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
  .l-article__two {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .l-article__two--reverse {
      flex-direction: column-reverse; }
    @media (min-width: 1112px) {
      .l-article__two {
        flex-direction: row; } }
  @media (min-width: 1112px) {
    .l-article__two-first {
      flex-grow: 2;
      margin-right: 32px; } }
  .l-article__two-first--reverse {
    margin-top: 8px; }
  @media (min-width: 1112px) {
    .l-article__two-second {
      flex-shrink: 0;
      width: 336px; } }
  .l-article__direction-map {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 200px;
    width: 100%; }
    @media (min-width: 744px) {
      .l-article__direction-map {
        height: 300px; } }
    @media (min-width: 1112px) {
      .l-article__direction-map {
        height: 450px; } }
  .l-article__btn {
    background: #e7f0f9;
    border: 1px solid #e7f0f9;
    border-radius: 4px;
    color: #4e7493;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-right: 4px;
    padding: 4px 8px;
    text-decoration: none; }
    .l-article__btn:hover {
      background-color: #fff;
      color: #324a5e; }
  .l-article__stars {
    color: #ced5de;
    font-size: 14px;
    padding-bottom: 8px; }
    .l-article__stars i {
      color: #fff200;
      font-size: 20px;
      text-shadow: 1px 1px 2px #4e7493; }
  .l-article__user-content {
    width: 100%; }
    .l-article__user-content img {
      height: auto;
      max-width: 100%; }
    .l-article__user-content p {
      margin-bottom: 8px; }
    .l-article__user-content b,
    .l-article__user-content strong {
      font-weight: 700; }
    .l-article__user-content i,
    .l-article__user-content em {
      font-style: italic; }

.l-pre-footer {
  background-color: #fff;
  border-bottom: 1px solid #ced5de;
  display: none;
  font-size: 12px;
  margin-top: 32px;
  padding: 16px 0; }
  @media (min-width: 744px) {
    .l-pre-footer {
      display: block; } }
  .l-pre-footer__main-box {
    display: flex; }
  .l-pre-footer__box {
    flex-grow: 2;
    padding-right: 16px;
    width: 100%; }
    .l-pre-footer__box:last-of-type {
      padding-right: 0; }
  .l-pre-footer__header {
    color: #72bad7;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1; }
  .l-pre-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .l-pre-footer__list-item {
    padding-left: 8px;
    padding-top: 8px;
    position: relative; }
    .l-pre-footer__list-item::before {
      background-color: #4e7493;
      border-radius: 50%;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      top: 14px;
      width: 4px; }
    .l-pre-footer__list-item--two {
      width: 49%; }
  .l-pre-footer__link {
    color: #4e7493;
    font-size: 12px;
    line-height: 1;
    text-decoration: none; }
    .l-pre-footer__link:hover {
      color: #4e7493;
      text-decoration: underline; }

.l-footer {
  background-color: #324a5e;
  color: #fff;
  font-size: 12px;
  padding: 16px 0;
  text-align: center; }
  .l-footer__link {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase; }
    .l-footer__link:hover {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 484px) {
    .l-footer__list {
      display: flex;
      justify-content: center; } }
  .l-footer__list-item {
    padding: 0 8px 8px; }
  .l-footer__list-link {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase; }
    @media (min-width: 484px) {
      .l-footer__list-link {
        font-size: 14px;
        font-weight: 300;
        text-transform: none; } }
    .l-footer__list-link:hover {
      color: #fff;
      text-decoration: none; }

.l-aside {
  display: none; }
  @media (min-width: 1112px) {
    .l-aside {
      display: block; } }
  .l-aside__section {
    display: block;
    margin-bottom: 32px; }
    @media (min-width: 1112px) {
      .l-aside__section {
        margin-bottom: 48px; } }
    .l-aside__section--ads {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff;
      border-radius: 2px; }
    .l-aside__section--map {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #fff;
      border-radius: 2px;
      height: 336px;
      display: flex;
      flex-direction: column; }
    .l-aside__map {
      height: 100%;
      min-height: 320px;
      position: relative; }
      .l-aside__map .c-map__placeholder,
      .l-aside__map .c-map__canvas {
        min-height: inherit; }
  .l-aside__header {
    border-bottom: 1px solid #acb3ba;
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 4px; }

.l-aside-list__item {
  margin-bottom: 16px; }
  .l-aside-list__item:last-of-type {
    margin-bottom: 0; }

.l-aside-list__link--header {
  color: #324a5e;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  text-decoration: underline; }
  .l-aside-list__link--header:hover {
    color: #324a5e;
    text-decoration: none; }

.l-aside-list__flex {
  display: flex;
  justify-content: space-between; }

.l-aside-list__small {
  color: #4e7493;
  display: block;
  font-size: 14px; }
  .l-aside-list__small::before {
    content: ' ';
    display: table; }
  .l-aside-list__small::after {
    clear: both;
    content: ' ';
    display: table; }
  .l-aside-list__small--top-indent {
    margin-top: 4px; }
    .l-aside-list__small--top-indent b {
      color: #fff200;
      text-shadow: 0 0 2px rgba(50, 74, 94, 0.5); }

.l-aside-list__btn {
  align-items: center;
  border: 1px solid #acb3ba;
  border-radius: 2px;
  color: #324a5e;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  margin-left: 16px;
  padding: 4px 8px; }
  .l-aside-list__btn:hover {
    background-color: #86dcff;
    border: 1px solid #72bad7;
    color: #324a5e; }

.l-aside-list__icon {
  align-items: center;
  background-color: #86dcff;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 8px;
  width: 24px; }
  .l-aside-list__icon--info span {
    background-image: url(/img/sprite.png);
    background-position: 0px -12px;
    width: 12px;
    height: 12px;
    display: block; }

.l-main__box {
  box-sizing: border-box;
  margin: 0 8px;
  max-width: 1096px;
  min-width: 234px; }
  @media (min-width: 744px) {
    .l-main__box {
      margin: 0 auto;
      width: 728px; } }
  @media (min-width: 1112px) {
    .l-main__box {
      width: 1096px; } }

.l-main__main {
  padding-top: 32px; }

.l-main__main--item {
  padding-top: 0; }
  @media (min-width: 1112px) {
    .l-main__main {
      display: flex; } }
  @media (min-width: 1112px) {
    .l-main__main--item {
      display: block; } }

.l-main__article {
  flex-grow: 2; }

.l-main__aside {
  padding-top: 32px; }
  @media (min-width: 1112px) {
    .l-main__aside {
      flex-shrink: 0;
      margin-left: 32px;
      padding-top: 0;
      width: 336px; } }

.l-main__map {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 180px;
  width: 100%; }
@media (min-width: 484px) {
  .l-main__map {
    height: 220px; }
}
@media (min-width: 744px) {
  .l-main__map {
    height: 260px; }
}
@media (min-width: 1112px) {
  .l-main__map {
    height: 300px; }
}
@media (min-width: 1440px) {
  .l-main__map {
    height: 320px; }
}

.c-map-strip {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.c-map {
  position: relative;
  z-index: 0; }

.c-map__placeholder {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
  text-align: center; }

.c-map__placeholder-img {
  filter: blur(6px);
  height: 100%;
  left: 50%;
  object-fit: cover;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  width: 100%;
  z-index: 1; }

.c-map__placeholder-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 2; }

.c-map__placeholder--loading {
  opacity: 0.7; }

.c-map__placeholder--hidden {
  display: none; }

.c-map__button {
  background-color: #ffffff;
  border: 2px solid #1b65b3;
  border-radius: 999px;
  color: #1b65b3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 14px rgba(27, 101, 179, 0.15); }
  .c-map__button:hover,
  .c-map__button:focus {
    background-color: #1b65b3;
    color: #ffffff;
    outline: none; }

.c-map__button[disabled] {
  background-color: #eef3f8;
  border-color: #acb3ba;
  color: #7a8696;
  box-shadow: none;
  cursor: progress; }

.c-map__canvas {
  display: none;
  height: 100%;
  width: 100%; }

.c-map__canvas--visible {
  display: block; }

@media (min-width: 1112px) {
  .l-header-list {
    display: block;
    background-color: transparent;
    padding: 8px 0;
  }
  .l-header-list__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
  }
  .l-header-list__item {
    padding: 0;
    margin: 0 2px;
    border-bottom: 0;
    width: auto;
  }
  .l-header-list__link {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 8px;
    line-height: 1.2;
    color: #444;
    border-top: 3px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .l-header-list__link:hover,
  .l-header-list__link--active {
    color: #444;
    border-top-color: #16aeec;
    background-color: rgba(22, 174, 236, 0.08);
  }
}
@media (min-width: 1112px) {
  .l-header-list {
    display: flex;
    justify-content: center;
    background: none;
    padding: 0;
  }
  .l-header-list__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .l-header-list__item {
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
  }
  .l-header-list__link {
    border: 0;
    background: none;
    color: #444;
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 8px;
  }
  .l-header-list__link:hover,
  .l-header-list__link--active {
    color: #16aeec;
    background: none;
    border: 0;
  }
}.c-mapbox__marker-line{margin-top:4px;}
