@media (max-width: 1079px) {
  .container {
    width: 100%;
  }
  .h-100 {
    height: auto !important;
  }
  .header-title {
    transform: none;
    font-size: 14px !important;
    white-space: normal;
    margin-top: -17px;
  }
  ul#accardion {
    width: 100%;
    display: block;
    text-align: justify;
    display: flex;
    justify-content: space-between;
  }
  ul#accardion li {
    display: inline;
    text-align: justify;
    width: 100%;
  }
  ul#accardion li .accardion-header {
    float: none;
    height: 85px;
    width: 100%;
    display: inline-block;
  }
  ul#accardion li .accslide {
    height: 100%;
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    display: none;
  }
  ul#accardion li .accslide .content {
    width: 100%;
    padding-right: 20px;
  }
  ul#accardion li .accslide .contentprofile {
    width: 100%;
  }
  ul#accardion li .accslide .contentempty {
    width: 100%;
  }
  ul#accardion li .accslide .contentempty .bg-gray {
    background: none;
  }
  ul#accardion li input.accardion-input[type=radio]:checked ~ .accslide {
    display: block;
    position: absolute;
    left: 0;
  }
  input[type=range].slider {
    width: 100%;
  }
  .range-slider.range {
    width: 80%;
    margin-left: 10%;
  }
  .radio-tile-group {
    width: 50%;
  }
  .tooltip-hidden {
    max-width: 80%;
    left: 10%;
    padding: 10px 20px;
  }
  .tooltip-hidden::after {
    content: none;
    background: none;
  }
  .twrp {
    height: 60%;
  }
  .wrap_title {
    font-size: 25px;
    line-height: 28px;
    padding-left: 10px;
  }
  .lk-link {
    text-align: center;
  }
  .box-minmax {
    position: initial !important;
  }
  .range-slider {
    margin-top: 50px;
  }
  .tooltip-question {
    white-space: normal;
  }
  .step-title {
    white-space: normal;
  }
  .btn-block-bottom {
    width: 100%;
    left: 16px;
    position: relative;
    margin-top: 40px;
  }
  .btn-block-bottom .btn {
    border: 2px solid #201600;
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    margin-bottom: 20px;
  }
  .btn-block-bottom .btn img {
    margin-left: 0;
  }
  .tooltip-hidden--large {
    top: 50px !important;
    height: 300px;
  }
  .order-btns {
    text-align: right;
    float: right;
  }
  .order-btns img {
    max-width: 25px;
  }
  .s-info__icons {
    margin-bottom: 5px;
  }
  .col-12.col-md-3.text-right.pr-4 {
    text-align: left !important;
  }
  .profile-block {
    padding-left: 0px;
    padding-right: 20px;
  }
  .nav-link {
    width: 100%;
    text-align: center;
  }
  .text-md-right {
    text-align: left !important;
  }
}
/*# sourceMappingURL=mobile.css.map */