/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

body {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rss-item-header div, .rss-item-footer div{
	display: inline-block;
	vertical-align: middle;
}
.rss-item-header-topic {
	font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--newCommunityTheme-bodyText);
    display: inline;
    line-height: 20px;
    text-decoration: none;
    vertical-align: baseline;
}
.rss-item-header-delimeter {
	color: var(--newCommunityTheme-metaText);
    font-size: 6px;
    line-height: 20px;
}
.rss-item-header-author,.rss-item-header-time,.rss-item-body-etc {
	color: #787C7E;
	    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}
.rss-item-body-text {
	margin-top: 8px;
	font-size: 18px;
    line-height: 22px;
    overflow: hidden;
}
.rss-item-body-etc {
	margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rss-item {
	margin-bottom: 10px;
	transition: color .5s,fill .5s,box-shadow .5s;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.rss-item-footer div{
	font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 4px;
}
.rss-item-footer {
	min-height: 48px;
	line-height: 48px;
}
.rss-item-header-author-img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
    border-radius: 50%;
    display: inline;
}
.rss-item-body-text a, .logo {
    color: unset !important;
    cursor: pointer !important;
    text-decoration: unset !important;
}
.rad-img {
    border-radius: 5px;
}
#app .rss-item {
    background: aliceblue;
}

.push_offer {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 60px;
    left: 25px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.2, 0, .2, 1);
    transition: transform 300ms cubic-bezier(.2, 0, .2, 1);
    transition: transform 300ms cubic-bezier(.2, 0, .2, 1), -webkit-transform 300ms cubic-bezier(.2, 0, .2, 1);
    z-index: 10;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%)
}

.push_offer--shown {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: visible
}

@media (max-width:839px) {
    .push_offer {
        position: fixed;
        top: auto!important;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        line-height: 16px;
        background-color: #fff5f7;
        font-size: 13px;
        height: auto;
        padding: 10px;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.push_offer__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 12px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

@media (max-width:839px) {
    .push_offer__content {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px 25px 5px 8px
    }
}

.push_offer__image {
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative
}

@media (max-width:839px) {
    .push_offer__image {
        width: 26px;
        height: 26px;
        margin-right: 10px
    }
}

.push_offer__image img {
    display: block;
    width: 100%
}

.push_offer__title {
    cursor: default;
    padding-left: 15px
}

.push_offer__button,
.push_offer__close {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.push_offer__close {
    width: 30px;
    height: 30px;
    color: #818181;
    position: absolute;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    overflow: hidden
}

.push_offer__close:hover {
    color: #000
}

.push_offer__button {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #aa0000;
    padding: 0 16px;
    margin: 0;
    background-color: #fff;
    color: #aa0000;
    border-radius: 8px;
    font-size: 13px;
    line-height: inherit;
    -webkit-box-shadow: 0 2px 3px rgba(27, 128, 229, .3);
    box-shadow: 0 2px 3px rgba(27, 128, 229, .3)
}

@media (max-width:839px) {
    .push_offer__button {
        padding: 10px 20px;
        font-size: 14px
    }
}

.push_offer__button:hover {
    background-color: #aa0000;
    color: #fff
}

.push_offer__button__strong {
    display: block;
    font-weight: 500;
    font-size: 15px
}

@media (max-width:839px) {
    .push_offer__button__strong {
        display: inline;
        font-size: inherit
    }
}

.push_offer__button__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.push_offer__button__icon .icon {
    vertical-align: middle;
    margin-top: -2px
}

@media (max-width:839px) {
    .push_offer__button__icon .icon {
        width: 16px;
        height: 16px
    }
}

.push_offer__button__text {
    white-space: nowrap
}

.push_offer .icon {
    position: static
}

@media(max-width: 720px) {
    .mobile-pad {
        padding-left: 15px !important; 
    }
}
.radio-timetable-carousel-item {
    text-decoration: none !important;
}
.radio-timetable-carousel-item__caption {
    font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
/* or 125% */

text-align: center;
text-transform: capitalize;

/* #010E23 */

color: #A0AAC0;
}
.radio-timetable-carousel-item__subcaption {
font-style: normal;
font-size: 16px;
line-height: 20px;
/* or 125% */

text-align: center;
text-transform: capitalize;

/* #A0AAC0 */

color: #A0AAC0;
}
.radio-timetable-carousel {
    margin-top: 23px;
    margin-bottom: 23px;
    /*border-bottom: 1px solid #E9EBF0;*/
}
.radio-timetable-carousel-item__caption-active {
    color: #010E23;
}

.radio-timetable-carousel .owl-nav .disabled {
    display: block !important;
}
.radio-blocks__type-4 .radio-block__middle img {
    width: 100%;
}
.owl-next {
        /* font-size: 9px; */
    color: #A0AAC0 !important;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    position: absolute;
    /*top: 134px;*/
        top: calc(50% - 22px);

    right: -17px;
    text-align: center;
    background: #FFFFFF !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    border-radius: 40px !important;
    cursor: pointer;
    outline: unset !important;
}
.owl-prev {
        /* font-size: 9px; */
    color: #A0AAC0 !important;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    position: absolute;
    /*top: 134px;*/
        top: calc(50% - 22px);

    left: -17px;
    text-align: center;
    background: #FFFFFF !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    border-radius: 40px !important;
    cursor: pointer;
    outline: unset !important;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
    display: none !important;
}
.no-height {
    min-height: 86px;
}
h1 {
    font-size: 1.75rem;
}
h2 {
    font-size: 0.75rem;
}