/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 1, ../sass/layout/_base.scss */
html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

/* line 7, ../sass/layout/_base.scss */
.imce-page .dialog-off-canvas-main-canvas {
  height: auto; }

/* line 14, ../sass/layout/_base.scss */
#drupal-live-announce.visually-hidden {
  display: none; }

/* line 19, ../sass/layout/_base.scss */
.page-container {
  overflow: clip; }
  @media only screen and (max-width: 850px) {
    /* line 19, ../sass/layout/_base.scss */
    .page-container {
      position: relative; } }

/* line 27, ../sass/layout/_base.scss */
.layout-content {
  padding: 0 20px;
  width: 1260px; }

/* line 32, ../sass/layout/_base.scss */
.group--grid {
  display: grid; }

/* line 36, ../sass/layout/_base.scss */
.grid--text-and-form {
  grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
  grid-gap: 30px; }

/* line 41, ../sass/layout/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoCyrl", sans-serif;
  font-weight: 400;
  line-height: 1.15; }

/* line 47, ../sass/layout/_base.scss */
h1 {
  font-weight: 700; }
  /* line 50, ../sass/layout/_base.scss */
  h1, h1.page-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      /* line 50, ../sass/layout/_base.scss */
      h1, h1.page-title {
        font-size: 27px;
        margin-bottom: 20px; } }

/* line 63, ../sass/layout/_base.scss */
h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    /* line 63, ../sass/layout/_base.scss */
    h2 {
      font-size: 22px;
      margin-bottom: 20px; } }

/* line 74, ../sass/layout/_base.scss */
h3 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    /* line 74, ../sass/layout/_base.scss */
    h3 {
      font-size: 24px;
      margin-bottom: 15px; } }

/* line 85, ../sass/layout/_base.scss */
h4 {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    /* line 85, ../sass/layout/_base.scss */
    h4 {
      font-size: 14px; } }

