@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,800&display=swap&subset=latin-ext);/**
 * Media queries mixin.
 */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none !important;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.blue {
  color: #3044c6;
}

.bg-blue {
  color: #fff;
  background-color: #3044c6;
}

body {
  font-family: Poppins, helvetica, arial, sans-serif;
}

h1 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-bottom: 50px;
    font-size: 2.3rem;
  }
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #f6c626;
}
h1.big {
  font-size: 2rem;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  h1.big {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h1.big {
    font-size: 3rem;
  }
}

.text-center h1:after,
h1.text-center:after {
  left: 50%;
  margin-left: -30px;
}

h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  margin: 0 0 20px;
  padding: 0;
  font: 700 1.4rem/1.4 Poppins, helvetica, arial, sans-serif;
}
h3.line {
  padding-bottom: 28px;
  border-bottom: 5px solid #3044c6;
}
h3.num {
  position: relative;
  margin: 60px 0 40px;
  padding-top: 30px;
  font-size: 1.8rem;
}
h3.num i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  color: #f6c626;
}
h3.num i:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 5px;
  margin-left: 10px;
  background-color: #f6c626;
  transform: translateY(-50%);
}

p {
  margin-bottom: 30px;
  line-height: 1.8;
}

a, a:hover, a:focus, a:active {
  color: #3044c6;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.m-80 {
  margin: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.m-150 {
  margin: 150px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.yellow-border {
  position: relative;
  padding: 0 0 20px 20px;
}
.yellow-border:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 0;
  left: 0;
  border: 2px solid #f6c626;
  z-index: 5;
}

@media (min-width: 768px) {
  .w-sm-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .collapse.no-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
header {
  margin: 0;
}
@media (min-width: 768px) {
  header {
    margin: 9px 9px 0;
  }
}
@media (min-width: 1200px) {
  header {
    margin: 40px 40px 0;
  }
}
header.home .navbar {
  padding-left: 0;
  border-bottom: 0;
}
@media screen and (min-width: 1662px) {
  header.home .navbar {
    padding-left: 295px;
  }
}
header.home .navbar-brand {
  display: none;
}
header.home .navbar-brand.-home {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 175px;
  height: 111px;
  margin: -40px 0 30px;
}
header.home .navbar-brand.-home > img {
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  header.home .navbar-brand.-home {
    margin: -30px 0 30px -9px;
  }
}
@media (min-width: 992px) {
  header.home .navbar-brand.-home {
    width: 200px;
    height: 149px;
    margin: -10px 0 0 -9px;
  }
  header.home .navbar-brand.-home > img {
    width: 84px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  header.home .navbar-brand.-home {
    width: 287px;
    height: 213px;
    margin: 0 0 0 -40px;
  }
  header.home .navbar-brand.-home > img {
    width: 84px;
    height: auto;
  }
}
header.home .header-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 40px;
}
@media (min-width: 992px) {
  header.home .header-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
header.home .header-content h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  header.home .header-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.home .header-content h1 {
    font-size: 4rem;
  }
}
header.home .header-wrapper {
  height: calc(100vh);
}
@media (min-width: 768px) {
  header.home .header-wrapper {
    height: calc(100vh - 18px);
  }
}
@media (min-width: 1200px) {
  header.home .header-wrapper {
    height: calc(100vh - 80px);
  }
}
header .arrow-white-right {
  position: absolute;
  margin-left: -30px;
  left: 50%;
  bottom: 40px;
}
@media (min-width: 992px) {
  header .arrow-white-right {
    bottom: 70px;
  }
}

.header-wrapper {
  position: relative;
  min-height: 430px;
  color: #eee;
  background: url(../img/bg-header.jpg) no-repeat #111;
  background-size: cover;
  background-position: left 50% bottom 0;
}

.header-menu {
  flex-grow: 1;
}

.header-content {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .header-content {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .header-content {
    top: 155px;
  }
}
.header-content h1 {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 3rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .header-content h1 {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .header-content h1 {
    margin-right: 100px;
  }
}
.header-content h1:after {
  content: none;
}

.header-content-inner {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .header-content-inner {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .header-content-inner {
    padding-left: 90px;
  }
}

.header-contact {
  padding: 0 20px 0 10px;
}
@media (min-width: 768px) {
  .header-contact {
    padding: 0 20px 0 55px;
  }
}
.header-contact:before {
  content: none;
  position: absolute;
  top: -96px;
  width: 34px;
  height: 155px;
  margin-left: -55px;
  text-align: center;
  color: #fff;
  background: url(../img/phone.svg) no-repeat #3044c6 left 50% bottom 8px;
}
.header-contact p {
  margin: 0;
  padding: 0;
}
.header-contact .info {
  display: none;
}
@media (min-width: 768px) {
  .header-contact {
    display: block;
  }
  .header-contact:before {
    content: "";
  }
  .header-contact .info {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-contact:before {
    top: -40px;
    background-position: left 50% bottom 15px;
  }
}
@media (min-width: 1920px) {
  .header-contact {
    padding: 0 60px;
  }
}

footer {
  margin-top: 40px;
  padding: 0;
  background: linear-gradient(90deg, #fff 70%, #f6c626 70%);
}
@media (min-width: 992px) {
  footer {
    margin-top: 20px;
    padding-top: 80px;
  }
}

.footer-map {
  position: relative;
  min-height: 320px;
  border-top: 1px solid #e3e3e3;
  background-color: #eee;
}

#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-nav {
  display: none;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 992px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 30px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-nav ul {
    flex-direction: row;
  }
}
.footer-nav ul .nav-item > .nav-link {
  padding: 25px 15px;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #000;
}

.footer-contact {
  margin-top: -1px;
  padding: 95px 10px 40px;
  text-align: center;
  color: #fff;
  background-color: #3044c6;
}
.footer-contact .logo {
  width: 84px;
  height: 76px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-contact {
    text-align: left;
  }
  .footer-contact .logo {
    width: 50px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    padding: 95px 30px 50px;
  }
  .footer-contact .logo {
    width: 84px;
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .footer-contact {
    padding-bottom: 20px;
  }
}
.footer-contact .row {
  margin: 0;
}
.footer-contact .logos-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer-contact .address {
  margin: 0;
  padding: 0 0 40px;
  line-height: 1.7;
}
.footer-contact .person {
  margin: 0;
  padding: 0 0 30px;
  line-height: 1.7;
}
.footer-contact .person:last-child {
  padding-bottom: 0;
}
.footer-contact .phone {
  margin: 0;
  padding: 0 0 60px;
}
.footer-contact .phone strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff !important;
}
.footer-contact .email {
  margin: 0;
  padding: 0 0 60px;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer-contact .email a {
  color: #fff;
  text-decoration: underline;
}
.footer-contact .socials a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  padding: 5px;
  color: #fff;
}
.footer-contact .socials a img {
  display: block;
}
@media (min-width: 768px) {
  .footer-contact .socials {
    position: relative;
    padding-bottom: 5px;
  }
  .footer-contact .socials a {
    display: block;
    margin-top: 10px;
  }
}
.copyright {
  padding: 25px 0;
  font-size: 0.8rem;
  background-color: #fff;
}
.copyright .row {
  margin: 0;
  padding: 0 30px;
}
.copyright a {
  color: #000;
}

.bg-yellow {
  background-color: #f6c626;
}

.bg-blue {
  background-color: #3044c6;
}

.navbar {
  height: 60px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 20;
}
@media (min-width: 768px) {
  .navbar {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 155px;
  }
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #3044c6;
}
.navbar-brand.-home {
  display: none;
}
.navbar-brand > img {
  width: 43px;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 155px;
    min-width: 155px;
    height: 155px;
  }
  .navbar-brand > img {
    width: 84px;
    height: 76px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    margin-left: 25px;
  }
}
.navbar-expand-xl .navbar-nav > .nav-item {
  margin: 0 17px;
}
@media (min-width: 1920px) {
  .navbar-expand-xl .navbar-nav > .nav-item {
    margin: 0 25px;
  }
}
.navbar-expand-xl .navbar-nav > .nav-item > .nav-link {
  padding: 20px 0;
  font-weight: 600;
  color: #eee;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav > .nav-item > .nav-link {
    padding: 10px 0;
  }
}
.navbar-expand-xl .navbar-nav > .nav-item > .nav-link:hover {
  border-bottom: 2px solid #f6c626;
}
.navbar-expand-xl .navbar-collapse {
  justify-content: center;
}
@media screen and (min-width: 1662px) {
  .navbar-expand-xl .navbar-collapse {
    justify-content: flex-start;
  }
}

.navbar-toggler {
  margin-left: 30px;
  padding: 5px 0;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.navbar-toggler-icon {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: url(../img/hamburger.svg) no-repeat 50% 50% transparent;
  background-size: 15px;
}

.navbar-collapse {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 5000;
}
.navbar-collapse .nav-link {
  margin-left: 46px;
  margin-right: 60px;
}
@media (min-width: 1200px) {
  .navbar-collapse .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
  }
}

.sticky-wrapper {
  position: absolute;
  top: 400px !important;
  left: 0;
  right: 0;
}

.navbar-sticky {
  position: fixed;
  top: -90px;
  left: 0;
  right: 0;
  height: 87px;
  background-color: #424a53;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  background-color: rgba(66, 74, 83, 0.96);
  border-bottom: 0;
  z-index: 100000;
  transition: top 0.2s ease-in-out;
}
.navbar-sticky.is-sticky {
  position: fixed;
  top: 0;
}
.navbar-sticky .header-nav {
  flex-grow: 1;
}
.navbar-sticky .header-contact {
  display: none;
  color: #fff !important;
}
@media (min-width: 400px) {
  .navbar-sticky .header-contact {
    display: block;
  }
}
.navbar-sticky .header-contact .phone strong {
  color: #fff !important;
}
.navbar-sticky .header-contact:before {
  top: 0;
  bottom: 0;
  height: auto;
  background-position: 50% 50%;
}
.navbar-sticky .navbar {
  height: 87px;
  border-bottom: 0;
}
.navbar-sticky .navbar-brand {
  width: 130px;
  height: 87px;
}
.navbar-sticky .navbar-brand > img {
  width: 49px;
  height: auto;
}

#stickyNav.navbar-collapse {
  top: 87px;
}
@media (min-width: 1200px) {
  #stickyNav.navbar-collapse {
    top: auto;
  }
}

section {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 992px) {
  section {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}
section.container {
  display: flex;
  align-content: center;
}
section.hero {
  padding: 60px 0;
}
@media (min-width: 992px) {
  section.hero {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  section.hero {
    padding: 150px 0;
  }
}
section.-full {
  min-height: 100vh;
}

.white-m {
  background: url(../img/white-m.svg) no-repeat 0 12% #f5f5f5;
  background-size: cover;
}

.blue-m {
  color: #fff;
  background: url(../img/blue-m.svg) no-repeat 0 12% #3044c6;
  background-size: cover;
}

.contact-form .form-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  align-content: space-between;
  min-height: 250px;
  margin-bottom: 40px;
}
.contact-form .form-control {
  margin-bottom: 0;
}
.contact-form .form-control:focus {
  box-shadow: none;
  background-color: #f8f8f8;
  border-color: #f6c626;
}
.contact-form .form-textarea {
  height: 100%;
}

.breadcrumbs {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.9rem;
  list-style-type: none;
}
.breadcrumbs > li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
.breadcrumbs > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 4px;
  height: 8px;
  background: url(../img/triangle.svg) no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.breadcrumbs > li:first-child {
  margin-left: 0;
}
.breadcrumbs > li:first-child:before {
  display: none;
}
.breadcrumbs > li > a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.breadcrumbs > li > a:hover {
  border-bottom-color: #f6c626;
}
.breadcrumbs > li > span {
  font-weight: 700;
}

.sidebar {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1000;
}
@media (min-width: 768px) {
  .sidebar {
    display: flex;
    right: 27px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    right: 100px;
  }
}
.sidebar.blue .sidebar__item:after {
  border-top-color: #3044c6;
}
.sidebar__item {
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 40px;
  border: 2px solid transparent;
  transition: all 300ms;
}
.sidebar__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  transform: translate(-50%, -25%);
  transition: all 300ms;
}
.sidebar__item.active {
  border-color: #f6c626;
}
.sidebar__item.active:after {
  transform: translateX(-50%) scale(2);
}
@media (min-width: 1200px) {
  .sidebar__item:hover {
    border-color: #f6c626;
  }
  .sidebar__item:hover:after {
    transform: translateX(-50%) scale(2);
  }
}

.gallery {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-width: 33%;
  column-width: 33%;
}

.gallery .pics {
  transition: all 350ms ease;
}

.gallery .animation {
  transform: scale(1);
}

@media (max-width: 450px) {
  .gallery {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}
@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
          animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

.modal {
  z-index: 100005;
}

.modal-backdrop {
  z-index: 100002;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-body {
  overflow: hidden;
}

.close, .close:hover {
  color: #fff;
}

@-webkit-keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.references-people {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: auto;
  margin-top: -60px;
}
@media (min-width: 500px) {
  .references-people {
    width: 400px;
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .references-people {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .references-people {
    width: 970px;
    margin-top: -115px;
  }
}
@media (min-width: 1200px) {
  .references-people {
    width: 1170px;
    margin-top: -150px;
  }
}
.references-people__items {
  position: relative;
  display: flex;
  width: 100%;
  height: 570px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .references-people__items {
    height: 450px;
  }
}
.references-people__item {
  position: absolute;
  width: 585px;
  height: 100%;
  padding: 40px;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}
@media (min-width: 992px) {
  .references-people__item {
    padding: 50px;
  }
}
.references-people__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.references-people__photo {
  float: left;
  position: relative;
  width: 80px;
  height: 100px;
  margin-right: 30px;
  background-color: #eee;
}
.references-people__photo:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 2px solid #f6c626;
}
.references-people__name {
  font-size: 20px;
  font-weight: 600;
}
.references-people__position {
  font-size: 14px;
}
.references-people__description {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .references-people__description {
    font-size: 1rem;
  }
}
.references-people__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(66, 74, 83, 0.96);
  color: white;
  z-index: 10000;
}
.cookies-panel__description {
  margin-right: 30px;
}
.cookies-panel a {
  font-weight: 600;
  color: #f6c626 !important;
  text-decoration: none !important;
}
.cookies-panel__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: 1px solid #f6c626;
  outline: none !important;
  background-color: transparent;
  color: white;
  font-weight: 600;
  transition: all 200ms;
  cursor: pointer;
}
.cookies-panel__button:hover {
  background-color: #f6c626;
}

.btn {
  position: relative;
  min-width: 255px;
  padding: 11px 20px 11px 90px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: #3044c6;
  border: 2px solid #f6c626;
  border-radius: 0;
}
.btn:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 36px;
  height: 11px;
  background: url(../img/arrow.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.btn:hover {
  color: #3044c6;
  background-color: #f6c626;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn.-inverse {
  color: #fff;
}
.btn.-inverse:before {
  color: #fff;
  background-image: url(../img/arrow-white.svg);
}
.btn.-inverse:hover {
  color: #3044c6;
}
.btn.-inverse:hover:before {
  background-image: url(../img/arrow.svg);
}
.btn.-projects {
  width: 100%;
}
@media (min-width: 768px) {
  .btn.-projects {
    width: auto;
    min-width: 215px;
    padding: 4px 15px 4px 45px;
    font-size: 0.8rem;
  }
  .btn.-projects:before {
    left: 15px;
  }
}

.arrow-white-left {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-left: -3px;
  background: url(../img/arrow-white-left.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-white-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 30px;
  border: 2px solid #f6c626;
  transition: width 0.3s;
}
.arrow-white-left:hover {
  text-decoration: none;
}
.arrow-white-left:hover:before {
  width: 60px;
}

.arrow-white-right {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-white-right.-down {
  transform: rotate(90deg);
}
.arrow-white-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 30px;
  border: 2px solid #f6c626;
  transition: width 0.3s;
}
.arrow-white-right:hover {
  text-decoration: none;
}
.arrow-white-right:hover:after {
  width: 60px;
}

.arrow-left {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background: url(../img/arrow-white-left.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-left.-blue {
  background: url(../img/arrow-blue-left.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 30px;
  border: 2px solid #f6c626;
  transition: width 0.3s;
}
.arrow-left:hover {
  text-decoration: none;
}
.arrow-left:hover:before {
  width: 60px;
}

.arrow-right {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-right.-blue {
  background: url(../img/arrow-blue-right.svg) no-repeat 50% 50%;
  background-size: 34px 10px;
}
.arrow-right.-down {
  transform: rotate(90deg);
}
.arrow-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 30px;
  border: 2px solid #f6c626;
  transition: width 0.3s;
}
.arrow-right:hover {
  text-decoration: none;
}
.arrow-right:hover:after {
  width: 60px;
}

.form-control {
  margin-bottom: 30px;
  height: auto;
  padding: 20px 30px;
  background-color: #f8f8f8;
  border: 0;
  border-bottom: 2px solid #3044c6;
  border-radius: 0;
}

#contact-success {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#contact-success.fade-out {
  opacity: 0;
}

.buildings-cards {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .buildings-cards {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .buildings-cards {
    margin-top: 75px;
  }
}
.buildings-cards > .card {
  margin-bottom: 20px;
  padding-top: 20px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .buildings-cards > .card {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .buildings-cards > .card {
    margin-bottom: 60px;
  }
}
.buildings-cards > .card-cta {
  justify-content: center;
  padding: 100px 50px;
  text-align: center;
  color: #fff;
  background: url(../img/blue-m.svg) no-repeat 0 50% #3044c6;
  background-size: cover;
  box-shadow: 0 0 40px rgba(48, 68, 198, 0.5);
}
.buildings-cards > .card-cta h2 {
  margin: 0 0 40px;
  font: 700 1.8rem/1.6 Poppins, helvetica, arial, sans-serif;
}
.buildings-cards > .card-cta p {
  margin: 0;
  padding: 0;
}
.buildings-cards > .card-cta a {
  color: #fff;
}
.buildings-cards h3 {
  min-height: 95px;
}

.icon-factory {
  width: 70px;
  height: 70px;
}

/**
 * Home page process section
 */
@media (min-width: 1200px) {
  .process {
    padding-top: 150px;
    padding-bottom: 450px;
  }
}

/**
 * Home page process list with numbers
 */
.process-list {
  margin: 0 0 0 150px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .process-list {
    margin: 0 0 0 200px;
  }
}
.process-list > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 160px;
  margin: 0 0 15px;
  padding: 40px 15px 40px 40px;
  border: 1px solid #c4c4c4;
}
.process-list > li > i {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -1px;
  bottom: -1px;
  left: -150px;
  width: 150px;
  text-align: center;
  font: 700 3rem Poppins, helvetica, arial, sans-serif;
  font-style: normal;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
@media (min-width: 768px) {
  .process-list > li > i {
    left: -200px;
    width: 200px;
  }
}
.process-list > li > i:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 50%;
  left: 10px;
  width: 1px;
  margin-bottom: -2px;
  border-left: 1px solid #c4c4c4;
  transform: rotate(-15deg);
}
.process-list > li > i:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -2px;
  left: 10px;
  width: 1px;
  margin-top: -1px;
  border-left: 1px solid #c4c4c4;
  transform: rotate(15deg);
}

/**
 * Home page section with numbers
 */
section.number-cards {
  position: relative;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background: url(../img/bg-building.jpg) no-repeat 50% 50% #333;
  background-size: cover;
  z-index: 100;
}
@media (min-width: 768px) {
  section.number-cards {
    margin: 20px 9px 0;
  }
}
@media (min-width: 1200px) {
  section.number-cards {
    margin: 0 40px;
  }
  section.number-cards.-pushup {
    margin-top: -225px;
  }
}
section.number-cards:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #000);
}
section.number-cards .card {
  max-width: 220px;
  min-height: 220px;
  margin: 0 auto 30px;
  padding: 40px;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #3044c6;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 40px rgba(48, 68, 198, 0.5);
}
@media (min-width: 768px) {
  section.number-cards .card {
    margin: 0 0 30px auto;
  }
  section.number-cards .card.-up {
    margin-top: -80px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  section.number-cards .card {
    max-width: 270px;
    min-height: 270px;
  }
}
section.number-cards .card h4 {
  font: 700 3rem Poppins, helvetica, arial, sans-serif;
}
section.number-cards .card p {
  margin: 0;
  padding: 0;
}
section.number-cards .btn {
  color: #fff;
}

/**
 * Home page references slider
 */
.references {
  overflow: hidden;
}

.hp-references {
  position: relative;
  padding: 0;
  margin: 0;
  height: 400px;
}
@media (min-width: 768px) {
  .hp-references {
    height: 600px;
  }
}
.hp-references .reference-link .reference-header {
  padding: 20px;
}
.hp-references .reference-link .reference-header > .title {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .hp-references .reference-link .reference-header {
    padding: 35px 80px 35px 40px;
  }
  .hp-references .reference-link .reference-header > .title {
    font-size: 1.8rem;
  }
}
.hp-references .reference-link:hover .reference-header {
  padding: 30px 20px 30px 20px;
}
.hp-references .reference-link:hover .reference-header:after {
  content: none;
}
@media (min-width: 992px) {
  .hp-references .reference-link:hover .reference-header {
    padding: 60px 80px 60px 40px;
  }
  .hp-references .reference-link:hover .reference-header:after {
    content: "";
  }
}

.hp-references__item {
  position: absolute;
  top: 50%;
  height: 380px;
  background-color: gray;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .hp-references__item {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .hp-references__item {
    height: 620px;
  }
}

.hp-references__item:last-child {
  display: flex;
}

.hp-references__controls {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .hp-references__controls {
    justify-content: flex-start;
  }
}

.hp-references__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  margin-right: 15px;
  background-color: gray;
  cursor: pointer;
}

.signature {
  width: 224px;
  height: 50px;
  background: url(../img/martin-moises-podpis.png) no-repeat;
  background-size: contain;
}

.blue-timeline {
  position: relative;
  margin-top: 20px;
  padding-top: 350px;
  padding-bottom: 0;
  color: #fff;
  background: url(../img/blue-building.jpg) no-repeat 50% 40% #3044c6;
  background-size: cover;
}
.blue-timeline .tab-content,
.blue-timeline .nav-pills {
  position: relative;
  z-index: 10;
}
.blue-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(48, 68, 198, 0.92);
}
@media (min-width: 992px) {
  .blue-timeline {
    margin-top: -20px;
    padding-top: 80px;
  }
}

#company-timeline {
  position: relative;
  display: flex;
  bottom: 0;
  margin: 0;
  padding: 80px 0 0;
}
#company-timeline .nav-item {
  width: 16.667%;
}
#company-timeline .nav-item .nav-link {
  position: relative;
  margin-left: -1px;
  line-height: 80px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
}
#company-timeline .nav-item .nav-link:before, #company-timeline .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 85%);
}
#company-timeline .nav-item .nav-link:before {
  left: 0;
}
#company-timeline .nav-item .nav-link:after {
  right: 0;
}
#company-timeline .nav-item .nav-link.active {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: transparent;
  border-top: 1px solid #f6c626;
}
#company-timeline .nav-item .nav-link.active:before, #company-timeline .nav-item .nav-link.active:after {
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .year-content {
    min-height: 300px;
  }
}

