.landingSwiper {
  overflow: hidden;
  position: relative;
}
.full-screen-block {
  position: relative;
}
.full-screen-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.76) 100%
  );
}
.header__logo img {
  height: 75px;
  /* filter: invert(1); */
}
.dark-logo {
  display: none;
}
.header_is_fixed .light-logo {
  display: none;
}
.header_is_fixed .dark-logo {
  display: block;
}
.minimal-head-block {
  background-image: url("../img/abbg1.png");
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat;
}

.main-button {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  font-family: "Sen", sans-serif;
}

.main-button:hover {
  background-color: #0a823a;
  box-shadow: 0px 15px 20px rgba(202, 227, 49, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.main-button:active {
  transform: translateY(-1px);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.projects-block {
  padding: 60px 0;
}
.zoom-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3536765047816002) 0%,
    rgba(0, 0, 0, 0) 44%
  );
}
.parallax-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: 2;
}
#page-title {
  padding: 150px 0 40px 0;
  position: relative;
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.76) 100%
  );
}
#page-title .page-title {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}
#page-title .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page-title .breadcrumbs {
  list-style-type: none;
}
#page-title .breadcrumbs li {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-right: 25px;
}
#page-title .breadcrumbs li:before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
#page-title .breadcrumbs li:last-of-type::before {
  display: none;
}
.listing-block__item-title {
  font-size: 32px;
}
.content-container p {
  font-size: 16px;
}
.contact-block {
  padding: 60px 0 0 0;
}
.heading-smallest_has-offset.heading-smallest_size_small {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 800;
}
.contact-block__form {
  margin-top: 0;
}
.contact-block__place {
  margin-top: 0;
  font-size: 24px;
}
.contact-block__text p,
.contact-block__text a {
  font-size: 24px;
}
.contact-block__map {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .header__logo img {
    height: 55px;
  }
  .menu-panel__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .projects-block__slide-wrapper {
    width: 100vw;
  }
  .projects-block__slide-content {
    width: 55%;
  }
  .articles-block__head {
    align-items: center;
  }
  .article-item__item-title,
  .article-item__item-footer {
    padding: 0 20px;
  }
}

.faq-box {
  padding: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.faq-box .question {
  font-size: 20px;
  font-weight: 600;
  font-family: "Sen", sans-serif;
}
.faq-box .answer {
  font-size: 16px;
}
