/*---------------------------------------------------
                  Global variables
---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barriecito&display=swap");
/*---------------------------------------------------
                    Components
---------------------------------------------------*/
.intro h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .intro h1 .word {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    -webkit-animation: word ease .5s .5s forwards;
            animation: word ease .5s .5s forwards; }
    @media print, screen and (min-width: 64em) {
      .intro h1 .word:nth-of-type(1) {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      .intro h1 .word:nth-of-type(2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s; }
      .intro h1 .word:nth-of-type(3) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .intro h1 .word:nth-of-type(4) {
        -webkit-animation-delay: .55s;
                animation-delay: .55s; }
      .intro h1 .word:nth-of-type(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; } }

@-webkit-keyframes word {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem); } }

@keyframes word {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem); } }

.intro h1 p {
  font-family: 'Barriecito', sans-serif;
  line-height: 1.3;
  font-size: 2.6rem;
  width: 100%;
  font-style: normal; }
  @media print, screen and (min-width: 48em) {
    .intro h1 p {
      font-size: 6rem; } }
  @media screen and (min-width: 75em) {
    .intro h1 p {
      font-size: 8rem; } }
  .intro h1 p .heart {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/img/heart.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: pulse ease 2s infinite !important;
            animation: pulse ease 2s infinite !important; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    @media print, screen and (min-width: 48em) {
      .intro h1 p .heart {
        width: 6rem;
        height: 6rem; } }
    @media screen and (min-width: 75em) {
      .intro h1 p .heart {
        height: 8rem;
        width: 8rem;
        margin-bottom: -1.5rem;
        margin-left: 1rem; } }

.intro::before, .intro::after {
  display: none; }

.info-panel {
  background: #23A9E5;
  min-height: 100vh; }
  .info-panel .blue {
    background: #B1C90A;
    color: #002773;
    padding: 43px 0 39px; }
  .info-panel b {
    margin-bottom: 20px; }
  .info-panel .snow_height {
    margin-top: 2px; }
  .info-panel .service {
    margin-top: 17px; }
  .info-panel b, .info-panel span {
    color: #002773; }
  .info-panel img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center; }
  .info-panel__item {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    -webkit-animation: infoItem ease .5s .5s forwards;
            animation: infoItem ease .5s .5s forwards; }
    @media print, screen and (min-width: 64em) {
      .info-panel__item:nth-of-type(1) {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      .info-panel__item:nth-of-type(2) {
        -webkit-animation-delay: .25s;
                animation-delay: .25s; }
      .info-panel__item:nth-of-type(3) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .info-panel__item:nth-of-type(4) {
        -webkit-animation-delay: .55s;
                animation-delay: .55s; }
      .info-panel__item:nth-of-type(5) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; } }

@-webkit-keyframes infoItem {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem); } }

@keyframes infoItem {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem); } }

.intro-text {
  max-width: 1200px; }
  .intro-text p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .intro-text__perex {
    margin-top: 4rem;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    transition: all ease .8s; }
  .intro-text .box {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    transition: all ease .5s; }
    .intro-text .box h2 p {
      color: #23A9E5;
      font-size: 20px; }
    .intro-text .box img {
      width: 6rem;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom center;
         object-position: bottom center; }
  .intro-text--animed .box {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    transition: all ease .5s; }
    @media print, screen and (min-width: 64em) {
      .intro-text--animed .box:nth-of-type(1) {
        transition-delay: .1s; }
      .intro-text--animed .box:nth-of-type(2) {
        transition-delay: .2s; }
      .intro-text--animed .box:nth-of-type(3) {
        transition-delay: .3s; }
      .intro-text--animed .box:nth-of-type(4) {
        transition-delay: .4s; }
      .intro-text--animed .box:nth-of-type(5) {
        transition-delay: .5s; }
      .intro-text--animed .box:nth-of-type(6) {
        transition-delay: .6s; }
      .intro-text--animed .box:nth-of-type(7) {
        transition-delay: .7s; }
      .intro-text--animed .box:nth-of-type(8) {
        transition-delay: .8s; } }
  .intro-text--animed .intro-text__perex {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    transition: all ease .8s;
    transition-delay: .7s; }

