:root {
  --color-primary: #27ae60;
  --color-secondary: #0F517C;
  --color-tertiary: #b4333f;
  --color-white: #ffffff;
  --color-gradient-start: #27ae60;
  --color-gradient-stop: #269D5D;
}

html {
  /* scroll-behavior: smooth; */
}

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  letter-spacing: 0.01em;
  font-size: 1em;
  color: #73747f;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: 'Rubik', sans-serif;
  color: #1a1c26;
}

.h1,
h1 {
  font-weight: 500;
  line-height: 1.1em;
  font-size: 38px;
}

.h2,
h2 {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.285em;
}

.h3,
h3 {
  font-size: 30px;
  /* font-size: 20px; */
  font-weight: 400;
  line-height: 1.342em;
}

.h4,
h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35em;
}

.h5,
h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35em;
}

.h6,
h6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
}

.main-nav>li>a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #000;
}




@media (min-width: 1200px) {
  .main-nav>li {
    border-bottom: solid transparent 5px;
  }

  .main-nav>li.menu-active {
    border-bottom: solid #27ae60 5px;
  }
}

@media (max-width: 1199px) {
  .main-nav>li.menu-active .link-txt {
    border-bottom: solid #27ae60 3px;
  }
}

.main-nav>li.is-active>a,
.main-nav>li.current-menu-item>a,
.main-nav>li:hover>a,
.main-nav>li>a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.main-footer {
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

/* socials networks on footer */
.social-icon li {
  margin-right: 0.6em;
}

.social-icon.social-icon-lg li {
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}

@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }

  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav>li>a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }

  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }

  .is-stuck .btn {
    color: #fff;
    border-color: var(--color-primary);
  }

  .is-stuck .btn.btn-solid {
    background-color: var(--color-primary);
  }

  .is-stuck .btn:hover {
    border-color: #3a3a3a;
    color: #fff;
  }

  .is-stuck .btn:hover,
  .is-stuck .btn.btn-solid:hover {
    background-color: #3a3a3a;
  }

  .megamenu-heading {
    color: black;
    font-weight: 500;
  }
}

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

  h2,
  .h2 {
    font-size: 26px;
  }
}


/* === Main site header === */
.main-header-overlay {
  position: relative;
}

.section-header {
  /* background-image: url(/frontend/images/misc/header.jpg); */
  background-image: url(/frontend/images/misc/header_background.jpg);
  color: white;
}

.section-header .container {
  z-index: 10;
}

.section-header .sub-container {
  max-width: 700px;
}

.section-header h1 {
  color: white;
  margin-bottom: 0.5em;
}


.section-header .container {
  padding-left: 20px;
  padding-right: 20px;
}

.section-header .subtitle {
  font-size: 16px;
  line-height: 1.1em;
  color: #c4c4c4;
}

.section-header .subtitle a:hover {
  color: #ffffff;
}

.section-header .subtitle a.current-link {
  color: #ffffff;
}

.section-header-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-header .btn-txt {
  font-size: 1.1em;
}

.main-header .custom-menu-container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
    .main-header .custom-menu-container {
        margin-right: 0;
        margin-left: 0;
    }
}

.main-header .custom-big-menu-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .section-header h1 {
    font-size: 24px !important;
    margin-top: 20px;
  }

  .section-header .subtitle {
    font-size: 18px !important;
  }

  .section-header .container {
    width: 100%;
  }

  .main-header .custom-menu-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

}