﻿:root {
    --cl-black: #000000;
    --cl-blackie: #0e0224;
    --cl-white: #ffffff;

    --cl-mata: #3cffd0;
    --cl-mata-dark: #15b28c;
    --cl-mata-dark2: #00654d;

    --cl-red: #ff4444;
    --cl-red-bg: #FFE5E5;
    --cl-red-font: #C50101;
    --cl-green: #6ee199;
    --cl-green-bg: #D4FFE4;
    --cl-green-font: #0A7833;

    --cl-grey: #e3e3e3;
    --cl-grey-f2: #f2f2f2;
    --cl-grey-ea: #eaeaea;
    --cl-grey-e3: #e3e3e3;
    --cl-grey-6d: #6d6d6d;
    --cl-grey-d6: #d6d6d6;
    --cl-grey-c9: #c9c9c9;
    --cl-grey-a4: #a4a4a4;
    --cl-grey-5e: #5e5e5e;
    --cl-grey-39: #393939;
    --cl-grey-8d: #8d8d8d;

    --cl-error: #C50101;
    --cl-error-bg: #FFE5E5;

    --filter-white: invert(98%) sepia(5%) saturate(266%) hue-rotate(72deg) brightness(113%) contrast(100%);
    --filter-mata: invert(69%) sepia(64%) saturate(430%) hue-rotate(108deg) brightness(111%) contrast(102%);
    --filter-grey-39: invert(20%) sepia(35%) saturate(15%) hue-rotate(316deg) brightness(97%) contrast(95%);;
    --filter-grey-a4: invert(76%) sepia(9%) saturate(14%) hue-rotate(325deg) brightness(87%) contrast(83%);
    --filter-grey-c9: invert(82%) sepia(14%) saturate(0%) hue-rotate(171deg) brightness(94%) contrast(99%);

    --font-lexend: 'Lexend', 'lexend-fallback', sans-serif;
    --font-serif: 'Source Serif 4', 'serif-fallback', serif;
    --font-mestiza: 'Mestiza', 'mestiza-fallback', serif;

    --fsadj-lexend: none;/*0.52;*/
    --fsadj-serif: none; /*0.5;*/
    --fsadj-mestiza: none; /*0.47;*/
}

@font-face {
  font-family: 'mestiza-fallback';
  src: local('Georgia');
  size-adjust: 107.0%;
  ascent-override: 90.2%;
  descent-override: 23.1%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'lexend-fallback';
  src: local('Segoe UI');
  size-adjust: 110.0%;
  ascent-override: 80.8%;
  descent-override: 26.4%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'serif-fallback';
  src: local('Georgia');
  size-adjust: 108.5%;
  ascent-override: 90.5%;
  descent-override: 25.5%;
  line-gap-override: 0%;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; margin: 0; padding: 0; }
body { font-family: var(--font-serif); /*font-size-adjust: var(--fsadj-serif);*/ font-weight: 400; font-size: 18px; line-height: 28px; margin: 0; padding: 0; color: var(--cl-black); }
header, section, footer, aside, nav, main, article, figure { display: block; margin: 0; padding: 0; }
#view { max-width: 1030px; margin: 0 auto; background: var(--cl-white); cursor: default; position: relative; }
#view.without_branding { margin-top: 40px; }
#view.without_branding-nl { margin-top: 40px; }
@media screen and (min-width: 1024px) {
    #view.without_branding { margin-top: 310px; }
    #view.without_branding-nl { margin-top: 186px; }
}
main { padding: 0 15px; max-width: 570px; margin: 0 auto; position: relative; }
h1, h2, h3, h4, h5, h6, p, ul, ol, li { margin: 0; padding: 0; }
h2 { font-family: var(--font-mestiza); font-size: 32px; line-height: 42px; font-weight: 700; margin: 0 0 12px; }
h3 { font-family: var(--font-mestiza); font-size: 28px; line-height: 37px; font-weight: 700; margin: 0 0 12px; }
h4 { font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; margin: 0 0 14px; }

ul, ol { margin-bottom: 30px; list-style: none; }
ul li, ol li { position: relative; margin-bottom: 10px; padding-left: 27px }
li ul, li ol { margin-top: 10px; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }
ul:last-child, ol:last-child { margin-bottom: 0; }
ul li:before { content: ''; position: absolute; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; left: 0; top: calc(.5em + 1px); }
.toolBox ul li, .toolBox ol li { padding-left: 25px }
.toolBox ul li:before { left: 0; }
ul.noOffset li, ol.noOffset li { padding-left: 25px }
ul.noOffset li:before { left: 0; }
ol { counter-reset: li; }
ol li { counter-increment: li; }
ol li:before { content: counter(li)'.'; width: 1em; text-align: right; position: absolute; left: 22px; top: 0; }
.toolBox ol li:before { left: 0; }
ol.noOffset li:before { left: 0; }
li h2, li h3, li h4, li h5, li h6 { display: inline; }
.li { font-size: 1em!important; }
h1 { font-family: var(--font-mestiza); font-size: 40px; line-height: 48px; font-weight: 700; margin-bottom: 20px; }
h1 a, h2 a, h3 a, h4 a { color: var(--cl-black); }
li h2, li h3, li h4 { font-size: initial; line-height: initial; margin-bottom: 0; }
p { margin-bottom: 30px; }
a { color: var(--cl-black); }
img, svg { max-width: 100%; height: auto; vertical-align: top; display: inline-block; overflow: hidden; }
table { width: 100%; border-collapse: collapse; border: 0; }
.scroll-x { overflow-x: auto; }
td { border: 1px solid var(--cl-black); padding: 10px; }
th { border: 1px solid var(--cl-black); padding: 10px; }
td p, th p { margin-bottom: 0; }
tr:nth-child(even) { background: var(--cl-white); }

.overflow-hidden { overflow: hidden !important; }