.section {
  padding: 6rem 0; }
  @media print, screen and (min-width: 48em) {
    .section {
      padding: 8rem 0; } }
  .section__title {
    color: #002773;
    text-align: center;
    font-family: Barlow !important;
    font-size: 2rem !important;
    font-style: italic !important;
    font-weight: 700 !important; }
    @media print, screen and (min-width: 48em) {
      .section__title {
        font-size: 3rem !important; } }
    .section__title--margin {
      margin-bottom: 3rem; }
  .section__row {
    max-width: 1610px;
    margin: auto;
    padding: 0 1rem; }

.news {
  background: rgba(205, 236, 249, 0.5); }
  .news__social {
    max-width: 1610px;
    margin: auto;
    padding: 0 1rem; }
  .news__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem 0 2.5rem 0; }
    .news__links-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: .5rem;
      background: #B1C90A;
      padding: .3rem;
      border-radius: 2rem;
      text-decoration: none;
      transition: all ease .3s; }
      .news__links-btn:hover {
        background: #23A9E5; }
      @media print, screen and (min-width: 48em) {
        .news__links-btn {
          margin: 1rem;
          padding: .4rem 1.5rem; } }
    .news__links-img {
      width: 2rem;
      height: auto;
      display: block; }
    .news__links-text {
      padding-left: .5rem;
      color: white;
      display: none; }
      @media print, screen and (min-width: 48em) {
        .news__links-text {
          display: block; } }

.grid {
  background: white;
  margin-top: 0; }
  .grid-box {
    padding-bottom: 0; }
  .grid__box {
    position: relative;
    overflow: hidden; }
    .grid__box-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover !important;
      background-position: center !important;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: all ease .5s; }
    .grid__box:hover .grid__box-bg {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      transition: all ease .5s; }

.title--new {
  padding-top: 0;
  font-family: 'Barriecito', sans-serif;
  line-height: 1.3;
  font-size: 2.6rem;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
  max-width: 18rem; }
  @media print, screen and (min-width: 48em) {
    .title--new {
      font-size: 3rem;
      margin-bottom: 4rem;
      max-width: none; } }
  @media screen and (min-width: 75em) {
    .title--new {
      font-size: 5rem;
      max-width: 40rem;
      margin-bottom: 4rem; } }

.offer-box {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 7rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all ease .3s; }
  .offer-box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: all ease .3s; }

.acc__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }

