 @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&subset=latin,cyrillic&display=swap');

@font-face {
  font-family: 'Onder';
  src: url('https://static.tildacdn.com/tild6465-6266-4662-a437-313930343037/Onder-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.skuglenie {
  border-radius: 0px !important;
  overflow: hidden !important;
  transition: border-radius 0.2s ease !important;
}

.js-sbs-anim-trigger_hover:hover .skuglenie {
  border-radius: 40px !important;
}

/* Dark style for every Tilda Feeds case page */
.t-feed__post-popup,
.t-feed__post-popup.t-popup_show,
.t-feed__post-popup__close-wrapper {
  background: #000000 !important;
}

.t-feed__post-popup,
.t-feed__post-popup__content,
.t-feed__post-popup__content *,
.t-feed__post-popup__text,
.t-feed__post-popup__text * {
  color: #f5f5f5 !important;
}

.t-feed__post-popup__close-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.t-feed__post-popup__close-text,
.t-feed__post-popup__close-text-wrapper,
.t-feed__post-popup__title,
.js-feed-post-title,
.t-feed__post-popup__text h1,
.t-feed__post-popup__text h2,
.t-feed__post-popup__text h3,
.t-feed__post-popup__text h4,
.t-feed__post-popup__text h5,
.t-feed__post-popup__text h6 {
  font-family: 'Onder', Arial, sans-serif !important;
  font-weight: 400 !important;
}

.t-feed__post-popup__close-text {
  color: #f5f5f5 !important;
}

.t-feed__post-popup__content,
.t-feed__post-popup__content *,
.t-feed__post-popup__date-parts-wrapper,
.t-feed__post-popup__date-parts-wrapper *,
.t-feed__post-popup__text,
.t-feed__post-popup__text * {
  font-family: 'Nunito', Arial, sans-serif !important;
}

.t-feed__post-popup__title,
.js-feed-post-title,
.t-feed__post-popup__text h1,
.t-feed__post-popup__text h2,
.t-feed__post-popup__text h3,
.t-feed__post-popup__text h4,
.t-feed__post-popup__text h5,
.t-feed__post-popup__text h6 {
  font-family: 'Onder', Arial, sans-serif !important;
}

.t-feed__post-popup__date-wrapper,
.t-feed__post-popup__date {
  color: rgba(245, 245, 245, 0.64) !important;
}

.t-feed__post-popup__tag {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 40px;
  margin: 0 0 0 18px !important;
  padding: 7px 15px !important;
  box-sizing: border-box;
  border-radius: 8px !important;
  background: #182100 !important;
  color: #c8ff00 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.t-feed__post-popup__tag,
.t-feed__post-popup__tag * {
  color: #c8ff00 !important;
  font-family: 'Nunito', Arial, sans-serif !important;
  text-decoration: none !important;
}

.t-feed__post-popup__tag:hover {
  background: #223000 !important;
  color: #d8ff4d !important;
}

.t-feed__post-popup__tag:hover * {
  color: #d8ff4d !important;
}

.t-feed__post-popup__close-icon path,
.t-popup__close-icon path {
  stroke: #f5f5f5 !important;
}

.t-feed__post-popup a:not(.t-feed__post-popup__tag):not(.t-popup__close) {
  color: #c8ff00 !important;
}

@media screen and (max-width: 640px) {
  .t-feed__post-popup__tag {
    min-height: 36px;
    margin-left: 12px !important;
    padding: 6px 12px !important;
    border-radius: 7px !important;
  }
}
