body {
    color-scheme: light;
    /* paleta podstawowa */
    --colorWhite: #fff;
    --colorLogoBlue: #2f6eb6;
    --colorLogoOrange: #eb7225;
    --colorLogoBlueHover: #357bcc;
    --colorMidBlue: #679bda;
    --colorOglBlue: #004b90;
    --colorLinkedinBlue: #0077b5;
    --colorLogoTurquoise: #56c5e9;
    --colorBlueSky: #7cdaf8;
    --colorBlueSkyLight: #a5dcee;
    --colorLightBlue: #becde4;
    --colorGreen: #22a361;
    --colorObject: #2bccab;
    --colorGreenGrass: #4f9628;
    --colorGreenAdmin: #060;
    --colorMediumSeaGreen: #159654;
    --colorGreenBtnToggle: #26925b;
    --colorGreenBtnToggleHover: #1e8651;
    --colorGreenIcon: #2fb672;
    --colorLightGreen: #d3f1cf;
    --colorRed: #c82814;
    --colorRedDarker: #c72510;
    --colorDelete: #cc0000;
    --colorDarkGray: #363636;
    --colorGray: #959595;
    --colorLightGray: #d7d7d7;
    --colorGrayToggle: #6b7381;
    --colorOrange: #eb7225;
    --colorOrangeLight: #fb853a;
    --colorPink: #d53d82;
    --colorPinkLight: #b41f6e;
    --colorPinkDark: #890e4f;
    --colorYellowLight: #ffa300;
    --colorYellowDark: #e59200;
    --colorBlack: #141414;
    --colorAI: #586df6;
    --boxShadow: 0px 0px 10px #0000001f;
    --colorChatAI: var(--colorDarkGray);

    /* funkcyjne */
    --colorLink: var(--colorLogoBlue);
    --colorSpecial: var(--colorRed);
    --colorFormGray: var(--colorGray);
    --colorEd: var(--colorGreenAdmin);
    --colorBackdrop: rgba(0, 0, 0, 0.6);
    /* statusy wyroznien */
    --colorMaxi: var(--colorPink);
    --colorMini: var(--colorOglBlue);
    --colorPremium: var(--colorOrange);
    --colorFree: var(--colorGray);
    /* text */
    --colorTypography: var(--colorDarkGray);
    --colorTypographyReverse: var(--colorWhite);
    --colorInvertedText: var(--colorTypographyReverse);
    /* bg */
    --backgroundOglSearchbar: #eeeeee;
    --backgroundBody: var(--colorWhite);
    --backgroundCrosslink: var(--colorWhite);
    --backgroundSection: #f5f5f5;
    --backgroundPanels: var(--colorWhite);
    --backgroundLightGray: #ebebeb;
    --backgroundLightBlue: #c7d7ec;
    --backgroundLightOrange: #fff7f0;
    --backgroundCategory: #ebf4ff;
    --backgroundFieldset: var(--colorWhite);
    --backgroundFieldsetDisabled: #efefef;
    --backgroundFieldsetFocus: #f1f6fd;
    --backgroundListSpecial: #fcf3f2;
    --backgroundBtnHover: #b3b2b2;
    --backgroundBtnSecondHover: #90909e;
    --backgroundBtnToggle: #bdc1c8;
    --backgroundMidBlue: #9ea9b6;
    --backgroundAIBackground: #ffffff;
    --backgroundAISuggestions: #ffffff;
    --backgroundAIBubble: #f7f8ff;
    --colorWhiteBg: var(--backgroundBody);

    /* border */
    --colorMainBorder: var(--borderColor);
    --borderColor: #d7d7d7;
    --borderColorFocus: #c7d7ec;
    --borderColorIntensive: #2f6eb6;

    /* scss */
    --colorGrayBg: #eeeeee;
    --colorMainBlue: var(--colorLogoBlue);
}

