.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-attachment: scroll;
}
.header__logo {
  height: 50vh;
  width: 100%;
  background-image: url("../img/gavel-7499911_640.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-img {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 30%;
  visibility: hidden;
  opacity: 0.85;
}
.header-imgTransparent {
  position: absolute;
  height: 30%;
  border: none;
  visibility: hidden;
  opacity: 0.85;
  background-color: rgb(0, 47, 93);
  padding: 1em 2em;
  border: 0.2em solid #fff;
  border-radius: 1em;
  transition: 0.8s;
}
.header-imgTransparent:hover {
  scale: 1.4;
  opacity: 0.95;
}

.burger-btn {
  position: fixed;
  top: 30px;
  right: 40px;
  padding: 10px;
  background: rgb(3, 17, 31);
  border-radius: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1000;
  visibility: visible;
}
.burger-btn:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.burger-btn:hover .burger-btn__bars, .burger-btn:hover .burger-btn__bars::after, .burger-btn:hover .burger-btn__bars::before {
  width: 100%;
}
.burger-btn__box {
  position: relative;
  width: 40px;
  height: 30px;
}
.burger-btn__bars, .burger-btn__bars::after, .burger-btn__bars::before {
  position: absolute;
  right: 0;
  height: 3px;
  content: "";
  background-color: #fff;
  transition: width 0.3s;
}
.burger-btn__bars {
  width: 100%;
}
.burger-btn__bars::after {
  top: 13px;
  width: 100%;
}
.burger-btn__bars::before {
  top: 27px;
  width: 100%;
  transition-delay: 0.1s;
}

.nav {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-image: linear-gradient(0deg, rgb(0, 47, 93), rgb(3, 17, 31));
  z-index: 100;
}
.nav__left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__left-img {
  position: relative;
  height: 90px;
}
.nav__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.nav--active {
  transform: translateY(0);
}
.nav__item {
  position: relative;
  margin: 20px;
  padding: 30px 50px;
  background: none;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}
.nav__item::after, .nav__item::before {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.nav__item:hover {
  color: rgb(0, 47, 93);
}
.nav__item::after {
  bottom: -50%;
  right: -110%;
  rotate: 0deg;
  opacity: 0;
}
.nav__item::before {
  top: -50%;
  left: -110%;
  rotate: 0deg;
  opacity: 0;
}
.nav__item:hover::after {
  right: 0;
  rotate: 0deg;
  opacity: 1;
}
.nav__item:hover::before {
  left: 0;
  rotate: 0deg;
  opacity: 1;
}
.nav__title {
  font-size: 3.2rem;
  color: #fff;
  padding: 0.5em;
}

@keyframes navItemAnimation {
  from {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.nav-items-animation {
  animation: navItemAnimation 1s both;
}

.active {
  color: #959799;
}

.wrapper_nav {
  display: flex;
  flex-direction: column;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.white-block {
  position: absolute;
  height: 200px;
  width: 150%;
  z-index: 20;
  border-radius: -90%;
  rotate: 0deg;
  top: 0;
}
.white-block-top {
  background-color: #000;
  border: 1em solid rgb(0, 47, 93);
}
.white-block-bottom {
  background-color: rgb(0, 47, 93);
}

.services__box {
  display: flex;
  flex-direction: column;
}
.services__box-img {
  width: 100%;
  margin-bottom: 1em;
}
.services__box-img img {
  width: 100%;
}
.services__box-text {
  padding: 1em;
  margin-bottom: 1em;
}
.services__title {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
.services__text {
  margin-bottom: 0.3em;
  font-size: 2rem;
}

.section-heading {
  position: relative;
  margin: 1em;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 47, 93);
}

.section-text {
  padding: 0.2em 1em;
  margin-bottom: 1em;
  font-size: 2rem;
}

i {
  color: rgb(0, 47, 93);
}

.aboutme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  padding: 1em 1em;
}
.aboutme__title {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
.aboutme__text {
  color: rgb(0, 47, 93);
  font-size: 2rem;
  padding: 1em 1em;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.timeline {
  position: relative;
  width: 90%;
  max-width: 1200px;
}
.timeline ul {
  display: flex;
  flex-direction: column;
  margin: 0 1 em;
  list-style: none;
  font-size: 2rem;
}
.timeline li {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1em;
  width: 100%;
  background-color: rgb(0, 47, 93);
  color: #fff;
  border-radius: 0rem;
  text-align: left;
}
.timeline li::after {
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  border-radius: 0px;
  width: 10px;
  height: 10px;
  rotate: 0deg;
  content: "";
}
.timeline li:nth-child(even) {
  align-self: flex-start;
  transform: translateX(0px);
  box-shadow: 5px 5px 10px #000000;
}
.timeline li:nth-child(even)::after {
  right: 10px;
}
.timeline li:nth-child(odd) {
  align-self: flex-start;
  transform: translateX(0px);
  box-shadow: 5px 5px 10px #000000;
}
.timeline li:nth-child(odd)::after {
  right: 10px;
}
.timeline::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-20px);
  display: block;
  width: 200px;
  height: 120%;
  rotate: 0deg;
  border-radius: 0em;
  background-color: #000000;
  content: "";
}

.map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-color: rgb(0, 47, 93);
  background-attachment: scroll;
}

.map__img {
  width: 100%;
  height: 500px;
}

.contact {
  position: relative;
  color: #fff;
  background-color: rgb(0, 47, 93);
  overflow: hidden;
  padding: 1em;
  padding-bottom: 3em;
  min-height: 300px;
  width: 100%;
}
.contact__boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact__box {
  display: flex;
  justify-content: left;
  flex-direction: row;
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
}
.contact i, .contact__box-text {
  padding: 0.5em;
  color: #fff;
}
.contact__center {
  width: 100%;
  text-align: center;
}

.footer {
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0.3em;
}
.footer__bottom-text {
  margin: 1em auto;
  text-align: center;
}
.footer__a {
  color: #fff;
}

.hide {
  display: none;
}

.cookie__box {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 250px;
  padding: 2em;
  font-size: 1.6rem;
  text-align: center;
  background-color: rgba(0, 47, 93, 0.95);
  color: #fff;
  transform: translateY(100%);
  animation: show-cookies 0.5s 0.5s forwards;
  z-index: 11;
}
.cookie__box-btn {
  min-width: 10em;
  margin: 1em;
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #fff;
  color: rgb(0, 47, 93);
  transition: background-color 0.3s;
  cursor: pointer;
  border: none;
}
.cookie__box-btn:hover {
  background-color: #959799;
  color: #fff;
}

@keyframes show-cookies {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #0054ae;
}

hr {
  color: #fff;
}

h1 {
  text-align: center;
  font-size: 2.4rem;
  margin: 0.4em;
}

h2 {
  text-align: center;
  font-size: 3.2rem;
  margin: 1em;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 576px) {
  .nav__left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__left-img {
    position: absolute;
    top: 10px;
    left: -10px;
    height: 90px;
  }
  .contact__boxes {
    flex-direction: row;
  }
  .contact .cookie__box {
    height: 200px;
  }
  .header__logo {
    background-image: url("../img/gavel-7499911_1920.jpg");
    background-position: 0% 40%;
  }
  .header__logo {
    height: 80vh;
  }
  .header-img {
    visibility: visible;
  }
  .header-imgTransparent {
    visibility: visible;
  }
  .wrapper_nav {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .services__box {
    flex-direction: row;
    justify-content: space-between;
  }
  .services__box-text {
    width: 55%;
  }
  .services__box-text--right {
    text-align: right;
  }
  .services__box-img {
    width: 40%;
    padding: 0.5em;
  }
  .services__box-img--right {
    order: 1;
  }
}
@media (min-width: 640px) {
  .nav {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 100%;
    transform: translateX(0);
    transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-image: linear-gradient(0deg, rgb(0, 47, 93), rgb(3, 17, 31));
    z-index: 100;
  }
  .nav__left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .nav__left-img {
    position: static;
    height: 90px;
  }
  .nav__right {
    flex-direction: row;
  }
  .nav__item {
    font-size: 1.4rem;
  }
  .burger-btn {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .nav__item {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .nav__item {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .section-text {
    padding: 0.2em 0em;
    margin-bottom: 1em;
    font-size: 2rem;
  }
}/*# sourceMappingURL=main.css.map */