#stuck_container {
  background-color: #2e0b4f;
  padding: 40px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}

.isStuck {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isStuck .menuBox {
  margin: 0;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 979px) {
  .isStuck h1 a {
    width: 332px;
    height: 86px;
  }

  .isStuck h1 a img {
    width: 180px;
  }

  .isStuck h1 {
    top: 14px !important;
  }

  .isStuck .navigation,
  .isStuck .header_socials {
    position: relative;
    top: -20px;
  }

  .isStuck {
  }
}

@media only screen and (max-width: 979px) {
  #stuck_container {
    /* position: absolute !important;
    box-shadow: none; */
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }

  .isStuck {
  }
}

@media only screen and (max-width: 767px) {
  .isStuck {
  }
  #stuck_container {
    /* position: absolute !important;
    box-shadow: none; */
    padding-bottom: 0px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