body.darkMode {
    color-scheme: dark;
    /* color */
    --colorEd: #23a353;
    --colorLink: var(--colorMidBlue);
    --colorTypography: var(--colorWhite);
    --colorFormGray: #838383;
    --colorChatAI: #e0e0e0;
    /* bg */
    --backgroundBody: var(--colorBlack);
    --backgroundCrosslink: var(--colorDarkGray);
    --backgroundSection: var(--colorDarkGray);
    --backgroundPanels: var(--colorBlack);
    --backgroundCategory: var(--colorDarkGray);
    --backgroundFieldset: var(--colorBlack);
    --backgroundFieldsetDisabled: #272727;
    --backgroundFieldsetFocus: #2e2e2e;
    --backgroundListSpecial: var(--colorDarkGray);
    --backgroundLightGray: var(--colorDarkGray);
    --backgroundLightOrange: #959595;
    --backgroundOglSearchbar: var(--colorDarkGray);
    --backgroundAIBackground: var(--colorDarkGray);
    --backgroundAISuggestions: #202124;
    --backgroundAIBubble: var(--backgroundAISuggestions);
    /* border */
    --borderColor: #5c5c5c;
    --borderColorFocus: #838383;

    --colorMini: var(--colorLogoBlue);

    /* scss */
    --colorGrayBg: #363636;
    --colorMainBlue: var(--colorMidBlue);
}

:root {
    --serviceColor: #2f6eb6;
    --colorMainAktywne: #9cc100;
    --colorMainBarometr: #0c5530;
    --colorMainBiznes: #132c6c;
    --colorMainCinema: #442f7a;
    --colorMainDeluxe: #663399;
    --colorMainDom: var(--colorMainBarometr);
    --colorMainDziecko: #cf0360;
    --colorMainFestivity: #f7d14a;
    --colorMainHistoria: #7b6447;
    --colorMainInwestycje: var(--colorMainBarometr);
    --colorMainImprezy: #d43f81;
    --colorMainKulinaria: #7b9301;
    --colorMainKultura: #602621;
    --colorMainMoto: #464646;
    --colorMainNauka: #004b90;
    --colorMainOgl: var(--serviceColor);
    --colorMainPraca: #44618b;
    --colorMainRaport: var(--serviceColor);
    --colorMainRowery: #647d3e;
    --colorMainSport: #eb7225;
    --colorMainTv: var(--serviceColor);
    --colorMainZdrowie: #7cb03d;
    --colorMainZwierzaki: #94603f;
    --colorMainPromotion: #890e4f;
    --colorFpff: #eaac46;
}
.darkMode {
    --colorMainNauka: #679bda;
    --colorMainCinema: #7c7298;
    --colorMainBiznes: #394bbf;
    --colorMainKultura: #95463f;
}

/* archiwum */
.serviceColor__background {
    background-color: var(--serviceColor) !important;
}
.serviceColor__color {
    color: var(--serviceColor) !important;
}

