:root {
  --pure-black: black;
  --white: white;
  --navy: #1d3c50;
  --orange: #fd5d4d;
  --gray-additional: #c9d4d7;
}

body {
  color: var(--pure-black);
  padding-right: 5.5rem;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 2.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppwriter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--pure-black);
  text-decoration: underline;
}

.rich-main {
  line-height: 1.75rem;
}

.rich-main h1, .rich-main h2 {
  margin-bottom: 1.5rem;
}

.rich-main h3, .rich-main h4, .rich-main h5 {
  margin-bottom: 1rem;
}

.rich-main h6 {
  margin-bottom: .875rem;
}

.rich-main.bigger-rich {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.49rem;
  padding-right: 2.49rem;
}

.container-fluid.more-padding-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-page-content {
  position: relative;
}

.navigation-right {
  z-index: 2000;
  width: 5.5rem;
  height: 100%;
  color: var(--white);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navmenu {
  width: 100%;
  float: none;
  background-color: var(--navy);
  text-align: left;
  padding-right: 5.5rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_button {
  z-index: 2;
  width: 100%;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.menu_button.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.menubutton_lines_wrapper {
  width: 100%;
  height: 1.65719rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.navbar {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.menubutton_line {
  width: 100%;
  height: 2.5px;
  background-color: var(--white);
}

.lang-selection {
  z-index: 2;
  text-transform: uppercase;
  margin-top: 1.23rem;
  font-size: .89rem;
  font-weight: 500;
  position: relative;
}

.a-link-lang {
  color: var(--white);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  display: inline-block;
}

.a-link-lang.active-lang {
  border-bottom-color: var(--orange);
  font-weight: 700;
}

.a-link-wcag {
  margin-top: 1.56rem;
}

.img-wcag-info {
  width: 4.0625rem;
  display: block;
}

.div-nav-top {
  z-index: 1000;
  padding-top: 1.63rem;
  padding-bottom: 1.63rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-logo-museum {
  width: 2.3125rem;
  display: block;
}

.hero_section {
  width: 100%;
  height: 100svh;
  min-height: 600px;
  border-bottom: 2.5px solid var(--navy);
  position: relative;
}

.image-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.image-hero.mobile-v {
  display: none;
}

.div-hero-overlay {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 6rem;
  padding-bottom: 6.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-logo-hero {
  width: 35rem;
  display: block;
}

.box-flex-centering {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-button-hero {
  margin-top: 3.17rem;
}

.image-eye {
  width: 3rem;
  display: block;
}

.a-button-eye {
  width: 5.5rem;
  height: 5.5rem;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Ppwriter, sans-serif;
  font-size: 3rem;
  line-height: 3.1rem;
  text-decoration: none;
  transition: border .5s;
  display: flex;
}

.div-nav-container {
  height: 100%;
  padding-top: 1.8125rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-nav-content {
  z-index: 2;
  height: 100%;
  border-left: 2.5px solid var(--gray-additional);
  background-color: var(--navy);
  padding: 1.74rem .75rem;
  position: relative;
}

.div-menu-logo-cont {
  text-align: left;
}

.img-logo-nav {
  width: 5rem;
  display: block;
}

.div-menu-content {
  width: 100%;
  max-width: 66rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-navlink-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-navlink-item.search-first {
  width: 100%;
}

.div-flex-icon-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.image-icon-fav-nav {
  width: 3.375rem;
}

.form-block-search {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.div-form-search-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.tfield-search {
  height: 3.5rem;
  border-style: none none solid;
  border-width: 1px 1px 2.5px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.tfield-search:active, .tfield-search:focus {
  border-bottom-color: var(--orange);
}

.tfield-search::-ms-input-placeholder {
  color: var(--white);
}

.tfield-search::placeholder {
  color: var(--white);
}

.submit-button-search {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/lupa-rotated.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  padding: 0;
}

.section {
  border-bottom: 2.5px solid var(--navy);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section.map-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section.navy-background {
  background-color: var(--navy);
  color: var(--white);
}

.section.photo-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer-section {
  background-color: var(--navy);
  color: var(--white);
  padding-top: 18rem;
}

.section.swiper-section {
  overflow: hidden;
}

.tb-subheading {
  border-bottom: 1.5px solid var(--orange);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.3rem;
  display: inline-block;
}

.div-max-width {
  width: 100%;
  max-width: 62.125rem;
}

.div-margintop-medium {
  margin-top: 3.75rem;
}

.heading-main {
  font-size: 2.0625rem;
  line-height: 2.5rem;
}

.div-max-width-smaller {
  width: 100%;
  max-width: 43.625rem;
}

.button {
  border: 1.5px solid var(--orange);
  color: var(--pure-black);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2.5rem;
  padding: .81rem .85rem;
  font-size: 1.25rem;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--orange);
}

.button.switch-button {
  border-color: var(--pure-black);
  cursor: pointer;
}

.button.switch-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.button.switch-button.active-filter {
  background-color: var(--pure-black);
  color: var(--white);
}

.button.white-button {
  color: var(--white);
}

.div-map-nav-box {
  border-right: 1.5px solid var(--navy);
  padding-top: 5.62rem;
  padding-bottom: 10rem;
}

.div-map-nav-box.mobile-mapbox {
  display: none;
}

.heading-main2 {
  font-size: 2.875rem;
  line-height: 3.125rem;
}

.text-map-desc {
  font-size: 1.25rem;
  line-height: 2rem;
}

.submit-button-loop {
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: var(--gray-additional);
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.tfield-filters {
  height: 3.8025rem;
  border: 1px #000;
  border-bottom: 1.5px solid #000;
  padding: 0;
  font-size: 1.25rem;
}

.tfield-filters::-ms-input-placeholder {
  color: var(--pure-black);
}

.tfield-filters::placeholder {
  color: var(--pure-black);
}

.div-search-filter {
  position: relative;
}

.filters-form-block {
  margin-bottom: 0;
}

.filter-margin-top {
  margin-top: 3.1rem;
}

.div-slider-inputs {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  align-items: center;
  display: flex;
}

.input-slider-filter {
  width: 5.25rem;
  height: 2.5625rem;
  border: 1.5px solid var(--orange);
  color: var(--pure-black);
  text-align: center;
  border-radius: 2.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.input-slider-filter::-ms-input-placeholder {
  color: var(--pure-black);
}

.input-slider-filter::placeholder {
  color: var(--pure-black);
}

.divider-inputs {
  width: 1.5625rem;
  height: 1px;
  background-color: var(--pure-black);
}

.div-slider-wrapper {
  margin-top: 1.25rem;
}

.divider-slider {
  width: 100%;
  height: 1px;
  background-color: var(--pure-black);
  position: relative;
}

.div-slide-ov {
  width: .75rem;
  height: .75rem;
  background-color: var(--orange);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translate(0, -50%);
}

.div-slide-ov.right-slide {
  left: auto;
  right: 0;
}

.button-arrow-bg {
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: var(--gray-additional);
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.buttons-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-flex-switch {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.tb-text-map {
  flex: none;
}

.div-slider-margin {
  margin-top: 4.19rem;
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 33.33%;
}

.a-photo-object {
  width: 100%;
  display: block;
}

.img-object-loop {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.div-loop-content {
  padding-top: 2.5rem;
}

.margin-top-small {
  margin-top: 2.5rem;
}

.margin-top-regular {
  margin-top: 3.75rem;
}

.button-group {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  align-items: center;
  display: flex;
}

.a-add-to-fav {
  width: 2.5625rem;
  height: 2.5625rem;
  border: 1.5px solid var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-fav-icon {
  width: 2.1875rem;
}

.arrow-slider {
  z-index: 10;
  width: 5.6875rem;
  height: 5.6875rem;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: -2rem;
  right: auto;
}

.arrow-slider.right-arrow {
  left: auto;
  right: -2rem;
}

.img-arrow-icon {
  width: 2.9375rem;
}

.div-home-faq {
  margin-top: 2.2rem;
}

.div-faq-item {
  border-bottom: 2.5px solid var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faq-item-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 11.33rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-faq-item {
  width: 5.4375rem;
  height: 4.24875rem;
}

.div-title-faq-text {
  margin-right: 3.77rem;
}

.a-link-arrow-faq {
  width: 2.5625rem;
  height: 2.5625rem;
  background-color: var(--gray-additional);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  transition: background-color .4s;
  display: flex;
}

.a-link-arrow-faq:hover {
  background-color: var(--orange);
}

.div-faq-hidden {
  overflow: hidden;
}

.faq-hidden-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 11.33rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.58rem;
  display: grid;
}

.div-title-el-faq {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.margin-top-medium {
  margin-top: 4.66rem;
}

.image-full-section {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.div-flex-about-museum {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-logo-museum-full {
  height: 5.5625rem;
}

.div-max-width-mini {
  width: 100%;
  max-width: 26.4578rem;
}

.div-grid-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-footer-column {
  grid-column-gap: 3.47rem;
  grid-row-gap: 3.47rem;
  display: flex;
}

.div-item-details-footer {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.img-footer-logo {
  height: 2.5rem;
  object-fit: contain;
  object-position: 0% 50%;
}

.tb-details-footer {
  margin-top: 1.69rem;
  font-size: .75rem;
  line-height: 1.125rem;
}

.a-link-footer {
  color: var(--white);
  text-decoration: none;
}

.div-nav-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navlink-footer {
  color: var(--white);
  font-size: .75rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .4s;
}

.navlink-footer:hover {
  color: var(--orange);
}

.img-bip {
  width: 3.75rem;
  display: block;
}

.a-link-logo-mobile, .div-mobile-nav {
  display: none;
}

.a-link-add-object {
  width: 16rem;
  height: 5.5rem;
  max-width: 200rem;
  background-color: var(--gray-additional);
  text-transform: uppercase;
  border-radius: 5.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6.5rem;
  left: auto;
  right: 2.7rem;
  overflow: hidden;
}

.img-plus {
  width: 2.8rem;
}

.tb-add-object {
  flex: none;
  align-items: center;
  padding-left: 1.25rem;
  display: block;
  overflow: hidden;
}

.div-plus-hidden {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mobile-add-object-hero {
  display: none;
}

.a-link-add-object-mobile {
  width: 16rem;
  height: 5.5rem;
  max-width: 200rem;
  background-color: var(--gray-additional);
  text-transform: uppercase;
  border-radius: 5.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6.5rem;
  left: auto;
  right: 3.44rem;
  overflow: hidden;
}

.image-logo-hero-mobile {
  width: 35rem;
  display: none;
}

.arrow-hover {
  width: 4rem;
  height: 4rem;
  background-color: var(--orange);
  opacity: 0;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: transform .4s, opacity .4s;
  display: flex;
  transform: translate(-1rem);
}

.img-arrow-navlink {
  width: 2rem;
}

@media screen and (min-width: 1280px) {
  .container-fluid.more-padding-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .navlink {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  .div-menu-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .div-menu-content {
    grid-column-gap: 5.25rem;
  }

  .form-block-search {
    margin-bottom: 0;
  }

  .tfield-search::-ms-input-placeholder {
    color: var(--white);
  }

  .tfield-search::placeholder {
    color: var(--white);
  }

  .tb-subheading {
    text-transform: uppercase;
  }

  .div-max-width {
    width: 80%;
    max-width: 70rem;
  }

  .heading-main {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }

  .div-map-nav-box {
    border-right: 2.5px solid var(--navy);
  }

  .tfield-filters {
    height: 3.8025rem;
    border: 1px #000;
    border-bottom: 1.5px solid #000;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }

  .tfield-filters::-ms-input-placeholder {
    color: var(--pure-black);
  }

  .tfield-filters::placeholder {
    color: var(--pure-black);
  }

  .div-search-filter {
    position: relative;
  }

  .button-arrow-bg {
    transform: translate(0, -50%);
  }

  .a-photo-object {
    display: block;
  }

  .img-object-loop {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }

  .div-loop-content {
    padding-top: 2.5rem;
  }

  .arrow-slider.right-arrow {
    right: -2.7rem;
  }

  .arrow-slider.left-arrow {
    left: -2.9rem;
  }

  .div-flex-about-museum {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
  }

  .img-logo-museum-full {
    display: block;
  }

  .div-nav-footer {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
  }

  .arrow-hover {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  .navlink {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .div-nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-menu-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
  }

  .tfield-search {
    height: 3rem;
  }

  .submit-button-search {
    width: 3rem;
    height: 3rem;
  }

  .section.map-section {
    grid-template-columns: 1fr;
  }

  .section.footer-section {
    padding-top: 8rem;
  }

  .div-map-nav-box {
    padding-bottom: 5rem;
  }

  .div-map-box {
    aspect-ratio: 3 / 2;
  }

  .div-grid-footer {
    flex-wrap: wrap;
  }

  .a-link-footer {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
  }

  .rich-main.bigger-rich {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .container-fluid.more-padding-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main-page-content {
    padding-top: 5.6836rem;
  }

  .navigation-right {
    width: 100%;
    height: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navmenu {
    padding-right: 0;
    overflow: visible;
  }

  .menu_button {
    width: 3.91625rem;
    flex: 0 auto;
  }

  .navbar {
    height: auto;
  }

  .lang-selection, .a-link-wcag, .div-nav-top {
    display: none;
  }

  .hero_section {
    height: 90svh;
    min-height: 450px;
  }

  .div-hero-overlay {
    padding-top: 6.5rem;
    padding-bottom: 3.75rem;
  }

  .image-logo-hero {
    max-width: 18.0625rem;
    display: none;
  }

  .div-button-hero {
    display: none;
  }

  .navlink {
    padding-bottom: .5rem;
  }

  .div-nav-container {
    height: 100svh;
    padding-top: 10.1125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: auto;
  }

  .div-nav-content {
    height: auto;
    border-bottom: 2.5px solid var(--gray-additional);
    border-left-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 1.53rem 1.5rem;
    display: flex;
  }

  .div-menu-logo-cont {
    display: none;
  }

  .div-menu-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .div-navlink-item.search-first {
    order: -1;
    margin-bottom: 1rem;
  }

  .image-icon-fav-nav {
    display: none;
  }

  .div-form-search-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tfield-search {
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .submit-button-search {
    width: 2rem;
    height: 2rem;
  }

  .section.map-section {
    flex-direction: column-reverse;
    display: flex;
  }

  .section.footer-section {
    padding-top: 3.75rem;
  }

  .section.swiper-section {
    overflow: hidden;
  }

  .div-margintop-medium {
    margin-top: 2.5rem;
  }

  .div-margintop-medium.mobile-hidden {
    display: none;
  }

  .div-margintop-medium.mobile-no-margin {
    margin-top: 0;
  }

  .heading-main {
    font-size: 1.75rem;
  }

  .button {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .875rem;
    line-height: .875rem;
  }

  .button.switch-button {
    border-color: var(--orange);
  }

  .button.switch-button.mobile-hidden {
    display: none;
  }

  .div-map-nav-box {
    padding-top: 3.81rem;
  }

  .div-map-nav-box.mobile-mapbox {
    padding-bottom: 3.81rem;
    display: block;
  }

  .div-map-box {
    aspect-ratio: 1 / 1;
  }

  .heading-main2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .heading-main2.mobile-hidden {
    display: none;
  }

  .text-map-desc {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .filter-margin-top {
    margin-top: 2.4rem;
  }

  .div-slider-margin {
    max-width: 80%;
  }

  .swiper {
    margin-left: 0;
  }

  .margin-top-regular {
    margin-top: 3rem;
  }

  .arrow-slider.right-arrow {
    width: 2.8437rem;
    height: 2.8437rem;
    right: -1rem;
  }

  .arrow-slider.left-arrow {
    width: 2.8437rem;
    height: 2.8437rem;
    left: -1rem;
  }

  .img-arrow-icon {
    width: 1.46875rem;
  }

  .div-home-faq {
    margin-top: 1rem;
  }

  .div-faq-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-item-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .image-faq-item {
    object-fit: contain;
    object-position: 0% 50%;
  }

  .faq-hidden-content {
    display: block;
  }

  .margin-top-medium {
    margin-top: 3.5rem;
  }

  .image-full-section {
    aspect-ratio: 1 / 1;
  }

  .div-flex-about-museum {
    grid-template-columns: 1fr;
  }

  .img-logo-museum-full {
    height: 3.27144rem;
  }

  .div-footer-column {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-nav-footer {
    grid-row-gap: .875rem;
    flex-wrap: wrap;
  }

  .a-link-logo-mobile {
    display: block;
  }

  .img-logo-mobile {
    height: 2.625rem;
    display: block;
  }

  .div-mobile-nav {
    border-top: 2.5px solid var(--gray-additional);
    margin-top: 4rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 3rem 1.5rem 5rem;
    display: block;
  }

  .div-lang-mobile {
    grid-column-gap: .85rem;
    grid-row-gap: .85rem;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
  }

  .tb-lang-mob {
    text-transform: uppercase;
    font-size: .875rem;
    line-height: .875rem;
  }

  .a-link-lang-mob {
    width: 2.78125rem;
    border: 1.5px solid var(--white);
    color: var(--white);
    text-align: center;
    border-radius: 1.25rem;
    padding-top: .37rem;
    padding-bottom: .37rem;
    font-size: .875rem;
    line-height: .875rem;
    text-decoration: none;
  }

  .a-link-lang-mob.is-active {
    border-color: var(--orange);
  }

  .a-link-add-object {
    display: none;
  }

  .img-plus {
    width: 2.12356rem;
  }

  .mobile-add-object-hero {
    justify-content: flex-end;
    margin-top: .5rem;
    display: flex;
  }

  .a-link-add-object-mobile {
    width: 4.17031rem;
    height: 4.17031rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .image-logo-hero-mobile {
    max-width: 18.0625rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .main-page-content {
    padding-top: 4.625rem;
  }

  .image-hero.desktop-v {
    display: none;
  }

  .image-hero.mobile-v {
    display: block;
  }

  .image-logo-hero {
    width: 100%;
  }

  .navlink {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-nav-container {
    padding-top: 7.8125rem;
  }

  .div-nav-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-map-box {
    aspect-ratio: 2 / 3;
  }

  .div-title-el-faq {
    justify-content: space-between;
  }

  .image-full-section {
    aspect-ratio: 2 / 3;
  }

  .div-grid-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-footer-column {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .img-footer-logo {
    height: 2.49969rem;
  }

  .div-nav-footer {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-logo-hero-mobile {
    width: 100%;
  }
}

#w-node-_7483e70c-16a9-53d3-8f31-23709834099d-dbbc8b07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_711f1903-f87e-18c6-81c5-f91e8f1e19ce-dbbc8b07, #w-node-_03a4e0bb-bfaf-d736-0d7d-762217138733-dbbc8b07, #w-node-_5cf8ee0f-00ee-b258-bd4e-8a8618105f84-dbbc8b07, #w-node-_87e8264f-546a-a8e9-f273-e44fcb3abde4-dbbc8b07, #w-node-f7a0a279-53dd-88bc-1267-15e6e0988e4c-dbbc8b07, #w-node-_2cffa8ce-ee37-9170-dd65-1faf1a7a80be-dbbc8b07, #w-node-_6b94b871-8899-7a3a-ba71-bf935f4c9ecd-dbbc8b07, #map.w-node-_413e7828-8540-d116-6852-71842f07dd02-dbbc8b07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d364f19-58c7-3375-8b3e-e4c7eb4a2af8-dbbc8b07, #w-node-_4511c9dc-ce4c-2274-574b-8d6f246642ed-dbbc8b07, #w-node-_06af1f35-9619-188a-52dc-5dd2a12f7433-dbbc8b07 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-c10edbef-f6d7-9c5b-cfc2-6a38ea4633f3-dbbc8b07, #w-node-faa9bbb7-675f-b6a7-aa7f-f79944181809-dbbc8b07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppwriter';
  src: url('../fonts/PPWriter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppwriter';
  src: url('../fonts/PPWriter-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}