.hidden { display: none; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.bold { font-weight: 700; }
.noBold { font-weight: 400; }
.black { font-weight: 700; }

.margin0 { margin: 0; }

.serp { margin-bottom: 50px; }
.serp .gsc-control-cse { padding: 0; }

.font-green { color: var(--cl-green-font); }
.font-red { color: var(--cl-red-font); }

.submit { display: block; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; padding: 11px 20px; border-radius: 5px; background: var(--cl-mata); border: 0; outline: 0; cursor: pointer; transition: all 0.2s ease; }
.submit:hover { background: var(--cl-black); color: var(--cl-white); }

.bottomDotbox { border-width: 0 0 1px 0; border-color: var(--cl-grey-c9); border-bottom-style: dotted; margin: 0 0 30px 0; padding: 0 0 15px 0; word-break: break-word; }

/*a.underhover { text-decoration: none; transition: all 0.2s ease; background: linear-gradient(90deg, transparent 0%, transparent 100%); background-size: 100% 6px; background-position: 0 calc(100% - 2px); background-repeat: no-repeat; }
a.underhover:hover { background-image: linear-gradient(90deg, var(--cl-mata), var(--cl-mata)); }*/

.viewport-action--active { transition-duration: .5s; transition-timing-function: ease; transition-property: transform }

.custom_scroll { max-height: 100%; overflow-y: auto; padding-right: 16px; }
.custom_scroll::-webkit-scrollbar { width: 6px; height: 6px; }
.custom_scroll::-webkit-scrollbar-button:start:decrement,
.custom_scroll::-webkit-scrollbar-button:end:increment { display: block; height: 10px; }
.custom_scroll::-webkit-scrollbar-button:vertical:increment { background-color: var(--cl-white); }
.custom_scroll::-webkit-scrollbar-track-piece { background-color: var(--cl-white); -webkit-border-radius: 8px; }
.custom_scroll::-webkit-scrollbar-thumb:vertical { height: 50px; max-height: 50px; background-color: var(--cl-mata); -webkit-border-radius: 8px; }
.custom_scroll::-webkit-scrollbar-thumb:horizontal { width: 50px; max-width: 50px; background-color: var(--cl-mata); -webkit-border-radius: 8px; }

.perexMaxRowWrapChb { display: none; }
.perexMaxRowWrap { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.perexMaxRowWrap *:last-child, .perexMaxRowWrap div *:last-child { margin-bottom: 0; }
.perexMaxRowWrapChb:checked~.perexMaxRowWrap { display: block; }
.perexMaxRowWrapMore { display: block; text-align: left; font-weight: 700; color: var(--cl-black); text-decoration: underline; cursor: pointer; margin: 10px 0 40px; }
.perexMaxRowWrapMore:hover { text-decoration: none; }
.perexMaxRowWrapMore::after { content: "Více"; }
.perexMaxRowWrapChb:checked ~ .perexMaxRowWrapMore::after { content: "Méně"; }


.grey_button__link { background: var(--cl-grey-f2); display: block; border-radius: 5px; font-family: var(--font-lexend); font-size: 14px; line-height: 44px; font-weight: 700; text-align: center; transition: all 0.2s ease; color: var(--cl-black); text-decoration: none; }
.grey_button__link:hover { background: var(--cl-mata); }

.mata_button__link { background: var(--cl-mata); display: block; border-radius: 5px; font-family: var(--font-lexend); font-size: 14px; line-height: 44px; font-weight: 400; text-align: center; transition: all 0.2s ease; color: var(--cl-black); text-decoration: none; outline: 0; border: 0; cursor: pointer; padding: 0 10px; }
.mata_button__link.hidden { display: none; }
.mata_button__link:hover { background: var(--cl-black); color: var(--cl-white); }


.flickity-button { display: none; background: var(--cl-black); transition: all 0.2s ease; }
.flickity-button:hover { background: var(--cl-mata); }
.flickity-button:focus { box-shadow: none; }
.flickity-prev-next-button { z-index: 5; border-radius: 5px; width: 40px; height: 40px; }
.flickity-prev-next-button svg { display: none; }
.flickity-prev-next-button.previous { left: -20px; }
.flickity-prev-next-button.next { right: -20px; }

.flickity-prev-next-button:before { content: ''; position: absolute; left: 14px; top: 15px; background: url(/images/iw-icons.svg#arrow-right) no-repeat; width: 12px; height: 9px; filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(105%); transition: filter 0.2s ease; }
.flickity-prev-next-button:hover:before { filter: none; }

.flickity-prev-next-button.previous:before { transform: rotate(-180deg); }
.flickity-prev-next-button.next:before {  }

@media screen and (min-width: 800px) {
    .flickity-button { display: block; }
}

.columns { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 0; }
.columns__main { }
.columns__aside { display: none; }
.columns__aside__row {}

.sticky { position: sticky; top: 0; }
.sticky-banner { top: 170px; }

.section_title { font-family: var(--font-mestiza); font-size: 26px; line-height: 34px; font-weight: 700; margin: 0 0 20px; color: var(--cl-grey-39); }

.taglist { display: flex; flex-wrap: wrap; margin: 0 0 10px; }
.taglist__item { display: inline-block; margin: 0 10px 10px 0; transition: all 0.2s ease; background: var(--cl-grey-f2); padding: 10px 20px; border-radius: 5px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; text-decoration: none; }
span.taglist__item { color: var(--cl-grey-5e); }
a.taglist__item:hover { background: var(--cl-mata); }

@media screen and (min-width: 800px) {
    main { max-width: none; padding: 0 20px; }
}

@media screen and (min-width: 1024px) {
    /*#view { margin-top: 355px; margin-bottom: 10px; }*/

    .columns { display: grid; grid-template-columns: 1fr 330px; gap: 20px; padding: 0; }
    .columns__aside { display: block; }
    .columns__aside-2rows { display: grid; grid-template-rows: 1fr 1fr; }
}


/* Ribbon */
.ribbon { display: flex; height: 40px; background: var(--cl-black); text-align: center; justify-content: center; justify-items: center; align-content: center; align-items: center; font-family: var(--font-lexend); }
.ribbon__stocks { display: flex; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; padding: 0 20px; }
.ribbon__stocks::-webkit-scrollbar { display: none; }
.ribbon__stocks__caption { color: var(--cl-white); font-size: 11px; line-height: 14px; text-align: left; flex-shrink: 0; }
.ribbon__stocks__caption__name { display: block; }
.ribbon__stocks__caption__time { display: block; }

.ribbon__stocks__item { position: relative; display: inline-block; margin-left: 25px; flex-shrink: 0; }
.ribbon__stocks__item-plus {  }
.ribbon__stocks__item-minus {  }

.ribbon__stocks__item-plus::before { content: ''; display: inline-block; width: 0; height: 0; margin-right: 8px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 11px solid var(--cl-green); }
.ribbon__stocks__item-minus::before { content: ''; display: inline-block; width: 0; height: 0; margin-right: 8px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 11px solid var(--cl-red); }

.ribbon__stocks__item__label { font-size: 13px; line-height: 16px; font-weight: 400; text-transform: uppercase; color: var(--cl-white); text-decoration: none; }

.ribbon__stocks__item__caption { font-size: 13px; line-height: 16px; font-weight: 400; text-transform: uppercase; color: var(--cl-white); text-decoration: none; }
.ribbon__stocks__item__caption:hover { text-decoration: underline; }
.ribbon__stocks__item__caption:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.ribbon__stocks__item__value { font-size: 13px; line-height: 16px; font-weight: 400; margin-left: 6px; }
.ribbon__stocks__item-plus .ribbon__stocks__item__value { color: var(--cl-green); }
.ribbon__stocks__item-minus .ribbon__stocks__item__value { color: var(--cl-red); }

.ribbon__links { display: none; }


@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
}

@media screen and (min-width: 1024px) {
    .ribbon__stocks__item__label { font-size: 14px; line-height: 18px; font-weight: 700; }
    .ribbon__stocks__item__caption { font-size: 14px; line-height: 18px; font-weight: 700; }
    .ribbon__stocks__item__value { font-size: 14px; line-height: 18px; font-weight: 700; margin-left: 9px; }

    .ribbon__links { display: flex; border-left: 1px solid var(--cl-grey-5e); padding: 0 0 0 30px; margin: 0 0 0 26px; line-height: 20px; }
    .ribbon__links__item { position: relative; font-family: var(--font-lexend); font-size: 13px; line-height: 16px; color: var(--cl-white); text-decoration: none; transition: all 0.2s ease; display: inline-block; }
    .ribbon__links__item:hover { color: var(--cl-mata); text-decoration: underline; }
    .ribbon__links__item-search { padding: 0 0 0 29px; margin-right: 30px; cursor: pointer; }
    .ribbon__links__item-search:before { content: ''; background: url('/images/iw-icons.svg#ico-search') no-repeat; width: 19px; height: 19px; position: absolute; left: 0; top: -2px; transition: all 0.2s ease; filter: var(--filter-white); }
    .ribbon__links__item-search:hover:before { filter: var(--filter-mata); }
    .ribbon__links__item-login { padding: 0 0 0 23px; }
    .ribbon__links__item-login:before { content: ''; background: url('/images/iw-icons.svg#ico-user') no-repeat; width: 15px; height: 19px; position: absolute; left: 0; top: -2px; transition: all 0.2s ease; filter: var(--filter-white); }
    .ribbon__links__item-login:hover:before { filter: var(--filter-mata); }

    .ribbon__links__item__cover { position: relative; }
}


/* Header */ 
.fixed_header { position: relative; background: var(--cl-white); width: 100%; z-index: 100; }
.fixed_header:after { content: ''; position: absolute; bottom: -16px; left: 0; right: 0; height: 16px; background: linear-gradient(0, transparent, #0000001a); }

.header { text-align: center; position: relative; height: 55px; overflow: visible; }
.header__container { margin: 0 auto; max-width: 1030px; position: relative; }
.header__row { position: relative; padding: 14px 0 13px; display: block; transition: all 0.2s ease; }
.header__row__video { display: none; align-content: center; align-items: center; justify-content: flex-start; margin-left: 11px; }
.header__row__logo { text-align: center; }
.header__row__logo__link { display: inline-block; transition: all 0.2s ease; }
.header__row__logo__link img { transition: all 0.2s ease; width: 183px; height: 25px; }
.header__row__logo__link:hover img { filter: var(--filter-mata); }
.header__row__ham { display: none; align-content: center; align-items: center; justify-content: flex-end; }
.header__menu { display: none; text-align: center; padding: 0; }

/* Navigace */
.nav { display: flex; justify-content: space-between; margin-left: 11px; }
.nav__item { display: inline-block; position: relative; font-family: var(--font-lexend); font-size: 16px; line-height: 50px; font-weight: 700; text-decoration: none; padding: 0 10px; transition: all 0.2s ease; cursor: pointer; }

.nav__item-video { padding-left: 43px; padding-right: 19px; background-color: var(--cl-mata); line-height: 36px; height: 36px; margin: auto 10px auto 0; border-radius: 5px; }
.nav__item_cover:hover .nav__item-video:hover { background-color: var(--cl-black); color: var(--cl-white); }
.nav__item-video:before { content: ''; position: absolute; left: 20px; top: calc(50% - 6px); width: 12px; height: 13px; background: url('/images/iw-icons.svg#ico-play') no-repeat; transition: all 0.2s ease; }
.nav__item-video:hover:before { filter: var(--filter-white); }
.nav__item-subs { padding-right: 30px; }
.nav__item-more { padding-right: 30px; }
.nav__item-more:after { content: ''; position: absolute; right: 11px; top: calc(50% - 4px); width: 8px; height: 8px; background: url('/images/iw-icons.svg#nav-plus') no-repeat; }

.nav__item-video .nav__item__label { display: inline-block; }

.nav__item__submenu__item_cover { display: block; }
.nav__item__submenu__item_cover:not(:last-child) { margin-bottom: 6px; }
.nav__item__submenu__item { display: block; font-family: var(--font-lexend); font-size: 16px; line-height: 26px; padding: 3px 0; font-weight: 500; text-decoration: none; transition: all 0.2s ease; }

/* Mobile menu toggle */
.nav__menutoggle { display: block; width: 29px; height: 25px; cursor: pointer; margin-right: 10px; }
.nav__menutoggle .nav__menutoggle__inner { position: relative; width: 29px; height: 25px; }
.nav__menutoggle .nav__menutoggle__symbol { position: absolute; top: 12px; background: var(--cl-black); width: 29px; height: 2px; transition: all 0.2s ease; }
.nav__menutoggle .nav__menutoggle__symbol::before { content: ''; position: absolute; left: 0; top: -11px; background: var(--cl-black); width: 29px; height: 2px; transition: all 0.2s ease; }
.nav__menutoggle .nav__menutoggle__symbol::after { content: ''; position: absolute; left: 0; top: 11px; background: var(--cl-black); width: 29px; height: 2px; transition: all 0.2s ease; }
.nav__menutoggle:hover .nav__menutoggle__symbol { background: var(--cl-mata); }
.nav__menutoggle:hover .nav__menutoggle__symbol::before { background: var(--cl-mata); }
.nav__menutoggle:hover .nav__menutoggle__symbol::after { background: var(--cl-mata); }

.search_dialog { display: none; }


@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
}

@media screen and (max-width: 1024px) {
    .header__row { display: grid; grid-template-columns: 70px 1fr 70px; gap: 10px; padding: 12px 0 10px;}
    .header__menu { display: none;  }
    .header__row:after { display: none; }
    .header__row__video { display: flex; margin-left: 20px; }
    .header__row__video .nav__item-video {  }
    .header__row__logo { display: flex; align-items: center; align-content: center; justify-content: space-around; justify-items: center;}

    .header__row__video .nav__item-video { padding: 0; width: 36px; height: 36px; }
    .header__row__video .nav__item-video:before { left: calc(50% - 5px); top: calc(50% - 6px); }

    .header__row__video .nav__item__label { display: none; }
    .header__row__ham { display: flex; margin-right: 20px; }

    .nav__menutoggle { width: 18px; height: 16px; }
    .nav__menutoggle .nav__menutoggle__inner { width: 18px; height: 16px; }
    .nav__menutoggle .nav__menutoggle__symbol { top: 7px; width: 18px; height: 2px; }
    .nav__menutoggle .nav__menutoggle__symbol::before { top: -7px; width: 18px; height: 2px; }
    .nav__menutoggle .nav__menutoggle__symbol::after { top: 7px; width: 18px; height: 2px; }
    .nav__menutoggle:hover .nav__menutoggle__symbol { background: var(--cl-black); }
    .nav__menutoggle:hover .nav__menutoggle__symbol::before { background: var(--cl-black); }
    .nav__menutoggle:hover .nav__menutoggle__symbol::after { background: var(--cl-black); }

    .nav__menutoggle.active .nav__menutoggle__symbol { position: absolute; top: 0px; background: var(--cl-black); width: 18px; height: 0; transition: all 0 ease; }
    .nav__menutoggle.active .nav__menutoggle__symbol::before { content: ''; position: absolute; left: 0; top: 10px; background: var(--cl-black); width: 18px; height: 2px; transition: all 0.2s ease; transform: rotate(45deg); }
    .nav__menutoggle.active .nav__menutoggle__symbol::after { content: ''; position: absolute; left: 0; top: 10px; background: var(--cl-black); width: 18px; height: 2px; transition: all 0.2s ease; transform: rotate(-45deg); }

    .header__menu.active { position: absolute; display: block; background: var(--cl-white); width: 100%; margin-top: -3px; z-index: 100; padding: 0 20px; }
    .header__menu.active:after { content: ''; position: absolute; bottom: -16px; left: 0; right: 0; height: 16px; background-image: linear-gradient(to top,transparent,var(--cl-grey-ea));  }

    .nav { display: block; padding: 10px 0 25px; border-bottom: 1px solid var(--cl-grey-c9); margin: 0 0 20px; }
    .header__menu .nav__item-video { display: none; }
    .nav__item { display: block; position: relative; font-size: 16px; line-height: 40px; font-weight: 700; padding: 0 30px 0 0; text-align: left; }
    .nav__item.nav__item-more { display: none; }

    .nav__item__submenu { display: none; }
    .nav__item-active ~ .nav__item__submenu { display: block; }

    .nav__item__submenu { text-align: left; padding: 10px 0 20px 30px; }
    .nav__item__submenu__item { font-weight: 400; }

    .nav__item__submenu-more { display: block; padding: 0; }
    .nav__item__submenu-more .nav__item__submenu__item_cover { margin-bottom: 0; }
    .nav__item__submenu-more .nav__item__submenu__item { font-size: 16px; line-height: 40px; font-weight: 700; padding: 0 30px 0 0; text-align: left; }

    .nav__item-subs:after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 11px; background: url('/images/iw-icons.svg#nav-down') no-repeat center right; background-size: 11px 7px; filter: var(--filter-grey-a4); transition: all 0.2s ease; }
    .nav__item-subs.nav__item-active:after { transform: rotate(180deg); }

    .header__menu__search { position: relative; padding: 10px 0 10px; }
    .header__menu__search__form { position: relative; }
    .header__menu__search__form__input { font-family: var(--font-lexend); font-size: 16px; line-height: 21px; font-weight: 500; color: var(--cl-black); width: 100%; padding: 12px 50px 10px 20px; border: 1px solid var(--cl-grey-e3); border-radius: 5px; }
    .header__menu__search__form__input::placeholder { color: var(--cl-grey-a4); font-weight: 400; }
    .header__menu__search__form__icon { position: absolute; right: 3px; top: 3px; width: 39px; height: 39px; background: url('/images/iw-icons.svg#ico-search') no-repeat center center; background-size: 19px 19px; background-color: var(--cl-grey-e3); border-radius: 5px; }

    .header__menu__content { text-align: left; padding-bottom: 55px; }
    .header__menu__content__login { padding: 0 0 20px; border-bottom: 1px solid var(--cl-grey-c9); margin: 0 0 30px; }
    .header__menu__content__login__link { font-family: var(--font-lexend); font-size: 17px; line-height: 21px; color: var(--cl-grey-39); text-decoration: none; display: inline-block; position: relative; padding-left: 35px; }
    .header__menu__content__login__link:before { content: ''; position: absolute; left: 0; top: -2px; width: 19px; height: 24px; background: url('/images/iw-icons.svg#ico-user') no-repeat; filter: var(--filter-grey-a4); }
    .header__menu__content__login__link:hover { text-decoration: underline; }

    .header__menu__content__title { font-family: var(--font-mestiza); font-size: 18px; line-height: 24px; font-weight: 700; margin: 0 0 20px; }

    .header__menu__content__nl { margin: 0 0 28px; }
    .header__menu__content__nl__form { display: grid; padding: 0; margin: 0; grid-template-columns: 1fr 85px; gap: 15px; }
    .header__menu__content__nl__form__input { display: block; font-size: 16px; line-height: 21px; font-weight: 500; color: var(--cl-black); width: 100%; padding: 12px 12px 10px 12px; border: 1px solid var(--cl-grey-e3); border-radius: 5px; }
    .header__menu__content__nl__form__input::placeholder { color: var(--cl-grey-a4); font-weight: 400; }
    .header__menu__content__nl__form__submit { display: block; font-family: var(--font-lexend); font-size: 16px; line-height: 20px; padding: 12px 5px; border-radius: 5px; background: var(--cl-mata); border: 0; outline: 0; }

    .header__menu__content__soc { }
    .header__menu__content__soc__ul { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 12px; padding: 0; margin: 0; }
    .header__menu__content__soc__ul li { list-style: none; padding: 0; margin: 0; }
    .header__menu__content__soc__ul__link { display: block; position: relative; background: var(--cl-grey-ea); aspect-ratio: 1 / 1; width: 100%; height: auto; border-radius: 5px; }

    .header__menu__content__soc__ul__link:before { content: ''; position: absolute; left: calc(50% - 10px); top: calc(50% - 10px); background-repeat: no-repeat; }
    .header__menu__content__soc__ul__link-fb:before { background-image: url('/images/iw-icons.svg#soc-fb'); background-size: 12px 24px; width: 12px; height: 24px; left: calc(50% - 6px); top: calc(50% - 12px); }
    .header__menu__content__soc__ul__link-x:before { background-image: url('/images/iw-icons.svg#soc-x'); background-size: 20px 20px; width: 20px; height: 20px; }
    .header__menu__content__soc__ul__link-ig:before { background-image: url('/images/iw-icons.svg#soc-ig'); background-size: 21px 21px; width: 21px; height: 21px; }
    .header__menu__content__soc__ul__link-li:before { background-image: url('/images/iw-icons.svg#soc-li'); background-size: 20px 19px; width: 20px; height: 19px; }
    .header__menu__content__soc__ul__link-yt:before { background-image: url('/images/iw-icons.svg#soc-yt'); background-size: 23px 16px; width: 23px; height: 16px; left: calc(50% - 12px); top: calc(50% - 8px); }

    .header__menu__content__soc__ul__link-xlive:after { content: 'LIVE'; display: block; position: absolute; bottom: -25px; left: 0; right: 0; text-align: center; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; color: var(--cl-grey-39); }

}


@media screen and (min-width: 1024px) {
    .fixed_header { position: fixed; top: 0; }
    .header { height: 105px; }

    .header__row:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--cl-grey);  }
    .header__menu { display: block;  }
    .header__menu__search { display: none; }
    .header__menu__content { display: none; }

    .header-short { }
    .header-short .header__row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 33px 0 36px; }
    .header-short .header__menu { display: none;  }
    .header-short .header__row:after { display: none; }
    .header-short .header__row__video {display: flex; }
    .header-short .header__row__ham {display: flex; }
    .header-short .header__row__logo__link img { transition: all 0.2s ease; width: 240px; height: 33px; }

    .header__row__video .nav__item-video:hover { background-color: var(--cl-black); color: var(--cl-white); }
    .header__row__video .nav__item-video:hover:before { }

    .nav__item_cover { position: relative; display: flex; align-content: center; align-items: center; }
    .nav__item-active { background-color: var(--cl-grey-ea); }
    .nav__item-video.nav__item-active { background-color: var(--cl-mata); }
    .nav__item_cover:hover .nav__item { background-color: var(--cl-grey-ea); }
    .nav__item_cover:hover .nav__item-video { background-color: var(--cl-mata); } 

    .nav__item__submenu { display: none; position: absolute; top: calc(100% - 0px); left: calc(50% - 90px); width: 180px; background: var(--cl-white); box-shadow: 0px 3px 20px #00000029; z-index: 100; text-align: left; padding: 20px; }
    .nav__item_cover:hover .nav__item__submenu { display: block; }
    .nav__item__submenu.nav__item__submenu-more { left: unset; right: 0;}

    .nav__item-subs:after { content: ''; position: absolute; right: 12px; top: calc(50% - 2px); width: 6px; height: 4px; background: url('/images/iw-icons.svg#nav-down') no-repeat; }
    .nav__item__submenu__item:hover { padding-left: 10px; text-decoration: underline; }
    .nav__item__submenu__item-active { padding-left: 10px; text-decoration: underline;  }

    .desktop_search_dialog-active .search_dialog { display: block; }
    .desktop_search_dialog-active .ribbon__links__item-search { color: var(--cl-mata); }
    .desktop_search_dialog-active .ribbon__links__item-search:before { filter: var(--filter-mata); }

    .search_dialog { position: absolute; padding: 10px 10px 10px; right: 20px; bottom: -75px; width: 360px; height: 65px; box-shadow: 0px 3px 20px #00000029; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: var(--cl-white); z-index: 3; transition: all 0.2s ease; }
    .search_dialog__form { position: relative; }
    .search_dialog__form__input { font-family: var(--font-lexend); font-size: 16px; line-height: 21px; font-weight: 500; color: var(--cl-black); width: 100%; padding: 12px 50px 10px 20px; border: 1px solid var(--cl-grey-e3); border-radius: 5px; }
    .search_dialog__form__input::placeholder { color: var(--cl-grey-a4); font-weight: 400; }
    .search_dialog__form__icon { position: absolute; right: 3px; top: 3px; width: 39px; height: 39px; background-color: var(--cl-mata); border-radius: 5px; transition: all 0.2s ease; cursor: pointer; }
    .search_dialog__form__icon:before { content: ''; position: absolute; right: 10px; top: 10px; width: 19px; height: 19px; background: url('/images/iw-icons.svg#ico-search') no-repeat center center; background-size: 19px 19px; transition: all 0.2s ease; }
    .search_dialog__form__icon:hover { background-color: var(--cl-black); }
    .search_dialog__form__icon:hover:before { filter: var(--filter-white); }
}


/* Footer - redakce */
.footer_redakce { margin: 0 0 50px; padding: 0 20px; }
.footer_redakce__h2 { margin: 0 0 25px; }
.footer_redakce__list { display: grid; grid-template-columns: 1fr; gap: 10px; }

.footer_redakce__item { padding: 14px 20px 12px; border: 1px solid var(--cl-grey-e3); border-radius: 5px; }
.footer_redakce__item__title { position: relative; font-family: var(--font-mestiza); font-size: 18px; line-height: 24px; font-weight: 700; margin: 0; }
.footer_redakce__item.active .footer_redakce__item__title { margin-bottom: 10px; }
.footer_redakce__item__title:after { content: ''; position: absolute; right: 0; top: calc(50% - 3px); width: 11px; height: 7px; background: url('/images/iw-icons.svg#nav-down') no-repeat; filter: var(--filter-grey-c9); transition: all 0.2s ease; }
.footer_redakce__item.active .footer_redakce__item__title:after { transform: rotate(180deg); }
.footer_redakce__item__title__link:before { content: ''; position: absolute; left: -15px; right: -15px; top: -10px; bottom: -10px; }
.footer_redakce__item__title a { text-decoration: underline; }

.footer_redakce__item__ul { display: none; padding: 0; margin: 0; }
.footer_redakce__item.active .footer_redakce__item__ul { display: block; margin: 0 0 5px; }
.footer_redakce__item__ul li { padding: 0; margin: 0; }
.footer_redakce__item__ul li a { font-family: var(--font-lexend); font-size: 14px; line-height: 28px; text-decoration: none; }
.footer_redakce__item__ul li a:hover { text-decoration: underline; }

/* Footer */
.footer { background: var(--cl-black); color: var(--cl-white); padding: 35px 20px 20px; }
.footer-solo { padding: 20px; }
.footer__row { display: grid; grid-template-columns: 4fr 5fr; gap: 15px 30px; padding-bottom: 20px; border-bottom: 1px solid var(--cl-grey-39); margin-bottom: 18px; grid-template-areas: "footer-soc footer-web" "footer-nl footer-nl"; }
.footer__row__title { font-family: var(--font-mestiza); font-size: 18px; line-height: 24px; font-weight: 700; margin: 0 0 20px; color: var(--cl-white); }
.footer__row__perex { font-family: var(--font-lexend); font-size: 12px; line-height: 18px; font-weight: 500; margin: 0 0 40px; color: var(--cl-white); }

.footer__row__soc { grid-area: footer-soc; padding: 0; }
.footer__row__soc__ul { margin: 0; padding: 0; }
.footer__row__soc__ul li { margin: 0; padding: 0; line-height: 18px;}
.footer__row__soc__ul li:before { display: none; }
.footer__row__soc__ul li a { display: inline-block; width: 100px; text-align: right; color: var(--cl-white); text-decoration: none; font-family: var(--font-lexend); font-size: 12px; line-height: 18px; font-weight: 500; position: relative; padding-bottom: 10px; }
.footer__row__soc__ul li a span { color: var(--cl-white); }
.footer__row__soc__ul li a:hover { text-decoration: underline; }

.footer__row__soc__ul__link:before { content: ''; position: absolute; left: 0; top: calc(50% - 7px); background-repeat: no-repeat; filter: invert(100%) sepia(100%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%); }
.footer__row__soc__ul__link-fb:before { background-image: url('/images/iw-icons.svg#soc-fb'); background-size: 7px 14px; width: 7px; height: 14px; left: 4px; }
.footer__row__soc__ul__link-x:before { background-image: url('/images/iw-icons.svg#soc-x'); background-size: 13px 13px; width: 13px; height: 13px; left: 1px; }
.footer__row__soc__ul__link-ig:before { background-image: url('/images/iw-icons.svg#soc-ig'); background-size: 15px 15px; width: 15px; height: 15px; }
.footer__row__soc__ul__link-li:before { background-image: url('/images/iw-icons.svg#soc-li'); background-size: 14px 13px; width: 14px; height: 13px; }
.footer__row__soc__ul__link-yt:before { background-image: url('/images/iw-icons.svg#soc-yt'); background-size: 15px 10px; width: 15px; height: 10px; }

.footer__row__web { grid-area: footer-web; }
.footer__row__web__logo { height: 22px; margin: 0 0 22px; position: relative; }
.footer__row__web__logo img { width: 100%; max-width: 178px; height: auto; }
.footer__row__web__ul { margin: 0; padding: 0; }
.footer__row__web__ul li { margin: 0; padding: 0; line-height: 18px; }
.footer__row__web__ul li:before { display: none; }
.footer__row__web__ul li a { display: inline-block; font-family: var(--font-lexend); font-size: 12px; line-height: 18px; font-weight: 500; color: var(--cl-white); text-decoration: none; padding-bottom: 10px; }
.footer__row__web__ul li a:hover { text-decoration: underline; }

.footer__row__nl { grid-area: footer-nl; padding: 20px 0 0; border-top: 1px solid var(--cl-grey-39); }
.footer__row__nl .footer__row__title { margin: 0 0 14px; }
.footer__row__nl__form { display: flex; margin: 0 0 14px; }
.footer__row__nl__form__input { display: inline-grid; margin-right: 14px; font-family: var(--font-lexend); font-size: 16px; line-height: 28px; font-weight: 500; padding: 11px 20px; color: var(--cl-white); background: var(--cl-black); border: 1px solid var(--cl-white); border-radius: 5px; outline: 0; width: calc(100% - 14px); }
.footer__row__nl__form__submit { display: inline-grid; margin-right: 0; font-family: var(--font-lexend); font-size: 16px; line-height: 28px; font-weight: 500; padding: 11px 30px; color: var(--cl-mata); background: var(--cl-black); border: 1px solid var(--cl-mata); border-radius: 5px; outline: 0; transition: all 0.2s ease; cursor: pointer; }
.footer__row__nl__form__submit:hover { background: var(--cl-mata); color: var(--cl-black); }
.footer__row__nl__disclaimer { font-family: var(--font-lexend); font-size: 11px; line-height: 16px; color: var(--cl-grey-a4); margin: 0; }
.footer__row__nl__disclaimer a { color: var(--cl-grey-a4); text-decoration: underline; transition: all 0.2s ease; }
.footer__row__nl__disclaimer a:hover { color: var(--cl-white); text-decoration: none; }

.footer__foot { font-family: var(--font-lexend); font-size: 10px; line-height: 17px; font-weight: 500; color: var(--cl-white); margin: 0; text-align: center; }
.footer__cookie { color: var(--cl-white); text-decoration: none; cursor: pointer; }
.footer__cookie:hover { text-decoration: underline; }

@media screen and (min-width: 680px) {
    .footer_redakce__h2 { display: none; }
    .footer_redakce__item__title:after  { display: none; }
    .footer_redakce__item__title__link:before { display: none; }
    .footer_redakce__item__title a:hover { text-decoration: none; }
    .footer_redakce__list { grid-template-columns: 1fr 1fr; gap: 50px 40px; }
    .footer_redakce__item { padding: 0; border: none; }
    .footer_redakce__item__title {  font-size: 20px; line-height: 27px; font-weight: 700; margin: 0 0 15px; }
    .footer_redakce__item__ul { display: block; padding: 0; margin: 0; }
}

@media screen and (min-width: 800px) {
}

@media screen and (min-width: 1024px) {
    .footer_redakce {padding: 0 50px; }
    .footer_redakce__list { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 50px 40px; }
    .footer_redakce__item:not(:nth-child(4n)) { border-right: 1px solid var(--cl-grey-e3); }

    .footer { padding: 36px 50px 18px; }
    .footer-solo { padding: 20px; }

    .footer__row { grid-template-columns: 150px 1fr 423px; gap: 40px 40px; padding-bottom: 38px; border-bottom: 1px solid var(--cl-grey-39); margin-bottom: 18px; grid-template-areas: "footer-soc footer-web footer-nl"; }
    .footer__row__perex { margin: 0 0 20px; }

    .footer__row__soc { padding: 0 30px 0 0; border-right: 1px solid var(--cl-grey-39); }
    .footer__row__web { padding: 0 30px 0 0; border-right: 1px solid var(--cl-grey-39); }
    .footer__row__nl { padding: 0; border-top: none; }
    .footer__row__nl .footer__row__title { margin: 0 0 20px; }
    .footer__row__nl__form { margin: 0 0 18px; }
    .footer__row__nl__form__input { width: 260px; margin-right: 28px; }
    .footer__row__nl__form__submit { margin-right: 10px; }

    .footer__foot { font-size: 12px; }
}

/* Newsletter */
.newsletter { }
.newsletter__title { color: var(--cl-grey-39); }
.newsletter__perex { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 500; }

.newsletter__box { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 0 0 30px; }
.newsletter__box__imageWrap { display: none; }
.newsletter__box__input { display: inline-block; width: 100%; max-width: 400px; border: 1px solid var(--cl-grey-e3); color: var(--cl-black); font-size: 16px; line-height: 21px; font-weight: 700; padding: 15px 20px 13px; background: var(--cl-white); border-radius: 5px; outline: 0; box-sizing: border-box; }
.newsletter__box__input::placeholder { color: var(--cl-grey-a4); font-size: 16px; line-height: 21px; font-weight: 500; }
.newsletter__box__submit { grid-area: button; font-family: var(--font-lexend); font-size: 16px; line-height: 20px; font-weight: 500; border: 0; padding: 15px 30px; color: var(--cl-black); background: var(--cl-mata); outline: 0; border-radius: 5px; transition: all 0.2s ease; cursor: pointer; }
.newsletter__box__submit:hover { background: var(--cl-black); color: var(--cl-white); }

.newsletter__box__disclaimer { font-family: var(--font-lexend); font-size: 11px; line-height: 16px; color: var(--cl-grey-a4); margin: 0; }
.newsletter__box__disclaimer a { color: var(--cl-grey-a4); text-decoration: underline; transition: all 0.2s ease; }
.newsletter__box__disclaimer a:hover { text-decoration: none; color: var(--cl-black); }

.newsletter__box__input.red { border-color: var(--cl-error); background-color: var(--cl-error-bg); }
.newsletter__box__input__error { margin-top: 5px; }
.newsletter__box__input__error span { font-family: var(--font-lexend); font-size: 14px; line-height: 28px; font-weight: 500; color: var(--cl-error); margin-top: 10px; }

.newsletter__buttons__hp { display: inline-block; padding: 12px 18px; background-color: var(--cl-black); font-family: var(--font-lexend); font-size: 14px; line-height: 18px; border-radius: 5px; color: var(--cl-white); transition: all 0.2s ease; text-decoration: none; font-weight: 700; }
.newsletter__buttons__hp:hover { background-color: var(--cl-grey-5e); }


@media screen and (min-width: 1024px) {
    .newsletter { padding: 0 10px; }
    .newsletter__box { display: grid; grid-template-columns: 80px 344px 1fr; gap: 15px 20px; grid-template-areas: "image input submit" "image disclaimer disclaimer"; }
    .newsletter__box__imageWrap { grid-area: image; display: block; }
    .newsletter__box__inputWrap { grid-area: input; }
    .newsletter__box__submitWrap { grid-area: submit; }
    .newsletter__box__disclaimerWrap { grid-area: disclaimer; }
}

/* Newsletter */
.newsletter_promo { margin: 0 0 46px; background: var(--cl-mata); border-radius: 5px; padding: 30px 15px 25px; display: block; text-align: center; }
.newsletter_promo__image { width: 60px; margin: 0 auto 17px; }
.newsletter_promo__image img {  }
.newsletter_promo__perex { }
.newsletter_promo__perex h3 { margin: 0 0 10px; font-family: var(--font-mestiza); font-size: 24px; line-height: 30px; font-weight: 700; }
.newsletter_promo__perex p { margin: 0 0 24px; font-family: var(--font-lexend); font-size: 16px; line-height: 22px; font-weight: 500;  }
.newsletter_promo__form { display: grid; grid-template-columns: 1fr; gap: 18px; grid-template-areas: "input" "button" "disclaimer"; justify-content: center; justify-items: center; max-width: 484px; margin: 0 auto; }
.newsletter_promo__form__input { grid-area: input; display: inline-block; width: 100%; max-width: 400px; border: 1px solid var(--cl-black); color: var(--cl-black); font-size: 16px; line-height: 21px; font-weight: 700; padding: 15px 24px 13px; background: var(--cl-mata); border-radius: 5px; outline: 0; box-sizing: border-box; }
.newsletter_promo__form__input::placeholder { color: var(--cl-mata-dark); font-size: 16px; line-height: 21px; font-weight: 500; }
.newsletter_promo__form__submit { grid-area: button; font-family: var(--font-lexend); font-size: 16px; line-height: 20px; padding: 15px 30px; color: var(--cl-mata); background: var(--cl-black); outline: 0; border: 1px solid var(--cl-black); border-radius: 5px; transition: all 0.2s ease; cursor: pointer; width: 120px; }
.newsletter_promo__form__submit:hover { background: var(--cl-mata); color: var(--cl-black); }
.newsletter_promo__form__disclaimer { grid-area: disclaimer; color: var(--cl-mata-dark2); font-family: var(--font-lexend); font-size: 11px; line-height: 16px; margin: 0; }
.newsletter_promo__form__disclaimer a { color: var(--cl-mata-dark2); text-decoration: underline; }
.newsletter_promo__form__disclaimer a:hover { text-decoration: none; color: var(--cl-black); }

@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
}

@media screen and (min-width: 1024px) {
    .newsletter_promo { padding: 24px 20px 24px 38px; text-align: left; display: flex; align-content: center; align-items: center; justify-content: space-between; }
    .newsletter_promo__image { margin: 0 32px 17px 0; }
    .newsletter_promo__perex { max-width: 310px; margin-right: 20px; }
    .newsletter_promo__perex h3 { margin: 0 0 2px; font-size: 24px; line-height: 32px; font-weight: 700; }
    .newsletter_promo__perex p { margin: 0; }
    .newsletter_promo__form { display: grid; grid-template-columns: 1fr 120px; gap: 13px 20px; grid-template-areas: "input button" "disclaimer disclaimer"; max-width: 484px; margin: 0; }
    .newsletter_promo__form__input { max-width: unset; width: 320px;  }
    .newsletter_promo__form__submit { width: unset; }
    .newsletter_promo__form__disclaimer { display: block; width: 100%; text-align: left; }
}



/* HP - Top témata */
.hp__top { display: none; }

/* HP - MAIN */
.hp__main { display: grid; grid-template-areas: "first" "news" "arts"; grid-template-columns: 1fr; gap: 20px; margin: 10px 0 39px; }
.hp__main__first { grid-area: first; margin-bottom: 8px; }
.hp__main__arts { grid-area: arts; }
.hp__main__news { grid-area: news; }

.main_article { display: grid; grid-template-columns: 1fr; gap: 0; position: relative; background: var(--cl-black); border-radius: 5px; overflow: hidden; }
.main_article__image { position: relative; overflow: hidden; aspect-ratio: 32 / 21; }
.main_article__image img { display: block; transition: all 0.2s ease; width: 100%; }
.main_article__image__play { position: absolute; top: calc(50% - 30px); left: calc(50% - 30px); width: 60px; height: 60px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 22px 24px; background-position-x: 20px; background-position-y: 18px; }
.main_article:hover .main_article__image img { transform: scale(1.05); }
.main_article__text { padding: 20px; }
.main_article__text__title { font-family: var(--font-mestiza); font-size: 20px; line-height: 26px; font-weight: 700; padding: 0; margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-white); }
.main_article__text__title a {  text-decoration: none; color: var(--cl-white); transition: all 0.2s ease; }
.main_article__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.main_article__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; margin: 0 0 10px; }
.main_article__text__info__date { color: var(--cl-mata); }
.main_article__text__info__separator { padding: 0 6px;  color: var(--cl-grey-a4); }
.main_article__text__info__authors { color: var(--cl-grey-a4); }
.main_article__text__info__authors a { position: relative; color: var(--cl-grey-a4); text-decoration: none; transition: all 0.2s ease; }
.main_article__text__info__authors a:hover { color: var(--cl-white); text-decoration: underline; }
.main_article__text__perex { font-family: var(--font-lexend); font-size: 16px; line-height: 22px; margin: 0; color: var(--cl-white); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.main_article__label { position: absolute; left: 10px; top: 10px; display: block; padding: 10px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); text-decoration: none; }
.main_article__label span { position: relative; }
.main_article__label:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-white); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }
.main_article__label:hover:before { background-color: var(--cl-mata); }