body{--colorMainText: #363636;--colorInvertedText: #fff;--colorMainBlue: #2f6eb6;--colorMainBg: #fff;--backgroundSection: #f5f5f5;--colorGrayBg: #eeeeee;--colorWhiteBg: #fff;--colorMainBorder: #d7d7d7;--colorFocusBorder: var(--colorMainBlue);--colorEd: #060;--colorAlmostWhite: #f5f5f5;--colorBackdrop: rgba(0, 0, 0, 0.6);--colorGradientPicture: rgba(0, 0, 0, 0.4)}body.darkMode{--colorMainText: #fff;--colorInvertedText: #363636;--colorMainBlue: #679bda;--colorMainBg: #141414;--backgroundSection: #363636;--colorGrayBg: #363636;--colorWhiteBg: #363636;--colorMainBorder: #959595;--colorEd: #23a353;--colorAlmostWhite: #5f5f5f}:root{--space-responsive: 20px}@media screen and (max-width: 768px){:root{--space-responsive: 10px}}body{--serviceColor: var(--colorMainTv)}.tvLayout{display:flex;flex-wrap:wrap;gap:20px}.tvLayout__top{width:100%}.tvLayout__main{width:750px;min-width:0}.tvLayout__sidebar{width:330px}.tvLayout__player{margin-bottom:15px}.tvLayout__player video{width:100%}.tvLayout__darkBg{position:relative;background:#141414}.tvLayout__darkBg::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.tvLayout__darkBg::before{width:150vw}}.tvLayout__darkBg--noSlider{margin-bottom:20px}.tvLayout__darkBg--noSlider .component{margin:0}.tvLayout__darkBg .heading{color:#fff}.tvLayout__header{display:flex}.tvLayout .videoTopbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:-15px}.main{position:relative;margin-bottom:-20px;padding-bottom:20px;background:#eee}.main::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.main::before{width:150vw}}.more a:any-link,.more button{background:#eee}@media screen and (max-width: 1100px){.tvLayout{flex-direction:column}.tvLayout__main,.tvLayout__sidebar{width:100%}.tvLayout__player{margin-right:-10px;margin-left:-10px}.tvLayout__darkBg{margin:0 -10px;padding:0 10px}.tvLayout__darkBg--noSlider{margin-bottom:20px;padding-bottom:10px}.tvLayout__header{flex-direction:column-reverse}}@media screen and (min-width: 769px)and (max-width: 1100px){.main__content{padding:0 10px}}@media screen and (max-width: 768px){.main{padding-top:0}}.searchBox{display:flex;gap:15px;align-items:flex-start;justify-content:flex-end;padding:10px 0;background:#141414}.searchBox__form{position:relative;display:flex;flex:1;flex-direction:column;gap:10px}.searchBox__input{position:relative;display:flex}.searchBox__input .fieldset{flex:1;margin:0}.searchBox__input .fieldset input{font-size:14px !important}.searchBox__input .button--third{width:45px;padding:0 10px;color:#2f6eb6;background:#fff}.searchBox__input .button--third .trm-search{font-size:24px}.searchBox__input .trm-calendar{position:absolute;top:12px;right:10px;color:#2f6eb6;font-size:16px;pointer-events:none}.searchBox__extra{display:flex;gap:10px}.searchBox__extra div{flex:1;padding:0}.searchBox__extra .button{padding:0 10px}.searchBox__more{align-self:flex-end;justify-content:flex-start;width:58px;line-height:40px}.searchBox__more,.searchBox__more:hover{color:#fff}.searchBox__more .trm{margin-left:5px;font-size:6px}.searchBox__more--expanded .trm{transform:rotate(180deg)}.searchBox__send{gap:10px;text-transform:uppercase}.searchBox__send span{font-weight:normal;font-size:27px;transform:translateY(-2px)}.autoComplete_wrapper{width:100%}[id^=autoComplete_list]{width:296px}@media screen and (max-width: 768px){.searchBox{padding-bottom:0}.searchBoxWrapper{display:none}.searchBox__send,.searchBox__extra,.searchBox__more{display:none !important}[id^=autoComplete_list]{width:calc(100vw - 20px)}}.navTv{display:flex;gap:10px;padding:14px 0 13px;background:#141414}.navTv__item .pill{color:#fff}.navTv__item--more{display:none}.navTv__item--arrow .pill{display:block;width:33px;height:33px;margin-right:10px;padding:0;font-size:0;text-align:center;cursor:pointer}.navTv__item--arrow .pill .trm::before{font-size:11px}.navTv__item--arrowExpanded .trm{transform:rotate(180deg)}.navTv__item:first-child{display:none}.navTv__showSearch{display:flex;align-items:center;padding:0 10px;color:#fff;font-size:24px;line-height:1;background:none;border:none}@media screen and (max-width: 768px){.navTv{margin:0 -10px;padding:0 10px;overflow-x:auto}.navTv::-webkit-scrollbar{display:none}.navTv__item--more{display:flex !important}.navTv__item--arrow{display:none}.navTv__item:first-child{display:flex}.navTvWrapper{margin-top:10px !important}}@media(min-width: 769px){.navTvWrapper{display:flex !important}}.short{position:relative}.short__arrows{position:absolute;top:50%;left:calc((100dvh - 70px)/16*9/2 + 50% + 100px);display:flex;flex-direction:column;gap:10px;transform:translateY(-50%)}@media screen and (max-width: 768px){.short__arrows{display:none}}.short__arrow{all:unset}.short__arrow{display:flex;align-items:center;justify-content:center;width:35px;height:35px;color:#959595;font-size:8px;background:#d7d7d7;border-radius:50%;cursor:pointer}.shortSlider{display:flex;flex-direction:column;gap:20px;max-width:100vw;height:100dvh;overflow:auto;scroll-snap-type:block mandatory;scroll-snap-stop:always;scrollbar-width:none;margin-inline:-100px;transition:height .2s ease}@media screen and (max-width: 768px){.shortSlider{gap:0;margin-inline:-10px}}.shortSliderItem{position:relative;display:flex;flex-shrink:0;align-items:flex-end;justify-content:center;height:calc(100dvh - 70px);scroll-snap-type:block mandatory;scroll-snap-align:start;scroll-snap-stop:always;transition:height .2s ease}@media screen and (max-width: 768px){.shortSliderItem{height:inherit}}.shortSliderItem__container{position:relative;width:calc((100dvh - 70px)/16*9);margin-left:110px;background:#141414;aspect-ratio:9/16}@media screen and (max-width: 768px){.shortSliderItem__container{width:100%;height:100%;aspect-ratio:auto;margin:0}}.shortSliderItem__video{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;margin-inline:auto}.shortSliderItem__content{position:absolute;display:flex;flex-direction:column;gap:15px;padding:15px;color:#fff;inset:auto 0 0 0;background-image:linear-gradient(to bottom, transparent 0%, transparent 0%, var(--colorBackdrop) 100%)}.shortSliderItem__more{display:flex;gap:5px;align-items:center;align-self:center;padding:8px 20px;color:inherit;font-size:14px;background:rgba(0,0,0,.6);border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shortSliderItem__more:hover{text-decoration:none}.shortSliderItem__title{font-weight:500;font-size:18px}.shortSliderItem__title a{color:inherit}@media screen and (max-width: 768px){.shortSliderItem__title{padding-right:60px}}.shortSliderItem::after{position:absolute;width:60px;height:60px;background:rgba(0,0,0,.6) url("/_img/video.js/new/pause.svg") center/24px no-repeat;border-radius:50%;transform:translate(-50%, -50%);opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .2s ease;content:"";pointer-events:none;inset:50% auto auto 50%}.shortSliderItem--paused::after{opacity:1}.shortSliderItem__progress{position:absolute;inset:auto auto 0 0;height:5px;background:#2f6eb6}.shortSliderItem__mute{all:unset}.shortSliderItem__mute{position:absolute;display:flex;align-items:center;justify-content:center;width:35px;background:rgba(0,0,0,.6);border-radius:50%;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);inset:15px auto auto 15px;aspect-ratio:1}.shortSliderItem__mute img{height:20px}.shortSliderItem__mute img[src*="volume-mute.svg"]{display:none}.shortSliderItem--muted .shortSliderItem__mute img[src*="volume-mute.svg"]{display:block}.shortSliderItem--muted .shortSliderItem__mute img[src*="volume.svg"]{display:none}.shortSliderItem__options{display:flex;flex-direction:column;width:100px}@media screen and (max-width: 768px){.shortSliderItem__options{position:absolute;inset:auto 0 0 auto;width:auto}.shortSliderItem__options .reactions__added{translate:calc(-50% - 20px)}.shortSliderItem__options .reactions__added::before{inset:auto auto -19px calc(50% + 30px)}}.shortSliderItem__button{all:unset}.shortSliderItem__button{display:flex;flex-direction:column;padding:10px;color:#959595;font-size:11px;cursor:pointer}@media screen and (max-width: 768px){.shortSliderItem__button{text-align:right}}.shortSliderItem__button:hover{text-decoration:none}.shortSliderItem__button strong{color:#363636;font-weight:600;font-size:14px}.shortSliderItem__button>.trm,.shortSliderItem__button .shareTooltip__button .trm{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:35px;height:35px;margin-bottom:5px;color:#2f6eb6;font-size:17px;background:#fff;border-radius:50%}@media screen and (max-width: 768px){.shortSliderItem__button>.trm,.shortSliderItem__button .shareTooltip__button .trm{width:40px;height:40px;color:#fff;font-size:20px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shortSliderItem__button>.trm.trm-share,.shortSliderItem__button .shareTooltip__button .trm.trm-share{padding-right:2px}}.shortSliderItem__button>.trm img,.shortSliderItem__button .shareTooltip__button .trm img{width:24px}@media screen and (max-width: 768px){.shortSliderItem__button{align-items:flex-end;color:#fff}.shortSliderItem__button strong{color:inherit}}.shortSliderItem__opinions{position:fixed;z-index:9999;display:flex;flex-direction:column;max-width:100vw;background:var(--colorMainBg);border-radius:20px 20px 0 0;transition:top .2s ease;inset:100% 0 0 0}@media(min-width: 769px){.shortSliderItem__opinions{max-width:900px;margin-inline:auto}}.shortSliderItem__opinions--open{top:20%;box-shadow:0 0 0 10000px rgba(0,0,0,.6)}.shortSliderItem__opinions--open:has(input[type=text]:focus),.shortSliderItem__opinions--open:has(textarea:focus){top:0}@media screen and (max-width: 768px){.shortSliderItem__opinionsHandle{padding:20px 30% 0}.shortSliderItem__opinionsHandle::before{display:block;height:10px;background:rgba(0,0,0,.6);border-radius:5px;content:""}}.shortSliderItem__opinionsClose{all:unset}.shortSliderItem__opinionsClose{position:absolute;z-index:1;padding:15px;font-size:20px;cursor:pointer;inset:0 0 auto auto}@media(min-width: 769px){.shortSliderItem__opinionsClose{padding-top:23px}}.shortSliderItem__opinionsClose .trm{display:flex}.shortSliderItem__opinionsContent{display:flex;flex:1;flex-direction:column;padding:0 var(--space-responsive) var(--space-responsive);overflow:auto}@media(min-width: 769px){.shortSliderItem__opinionsContent .Opinions__add,.shortSliderItem__opinionsContent .Opinions__options{margin-right:30px}}.shortSliderItem__opinionsContent .trm-loader{color:#2f6eb6;font-size:50px;animation:spin 1s infinite linear;align-self:center;align-self:center;margin-block:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.shortSliderItem__opinionsContent>.heading{margin-top:20px}.shortSliderItem .reactions{flex-direction:column;padding:10px}.shortSliderItem .reactions__selector{translate:none !important;inset:auto auto 60px -7px !important}.shortSliderItem .reactions__visible{flex-direction:column}.shortSliderItem .reactions__add{flex-direction:column;align-items:flex-start;height:auto}.shortSliderItem .reactions__add img{box-sizing:border-box;width:35px;height:35px;padding:5px;background:#fff;border-radius:50%;overflow-clip-margin:border-box}.shortSliderItem .reactions__add::after{color:#959595;font-size:11px;content:"Reakcje"}.shortSliderItem .reactions__button{width:50px;height:35px;padding:0;font-size:14px;background:#fff}.shortSliderItem .reactions__button:not(.reactions__button--active){border:none}@media screen and (max-width: 768px){.shortSliderItem .reactions{align-items:flex-end}.shortSliderItem .reactions__selector{inset:auto 0 60px auto !important;transform-origin:290px bottom !important}.shortSliderItem .reactions__add{align-items:flex-end}.shortSliderItem .reactions__add img{width:40px;height:40px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shortSliderItem .reactions__add img.darkHidden{display:none}.shortSliderItem .reactions__add img.lightHidden{display:inline !important}.shortSliderItem .reactions__add::after{color:#fff}.shortSliderItem .reactions__button{color:#fff !important;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shortSliderItem .reactions__button--active{border-color:#fff}}.short .shareTooltip__box{inset:auto 15px 50px auto}html:has(.shortSlider){overscroll-behavior:none;-webkit-overflow-scrolling:auto}body:has(.shortSlider){overscroll-behavior:none;-webkit-overflow-scrolling:auto}body:has(.shortSlider) header.header,body:has(.shortSlider) .tvLayout__darkBg{position:fixed;transform:translateY(0);transition:transform .2s ease}body:has(.shortSlider) header.header.hidden,body:has(.shortSlider) .tvLayout__darkBg.hidden{transform:translateY(-200px)}body:has(.shortSlider) .tvLayout__darkBg{top:76px;z-index:1}body:has(.shortSlider) #footer{display:none}body:has(.shortSlider) .main{padding-bottom:0 !important}@media screen and (max-width: 768px){body:has(.shortSlider) .main{max-width:100vw;overflow:hidden}body:has(.shortSlider) .tvLayout__darkBg{top:54px;width:100vw;margin-bottom:0;overflow:hidden}body:has(.shortSlider) header.header{width:100vw}}.videoShowcase{display:flex;gap:10px;height:auto}.videoShowcase--sliderDesktop{gap:0}.videoShowcase:not(.swiper-wrapper){flex-wrap:wrap}.videoShowcase__loader{text-align:center}.videoShowcase__loader .trm{color:#2f6eb6;font-size:50px;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.videoShowcase .videoInfo__author{display:block}.videoShowcaseSlider{width:100%}.videoShowcaseSlider .swiper-pagination{position:static;display:none;margin-top:15px;font-size:0}.videoShowcaseSlider .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px !important;background:rgba(0,0,0,0);border:1px solid #2f6eb6;opacity:1}.videoShowcaseSlider .swiper-pagination-bullet-active{background:#2f6eb6}.videoShowcaseSlider [class^=swiper-button-]{top:110px;display:none;background:rgba(47,110,182,.8)}.videoShowcase--sliderDesktop~[class^=swiper-button-]{display:flex}.videoShowcaseWrapper--big .videoShowcaseSlider{position:relative}.videoShowcaseWrapper--big .videoShowcaseSlider::before,.videoShowcaseWrapper--big .videoShowcaseSlider::after{position:absolute;top:0;bottom:0;z-index:9;width:268px;content:"";pointer-events:none}.videoShowcaseWrapper--big .videoShowcaseSlider::before{left:0;background:linear-gradient(to right, #141414, transparent)}.videoShowcaseWrapper--big .videoShowcaseSlider::after{right:0;background:linear-gradient(to left, #141414, transparent)}.videoShowcaseWrapper--big [class^=swiper-button-]{top:166px}.videoShowcaseWrapper--big .swiper-pagination{display:block;margin:20px 0}.videoShowcaseWrapper--dark{position:relative;padding:20px 0 10px;background:#141414}.videoShowcaseWrapper--dark::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.videoShowcaseWrapper--dark::before{width:150vw}}.videoShowcaseWrapper--dark .heading,.videoShowcaseWrapper--dark .heading a{color:#fff}.tvLayout__main .videoShowcaseWrapper--dark{padding-right:20px;padding-left:20px;overflow:hidden}.tvLayout__main .videoShowcaseWrapper--dark .headingTabs{width:calc(100% - 240px)}@media screen and (min-width: 769px)and (max-width: 1100px){.videoShowcaseWrapper--dark{width:auto;margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px}.videoShowcaseWrapper--dark .videoItem:nth-child(4)~.videoItem{display:none}}.videoShowcaseWrapper__button{width:340px;margin:20px auto 0;text-transform:uppercase}.videoShowcaseWrapper__button .trm{margin:2px 0 0 5px;font-size:12px}.videoShowcaseWrapper .headingTabs{position:absolute;top:17px;left:220px;width:calc(100% - 220px)}.videoShowcaseWrapper--grid .videoShowcaseSlider{overflow:visible}.showTitle{align-items:center;padding:0;border:none}.showTitle::before{display:none}.showTitle a{display:flex;align-items:center}.showTitle__img{margin-right:10px;padding-right:10px;border-right:2px solid #d7d7d7}@media screen and (max-width: 768px){.videoShowcase{display:flex}.videoShowcase.swiper-wrapper{gap:0}.videoShowcase:not(.swiper-wrapper){flex-direction:column;margin:0 -10px}.videoShowcaseWrapper--big{filter:none}.videoShowcaseWrapper--big .videoShowcaseSlider::before,.videoShowcaseWrapper--big .videoShowcaseSlider::after{display:none}.videoShowcaseWrapper--big .swiper-pagination{margin:15px 0 5px}.videoShowcaseWrapper--slider{width:auto;margin-right:-10px;margin-left:-10px;padding:10px;overflow:hidden}.videoShowcaseWrapper--dark{width:auto;margin-right:-10px;margin-left:-10px;padding-right:10px !important;padding-left:10px !important}.videoShowcaseWrapper--dark .videoShowcase{flex-direction:row;margin:0}.videoShowcaseWrapper__button{width:100%}.videoShowcaseWrapper .headingTabs{position:static;width:100% !important}.videoShowcaseSlider{overflow:visible}.videoShowcaseSlider .swiper-pagination{display:block}.videoShowcaseSlider [class^=swiper-button-]{display:none}}@media screen and (max-width: 1100px){.tvLayout__main .videoShowcaseWrapper{display:none}}.videoItem{width:calc(33.33% - 6.66px);height:auto}.tvLayout__main .videoItem{width:calc(50% - 5px)}.videoItem--fullwidth{width:100%}.videoItem__thumb{position:relative;display:block}.videoItem__img{display:block;width:100%;height:100%;object-fit:cover;width:100%;height:220px}.videoItem__tags{position:absolute;inset:10px auto auto 10px}.videoItem__duration{text-shadow:1px 1px 0px var(--colorBackdrop);position:absolute;right:10px;bottom:10px;z-index:1;padding:2px 7px;color:#fff;font-size:14px;background:var(--colorBackdrop);border-radius:5px}.videoItem .videoInfo{padding:10px}.videoItem .videoInfo__data .trm{display:none}.videoItem--small{flex:1}.videoItem--small .videoItem__img{height:110px}.videoItem--small .videoInfo{padding:10px 0}.videoShowcaseWrapper--dark .videoItem--small .videoInfo{color:#959595}.videoItem--small .videoInfo__title{font-size:16px}.videoShowcaseWrapper--dark .videoItem--small .videoInfo__title a{color:#fff}.videoItem--small .videoPreview__icon{top:0;right:0;transform:rotateY(-180deg) rotateZ(-90deg) scale(0.6)}.videoItem--boxed{position:relative}.videoItem--boxed .videoItem__img{height:333px}.videoItem--boxed .videoInfo{position:absolute;right:0;bottom:0;left:0;padding:14% 60px 15px 15px;color:#d7d7d7;background-image:linear-gradient(to bottom, transparent 0%, transparent 0%, var(--colorBackdrop) 100%);pointer-events:none}.videoItem--boxed .videoInfo__title{text-shadow:1px 1px 0px var(--colorBackdrop)}.videoItem--boxed .videoInfo__title a{color:#fff}@media screen and (max-width: 768px){.videoItem{flex:none}.videoItem:not(.videoItem--small),.tvLayout__main .videoItem:not(.videoItem--small){width:100%}.videoShowcaseWrapper--slider .videoItem{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);padding:0}.videoItem__img,.videoItem .videoPreview__video{height:61vw !important}.videoItem--small{width:calc(50% - 5px)}.videoItem--small .videoItem__img,.videoItem--small .videoPreview__video{height:27vw !important}.videoItem--small .videoInfo{font-size:12px}.videoItem--small .videoInfo__title{font-size:14px}}@media(min-width: 769px){.videoItem--horizontal{display:flex;flex:none;gap:10px;align-items:flex-start}.videoItem--horizontal .videoItem__thumb{flex-shrink:0;width:160px}.videoItem--horizontal .videoItem__thumb img,.videoItem--horizontal .videoItem__thumb video{height:90px}.videoItem--horizontal .videoInfo{padding:0}.videoItem--horizontal .videoInfo__title{font-size:16px}.videoItem--horizontal .videoInfo__tags{display:none}.videoItem--horizontal .videoPreview__icon{top:0;right:0;transform:rotateY(-180deg) rotateZ(-90deg) scale(0.6)}}.videoInfo{font-size:14px}.videoInfo__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:5px;font-size:18px}.videoItem--boxed .videoInfo__title{margin:0}.videoInfo__data{margin-right:5px;white-space:nowrap}.videoInfo__data .trm{font-size:11px;opacity:.6}.videoInfo__tags{margin-top:10px}.videoInfo__tags:empty{display:none}.videoInfo__tags .pill{margin-bottom:3px;text-transform:lowercase}.videoInfo__desc{margin-top:10px}.videoInfo__desc--short{display:none}.videoInfo__showAll{display:none;margin-top:3px;padding:0;color:#2f6eb6;font-size:inherit;font-family:inherit;background:none;border:none}.videoInfo__age{display:inline-block;width:18px;margin:0 3px 0 0;transform:translateY(3px)}@media screen and (max-width: 768px){.videoInfo__author{display:block}.videoInfo__desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@media(min-width: 769px){.videoInfo__desc{display:block !important}.videoInfo__showAll{display:none !important}}.gallery .slick-arrow:before{background:var(--serviceColor)}.gallery .slick-arrow:hover:before{background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}.gallery__counter{background:var(--serviceColor)}@media screen and (max-width: 768px){.gallery .slick-dots li.slick-active button{background:var(--serviceColor);border-color:var(--serviceColor)}}.button--services{background:var(--serviceColor)}.button--services:hover{background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}.button--services.button--white{color:var(--serviceColor);border-color:var(--serviceColor)}.button--services.button--white:hover{color:#fff}.most-read ul.list li span.iteration{background:var(--serviceColor)}.article-content .ogl-news__item__price{background:var(--serviceColor)}.article-content .ogl-news__more a,.article-content .ogl-news__more a:visited{color:var(--serviceColor);border:1px solid var(--serviceColor)}.quizButtons__submit{background:var(--serviceColor)}.developer__phone i{color:var(--serviceColor)}.developer__email i{color:var(--serviceColor)}.searchInvestment{background:var(--serviceColor)}.oglCrosslinkItem__price{background:var(--serviceColor)}.information__item:before{background:var(--serviceColor)}.Opinions__add,.Opinions__button{background:var(--serviceColor)}.Opinions__add:hover,.Opinions__button:hover{text-decoration:none;background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}
