@font-face {
    font-family: 'cormorant';
    src: url("https://2bradio.com/css/fonts/cormorarnt/Cormorant-Light.eot");
    src: url("https://2bradio.com/css/fonts/cormorarnt/Cormorant-Light.woff") format("woff"),
    url("https://2bradio.com/css/fonts/cormorarnt/Cormorant-Light.woff2") format("woff2"),
    url("https://2bradio.com/css/fonts/cormorarnt/Cormorant-Light.svg") format("svg");
    font-display: swap;
}

html {
    background-color: #fff;
    overflow-x: hidden;
    color: #252525;
    padding-right: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0 auto;
    font-family: cormorant,sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex-c {
    display: flex;
    flex-direction: column;
}
.flex-r {
    display: flex;
    flex-direction: row;
}

.left-sidebar {
    width: 730px;
    position: relative;
    float:left;
}

.gray-background {
    background: #f0f3fb;
    box-shadow: 0 -1px 0 #e5eaef;
}

.sidebar_ad {
    min-width: 300px;
    min-height: 250px;
    margin: 15px 0;
}

.horizontal_bar_ads {
    margin: 25px 0;
}

aside {
    float: right;
    max-width: 300px;
    width: 300px;
}

a {
    color: #000000;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-25 {
  margin: 25px 0;  
}

.site_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #e5eaef;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.site_logo {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #003764;
}


.navbar {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.navbar_menu {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 0;
}


.navbar li {
    display: inline-block;
}
.navbar_parent_menu_link {
    position: relative;
}

.navbar a {
    font-weight: 600;
}
nav a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.menu_mobile__control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
    margin: 0;
    cursor: pointer;
    line-height: 0;
    color: inherit;
}

.menu_mobile__control .menu-icon {
    width: 40px;
    height: 40px;
    color: inherit;
    transition: all .3s;
}


.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(92,97,102,.7);
    opacity: 1;
    transition: opacity .3s;
    overflow-x: hidden;
    display: none;
    z-index: 100;
}


.menu_mobile_wrapper {
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    right: -250px;
    top: 0;
    bottom: 0;
    width: 274px;
    transform-origin: right center;
    transition: right .25s cubic-bezier(.215,.61,.355,1);
    background: #fff;
    overflow-y: scroll;
    padding-bottom: 100px;
    overflow-x: hidden;
}

.menu_mobile__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_mobile__nav {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    /* min-height: calc(100% - 185px); */
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .3s;
}

.menu_mobile__item {
    position: relative;
    font-size: 12px;
}

.menu_mobile__item.item-parent>a, .menu_mobile__item:not(.item-parent) {
    display: block;
    padding: 12px 24px;
}

.menu_mobile.active {
    display: block;
    
}

.menu_mobile.active .menu_mobile_wrapper {
    right: 0;
}

.mobile_logo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}




/* footer */

.site_footer {
    padding-top: 48px;
    position: relative;
    background: #f0f3fb;
    box-shadow: 0 -1px 0 #e5eaef;
    clear: both;
}

.site_footer a {
    color: #142438;
}

.site_footer a:hover {
    color: rgba(20,36,56,.5);
    text-decoration: none;
}

.footer__container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer__logo {
    max-width: 100%;
    margin-top: -5px;
    line-height: 0;
    color: #252525!important;
    margin-right: 80px;
    margin-bottom: 16px;
}

.footer__logos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: 6px;
    margin-bottom: 16px;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.footer__social {
    align-items: center;
}

.footer__social .social_item{
    margin-bottom: 20px;
}

.social_item_email {
    position: relative;
}

.footer__social a {
    position: relative;
    padding-left: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(20,36,56,.5);
}

.social_item_facebook {
    position: relative;
}

.social_item_phone a:before {
    background-image: url('https://2bradio.com/assets/images/icons/phone.png')
}
.social_item_email a:before {
    background-image: url('https://2bradio.com/assets/images/icons/mail.svg');
}

