@media screen and (max-width: 1200px) {
  .rs-fixed header .moduletable.slajd #timer {
    right: 8%;
    transform: unset;
  }
  .rs-fixed header .moduletable.slajd .title {
    left: 8%;
  }
}
@media screen and (max-width: 991px) {
  .rs-fixed header .moduletable.slajd #timer {
    position: static;
    transform: unset;
    width: fit-content;
    margin: 0 20px 0 auto;
  }
  .rs-fixed header .moduletable.slajd .title {
    position: static;
    width: fit-content;
    margin: 190px 0 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .bg-color::before {
    bottom: unset;
    height: 140px;
  }
  .rs-fixed {
    padding-top: 0;
  }
  .rs-fixed header {
    position: static;
  }
  .rs-fixed header .moduletable.slajd {
    width: 100%;
    position: static;
    padding-bottom: 43px;
  }
  .rs-fixed header .moduletable.slajd .title {
    margin: 40px auto 0;
  }
  .rs-fixed header .moduletable.slajd .title:before {
    content: "";
    display: block;
    height: 70px;
    width: calc(100vw - 32px);
    max-width: 368px;
    background: url("/images/template/logo_2020-04.png") center no-repeat;
    background-size: 100%;
  }
  .rs-fixed header .moduletable.slajd > img {
    height: auto;
    margin-top: -110px;
  }
  .rs-fixed header .moduletable.slajd #timer {
    width: 100%;
  }
  #bottom > div.moduletable.fullbg.pt-5.maps > div.container.text-center > ul {
    display: flex;
    flex-direction: column;
  }
  #bottom > div.moduletable.fullbg.pt-5.maps > div.container.text-center > ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #bottom > div.moduletable.fullbg.pt-5.maps > div.container.text-center > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .moduletable iframe {
    width: 100vw;
    height: auto;
    aspect-ratio: 1.78;
  }
}

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