.header {
  background: linear-gradient(180deg, #282828 0%, rgba(40, 40, 40, 0) 100%);
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 990px) {
  .header__wrap {
    padding: 15px 0;
  }
}
@media (max-width: 576px) {
  .header__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.header__logo img {
  max-width: 100%;
  height: 45px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .header__logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__btn {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .header__btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.header__btn button {
  max-width: 190px;
  min-width: 190px;
  width: 100%;
  box-sizing: border-box;
  margin-left: 25px;
  padding: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 900;
  background: #CF222D;
  box-shadow: 0 5px 0 0 #870009;
}
@media (max-width: 990px) {
  .header__btn button {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 576px) {
  .header__btn button {
    min-width: auto;
    max-width: 100%;
    margin: 0;
  }
}

.acf-comment-fields {
  display: none;
}

.navigations__wrap {
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .navigations__wrap {
    align-items: start;
    justify-content: start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.navigations ::-webkit-scrollbar {
  background-color: rgba(26, 24, 47, 0.15);
  border-radius: 3px;
  height: 3px;
}
.navigations ::-webkit-scrollbar-thumb {
  background: #cf222d;
  height: 3px;
  border-radius: 3px;
}
.navigations li {
  margin: 0 15px 15px 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  border-radius: 6px;
  background: #2A2A2A;
  box-shadow: 0 5px 0 0 #000;
  cursor: pointer;
}
@media (max-width: 990px) {
  .navigations li {
    margin: 0 10px;
  }
}
.navigations li img {
  margin: 0 5px 0 0;
  object-fit: contain;
}
.navigations li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .navigations li:first-child {
    margin-left: 0;
  }
}

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