.topScroller  {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 3px;

  width: 80px;
  height: 45px;
  background-color: black;
  
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: calc((100vw - 1216px) / 2);
  
  transition: all 300ms ease;

  cursor: pointer;

  pointer-events: none;
  
}

.topScroller.active {
  opacity: 1;
  pointer-events: all;
}

.topScroller img {
  background-color: white;
  filter: invert(1) !important;
  rotate: 180deg;
}




footer {
  padding: 1em 1em;
  background-color: #fff;
}

.leftFooter > * + *,
.rightFooter > * + * {
  margin-left: 1em;
}


.footerContainer {
  max-width: 1200px;
  margin: 50px auto;
}

.footerBlock {
  min-width: 250px;
}

.footerBlockHeader {
  margin-bottom: 1.5em;
  /* font-size: var(--fs-26); */
    font-family: 'ReplicaLLSub-Bold', sans-serif;
  /* font-weight: 700; */
}

.footerElem {
  font-size: var(--fs-16);
  margin-bottom: 10px;
  list-style-type: none;
}

.footerElem a,
.footerMail a,
.footerTel a

 {
  text-decoration: underline;
}

.socialElem {
  width: 25px;
  height: 25px
}

.socialElem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filterSocial {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(289deg) brightness(104%) contrast(102%);

}




.footerRightPart {
  text-align: right;
}


.footerSponsors {
  max-width: 1200px;
  margin: auto;

  width: 100%;
  border-top: 2px solid black;  
  padding-top: 30px
}

.footerSponsorLeft img{
  width: 200px;
}

.footerSponsorLeft .footerAccessibilityButton {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: underline;
}

.footerAccessibilityText {
  word-break: break-all;
}

.footerSponsorLeft img.footerAccessibilityIcon {
  width: 40px;
}

.footerSponsorRight > * + * {
  margin-left: 30px;
}

.footerSocialHolder {
  /* height: 150px; */
  width: 100%;
  padding: 20px;
  margin: auto;
  color: white;
  background-color: black;
}

.footerSocialInnerHolder {
  max-width: 1200px;
  width: 100%;
  margin: auto
}

.footerSponsorElem img {
  width: 140px;
}
.footerSponsorElem.mainsponsor img {
  width: 180px;
}

.socialHolder {
  list-style: none;
}

.socialHolder>*+* {
  margin-left: 20px;
}

.socialHolderTitle {
  color: #fff;
}

.mobileFooterLogo {
  margin-right: 20px;
}

.footerLabels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.a11yCertificate a {
  display: block;
  width: fit-content;
}

.a11yCertificate img {
  width: 125px;
  display: block;
}

.greenMuseumLabel {
  /* max-width: 1200px;
  margin: 10px auto 10px; */
  padding: 25px 0;
}

.greenMuseumLabel img {
  width: 200px;
}


@media screen and (max-width: 1200px) {

  .topScroller {
    right: 20px;
  }

}

@media screen and (max-width: 1100px) {

  .footerSocialInnerHolder {
    flex-direction: column;
  }

  .footerSocialInnerHolder:first-child {
    margin-bottom: 20px;
  }

  .mobileFooterLogo {
    flex-basis: 50;
    margin-right: 0px;
  }

  .mobileFooterSponsorHolder {
    flex-basis: 50;
    flex-grow: 1;
    margin-left: 50px;
  }

  .mobileFooterFirst {
    padding-bottom: 20px;
    /* flex-wrap: wrap; */
  }

  .mobileFooterFirst,
  .mobileFooterSecond
   {
    border-bottom: 2px solid black;
  }

  .mobileFooterSecond {
    padding: 20px 0;
    flex-wrap: wrap;
  }

  .socialHolderTitle {
    margin-bottom: 20px;
  }

  .socialHolder > * + * {
    margin-left: 50px;
  }

  .mobileFooterSponsors {
    width: 100%;
    border-bottom: 2px solid black;
    flex-wrap: wrap;
  }

  .mobileFooterSponsorLeft {
    flex-basis: 50%;
  }

  .mobileFooterSponsorRight {
    flex-basis: 50%;
    flex-grow: 1;
    margin-left: 20px;
  }

  .footerSponsorText {
    margin-bottom: 10px;
  }
  .footerSponsorElem {
    margin-bottom: 10px;
    height: 60px;

    display: flex;
    align-items: center;
  }

  .footerElems {
    font-size: var(--fs-20);
  }

  .footerElem {
    margin: 20px 0;
    font-size: 20px;
  }

  .footerTel {
    font-size: 24px;
    margin: 20px 0;
  }

  .mobileFooterInfoMan {
    /* height: 50px; */
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-decoration: underline;
  }

  .mobileFooterInfoMan img {
    height: 100%;
    max-width: 50px;
    object-fit: cover;
    object-position: top;
  }

  .mobileFooterThird .footerBlockHeader {
    margin-top: 20px;
  }

}