/*------------------------------------------------------------*/
/* Адаптивные настройки для смартфона */

@media (max-width: 768px) {
  body {
    margin-right: 20px;
  }

  #activitySelect img {
    width: 14vw !important;
    height: 14vw !important;
    margin: 1vw !important;
    font-size: 4vw !important;
  }

  #activityBox {
    width: 100%;
  }

  .controls {
    width: 100%;
  }

  #controlTitle,
  .slider-container {
    width: 93%;
    padding: 0px 0 0;
  }

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  body {
    padding: 0px;
  }

  #cleaned {
    margin-bottom: 0px;
    margin-top: 70px;
    width: 90%;
  }

  .noUi-pips-horizontal {
    height: 40px;
  }
}

/*------------------------------------------------------------*/
/*  Мобильная вёрстка  */

@media (max-width: 480px) {
  #controlTitle.flex-container {
    display: block !important;
  }
}