.acc__box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem; }
  .acc__box-booking {
    width: 7rem;
    height: auto;
    display: block;
    max-width: 50%; }
  .acc__box-more {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.more-offer {
  background: transparent;
  color: #002773;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 3rem; }
  @media print, screen and (min-width: 64em) {
    .more-offer {
      font-size: 1.7rem; } }
  .more-offer:hover {
    text-decoration: none;
    color: #002773; }
  .more-offer::before, .more-offer::after {
    display: none; }

.swiper__nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem; }
  @media print, screen and (min-width: 48em) {
    .swiper__nav {
      width: calc(100vw - 9rem); } }
  @media screen and (min-width: 100em) {
    .swiper__nav {
      width: 1600px; } }

.swiper__box {
  max-width: 80rem; }

.swiper-left {
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: .15rem solid #CDECF9;
  border-radius: 50%; }

.swiper-right {
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: .15rem solid #CDECF9;
  border-radius: 50%; }

.swiper-pagination {
  position: relative;
  margin: 1rem 2rem; }
  .swiper-pagination-bullet {
    background: #23A9E5;
    width: .8rem;
    height: .8rem;
    margin: .3rem; }
    .swiper-pagination-bullet-active {
      background: #002773; }

.activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .activities {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .activities__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%; }
    @media print, screen and (min-width: 48em) {
      .activities__img {
        width: 60%; } }
  .activities__text {
    padding: 40px !important;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .activities__text {
        width: 40%; } }
    .activities__text h3 {
      font-family: Barlow !important;
      font-weight: 600; }
      @media print, screen and (min-width: 64em) {
        .activities__text h3 {
          font-size: 24px !important; } }

.footer__bg {
  position: relative;
  padding-top: 20rem;
  background-size: cover;
  background-position: center bottom; }
  @media screen and (min-width: 75em) {
    .footer__bg {
      padding-top: 25rem; } }
  .footer__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9; }

.footer__text {
  background: #002773;
  width: 1560px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem; }
  .footer__text h3 {
    font-weight: 700; }
    @media print, screen and (min-width: 64em) {
      .footer__text h3 {
        font-size: 24px; } }
  .footer__text * {
    color: white !important; }

.footer__map {
  width: 1560px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__map-box {
    width: 100%; }
    .footer__map-box iframe {
      display: block;
      width: 100%;
      height: 30rem; }

.footer__links {
  margin-bottom: 1rem; }
  .footer__links-img {
    width: 2rem;
    height: 1rem;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-right: .5rem; }
  .footer__links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem; }
  .footer__social-img {
    width: 1.7rem;
    height: auto;
    display: block; }
  .footer__social-btn {
    margin: .5rem; }

.footer__partners {
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .footer__partners-title {
    color: #002773 !important;
    font-weight: 700 !important;
    font-size: 18px !important; }

.footer__copy {
  background: #DCE6F0;
  padding: 2rem 0 1.5rem 0; }
  .footer__copy-box {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer__copy-box p {
      margin: 0;
      color: #002773 !important;
      text-align: center; }
    .footer__copy-box a {
      cursor: pointer;
      color: #002773;
      text-decoration: none; }
      .footer__copy-box a:hover {
        text-decoration: underline; }
  .footer__copy-copy {
    margin: 0 1rem; }

.title-anim span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  transition: all ease .5s; }

.title-animed span {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  transition: all ease .5s; }
  .title-animed span:nth-of-type(1) {
    transition-delay: .1s; }
  .title-animed span:nth-of-type(2) {
    transition-delay: .2s; }
  .title-animed span:nth-of-type(3) {
    transition-delay: .3s; }
  .title-animed span:nth-of-type(4) {
    transition-delay: .4s; }
  .title-animed span:nth-of-type(5) {
    transition-delay: .5s; }
  .title-animed span:nth-of-type(6) {
    transition-delay: .6s; }
  .title-animed span:nth-of-type(7) {
    transition-delay: .7s; }
  .title-animed span:nth-of-type(8) {
    transition-delay: .8s; }
  .title-animed span:nth-of-type(9) {
    transition-delay: .9s; }
  .title-animed span:nth-of-type(10) {
    transition-delay: 1s; }

h1.section__title {
  text-align: left;
  text-transform: none; }

.intro-text {
  margin: 40px auto 80px auto; }
  @media print, screen and (min-width: 48em) {
    .intro-text {
      margin: 77px auto 104px; } }
  .intro-text h2 p {
    font-size: 16px !important; }
    @media print, screen and (min-width: 48em) {
      .intro-text h2 p {
        font-size: 20px !important; } }

@media (max-width: 768px) {
  .grid-box .box.sm {
    aspect-ratio: 1 / 1;
    height: auto; }
  .grid-box .box.mi {
    aspect-ratio: 1 / 1;
    height: auto; }
  .grid-box .box.lg {
    height: 250px; }
  .grid-box .box.md {
    height: 250px; }
  .grid-box .box {
    padding: 14px !important; }
  .grid-box h3 {
    font-size: 25px !important;
    line-height: 1.2 !important; }
  .grid-box p {
    font-size: 14px !important;
    line-height: 1.2 !important; }
  .offer-box {
    padding-bottom: 45px !important; }
    .offer-box h3 {
      font-size: 25px !important;
      line-height: 1.2 !important;
      max-width: 100%; }
    .offer-box p {
      font-size: 14px !important;
      line-height: 1.2 !important;
      max-width: 100%; }
  .more-offer {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2; }
  .activities {
    height: 100%;
    min-height: 550px; }
  .footer__bg {
    padding-top: 10rem; }
    .footer__bg::before {
      height: 10rem;
      background-image: url("/upItems/imgs/bg_full.jpg");
      background-position: center;
      background-size: cover; }
    .footer__bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10rem;
      background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 10; }
  .detail-modal .text span {
    width: 49%; } }

table {
  max-width: 100% !important; }

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-align .offer-box {
    height: 100% !important; }

@media (min-width: 1024px) {
  #container .item {
    min-height: 850px;
    margin-bottom: 20px; }
  #container h3, #container p {
    min-height: auto !important; } }

