
@media (max-width: 768px) {
  .title-row .button-primary {
    display: none;
  }
  .block-mt {
    margin-top: 60px;
  }
  .block-mb {
    margin-bottom: 60px;
  }
  .block-pt {
    padding-top: 50px;
  }
  .scrollable_large .table-container {
    scrollbar-width: none;
  }
  .scrollable_large .table-container::-webkit-scrollbar {
    display: none;
  }
  .scrollable__swipe {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .scrollable__swipe::after {
    content: "";
    display: block;
    flex: 0 0 40px;
    width: 41px;
    height: 40px;
    background: url(../../images/sprites/icons-sprite-a1a058de.svg) -1947px -1px no-repeat;
    background-size: auto 110px;
    animation: swipe 1s infinite alternate ease-in 1s;
  }
  .scrollable .image-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    scroll-padding: 0 24px;
  }
  .scrollable .image-wrapper::-webkit-scrollbar {
    display: none;
  }
  .scrollable .image-wrapper img {
    width: fit-content;
  }
  .filter-input {
    width: calc(50% - 8px);
  }
  .filter-input:nth-child(2n) {
    margin-right: 0;
  }
  .filter-input:nth-child(3) {
    margin-right: 16px;
  }
  .progress {
    display: none;
  }
  .quiz .form__checkbox {
    width: 100%;
  }
  .quiz .form__inputs {
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
  }
  .quiz .form__input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .slick-track {
    height: 100%;
  }
  .quiz-form__side {
    z-index: 2;
    padding: 10px;
  }
  .quiz-form__image-wrapper {
    height: 220px;
  }
  .quiz-form__image-wrapper:before {
    display: none;
  }
  .quiz-form__image-wrapper_hidden {
    display: none;
  }
  .quiz-form__header {
    padding-top: 10px;
  }
  .quiz-form__logo-wrapper {
    width: 122px;
    height: 32px;
  }
  .quiz-form__phone {
    font-size: 16px;
  }
  .quiz-form__location {
    display: none;
  }
  .quiz-form__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 30px;
    justify-content: center;
  }
  .quiz-form__title {
    font-size: 22px;
  }
  .quiz-form__subtitle {
    font-size: 14px;
  }
  .quiz-form__image-info {
    display: none;
  }
  .quiz-form__info-mobile {
    padding: 0 10px;
    display: block;
    margin-top: 15px;
  }
  .quiz-form__buttons {
    flex-wrap: wrap;
  }
  .quiz-form__buttons .button {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .quiz-form__label-wrapper {
    margin-bottom: 16px;
    gap: 12px;
  }
  .quiz-form__form-wrapper .form__button {
    margin-top: 12px;
    width: 100%;
    order: 3;
  }
  .quiz-form__form-wrapper .quiz-form__label {
    width: 100%;
    order: 1;
  }
  .quiz-form__form-wrapper .form__checkbox {
    order: 2;
    width: 100%;
  }
  .quiz-form__label-check {
    width: 50%;
  }
  .quiz-form__check:checked + .quiz-form__checkbox:before {
    width: 8px;
    height: 8px;
  }
  .quiz-form__checkbox {
    font-size: 13px;
    padding: 10px 12px;
  }
  .quiz-form__checkbox:before {
    width: 14px;
    height: 14px;
  }
  .quiz-form__checkbox_wa:after {
    width: 16px;
    height: 16px;
    background: url(../../images/sprites/icons-sprite-a1a058de.svg) -2198px -1px no-repeat;
    background-size: auto 110px;
  }
  .quiz-form__checkbox_phone:after {
    width: 18px;
    height: 18px;
    background: url(../../images/sprites/icons-sprite-a1a058de.svg) -1550px -1px no-repeat;
    background-size: auto 110px;
  }
  .quiz-main_multiple .quiz-main__label {
    width: 100%;
  }
  .quiz-main__side {
    height: 100%;
    z-index: 2;
  }
  .quiz-main__image-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 100%;
    max-height: unset;
    top: 0;
  }
  .quiz-main__image-wrapper:before {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(157.13deg, #FFFFFF 14.83%, rgba(255, 255, 255, 0) 306.23%);
  }
  .quiz-main__header {
    padding-top: 10px;
  }
  .quiz-main__logo-wrapper {
    width: 122px;
    height: 32px;
  }
  .quiz-main__phone {
    font-size: 16px;
  }
  .quiz-main__location {
    display: none;
  }
  .quiz-main__status-line {
    margin-bottom: 20px;
  }
  .quiz-main__title {
    font-size: 20px;
  }
  .quiz-main__label {
    width: 100%;
  }
  .quiz-main__check {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .quiz-main__buttons {
    margin-top: 25px;
  }
  .quiz-main__body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .quiz .socials {
    width: fit-content;
    margin: 0 auto 30px;
  }
}