    .text-h {
    height: auto !important;
}



/*Линия туры*/
  /* Стили по умолчанию — для экранов > 640px */
  .line-width {
    width: calc(100vw - 160px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 1px !important;
  }

  /* Экраны от 320px до 640px включительно */
  @media (max-width: 640px) and (min-width: 320px) {
    .line-width {
      width: calc(100vw - 88px) !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
    }
  }


/*Корзина*/
.t706__product-title.t-descr.t-descr_sm {
    font-weight: 500 !important;
}

.t706__cartwin-prodamount-wrap.t-descr.t-descr_sm {
    font-weight: 500 !important;
}

span.t-input-phonemask__select-flag {
    display: none !important;
}

.t706__cartwin-totalamount-wrap.t-descr.t-descr_xl {
    font-weight: 500 !important;
}


/*Потоки*/
@media (min-width: 960px) {
    .js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
        font-size: 32px !important;
    }

    .t-redactor__text {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}


@media (min-width: 320px) and (max-width: 959px) {
    .js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
        font-size: 24px !important;
    }

    .t-redactor__text {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}