.hp__main__first .main_article__text__title { font-size: 22px; line-height: 30px; margin-bottom: 16px; }
.hp__main__first .main_article__text__title a { }
.hp__main__first .main_article__text__info { margin-bottom: 16px; }

.main_article-light { background: var(--cl-white); }
.main_article-light.main_article { gap: 12px; border-radius: 0; }
.main_article-light .main_article__image { border-radius: 5px; overflow: hidden; }
.main_article-light .main_article__text { padding: 2px 0 0; }
.main_article-light .main_article__text__title { color: var(--cl-black);  }
.main_article-light .main_article__text__title a { color: var(--cl-black);  }
.main_article-light .main_article__text__perex { color: var(--cl-grey-a4); }
.main_article-light .main_article__text__info__date { color: var(--cl-grey-a4); }
.main_article-light .main_article__text__info__authors a:hover { color: var(--cl-black); text-decoration: underline; }


.articles { display: grid; grid-template-columns: 1fr; gap: 20px; }
.articles-author { margin: 0 0 36px; }
.articles-recommend { margin: 0 0 36px; }
.articles-tema {  margin: 0 0 50px; }
.articles-product {  margin: 20px 0 50px; }
.articles-aktuality {  margin: 0 0 25px; }
.articles-section {  margin: 0 0 25px; }
.articles__item { display: grid; grid-template-columns: 1fr; gap: 12px; overflow: hidden; position: relative; }
.articles__item__image { position: relative; border-radius: 5px; overflow: hidden; aspect-ratio: 32 / 21; }
.articles__item__image img { display: block; transition: all 0.2s ease; width: 100%; height: auto; }
.articles__item__image__play { position: absolute; top: calc(50% - 23px); left: calc(50% - 23px); width: 46px; height: 46px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 20px 22px; background-position-x: 14px; background-position-y: 12px; }
.articles__item:hover .articles__item__image img { transform: scale(1.1); }
.articles__item__text { padding: 2px 0;  }
.articles__item__text__title { font-family: var(--font-mestiza); font-size: 20px; line-height: 28px; font-weight: 700; padding: 0; margin: 0 0 11px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.articles__item__text__title a { color: var(--cl-black); transition: all 0.2s ease; text-decoration: none; }
.articles__item__text__title a:hover { text-decoration: underline; }
.articles__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.articles__item__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 400; margin: 0 0 8px; }
.articles__item__text__info__date { color: var(--cl-grey-a4); }
.articles__item__text__info__separator { padding: 0 6px; color: var(--cl-grey-a4); }
.articles__item__text__info__authors { color: var(--cl-grey-a4); }
.articles__item__text__info__authors a { position: relative; color: var(--cl-grey-a4); text-decoration: none; transition: all 0.2s ease; }
.articles__item__text__info__authors a:hover { color: var(--cl-black); text-decoration: underline; }
.articles__item__text__info__authors__label { /*TODO*/  }


.articles__item__label { position: absolute; left: 10px; top: 10px; display: block; padding: 10px 19px; padding: 7px 14px; font-family: var(--font-lexend); font-size: 14px; font-size: 13px; line-height: 18px; font-weight: 700; color: var(--cl-black); text-decoration: none; max-width: calc(100% - 20px); z-index: 5; }
.articles__item__label span { position: relative; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  }
.articles__item__label:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-white); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }
.articles__item__label:hover:before { background-color: var(--cl-mata); }

.articles__item__web { position: absolute; left: 10px; bottom: 10px; display: block; padding: 10px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-mata); text-decoration: none; max-width: calc(100% - 20px); z-index: 5; pointer-events: none; }
.articles__item__web__label { position: relative; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  }
.articles__item__web:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-black); opacity: .7; border-radius: 5px; transition: all 0.2s ease; }
.articles__item:hover .articles__item__web:before { opacity: 1; }

.hp__main__arts__more { margin: 10px 0 0; }

@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
    .hp__main { margin-top: 10px; }

    .main_article { grid-template-columns: 1fr 1fr; gap: 0; border-radius: 5px; overflow: hidden; }
    .main_article__text { padding: 22px 28px 22px;  }
    .main_article__text__title { font-size: 28px; line-height: 36px; font-weight: 700; margin: 0 0 15px; }
    .main_article__text__title a {  }
    .main_article__text__title a:hover { color: var(--cl-mata); text-decoration: underline; }
    .main_article__text__info {  margin: 0 0 15px; }

    .hp__main__first .main_article__text__title { font-size: 28px; line-height: 36px; margin-bottom: 15px; }
    .hp__main__first .main_article__text__title a {  }
    .hp__main__first .main_article__text__info { margin-bottom: 15px; }

    .main_article-light.main_article { gap: 22px; }
    .main_article-light .main_article__text__title a:hover { color: var(--cl-black); text-decoration: underline; }
    .main_article-light .main_article__text__perex { color: var(--cl-black); }

    .articles__item { grid-template-columns: 250px 1fr; gap: 15px; }
    .articles__item-noimage { grid-template-columns: 1fr; }
    .articles__item__text__info { margin: 0 0 17px; }
}

@media screen and (min-width: 1024px) {
}

/* PR články */
.articles__pr_item { position: relative; overflow: hidden; }
.articles__pr_item > div { position: absolute; width: 100%; height: 100%; }
.articles__pr_item iframe { width: 100%; }
@media all and (max-width: 799px) {
    .articles__pr_item { padding-bottom: calc(86% - 1px);}
    .articles__pr_item > div { display: flex; }
    .articles__pr_item > div > div { width: 100%; }
    .articles__pr_item iframe, .adpr1 iframe, .adpr2 iframe { height: 100%; }
}
@media all and (max-width: 599px) {
    .articles__pr_item { padding-bottom: calc(92% - 1px);}
}
@media all and (max-width: 539px) {
    .articles__pr_item { padding-bottom: calc(96% - 1px);}
}
@media all and (max-width: 479px) {
    .articles__pr_item { padding-bottom: calc(102% - 1px);}
}
@media all and (max-width: 399px) {
    .articles__pr_item { padding-bottom: calc(115% - 1px);}
}
@media all and (max-width: 359px) {
    .articles__pr_item { padding-bottom: calc(122% - 1px);}
}
@media all and (min-width: 800px) {
    .articles__pr_item { padding-bottom: calc(26% - 1px); }
}


/* Aktuality */

