@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans:wght@400;500;600&display=swap');

/* DEV */

.bord {
  border: 1px dashed red;
}

.alert-dismissible { display: none; }
.alert-wrapper { display: none; }

/* GLOBAL */

body {
  color: #333;
  background: #FFFFFF;
  font-size: 18px;
}

p {
  color: #000;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}

.page-title h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}

.page-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%; 
  width: 50%; 
  height: 1px; 
  background-color: #80888A;
}

/* SUPER HEADER */

#navbar-top {
  border-bottom: 1px solid #80888A;
  padding: 10px 0;
}

#navbar-top p {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.navbar-brand img {
  max-width: 150px;
}

.nav-link {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
}



/* HEADER */

.site-name-slogan {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  color: #80888A;
  }

#navbar-main {
  padding: 1em 0;
}

section.region-top-header {
  width: 100%;
}

.menu--main .nav-link {
  margin-left: 30px;
}

/* LANGUAGE */

.region-top-header nav.links-inline span.is-active { background-color: #80888A; }
.region-top-header nav.links-inline span.is-active a { color: #FFF; text-decoration: none; }

.region-top-header nav.links-inline span a { color: #80888A; text-decoration: none; }

/* SLIDER */

.container-main-photo {
  position: relative;
  width: 100%;
  height: calc(100vh - 210px); /* Высота контейнера, можно настроить по вашим требованиям */
  overflow: hidden;
}

.background-main-photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-main-photo img {
  width: 100%;
  height: calc(100vh - 210px) !important;
  object-fit: cover;
  object-position: center;
}

.overlay-text-main-photo h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 2em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


/* FEATURED BOTTOM */

.featured-bottom-1 {
  background-color: #eee;
}

.featured-bottom-2 {
  background-image: url("/sites/default/files/image/office_photo_location.webp");
  background-size: cover;
  background-position: center center;
  padding: 3em 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}

.featured-bottom-2 p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #FFF;
}

.featured-bottom-3 {
  background-color: #eee;
  padding: 3em 0;
  text-align: center;
}

.featured-bottom-4 {
  background-color: #FFF;
  padding: 3em 0 0;
  text-align: center;
}

/* FOOTER */

.footer-logo {
  max-width: 190px !important;
}

.footer-slogan { 
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #FFF; 
  max-width: 80%;
}

.site-footer {
  background-color: #80888A;
  padding-bottom: 0;
}

.site-footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
}

.social-icon {
  padding: 10px 15px;
  border: 1px solid #B8CCD1;
  border-radius: 8px;
  font-size: 1.2em;
  margin-right: 10px;
  cursor: pinter;
  background-color: transparent;
  transition: .5s all;
  color: #B8CCD1;
}

.social-icon:hover {
  border-radius: 0px;
  background-color: #01a9b4;
  color: #FFF;
  

}

.site-footer p a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #FFF;
  text-decoration: none;
  transition: .3s all;
  font-weight: 400;
}

.site-footer p a:hover {
  color: #333;
}

.site-footer__bottom p {
  margin-top: 0em;
  font-size: 1.1em;
  color: #B8CCD1;
}

.site-footer__bottom {
  background-color: #80888A;
  border: none;
  padding: 20px 0;
}

.site-footer__bottom .region {
  margin-top: 0;
}

.site-footer__bottom .content {
  border-top: 1px solid #B8CCD1;
  padding-top: 20px;
}

.copyright {
  font-size: 12px;
}

.site-footer__top .region {
  width: 100%;
  padding: 0;
}

.site-footer .block {
  margin: 0;
  border: none;
  border-color: unset;
  padding: 0;
}

/* SEARCH */

input.form-search {
  border-radius: 0;
  padding: 12px;
  width: 300px;
  margin-right: 30px;
}

.search-form .form-submit {
  border-radius: 0;
  background-color: #80888A;
  border-color: #80888A;
  transition: .3s all;
}

.search-form .form-submit:hover {
  background-color: #01a9b4;
  border-color: #01a9b4;
}

.search-block-form {
  vertical-align: middle;
}

.form-type-search {
  margin-bottom: 0 !important;
}