.year-img-wrapper {
  display: none;
  position: absolute;
  top: -120px;
  bottom: 0;
  left: 0;
  right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.year-img-placeholder {
  position: absolute;
  height: 280px;
  left: 0;
  right: 0;
  top: -40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .year-img-placeholder {
    right: 25%;
    height: 350px;
    background-position: 50% 50%;
  }
}
@media (min-width: 992px) {
  .year-img-placeholder {
    bottom: 177px;
    right: 50%;
    height: auto;
    margin-right: 40px;
  }
}

.process-wrapper {
  position: relative;
  margin: 0;
}
.process-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/white-w.svg) no-repeat -150px 0;
  background-size: cover;
  z-index: 10;
}
@media (min-width: 768px) {
  .process-wrapper {
    margin: 0 9px;
  }
}
@media (min-width: 1200px) {
  .process-wrapper {
    margin: 0 40px 20px;
  }
}

.process-step:nth-child(odd) {
  background-color: #f5f5f5;
}
.process-step:first-child .step-content .num:before {
  top: 0;
}
.process-step:last-child .step-content .num:before {
  bottom: 0;
}
.process-step .container {
  position: relative;
}
.process-step .step-content {
  position: relative;
  padding-top: 100px;
  padding-left: 0;
  z-index: 20;
}
.process-step .step-content h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.process-step .step-content .num {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #3044c6;
  z-index: 1;
}
.process-step .step-content .num:before {
  content: none;
  display: none;
  position: absolute;
  top: -120px;
  bottom: -140px;
  left: 50%;
  width: 1px;
  background-color: #3044c6;
  z-index: -1;
}
.process-step .step-content .num:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 1px solid #3044c6;
}
.process-step .step-content .num.-check {
  background-color: #f6c626;
}
.process-step .step-content .num.-check:after {
  border-color: #f6c626;
}
.process-step .step-content .num .check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f6c626;
}
.process-step .step-content .num .check:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/check.svg) no-repeat 50%;
  background-size: 24px 18px;
}
@media (min-width: 992px) {
  .process-step .step-content {
    padding-top: 0;
    padding-left: 180px;
  }
  .process-step .step-content .num {
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(-50%);
  }
  .process-step .step-content .num:before {
    content: "";
    display: block;
  }
  .process-step .step-content .num:after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  .process-step .step-content h2 {
    font-size: 2rem;
  }
}

.references-bar {
  width: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.reference-item {
  position: relative;
  height: 520px;
  margin-bottom: 30px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.reference-header {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 35px 80px 35px 40px;
  color: #fff;
  transition: padding 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.reference-header > .title {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
.reference-header > .desc {
  font-size: 0.9rem;
}

.reference-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.reference-link:hover .reference-header {
  padding: 60px 80px 60px 40px;
  background-color: #f6c626;
}
.reference-link:hover .reference-header:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 36px;
  height: 12px;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateY(-50%);
}

.gallery-item {
  position: relative;
  height: 240px;
  margin-bottom: 30px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}