[onScrollDisplay_JS] {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform:unset !important;
    transform: unset !important;
    opacity: 1 !important;
}
.download-price__img-small {
	display: none;
}
.download-price__img-large {
	border-radius: 0 0.65vw 0.65vw 0;
}

/*
@media only screen and (max-width: 768px) {
  .first.md-dark-bg {
  background: linear-gradient(13deg, rgb(255 255 255 / 0%) 35%, rgb(0 0 0 / 25%) 100%);
  }
  .first__bullets .bullets-item p {
  line-height: 3.225vw;
  }
}

@media only screen and (min-width: 768px) {
  .first .first__title {
  background: rgb(255 255 255 / 0.74);
  color: #000000;
  padding: 8px 10px 12px 10px;
  border-radius: 16px;
  width: max-content;
  max-width: 52vw;
  }
  .first .first__text p {
  background: rgb(255 255 255 / 0.74);
  color: #000000;
  padding: 8px 14px 8px 14px;
  border-radius: 10px;
  width: max-content;
  }	
  .first__bullets .bullets-item p {
  color: #000000; 
  }
}
*/