/* line 93, ../sass/layout/_base.scss */
header {
  padding: 20px 0 !important; }
  @media only screen and (max-width: 767px) {
    /* line 93, ../sass/layout/_base.scss */
    header {
      border-bottom: 1px solid #BBBBBB; } }
  @media only screen and (max-width: 650px) {
    /* line 93, ../sass/layout/_base.scss */
    header {
      padding: 10px 0 !important; } }

/* line 109, ../sass/layout/_base.scss */
.narrow-screen-menu-container {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  /* line 118, ../sass/layout/_base.scss */
  .menu-open .narrow-screen-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 10001;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s; }

/* line 131, ../sass/layout/_base.scss */
.page-main-container {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    /* line 134, ../sass/layout/_base.scss */
    .page-node-excursion .page-main-container {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    /* line 131, ../sass/layout/_base.scss */
    .page-main-container {
      margin-top: 0; } }

/* line 146, ../sass/layout/_base.scss */
.featured_bottom {
  margin-top: 70px; }

/* line 150, ../sass/layout/_base.scss */
.footer-top-container {
  margin-bottom: 20px; }

/* line 154, ../sass/layout/_base.scss */
.footer-content-container {
  margin-bottom: 50px; }
  @media only screen and (max-width: 850px) {
    /* line 154, ../sass/layout/_base.scss */
    .footer-content-container {
      margin-bottom: 30px; } }

/* line 162, ../sass/layout/_base.scss */
.footer-bottom-container {
  margin-top: 50px; }
  @media only screen and (max-width: 850px) {
    /* line 162, ../sass/layout/_base.scss */
    .footer-bottom-container {
      margin-top: 20px; } }

/* line 170, ../sass/layout/_base.scss */
footer {
  background: #EDECEB;
  padding: 50px 0; }
  @media only screen and (max-width: 650px) {
    /* line 170, ../sass/layout/_base.scss */
    footer {
      padding: 30px 0; } }

/* line 1, ../sass/layout/_formated_texts.scss */
.text-formatted {
  line-height: 1.3;
  -webkit-text-size-adjust: none; }
  /* line 5, ../sass/layout/_formated_texts.scss */
  .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    line-height: 1.15;
    margin: 0 0 20px; }
    @media only screen and (max-width: 650px) {
      /* line 5, ../sass/layout/_formated_texts.scss */
      .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
        margin-bottom: 15px; } }
  /* line 14, ../sass/layout/_formated_texts.scss */
  .text-formatted img {
    margin-bottom: 30px; }
  /* line 18, ../sass/layout/_formated_texts.scss */
  .text-formatted div {
    margin-bottom: 30px; }
    /* line 21, ../sass/layout/_formated_texts.scss */
    .text-formatted div:last-child {
      margin-bottom: 0; }
  /* line 28, ../sass/layout/_formated_texts.scss */
  .text-formatted figure.caption-img {
    margin: 0 0 30px; }
    /* line 31, ../sass/layout/_formated_texts.scss */
    .text-formatted figure.caption-img:last-child {
      margin-bottom: 0; }
    /* line 35, ../sass/layout/_formated_texts.scss */
    .text-formatted figure.caption-img figcaption {
      font-size: 14px;
      margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      /* line 28, ../sass/layout/_formated_texts.scss */
      .text-formatted figure.caption-img {
        margin-bottom: 20px; } }
  /* line 46, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) {
    margin-bottom: 30px; }
    /* line 49, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):last-child {
      margin-bottom: 0; }
    /* line 53, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li {
      margin-bottom: 10px;
      padding-left: 1.4em; }
      /* line 57, ../sass/layout/_formated_texts.scss */
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:before {
        font-size: 28px;
        left: 0.3em;
        line-height: 0.9; }
      /* line 64, ../sass/layout/_formated_texts.scss */
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:last-child {
        margin-bottom: 0; }
  /* line 70, ../sass/layout/_formated_texts.scss */
  .text-formatted ol {
    margin-bottom: 30px; }
    /* line 73, ../sass/layout/_formated_texts.scss */
    .text-formatted ol:last-child {
      margin-bottom: 0; }
    /* line 77, ../sass/layout/_formated_texts.scss */
    .text-formatted ol li {
      margin-bottom: 25px;
      padding-left: 4em; }
      /* line 81, ../sass/layout/_formated_texts.scss */
      .text-formatted ol li:before {
        content: counter(list1);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 700;
        top: 4px;
        left: 1.5em;
        line-height: 30px;
        padding-right: 0;
        min-width: 30px;
        text-align: center; }
        @media only screen and (max-width: 650px) {
          /* line 81, ../sass/layout/_formated_texts.scss */
          .text-formatted ol li:before {
            top: 6px;
            left: 0;
            font-size: 10px;
            line-height: 20px;
            min-width: 20px; } }
      /* line 104, ../sass/layout/_formated_texts.scss */
      .text-formatted ol li:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 650px) {
        /* line 77, ../sass/layout/_formated_texts.scss */
        .text-formatted ol li {
          padding-left: 2em; } }
  @media only screen and (min-width: 850px) {
    /* line 120, ../sass/layout/_formated_texts.scss */
    .text-formatted .row .col-lg:first-child {
      padding-right: 25px; } }
  /* line 127, ../sass/layout/_formated_texts.scss */
  .text-formatted .row .col-lg:last-child {
    margin-top: 20px; }
    @media only screen and (min-width: 850px) {
      /* line 127, ../sass/layout/_formated_texts.scss */
      .text-formatted .row .col-lg:last-child {
        margin-top: 0;
        padding-left: 25px; } }
  @media only screen and (min-width: 850px) {
    /* line 118, ../sass/layout/_formated_texts.scss */
    .text-formatted .row .col-lg {
      width: 50%; } }
  @media only screen and (min-width: 850px) {
    /* line 116, ../sass/layout/_formated_texts.scss */
    .text-formatted .row {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

@media print {
  /* line 2, ../sass/layout/_print.scss */
  * {
    margin: 0;
    padding: 0; }

  /* line 7, ../sass/layout/_print.scss */
  html, body {
    height: auto; }

  /* line 11, ../sass/layout/_print.scss */
  .layout-content {
    width: 100%; } }
/* line 1, ../sass/layout/_regions.scss */
.region--header-top {
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 20px; }

/* line 6, ../sass/layout/_regions.scss */
.region--header {
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1; }

/* line 12, ../sass/layout/_regions.scss */
.region--header-bottom {
  -webkit-align-items: center;
  align-items: center; }

/* line 16, ../sass/layout/_regions.scss */
.region--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 850px) {
    /* line 16, ../sass/layout/_regions.scss */
    .region--footer {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }

/* line 25, ../sass/layout/_regions.scss */
.narrow-screen-menu-regioins-container {
  background: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
  left: 0;
  padding: 20px 20px 40px;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  /* line 34, ../sass/layout/_regions.scss */
  .menu-open .narrow-screen-menu-regioins-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 320px;
    width: calc(100% - 40px);
    height: 100%; }

/* line 44, ../sass/layout/_regions.scss */
.region--narrow-screen-menu-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

/* line 49, ../sass/layout/_regions.scss */
.region--narrow-screen-menu {
  margin-top: 27px; }

@media only screen and (max-width: 650px) {
  /* line 55, ../sass/layout/_regions.scss */
  .region--breadcrumb {
    -webkit-justify-content: center;
    justify-content: center; } }

/*# sourceMappingURL=layout.css.map */
