@media screen and (max-width: 639px) {
  .button__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    overflow: hidden;
  }
  .button._slider {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 639px) {
  .icon._arrow-slider {
    width: 10px;
    height: 18px;
  }
}
@media screen and (max-width: 639px) {
  ._mobile {
    display: block;
  }
  ._mobile.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  ._tablet {
    display: block;
  }
  ._tablet.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  ._desktop {
    display: block;
  }
  ._desktop.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding: 0 16px;
  }
}
