.slide-one__buttons {margin-top: auto;}
@media (max-width: 640px){
  .b-slider a.element.button-three,
  .s-slider a.element.button-three,
  .slider  a.element.button-three{
    background: rgb(56, 85, 250) !important;
    border-color: rgb(56, 85, 250) !important;
    color: #fff !important;
  }
}
@media (max-width: 640px){

  /* Скрыть "буллеты" (пагинацию) в Vega-слайдере на мобиле */
  .b-slider .swiper-pagination,
  .s-slider .swiper-pagination,
  .slider  .swiper-pagination,
  .b-slider .splide__pagination,
  .s-slider .splide__pagination,
  .slider  .splide__pagination{
    display: none !important;
  }
  
    /* Скрыть шапку в Прайсе */
}
.dataTable-top{
  display: none !important;
}

.footer-one__copyright{
  display: none !important;
}