.srs_header_pr {
  background-color: transparent !important;
  position: fixed;
}

.srs_header_pr.fixed {
  position: fixed;
  width: 100%;
}

.srs_header_pr div.srs_header_child_pr {
  position: relative;
  display: flex;
  padding: 24px 48px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s linear;
}

.srs_header_pr.fixed div.srs_header_child_pr {
  background: #fff;
}

.srs_header_pr .srs_logo_sec a {
  position: absolute;
  background: #fff;
  top: 32px;
  padding: 8px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srs_header_pr .srs_logo_sec h2#logo img {
  max-width: 184px;
  transition: all 0.3s linear;
  max-height: 200px;
  height: 100%;
}

.srs_header_pr.fixed .srs_logo_sec a img {
  max-height: 48px !important;
  margin: 0 auto;
  height: 48px;
}

.srs_header_pr .srs_nav_pr .srs_items_pr {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a {
  color: #1b1b1b;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr {
  position: relative;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr .srs_sub_items_pr li {
  padding: 4px 0;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr.active a svg {
  transform: rotate(180deg);
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a svg {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr .srs_sub_items_pr {
  display: none;
}

.srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr.active .srs_sub_items_pr {
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background-color: #fff;
  padding: 16px;
  top: 32px;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.24);
}

.srs_cross {
  display: none;
}

.srs_hamburg {
  display: none;
}

@media (max-width: 1400px) {
  .srs_header_pr .srs_nav_pr .srs_items_pr {
    gap: 20px;
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a {
    font-size: 14px;
  }
}

@media (max-width: 1130px) {
  .srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .srs_header_pr .srs_logo_sec a {
    top: 12px;
    width: 80px;
    height: 80px;
    padding: 0;
  }

  .srs_header_pr .srs_logo_sec a img {
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 1024px) {
  .srs_header_pr div.srs_header_child_pr nav.srs_nav_pr {
    position: absolute;
    width: 100%;
    background: #161616;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 56px 48px;
    transform: translateX(-100%);
    transition: all 0.3s linear;
    display: block !important;
  }

  .srs_header_pr div.srs_header_child_pr nav.srs_nav_pr.active {
    transform: translateX(0%);
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr {
    flex-direction: column;
    align-items: start;
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr {
    width: 100%;
    border-bottom: 1px solid rgba(76, 76, 76, 0.5);
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a {
    width: 100%;
    color: rgb(164, 164, 164);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
  }

  .srs_header_pr
    .srs_nav_pr
    .srs_items_pr
    .srs_item_pr.active
    .srs_sub_items_pr {
    position: relative;
    background-color: transparent;
    top: 0;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr {
    gap: 0;
  }

  .srs_header_pr .srs_nav_pr .srs_items_pr .srs_item_pr a.srs_item {
    font-size: 16px;
    padding: 16px 0;
    color: #fff;
    padding-left: 0;
  }

  .srs_cross {
    padding: 8px;
    width: 40px;
    margin-left: auto;
    display: block;
  }

  .srs_hamburg {
    display: block;
  }

  .srs_header_pr.fixed .srs_logo_sec a img {
    max-height: 200px;
  }
}