.social_item_facebook a:before {
    background-image: url('https://2bradio.com/assets/images/icons/facebook.svg');
}

.social_item_telegram a:before {
    background-image: url('https://2bradio.com/assets/images/icons/telegram.png');
}


.social_item_email a:before, .social_item_facebook a:before, .social_item_phone a:before, .social_item_telegram a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 -12px;
}

.footer__navitem {
    flex-basis: 100%;
    padding: 0 12px;
    font-weight: 700;
    line-height: 30px;
    color: #142438;
    letter-spacing: .1em;
    text-transform: uppercase;
    flex-basis: auto;
    font-size: 12px;
}

.footer__copyright {
    margin-top: 8px;
    padding: 12px 0;
    flex-basis: 100%;
    border-top: 1px solid #e5eaef;
    color: #142438;
    text-align: center;
}

.footer_menu_title {
    color: rgba(20,36,56,.5);
}

/* content style */
.block_article {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #595959;
}

.block_article a {
    font-weight: 500;
    text-decoration: underline;
}

.block_article h2 {
    margin: 0 0 20px;
    font: 700 24px/32px Raleway,sans-serif;
    color: #252525;
}

.block_article h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    color: #252525;
}

.block_article blockquote {
    font-size: 15px;
    color: #00529b;
    background: #e6f7ff;
    padding: 20px 20px 20px 20px !important;
    border-radius: 5px !important;
    border-color: #69c;
    font-weight: 400;
    border-left-width: 0.25em;
    border-left-style: solid;
}

.block_article thead td {
    font-weight: 500;
    color: #000000;
    text-align: center;
}


.table_center th {
    text-align: center;
}



/* article */

