@charset "UTF-8";
/* exo-2-regular - latin-ext_latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/exo-2-v20-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v20-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/exo-2-v20-latin-ext_latin-regular.woff") format("woff"), url("../fonts/exo-2-v20-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/exo-2-v20-latin-ext_latin-regular.svg#Exo2") format("svg"); /* Legacy iOS */
}
/* exo-2-600 - latin-ext_latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/exo-2-v20-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v20-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v20-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/exo-2-v20-latin-ext_latin-600.woff") format("woff"), url("../fonts/exo-2-v20-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/exo-2-v20-latin-ext_latin-600.svg#Exo2") format("svg"); /* Legacy iOS */
}
/* exo-2-800 - latin-ext_latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/exo-2-v20-latin-ext_latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v20-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v20-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/exo-2-v20-latin-ext_latin-800.woff") format("woff"), url("../fonts/exo-2-v20-latin-ext_latin-800.ttf") format("truetype"), url("../fonts/exo-2-v20-latin-ext_latin-800.svg#Exo2") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Exo 2";
  color: #575755;
  scroll-padding-top: 80px;
}

section {
  padding: 75px 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
  background-color: white;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar-toggler {
  border-color: transparent;
  background-color: #fff;
}
.navbar-toggler span {
  display: block;
  background-color: #575755;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light {
  z-index: 10;
  height: 100px;
  background-color: #fff;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-light .navbar-nav .nav-link {
  padding: 20px;
  font-size: 14px;
  color: #575755;
}
.navbar-light .navbar-nav .nav-link img {
  height: 25px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #84BE3F;
}
.navbar-light .navbar-nav span {
  color: #B0B4BE;
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-right {
  float: right;
  text-align: right;
}
.navbar-light .navbar-nav .btn {
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 9px 18px;
  margin-top: 10px;
  text-transform: none;
}
.navbar-light .navbar-nav .btn:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

nav.scrolled {
  background: #000;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #575755;
}

.navbar-brand img {
  max-height: 80px;
}

.nav-social {
  padding: 15px 5px !important;
}

.navbar-collapse {
  align-items: center;
}

.container-sm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 16px;
  transition: 0.3s;
  border-radius: 10px;
  padding: 15px 50px;
  margin-bottom: 10px;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: #009D56;
  border-color: #009D56;
  color: #fff;
  box-shadow: none;
}

.btn-primary {
  background-color: #84BE3F;
  border: 1px solid #84BE3F;
  color: #fff;
}
.btn-primary:hover {
  background-color: #009D56;
  border: 1px solid #009D56;
  color: #fff;
}

a, a:hover {
  text-decoration: none;
  color: #575755;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  font-size: 32px;
  line-height: 1.2;
}

h2, .title-h2 {
  font-size: 36px;
  line-height: 1.2;
}

h3, .title-h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2;
  font-size: 16px;
}

.text-link {
  text-decoration: underline;
}

.special-list {
  margin-top: 30px;
  padding-left: 0px;
}
.special-list li:before {
  content: "•";
  color: #84BE3F;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}

.tag {
  background-color: #3FA1ED;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-bottom: 16px;
  display: block;
  width: fit-content;
}

header {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  height: 400px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
header .container {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
header .container h1 {
  color: #fff;
  font-size: 36px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
}
header .container h1 span {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  display: block;
}
header .container p {
  color: #fff;
  text-shadow: 0 0 25px rgb(0, 0, 0);
}
header .btn-secondary {
  border: 1px solid #3FA1ED;
  margin-left: 10px;
  background-color: #3FA1ED;
}
header .header-img {
  top: 0px;
  position: absolute;
  height: 400px;
  width: 100%;
  background-image: url("/img/header_3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .element-absolute {
  top: -100px;
  position: absolute;
}
header .element-absolute img {
  position: fixed;
  width: 445px;
}

.subpage .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.subpage .container h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.goals {
  position: relative;
}
.goals-item {
  display: flex;
  margin-bottom: 40px;
}
.goals-item-img {
  margin-right: 20px;
}
.goals-item-img img {
  height: 100px;
  width: 100px;
}
.goals-item-content {
  flex-direction: row;
  max-width: 387px;
}
.goals-item-content h3 {
  color: #009D56;
}
.goals-item-1 h3, .goals-item-2 h3 {
  color: #3FA1ED;
}
.goals .img-absolute-1 {
  position: absolute;
  right: 300px;
  top: 50px;
}

.members h2 {
  margin-bottom: 70px;
}
.members-in {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 30px;
}
.members-in a img {
  transition: 0.3s;
  max-height: 75px;
}
.members-in a:hover img {
  scale: 0.8;
}
.members .col-mdd {
  text-align: center;
}
.members .col-mdd:after {
  content: "";
  height: 87px;
  width: 1px;
  background-color: #DEDEDE;
  display: inline-flex;
}

.sectors-in {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  max-height: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
.sectors-in-title {
  position: absolute;
  z-index: 2;
}
.sectors-in-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px #575755;
}
.sectors-in img {
  transition: 0.5s;
}
.sectors-in:hover img {
  transform: scale(1.3);
}

.people {
  background-color: #F8F8F8;
  padding-top: 0px;
  margin-top: 150px;
}
.people-detail {
  margin-top: -150px;
  margin-bottom: 50px;
}
.people-detail h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.people-detail .position {
  color: #3FA1ED;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}
.people-detail-img {
  margin-bottom: 50px;
  border-radius: 200px;
  height: 300px;
  width: 300px;
  overflow: hidden;
  display: flex;
}
.people-detail a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.people-detail a b {
  font-weight: 600;
}
.people-detail a img {
  max-height: 25px;
  margin-right: 10px;
}

.expert {
  padding-top: 0px;
  margin-top: -145px;
  z-index: 10;
  position: relative;
  background-color: unset;
}
.expert .container {
  position: relative;
}
.expert .container .swiper-button-prev, .expert .container .swiper-rtl .swiper-button-next {
  left: -30px;
}
.expert .container .swiper-button-next, .expert .container .swiper-rtl .swiper-button-prev {
  right: -30px;
}
.expert h3 {
  color: #3FA1ED;
  font-weight: 600;
}
.expert .position {
  display: block;
  color: #84BE3F;
}
.expert .arrows {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  background-color: #F8F8F8;
  padding: 15px;
  text-align: center;
  height: auto;
}
.mySwiper .swiper-slide-in-img {
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
}
.mySwiper .swiper-slide-in p {
  padding-bottom: 15px;
}
.mySwiper .swiper-slide-in .btn {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
}

.person-detail {
  text-align: center;
}
.person-detail-img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  height: 200px;
  width: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
}
.person-detail h3 {
  font-weight: 600;
  color: #3FA1ED;
}
.person-detail .position {
  display: block;
  color: #84BE3F;
}

footer {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  background-color: #3FA1ED;
  z-index: 99;
  position: relative;
  color: #fff;
  font-size: 14px;
}
footer b {
  text-transform: uppercase;
}
footer ul li {
  font-size: 14px;
}
footer ul li a {
  color: #fff;
  align-items: center;
  display: flex;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer ul li a img {
  max-height: 25px;
  margin-right: 10px;
}

.about-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.about .table-before {
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  margin-top: 50px;
}
.about .table-before span {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 0 10px;
}
.about .table-before:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #84BE3F;
  position: absolute;
  left: 0px;
  top: 13px;
  z-index: 1;
}
.about .hr-green {
  margin: 50px auto;
  border-top: 3px solid #84BE3F;
  width: 125px;
}
.about .table {
  margin-top: 15px;
  font-weight: 700;
}
.about .table thead {
  background-color: #84BE3F;
  color: #fff;
}
.about .table thead th {
  border-bottom: 0px;
  font-weight: 500;
}
.about .table .non-bold {
  font-weight: 500;
}

.green-business {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.green-business span {
  font-size: 26px;
  margin-right: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.green-business .btn {
  margin-bottom: 0px;
}

.subpage-about h2 {
  font-size: 16px;
  font-weight: 700;
}
.subpage-about .garants-in span {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.subpage-about .garants-in-logo {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 30px;
  margin-bottom: 20px;
}
.subpage-about .garants-in-logo a img {
  transition: 0.3s;
  max-height: 75px;
}
.subpage-about .garants-in-logo a:hover img {
  scale: 0.8;
}
.subpage-about .gray-box {
  background-color: #DEDEDE;
  padding: 30px;
}
.subpage-about .gray-box-light {
  background-color: #F8F8F8;
  padding: 30px;
}
.subpage-about .blue-box {
  color: #fff;
  background-color: #3FA1ED;
  padding: 30px;
}
.subpage-about .green-border {
  border-left: 10px solid #84BE3F;
  padding-left: 15px;
}
.subpage-about .title {
  display: block;
  color: #84BE3F;
  font-weight: 700;
  margin-bottom: 10px;
}
.subpage-about .subpage-box {
  padding: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background-color: #84BE3F;
  height: 100%;
}
.subpage-about .subpage-box span {
  position: absolute;
  z-index: 1;
  font-size: 160px;
  right: 0;
  bottom: -40px;
  color: #575755;
  opacity: 0.2;
}
.subpage-about .box-2 {
  background-color: #009D56;
}
.subpage-about .box-3 {
  background-color: #3FA1ED;
}
.subpage-about .special-border .col-lg-4 {
  border-right: 1px solid #575755;
}
.subpage-about .special-border .col-lg-4:last-child {
  border-right: none;
}
.subpage-about .green {
  color: #84BE3F;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}

.hidden {
  display: none;
}

.item-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 200px;
}
.item-img img {
  max-width: 250px;
  transition: 0.3s;
}
.item:hover img {
  scale: 1.3;
}

.subpage-content li {
  list-style-type: auto;
}

.btn-roadshow {
  background: rgb(0, 165, 218);
  background: linear-gradient(90deg, rgb(0, 165, 218) 0%, rgb(255, 212, 0) 100%);
  color: #fff;
  border-radius: 100px;
  border: none;
}

.btn-secondary {
  border-radius: 100px;
}

.roadshow {
  margin-top: 80px;
}
.roadshow-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.roadshow-header img {
  max-width: 150px;
}
.roadshow-img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.roadshow h1 {
  font-size: 74px;
  text-transform: uppercase;
  line-height: 1;
  color: #009D56;
  font-weight: 700;
}
.roadshow-small {
  font-size: 64px;
  color: #007AC2;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
.roadshow-content-item img {
  margin-bottom: 15px;
  height: 60px;
}
.roadshow-people-img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  overflow: hidden;
  display: flex;
}
.roadshow-people .position {
  color: #3FA1ED;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}
.roadshow .city-icon {
  background-color: #84BE3F;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.roadshow .city-icon span {
  padding: 5px 10px;
  text-transform: uppercase;
  width: max-content;
}

.places h2 {
  color: #009D56;
}
.places h2 a {
  color: #009D56;
}
.places h2 a:hover {
  text-decoration: underline;
}
.places .mySwiper2 {
  position: relative;
  overflow: hidden;
}
.places-color {
  background: rgb(0, 165, 218);
  background: linear-gradient(90deg, rgb(0, 165, 218) 0%, rgb(255, 212, 0) 100%);
  color: #fff;
  min-height: 150px;
  padding: 50px;
  border-radius: 30px;
  margin-top: 30px;
  margin-left: -100px;
}

.kids {
  background-color: #DEDEDE;
}
.kids h3 {
  text-transform: uppercase;
  font-size: 28px;
}

.breadcrumb {
  background-color: #F8F8F8;
}
.breadcrumb .active {
  color: #009D56;
  text-decoration: underline;
}
.breadcrumb .active:hover {
  text-decoration: none;
}

.gallery a {
  display: block;
  max-height: 170px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  header .btn-secondary {
    margin-left: 0px;
  }
  header .element-absolute {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar {
    height: auto;
    background-color: #fff;
    z-index: 11;
  }
  .about .element-absolute img {
    max-height: 350px;
  }
  h2 {
    font-size: 28px;
  }
  header {
    height: 250px;
  }
  header .container {
    padding: 50px 15px;
  }
  header .container h1 {
    font-size: 24px;
  }
  header .container h1 span {
    font-size: 40px;
  }
  .people {
    margin-top: 0px;
    padding-top: 75px;
  }
  .people-detail {
    margin-top: 0px;
  }
  .arrows {
    display: none;
  }
  .subpage .header-img {
    background-attachment: unset;
  }
  .subpage .container h1 {
    font-size: 24px;
  }
  .garants {
    margin-bottom: 0px;
  }
  .special-border .col-lg-4 {
    border-bottom: 1px solid #575755;
    border-right: none !important;
  }
  .special-border .col-lg-4:last-child {
    border-bottom: none;
    border-right: none !important;
  }
  .about-title {
    font-size: 20px;
  }
  .expert {
    margin-top: 0px;
    padding-top: 75px;
  }
  .places-color {
    margin-left: 0px;
  }
  .roadshow {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .roadshow h1 {
    font-size: 56px;
  }
  .roadshow-small {
    font-size: 18px;
    margin-right: -20px;
  }
}/*# sourceMappingURL=style.css.map */