.slick-prev,
.slick-next {
  top: 50%;
  transform: translate(0, -50%);
}
.slick-dots li button {
  display: none !important;
}
@media screen and (max-width: 1439px) {
  #layout {
    margin-top: 85px !important;
  }
  .value_fixed {
    z-index: 999;
  }
}
.slick-prev,
.slick-next @media screen and (max-width: 1023px) {
  .value_fixed {
    bottom: 112px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px) {
  .value_fixed {
    bottom: 14vw;
  }
}
@media screen and (min-width: 551px) and (max-width: 720px) {
  .value_fixed {
    bottom: 15vw;
  }
}
@media screen and (min-width: 451px) and (max-width: 550px) {
  .value_fixed {
    bottom: 16vw;
  }
}
@media screen and (max-width: 450px) {
  .value_fixed {
    bottom: 17vw;
  }
}
