header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .menu {
  list-style-type: none;
}
header .menu a {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  font-weight: 300;
}

.header-logo {
  width: 120px;
  margin: 20px 0 20px 20px;
}
.header-logo a {
  display: block;
  width: 100%;
}
.header-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.header-contact {
  margin-right: 55px;
}
.header-contact .button {
  font-size: 14px;
  min-width: 100px;
  line-height: 18px;
}

.cbp-spmenu-right {
  width: 100%;
  right: -100vw;
  position: absolute;
  top: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-list {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  background-image: url("../../../../uploads/2021/11/hamburger-menu.svg");
  background-repeat: no-repeat;
  background-position: 9px 17px;
  background-size: 24px 160px;
}
.nav-list.active {
  background-position: 9px -124px;
}

@media only screen and (min-width: 768px) {
  .header-logo {
    width: 271px;
    margin: 30px;
  }

  .cbp-spmenu-right {
    top: 98px;
  }

  .header-contact {
    margin-right: 100px;
  }
  .header-contact .button {
    font-size: 18px;
    min-width: 170px;
  }

  .nav-list {
    right: 15px;
    bottom: 25px;
  }

  header .menu li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list {
    display: none;
  }

  .header-contact {
    margin-right: 0;
  }

  header .menu {
    margin-bottom: 0;
  }
  header .menu li {
    padding: 0 15px;
    display: inline-block;
  }
  header .menu a:hover {
    color: #2381A2;
  }

  .cbp-spmenu-right {
    top: 18px;
    right: -180px;
    width: 570px;
    background-color: transparent;
    left: 0;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=header.css.map */
