@media screen and (min-width: 1024px) {
  .activeHeader {
    box-shadow: -2px 4px 7px 0px #4f4f4f;
    background: #19d3c5; }
    .activeHeader .menu-toggle {
      top: 35px !important;
      padding: 25px !important;
      right: 0 !important; }
    .activeHeader .langSelector {
      top: 35px !important;
      padding: 25px !important;
      right: 60px !important; }
    .activeHeader .downloadApp {
      right: 150px !important; } }

.downloadApp {
  top: 110px; }

.activeHeader {
  box-shadow: -2px 4px 7px 0px #4f4f4f;
  background: #19d3c5; }
  .activeHeader .beatsButton {
    right: 410px !important; }
  .activeHeader .menu-toggle {
    top: 35px !important;
    padding: 25px !important; }
  .activeHeader .downloadApp {
    top: 10px !important;
    row-gap: 0 !important; }
    .activeHeader .downloadApp img {
      width: 0 !important;
      padding: 0 !important; }
  .activeHeader .logo {
    width: 100px;
    top: 15px !important; }
  .activeHeader button {
    padding: 13px 20px !important; }

.downloadApp, .logo, .menu-toggle {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }

header {
  position: fixed;
  z-index: 99999;
  height: 70px;
  width: 100%;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  font-size: 25px; }
  header .logo {
    width: 200px; }
  header .benefit {
    flex-direction: row;
    background: white;
    padding: 45px 30px 90px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: -50px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-grow: 1; }
    header .benefit svg {
      fill: #222; }
  header .benefit1 {
    background: #f93549; }
  header .benefit2 {
    background: #eb6ec3; }
  header .benefit3 {
    background: #ffbf41; }
  header .benefit4 {
    background: #9578d3;
    padding-bottom: 50px;
    border-radius: 50px; }
  header .box {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 50px;
    min-height: 250px;
    position: relative; }
    header .box svg {
      fill: #222; }
    header .box > div {
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      bottom: 20%;
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%; }
      header .box > div > span {
        flex: 4; }
      header .box > div > div {
        flex: 1; }
  header .works {
    background: white; }
  header .register {
    background: #393939;
    color: white !important; }
    header .register svg {
      fill: white; }
  header .download {
    background: #19d3c5; }
    header .download > div > span {
      flex: 6; }
  header svg {
    width: 35px;
    height: 35px; }
  header button {
    padding: 20px 20px;
    right: 30px;
    top: 30px;
    z-index: 99999;
    border: none;
    position: absolute;
    border-radius: 50px;
    background: #222;
    font-size: 16px;
    line-height: 24px;
    color: #19d3c5;
    font-weight: 700; }
  header .langSelector {
    border-radius: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60px;
    right: 60px;
    left: auto;
    z-index: 99999;
    pointer-events: auto;
    width: 70px;
    cursor: pointer; }
  header .menu-toggle {
    background: #222;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60px;
    right: 0;
    left: auto;
    z-index: 99999;
    pointer-events: auto;
    cursor: pointer; }
  header .menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 20%;
    right: 0;
    width: 60%;
    height: 3px;
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s ease; }
    header .menu-toggle-bar.menu-toggle-bar--top {
      transform: translate(0, -8px); }
    header .menu-toggle-bar.menu-toggle-bar--bottom {
      transform: translate(0, 8px); }
  header .show-menu-button {
    display: inline; }
  header .overlaymenu {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    opacity: 0;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.6s ease; }
  header .overlaymenu .close-button {
    position: absolute;
    top: 20px;
    right: 35px;
    padding: 30px;
    cursor: pointer; }
  header .close-button .menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg); }
    header .close-button .menu-toggle-bar--bottom {
      transform: translate(0, 0) rotate(-45deg); }
  header #menuContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: -4%;
    gap: 30px;
    left: 50%;
    transform: translate(-50%, -10%); }
    header #menuContent .benefit {
      cursor: pointer; }
    header #menuContent .row1 {
      flex: 1;
      display: flex;
      flex-direction: column;
      margin-top: -50px; }
    header #menuContent .row2 {
      flex: 1; }

@media screen and (min-width: 1024px) {
  .beatsMenu {
    display: none; }

  #menuContent {
    padding: 30px; } }

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  header .box > div > span {
    flex: 2 !important; } }

@media screen and (max-width: 1024px) {
  .beatsMenu {
    margin-top: 10px; }

  .activeHeader .langSelector {
    top: 30px !important; }

  .langSelector {
    right: 40px !important; }

  #menuContent > div.row2 > div:nth-child(1) {
    display: grid !important; }

  body > header > div.overlaymenu.overlay-slidedown {
    height: 100vh !important; }

  #menuContent > div.row2 > div:nth-child(2) > a > div > div > span {
    margin: 0 !important; }

  #menuContent {
    position: relative !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding-top: 150px !important; }

  #menuContent .row1 {
    display: grid !important;
    grid-template-columns: 100%;
    row-gap: 5px;
    column-gap: 10px; }

  #menuContent .row2 > a {
    flex-direction: column;
    gap: 5px !important;
    margin-bottom: 5px !important; }
    #menuContent .row2 img {
      display: none; }

  header .box {
    padding: 20px !important;
    border-radius: 10px !important;
    min-height: auto !important; }
    header .box > div {
      bottom: 0 !important;
      font-size: 14px;
      position: relative !important; }
      header .box > div > div {
        text-align: left; }

  header .benefit {
    padding: 20px 10px;
    border-radius: 10px;
    margin: 0 !important;
    font-size: 14px;
    align-items: center; }

  header svg {
    width: 20px;
    height: 20px; }

  #menuContent > div {
    width: 100%;
    margin: 0 !important;
    padding: 10px 0; }

  #menu > button {
    display: none; }

  header .menu-toggle {
    right: 0 !important; }

  header > img, #menu > a {
    display: none; }

  .activeHeader {
    box-shadow: 0px 0px 0px 0px #4f4f4f !important;
    background: none !important; }

  header .overlaymenu .close-button {
    z-index: 99999;
    /*header .overlaymenu {
    height: 100vh !important;
  } */ } }
