#content.front-page {
  min-height: 100vh;
}
#content.front-page .projects_images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content.front-page .projects_images div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
#content.front-page .projects_images div.default {
  opacity: 1;
}
#content.front-page .projects_images div.hovered {
  opacity: 1;
  z-index: 1;
}
#content.front-page .projects_images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#content.front-page .projects {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#content.front-page .projects-residental-wrap, #content.front-page .projects-commercial-wrap {
  height: 33vh;
  min-height: 284px;
}
#content.front-page .projects-residental-wrap .term-link, #content.front-page .projects-commercial-wrap .term-link {
  display: block;
  margin: 16px auto;
  padding: 14px 16px;
  min-width: 161px;
  background-color: #FFFFFF;
  border-radius: 71px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
#content.front-page .projects-residental-wrap .term-link:hover, #content.front-page .projects-commercial-wrap .term-link:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #8A2628;
}
#content.front-page .projects-residental, #content.front-page .projects-commercial {
  flex: 1;
  width: 100%;
}
#content.front-page .projects .single_project {
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 25%;
  padding-bottom: 0;
  height: 100%;
  cursor: pointer;
}
#content.front-page .projects .single_project img {
  width: 50%;
  height: 100%;
  object-fit: contain;
}
#content.front-page .projects .single_project:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#content.front-page .facts {
  flex: 1 0 auto;
  position: relative;
  z-index: 4;
  max-height: 25vh;
}
#content.front-page .facts .swiper {
  height: 33vh;
}
#content.front-page .facts .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content {
  height: 100%;
  text-align: center;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p {
  color: #FFFFFF;
  margin-bottom: 0;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(1) {
  font-size: 10vh;
  font-weight: normal;
  line-height: 13vh;
  font-family: "Termina", arial, sans-serif;
  margin-bottom: 6px;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(2) {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
#content.front-page .facts .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
#content.front-page .newsletter_wrap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-height: 698px) {
  #content.front-page {
    overflow: hidden;
  }
  #content.front-page .projects {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 992px) {
  #content.front-page {
    margin-top: 0;
  }
  #content.front-page .projects {
    height: calc(100vh - 55px);
    margin-top: 55px;
  }
  #content.front-page .projects-residental, #content.front-page .projects-commercial {
    padding: 0 8px;
  }
  #content.front-page .projects-residental-wrap, #content.front-page .projects-commercial-wrap {
    height: 25vh;
    min-height: 176px;
  }
  #content.front-page .projects-residental-wrap .term-link, #content.front-page .projects-commercial-wrap .term-link {
    margin: 24px auto;
  }
  #content.front-page .projects .single_project img {
    width: calc(100% - 8px);
    max-width: 86px;
  }
  #content.front-page .projects_images {
    top: 55px;
  }
  #content.front-page .facts {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(1) {
    font-size: 5.5vh;
    line-height: 6.5vh;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 390px) {
  #content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(1) {
    font-size: 4.5vh;
    line-height: 5.5vh;
  }
  #content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(2) {
    font-size: 16px;
  }
}
html[lang="ru-RU"] #content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(1) {
  font-size: 10vh;
  font-weight: normal;
  line-height: 13vh;
  font-family: "Raleway", arial, sans-serif;
  margin-bottom: 6px;
}
html[lang="lv-LV"] #content.front-page .facts .swiper .swiper-wrapper .swiper-slide-content p:nth-child(1) {
  font-size: 10vh;
  font-weight: normal;
  line-height: 13vh;
  font-family: "Raleway", arial, sans-serif;
  margin-bottom: 6px;
}
