@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: themeFontRegular;
  background-color: #e4e1dd; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="text"] {
  -webkit-appearance: none; }

::selection {
  background-color: #d7b95b;
  color: #155372; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

img {
  display: block;
  width: 100%;
  height: 100%; }

.location-map {
  grid-column: 1 / -1; }

.wpml-ls-item {
  position: relative; }

ul.sub-menu {
  display: none;
  position: absolute;
  top: 40px; }

.wpml-ls-item:hover ul.sub-menu {
  display: block !important; }

.wpml-ls-slot-2 a {
  padding: 3px 7px !important;
  margin-right: 0 !important;
  margin-top: -3px !important; }

.wpml-ls-current-language a {
  background-color: #84b6af;
  color: #fff !important; }

.page-small .wpml-ls-current-language a {
  color: #fff !important; }

.page-small .wpml-ls-item a:hover {
  border-bottom: none; }

::-webkit-details-marker {
  display: none; }

li::marker {
  color: transparent;
  font-weight: bold;
  content: ""; }

.menu-item,
li::marker {
  content: ""; }

@font-face {
  font-family: boldTitle;
  src: url(fonts/Brandon_bld.otf); }

@font-face {
  font-family: themeFontBold;
  src: url(fonts/Brandon_bld.otf); }

@font-face {
  font-family: themeFontMedium;
  src: url(fonts/Brandon_med.otf); }

@font-face {
  font-family: themeFontRegular;
  src: url(fonts/Brandon_reg.otf); }

@font-face {
  font-family: themeFontBlack;
  src: url(fonts/Brandon_blk.otf); }

.page-top__center a {
  font-family: themeFontMedium;
  color: #d7b95b;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.3s ease; }
  .page-top__center a:hover {
    color: #d7b95b; }

.top-nav__nang-switch a {
  color: #E5E1DD; }

.page-small a {
  color: #155372; }
  .page-small a:hover {
    color: #E61313;
    border-bottom: 2px solid; }

.page-small .top-nav__nang-switch a {
  color: #000; }

.section-title h2 {
  font-family: themeFontBlack;
  font-size: 57px;
  color: #155372;
  font-weight: 300;
  line-height: 30px; }
  @media (max-width: 600px) {
    .section-title h2 {
      font-size: 45px; } }

.ruum-post__text-content a {
  color: #155372;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease; }
  .ruum-post__text-content a:hover {
    color: #d7b95b; }

.facebook-events__info-date {
  font-family: themeFontBold;
  font-size: 20px;
  color: #000;
  margin-bottom: 4px; }
  @media (max-width: 600px) {
    .facebook-events__info-date {
      font-size: 22px; } }

.facebook-events__info-title {
  font-family: themeFontRegular;
  font-size: 28px;
  color: #155372;
  line-height: 28px;
  margin-bottom: 4px; }
  @media (max-width: 600px) {
    .facebook-events__info-title {
      font-size: 28px; } }

.facebook-events__info-location {
  font-family: themeFontMedium;
  font-size: 16px;
  color: #000; }

.footer-nav ul li a {
  font-family: themeFontRegular;
  font-size: 16px;
  color: #E5E1DD;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease; }
  .footer-nav ul li a:hover {
    color: #d7b95b; }

p {
  color: #191C1E;
  font-size: 16px;
  font-weight: 300;
  font-family: themeFontRegular;
  letter-spacing: 0.5px;
  line-height: 30px; }

.erauritused__top-info-text-content p {
  font-size: 22px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 50em) {
    .erauritused__top-info-text-content p {
      text-align: left; } }
  @media (max-width: 37.5em) {
    .erauritused__top-info-text-content p {
      font-size: 18px; } }

.room-post__header h2 {
  font-size: 36px;
  color: #155372;
  font-weight: 300;
  line-height: 35px; }

strong {
  font-weight: bold; }

.room-slider__slide-title {
  font-size: 30px;
  color: #155372;
  font-weight: 300;
  font-family: themeFontRegular;
  letter-spacing: 1px; }

.room-slider__description-text {
  font-size: 16px;
  line-height: 26px;
  color: #191C1E;
  font-weight: 300; }

/*
-mb --> margin-bottom
-sm --> small
-md --> medium
-lg --> large
-hg --> huge
*/
.mb-sm {
  margin-bottom: 2rem; }

.mb-md {
  margin-bottom: 3rem; }

.mb-lg {
  margin-bottom: 5rem; }

.mb-hg {
  margin-bottom: 8rem; }

.btn {
  background-color: #84b6af;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 55px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease; }
  .btn:hover {
    background-color: #6ea89f; }

.room-slider__read-more-btn {
  background-color: #84b6af;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 13px 55px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 1px solid #84b6af;
  margin-left: 50%;
  transform: translate(-50%);
  min-width: max-content;
  margin-bottom: 30px; }

.ruumide_rent-sisuala__btn {
  margin: 40px auto 0 auto;
  display: block;
  width: fit-content; }

.mobie-nav-btn {
  position: absolute;
  top: 35px;
  left: 20px; }

.header {
  position: relative;
  grid-column: 1/-1;
  background-color: aliceblue; }

.top-nav {
  list-style: none;
  display: flex; }
  .top-nav li a {
    margin: 0 12px; }

@media only screen and (max-width: 1150px) {
  .top-nav__nang-switch {
    margin-left: 20px; } }

@media only screen and (max-width: 62.5em) {
  .top-nav__nang-switch {
    margin-left: 0px; } }

.page-top__center a {
  padding: 8px 16px; }
  @media only screen and (max-width: 1150px) {
    .page-top__center a {
      padding: 4px 6px; } }
  @media only screen and (max-width: 62.5em) {
    .page-top__center a {
      padding: 4px 4px; } }

.top-nav__small-logo img {
  max-width: 100px;
  visibility: hidden; }

.page-small .top-nav__small-logo img {
  visibility: visible; }

.page-top {
  position: fixed;
  margin: 0 auto;
  max-width: 1440px;
  padding: 55px 65px 20px 145px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.837955) 0%, rgba(0, 0, 0, 0.667087) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  transition: padding 0.3s, background-color 0.3s, box-shadow 0.3s; }
  @media only screen and (max-width: 1250px) {
    .page-top {
      padding: 55px 30px 20px 100px; } }
  @media only screen and (max-width: 1150px) {
    .page-top {
      padding: 56px 0px 20px 40px; } }
  @media only screen and (max-width: 900px) {
    .page-top {
      display: none; } }

.page-top__right {
  padding: 0 0 0 30px; }

.page-top__center {
  display: flex;
  flex-direction: row;
  align-items: center; }

.go-to-shop-btn {
  position: relative;
  min-width: 100px; }
  .go-to-shop-btn__mobile {
    display: none; }
    @media only screen and (max-width: 900px) {
      .go-to-shop-btn__mobile {
        display: block; } }
  @media only screen and (max-width: 899px) {
    .go-to-shop-btn {
      margin-top: 50px;
      min-width: max-content; } }
  @media only screen and (max-width: 900px) {
    .go-to-shop-btn {
      margin-top: 0;
      position: fixed;
      bottom: 33px;
      right: 31px;
      z-index: 9999; } }

.go-to-shop-btn__img-container {
  position: relative;
  max-width: 70px;
  max-height: 70px; }

.disk-spinner {
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1s, height 2s, transform 1s; }

.astu-poodi-tekst {
  position: absolute;
  font-size: 16px;
  background-color: red;
  padding: 1px 1px;
  color: #fff;
  top: -11px;
  left: -11px;
  z-index: 2;
  transform: rotate(-20deg);
  letter-spacing: -0.2px; }

.disk-spinner:hover {
  animation-name: spin;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.page-small {
  padding: 20px 65px 20px 145px;
  background: #E5E1DDF7; }
  @media only screen and (max-width: 1250px) {
    .page-small {
      padding: 20px 30px 20px 100px; } }
  @media only screen and (max-width: 1150px) {
    .page-small {
      padding: 20px 0px 20px 40px; } }
  @media only screen and (max-width: 900px) {
    .page-small {
      display: none; } }

.erauritused {
  grid-column: 1 / -1;
  background-color: #e4e1dd;
  padding: 0 40px; }
  @media (max-width: 50em) {
    .erauritused {
      padding: 0 16px; } }

.erauritused__top {
  max-width: 1150px;
  margin: 0 auto 50px auto; }

.erauritused__top-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 50px; }
  @media (max-width: 50em) {
    .erauritused__top-info {
      margin-bottom: 10px;
      justify-content: flex-start; } }
  .erauritused__top-info ul {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media (max-width: 50em) {
      .erauritused__top-info ul {
        flex-direction: column; } }
  .erauritused__top-info li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px; }
    @media (max-width: 50em) {
      .erauritused__top-info li {
        padding: 10px 0px; } }
    .erauritused__top-info li span {
      font-size: 16px;
      color: #155372;
      max-width: 290px; }

.erauritused__top-info-text-content {
  max-width: 115rem; }

.erauritused__top-info-icon {
  max-width: 26px;
  min-width: 20px;
  margin-right: 13px; }

div.active-room-slide {
  background-color: #D7D3CF; }

.room-post-container {
  grid-column: 1 / -1;
  max-width: 115rem;
  margin: 0 auto 55px auto;
  padding: 0 25px 25px 25px; }
  @media (max-width: 50em) {
    .room-post-container {
      padding: 30px 16px 0 16px;
      margin: 0 auto 70px auto; } }

.room-post__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }

.room-post__close-btn {
  max-width: 14px;
  max-height: 14px;
  min-width: 14px; }

.room-post__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1060px;
  margin: 20px auto 60px auto; }
  @media (max-width: 50em) {
    .room-post__content {
      grid-template-columns: 1fr;
      padding: 0 24px; } }

.room-post__content-table {
  margin-bottom: 30px;
  display: none; }
  .room-post__content-table ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none; }
    @media (max-width: 50em) {
      .room-post__content-table ul {
        grid-template-columns: 60% 40%; } }
  .room-post__content-table li {
    border: 1px solid #D7D3CFAB; }
  .room-post__content-table p {
    color: #155372;
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 37.5em) {
      .room-post__content-table p {
        font-size: 15px; } }

.ruum-post__table-first-row {
  display: flex;
  flex-direction: row;
  align-items: center; }

.ruum-post__table-first-row--icon {
  margin: 0px 10px;
  max-width: 30px; }
  @media (max-width: 37.5em) {
    .ruum-post__table-first-row--icon {
      max-width: 26px; } }
  .ruum-post__table-first-row--icon img {
    max-height: 21px; }

.ruum-post__table-second-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center; }
  @media (max-width: 37.5em) {
    .ruum-post__table-second-row {
      padding: 0px; } }

.room-post__close-btn svg {
  fill: #000; }
  .room-post__close-btn svg:hover {
    fill: #155372; }

.room-slider-swiper {
  margin-bottom: 7em;
  max-width: 1300px !important; }
  @media only screen and (max-width: 37.5em) {
    .room-slider-swiper {
      margin-bottom: 20px; } }

.room-slider__slide {
  transition: background-color 0.3s ease !important; }
  .room-slider__slide:hover {
    background-color: #D7D3CF;
    border-radius: 5px; }

.room-slider__slide-title {
  line-height: 30px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    .room-slider__slide-title {
      height: 95px; } }

.room-slider__description-text {
  margin-top: 24px;
  margin-bottom: 24px; }

.room-slider__slide .room-slider__slide-img,
.room-slider__slide .room-slider__description-text,
.room-slider__slide .room-slider__slide-title,
.room-slider__slide img {
  padding: 0 26px;
  box-sizing: border-box; }
  @media (max-width: 50em) {
    .room-slider__slide .room-slider__slide-img,
    .room-slider__slide .room-slider__description-text,
    .room-slider__slide .room-slider__slide-title,
    .room-slider__slide img {
      padding: 0 20px; } }

.ruumide-piltide-slaider {
  padding-left: 0 !important; }

.food-menu {
  background-color: #fff;
  padding: 40px 20px !important; }
  @media (max-width: 37.5em) {
    .food-menu {
      padding: 0px !important; } }

.food-menu .swiper-pagination-bullet-active {
  background: #d7b95b !important; }

.food-menu .swiper-button-next, .swiper-button-prev {
  color: #d7b95b !important; }

@media (max-width: 50em) {
  .food-menu .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important; } }

@media (max-width: 37.5em) {
  .food-menu .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px !important; } }

@media (max-width: 37.5em) {
  .food-menu .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important; } }

@media (max-width: 37.5em) {
  .food-menu .swiper-slide {
    padding-bottom: 20px;
    padding-top: 10px; } }

.ruumide-piltide-slaider .swiper-pagination-bullets {
  padding-top: 30px !important;
  position: relative !important; }

.swiper-pagination-bullet {
  background: #191C1E;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #d7b95b !important; }

.swiper-button-next {
  color: #d7b95b; }

#room-slider .swiper-button-next {
  margin-right: 10px; }

@media only screen and (max-width: 900px) {
  .header-bg img {
    height: 100vh;
    object-fit: cover; }
  .header-bg img {
    height: 100vh;
    object-fit: cover; } }

.header-mobile .cta-btn {
  width: fit-content; }

.header-mobile .header__logo {
  position: absolute;
  top: 15px;
  z-index: 70;
  left: 20px;
  max-width: 65px; }

.header-mobile {
  overflow: hidden;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 50%;
  padding: 20px;
  transition: all 0.4s ease-out, background 0.5s ease-out;
  transform: translate(50%);
  max-width: 1320px; }
  @media only screen and (min-width: 899px) {
    .header-mobile {
      display: none; } }

.page-small-mobile {
  transition: all 0.4s ease-out, background 0.3s ease-out;
  background: #d7d3cf; }

@media only screen and (max-width: 50em) {
  .header-mobile {
    padding: 20px; } }

.header-mobile.menu-open {
  height: 100%;
  background: #d7d3cf;
  z-index: 9999; }

.mobile-menu {
  clear: both;
  position: relative;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.menu {
  padding-top: 80px;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  align-items: center; }

.menu-item {
  text-align: center; }

.header-mobile ul.menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

.mobile-menu a {
  color: #155372;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 300; }

.header-mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s; }

.header-mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s; }

.header-mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s; }

.header-mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s; }

.header-mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s; }

.header-mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s; }

.header-mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.005s; }

.header-mobile ul.menu li.menu-item:nth-child(8) {
  transition-delay: 0.002s; }

.header-mobile.menu-open ul.menu li.menu-item {
  opacity: 1; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s; }

.header-mobile.menu-open ul.menu li.menu-item:nth-child(8) {
  transition-delay: 0.4s; }

.icon-container {
  position: relative;
  display: inline-block;
  z-index: 2;
  float: right;
  height: 55px;
  width: 55px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

.icon-container #menuicon {
  width: 40px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%; }

#menuicon .bar {
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  background: #d7b95b;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  border-radius: 5px; }

.page-small-mobile #menuicon .bar {
  background: #155372; }

#menuicon .bar.bar1 {
  transform: translateY(0px) rotate(0deg); }

#menuicon .bar.bar2 {
  transform: translateY(6px) rotate(0deg); }

.menu-open .icon-container {
  transform: rotate(90deg); }

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s; }

.menu-open .icon-container #menuicon .bar.bar1 {
  transform: translateY(4px) rotate(45deg); }

.menu-open .icon-container #menuicon .bar.bar2 {
  transform: translateY(3px) rotate(-45deg); }

.top-nav__nang-switch li a:hover {
  text-decoration: none !important;
  border-bottom: 0; }

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001; }

.popup form {
  display: flex;
  flex-direction: column; }

.popup form label {
  margin-bottom: 5px; }

.popup form input {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.popup {
  background-color: white;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  top: 200px;
  position: absolute;
  left: 50%;
  translate: trans;
  translate: transform(-50%);
  transform: translate(-50%); }
  @media only screen and (max-width: 37.5em) {
    .popup {
      padding: 10px;
      top: 100px;
      max-width: 350px; } }
  .popup p {
    color: red !important; }

.pop-up__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .pop-up__header h2 {
    font-size: 25px; }

.page-cover {
  position: relative; }

.header-logo-large {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 50rem;
  max-height: 50rem;
  height: 100%;
  width: 100%;
  object-fit: contain;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 75em) {
    .header-logo-large {
      max-width: 40rem;
      max-height: 40rem; } }
  @media only screen and (max-width: 62.5em) {
    .header-logo-large {
      max-width: 35rem;
      max-height: 35rem; } }

.header-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  /* Must värv 10% läbipaistvusega */ }

.header-logo-large {
  z-index: 2; }

.section-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 65px 0 75px 0; }
  @media (max-width: 50em) {
    .section-title {
      padding: 45px 0 35px 0; } }

@media (max-width: 50em) {
  .erauritused .section-title {
    padding: 55px 0 50px 0; } }

.facebook-events {
  background-color: #D7D3CF;
  padding-bottom: 100px;
  padding: 0 40px 50px 40px; }
  @media (max-width: 50em) {
    .facebook-events {
      padding: 0 20px 100px 20px; } }
  @media (max-width: 37.5em) {
    .facebook-events {
      padding: 0 16px 100px 16px; } }

.facebook-events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none; }
  .facebook-events-list li {
    background-color: #E5E1DD;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease; }
    .facebook-events-list li:hover {
      background-color: #d7b95b; }
  @media (max-width: 1000px) {
    .facebook-events-list {
      grid-template-columns: 1fr 1fr;
      /* Kaks tulpa võrdse laiusega */
      gap: 12px; } }
  @media (max-width: 50em) {
    .facebook-events-list {
      grid-template-columns: 1fr;
      /* Kaks tulpa võrdse laiusega */
      gap: 8px; } }

.facebook-events-list a {
  display: inline-block;
  text-decoration: none;
  height: 100%; }

.facebook-events-list a:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2); }

.facebook-events__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 10px 25px; }

.facebook-events__cover-img {
  flex: 1; }

.facebook-events__cover-img img {
  object-fit: cover; }

.terminal-pildid {
  display: flex;
  flex-direction: row;
  max-width: 1440px; }

.terminal-gallery__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  width: 100%; }
  .terminal-gallery__row img {
    object-fit: cover; }

footer {
  background-color: #155372;
  min-height: 20rem;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center; }

.footer_content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 122rem;
  margin: 50px; }
  @media (max-width: 37.5em) {
    .footer_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 0;
      margin: 32px 28px 43px 16px; } }

.footer-inner {
  display: flex;
  flex-direction: row; }
  @media (max-width: 37.5em) {
    .footer-inner {
      justify-content: space-between;
      width: 100%; } }

@media (max-width: 37.5em) {
  .footer-logo {
    margin-right: 0;
    margin-bottom: 25px; } }

.footer-logo img {
  max-width: 63px;
  max-height: 63px;
  margin-right: 90px; }
  @media (max-width: 37.5em) {
    .footer-logo img {
      margin-right: 0; } }

.footer-nav {
  display: flex;
  flex-direction: row; }
  @media (max-width: 37.5em) {
    .footer-nav {
      flex-direction: column; } }
  .footer-nav ul {
    margin-right: 15px;
    list-style: none; }
    @media (max-width: 37.5em) {
      .footer-nav ul {
        margin-right: 0; } }
    .footer-nav ul li {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 12px; }
      .footer-nav ul li img {
        margin-right: 6px;
        max-width: 21px;
        max-height: 21px; }
