/* HotBlock — lordfilm-light (светлая тема) */

#hotBlock {
  display: block;
  margin: 0 0 20px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#hotBlock .section.paper,
#hotBlock .paper.mk_kt,
#hotBlock .continue-block.hb-block {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#hotBlock .mk_i.section-body,
#hotBlock .unset-padding-bottom {
  padding: 0 !important;
}

/* Шапка */
#hotBlock .hot-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
}

#hotBlock .hot-title {
  font-size: 14px;
  font-weight: 500;
}

#hotBlock .hot-dropdown {
  position: relative;
}

#hotBlock .hot-dropdown-btn {
  background: #f3f3f3;
  padding: 5px 25px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 140px;
  justify-content: space-between;
  border: none;
  font: inherit;
  color: inherit;
}

#hotBlock .hot-arrow {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  transition: transform .25s ease;
}

#hotBlock .hot-dropdown.open .hot-arrow {
  transform: rotate(180deg);
}

#hotBlock .hot-dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  padding: 10px 0;
  display: none;
  min-width: 160px;
  z-index: 100;
}

#hotBlock .hot-dropdown-menu.show {
  display: block !important;
}

#hotBlock .hot-dropdown-menu div {
  padding: 10px 16px;
  cursor: pointer;
  transition: background .2s;
}

#hotBlock .hot-dropdown-menu div:hover {
  background: #f5f5f5;
}

/* Глаз — FontAwesome 4.7 */
#hotBlock .hot-toggle-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 1;
  flex-shrink: 0;
}

#hotBlock .hot-toggle-btn i,
#hotBlock .hot-toggle-btn i::before {
  display: none !important;
}

#hotBlock .hot-toggle-btn::before {
  font-family: 'FontAwesome' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #888 !important;
  content: '\f06e';
  -webkit-font-smoothing: antialiased;
}

#hotBlock .hot-toggle-btn:hover::before {
  color: #666 !important;
}

#hotBlock.collapsed .hot-toggle-btn::before {
  content: '\f070';
}

/* Карусель */
#hotBlock .continue-block .ev_j.ev_ew {
  position: relative;
}

#hotBlock #hotContent {
  transition: max-height .45s cubic-bezier(.4,0,.2,1), opacity .35s ease;
  max-height: 1200px;
  overflow: hidden;
}

#hotBlock.collapsed #hotContent {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

#hotBlock .hb-panel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scrollbar-width: none;
  padding: 0 4px 6px;
  box-sizing: border-box;
}

#hotBlock .hb-panel-track::-webkit-scrollbar {
  display: none;
}

#hotBlock .hot-slide.active,
#hotBlock .hb-panel.active {
  display: block !important;
}

/* Стрелки */
#hotBlock .continue-block .ev_bg.ev_cx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  transition: .25s;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  border: none;
}

#hotBlock .continue-block:hover .ev_bg.ev_cx {
  opacity: 1;
}

#hotBlock .continue-block .ev_bg.ev_bl.ev_cx {
  left: -6px;
}

#hotBlock .continue-block .ev_bg.ev_bm.ev_cx {
  right: -6px;
}

#hotBlock .continue-block .ev_bg.ev_cx:hover {
  transform: translateY(-50%) scale(1.06);
}

#hotBlock .continue-block .ev_bk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#hotBlock .continue-block .ev_bk svg {
  width: 17px;
  height: 17px;
}

/* Карточки */
#hotBlock .hb-panel-track .card-inline,
#hotBlock .hot-slide .card-inline {
  flex: 0 0 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

#hotBlock a.card-inline {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 300px !important;
  padding: 8px !important;
  border-radius: 6px !important;
  background: #f5f5f5 !important;
  box-shadow: none !important;
  border: none !important;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

#hotBlock .card-inline__cover,
#hotBlock .cover.card-inline__cover {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  flex-shrink: 0 !important;
  float: none !important;
}

#hotBlock .cover__wrap {
  position: relative !important;
  width: 56px !important;
  padding-top: 140% !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

#hotBlock .cover__img,
#hotBlock .cover__wrap img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}

#hotBlock .card-inline__body {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
}

#hotBlock .card-inline__name {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 !important;
}

#hotBlock .card-inline__footer,
#hotBlock .continue-progress-text {
  font-size: 12px !important;
  color: #888 !important;
  margin-top: 4px !important;
}

#hotBlock .progress.continue-lx_cg {
  margin-top: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(118,118,128,.12);
  overflow: hidden;
}

#hotBlock .progress__bar._horizontal {
  height: 100%;
  width: 0;
  background: #ffab40;
  transition: width .2s ease;
}

@media (max-width: 1024px) {
  #hotBlock .hb-panel-track .card-inline,
  #hotBlock a.card-inline {
    flex: 0 0 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
}