@media (max-width: 767px) {
  #header .main-navigation {
    background: #009de0; }
  .info-panel-resp span, .info-panel-resp b, .info {
    color: white !important; }
  .main-navigation::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #002773;
    z-index: 999; }
  #header .main-navigation nav {
    margin: 65px 0 0; }
  #header .main-navigation ul li {
    margin: 0;
    padding: 0 25px 25px; }
  #header .separator {
    margin: 0px 50px 20px; }
  .info-panel-resp .cloud {
    width: 30px; }
  .info-panel-resp .snow_height {
    width: 47px; }
  .info-panel-resp .service {
    width: 40px; }
  .info-panel-resp .night {
    width: 27px;
    top: 0; }
  .info-panel-resp td:first-child {
    width: 60px;
    padding: 10px 0; }
  .info-panel-resp td:nth-child(2) {
    width: 110px; }
  .info-panel-resp td {
    vertical-align: middle; }
  .info-panel-resp {
    margin: 15px auto 0; }
  #header .main-navigation .camera {
    bottom: -5px; }
  #header .main-navigation .camera:before {
    left: 0px; }
  #header .main-navigation ul li ul li a {
    color: white; }
  #header .main-navigation ul li ul {
    padding: 10px 0 0;
    margin-bottom: 0; }
  table {
    display: block; }
  .grid-box h3 {
    font-size: 16px !important; }
  .grid-box .box {
    padding: 9px !important; }
  .intro-text .box img {
    width: 4rem; }
  .intro-text .box {
    width: calc(33.333% - 1rem);
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.5rem !important; }
  .cam {
    position: fixed !important;
    top: 0.3rem !important;
    right: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
    background-size: cover !important;
    margin: 0 !important; }
  #header .nav-toggle {
    margin: 13px 65px 0 0; } }

@media (max-width: 360px) {
  .intro-text .box {
    width: calc(50% - 1rem); } }

@media (max-width: 1023px) {
  .intro .intro-img {
    height: auto; }
  .intro video {
    height: auto; } }

.files {
  margin: 1.8rem 0; }
  .files .btn {
    background: #23A9E5;
    border-radius: 5rem;
    color: white;
    margin-right: 1rem;
    transition: all ease .3s;
    padding: .4rem 1rem; }
    .files .btn:hover {
      background: #B1C90A;
      transition: all ease .3s; }

.powr-social-feed iframe {
  margin-bottom: 0 !important; }

.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1600px;
  padding: 0 20px;
  margin: auto; }
  @media print, screen and (min-width: 48em) {
    .new {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .new__item {
    width: 100%; }
    .new__item + .new__item {
      margin-top: 40px; }
      @media print, screen and (min-width: 48em) {
        .new__item + .new__item {
          margin-top: 0; } }
    @media print, screen and (min-width: 48em) {
      .new__item {
        width: calc(33.333% - 1rem); } }
    .new__item-img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 1rem; }
    .new__item-text {
      margin-bottom: 1rem; }
      .new__item-text p {
        font-size: 16px;
        margin-bottom: 10px; }
    .new__item-date {
      font-size: 14px;
      color: #95AFC8; }