.article_content_wrapper {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.article_container {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.article_header {
    margin-bottom: 30px;
}

.article_title {
    text-align: center;
    margin-bottom: 36px;
}


.article_title h1 {
    font-size: 40px;
    line-height: 47px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
    word-wrap: break-word;
}


.article_main_image img {
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 400px;

}

.article_separator {
    display: flex;
    justify-content: center;
    margin-bottom: 31px;
}

.article_separator span {
    border: 1px solid #E2E8F0;
    transform: rotate(-0.16deg);
    width: 50%;
}


/* article breadcrumbs */
.article_breadcrumbs {
    display: block;
    padding-top: 20px;
    margin-bottom: 24px;
}

.article_breadcrumbs .breadcrumb-item {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #206cc4;
}

 .article_breadcrumbs .breadcrumb-item:not(:last-child):after {
    content: "/";
    position: relative;
    margin: 0 4px;
    color: #676767;
}

.article_breadcrumbs .breadcrumb-item:before {
    display: none;
}

.article_breadcrumbs .breadcrumb-item a {
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #c3c3c3;
    margin-right: 5px;
    font-size: 13px;
    text-decoration: underline;
}

/* radio_station */

.radio_station_wrapper {
    display: flex;
    column-gap: 60px;
    margin: 0px auto;
    padding: 12px;
    background: #f0f3fb;
    border-radius: 20px;
}

.radio_station_info {
    display: flex;
    align-items: center;
}

.radio_station_info img {
    border-radius: 20px;
}

.radio_station_info_block {
    margin-left: 30px;
}

.radio_station_title {
    font-size: 25px;
}

.radio_station_player {
    align-items: center;
    justify-content: center;
}



.radio_station_player_volume {
    align-items: center;
}


.player_play_button {
    font-size: 48px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    border: none;
    background-size: 280% 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 25px;
}


.player_play_button i {
    color: #fa5840;;
}

.radio_player_mute, .radio_player_unmute {
    cursor: pointer;
}

.radio_player_volume_bar {
    appearance: none;
    height: 4px;
    outline: none;
    border: none;
    vertical-align: text-top;
    max-width: 125px;
    margin-left: 20px;
    width: 110px;
    overflow: visible;
    position: relative;
    cursor: pointer;
}

.radio_player_volume_bar:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #ddd;
    position: absolute;
    display: inline-block;
}

.radio_player_volume_value {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    position: relative;
    background: #fa5840;
    background: -moz-linear-gradient(-45deg, rgb(254, 121, 69) 0%, #fa5840 86%);
    background: -webkit-linear-gradient(-45deg, rgb(254, 121, 69) 0%, #fa5840 86%);
    background: linear-gradient(135deg, rgb(254, 121, 69) 0%, #fa5840 86%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgb(254, 121, 69)', endColorstr='#fa5840', GradientType=1);
    width: 0;
    height: 2px;
}

.radio_player_volume_value:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #fa5840;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 16px 0 rgb(254 121 69 / 20%);
    box-shadow: 2px 2px 16px 0 rgb(254 121 69 / 20%);
    position: absolute;
    right: -10px;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


.radio_station_description {
    margin: 15px 0;
    padding: 12px;
}

.radio_player_mute_control {
    cursor: pointer;
}


.radio_player_mute_control>.radio_player_muted {
    display:none;
}

.radio_player_mute_control.muted > .radio_player_muted {
    display: block;
}
.radio_player_mute_control.muted > .radio_player_unmuted {
    display: none;
}

.player_play_button > .icon-pause {
    display: none;
}

.player_play_button.active > .icon-pause {
    display: block;
}
.player_play_button.active > .icon-play {
    display: none;
}

/* contact info */ 

.radio_station_contact_information {
    padding: 12px;
    margin: 15px 0;
}

.radio_station_contact_information div{
    margin: 0 0 5px 0;
    font-size: 14px;
}




/* popular stations*/

.popular_stations_sidebar {
    margin: 15px 0;
}
.popular_stations_sidebar h2{
    font-size: 24px;
}

.popular_stations_wrapper {
    margin-top: 16px;
}

.popular_station_item {
    border-top: solid 1px #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular_station_item img{
    vertical-align: middle;
    margin: 7px 30px 7px 0;
    width: 80px;
}

.radio_station_reviews {
    margin: 15px 0;
    padding: 12px;
}

.radio_station_reviews h2 {
    font-size: 24px;
}

.radio_station_playlist {
    padding: 12px;
    margin: 15px 0;
    background: #f0f3fb;
    border-radius: 20px;
}

.radio_station_playlist h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.radio_station_playlist_link {
    text-align: center;
    margin-top: 15px;
}

.radio_station_playlist_link a {
    text-decoration: underline;
    color: #fa5840;
}


/* category_page */

.category_page_wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 15px;
}

.category_page_content {
    margin: 25px 0;
}

.radio_station_preview_item {
    margin: 25px 0;
}

.radio_station_preview_info img{
    border-radius: 30px;
    padding: 0;
    float: left;
    border: 0;
    box-shadow: 0 0 0.3em #999;
    width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

.item_preview_title {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}


/* main page */

.main_page_wrapper {
    margin: 25px 0;
}

.page_title h1 {
    font-size: 24px;
}

.main_page_subtiitle {
    font-size: 20px;
    padding-left: 15px;
}

.page_title {
    padding-bottom: 24px;
    padding-top: 32px;
    text-align: center;
}



/* genres_page */

.genre_item_preview img {
    border-radius: 30px;
    padding: 0;
    float: left;
    border: 0;
    box-shadow: 0 0 0.3em #999;
    width: 100%;
}

/* playlist */

.playlist_track_time {
    color: rgb(115, 117, 121);
    padding: 0 14px;
}

.playlist_track {
    margin-bottom: 10px;
}

.playlist_artist {
    text-decoration: underline;
}

.playlist_tabs {
    margin-bottom: 20px;
}

.playlist_tab_item {
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #1e2b4d;
    margin: 4px;
    display: block;
}
.playlist_tab_item.active {
    background-color: #1e2b4d;
    color: white;
    
}
