.form-control,.form-select{display:block;width:100%;height:50px;font-family:"SimplerProH-Bold",sans-serif;font-size:16px;line-height:1;border:1px solid transparent;background-color:#ECEDF1;color:#2C2B2E;padding:17px 16px;margin:0;box-shadow:none;border-radius:5px;-webkit-appearance:none;transition:all 0.3s;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:#6E6E6E;opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:#6E6E6E;}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:#6E6E6E;}@media (min-width:992px){.form-control,.form-select{height:60px;font-size:20px;padding:14px 19px 13px;background-color:#ffffff;border-radius:0;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:rgba(44,43,46,0.5);opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:rgba(44,43,46,0.5);}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:rgba(44,43,46,0.5);}}@media (min-width:1400px){.form-control,.form-select{height:47px;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:rgba(112,117,122,0.6);opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:rgba(112,117,122,0.6);}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:rgba(112,117,122,0.6);}}.form-control:focus,.form-control:focus-visible,.form-select:focus,.form-select:focus-visible{border-color:transparent;box-shadow:0 0 0 0.0625rem #707070;outline:none;}.form .btn{width:100%;border-radius:5px;}@media (min-width:992px){.form .btn{border-radius:0;}}.form-label{display:block;color:#6E6E6E;font-size:14px;line-height:1;margin-bottom:4px;}@media (min-width:992px){.form-label{font-size:18px;color:#777777;margin-bottom:7px;}}@media (min-width:1400px){.form-label{font-family:"SimplerProH-Bold",sans-serif;font-size:16px;color:#70757A;margin-bottom:5px;}}.form-group{margin-bottom:13px;}.form-group + .form-group .form-label{margin-top:19px;}@media (min-width:992px){.form-group + .form-group .form-label{margin-top:0;}}.form-check{width:100%;position:relative;padding-right:0;padding-left:0;}@media (min-width:768px){.form-check{width:auto;}}.form-check-label{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;align-items:center;min-width:75px;font-size:14px;line-height:1;text-align:center;background-color:#ffffff;border:1px solid #2C2B2E;border-radius:28px;padding:4px 13px;cursor:pointer;position:relative;transition:background-color 0.3s ease-in,color 0.5s ease-in;}@media (min-width:992px){.form-check-label{height:33px;}}.form-check-label:hover{background-color:#F9F9F9;}.form-check-input{appearance:none;position:absolute;left:0;cursor:pointer;height:1px;width:1px;opacity:0;z-index:-1;}.form-check-input:checked + .form-check-label{color:#ffffff;background-color:#2C2B2E;}.form-check-input:focus-visible + .form-check-label{outline:1.5px solid #000000;outline-offset:3px;box-shadow:0 0 0 0.0625rem #ffffff;}input[type=search]::-webkit-search-cancel-button{width:9px;height:9px;background:url("/images/icon-clear.svg") no-repeat center/contain;-webkit-appearance:none;cursor:pointer;}@media (min-width:1400px){input[type=search]::-webkit-search-cancel-button{width:12px;height:12px;}}.form-search{width:100%;}.form-search .form-group{position:relative;}.form-search .form-control{width:100%;height:33px;font-family:"SimplerProH-Regular",sans-serif;border:1px solid rgba(84,84,84,0.5);border-radius:0;background-color:#ffffff;padding-top:9px;padding-bottom:8px;padding-right:30px;}.form-search .form-control::-moz-placeholder{color:#545454;opacity:1;}.form-search .form-control:-ms-input-placeholder{color:#545454;}.form-search .form-control::-webkit-input-placeholder{color:#545454;}@media (min-width:992px){.form-search .form-control{font-size:18px;text-align:initial;border-color:rgba(84,84,84,0.25);padding-right:32px;}}@media (min-width:1400px){.form-search .form-control{height:36px;border-color:rgba(84,84,84,0.5);}}.form-search .icon-search{position:absolute;top:11px;right:8px;display:inline-block;width:12px;height:13px;background:url("/images/icon-search-gray.svg") 0 0 no-repeat;background-size:contain;}@media (min-width:992px){.form-search .icon-search{width:15px;height:15px;}}@media (min-width:992px){.form-inline{display:flex;align-items:flex-end;margin:0 -6px;}}@media (min-width:992px){.form-inline .form-group{margin-right:6px;margin-left:6px;}}.form-row{display:flex;margin-right:-6px;margin-left:-6px;}@media (min-width:992px){.form-row{margin-right:-7.5px;margin-left:-7.5px;}}.form-row .form-check{margin-right:6px;margin-left:6px;}@media (min-width:992px){.form-row .form-check{margin-right:7.5px;margin-left:7.5px;}}.form-primary .form-check-label{min-height:30px;font-size:16px;border-color:#F3F3F3;background-color:#F3F3F3;border-radius:16px;transition:background-color 0.4s,color 0.3s;}.form-primary .form-check-label:hover{color:#2C67F2;background-color:#E0E0E0;}.form-primary .form-check-input:checked + .form-check-label{background-color:#2C67F2;border-color:#2C67F2;}.form-secondary .form-check-label{color:#3D3D3D;background-color:#F3F3F3;border-color:#F3F3F3;}@media (min-width:1400px){.form-secondary .form-check-label:hover{color:#3D3D3D;background-color:#E0E0E0;border-color:#E0E0E0;}}.form-secondary .form-check-input:checked + .form-check-label{color:#ffffff;background-color:#212121;border-color:#212121;}.form-overflow{padding-top:19px;padding-bottom:19px;margin:0 -16px;overflow:hidden;}@media (min-width:992px){.form-overflow{margin:0;}}.form-overflow .form-row{padding:0 16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;}.form-overflow .form-row::-webkit-scrollbar{display:none;}@media (min-width:992px){.form-overflow .form-row{flex-wrap:wrap;justify-content:center;row-gap:30px;padding:0;}}@media (min-width:992px){.form-overflow .form-primary .form-check-label{min-width:128px;}}.select2-container{width:100% !important;}.select2-container.select2-container--focus{box-shadow:0 0 0 0.0625rem #707070;outline-width:0px !important;outline:none;}.select2-container--open{box-shadow:0px 3px 6px rgba(0,0,0,0.16);}.select2-container--open .select2-dropdown--below{box-shadow:0px 3px 6px -1px rgba(0,0,0,0.16);}.select2-container--default .select2-selection--single{border-radius:5px;}@media (min-width:992px){.select2-container--default .select2-selection--single{border-radius:0;}}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;left:16px !important;transform:translateY(-50%);width:16px;height:10px;background:url("/images/arrow-down.svg") 0 0 no-repeat;background-size:contain;}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none;}.select2-container--default .select2-selection--single .select2-selection__clear{height:100%;margin-top:2px;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2C2B2E;}.select2-container--default .select2-results__option--selected{font-family:"SimplerProH-Bold",sans-serif;background-color:transparent;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{transform:rotate(180deg) translateY(-50%);transform-origin:top;}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{font-family:"SimplerProH-Bold",sans-serif;background-color:transparent;color:inherit;}.select2-container .select2-selection--single{height:50px;font-family:"SimplerProH-Bold",sans-serif;font-size:16px;line-height:1;border:1px solid transparent;background-color:#ECEDF1;color:#2C2B2E;}.select2-container .select2-selection--single::-moz-placeholder{color:#6E6E6E;opacity:1;}.select2-container .select2-selection--single:-ms-input-placeholder{color:#6E6E6E;}.select2-container .select2-selection--single::-webkit-input-placeholder{color:#6E6E6E;}@media (min-width:992px){.select2-container .select2-selection--single{height:60px;font-size:20px;background-color:#ffffff;border-color:#ffffff;}}@media (min-width:1400px){.select2-container .select2-selection--single{height:47px;}}.select2-container .select2-selection--single .select2-selection__rendered{line-height:50px;}@media (min-width:992px){.select2-container .select2-selection--single .select2-selection__rendered{line-height:60px;}}@media (min-width:1400px){.select2-container .select2-selection--single .select2-selection__rendered{line-height:47px;}}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{margin-left:31px;margin-right:5px;}.select2-dropdown{border:0;}.select2-results__options{padding-top:7px;border-top:2px solid #F0F0F0;margin:0 15px;}.select2-results__option{padding:7px 0;}.select2 > *:focus,.select2:focus .select2 > *,.select2{outline-width:0px !important;}.select2-container *:focus{outline:none;}.filters-form .select2-container .select2-selection--single .select2-selection__rendered{padding-right:16px;padding-left:40px;}.page-wrapper legend{float:inherit;}
.banner-secondary{color:#ffffff;background-image:url("/images/top-bg-radio-channel-mob.png");background-repeat:no-repeat;background-size:cover;background-position:0 0;}.banner-secondary .title-elem{padding-right:0;}.banner-secondary .title-elem:after{background-color:transparent;}@media (min-width:992px){.banner-secondary .title-elem:after{width:4px;height:100%;right:-12px;background-color:#ffffff;}}.banner-secondary .block-logo-inner{height:100%;display:inline-flex;justify-content:center;}@media (min-width:992px){.banner-secondary .block-logo-inner{flex-direction:column;justify-content:space-between;}}@media (min-width:992px){.banner-secondary .block-logo .logo-channel{text-align:center;}}@media (min-width:992px){.banner-secondary .block-logo .channel-social-links{display:flex;}}.banner-secondary .block-logo .channel-social-links .share .share-link{padding:0 8px;}.banner-secondary .block-logo .channel-social-links .share .share-link .img-fluid{max-height:18px;}@media (min-width:992px){.banner-secondary .block-logo .socials-list-link img,.banner-secondary .block-logo .socials-list-link svg{max-height:15px;}}@media (min-width:1400px){.banner-secondary .block-logo .socials-list-link img,.banner-secondary .block-logo .socials-list-link svg{max-height:17px;}}.banner-channel{font-size:14px;position:relative;min-height:371px;}@media (min-width:992px){.banner-channel{min-height:300px;display:flex;flex-direction:column;}}@media (min-width:1400px){.banner-channel{font-size:16px;}}.banner-channel .picture-bg{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;}.banner-channel .picture-bg img{width:100%;object-fit:cover;}@media (min-width:992px){.banner-channel .wrapper{padding-right:138px;}}@media (min-width:1400px){.banner-channel .wrapper{padding-right:0;}}.banner-channel-top{padding-top:17px;padding-bottom:10px;position:relative;}@media (min-width:992px){.banner-channel-top{flex-grow:1;padding-top:54px;}}@media (min-width:1400px){.banner-channel-top{padding-top:70px;}}.banner-channel-top .wrapper{text-align:center;}@media (min-width:992px){.banner-channel-top .wrapper{display:flex;text-align:initial;}}.banner-channel-top .block-logo{margin-bottom:27px;}@media (min-width:992px){.banner-channel-top .block-logo{width:22%;margin-bottom:0;}}@media (min-width:1400px){.banner-channel-top .block-logo{width:15.3%;margin-bottom:15px;}}.banner-channel-top .block-info{margin-bottom:10px;}@media (min-width:992px){.banner-channel-top .block-info{margin-bottom:0;order:1;}}@media (min-width:992px){.banner-channel-top .block-info .info{display:flex;flex-direction:column-reverse;}}.banner-channel-top .block-info .info-text{font-size:15px;white-space:pre-line;margin-bottom:2px;}@media (min-width:992px){.banner-channel-top .block-info .info-text{font-size:16px;margin-bottom:0;}}@media (min-width:1400px){.banner-channel-top .block-info .info-text{font-size:20px;}}.banner-channel-top .block-info .info-time{font-size:13px;font-family:var(--theme-bold-fonts);}@media (min-width:992px){.banner-channel-top .block-play{width:15%;}}@media (min-width:1400px){.banner-channel-top .block-play{width:12.8%;}}.banner-channel-top .logo-play{cursor:pointer;border-radius:50%;}.banner-channel-top .logo-play .channel-header-play-btn{position:absolute;width:100%;height:100%;z-index:2;}@media (min-width:992px){.banner-channel-top .logo-play{margin-left:26px;}}.banner-channel-top .logo-play .card-media{width:100px;height:100px;padding:5px;}@media (min-width:992px){.banner-channel-top .logo-play .card-media{width:100px;height:100px;}}@media (min-width:1400px){.banner-channel-top .logo-play .card-media{width:130px;height:130px;}}.banner-channel-top .title-elem{font-size:15px;}@media (min-width:992px){.banner-channel-top .title-elem{font-size:22px;margin-bottom:6px;}}@media (min-width:1400px){.banner-channel-top .title-elem{font-size:26px;}}.banner-channel-top .list-mob{display:flex;position:absolute;bottom:3px;left:20px;margin-right:-10px;margin-left:-10px;}.banner-channel-top .list-mob li{margin-right:10px;margin-left:10px;}.banner-channel-bottom{min-height:60px;padding-top:7px;padding-bottom:6px;}@media (min-width:1400px){.banner-channel-bottom{min-height:68px;padding-top:6px;padding-bottom:5px;}}@media (min-width:1400px){.banner-channel-bottom .wrapper{min-height:57px;}}.banner-channel-bottom .progrm-list > li{width:125px;margin-left:6%;flex-shrink:0;}@media (min-width:992px){.banner-channel-bottom .progrm-list > li{display:flex;width:180px;margin-left:0;}}@media (min-width:1400px){.banner-channel-bottom .progrm-list > li{width:302px;}}@media (min-width:992px){.banner-channel-bottom .progrm-list > li + li:before{content:">";float:right;color:rgba(255,255,255,0.67);align-self:center;margin-right:5px;margin-left:36px;}}@media (min-width:992px) and (min-width:1400px){.banner-channel-bottom .progrm-list > li + li:before{margin-left:92px;}}.banner-channel-bottom .progrm-list .progrm-name{font-size:12px;}@media (min-width:1400px){.banner-channel-bottom .progrm-list .progrm-name{font-size:16px;}}.banner-channel-bottom .progrm-list .progrm-name p{margin-bottom:0;}@media (min-width:992px){.banner-channel-bottom .card-media,.banner-channel-bottom .calendar-link{display:block;color:#ffffff;}}.banner-channel-bottom .card-media .icon,.banner-channel-bottom .calendar-link .icon{vertical-align:middle;}@media (min-width:992px){.banner-channel-bottom .card-media{width:37%;font-size:12px;}}@media (min-width:1400px){.banner-channel-bottom .card-media{width:28.1%;}}.banner-channel-bottom .calendar-link{font-family:var(--theme-regular-fonts);font-size:15px;}@media (min-width:1400px){.banner-channel-bottom .calendar-link{font-size:16px;}}.banner-channel-bottom .calendar-link.with-arrow:after{color:#29ABE2;}.banner-channel-bottom .calendar-link .icon-calendar:before{margin-left:5px;}.banner-channel-bottom .calendar-link:hover{text-decoration:none;}.banner-channel .card-media .news-link{display:inline-flex;align-items:center;color:#ffffff;}@media (min-width:1400px){.banner-channel .card-media .news-link{font-size:18px;}}.banner-channel .card-media .news-link .icon-play{display:inline-flex;position:relative;bottom:0;right:0;width:27px;height:27px;background-color:#30bffc;margin-left:8px;transition:background-color 0.3s;}@media (min-width:1400px){.banner-channel .card-media .news-link .icon-play{width:32px;height:32px;}}.banner-channel .card-media .news-link:hover{text-decoration:none;}.banner-channel .card-media .news-link:hover .icon-play{background-color:rgba(48,191,252,0.8);}.banner-channel .card-link-wrap{text-align:center;background-color:#F3F3F3;padding-top:8px;padding-bottom:8px;}.banner-channel .card-link-wrap .news-link{color:#000000;}@media (min-width:1280px){.radio-channel .banner-channel .wrapper,.reka-channel .banner-channel .wrapper{margin-right:229px;}}@media (min-width:1400px){.radio-channel .banner-channel .wrapper,.reka-channel .banner-channel .wrapper{max-width:1044px;}}@media (min-width:1600px){.radio-channel .banner-channel .wrapper,.reka-channel .banner-channel .wrapper{max-width:1079px;}}.radio-channel .banner-channel-top,.reka-channel .banner-channel-top{padding-top:40px;padding-bottom:0;z-index:1;}@media (min-width:992px){.radio-channel .banner-channel-top,.reka-channel .banner-channel-top{padding-top:83px;padding-bottom:24px;}}.radio-channel .banner-channel-top .block-logo,.reka-channel .banner-channel-top .block-logo{margin-bottom:12px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-logo,.reka-channel .banner-channel-top .block-logo{width:179px;flex-shrink:0;margin-bottom:0;}}.radio-channel .banner-channel-top .block-logo-inner,.reka-channel .banner-channel-top .block-logo-inner{flex-direction:column;}.radio-channel .banner-channel-top .block-logo .logo,.reka-channel .banner-channel-top .block-logo .logo{max-height:32px;display:flex;justify-content:center;margin-bottom:16px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-logo .logo,.reka-channel .banner-channel-top .block-logo .logo{max-width:110px;max-height:60px;margin:0 auto 22px;}}.radio-channel .banner-channel-top .block-logo .logo img,.reka-channel .banner-channel-top .block-logo .logo img{max-height:32px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-logo .logo img,.reka-channel .banner-channel-top .block-logo .logo img{max-height:60px;}}.radio-channel .banner-channel-top .block-logo .contact,.reka-channel .banner-channel-top .block-logo .contact{display:flex;justify-content:center;margin-bottom:0;}.radio-channel .banner-channel-top .block-logo .contact-link,.reka-channel .banner-channel-top .block-logo .contact-link{padding-right:6px;padding-left:6px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-logo .contact-link,.reka-channel .banner-channel-top .block-logo .contact-link{padding-right:8px;padding-left:8px;}}.radio-channel .banner-channel-top .block-logo .contact img,.radio-channel .banner-channel-top .block-logo .contact svg,.reka-channel .banner-channel-top .block-logo .contact img,.reka-channel .banner-channel-top .block-logo .contact svg{max-width:16px;max-height:14px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-logo .contact img,.radio-channel .banner-channel-top .block-logo .contact svg,.reka-channel .banner-channel-top .block-logo .contact img,.reka-channel .banner-channel-top .block-logo .contact svg{max-width:20px;max-height:17px;}}@media (min-width:992px){.radio-channel .banner-channel-top .block-info .h1,.reka-channel .banner-channel-top .block-info .h1{margin-bottom:0;}}.radio-channel .banner-channel-top .block-info .info-text,.reka-channel .banner-channel-top .block-info .info-text{font-size:17px;opacity:0.75;}.radio-channel .banner-channel-top .block-info .info-time,.reka-channel .banner-channel-top .block-info .info-time{color:var(--sub-class-progress-line-color);font-size:17px;color:#ffffff;padding-top:6px;margin-top:-1px;}@media (min-width:1400px){.radio-channel .banner-channel-top .block-info .info-time,.reka-channel .banner-channel-top .block-info .info-time{font-size:18px;}}.radio-channel .banner-channel-top .block-info .acr-desktop,.reka-channel .banner-channel-top .block-info .acr-desktop{display:none;}.radio-channel .banner-channel-top .block-info .acr-cloud-mobile,.reka-channel .banner-channel-top .block-info .acr-cloud-mobile{display:none;position:relative;}.radio-channel .banner-channel-top .block-info .now-playing,.reka-channel .banner-channel-top .block-info .now-playing{margin-top:8px;}.radio-channel .banner-channel-top .block-info .now-playing-text,.reka-channel .banner-channel-top .block-info .now-playing-text{font-size:18px;flex-shrink:0;color:var(--sub-class-progress-line-color);margin-left:9.5px;}.radio-channel .banner-channel-top .block-info .now-playing-content,.reka-channel .banner-channel-top .block-info .now-playing-content{width:30.36vw;max-width:583px;max-height:22px;white-space:nowrap;overflow:hidden;position:relative;text-overflow:clip;cursor:pointer;}.radio-channel .banner-channel-top .block-info .now-playing-content:hover,.reka-channel .banner-channel-top .block-info .now-playing-content:hover{max-width:583px;overflow:unset;white-space:normal;}.radio-channel .banner-channel-top .block-info .now-playing-content:hover .block-hidden,.reka-channel .banner-channel-top .block-info .now-playing-content:hover .block-hidden{display:block;color:#000000;background-color:#ffffff;padding:15px 8px;position:absolute;top:50%;right:0;transform:translateY(-50%);}.radio-channel .banner-channel-top .block-info .now-playing .block-hidden,.reka-channel .banner-channel-top .block-info .now-playing .block-hidden{display:none;}.radio-channel .banner-channel-top .block-info .now-playing .artist-name,.reka-channel .banner-channel-top .block-info .now-playing .artist-name{font-family:var(--theme-bold-fonts);}.radio-channel .banner-channel-top .block-info .now-playing .song-name,.radio-channel .banner-channel-top .block-info .now-playing .artist-name,.reka-channel .banner-channel-top .block-info .now-playing .song-name,.reka-channel .banner-channel-top .block-info .now-playing .artist-name{font-size:18px;}@media (min-width:1400px){.radio-channel .banner-channel-top .block-info .now-playing.text-ltr .song-name,.radio-channel .banner-channel-top .block-info .now-playing.text-ltr .artist-name,.reka-channel .banner-channel-top .block-info .now-playing.text-ltr .song-name,.reka-channel .banner-channel-top .block-info .now-playing.text-ltr .artist-name{font-size:16px;}}.radio-channel .banner-channel-top .block-play,.reka-channel .banner-channel-top .block-play{margin-bottom:-50px;}@media (min-width:992px){.radio-channel .banner-channel-top .block-play,.reka-channel .banner-channel-top .block-play{width:181px;flex-shrink:0;margin-top:-13px;margin-bottom:0;}}@media (min-width:1400px){.radio-channel .banner-channel-top .block-play,.reka-channel .banner-channel-top .block-play{width:211px;}}.radio-channel .banner-channel-top .logo-play .card-media,.reka-channel .banner-channel-top .logo-play .card-media{padding:3px;}.radio-channel .banner-channel-top .list-mob,.reka-channel .banner-channel-top .list-mob{bottom:54px;margin-left:-14px;}.radio-channel .banner-channel-bottom,.reka-channel .banner-channel-bottom{padding-top:48px;padding-bottom:16px;}@media (min-width:992px){.radio-channel .banner-channel-bottom,.reka-channel .banner-channel-bottom{padding-top:8px;padding-bottom:9px;}}.radio-channel .banner-channel-bottom .wrapper,.reka-channel .banner-channel-bottom .wrapper{flex-direction:column;}@media (min-width:992px){.radio-channel .banner-channel-bottom .wrapper,.reka-channel .banner-channel-bottom .wrapper{flex-direction:initial;align-items:initial;}}.radio-channel .banner-channel-bottom .wrapper.text-center .progrm-list,.reka-channel .banner-channel-bottom .wrapper.text-center .progrm-list{display:flex;justify-content:center;column-gap:6%;}.radio-channel .banner-channel-bottom .wrapper.text-center .progrm-list li,.reka-channel .banner-channel-bottom .wrapper.text-center .progrm-list li{margin-left:0;}@media (min-width:992px){.radio-channel .banner-channel-bottom .program-list,.radio-channel .banner-channel-bottom .calendar-link,.radio-channel .banner-channel-bottom .block-player,.reka-channel .banner-channel-bottom .program-list,.reka-channel .banner-channel-bottom .calendar-link,.reka-channel .banner-channel-bottom .block-player{display:flex;align-items:center;}}.radio-channel .banner-channel-bottom .progrm,.reka-channel .banner-channel-bottom .progrm{font-size:15px;opacity:0.75;margin-bottom:6px;}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm,.reka-channel .banner-channel-bottom .progrm{font-size:18px;opacity:0.8;margin-left:24px;margin-bottom:0;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-list,.reka-channel .banner-channel-bottom .progrm-list{flex-grow:1;margin-left:24px;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-list li,.reka-channel .banner-channel-bottom .progrm-list li{width:auto;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-list + .btn-link,.reka-channel .banner-channel-bottom .progrm-list + .btn-link{border-right:1px solid rgba(255,255,255,0.6);padding-right:10px;}}.radio-channel .banner-channel-bottom .progrm-name,.reka-channel .banner-channel-bottom .progrm-name{font-size:15px;}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-name,.reka-channel .banner-channel-bottom .progrm-name{font-size:18px;}}.radio-channel .banner-channel-bottom .progrm-title,.reka-channel .banner-channel-bottom .progrm-title{font-family:var(--theme-bold-fonts);color:var(--sub-class-progress-line-color);}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-title,.reka-channel .banner-channel-bottom .progrm-title{flex-shrink:0;margin-left:5px;opacity:0.8;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-time,.reka-channel .banner-channel-bottom .progrm-time{flex-shrink:0;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .progrm-header,.reka-channel .banner-channel-bottom .progrm-header{display:flex;}}.radio-channel .banner-channel-bottom .calendar-link,.reka-channel .banner-channel-bottom .calendar-link{font-family:var(--theme-regular-fonts);font-size:16px;color:#ffffff;text-align:end;margin-top:28px;margin-bottom:8px;}@media (min-width:992px){.radio-channel .banner-channel-bottom .calendar-link,.reka-channel .banner-channel-bottom .calendar-link{font-size:18px;margin-bottom:0;margin-right:auto;opacity:0.8;}}.radio-channel .banner-channel-bottom .block-player,.reka-channel .banner-channel-bottom .block-player{order:1;}@media (min-width:992px){.radio-channel .banner-channel-bottom .block-player,.reka-channel .banner-channel-bottom .block-player{width:348px;margin-left:16px;order:unset;}}@media (min-width:1400px){.radio-channel .banner-channel-bottom .block-player,.reka-channel .banner-channel-bottom .block-player{width:378px;}}@media (min-width:992px){.radio-channel .banner-channel-bottom .block-player:not(.d-none) + .progrm-list,.reka-channel .banner-channel-bottom .block-player:not(.d-none) + .progrm-list{padding-right:10px;border-right:1px solid rgba(255,255,255,0.6);}}.radio-channel .banner-channel-bottom .acr-cloud-mobile,.reka-channel .banner-channel-bottom .acr-cloud-mobile{display:none;position:relative;}.radio-channel .banner-channel-bottom .now-playing,.reka-channel .banner-channel-bottom .now-playing{text-align:center;margin-top:14px;}.radio-channel .banner-channel-bottom .now-playing-text,.reka-channel .banner-channel-bottom .now-playing-text{display:block;font-family:var(--theme-bold-fonts);color:var(--sub-class-progress-line-color);margin-bottom:4px;}.radio-channel .banner-channel-bottom .now-playing + .progrm-list,.reka-channel .banner-channel-bottom .now-playing + .progrm-list{border-top:1px solid rgba(255,255,255,0.25);padding-top:11px;margin-top:11px;}@media (min-width:992px){.radio-channel .banner-channel-bottom .now-playing + .progrm-list,.reka-channel .banner-channel-bottom .now-playing + .progrm-list{border-top:0;padding-top:0;margin-top:0;}}.radio-channel .banner-channel-bottom .now-playing .acr-collapse-btn,.reka-channel .banner-channel-bottom .now-playing .acr-collapse-btn{font-size:13px;opacity:0.65;display:none;}.radio-channel .banner-channel-bottom .acr-song-info .acr-song-content,.reka-channel .banner-channel-bottom .acr-song-info .acr-song-content{max-height:70px;overflow:hidden;}@media (min-width:992px){.radio-channel .banner-channel-bottom .acr-song-info .acr-song-content,.reka-channel .banner-channel-bottom .acr-song-info .acr-song-content{max-height:100%;overflow:visible;}}.radio-channel .banner-channel-bottom .acr-song-info .acr-read-less,.reka-channel .banner-channel-bottom .acr-song-info .acr-read-less{display:none;}.radio-channel .banner-channel-bottom .acr-song-info.open .acr-song-content,.reka-channel .banner-channel-bottom .acr-song-info.open .acr-song-content{max-height:100%;overflow:visible;}.radio-channel .banner-channel-bottom .acr-song-info.open .acr-read-less,.reka-channel .banner-channel-bottom .acr-song-info.open .acr-read-less{display:block;}.radio-channel .banner-channel-bottom .acr-song-info.open .acr-read-more,.reka-channel .banner-channel-bottom .acr-song-info.open .acr-read-more{display:none;}.radio-channel .banner-channel-social,.reka-channel .banner-channel-social{display:none;}@media (min-width:992px){.radio-channel .banner-channel-social,.reka-channel .banner-channel-social{position:relative;display:block;background-color:#ffffff;}}@media (min-width:992px){.radio-channel .banner-channel .socials,.reka-channel .banner-channel .socials{display:flex;justify-content:flex-end;padding-top:16px;padding-bottom:7px;}}@media (min-width:992px){.radio-channel .banner-channel .socials-list,.reka-channel .banner-channel .socials-list{margin-right:-12px;margin-left:-12px;}}.radio-channel .banner-channel .socials-list > li,.reka-channel .banner-channel .socials-list > li{display:flex;align-items:center;}@media (min-width:992px){.radio-channel .banner-channel .socials-list-link img,.radio-channel .banner-channel .socials-list-link svg,.reka-channel .banner-channel .socials-list-link img,.reka-channel .banner-channel .socials-list-link svg{max-width:21px;max-height:23px;}}.radio-channel .banner-channel .player-wrap,.reka-channel .banner-channel .player-wrap{background-color:#2A364C;padding:5px 12px;border-radius:20px;z-index:1;position:relative;}@media (min-width:992px){.radio-channel .banner-channel .player-wrap,.reka-channel .banner-channel .player-wrap{display:inline-flex !important;}}.radio-channel .banner-channel .player-wrap .vjs-modal-dialog.vjs-text-track-settings + wave,.reka-channel .banner-channel .player-wrap .vjs-modal-dialog.vjs-text-track-settings + wave{max-height:30px;}.radio-channel .banner-channel .player-wrap .logo,.reka-channel .banner-channel .player-wrap .logo{display:none;}.radio-channel .banner-channel .player-wrap-text,.radio-channel .banner-channel .player-wrap-hour,.reka-channel .banner-channel .player-wrap-text,.reka-channel .banner-channel .player-wrap-hour{font-size:18px;white-space:nowrap;margin-left:4px;}.radio-channel .banner-channel .player-wrap-audio .video-js,.reka-channel .banner-channel .player-wrap-audio .video-js{background:#2A364C !important;}.radio-channel .banner-channel .player-wrap .btn-play,.reka-channel .banner-channel .player-wrap .btn-play{width:24px;padding:4px 0;}.radio-channel .banner-channel .player-wrap .btn-play .icon-pause,.reka-channel .banner-channel .player-wrap .btn-play .icon-pause{display:none;}.radio-channel .banner-channel .player-wrap .btn-play.playing .icon-pause,.reka-channel .banner-channel .player-wrap .btn-play.playing .icon-pause{display:inline-block;}.radio-channel .banner-channel .player-wrap .btn-play.playing .icon-play,.reka-channel .banner-channel .player-wrap .btn-play.playing .icon-play{display:none;}.radio-channel .banner-channel .player-wrap:not(.btn-check) + .btn:active,.reka-channel .banner-channel .player-wrap:not(.btn-check) + .btn:active{border-color:transparent;}.radio-channel .banner-channel .calendar-link.with-arrow:after,.reka-channel .banner-channel .calendar-link.with-arrow:after{color:inherit;}.radio-channel nav[aria-label=breadcrumb],.reka-channel nav[aria-label=breadcrumb]{position:absolute;}.radio-channel nav[aria-label=breadcrumb] .breadcrumb,.reka-channel nav[aria-label=breadcrumb] .breadcrumb{padding-right:16px;z-index:3;padding-top:18px;}@media (min-width:992px){.radio-channel nav[aria-label=breadcrumb] .breadcrumb,.reka-channel nav[aria-label=breadcrumb] .breadcrumb{padding-right:200px;padding-top:45px;}}.radio-channel nav[aria-label=breadcrumb] .breadcrumb a,.reka-channel nav[aria-label=breadcrumb] .breadcrumb a{color:#ffffff;}.radio-channel nav[aria-label=breadcrumb] .breadcrumb-item + .breadcrumb-item:before,.reka-channel nav[aria-label=breadcrumb] .breadcrumb-item + .breadcrumb-item:before{color:#ffffff;}.promoted-section .promoted-link{height:209px;background-repeat:no-repeat;background-size:cover;background-position:center;}@media (min-width:1400px){.promoted-section .promoted-link{max-height:468px;height:24.4vw;}}.program-section .section-header,.podcasts-section .section-header{text-align:center;}.program-section .section-title,.podcasts-section .section-title{font-size:20px;}@media (min-width:1400px){.program-section .section-title,.podcasts-section .section-title{font-size:30px;}}.lang-section .form-filters,.filter-tabs .form-filters{padding-top:24px;padding-bottom:24px;}@media (min-width:992px){.lang-section .form-filters,.filter-tabs .form-filters{max-width:864px;padding-top:33px;padding-bottom:33px;margin-right:auto;margin-left:auto;}}@media (min-width:1400px){.lang-section .form-filters,.filter-tabs .form-filters{max-width:unset;padding-top:43px;padding-bottom:43px;}}@media (min-width:768px){.lang-section .form-filters.form-overflow .form-row,.filter-tabs .form-filters.form-overflow .form-row{justify-content:center;}}.lang-section .form-filters .form-secondary .form-check-label,.filter-tabs .form-filters .form-secondary .form-check-label{min-width:50px;font-size:15px;padding-top:3px;padding-bottom:2px;}@media (min-width:992px){.lang-section .form-filters .form-secondary .form-check-label,.filter-tabs .form-filters .form-secondary .form-check-label{height:auto;min-width:78px;font-size:18px;}}@media (min-width:1400px){.lang-section .form-filters .form-secondary .form-check-label,.filter-tabs .form-filters .form-secondary .form-check-label{min-height:29px;}}.filter-tabs .nav-wrap{margin:24px -16px;overflow:hidden;}@media (min-width:992px){.filter-tabs .nav-wrap{max-width:864px;margin:33px auto;}}@media (min-width:1400px){.filter-tabs .nav-wrap{max-width:unset;margin-top:43px;margin-bottom:43px;}}.filter-tabs .nav-wrap.form-overflow{padding:0;}@media (min-width:768px){.filter-tabs .nav-wrap.form-overflow .form-row{justify-content:center;}}@media (min-width:992px){.filter-tabs .nav-wrap.form-overflow .form-row{flex-wrap:wrap;}}.filter-tabs .nav-item{margin-right:6px;margin-left:6px;}.filter-tabs .nav-tabs{flex-wrap:nowrap;--bs-nav-tabs-border-width:0;}.filter-tabs .nav-tabs .nav-link{min-width:50px;font-size:15px;}@media (min-width:992px){.filter-tabs .nav-tabs .nav-link{height:auto;min-width:78px;font-size:18px;}}@media (min-width:1400px){.filter-tabs .nav-tabs .nav-link{min-width:85px;min-height:29px;}}.filter-tabs .nav-tabs.form-secondary .nav-link{--bs-nav-link-color:#3D3D3D;--bs-nav-tabs-link-active-color:#fff;background-color:#F3F3F3;border-color:#F3F3F3;border-radius:28px;padding:3px 13px 2px;}.filter-tabs .nav-tabs.form-secondary .nav-link.active{background-color:#212121;}@media (min-width:1400px){.filter-tabs .nav-tabs.form-secondary .nav-link:hover{color:#3D3D3D;background-color:#E0E0E0;border-color:#E0E0E0;}}.grid-center.grid-lg-4{grid-template-columns:repeat(4,1fr);justify-content:center;grid-column-gap:12px;grid-row-gap:12px;}@media (min-width:375px){.grid-center.grid-lg-4{grid-template-columns:repeat(4,70.5px);}}@media (min-width:992px){.grid-center.grid-lg-4{grid-template-columns:repeat(8,68px);grid-column-gap:26px;grid-row-gap:30px;}}@media (min-width:1400px){.grid-center.grid-lg-4{grid-template-columns:repeat(8,98px);grid-column-gap:37px;grid-row-gap:37px;}}.grid-center.grid-lg-4 li{grid-column:span 2;}@media (max-width:991.98px){.grid-center.grid-lg-4 li:last-child:nth-child(odd){grid-column-start:2;grid-column-end:4;}}@media (min-width:992px){.grid-center.grid-lg-4 li:last-child:nth-child(4n+1){grid-column-start:4;grid-column-end:6;}.grid-center.grid-lg-4 li:nth-last-child(2):nth-child(4n+1){grid-column-start:3;grid-column-end:5;}.grid-center.grid-lg-4 li:nth-last-child(3):nth-child(4n+1){grid-column-start:2;grid-column-end:4;}}.grid-center.grid-lg-4 .card-link{width:100%;height:156px;}@media (min-width:992px){.grid-center.grid-lg-4 .card-link{height:162px;}}@media (min-width:1400px){.grid-center.grid-lg-4 .card-link{height:233px;}}.grid-center.grid-lg-4 .card-info{font-family:var(--theme-regular-fonts);font-size:14px;text-align:center;}@media (min-width:992px){.grid-center.grid-lg-4 .card-info{font-size:15px;}}.grid-center.grid-lg-4 .card-text span{display:inline-block;}.program-section{padding-top:24px;padding-bottom:25px;}@media (min-width:992px){.program-section{padding-top:0;padding-bottom:47px;}}@media (min-width:1400px){.program-section{padding-bottom:80px;}}@media (min-width:992px){.program-section .section-header{padding-bottom:31px;}}.program-section .card-info{padding:7px;margin-top:auto;z-index:1;}@media (min-width:1400px){.program-section .card-info{padding:10px 8px;}}.program-section .card-title{font-size:16px;margin-bottom:4px;}.program-section .card-link{color:#ffffff;}@media (min-width:1400px){.program-section .card-link{height:233px;}}.program-section .card-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent linear-gradient(180deg,rgba(37,37,41,0) 0%,rgba(255,255,255,0.0509803922) 14%,rgba(146,147,149,0.0509803922) 45%,#000000 100%) 0% 0% no-repeat;opacity:0.75;transition:background 0.3s linear;}@media (min-width:1400px){.program-section .card-link .text-on-hover{height:0;opacity:0;transform:translateY(100%);transition:transform 0.3s ease-out,opacity 0.4s;}}.program-section .card-link:hover{text-decoration:none;}.program-section .card-link:hover:after{background:transparent linear-gradient(180deg,rgba(36,36,36,0.5019607843) 0%,#000000 100%);}@media (min-width:992px){.program-section .card-link:hover .text-on-hover{height:100%;opacity:1;transform:translateY(0);}}.program-section .btn-block{margin-top:44px;}@media (min-width:992px){.program-section .btn-block{margin-top:41px;}}@media (min-width:1400px){.program-section .btn-block{margin-top:66px;}}@media (min-width:992px){.program-section .grid-center.grid-lg-4 li:last-child:nth-child(4n+1),.program-section .grid-center.grid-lg-4 li:nth-last-child(2):nth-child(4n+1),.program-section .grid-center.grid-lg-4 li:nth-last-child(3):nth-child(4n+1){grid-column-start:1;grid-column-end:3;}.program-section .grid-center.grid-lg-4 li:last-child:nth-child(1){grid-column-start:4;grid-column-end:6;}.program-section .grid-center.grid-lg-4 li:nth-last-child(2):nth-child(1){grid-column-start:3;grid-column-end:5;}.program-section .grid-center.grid-lg-4 li:nth-last-child(3):nth-child(1){grid-column-start:2;grid-column-end:4;}}.podcasts-section{padding-top:38px;padding-bottom:77px;}@media (min-width:992px){.podcasts-section{padding-top:25px;padding-bottom:62px;}}@media (min-width:1400px){.podcasts-section{padding-top:87px;padding-bottom:88px;}}.podcasts-section.dark-bg{color:#ffffff;background-color:#282852;}.podcasts-section .section-title{font-size:22px;}@media (min-width:992px){.podcasts-section .grid-lg-4{grid-row-gap:56px;}}@media (min-width:1400px){.podcasts-section .grid-lg-4{grid-template-columns:repeat(8,100px);}}.podcasts-section .card{text-align:center;background-color:transparent;}@media (min-width:1400px){.podcasts-section .card-link{height:237px;color:inherit;text-decoration:none;position:relative;}.podcasts-section .card-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(26,26,26,0.68);opacity:0;transition:opacity 0.3s;}}.podcasts-section .card-link .text-on-hover{opacity:0;transition:opacity 0.4s;}@media (min-width:1400px){.podcasts-section .card-link:hover .text-on-hover,.podcasts-section .card-link:hover:before{opacity:1;}.podcasts-section .card-link:hover .text-on-hover{max-height:100%;z-index:1;}}.podcasts-section .card-info{display:block;color:#ffffff;margin-top:6px;}@media (min-width:992px){.podcasts-section .card-info{font-size:18px;margin-top:10px;}}@media (min-width:1400px){.podcasts-section .card-info{font-size:25px;text-decoration:none;padding:10px 8px;margin-top:auto;}}.podcasts-section .card-info:hover{text-decoration:none;}.podcasts-section .btn-block{margin-top:48px;}@media (min-width:992px){.podcasts-section .btn-block{margin-top:59px;}}@media (min-width:1400px){.podcasts-section .btn-block{margin-top:66px;}}.ec-section{padding-bottom:40px;}@media (min-width:1400px){.ec-section{padding-bottom:74px;}}@media (min-width:1400px){.accordion-button{display:none;}}.accordion .btn-wrapper{display:flex;background-color:#F0F0F0;border-top:0.5px solid #C4C4C4;}.accordion.radio{margin-right:-16px;margin-left:-16px;}@media (min-width:992px){.accordion.radio{margin-right:0;margin-left:0;}}@media (min-width:1400px){.accordion.radio .radio-item{border-top:0.5px solid #C4C4C4;transition:background-color 0.3s;}}.accordion.radio .radio-item:last-child{border-bottom:0.5px solid #C4C4C4;}@media (min-width:1400px){.accordion.radio .radio-item:hover{background-color:#FBFBFB;border-top-color:transparent;}}@media (min-width:1400px){.accordion.radio .radio-item.news-first-item{display:none;}}.accordion.radio .radio-header{display:flex;}@media (min-width:992px){.accordion.radio .radio-header{min-height:70px;flex-direction:column;position:relative;}}@media (min-width:1400px){.accordion.radio .radio-header{min-height:88px;font-family:var(--theme-regular-fonts);}}.accordion.radio .radio-header .radio-top button.radio-news-play{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;position:relative;border:none;padding:0;background-color:#88D6F7;}@media (min-width:1400px){.accordion.radio .radio-header .radio-top button.radio-news-play{width:39px;height:39px;}}.accordion.radio .radio-header .radio-top button.radio-news-play:before{content:"";display:block;width:0;height:0;border-style:solid;border-width:8px 0 8px 12px;border-color:transparent transparent transparent #ffffff;margin-left:2px;}.accordion.radio .radio-button,.accordion.radio .radio-body{padding-right:16px;padding-left:16px;}@media (min-width:992px){.accordion.radio .radio-button,.accordion.radio .radio-body{padding-right:25.5px;padding-left:25.5px;}}.accordion.radio .radio-button{font-family:var(--theme-regular-fonts);background-color:#F0F0F0;}@media (min-width:992px){.accordion.radio .radio-button{flex:1;background-color:#F0F0F0;}}.accordion.radio .radio-button.collapsed{font-family:var(--theme-regular-fonts);background-color:transparent;}.accordion.radio .radio-button::after{content:none;}.accordion.radio .radio-button .icon-down{margin-right:auto;margin-left:unset;border-color:#30B8F2;}@media (min-width:992px){.accordion.radio .radio-button .icon-down{margin-left:7px;opacity:0;}}.accordion.radio .radio-button .icon-down:before{border-color:inherit;transition:transform 0.3s;}.accordion.radio .radio-button .radio-title{font-family:var(--theme-regular-fonts);}.accordion.radio .radio-button:not(.collapsed){border-color:transparent;}@media (min-width:992px){.accordion.radio .radio-button:not(.collapsed) .icon-down{opacity:1;}}.accordion.radio .radio-button:not(.collapsed) .icon-down:before{transform:rotate(225deg);border-width:3px;}@media (min-width:992px){.accordion.radio .radio-button:not(.collapsed) .radio-news-play{display:none;}}.accordion.radio .radio-body{padding-top:20px;padding-bottom:25px;background-color:#F0F0F0;}@media (min-width:992px){.accordion.radio .radio-body{background-color:#F0F0F0;}}.accordion.radio .radio-body .share-link{display:block;text-align:end;}.accordion.radio .radio-play{width:35px;height:35px;border-radius:50%;background-color:#30B8F2;position:relative;}@media (min-width:992px){.accordion.radio .radio-play{display:flex;justify-content:center;align-items:center;margin-left:-5px;background-color:#88D6F7;}}@media (min-width:1400px){.accordion.radio .radio-play{width:39px;height:39px;}}.accordion.radio .radio-play-btn{display:flex;border:none;background-color:var(--accordion-play-button-color);margin-left:15px;margin-top:14px;align-items:center;justify-content:center;flex-shrink:0;padding:4px;margin-left:15px;z-index:3;}@media (min-width:1400px){.accordion.radio .radio-play-btn{border:none;margin-right:auto;}}.accordion.radio .radio-play-btn .play-btn-img{display:block;margin-left:3px;}.accordion.radio .radio-play-btn .pause-btn-img{display:none;width:10px;height:15px;}.accordion.radio .radio-play-btn.is-playing .play-btn-img{display:none !important;}.accordion.radio .radio-play-btn.is-playing .pause-btn-img{display:block !important;}@media (min-width:1400px){.accordion.radio .radio-top{flex:1;justify-content:space-between;align-items:center;padding-right:23.5px;padding-left:25.5px;}}@media (min-width:992px){.hour-news .banner-secondary .holder,.hour-news .section-news .holder{max-width:727px;padding:0;}}@media (min-width:1400px){.hour-news .banner-secondary .holder,.hour-news .section-news .holder{max-width:1024px;}}@media (min-width:576px){.hour-news:not(.reka-general) .banner-secondary{background-image:url("/images/top-bg-hourly-news.png");}}.hour-news .banner-secondary{min-height:210px;padding-top:52px;margin-bottom:57px;}@media (min-width:992px){.hour-news .banner-secondary{min-height:185px;padding-bottom:13px;margin-bottom:0;}}@media (min-width:1400px){.hour-news .banner-secondary{min-height:300px;padding-top:118px;padding-bottom:42px;}}.hour-news .banner-secondary .wrapper{text-align:center;}@media (min-width:992px){.hour-news .banner-secondary .wrapper{display:flex;text-align:initial;}}.hour-news .banner-secondary .block-logo{margin-bottom:15px;}@media (min-width:992px){.hour-news .banner-secondary .block-logo{margin-left:47px;margin-bottom:25px;}}@media (min-width:1400px){.hour-news .banner-secondary .block-logo{margin-left:54px;margin-bottom:40px;margin-top:10px;}}.hour-news .banner-secondary .title-elem{font-size:16px;margin-bottom:35px;}@media (min-width:992px){.hour-news .banner-secondary .title-elem{font-size:26px;margin-bottom:15px;}}@media (min-width:1400px){.hour-news .banner-secondary .title-elem{font-size:40px;}}@media (min-width:992px){.hour-news .banner-secondary .block-info{order:1;}}.hour-news .banner-secondary .block-info .info{display:none;}@media (min-width:992px){.hour-news .banner-secondary .block-info .info{display:block;}}@media (min-width:1400px){.hour-news .banner-secondary .block-info .info{font-size:20px;}}.hour-news .banner-secondary .time{font-size:20px;margin-bottom:15px;display:none;}@media (min-width:992px){.hour-news .banner-secondary .time{font-size:16px;font-family:var(--theme-bold-fonts);text-align:center;margin-top:6px;margin-bottom:0;}}@media (min-width:1400px){.hour-news .banner-secondary .time{font-size:23px;margin-top:12px;display:block;}}@media (min-width:992px){.hour-news .banner-secondary .block-play{display:flex;flex-direction:column-reverse;margin-left:35px;}}@media (min-width:1400px){.hour-news .banner-secondary .block-play{margin-top:-30px;}}.hour-news .banner-secondary .block-play .card-media{width:115px;height:115px;border-radius:50%;transform:translateY(50%);margin:-57px auto 0;}@media (min-width:992px){.hour-news .banner-secondary .block-play .card-media{width:93px;height:93px;transform:unset;margin-top:0;}}@media (min-width:1400px){.hour-news .banner-secondary .block-play .card-media{width:131px;height:131px;}}.hour-news .banner-secondary .block-play .btn-play{display:none;}@media (min-width:1400px){.hour-news .banner-secondary .block-play .btn-play{display:block;position:absolute;top:0;right:0;bottom:0;left:0;}.hour-news .banner-secondary .block-play .btn-play:hover .icon-play{opacity:1;}}.hour-news .section-news{padding-top:15px;padding-bottom:33px;}@media (min-width:992px){.hour-news .section-news{padding-top:33px;}}@media (min-width:1400px){.hour-news .section-news{padding-bottom:54px;}}.hour-news .accordion.radio .radio-header,.hour-news .accordion.radio .radio-button{font-size:20px;}.hour-news .accordion.radio .radio-body .share-link{margin-top:22px;}@media (min-width:992px){.hour-news .accordion.radio .radio-body .share-link{margin-top:19px;}}.hour-news .btn-block{margin-top:30px;}.hour-news .btn-block .icon-down:before{border-color:#30B8F2;}.hour-news .custom-player-header .block-img{display:none;}@media (min-width:992px){.hour-news .custom-player-header .block-img{display:flex;}}.hour-news .custom-player figure{height:177px;}@media (min-width:992px){.hour-news .custom-player figure{height:231px;}}@media (min-width:1400px){.hour-news .custom-player figure{height:489px;}}