.newsbox { position: relative; display: flex; flex-direction: column; max-height: 650px; padding: 16px 22px 25px; border-radius: 5px; box-shadow: 0px 3px 20px #0000001F; margin: 0 0 30px; }
.newsbox h2 { margin: 0 0 14px; }
.newsbox h2 a { font-family: var(--font-mestiza); font-size: 18px; line-height: 26px; font-weight: 700;  }
.newsbox h2 a:hover { text-decoration: none; }

.newsbox__outer { position: relative; height: 510px; margin: 0 0 10px; }
.newsbox__outer:after { content: ''; position: absolute; left: 0; right: 16px; bottom: 0; height: 200px; background-image: linear-gradient(to bottom,transparent,#fff); pointer-events: none; }
.newsbox__list { position: relative; }
.newsbox__list__item { position: relative; display: grid; grid-template-columns: 1fr; gap: 14px; grid-template-areas: "info" "text"; padding: 0 0 14px; }
.newsbox__list__item:not(:last-child) { margin: 0 0 14px; border-bottom: 1px solid var(--cl-grey-e3); }
.newsbox__list__item-img { grid-template-columns: 59px 1fr; gap: 14px 9px; grid-template-areas: "info info" "image text"; }
.newsbox__list__item__image { grid-area: image; width: 59px; height: 59px; overflow: hidden; border-radius: 5px; }
.newsbox__list__item__image-play { background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 22px 24px; background-position-x: 20px; background-position-y: 18px; }
.newsbox__list__item__image img { transition: all 0.2s ease; }
.newsbox__list__item__info { grid-area: info; font-family: var(--font-lexend); font-size: 13px; line-height: 16px; font-weight: 700; }
.newsbox__list__item__info-live { margin: 5px 0 -2px; }
.newsbox__list__item__info__live { display: inline-block; position: relative; font-family: var(--font-mestiza); font-size: 14px; line-height: 18px; font-weight: 700; text-transform: uppercase; color: var(--cl-black); padding: 9px 12px 7px 23px; background: var(--cl-mata); border-radius: 5px; margin-right: 5px; }
.newsbox__list__item__info__live:before { content: ''; position: absolute; left: 10px; top: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: var(--cl-black); }
.newsbox__list__item__text { grid-area: text; }
.newsbox__list__item__text h3 { font-family: var(--font-mestiza); font-size: 16px; line-height: 22px; font-weight: 700; }
.newsbox__list__item__text h3 a { color: var(--cl-black); text-decoration: none; }
.newsbox__list__item__text h3 a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.newsbox__list__item__text h3 a:hover { text-decoration: underline; }
.newsbox__list__item:hover .newsbox__list__item__image img { transform: scale(1.15); }

.articles-aktuality { position: relative; gap: 40px; padding-left: 10px; }
.articles-aktuality:before { content: ''; position: absolute; left: 0; top: 9px; bottom: 0; width: 1px; background: var(--cl-grey-d6); }
.articles-aktuality-zive:before { top: 16px; }

.articles__aktualita__info { position: relative; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 400; color: var(--cl-grey-a4); margin: 0 0 7px; padding-left: 10px; }
.articles__aktualita__info:before { content: ''; position: absolute; width: 10px; height: 1px; left: -10px; top: calc(50% - 1px); background: var(--cl-grey-d6); }
.articles__aktualita__info-live { margin: 0 0 12px; }
.articles__aktualita__info__live { display: inline-block; position: relative; font-family: var(--font-mestiza); font-size: 14px; line-height: 18px; font-weight: 700; text-transform: uppercase; color: var(--cl-black); padding: 9px 12px 7px 23px; background: var(--cl-mata); border-radius: 5px; margin-right: 5px; }
.articles__aktualita__info__live:before { content: ''; position: absolute; left: 10px; top: calc(50% - 3px); width: 6px; height: 6px; border-radius: 50%; background: var(--cl-black); }

/* Blok názory */
.hp__art_nazory { margin: 0 -15px 50px; padding: 24px 20px 30px; background: var(--cl-black); }
.hp__art_nazory__headline { margin: 0 0 20px; }
.hp__art_nazory__headline a { font-family: var(--font-mestiza); font-size: 22px; line-height: 29px; font-weight: 700; color: var(--cl-white); text-decoration: underline; }
.hp__art_nazory__headline a:hover { text-decoration: none; }
.hp__art_nazory__list { display: grid; grid-template-columns: 1fr; gap: 30px; }
.hp__art_nazory__list__item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; position: relative; }
.hp__art_nazory__list__item__image { height: 90px; border-radius: 5px; overflow: hidden; }
.hp__art_nazory__list__item__image img { transition: all 0.2s ease; }
.hp__art_nazory__list__item:hover .hp__art_nazory__list__item__image img { transform: scale(1.15); }
.hp__art_nazory__list__item__text { }
.hp__art_nazory__list__item__text__authors { display: block; color: var(--cl-mata); margin: 0 0 6px; }
.hp__art_nazory__list__item__text__authors a { position: relative; color: var(--cl-mata); text-decoration: none; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; margin: 0 0 10px; }
.hp__art_nazory__list__item__text__authors a:hover { text-decoration: underline; }
.hp__art_nazory__list__item__text__title { font-family: var(--font-mestiza); font-size: 16px; line-height: 24px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-white) }
.hp__art_nazory__list__item__text__title a { color: var(--cl-white); text-decoration: none; }
.hp__art_nazory__list__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.hp__art_nazory__list__item__text__title a:hover { text-decoration: underline; }

@media screen and (min-width: 800px) {
    .hp__art_nazory { margin: 0 -20px 50px; }
}

@media screen and (min-width: 1024px) {
    .newsbox { max-height: 850px; }
    .newsbox__outer { height: 710px; }

    .hp__art_nazory { padding: 24px 40px 30px; }
    .hp__art_nazory__headline a { font-size: 24px; line-height: 32px; }
    .hp__art_nazory__list { grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
}


/* Slide bloky na HP */
.hp__slide_arts { margin: 0 -15px 50px; padding: 24px 15px 30px; background: var(--cl-black); }
.hp__slide_arts__headline { margin: 0 0 20px; }
.hp__slide_arts__headline a { font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; color: var(--cl-white); text-decoration: underline; }
.hp__slide_arts__headline a:hover { text-decoration: none; }
.hp__slide_arts__cover { position: relative; min-height: 106px;  }
.hp__slide_arts__list__item { display: grid; grid-template-columns: 100px 1fr; gap: 15px; position: relative; margin-right: 20px; width: 300px; }
.hp__slide_arts__list__item__image { height: 90px; border-radius: 5px; overflow: hidden; }
.hp__slide_arts__list__item__image img { transition: all 0.2s ease; }
.hp__slide_arts__list__item:hover .hp__slide_arts__list__item__image img { transform: scale(1.1); }
.hp__slide_arts__list__item__text { }
.hp__slide_arts__list__item__text__authors { position: relative; display: block; color: var(--cl-mata); font-family: var(--font-lexend); font-size: 14px; line-height: 18px; margin: 0 0 5px; }
.hp__slide_arts__list__item__text__authors a { display: inline-block; position: relative; color: var(--cl-mata); text-decoration: none; margin: 0; }
.hp__slide_arts__list__item__text__authors a:hover { text-decoration: underline; }
.hp__slide_arts__list__item__text__title { font-family: var(--font-mestiza); font-size: 16px; line-height: 24px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-white) }
.hp__slide_arts__list__item__text__title a { color: var(--cl-white); text-decoration: none; }
.hp__slide_arts__list__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.hp__slide_arts__list__item__text__title a:hover { text-decoration: underline; }

.hp__slide_arts-light { background: var(--cl-white);  box-shadow: 0px 3px 20px #00000029; }
.hp__slide_arts-light .hp__slide_arts__headline a { color: var(--cl-black); }
.hp__slide_arts-light .hp__slide_arts__cover:after { background-image: linear-gradient(to right,transparent,var(--cl-white)); pointer-events: none; }
.hp__slide_arts-light .hp__slide_arts__list__item__text__title { color: var(--cl-black) }
.hp__slide_arts-light .hp__slide_arts__list__item__text__title a { color: var(--cl-black) }
.hp__slide_arts-light .hp__slide_arts__list__item__text__authors {  }
.hp__slide_arts-light .hp__slide_arts__list__item__text__authors a { color: var(--cl-grey-a4); }

.hp__slide_arts-dark .flickity-button { background: var(--cl-mata); transition: all 0.2s ease; }
.hp__slide_arts-dark .flickity-button:hover { background: var(--cl-white); }
.hp__slide_arts .flickity-prev-next-button.previous { left: -20px; }
.hp__slide_arts .flickity-prev-next-button.next { right: 0px; }
.hp__slide_arts-dark .flickity-prev-next-button:before { filter: none; }


@media screen and (min-width: 800px) {
    .hp__slide_arts__cover { padding-left: 20px;  }
    .hp__slide_arts__cover:after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 150px; background-image: linear-gradient(to right,transparent,var(--cl-black)); pointer-events: none; }
    .hp__slide_arts { margin: 0 -20px 50px; padding: 24px 20px 30px; }
    .hp__slide_arts__list__item { grid-template-columns: 137px 1fr; gap: 15px; margin-right: 20px; width: 350px; }
    .hp__slide_arts__list__item__text__authors { font-size: 16px; line-height: 20px; margin: 0 0 5px; }
}

@media screen and (min-width: 1024px) {
    /* HP - Top témata */
    .hp__top { display: flex; align-content: center; align-items: center; padding-top: 29px; margin: 0 0 27px; }
    .hp__top__caption { font-family: var(--font-lexend); font-size: 14px; line-height: 26px; font-weight: 700; margin-right: 10px; }
    .hp__top__tema { display: inline-block; margin-left: 12px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; text-decoration: none; padding: 10px 20px; color: var(--cl-black); background: var(--cl-grey-f2); border-radius: 5px; transition: all 0.2s ease; }
    .hp__top__tema:hover { background: var(--cl-mata); }

    /* HP - MAIN */
    .hp__main { grid-template-areas: "first first" "arts news"; grid-template-columns: 1fr 330px; gap: 20px; }
}


/* Drobečkovka */

.breadcrumb { padding-top: 20px; margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.breadcrumb__item { font-family: var(--font-lexend); font-size: 11px; line-height: 18px; color: var(--cl-grey-a4); }
.breadcrumb__item a { font-family: var(--font-lexend); font-size: 11px; line-height: 18px; color: var(--cl-grey-a4); }
.breadcrumb__item a:hover { text-decoration: none; }
.breadcrumb__separator { font-family: var(--font-lexend); font-size: 11px; line-height: 18px; color: var(--cl-grey-a4); margin: 0 6px; }

@media screen and (min-width: 1024px) {
    main:has(.breadcrumb ~ .content30) .breadcrumb { padding-left: 10px; padding-right: 10px; }
}

/* Detail článku */

.article_detail__headline { font-family: var(--font-mestiza); font-size: 30px; line-height: 37px; font-weight: 700; margin-bottom: 20px; }
.article_detail__headline-noimg { margin-bottom: 55px; }
.article_detail__headline-video { margin-bottom: 25px; }
.article_detail__header { display: grid; grid-template-columns: 1fr; gap: 25px; margin: 0 0 76px; z-index: 1; }
.article_detail__header-noimg { display: block; }
.article_detail__header__image { max-height: 360px; z-index: 3; border-radius: 5px; overflow: hidden; position: relative;  }
.article_detail__header__image img {  }

.article_detail__header__image__source { position: absolute; left: 10px; bottom: 10px; display: block; padding: 8px 12px; font-family: var(--font-lexend); font-size: 11px; line-height: 14px; font-weight: 400; color: var(--cl-white); text-decoration: none; max-width: calc(100% - 20px) }
.article_detail__header__image__source span { position: relative; }
.article_detail__header__image__source:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-black); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }


.article_detail__header__text { position: relative; padding-right: 28px; }
.article_detail__header__text::before { content: ''; position: absolute; top: -84px; bottom: -34px; right: -15px; left: -15px; background: var(--cl-mata); z-index: 2; }
.article_detail__header-noimg .article_detail__header__text::before { left: -20px; top: -34px; }

.article_detail__header__text__content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }

.article_detail__header__text__perex { font-family: var(--font-lexend); font-size: 16px; line-height: 24px; font-weight: 700; margin: 0 0 30px; }

.article_detail__header__text__authors { display: flex; flex-wrap: wrap; margin: 0 0 20px; }

.article_detail__header__text__authors__photos { display: flex; margin-right: 13px; }
.article_detail__header__text__authors__photos__item:not(:first-child) { margin-left: -16px; }
.article_detail__header__text__authors__photos__item img { border: 2px solid var(--cl-mata); border-radius: 50%; }
.article_detail__header__text__authors__photos__item-video img { border-color: var(--cl-white);  }

.article_detail__header__text__authors__text { display: block; }
.article_detail__header__text__authors__text__item { margin: 0 0 3px; display: flex; align-content: center; align-items: center; }
.article_detail__header__text__authors__text__item a { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; text-decoration: none; color: var(--cl-black); display: inline-block; }
.article_detail__header__text__authors__text__item a:not(:last-child) {  margin-right: 10px; }
.article_detail__header__text__authors__text__item a:hover { text-decoration: underline; }
.article_detail__header__text__authors__text__item a.soc { line-height: 11px; }
.article_detail__header__text__authors__text__item a.soc img { transition: all 0.2s ease; }
.article_detail__header__text__authors__text__item a.soc:hover img { filter: invert(52%) sepia(81%) saturate(443%) hue-rotate(115deg) brightness(93%) contrast(90%); }
.article_detail__header__text__authors__text__date { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; margin-top: 6px; }

.article_detail__header__text__authors__text__row { display: block; }
.article_detail__header__text__authors__text__date-row { margin-top: 6px; }

.article_detail__header__text__buttons { }
.article_detail__header__text__buttons__kw { display: inline-block; padding: 9px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); background: var(--cl-white); border: 1px solid var(--cl-white); border-radius: 5px; /*margin-right: 10px;*/ text-decoration: none; transition: all 0.2s ease; }
a.article_detail__header__text__buttons__kw:hover { background: var(--cl-mata); border-color: var(--cl-black); }
.article_detail__header__text__buttons__read { position: relative; display: inline-block; padding: 9px 19px 9px 45px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); background: var(--cl-mata); border: 1px solid var(--cl-black); border-radius: 5px; margin-right: 10px; text-decoration: none; transition: all 0.2s ease; }
.article_detail__header__text__buttons__read:hover { background: var(--cl-black); color: var(--cl-white); }
.article_detail__header__text__buttons__read::before { content: ''; width: 20px; height: 18px; position: absolute; left: 19px; top: 9px; background: url('/images/iw-icons.svg#ico-sound') no-repeat; transition: all 0.2s ease; }
.article_detail__header__text__buttons__read:hover::before { filter: invert(99%) sepia(50%) saturate(2%) hue-rotate(356deg) brightness(101%) contrast(100%); }

.article_detail__video_header { position: relative; margin: 0 0 30px; padding: 0 0 10px; }
.article_detail__video_header::before { content: ''; position: absolute; top: 0px; right: -15px; left: -15px; bottom: 0; background: var(--cl-mata); z-index: 2; }
.article_detail__video_header > * { position: relative; z-index: 3; }
.article_detail__video_header .article_detail__header__text__perex { padding-top: 30px; }
.article_detail__video_header__video { margin: 0 0 25px; }
.article_detail__video_header__video > iframe { aspect-ratio: 990 / 557; }
.article_detail__video_header__audio { margin: 0 0 25px; }
.article_detail__video_header__audio-solo { margin: -5px 0 35px; }
.article_detail__video_header__text__buttons { width: 100%; }
.article_detail__video_header__text__buttons__kw { display: inline-block; padding: 9px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); background: var(--cl-white); background: var(--cl-grey-f2); border-radius: 5px; margin-right: 10px; text-decoration: none; transition: all 0.2s ease; }
.article_detail__video_header__text__buttons__kw:hover { background: var(--cl-mata); }

.article_detail__header__text__authors__text-video { margin-bottom: 20px; }

.article_detail__content { display: grid; grid-template-columns: 100%; gap: 30px; }
.article_detail__content__main {  }

.article_detail__content__aside { }
.article_detail__content__aside-long { display: grid; grid-template-rows: 1fr; }
.article_detail__content__aside-short { display: grid; grid-template-rows: 1fr; }
.article_detail__content__aside__column {  }
.article_detail__content__aside__column__static { position: relative; }
.article_detail__content__aside__column__sticky { position: sticky; top: 170px; margin-bottom: 30px; }
.article_detail__content__aside__column__cover { box-shadow: 0px 3px 20px #0000001F; padding: 16px; }
.article_detail__content__aside__column__cover { margin: 0 0 50px; }
.article_detail__content__aside__column .newsbox { margin: 0 0 50px; }
.article_detail__content__aside__column .hit_articles { margin: 0; }


.article_detail__content__main__body { position: relative; border-bottom: 1px solid var(--cl-grey-e3); margin-bottom: 30px; }
.article_detail__content__main__body > * { max-width: 100%; }
.article_detail__content__main__body h2 { font-family: var(--font-mestiza); font-size-adjust: var(--fsadj-mestiza); font-size: 32px; line-height: 42px; font-weight: 700; margin: 0 0 12px; }
.article_detail__content__main__body h3 { font-family: var(--font-mestiza); font-size-adjust: var(--fsadj-mestiza); font-size: 28px; line-height: 37px; font-weight: 700; margin: 0 0 12px; }
.article_detail__content__main__body h4 { font-family: var(--font-mestiza); font-size-adjust: var(--fsadj-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; margin: 0 0 14px; }
.article_detail__content__main__body p { font-family: var(--font-serif); font-size-adjust: var(--fsadj-serif); font-size: 18px; line-height: 29px; font-weight: 400; margin: 0 0 34px; }
.article_detail__content__main__body iframe { margin: 0 0 34px; min-width: 0; max-width: 100%; }
.article_detail__content__main__body p a { text-decoration: underline; }
.article_detail__content__main__body a:hover { text-decoration: none; }
.article_detail__content__main__body ul li:before { background: var(--cl-black); }

.article__image { width: 100%; min-width: 0; max-width: 100%; margin: 0 auto 30px; }
.article__image__wrap { margin: 0 0 10px; border-radius: 5px; overflow: hidden; min-width: 0; max-width: 100%; /*aspect-ratio: 640 / 420;*/ position: relative; }
.article__image__wrap img { position: relative; display: block; min-width: 0; max-width: auto; height: auto; }
.article__image__wrap img.lazy { min-width: 0; width: 100% !important; max-width: auto; height: auto; }
.article__image__wrap__link { position: relative; }
.article__image__wrap__link-lightbox:after { content: ''; position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; cursor: pointer; box-shadow: 0px 3px 10px #00000021; border-radius: 5px; transition: all 0.2s ease; background-color: var(--cl-white); background-image: url('/images/iw-icons.svg#ico-search'); background-repeat: no-repeat; background-size: 19px 19px; background-position: 9px 9px; }
.article__image__wrap__link-lightbox:hover:after { background-color: var(--cl-mata); }
.article__image__foto_source { margin-bottom: 10px; }
.article__image__foto_source p { font-family: var(--font-lexend); font-size: 11px; line-height: 14px; color: var(--cl-grey-a4); margin: 0; text-align: left; }
.article__image__label { }
.article__image__label p { position: relative; font-size: 16px; font-style: italic; line-height: 24px; color: var(--cl-grey-8d); margin: 0 0 40px; text-align: left; padding-left: 20px; }
.article__image__label p:before { content: ''; position: absolute; left: 0; top: 10px; bottom: 0; width: 1px; background: var(--cl-grey-e3);  }

.article__citation { margin: 0 0 30px; padding: 24px 47px; border-top: 1px solid var(--cl-mata); border-bottom: 1px solid var(--cl-mata); position: relative; }
.article__citation p { font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; margin: 0; text-align: center; }
.article__citation:before { content: ''; position: absolute; left: 0; bottom: -1px; width: 47px; height: 75px; background: url('/images/iw-icons.svg#quot-down') no-repeat; background-position: left bottom; background-color: var(--cl-white); background-size: 32px 28px; }
.article__citation:after { content: ''; position: absolute; right: 0; top: -1px; width: 47px; height: 75px; background: url('/images/iw-icons.svg#quot-down') no-repeat; background-position: left bottom; background-color: var(--cl-white); background-size: 32px 28px; transform: rotate(180deg); }

.article__fb { position: relative; overflow: hidden; margin: 0 auto 25px; }
.article__fb__in { max-width: 552px; margin: 0 auto; }
.article__x { min-height: 200px; max-width: 100%; margin: 0 0 30px;}
.article__x_timeline { min-height: 200px; max-width: 100%; margin: 0 0 30px;}
.article__yt { position: relative; width: 100%; max-width: 620px; aspect-ratio: 16 / 9; margin: auto; }
.article__yt iframe { max-width: 100%; width: 100%; height: 100%; border: 0; }

.article_detail__content__main__footer { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; margin: 0 0 40px; align-content: center; align-items: center; }
.article_detail__content__main__footer__buttons { }
.article_detail__content__main__footer__buttons__like { display: inline-block; margin-right: 20px; padding: 10px 10px 8px 40px; position: relative; border-radius: 5px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; transition: all 0.2s ease; cursor: pointer; }
.article_detail__content__main__footer__buttons__like:hover { background: var(--cl-grey-ea); }
.article_detail__content__main__footer__buttons__like:before { content: ''; position: absolute; left: 10px; top: 6px; width: 22px; height: 22px; background: url('/images/iw-icons.svg#btn-like'); }

.article_detail__content__main__footer__shares { display: flex; justify-content: flex-end; justify-items: flex-end; }
.article_detail__content__main__footer__shares__label { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; }
.article_detail__content__main__footer__shares__link { display: inline-block; margin-left: 10px; background-repeat: no-repeat; background-position: center center; transition: all 0.2s ease;}
.article_detail__content__main__footer__shares__link:hover { filter: invert(52%) sepia(81%) saturate(443%) hue-rotate(115deg) brightness(93%) contrast(90%); }
.article_detail__content__main__footer__shares__link-fb { background-image: url('/images/iw-icons.svg#soc-fb'); background-size: 7px 12px; width: 10px; }
.article_detail__content__main__footer__shares__link-x { background-image: url('/images/iw-icons.svg#soc-x'); background-size: 12px 12px; width: 12px; }
.article_detail__content__main__footer__shares__link-li { background-image: url('/images/iw-icons.svg#soc-li'); background-size: 13px 12px; width: 13px; }

.article_detail__content__main__tags { margin: 0 0 26px; }
.article_detail__content__main__tags .taglist__item { font-weight: 700; }

.article_detail__content__author { display: grid; grid-template-columns: 60px 1fr; gap: 10px 16px; grid-template-areas: "author_photo author_text" "author_desc author_desc" "author_articles author_articles"; padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--cl-grey-e3); }
.article_detail__content__author__photo { aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; grid-area: author_photo; }
.article_detail__content__author__photo img { display: block; }

.article_detail__content__author__text { grid-area: author_text; }
.article_detail__content__author__text__headline { display: flex; flex-wrap: wrap; align-content: center; align-items: center; margin: 0 0 9px; }
.article_detail__content__author__text__headline h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 29px; font-weight: 700; margin-right: 17px; margin-bottom: 0; }
.article_detail__content__author__text__headline h2 a { text-decoration: underline; }
.article_detail__content__author__text__headline h2 a:hover { text-decoration: none; }
.article_detail__content__author__text__soc { line-height: 15px; }
.article_detail__content__author__text__soc:not(:last-child) { margin-right: 17px; }
.article_detail__content__author__text__soc img { transition: all 0.2s ease; }
.article_detail__content__author__text__soc:hover { }
.article_detail__content__author__text__soc:hover img { filter: invert(52%) sepia(81%) saturate(443%) hue-rotate(115deg) brightness(93%) contrast(90%); }

.article_detail__content__author__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; margin: 0 0 11px; color: var(--cl-grey-a4); }
.article_detail__content__author__text__description { font-size: 16px; line-height: 24px; margin: 0; }
.article_detail__content__author__text__description a { text-decoration: underline; }
.article_detail__content__author__text__description a:hover { text-decoration: none; }

