body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}


/* Единый размер шрифта для всех хлебных крошек */
.t758__link-item__wrapper {
  font-size: 17px !important;
}

/* Исправление переноса в форме подписки Сендбокс */
.sp-fixed-outer.sp-show .sp-form-fixed {
  word-break: normal !important;
}


.t-btn {
    height: auto !important;
}

/* Иконка часов в виджете "Отправить статью на почту" НЕ УДАЛЯТЬ ПОЖАЛУЙСТА */
.eta::before {
    /*content: url(https://static.tildacdn.com/tild3331-3532-4663-b932-346237343730/4105961-clock-durati.svg) !important;*/
    content: url(https://static.tildacdn.com/tild6330-3733-4965-b638-346432373237/Clock_gray.svg) !important;
}

/* - Картинка вместо сообщения что ничего не найдено - */
.t-store__empty-part-msg {
  background-image: url("https://static.tildacdn.com/tild3234-6635-4066-b138-633230323562/Oops_not_found.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
  border: transparent !important;
  color: transparent !important;
  height: 300px !important;
}
/* --------- Конец стилей вставки изображения ----------- */

/* custom.css | https://tilda.ws/project398780/custom.css?t=1591619656 */

.t-store__empty-part-msg {
  height: 300px !important;
}

.t-store__empty-part-msg-wrapper {
  padding-bottom: 0px;
  margin-top: 100px;
}

.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
  padding: 0;
}

.js-store-empty-part-msg {
  margin-bottom: 0px;
}


@media screen and (max-width: 812px) {
  .button-read-later.button-read-later-select,
  .button-read-later {
    max-width: 190px;
  }
  
  .button-email-read-later {
    max-width: 160px;
  }

  .input-read-later {
    max-width: 160px;
  }
  
  .capt-read-later {
    max-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .t-rec_pb_135 {
    padding-bottom: 10px !important;
  }
  
  .t-store__empty-part-msg-wrapper {
    margin-top: 60px;
    margin-top: 10px;
  }
  
  /* Коррекция открытия читать ещё */
  .form-read-later {
        height: 100px !important;
  }
}


@media screen and (max-width: 480px) {
/* Коррекция в поле комментариев hypercomments */
  .hc__reply__box__textarea, 
  .hc__reply__box textarea {
    font-size: 12px !important;
  }
}