.article_detail__content__author__description { grid-area: author_desc; margin-bottom: 20px; }

.article_detail__content__author__articles { grid-area: author_articles; }
.article_detail__content__author__articles__title { font-family: var(--font-mestiza); font-size: 16px; line-height: 21px; font-weight: 700; margin: 0 0 17px; }
.article_detail__content__author__articles__title a { text-decoration: underline; }
.article_detail__content__author__articles__title a:hover { text-decoration: none; }
.article_detail__content__author__articles__list { display: grid; grid-template-columns: 1fr; gap: 20px; }
.article_detail__content__author__articles__list__item { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 12px; }
.article_detail__content__author__articles__list__item__image { position: relative; margin: 0; border-radius: 5px; overflow: hidden; aspect-ratio: 100 / 66; }
.article_detail__content__author__articles__list__item__image__play { position: absolute; top: calc(50% - 23px); left: calc(50% - 23px); width: 46px; height: 46px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 20px 22px; background-position-x: 14px; background-position-y: 12px; }
.article_detail__content__author__articles__list__item__image img { transition: all 0.2s ease; width: 100%; height: auto; }
.article_detail__content__author__articles__list__item:hover .article_detail__content__author__articles__list__item__image img { transform: scale(1.075); }
.article_detail__content__author__articles__list__item__text { display: flex; align-content: flex-start; }
.article_detail__content__author__articles__list__item__title { font-family: var(--font-mestiza); font-size: 16px; line-height: 21px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-black); }
.article_detail__content__author__articles__list__item__title a { text-decoration: none; }
.article_detail__content__author__articles__list__item__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.article_detail__content__author__articles__list__item__title a:hover { text-decoration: underline; }

.article_detail__content__recommend { }
.article_detail__content__recommend h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 29px; font-weight: 700; margin: 0 0 17px; }

.articleTableWrap { display: block; margin: 0 0 10px; }
.articleTable tbody tr.even { background: var(--cl-grey-f2); }
.articleTable td { font-family: var(--font-lexend); font-size: 14px; line-height: 20px; padding: 8px 12px; }

.article__buzzsprout { min-height: 200px; }


.article_detail__content__gallery__list { display: flex; flex-direction: column; gap: 20px; align-items: center; width: 100%; max-width: 500px; margin: 0 auto 15px; padding: 0; }
.article_detail__content__gallery__list__item { position: relative; border-radius: 5px; width: 100%; aspect-ratio: 290 / 190; overflow: hidden; display: block; }

.article_detail__content__gallery { margin-bottom: 30px; }
.article_detail__content__gallery__list a:hover img { transform: scale(1.05); }
.article_detail__content__gallery__list img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: all 0.2s ease; }
.article_detail__content__gallery__link { text-align: right; line-height: 22px;}
.article_detail__content__gallery__link a { font-size: 14px; line-height: 22px; font-family: Lexend; text-decoration: underline; }
.article_detail__content__gallery__link a:hover { text-decoration: none; }

.article_detail__content__gallery__list__item__source { position: absolute; left: 10px; bottom: 10px; display: block; padding: 8px 12px; font-family: var(--font-lexend); font-size: 11px; line-height: 14px; font-weight: 400; color: var(--cl-white); text-decoration: none; max-width: calc(100% - 20px); pointer-events: none; }
.article_detail__content__gallery__list__item__source span { position: relative; }
.article_detail__content__gallery__list__item__source:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-black); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }

@media (min-width: 600px) {
    .article_detail__content__gallery__list { flex-direction: row; align-items: stretch; justify-content: center; max-width: none; margin: 0 0 15px; }
    .article_detail__content__gallery__list__item { flex: 0 0 calc(50% - 10px); max-width: 500px; }
}

@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
    .article_detail__header-noimg .article_detail__header__text::before { left: -20px; top: -34px; }
    .article_detail__header__text::before { right: -20px; left: -20px; }

    .article_detail__content__author { display: grid; grid-template-columns: 100px 1fr; gap: 0 24px; grid-template-areas: "author_photo author_text" "author_photo author_desc" "author_articles author_articles"; padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--cl-grey-e3); }
    .article_detail__content__author__photo { margin-bottom: 30px; }
    .article_detail__content__author__description { margin-bottom: 30px; }

    .article_detail__content__author__articles__list { grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
    .article_detail__content__author__articles__list__item { position: relative; display: block; }
    .article_detail__content__author__articles__list__item__image { max-height: 126px; position: relative; margin: 0 0 17px; border-radius: 5px; overflow: hidden; }

    .article__image { }
}


@media screen and (min-width: 1024px) {
    .article_detail__header { grid-template-columns: 550px 1fr; gap: 30px; margin: 0 0 76px; }
    .article_detail__headline { font-size: 55px; line-height: 62px; font-weight: 700; margin-bottom: 45px; }
    .article_detail__headline-video { margin-bottom: 25px; }
    .article_detail__header__text::before { top: -34px; bottom: -34px; }
    .article_detail__content { grid-template-columns: 1fr 330px; gap: 30px; }
    .article_detail__content__main { padding-left: 30px; }

    .article_detail__header__text::before { left: -163px;}
    .article_detail__header__text__authors { display: flex; margin: 0 0 20px; }

    .article_detail__header__text__authors__text-video { margin-bottom: 10px; }
    .article_detail__header__text__authors__text__row { display: flex; flex-wrap: wrap; margin-right: 30px; }
    .article_detail__header__text__authors__text__date-row { margin-top: 3px; }

    .article_detail__header__text__authors__text__row .article_detail__header__text__authors__text__item { position: relative;  }
    .article_detail__header__text__authors__text__row .article_detail__header__text__authors__text__item:not(:last-child) { padding-right: 14px; margin-right: 6px; }
    .article_detail__header__text__authors__text__row .article_detail__header__text__authors__text__item:not(:last-child):before { content: ''; position: absolute; right: 0; top: 3px; width: 2px; height: 12px; background: var(--cl-black); }

    .article_detail__video_header { padding: 0; }
    .article_detail__video_header::before { bottom: unset; height: 419px;}

    .article_detail__video_header__text__buttons { width: unset; }

    .article_detail__content__aside-long { grid-template-rows: 1fr 1fr 1fr; }
}

.article_promo { position: relative; margin: 66px 0 40px; border: 1px solid var(--cl-mata); border-radius: 5px; border-top-left-radius: 0; box-shadow: 0px 3px 15px #3BFFD033; }
.article_promo::before { content: 'Související'; position: absolute; top: -31px; left: 0; font-family: var(--font-mestiza); font-size: 16px; line-height: 21px; font-weight: 700; color: var(--cl-black); background: var(--cl-mata); padding: 6px 16px 4px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.article_promo-fl { }
.article_promo-fr { }
.article_promo-center { }
.article_promo-big { }
.article_promo-grande { }

.article_promo { padding: 10px; }
.article_promo__image { margin-bottom: 20px; position: relative; border-radius: 5px; overflow: hidden; }
.article_promo__image img { width: 100%; }
.article_promo .article_promo__image img { display: block; transition: all 0.2s ease; }
.article_promo:hover .article_promo__image img { transform: scale(1.075); }

.article_promo__image__play { position: absolute; top: calc(50% - 23px); left: calc(50% - 23px); width: 46px; height: 46px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 20px 22px; background-position-x: 14px; background-position-y: 12px; }
.article_promo__text { padding: 0 10px; }
p.article_promo__text__perex { font-size: 15px; line-height: 22px; margin: 0 0 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
span.article_promo__text__button { display: inline-block; font-family: var(--font-lexend); font-size: 14px; line-height: 40px; padding: 0 22px; border-radius: 22px; background: var(--cl-mata); color: var(--cl-black); margin: 0 0 10px; transition: all 0.2s ease; }
.article_promo:hover span.article_promo__text__button { background: var(--cl-black); color: var(--cl-white); }
h2.article_promo__text__headline { font-family: var(--font-mestiza); font-size: 20px; line-height: 26px; font-weight: 700; }
.article_promo__text__headline__link { font-family: var(--font-mestiza); font-size: 20px; line-height: 26px; font-weight: 700; }
.article_promo__text__headline__link { text-decoration: none; transition: all 0.2s ease; }
.article_promo__text__headline__link:hover { text-decoration: underline !important; }
.article_promo__text__headline__link:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }


@media screen and (min-width: 800px) {
    .article_promo-fl { max-width: 300px; float: left; margin: 34px 20px 34px 0; }
    .article_promo-fr { max-width: 300px; float: right; margin: 34px 0 34px 20px; }

    .article_promo-center { padding: 11px; display: grid; grid-template-columns: 176px 1fr; gap: 17px; }
    .article_promo-center .article_promo__image { position: relative; border-radius: 5px; overflow: hidden; max-height: 116px; margin-bottom: 0; }
    .article_promo-center .article_promo__text {  }
    .article_promo-center .article_promo__text__headline { padding: 5px 0; }
}
@media screen and (min-width: 1024px) {
    .article_promo-fl { margin-left: -30px; }
    .article_promo-center { margin-left: -30px; max-width: 630px; }
}

.article_box { position: relative; margin: 0 0 40px; }
.article_box__title { font-family: var(--font-mestiza) !important; font-size: 16px !important; line-height: 21px !important; font-weight: 700 !important; color: var(--cl-black); background: var(--cl-mata); padding: 6px 16px 4px; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 0 !important; display: inline-block; max-width: calc(100% - 5px); }
.article_box__title__link:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.article_box__in { border: 1px solid var(--cl-mata); border-radius: 5px; border-top-left-radius: 0; box-shadow: 0px 3px 15px #3BFFD033; padding: 15px; }

.article_box p:last-child { margin-bottom: 10px; }
.article_box__in__headline { font-family: var(--font-mestiza) !important; font-size: 20px !important; line-height: 26px !important; margin-bottom: 13px !important; }

.poll__questions { margin-bottom: 20px; }
.poll__questions label { font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.poll__answers { margin-bottom: 34px; }
.poll__answer {  margin-bottom: 0 !important; }
.bar { position: relative; margin-bottom: 15px; }
.a-bar { background: var(--cl-grey-f2); width: calc(100% - 70px); height: 20px; }
.ukaz { background: var(--cl-mata); height: 20px; }
.procenta { font-family: var(--font-lexend); font-size: 14px; font-weight: 700; position: absolute; right: 0; top: 0; }
.ansCnt { font-size: 16px !important; line-height: 22px !important; margin-bottom: 0; }

@media screen and (min-width: 800px) {
    .article_box-fl { max-width: 300px; float: left; margin: /*34px*/ 0 20px 34px 0; }
    .article_box-fr { max-width: 300px; float: right; margin: /*34px*/ 0 0 34px 20px; }
}
@media screen and (min-width: 1024px) {
    .article_box-fl { margin-left: -30px; }
    .article_box-center { margin-left: -30px; max-width: 630px; }

    .article_box-fl.article_box-poll { margin-left: 0; }
    .article_box-center.article_box-poll { margin-left: 0; max-width: 600px; }
}


/* Detail autora */
.author_detail { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px 20px 30px 20px; margin: 0 0 30px; box-shadow: 0px 3px 20px #0000001F; border-radius: 5px; }
.author_detail__photo { height: 120px; border-radius: 50%; overflow: hidden; }
.author_detail__photo img { display: block; }

.author_detail__text { }
.author_detail__text__headline { display: flex; flex-wrap: wrap; align-content: center; align-items: center; margin: 0 0 9px; }
.author_detail__text__headline h1 { font-family: var(--font-mestiza); font-size: 22px; line-height: 30px; font-weight: 700; margin-right: 10px; margin-bottom: 0; }
.author_detail__text__soc { display: inline-flex; width: 30px; height: 30px; justify-content: center; justify-items: center; line-height: 30px; border-radius: 5px; background-color: var(--cl-grey-ea); transition: all 0.2s ease; margin-top: -5px; }
.author_detail__text__soc:not(:last-child) { margin-right: 10px; }
.author_detail__text__soc__img { }
.author_detail__text__soc__img-fb { max-height: 18px; margin-top: 5px; }
.author_detail__text__soc:hover { background-color: var(--cl-mata); }
.author_detail__text__soc:hover img { }

.author_detail__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; margin: 0 0 16px; color: var(--cl-grey-a4); }
.author_detail__text__description { font-family: var(--font-lexend); font-size: 14px; line-height: 20px; margin: 0; }

.other_authors { position: relative; padding: 15px 20px 15px; border-radius: 5px; box-shadow: 0px 3px 20px #0000001F; margin: 0 0 50px; }
.other_authors__h2 { font-family: var(--font-mestiza); font-size: 18px; line-height: 26px; margin: 0 0 25px; color: var(--cl-black); }
.other_authors__list__item { display: grid; grid-template-columns: 50px 1fr; gap: 10px; position: relative; }
.other_authors__list__item:not(:last-child) { padding: 0 0 20px; border-bottom: 1px solid var(--cl-grey-e3); margin: 0 0 20px; }
.other_authors__list__item__photo { border-radius: 50%; overflow: hidden; aspect-ratio: 1 / 1; }
.other_authors__list__item__photo img { aspect-ratio: 1 / 1; }
.other_authors__list__item__text { display: flex; align-content: center; align-items: center; }
.other_authors__list__item__text__link { font-family: var(--font-mestiza); font-size: 18px; line-height: 24px; font-weight: 700; text-decoration: none; }
.other_authors__list__item__text__link:hover { text-decoration: underline; }
.other_authors__list__item__text__link:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }


/* Detail štítku, sekce, masterpage */
.masterpage_detail { max-width: 870px; margin: 30px auto 50px; }

.tema_detail__main_article { padding: 0 0px; margin: 0 0 30px; }
.tema_detail { padding: 0; }
.tema_detail h1 { color: var(--cl-grey-39); }

.section_detail__header__headline { }
.section_detail__header__headline-partner { }
.section_detail__header__headline h1 { color: var(--cl-grey-39); }

.section_detail__header__headline__partner { position: relative; text-align: left; margin-top: -10px; margin-bottom: 24px; display: flex; align-content: center; align-items: center; }
.section_detail__header__headline__partner:before { content: 'Partner sekce:'; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; color: var(--cl-grey-a4); position: relative; display: inline-block; margin-right: 20px; }
.section_detail__header__headline__partner a { display: inline-block; line-height: 100%; }
.section_detail__header__headline__partner a img {}

.section_detail__taglist .taglist__item { font-weight: 700; }
.section_detail p { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 400; }
.section_detail p.section_detail__perex { font-weight: 700; }
.section_detail__header .perexMaxRowWrapMore { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 700; }

.section_detail__main_article { padding: 0; margin: 0 0 30px; }


@media screen and (min-width: 680px) {
}

@media screen and (min-width: 800px) {
    .section_detail__header__headline-partner { display: flex; justify-content: space-between; }
    .section_detail__header__headline__partner { padding-top: 25px; padding-left: 30px; min-width: 100px; text-align: right; margin-top: 0; margin-bottom: 15px; display: block; }
    .section_detail__header__headline__partner:before { position: absolute; left: unset; right: 0; top: 0; margin-right: 0; }
    .section_detail__header__headline__partner a { line-height: unset; }

    .section_detail__main_article { margin: 0 0 20px; }
}

@media screen and (min-width: 1024px) {
    .section_detail { padding: 0 10px; }
    .tema_detail { padding: 0 10px; }
    .masterpage_detail { padding: 0 10px; }
    .breadcrumb + .section_detail { padding-left: 10px; padding-right: 10px; }
    .breadcrumb + .tema_detail { padding-left: 10px; padding-right: 10px; }
    .breadcrumb + .masterpage_detail { padding-left: 10px; padding-right: 10px; }
}



/* Newsletter */
.newsletter_promo { margin: 0 0 46px; background: var(--cl-mata); border-radius: 5px; padding: 30px 15px 25px; display: block; text-align: center; }
.newsletter_promo__image { width: 60px; margin: 0 auto 17px; }
.newsletter_promo__image img {  }
.newsletter_promo__perex { }
.newsletter_promo__perex h3 { margin: 0 0 10px; font-family: var(--font-mestiza); font-size: 24px; line-height: 30px; font-weight: 700; }
.newsletter_promo__perex p { margin: 0 0 24px; font-family: var(--font-lexend); font-size: 16px; line-height: 22px; font-weight: 500;  }
.newsletter_promo__form { display: grid; grid-template-columns: 1fr; gap: 18px; grid-template-areas: "input" "button" "disclaimer"; justify-content: center; justify-items: center; max-width: 484px; margin: 0 auto; }
.newsletter_promo__form__input { grid-area: input; display: inline-block; width: 100%; max-width: 400px; border: 1px solid var(--cl-black); color: var(--cl-black); font-size: 16px; line-height: 21px; font-weight: 700; padding: 15px 24px 13px; background: var(--cl-mata); border-radius: 5px; outline: 0; box-sizing: border-box; }
.newsletter_promo__form__input::placeholder { color: var(--cl-mata-dark); font-size: 16px; line-height: 21px; font-weight: 500; }
.newsletter_promo__form__submit { grid-area: button; font-family: var(--font-lexend); font-size: 16px; line-height: 20px; padding: 15px 30px; color: var(--cl-mata); background: var(--cl-black); outline: 0; border: 1px solid var(--cl-black); border-radius: 5px; transition: all 0.2s ease; cursor: pointer; width: 120px; }
.newsletter_promo__form__submit:hover { background: var(--cl-mata); color: var(--cl-black); }
.newsletter_promo__form__disclaimer { grid-area: disclaimer; color: var(--cl-mata-dark2); font-family: var(--font-lexend); font-size: 11px; line-height: 16px; margin: 0; }
.newsletter_promo__form__disclaimer a { color: var(--cl-mata-dark2); text-decoration: underline; }
.newsletter_promo__form__disclaimer a:hover { text-decoration: none; color: var(--cl-black); }

@media screen and (min-width: 1024px) {
    .newsletter_promo { padding: 24px 20px 24px 38px; text-align: left; display: flex; align-content: center; align-items: center; justify-content: space-between; }
    .newsletter_promo__image { margin: 0 32px 17px 0; }
    .newsletter_promo__perex { max-width: 310px; margin-right: 20px; }
    .newsletter_promo__perex h3 { margin: 0 0 2px; font-size: 24px; line-height: 32px; font-weight: 700; }
    .newsletter_promo__perex p { margin: 0; }
    .newsletter_promo__form { display: grid; grid-template-columns: 1fr 120px; gap: 13px 20px; grid-template-areas: "input button" "disclaimer disclaimer"; max-width: 484px; margin: 0; }
    .newsletter_promo__form__input { max-width: unset; width: 320px;  }
    .newsletter_promo__form__submit { width: unset; }
    .newsletter_promo__form__disclaimer { display: block; width: 100%; text-align: left; }
}


/* Vypis akcii pred patickou  */
.footer__akcie { margin: 0 0 50px; padding: 0 30px; position: relative; z-index: 1; }
.footer__akcie:after { content: ''; position: absolute; top: 0; right: 0; width: 127px; height: 100%; background-image: linear-gradient(to right, transparent 0, var(--cl-white) 85%, var(--cl-white) 100%); pointer-events: none; z-index: 2; }
.footer__akcie h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 30px; font-weight: 700; margin: 0 0 18px; }
.footer__akcie h2 a { color: var(--cl-black); text-decoration: underline; }
.footer__akcie h2 a:hover { text-decoration: none; }
.footer__akcie h3 { font-family: var(--font-mestiza); font-size: 16px; line-height: 21px; font-weight: 700; margin: 0 0 -4px; }

.footer__akcie__list-plus { }
.footer__akcie__list-minus { }

.footer__akcie__list { height: 291px; margin-bottom: 30px; }
.footer__akcie__list { height: 161px; } /* Docasne prepsano, dokud nejsou obrazky */
.footer__akcie__list__items { margin: 0 -10px; }
.footer__akcie__list__items .flickity-viewport { padding: 20px; box-sizing: content-box; }
.footer__akcie__list__item_cover { padding: 0 10px;  }
.footer__akcie__list__item { width: 145px; height: 251px; box-shadow: 0px 3px 9px #0000001F; border-radius: 5px; position: relative; padding: 15px; transition: all 0.2s ease; }
.footer__akcie__list__item { height: 121px; } /* Docasne prepsano, dokud nejsou obrazky */
.footer__akcie__list__item:hover { box-shadow: 0px 3px 12px #0000003D; transform: scale(1.0375); }
.footer__akcie__list__item__image { height: 125px; padding-bottom: 15px; border-bottom: 1px solid var(--cl-grey-ea); margin-bottom: 10px; display: flex; align-content: center; align-items: center; justify-content: center; justify-items: center; }
.footer__akcie__list__item__image img { max-width: 100%; height: auto; }
.footer__akcie__list__item__text { }
.footer__akcie__list__item__text__title { font-family: var(--font-mestiza); font-size: 20px; line-height: 24px; font-weight: 700; margin: 0 0 8px; }
.footer__akcie__list__item__text__title a { color: var(--cl-black); text-decoration: none; }
.footer__akcie__list__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0;  }
.footer__akcie__list__item__text__title a:hover { }
.footer__akcie__list__item__text__price { font-family: var(--font-lexend); font-size: 14px; line-height: 15px; font-weight: 500; margin-bottom: 9px; }
.footer__akcie__list__item__text__percent { display: inline-block; font-family: var(--font-lexend); font-size: 14px; line-height: 15px; font-weight: 500; padding: 5px 8px 5px 27px; border-radius: 5px; }
.footer__akcie__list__item__text__percent:before { content: ''; position: absolute; left: 9px; top: 7px; width: 10px; height: 10px; }

.footer__akcie__list-plus .footer__akcie__list__item__text__percent { background-color: var(--cl-green-bg); color: var(--cl-green-font); position: relative; }
.footer__akcie__list-plus .footer__akcie__list__item__text__percent:before { background: url('/images/iw-icons.svg#arrow-up') no-repeat; filter: invert(34%) sepia(28%) saturate(1993%) hue-rotate(99deg) brightness(92%) contrast(92%); }
.footer__akcie__list-minus .footer__akcie__list__item__text__percent { background-color: var(--cl-red-bg); color: var(--cl-red-font); position: relative; }
.footer__akcie__list-minus .footer__akcie__list__item__text__percent:before { background: url('/images/iw-icons.svg#arrow-down') no-repeat; filter: invert(8%) sepia(91%) saturate(7458%) hue-rotate(23deg) brightness(104%) contrast(122%); }

.footer__akcie .flickity-button { z-index: 3; }

.footer__akcie .flickity-prev-next-button.previous { left: 0; }
.footer__akcie .flickity-prev-next-button.next { right: 0; }

.footer__akcie .flickity-prev-next-button.previous { display: none !important; } /* Docasne prepsano, dokud nejsou obrazky */


/* videobox  */
.videobox { margin: 0 -15px 50px 0;}
.videobox h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 30px; font-weight: 700; margin: 0 0 22px;}
.videobox h2 a { color: var(--cl-black); text-decoration: underline; }
.videobox h2 a:hover { text-decoration: none; }

.videobox__cover { position: relative;  }
.videobox__list { height: 380px; }
.videobox__list__items {  }
.videobox__list__item { width: 214px; height: 380px; border-radius: 5px; overflow: hidden; position: relative; margin-right: 20px; }
.videobox__list__item__image { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;  }
.videobox__list__item__image img { transition: all 0.2s ease; z-index: 1; }
.videobox__list__item:hover .videobox__list__item__image img { transform: scale(1.1); }
.videobox__list__item__text { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 22px 10px 17px 16px; z-index: 3; }
.videobox__list__item__text h3 { font-family: var(--font-mestiza); font-size: 20px; line-height: 28px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-white); }
.videobox__list__item__text h3 a { color: var(--cl-white); text-decoration: none; }
.videobox__list__item__text h3 a:hover { text-decoration: underline; }
.videobox__list__item__text h3 a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.videobox__list__item__image:before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 262px; background: transparent linear-gradient(180deg, var(--cl-black) 0%, #00000000 100%) 0% 0% no-repeat padding-box; z-index: 2; }
.videobox__list__item__image:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 82px; background: transparent linear-gradient(0, var(--cl-black) 0%, #00000000 100%) 0% 0% no-repeat padding-box; z-index: 2; }

.videobox__list__item__length {  position: absolute; bottom: 28px; left: 16px; font-family: var(--font-lexend); font-size: 14px; height: 18px; font-weight: 700; color: var(--cl-white); padding-left: 50px; z-index: 3; }
.videobox__list__item__length:before { content: ''; position: absolute; left: 0; top: -5px; width: 36px; height: 36px; background: var(--cl-mata) url('/images/iw-icons.svg#ico-play-full') no-repeat; background-size: 18px 18px; background-position: center center; border-radius: 5px; }

.videobox .flickity-prev-next-button.previous { left: -12px; z-index: 7; }
.videobox .flickity-prev-next-button.next { right: 20px; }

@media screen and (min-width: 800px) {
    .videobox { margin: 0 -20px 50px 0;}
    .videobox__cover:before { content: ''; position: absolute; top: 0; left: -20px; bottom: 0; width: 114px; background-image: linear-gradient(to left,transparent,#fff); pointer-events: none; z-index: 5; }
    .videobox__cover:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 124px; background-image: linear-gradient(to right,transparent,#fff); pointer-events: none; }
}


/* TOP article */
.top_article { margin: 0 0 50px; }
.top_article__headline { font-family: var(--font-mestiza); font-size: 22px; line-height: 30px; font-weight: 700; margin: 0 0 18px; }
.top_article__item { display: grid; grid-template-columns: 1fr; gap: 28px; margin: 0 -15px; background: var(--cl-black); position: relative; }
.top_article__item__image { position: relative; overflow: hidden; }
.top_article__item__image__play { position: absolute; top: calc(50% - 30px); left: calc(50% - 30px); width: 60px; height: 60px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 22px 24px; background-position-x: 20px; background-position-y: 18px; }
.top_article__item__image img { transition: all 0.2s ease; }
.top_article__item:hover .top_article__item__image img { transform: scale(1.05); }
.top_article__item__text { display: flex; flex-direction: column; justify-content: center; justify-items: center; padding: 0 20px; }
.top_article__item__text__title { color: var(--cl-white); font-family: var(--font-mestiza); font-size: 28px; line-height: 36px; font-weight: 700; margin: 0 0 16px; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.top_article__item__text__title a { color: var(--cl-white); text-decoration: none; transition: all 0.2s ease; }
.top_article__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.top_article__item__text__title a:hover { color: var(--cl-mata); text-decoration: underline; }
.top_article__item__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; margin: 0 0 40px; }
.top_article__item__text__info__date { color: var(--cl-grey-a4); }
.top_article__item__text__info__separator { padding: 0 6px;  color: var(--cl-grey-a4); }
.top_article__item__text__info__authors { color: var(--cl-grey-a4); }
.top_article__item__text__info__authors a { position: relative; color: var(--cl-grey-a4); text-decoration: none; transition: all 0.2s ease; }
.top_article__item__text__info__authors a:hover { color: var(--cl-white); text-decoration: underline; }

.top_article__item__label { position: absolute; left: 10px; top: 10px; display: block; padding: 10px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); text-decoration: none;  max-width: calc(100% - 20px); z-index: 5; }
.top_article__item__label span { position: relative; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.top_article__item__label:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-white); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }
.top_article__item__label:hover:before { background-color: var(--cl-mata); }

@media screen and (min-width: 800px) {
    .top_article__item { grid-template-columns: 578fr 456fr; gap: 32px; margin: 0 -20px; }
    .top_article__item__text { padding: 0; }
    .top_article__item__text__info { margin: 0 0 17px; }
}


/* HP */
.hp__h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 26px; font-weight: 700; margin: 0 0 16px; }
.hp__h2 a { text-decoration: underline; color: var(--var-black); }
.hp__h2 a:hover { text-decoration: none; }

.hp__box__tags { margin: 0 0 20px; display: flex; flex-wrap: wrap; }
.hp__box__tags__item { display: inline-block; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; padding: 10px 18px; margin-bottom: 10px; transition: all 0.2s ease; border-radius: 5px; cursor: pointer; }
.hp__box__tags__item:not(:last-child) { margin-right: 10px; }
.hp__box__tags__item:hover {}

.hp__box .hp__box__tags__item { background: var(--cl-grey-f2); color: var(--cl-black); }
.hp__box .hp__box__tags__item-active { background: var(--cl-mata); color: var(--cl-black); }
.hp__box .hp__box__tags__item:hover { background: var(--cl-mata); }
.hp__box-dark .hp__box__tags__item { background: var(--cl-grey-5e); color: var(--cl-white); }
.hp__box-dark .hp__box__tags__item:hover { background: var(--cl-mata); color: var(--cl-black); }
.hp__box-dark .hp__box__tags__item-active { background: var(--cl-mata); color: var(--cl-black); }

/* HP box vyvoj trhu */
.hp__trhy .hp__box__tags__item { font-weight: 700;  }

.hp__trhy { margin: 20px 0; }
.hp__trhy__item { display: flex; position: relative; width: 100%; gap: 10px; align-content: center; align-items: center; margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid var(--cl-grey-e3); }

.hp__trhy__header { display: flex; width: 100%; margin: 0 0 12px; padding: 0 0 12px; }
.hp__trhy__header__label { font-family: var(--font-lexend); font-size: 16px; line-height: 18px; font-weight: 700; color: var(--cl-grey-39); text-align: center; }
.hp__trhy__header__label-empty { flex: 1; }
.hp__trhy__header__label-cena { width: 85px; }
.hp__trhy__header__label-zmena { width: 90px; margin-left: 10px; }

.hp__trhy__item__texts { display: flex; flex: 1; justify-content: space-between; align-items: center; min-width: 0; }

.hp__trhy__item__title { text-align: left; }
.hp__trhy__item__title a { font-family: var(--font-lexend); font-size: 13px; line-height: 14px; font-weight: 700; color: var(--cl-blackie); text-decoration: none; }
.hp__trhy__item__title a:hover { text-decoration: underline; }
.hp__trhy__item__title a:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.hp__trhy__item__price { font-family: var(--font-lexend); font-size: 13px; line-height: 14px; font-weight: 500; color: var(--cl-blackie); text-align: right; }

.hp__trhy__item__percent { display: inline-block; font-family: var(--font-lexend); font-size: 13px; line-height: 14px; font-weight: 500; padding: 5px 8px 5px 27px; border-radius: 5px; }
.hp__trhy__item__percent { flex-shrink: 0; width: 94px; text-align: right; padding: 5px 8px 5px 22px;  pointer-events: none;  }
.hp__trhy__item__percent:before { content: ''; position: absolute; left: 9px; top: 7px; width: 10px; height: 10px; }
.hp__trhy__item__percent-plus { background-color: var(--cl-green-bg); color: var(--cl-green-font); position: relative; }
.hp__trhy__item__percent-plus:before { background: url('/images/iw-icons.svg#arrow-up') no-repeat; filter: invert(34%) sepia(28%) saturate(1993%) hue-rotate(99deg) brightness(92%) contrast(92%); }
.hp__trhy__item__percent-minus { background-color: var(--cl-red-bg); color: var(--cl-red-font); position: relative; }
.hp__trhy__item__percent-minus:before { background: url('/images/iw-icons.svg#arrow-down') no-repeat; filter: invert(8%) sepia(91%) saturate(7458%) hue-rotate(23deg) brightness(104%) contrast(122%); }
.hp__trhy__item__percent-0 { background-color: var(--cl-grey-ea); }
.hp__trhy__item__percent-0:before { display: none; }

/* HP box vyvoj trhu - promo hore */
.hp__box-border { box-shadow: 0 3px 20px #0000001f; border-radius: 5px; padding: 16px 22px 25px; margin: 0 0 30px; }
#hpBlokAkciePromoTags .hp__box__tags__item { padding: 10px 16px; }
.hp__trhy-short .hp__trhy__item:last-child { border: 0; padding: 0; }
.hp__trhy-short { position: relative; }
.hp__trhy-short:after { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; height: 45px; background-image:linear-gradient(to bottom,transparent,#fff); pointer-events: none; }
.hp__trhy__button { position: relative; text-align: center; margin-top: -10px; }
.hp__trhy__button__link { display: inline-block; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; padding: 10px 18px; margin-bottom: 0; transition: all 0.2s ease; border-radius: 5px; cursor: pointer; text-decoration: none; background: var(--cl-grey-f2); }
.hp__trhy__button__link:hover { background: var(--cl-mata); }


@media screen and (min-width: 360px) {
    .hp__trhy__item__title a { font-size: 15px; line-height: 18px; }
    .hp__trhy__item__price { font-size: 14px; line-height: 15px; }
    .hp__trhy__item__percent { font-size: 14px; line-height: 15px; }
}

@media screen and (min-width: 1024px) {
}


/* HP blok */
.hp__block { display: grid; gap: 40px; margin: 0 0 50px;  }
.hp__block__aside { grid-area: block_aside; }
.hp__block__main { grid-area: block_main;  }
.hp__block-left { grid-template-columns: 1fr; grid-template-areas: "block_aside" "block_main"; }
.hp__block-right { grid-template-columns: 1fr; grid-template-areas: "block_aside" "block_main";  }

@media screen and (min-width: 800px) {
    .hp__block { gap: 24px; }
}

@media screen and (min-width: 1024px) {
    .hp__block-left { grid-template-columns: 1fr 300px; grid-template-areas: "block_main block_aside"; }
    .hp__block-right { grid-template-columns: 300px 1fr; grid-template-areas: "block_aside block_main";  }
}

/* Article block */
.art_block {}

.art_block__box { padding: 15px; border-radius: 5px; }

.art_block__box { box-shadow: 0px 3px 20px #0000001F; }
.art_block__box-dark { background-color: var(--cl-black); box-shadow: none; }

.art_block__box-dark .art_block__box__list { padding-bottom: 20px; }
.art_block__box__list__item:not(:last-child) { margin: 0 0 30px; }
.art_block__box__list__item { display: grid; grid-template-columns: 1fr; gap: 20px; overflow: hidden; position: relative; }
.art_block__box__list__item__image { position: relative; border-radius: 5px; overflow: hidden; max-height: 199px; }
.art_block__box__list__item__image__play { position: absolute; top: calc(50% - 23px); left: calc(50% - 23px); width: 46px; height: 46px; border-radius: 8px; background-color: var(--cl-mata); background-image: url('/images/iw-icons.svg#ico-play-full'); background-repeat: no-repeat; background-size: 20px 22px; background-position-x: 14px; background-position-y: 12px; }
.art_block__box__list__item__image img { display: block; transition: all 0.2s ease; }
.art_block__box__list__item:hover .art_block__box__list__item__image img { transform: scale(1.075); }
.art_block__box__list__item__text { padding: 2px 0;  }
.art_block__box__list__item__text__title { font-size: 20px; line-height: 28px; font-weight: 700; padding: 0; margin: 0 0 11px; }
.art_block__box__list__item__text__title a { color: var(--cl-black); transition: all 0.2s ease; text-decoration: none; }
.art_block__box__list__item__text__title a:hover { text-decoration: underline; }
.art_block__box__list__item__text__title a:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.art_block__box__list__item__text__info { font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 400; margin: 0; }
.art_block__box__list__item__text__info__date { color: var(--cl-grey-a4); }
.art_block__box__list__item__text__info__separator { padding: 0 6px; color: var(--cl-grey-a4); }
.art_block__box__list__item__text__info__authors { color: var(--cl-grey-a4); }
.art_block__box__list__item__text__info__authors a { position: relative; color: var(--cl-grey-a4); text-decoration: none; transition: all 0.2s ease; }
.art_block__box__list__item__text__info__authors a:hover { color: var(--cl-black); text-decoration: underline; }

.art_block__box__list__item__label { position: absolute; left: 10px; top: 10px; display: block; padding: 10px 19px; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 700; color: var(--cl-black); text-decoration: none;  max-width: calc(100% - 20px); z-index: 5; }
.art_block__box__list__item__label span { position: relative; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.art_block__box__list__item__label:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-white); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }
.art_block__box__list__item__label:hover:before { background-color: var(--cl-mata); }

.art_block__box-dark .art_block__box__list__item__text__title a { color: var(--cl-white); }
.art_block__box-dark .art_block__box__list__item__text__info__authors a:hover { color: var(--cl-white); }

.art_block__box-dark a.underhover { background: none; }
.art_block__box-dark a.underhover:hover { background: none; text-decoration: underline; }

@media screen and (min-width: 800px) {
    .art_block__box { padding: 20px; }
    .art_block__box-dark .art_block__box__list { padding-bottom: 0; }
    .art_block__box__list__item { grid-template-columns: 303px 1fr; gap: 20px; }
}

@media screen and (min-width: 1024px) {
}



/* Nejčtenější články */
.hit_articles { margin: 0 0 30px;}
.hit_articles h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 26px; font-weight: 700; margin: 0 0 18px; }
.hit_articles__list { }
.hit_articles__list__item { display: grid; grid-template-columns: 37px 1fr; gap: 24px; }
.hit_articles__list__item:not(:last-child) { padding: 0 0 13px; border-bottom: 1px solid var(--cl-grey-e3); margin: 0 0 20px; }
.hit_articles__list__item__order {  }
.hit_articles__list__item__order span { display: block; aspect-ratio: 1 / 1; background: var(--cl-mata); color: var(--cl-black); font-family: var(--font-lexend); font-size: 24px; line-height: 37px; font-weight: 700; border-radius: 5px; text-align: center; }
.hit_articles__list__item__title { font-family: var(--font-mestiza); font-size: 18px; line-height: 24px; font-weight: 700; margin-top: 5px; }
.hit_articles__list__item__title a { color: var(--cl-black); text-decoration: none; }
.hit_articles__list__item__title a:hover { text-decoration: underline; }




/* socbox */
.socbox { margin: 0; }
.socbox h2 { font-family: var(--font-mestiza); font-size: 22px; line-height: 29px; font-weight: 700; margin: 0 0 18px; }
.socbox__ul { margin: 0; padding: 0; }
.socbox__ul li { margin: 0 0 12px; padding: 0 0 12px; border-bottom: 1px solid var(--cl-grey-e3); }
.socbox__ul li:last-child { margin: 0; border-bottom: 0; }

.socbox__ul__link { display: flex; justify-content: space-between; color: var(--cl-black); text-decoration: none; font-family: var(--font-lexend); font-size: 16px; line-height: 37px; font-weight: 500; position: relative; padding-left: 51px; }
.socbox__ul__link:hover { text-decoration: underline; }

.socbox__ul__link:before { content: ''; position: absolute; left: 0; top: 0; width: 37px; height: 37px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; background-color: var(--cl-grey-f2); transition: all 0.2s ease; }
.socbox__ul__link-fb:before { background-image: url('/images/iw-icons.svg#soc-fb'); background-size: 10px 20px; }
.socbox__ul__link-x:before { background-image: url('/images/iw-icons.svg#soc-x'); background-size: 17px 17px; }
.socbox__ul__link-ig:before { background-image: url('/images/iw-icons.svg#soc-ig'); background-size: 18px 18px; }
.socbox__ul__link-li:before { background-image: url('/images/iw-icons.svg#soc-li'); background-size: 17px 16px; }
.socbox__ul__link-yt:before { background-image: url('/images/iw-icons.svg#soc-yt'); background-size: 20px 14px; }
.socbox__ul__link:hover:before { background-color: var(--cl-mata); }

.socbox__ul__link__name { display: inline-block; text-align: left; }
.socbox__ul__link__followers { display: inline-block; text-align: right;}


.paging { display: flex; justify-content: center; margin: 40px auto 50px; } 
.paging__item { display: inline-flex; margin: 0 auto; }
.paging__page { display: inline-block; font-family: var(--font-lexend); font-size: 16px; line-height: 20px; font-weight: 500; color: var(--cl-grey-39); margin: 0 20px; }
.paging__page__separator { display: inline-block; margin: 0 5px; }

.paging__ico { position: relative; font-family: var(--font-lexend); font-size: 14px; line-height: 20px; font-weight: 500; text-decoration: none; color: var(--cl-grey-39); transition: all 0.2s ease; }
.paging__ico:before { content: ''; position: absolute; top: -10px; height: 40px; border-radius: 5px; background-color: var(--cl-mata); transition: all 0.2s ease; }
.paging__ico:after { content: ''; position: absolute; top: 5px; width: 12px; height: 9px; background-image: url('/images/iw-icons.svg#arrow-right'); background-repeat: no-repeat; transition: all 0.2s ease; }
.paging__ico-left { padding-left: 40px; }
.paging__ico-left:before { right: 0; left: 0; }
.paging__ico-left:after { left: 14px; transform: rotate(-180deg); }
.paging__ico-right { padding-right: 40px; text-align: right; }
.paging__ico-right:before { left: 0; right: 0; }
.paging__ico-right:after { right: 14px; }

.paging__ico__span { display: none; }

a.paging__ico:hover { color: var(--cl-black); text-decoration: underline; }
a.paging__ico:hover:before { background: var(--cl-black); }
a.paging__ico:hover:after { filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(222deg) brightness(104%) contrast(101%); }

span.paging__ico { color: var(--cl-white);}
span.paging__ico-left:before { background-color: var(--cl-grey-c9); }
span.paging__ico-right:before { background-color: var(--cl-grey-c9); }
span.paging__ico:after { filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(222deg) brightness(104%) contrast(101%); }


@media screen and (min-width: 400px) {
    .paging__ico-left { padding-left: 35px; padding-right: 15px; }
    .paging__ico-right { padding-right: 35px; padding-left: 15px; text-align: right; }
    .paging__ico__span { position: relative; display: inline-block; }
}

@media screen and (min-width: 800px) {
    .paging__page { margin: 0 30px; }

    .paging__ico { font-size: 16px; line-height: 20px; font-weight: 500; }
    .paging__ico:before { content: ''; position: absolute; top: -10px; width: 40px; height: 40px; border-radius: 5px; background-color: var(--cl-mata); transition: all 0.2s ease; }
    .paging__ico:after { content: ''; position: absolute; top: 5px; width: 12px; height: 9px; background-image: url('/images/iw-icons.svg#arrow-right'); background-repeat: no-repeat; transition: all 0.2s ease; }
    .paging__ico-left { padding-left: 0; padding-right: 50px; }
    .paging__ico-left:before { right: 0; left: unset; }
    .paging__ico-left:after { left: unset; right: 14px; transform: rotate(-180deg); }
    .paging__ico-right { padding-left: 50px; padding-right: 0; }
    .paging__ico-right:before { left: 0; right: unset; }
    .paging__ico-right:after { left: 14px; right: unset; }

    span.paging__ico { color: var(--cl-grey-a4);}
}

@media screen and (min-width: 1024px) {
    .paging { display: flex; }
}


/* 404 */
.box404 { margin: 20px auto 50px; max-width: 640px; padding: 20px; text-align: center; font-family: var(--font-lexend); }
.box404__h1 { color: var(--cl-grey-39); }
.box404__info { color: var(--cl-grey-a4); font-size: 14px; line-height: 18px; }
.box404__text { font-size: 15px; line-height: 24px; color: var(--cl-black); }
.box404__buttons { display: inline-flex; flex-direction: column; justify-content: space-around; justify-items: center; flex-wrap: wrap; margin: 0 auto; }
.box404__buttons__clanky { display: inline-block; padding: 12px 18px; background-color: var(--cl-mata); font-family: var(--font-lexend); font-size: 14px; line-height: 18px; border-radius: 5px; margin-bottom: 15px; transition: all 0.2s ease; text-decoration: none; font-weight: 700; }
.box404__buttons__hp { display: inline-block; padding: 12px 18px; background-color: var(--cl-black); font-family: var(--font-lexend); font-size: 14px; line-height: 18px; border-radius: 5px; color: var(--cl-white); transition: all 0.2s ease; text-decoration: none; font-weight: 700; }
.box404__buttons__clanky:hover { background-color: var(--cl-grey-5e); color: var(--cl-white); }
.box404__buttons__hp:hover { background-color: var(--cl-grey-5e); }

@media screen and (min-width: 1024px) {
    .box404__buttons { flex-direction: row;  }
    .box404__buttons__clanky { margin-right: 30px; margin-bottom: 0;}
    .box404__buttons__hp {}
}


/* produkty */
.product_detail {  }
.product_detail__header { display: flex; flex-wrap: wrap; align-items: baseline; margin: 0 0 40px; }
.product_detail__header__image { display: flex; height: 48px; margin-right: 10px; justify-items: center; align-items: center; }
.product_detail__header__image img {  }
.product_detail__header__h1 { margin: 0 10px 0 0; color: var(--cl-grey-39); }
.product_detail__header__symbol { display: inline-block; font-family: var(--font-mestiza); font-size: 16px; line-height: 24px; font-weight: 700; margin-right: 10px;  }
.product_detail__header__label { display: inline-block; font-family: var(--font-lexend); font-size: 16px; line-height: 24px; color: var(--cl-grey-a4); }

.product_detail__info { display: grid; grid-template-columns: 1fr; gap: 16px; justify-content: space-between; box-shadow: 0px 3px 20px #0000001F; border-radius: 5px; margin: 0 0 50px; padding: 20px; }
.product_detail__info__item { font-family: var(--font-lexend); /*display: flex; flex-wrap: wrap; align-items: center;*/ }
.product_detail__info__item:not(:first-child) { padding: 16px 0 0 0; border-top: 1px solid var(--cl-grey-c9); }
.product_detail__info__item__value { font-size: 16px; line-height: 22px; margin-bottom: 3px; font-weight: 500; }
.product_detail__info__item__value-price { font-size: 30px; line-height: 30px; font-weight: 700; }
.product_detail__info__item__label { font-size: 13px; line-height: 17px; font-weight: 400; color: var(--cl-grey-a4); margin: 0 0 3px; }
.product_detail__info__item__label-date { margin-bottom: 0; }
.product_detail__info__item__value-plus { position: relative; padding-left: 26px; color: var(--cl-green-font); }
.product_detail__info__item__value-minus { position: relative; padding-left: 26px; color: var(--cl-red-font); }
.product_detail__info__item__value-plus:before { content: ''; position: absolute; left: 0px; top: 5px; width: 15px; height: 15px; background: url('/images/iw-icons.svg#arrow-up') no-repeat; filter: invert(34%) sepia(28%) saturate(1993%) hue-rotate(99deg) brightness(92%) contrast(92%); }
.product_detail__info__item__value-minus:before { content: ''; position: absolute; left: 0px; top: 5px; width: 15px; height: 15px; background: url('/images/iw-icons.svg#arrow-down') no-repeat; filter: invert(8%) sepia(91%) saturate(7458%) hue-rotate(23deg) brightness(104%) contrast(122%); }

.product_detail .perexMaxRowWrap { margin-top: -10px; }
.product_detail .perexMaxRowWrap p { font-family: var(--font-lexend); font-size: 16px; font-weight: 500; line-height: 26px; }

.chart { margin: 0 0 50px; }
.chart-article { margin: 0 0 30px; }
.chart__graph { width: 100%; max-width: 100%; height: auto; aspect-ratio: 3 / 2;}
.chart__buttons { display: flex; flex-wrap: wrap; margin: 0 0 7px; }
.chart__buttons__item { background: var(--cl-grey-f2); border: 0; border-radius: 5px; padding: 6px 12px; margin: 0 8px 5px 0; font-family: var(--font-lexend); font-size: 14px; line-height: 18px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; }
.chart__buttons__item:hover { background: var(--cl-mata); }
.chart__buttons__item--active { background: var(--cl-mata); }

@media screen and (min-width: 800px) {
    .chart__graph { aspect-ratio: 3 / 1; }
    .chart__buttons__item { padding: 8px 20px; margin: 0 10px 5px 0; font-size: 14px; line-height: 18px; }
}

@media screen and (min-width: 1024px) {
    .product_detail__info { grid-template-columns: 1fr 1fr 1fr; gap: 20px; justify-content: space-between;}
    .product_detail__info-items2 { grid-template-columns: 1fr 1fr; }
    .product_detail__info-items4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .product_detail__info__item:not(:first-child) { padding: 2px 0 0 24px; border-top: 0; border-left: 1px solid var(--cl-grey-c9); }
}

.product_filter { margin: 0 0 50px; }
.product_filter__form { display: grid; grid-template-columns: 1fr; gap: 10px; align-content: end; align-items: end; }
.product_filter__item__label { display: block; font-family: var(--font-lexend); font-size: 16px; line-height: 18px; font-weight: 400; color: var(--cl-grey-5e); margin: 0 0 5px; }
.product_filter__item__input { display: block; width: 100%; max-width: 400px; border: 1px solid var(--cl-grey-ea); color: var(--cl-black); font-size: 16px; line-height: 21px; font-weight: 700; padding: 10px 15px 10px; border-radius: 5px; outline: 0; box-sizing: border-box;  }
.product_filter__item__select { display: block; width: 100%; max-width: 400px; border: 1px solid var(--cl-grey-ea); color: var(--cl-black); font-size: 16px; line-height: 21px; font-weight: 500; padding: 10px 15px 10px; border-radius: 5px; outline: 0; box-sizing: border-box;  }
.product_filter__item__submit { grid-area: button; font-family: var(--font-lexend); font-size: 16px; line-height: 18px; padding: 12px 30px; color: var(--cl-black); background: var(--cl-mata); outline: 0; border: 0; border-radius: 5px; transition: all 0.2s ease; cursor: pointer; }
.product_filter__item__submit:hover { background: var(--cl-black); color: var(--cl-white); }

.product_list { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 30px 0 50px; }
.product_list-sector { margin-top: 15px; }
.product_list__item { display: grid; position: relative; grid-template-columns: 8fr 9fr; grid-template-rows: auto; gap: 7px 5px; border: 1px solid var(--cl-grey-e3); border-radius: 5px; padding: 10px 20px; transition: all 0.2s ease; }
.product_list__item:hover { box-shadow: 0px 3px 20px #0000003D; transform: scale(1.025); }
.product_list__item__title { grid-column: 1 / 3; height: 46px; }
.product_list__item__title-center { display: flex; align-content: center; align-items: center; }
.product_list__item__title__image { margin-right: 9px; }
.product_list__item__title__link { font-family: var(--font-mestiza); font-size: 16px; line-height: 23px; font-weight: 700; color: var(--cl-black); text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.product_list__item__title__link:hover { text-decoration: underline; }
.product_list__item__title__link:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.product_list__item__value { font-family: var(--font-lexend); font-size: 14px; line-height: 29px; }

.product_list__item__percent { display: inline-block; font-family: var(--font-lexend); font-size: 14px; line-height: 15px; font-weight: 500; padding: 7px 8px 7px 27px; border-radius: 5px; pointer-events: none; }
.product_list__item__percent:before { content: ''; position: absolute; left: 9px; top: 9px; width: 10px; height: 10px; }

.product_list__item__percent-0 { background-color: var(--cl-grey-ea); padding-left: 8px; text-align: center; }
.product_list__item__percent-0:before { display: none; }
.product_list__item__percent-plus { background-color: var(--cl-green-bg); color: var(--cl-green-font); position: relative; }
.product_list__item__percent-plus:before { background: url('/images/iw-icons.svg#arrow-up') no-repeat; filter: invert(34%) sepia(28%) saturate(1993%) hue-rotate(99deg) brightness(92%) contrast(92%); }
.product_list__item__percent-minus { background-color: var(--cl-red-bg); color: var(--cl-red-font); position: relative; }
.product_list__item__percent-minus:before { background: url('/images/iw-icons.svg#arrow-down') no-repeat; filter: invert(8%) sepia(91%) saturate(7458%) hue-rotate(23deg) brightness(104%) contrast(122%); }

@media screen and (min-width: 460px) {
    .product_list { grid-template-columns: 1fr 1fr; gap: 10px; }
}

@media screen and (min-width: 800px) {
    .product_filter__form { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
    .product_list { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
}

@media screen and (min-width: 1024px) {
    .product_list { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; }
}



/* lightbox */
#lightbox__loader { position: absolute; width: 40px; height: 40px; border: 4px solid rgba(255, 255, 255, 0.3); border-top-color: white; border-radius: 50%; animation: spin 1s linear infinite; z-index: 1; }
@keyframes spin { to { transform: rotate(360deg); } }

#lightbox__overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 10000; }
#lightbox__container { position: relative; display: flex; align-items: center; justify-content: center; }
#lightbox__image { max-width: 90vw; max-height: 80vh; position: relative; opacity: 0; transition: opacity 0.3s ease-in-out; }
#lightbox__image.visible { opacity: 1; }

#lightbox__close { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; cursor: pointer; box-shadow: 0px 3px 10px #00000021; border-radius: 5px; transition: all 0.2s ease; background: var(--cl-white); }
#lightbox__close:before { content: ''; position: absolute; width: 1px; height: 18px; left: 18px; top: 10px; transform: rotate(45deg); background: var(--cl-black); }
#lightbox__close:after { content: ''; position: absolute; width: 1px; height: 18px; left: 18px; top: 10px; transform: rotate(-45deg); background: var(--cl-black); }
#lightbox__close:hover { background: var(--cl-mata); }
#lightbox__caption { position: absolute; bottom: 5px; left: 5px; color: var(--cl-white); font-family: var(--font-lexend); font-size: 15px; font-weight: 500; padding: 4px 8px; border-radius: 3px; max-width: calc(100% - 20px); box-sizing: border-box; text-align: left; }
#lightbox__caption__span { display: inline-block; position: relative; color: var(--cl-white); font-family: var(--font-lexend); font-size: 15px; font-weight: 500; padding: 4px 8px; }
#lightbox__caption:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); border-radius: 3px; }

.caroda_video__wrap { position: relative; padding-bottom: 56.25%; margin-bottom: 30px; }
.caroda_video__wrap__video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*faq*/
.faq-box { margin-bottom: 50px; }
.faq-box .black-title { margin-bottom: 10px; }
.faq-box__ul { list-style: none; margin-bottom: 0; }
.faq-box__ul__li { display: block; margin-bottom: 0; padding-left: 0; }
.faq-box__ul__li:before { content: none; }
.faq-box__ul__li__cb { display: none }
.faq-box__ul__li__question { margin-bottom: 0 !important; }
.faq-box__ul__li__question:after { content: ''; display: block; border-bottom: 1px solid var(--cl-grey-e3); }
.faq-box__ul__li:last-child .faq-box__ul__li__cb:checked ~ .faq-box__ul__li__question:after { display: block; }
.faq-box__ul__li__question label { position: relative; padding: 18px 15px 18px 0; font-family: var(--font-mestiza); font-size: 18px; line-height: 26px; color: #1a1a18; font-weight: 700; display: flex; justify-content: flex-start; align-items: center; cursor: pointer; }
.faq-box__ul__li__question label:before { content: ''; display: block; width: 23px; height: 23px; background: url('/images/iw-icons.svg?v=20250613#ico-faq') no-repeat; flex-shrink: 0; margin-right: 26px; }
.faq-box__ul__li__question label:after { content: ''; display: block; width: 7px; height: 7px; border-width: 0 3px 3px 0; border-style: solid; border-color: #000; transform: rotate(45deg); flex-shrink: 0; margin-left: auto; transition: all 0.2s ease; }
.faq-box__ul__li__question__text { margin-right: 15px }
.faq-box__ul__li__answer { display: none; background-color: var(--cl-grey-f2); font-size: 16px; line-height: 24px; padding: 20px 20px 0; }
.faq-box__ul__li__answer p { font-size: 16px; line-height: 24px; margin-bottom: 15px; }
.faq-box__ul__li__answer ul:last-child, .faq-box__ul__li__answer p:last-child { margin-bottom: 0; }
.faq-box__ul__li__answer:after { content: ''; display: block; border-bottom: 1px solid var(--cl-grey-e3); margin-left: -20px; margin-right: -20px; padding-top: 18px; }
.faq-box__ul__li__cb:checked ~ .faq-box__ul__li__question label:after { transform: rotate(225deg); }
.faq-box__ul__li__cb:checked ~ .faq-box__ul__li__answer { display: block; }
/*end faq*/





#EventPopUpBackground { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(32, 31, 42, .8); display: flex; align-items: center; justify-content: center; z-index: 999; padding: 40px 20px; border-radius: 5px; }
#EventPopUpBackground .event-detail__osoby__item { background-color: var(--cl-white); border-radius: 5px; margin: 0; max-width: 660px; max-height: 100%; padding: 50px 20px; overflow-x: hidden; overflow-y: auto; word-break: break-word; grid-template-areas: 'info' 'img' 'popis' 'soc'; position: relative; }
#EventPopUpBackground .event-detail__osoby__item__info { grid-area: info; }
#EventPopUpBackground .event-detail__osoby__item__name { /*grid-area: jmeno;*/ font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; color: var(--cl-black); text-align: left; }
#EventPopUpBackground .event-detail__osoby__item__fce { /*grid-area: fce;*/ color: var(--cl-grey-a4); text-align: left; margin-bottom: 15px; font-family: var(--cl-lexend); font-size: 16px; line-height: 26px; }
#EventPopUpBackground .event-detail__osoby__item__image { width: 180px; height: 180px; padding-bottom: 0; grid-area: img; margin-bottom: 30px; cursor: default; }
#EventPopUpBackground .event-detail__osoby__item__desc { display: block; grid-area: popis; }
#EventPopUpBackground .event-detail__osoby__item__soc { display: block; grid-area: soc; }
#EventPopUpBackground .event-detail__osoby__item__soc p { font-size: 18px; line-height: 28px; margin-bottom: 0; }
#EventPopUpBackground .event-detail__osoby__item__soc p:last-child { margin-bottom: 0; }
#EventPopUpBackground .event-detail__osoby__item__soc a { color: var(--cl-black); font-weight: 700; }
#EventPopUpBackground .event-detail__osoby__item__soc a:hover { text-decoration: none; }
#EventPopUpBackground .event-detail__osoby__item__close { position: absolute; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; top: 15px; right: 15px; cursor: pointer; }
#EventPopUpBackground .event-detail__osoby__item__close:after { content: '\00d7'; display: inline-block; font-size: 40px; color: var(--cl-black); }
#EventPopUpBackground.hidden, #EventPopUpBackground .event-detail__osoby__item.hidden { display: none; }




.event-submit { width: calc(100% - 5px); height: 70px; display: flex; align-items: center; justify-content: center; text-wrap: nowrap; color: var(--cl-black); background: var(--cl-mata); border-radius: 5px; font-family: var(--font-lexend); transition: all 0.2s ease; text-decoration: none; }
.event-submit-inline { display: inline-flex; width: unset; padding-left: 26px; padding-right: 26px; }
.event-submit:hover { background: var(--cl-black); color: var(--cl-white); }
.event-submit:before { content: ''; width: 9px; height: 18px; background-image: url('/images/icons/event-arrow-bk.svg'); background-repeat: no-repeat; background-size: 9px 18px; margin-right: 12px; transition: all 0.2s ease; }
.event-submit:hover:before { filter: var(--filter-white); }


.event-detail__top { height: 521px; background-image: var(--background-url); background-position: center; margin-left: -15px; margin-right: -15px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; color: var(--cl-white); padding: 20px; margin-bottom: 30px; }
.event-detail__top h1 { font-family: var(--font-lexend); font-size: 25px; line-height: 33px; margin-bottom: 30px; color: var(--cl-white); display: inline-block; padding-left: 60px; position: relative; }
.event-detail__top h1:before { content: ''; width: 34px; height: 69px; position: absolute; left: 0; top: calc(50% - 34px); background-image: url('/images/icons/event-arrow.svg'); background-repeat: no-repeat; }
.event-detail__top__date { display: flex; flex-direction: column; justify-content: center; font-family: var(--font-lexend); font-size: 18px; line-height: 28px; color: var(--cl-white); margin-bottom: 20px; }
.event-detail__top__location { display: flex; flex-direction: column; justify-content: center; font-family: var(--font-lexend); font-size: 18px; line-height: 28px; color: var(--cl-white); margin-bottom: 20px; }
.event-detail__top__location a { color: var(--cl-white); text-decoration: underline; }
.event-detail__top__location a:hover { text-decoration: none; }
.event-detail__top__button { display: flex; justify-content: flex-end; }
.event-detail__top__button .event-submit { }
.event-detail__top__button span { width: 100%; height: 70px; display: flex; align-items: center; justify-content: center; background: var(--cl-grey-f2); color: var(--cl-grey-6d); }

.event-detail__top__date__date { position: relative; padding-left: 26px;}
.event-detail__top__date__date:before { content: ''; position: absolute; width: 12px; height: 24px; left: 0; top: 2px;  background-image: url('/images/icons/event-arrow.svg'); background-repeat: no-repeat; background-size: 12px 24px; }

.event-detail__top__location a { display: inline-block; position: relative; padding-left: 26px; }
.event-detail__top__location a:before { content: ''; position: absolute; width: 12px; height: 24px; left: 0; top: 2px;  background-image: url('/images/icons/event-arrow.svg'); background-repeat: no-repeat; background-size: 12px 24px; }

.event-detail__partner { margin-bottom: 10px; }
.event-detail__partner div { flex: 1 1 50%; }
.event-detail__partner__organizer { margin-bottom: 30px; }
.event-detail__partner__general { margin-bottom: 30px; }
.event-detail__partner__general .event-detail__partner__logo { display: flex; align-items: center; justify-content: flex-start; }
.event-detail__partner__label { font-family: var(--font-lexend); font-size: 16px; line-height: 20px; font-weight: 400; color: var(--cl-grey-a4); margin-bottom: 10px;}
.event-detail__partner__logo { /*height: 35px;*/ }
.event-detail__partner__logo-poradatel { /*height: 35px;*/ }
.event-detail__partner__logo img { }
.event-detail__partner__logo a { display: inline-block; }
.event-detail__partner__logo a:not(:last-child) { margin-right: 40px; }

.event-detail__text { margin-bottom: 50px; }
.event-detail__text__checkbox { display: none; }
.event-detail__text label { position: relative; display: block; text-align: center; font-weight: 900; font-size: 14px; text-decoration: underline; cursor: pointer; margin-top: 15px; }
.event-detail__text label:before { content: ''; position: absolute; background: linear-gradient(180deg, transparent, var(--cl-white)); bottom: calc(100% + 15px); left: 0; width: 100%; height: 100px; }
.event-detail__text label:hover { text-decoration: none; }
.event-detail__text__max-line { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: var(--max-line); overflow: hidden; }
.event-detail__text__checkbox:checked ~  .event-detail__text__max-line { display: block; }
.event-detail__text__checkbox:checked ~  label { display: none; }

.event-detail__text ul li { margin-bottom: 3px; }
.event-detail__text ul li:before { width: 9px; height: 18px; position: absolute; left: 0; top: calc(50% - 9px); background-image: url('/images/icons/event-arrow.svg'); background-repeat: no-repeat; background-size: 9px 18px; }

.event-detail__content a:hover { text-decoration: none; }

.event-detail__program { margin-bottom: 20px; }
.event-detail__program__items { margin-left: 10px; }
.event-detail__program__items__title { font-size: 18px; line-height: 26px; font-weight: 900; color: var(--cl-black); }
.event-detail__program__items__item { position: relative; /*border-left: 1px solid var(--cl-grey-d6);*/ padding-left: 35px; padding-bottom: 30px; }
.event-detail__program__items__item:before { content: ''; position: absolute; width: 1px; left: 0; top: 0; bottom: 0; background-color: var(--cl-grey-d6); }
.event-detail__program__items__item:first-child:before { top: 16px; }
.event-detail__program__items__item:last-child:before { border-left: none; bottom: unset; height: 25px; }
.event-detail__program__items__item__title { font-family: var(--font-lexend); font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 4px; color: var(--cl-black); }
.event-detail__program__items__item__title label { cursor: pointer; text-decoration: underline; }
.event-detail__program__items__item__title label:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.event-detail__program__items__item__title label:hover { text-decoration: none; }
.event-detail__program__items__item__bullet { width: 17px; height: 17px; background-color: var(--cl-grey-d6); border-radius: 50%; position: absolute; left: -8px; top: 16px; }
.event-detail__program__items__item__bullet--active { cursor: pointer; width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; left: -15px; top: 25px; background-color: var(--cl-mata); }
.event-detail__program__items__item__bullet--active:before { content: ''; height: 18px; width: 9px; display: block; position: absolute; top: 6px; left: 13px; margin: auto; background: url('/images/icons/event-arrow-bk.svg') no-repeat; background-size: 9px 18px;  }
.event-detail__program__items__item input[type=checkbox]:checked ~ .event-detail__program__items__item__bullet--active:before { }
.event-detail__program__items__item input[type=checkbox] { display: none; }
.event-detail__program__items__item__time { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 500; color: var(--cl-grey-a4); margin-bottom: 5px; }
.event-detail__program__items__item__time:last-child { margin-bottom: 0; }
.event-detail__program__items__item__decription { font-size: 18px; line-height: 28px; margin-top: 30px; display: none; }
.event-detail__program__items__item__decription p:last-child { /*margin-bottom: 0;*/ }
.event-detail__program__items__item input[type=checkbox]:checked ~ .event-detail__program__items__item__cover .event-detail__program__items__item__decription { display: block; }

.event-detail__program__items__item__cover { position: relative; box-shadow: 0px 3px 15px #3BFFD033; border: 1px solid #3BFFD0; border-radius: 5px; padding: 13px 30px 17px 20px; }
.event-detail__program__items__item__cover:before { content: ''; position: absolute; right: 15px; top: 40px; width: 8px; height: 8px; border-left: 3px solid var(--cl-black);  border-top: 3px solid var(--cl-black); transform: rotate(45deg); transition: all 0.2s ease; }
.event-detail__program__items__item input[type=checkbox]:checked ~ .event-detail__program__items__item__cover:before { transform: rotate(225deg); }

.event-detail__osoby { display: flex; margin-top: -20px; margin-left: -20px; flex-wrap: wrap; margin-bottom: 50px; }
.event-detail__osoby__item { flex: 1 1 45%; margin-top: 20px; margin-left: 20px; display: grid; align-content: flex-start; max-width: 150px; }
.event-detail__osoby__item__image { margin-bottom: 10px; position: relative; padding-bottom: 100%; cursor: pointer; border-radius: 5px; overflow: hidden; }
.event-detail__osoby__item__image img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.event-detail__osoby__item__name { font-family: var(--font-lexend); font-size: 17px; line-height: 26px; font-weight: 700; margin-bottom: 5px; text-align: center; }
.event-detail__osoby__item__fce { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 0; text-align: center; color: var(--cl-grey-a4); }
.event-detail__osoby__item__desc { display: none; }
.event-detail__osoby__item__soc { display: none; }

.event-detail__mapa-iframe { position: relative; padding-bottom: 66.6%; }
.event-detail__mapa-iframe iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.event-detail__partneri { margin-bottom: 50px; }
.event-detail__partneri__item { margin-bottom: 20px; border: 1px solid var(--cl-grey-f2); border-radius: 2px; padding: 20px; }
.event-detail__partneri__item--general { border-color: var(--cl-mata); background-color: var(--cl-white); box-shadow: 0px 3px 15px #3BFFD033; }
.event-detail__partneri__item--medial { border-color: var(--cl-grey-f2); background-color: var(--cl-grey-f2); }
.event-detail__partneri__item__left { text-align: center; margin-bottom: 20px; }
.event-detail__partneri__item__right__title { font-size: 16px; line-height: 26px; font-weight: 700; margin-bottom: 10px; }
.event-detail__partneri__item__right__title a { color: var(--cl-black); }
.event-detail__partneri__item__right__perex { margin-bottom: 0; font-size: 16px; line-height: 26px; }

.event-detail .section_title { color: var(--cl-black); }
.event-detail__partneri__title { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; color: var(--cl-grey-a4); margin-bottom: 15px; }

.event-detail .event-program-title { font-family: var(--font-lexend); font-size: 18px; line-height: 26px; font-weight: 700; color: var(--cl-black); margin-bottom: 0; }
.event-detail .event-program-time { font-family: var(--font-lexend); font-size: 16px; line-height: 26px; font-weight: 500; color: var(--cl-grey-a4); margin-bottom: 10px; }

.articles__item__image-event { aspect-ratio: 250 / 139; }
.articles__item__image__event-info { font-family: var(--font-lexend); font-size: 15px; line-height: 23px; position: absolute; left: 14px; bottom: 12px; max-width: calc(100% - 28px); color: var(--cl-white); }
.articles__item-event .articles__item__text__perexWrap__perex { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: var(--cl-black); margin-bottom: 10px; }
.articles__item-event .perexMaxRowWrapMore { margin: 0 0 10px; }



@media screen and (min-width: 600px){
}

@media screen and (min-width: 800px){
    /*main { max-width: none; padding: 0 15px; }*/

    .event-detail__top { margin-left: -20px; margin-right: -20px; padding: 0 50px 70px; flex-direction: row; align-content: flex-end; align-items: flex-end; flex-wrap: wrap; justify-content: space-between; background-repeat: no-repeat; background-size: cover;}
    .event-detail__top h1 { flex-basis: 100%; }
    /*.event-detail__top__date { margin-bottom: 0; }
    .event-detail__top__location { margin-bottom: 0; }*/
    .event-detail__top__date { flex-basis: 195px; }
    .event-detail__top__location { flex-basis: 290px; }
    .event-detail__top__button { flex-basis: 215px; }

    .event-detail__partner { display: flex; margin-bottom: 10px; }
    .event-detail__partner__general { text-align: right; }
    .event-detail__partner__general .event-detail__partner__logo { justify-content: flex-end; }

    .event-detail__content { max-width: 800px; margin: auto; }

    .event-detail__partner div { margin-bottom: 18px; }

    .event-detail__osoby__item { flex: 1 1 20%; max-width: 180px; }

    .event-detail__partneri__item { display: flex; justify-content: space-between; gap: 30px; }
    .event-detail__partneri__item__left { flex-basis: 120px; flex-shrink: 0; margin-bottom: 0; }
    .event-detail__partneri__item__right { flex-grow: 1; }

    .event-detail__program__items__item__cover { padding: 13px 20px 17px 20px; }
    .event-detail__program__items__item__cover:before { right: 30px; }

    #EventPopUpBackground .event-detail__osoby__item { grid-template-areas: 'img info' 'popis popis' 'soc soc'; position: relative; grid-template-columns: 180px 1fr; gap: 0 24px; padding: 50px; }
    #EventPopUpBackground .event-detail__osoby__item__image { margin-bottom: 30px; }
}

@media screen and (min-width: 1024px){
    h1 { font-size: 40px; line-height: 53px; }

    .event-detail__top { padding: 0 115px 70px; }
    .event-detail__top h1 { font-size: 48px;  line-height: 60px; }
    .event-detail__top__location__name a:hover { text-decoration: none; }
    .event-detail__top__date { flex-basis: 230px; }
    .event-detail__top__location { flex-basis: 310px; }
    .event-detail__top__button { flex-basis: 255px; }

    .event-detail__partner__logo img { width: 128px; }
    .event-detail__partner__logo-poradatel img { width: 259px; }

    .event-detail__title { font-size: 16px; line-height: 20px; }
    .event-detail__soc { width: 200px; height: 60px; }
}






.toolbox { margin: 0 0 40px; }
.toolbox__title { height: 32px; border-radius: 5px 5px 0px 0px; background: var(--cl-mata); font-family: var(--font-mestiza); font-size: 16px; line-height: 21px; font-weight: 700; display: inline-flex; align-content: center; align-items: center; color: var(--cl-black); padding: 6px 21px; }
.toolbox__content { box-shadow: 0px 3px 15px #3BFFD033; border: 1px solid var(--cl-mata); border-radius: 0px 5px 5px 5px; opacity: 1; padding: 16px; position: relative; }
.toolbox__content p { margin-bottom: 15px; }
.toolbox__content p a { font-weight: 700; }
.toolbox-inline { display: inline-block; }
.toolbox-inline .toolbox__content { display: inline-block; }



/* helpery */
.offset40 { margin-bottom: 40px; }
.flex-justify-start { justify-content: flex-start; justify-items: flex-start; }


/*kvizy*/
.enquiry { border-width: 0 0 1px 0; border-color: #c6c6c6; border-bottom-style: solid; margin: 0 0 30px 0; padding: 0 0 10px 0; }
.enquiry .subtitle { margin: 0 0 22px; font-size: 22px; }
.enquiry .input { margin: 0 10px 0 0;}
.enquiry .qs { margin: 0 0 15px; }
.enquiry .quizInfo p { margin: 0 0 15px; }
.enquiry .quizInfo ul { margin: 0 0 15px; }
.quizIssue .rating { font-size: 42px; font-weight: bold; margin: 0 0 0 10px; }
.quizIssue .subtitle { margin: 0 0 15px; }
.quizIssue.bottomDotbox, .quizResume.bottomDotbox { padding: 0; }
.quizResume .subtitle { margin: 0 0 15px; }
.qs__image__wrap { margin-bottom: 20px; display: flex; justify-content: center; }
.qs__image__wrap__wrap { position: relative; overflow: hidden; }
.quiz--pv .enquiry { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.quiz--pv .enquiry .qs { margin-bottom: 0; }
.detailtext .toolBox .qs__image__wrap__wrap__image { margin-bottom: 0; }

.poll { line-height: normal; }
.poll label { display: flex; position: relative; align-items: center; }
.poll label input { position: absolute; left: 0; top: 0; width: 0; height: 0; bottom: 0; margin: auto; }
.poll label .radio { display: inline-block; width: 14px; height: 14px; border: 1px solid var(--cl-grey-d6); border-radius: 50%; margin-right: 14px; position: relative; flex-shrink: 0; }
.poll label input:checked ~ .radio { border-color: var(--cl-mata); }
.poll label input:checked ~ .radio:after { content: ''; position: absolute; top: 0; left: 0; width: 6px; height: 6px; background: var(--cl-black); border-radius: 50px; right: 0; bottom: 0; margin: auto; }

.article_detail__quiz { position: relative; display: flex; flex-direction: column; padding: 16px 22px 25px; border-radius: 5px; box-shadow: 0px 3px 20px #0000001F; margin: 0 0 40px; }
.enquiry .subtitle { font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; }

.article_detail__quiz__image { max-height: 360px; z-index: 3; border-radius: 5px; overflow: hidden; position: relative; margin: 0 0 30px; }
.article_detail__quiz__image__source { position: absolute; left: 10px; bottom: 10px; display: block; padding: 8px 12px; font-family: var(--font-lexend); font-size: 11px; line-height: 14px; font-weight: 400; color: var(--cl-white); text-decoration: none; max-width: calc(100% - 20px); }
.article_detail__quiz__image__source span { position: relative; }
.article_detail__quiz__image__source:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: var(--cl-black); opacity: .9; border-radius: 5px; transition: all 0.2s ease; }
.article_detail__quiz .poll { margin-bottom: 5px;  }
.article_detail__quiz .poll.red { color: var(--cl-red-font); }
.article_detail__quiz .poll.green { color: var(--cl-green-font); }
.article_detail__quiz .poll .answer { display: inline-block;  }
.quiz--pv .enquiry .qs { margin-bottom: 20px; }

.article_detail__quiz__result { margin: 0; }
.article_detail__quiz__result__genericinfo { margin: 0 0 30px; }
.article_detail__content__main__body p.article_detail__quiz__result__subtitle { font-family: var(--font-mestiza); font-size: 24px; line-height: 32px; font-weight: 700; margin: 0 0 20px; }

.article_detail__quiz__result__cols { margin: 0 0 20px; }
.article_detail__quiz__result__cols__col1 { margin: 0 0 15px; }

.article_detail__quiz__result__rating_label { display: block; margin: 0; font-weight: 500; }
.article_detail__quiz__result__rating { display: block; font-size: 40px; font-weight: bold; }

@media screen and (min-width: 800px) {
    .article_detail__quiz__result__cols { display: grid; grid-template-columns: 3fr 2fr; gap: 30px; margin: 0 0 20px; }
    .article_detail__quiz__result__cols__col1 { margin: 0; }
    .article_detail__quiz__result__cols__col2 { text-align: right; }
    .article_detail__quiz__result__cols__col2 > div { margin: -24px 0 0 }
}

/*/kvizy*/



