@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@325;350;400;425;450;525&display=swap');

:root {
	--main-font-color: #0e0e0e;
	--main-font-weight: 350;
	--main-font-family: 'M PLUS 1', sans-serif;
	--heading-font-color: #414345;
	--heading-font-weight: 525;
	--artist-track-font-weight: 450;
	--icon-color1: #414345;
	--icon-color2: #888888;
	--background-color1: #4e5054;
	--accent-color1: #E68981;
	--accent-color2: #C76348;
	--accent-color3: #bf080a;
	--border-color1: grey;
	--default-background-image: url("../img/backgrounds/4~USGS at Unsplash.jpg");

	--font-size-body: 15px;
	--font-size-current-artists: 28px;
	--font-size-current-programmes: 15px;
	--font-size-current-tracks: 20px;
	--font-size-image-credit: 11px;
	--font-size-recently-played-headings: 16px;
	--font-size-recently-played-tracks: 15px;
	--font-size-schedule-days: 15px;
	--font-size-schedule-programmes: 15px;
	--font-size-vox-pop-headings: 16px;
	--font-size-vox-pop-tracks: 15px;

	font-variant-numeric: tabular-nums;
}

/*<M A I N   B O D Y>*/
* {
	margin:0;
	padding:0;
	border:0;
}
/*
@font-face {
    font-family: 'fleurondingbats';
    src: url('../fonts/webfonts/fleurondingbats-webfont.woff2') format('woff2'),
         url('../fonts/webfonts/fleurondingbats-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fleuronmixed';
    src: url('../fonts/webfonts/fleuronmixed-webfont.woff2') format('woff2'),
         url('../fonts/webfonts/fleuronmixed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fleuronregular';
    src: url('../fonts/webfonts/fleuronregular-webfont.woff2') format('woff2'),
         url('../fonts/webfonts/fleuronregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
body {
	font-family: var(--main-font-family);
	font-weight: var(--main-font-weight);
	font-size: var(--font-size-body);
	color: var(--main-font-color);
	overflow: hidden;
	height: 100vh;
	height: 100dvh;
}

a:link, a:visited, a:hover, a:active {text-decoration:none;}

span[data-type="term"] {
	cursor: pointer;
	border-bottom: 1px solid white;
}

span[data-type="term"][data-active="1"] {
	/*color: #0e0e0e;*/
	border-color: var(--border-color1);
}

span[data-type="term"][data-active="0"]:hover {
	/*color: #0e0e0e;*/
	border-color: var(--border-color1);
}

.clabel2 {
	/*font-weight: 600;*/
	padding-bottom: 15px;
	padding-top: 20px;
	display: none; /* hiding now not used as tabs */
}

[id^="vote"] {
	color: var(--accent-color2);
	cursor:pointer;
}
/*<N E W  B O X  L A Y O U T>*/
.flex-grid
{
	display: flex;
	box-sizing: border-box;
}
.flex-item
{
	flex: 0 0 auto;
	box-sizing: border-box;
	align-self: stretch;
	overflow-wrap: break-word;
}
.flex-1
{
	flex: 1;
}

/*=============== our css ================== */

.main-block{
	width:100%;
	max-width:100%;
	position:relative;
	overflow-y: scroll;
	height: calc(100vh - 31px);
	height: calc(100dvh - 31px);
}
.row{
	margin:0;
}
/*================= left section ===============*/
.main-left-block {
	background-image: var(--default-background-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	padding: 0;
	position:relative;
}
.img-fluid{
	width:100%;
}
.set_logo{
	max-width: 80px;
	margin:25px;
	position:absolute;
	top:0;
	right:0;
}

#image-credit {
	display: none;
	bottom: 0;
	position: absolute;
	padding: 4px 15px;
	/*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
	font-size: var(--font-size-image-credit);
	font-weight: 400;
	color: white;
	background-color: rgba(78,80,84, 0.6);
}
/*================= right section ===================*/


#channel-vertical-divider {
	background-color: var(--border-color1);
	border-right: 1px solid var(--border-color1);
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	min-width: 1px;
}

/*.right_side_scroll{*/
/*overflow-y: scroll !important;*/
/*height: 100vh;*/
/*overflow: hidden;*/
/*}*/

.main-right-block{
	padding: 0;
	box-shadow: -5px 0px 10px 5px rgb(0 0 0 / 30%);
	position:relative;
	border-bottom: unset;
}

.footer_block {
	box-shadow: -5px 10px 10px 5px rgb(0 0 0 / 30%);
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.set_channl_block {
	padding: 40px 0 0 0;
}
.media_text p.complied_date {
	/*color: #636363;*/
	font-weight: var(--main-font-weight);
}
.col-md-8.media_text {
	padding: 0 6px;
}
.next-week-tab {
	text-align: right;
}
.play_btn{
	width: 100%;
	max-width:37px;
	box-sizing: border-box;
	padding: 4px;
	/*border: 1px solid var(--icon-color1);*/
	outline: none;
	fill: #000;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px #41434540;
}

.play_btn:focus{
	outline: none;
}

.play_btn_block{
	padding:0 0 0 4.5px;
}

.play_btn > svg > path {
	fill: var(--icon-color1);
}

.play_btn[data-active="0"] img.play {
	display: inline;
}

.play_btn[data-active="0"] img.pause {
	display: none;
}

.play_btn[data-active="1"] img.play {
	display: none;
}

.play_btn[data-active="1"] img.pause {
	display: inline;
}

.media_text p {
	font-size: var(--font-size-current-programmes);
	line-height: 18px;
	margin: 0;
	text-align: right;
	font-weight: var(--heading-font-weight);
}
.current_pro_title,.current_pro_title a {
	color: #636363;
	font-weight: 600;
	line-height:18px;
}
.request_text{
	color: var(--heading-font-color);
}
.number_text {
	min-width: 35px;
	max-width: 35px;
}

.number_block{
	padding:0;
	text-align: left;
	flex-basis: 45px;
}
.audio_title h2{
	font-size: var(--font-size-current-artists);
	line-height:36px;
	color: var(--icon-color1);
	font-weight: var(--artist-track-font-weight);
}
.audio_title h3{
	font-size: var(--font-size-current-tracks);
	line-height:24px;
	color: var(--icon-color1);
	padding:0;
	font-weight: var(--artist-track-font-weight);
	min-height: 24px;
}
.media_block{
	padding: 20px 0;
}
.recently_block h3 {
	font-size: var(--font-size-recently-played-headings);
	line-height: 24px;
	font-weight: var(--heading-font-weight);
	color: var(--heading-font-color);
}
.recently_block h4 {
	font-size: var(--font-size-recently-played-tracks);
	line-height: 22px;
	font-weight: var(--main-font-weight);
	/*color: #0e0e0e;*/
	padding:0;
	margin:0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.schedule_tabs .set_tabular .ui-widget-content,.schedule_tabs .ui-widget.ui-widget-content,.schedule_tabs .ui-tabs .ui-tabs-nav,.schedule_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor,.schedule_tabs .ui-state-default,.schedule_tabs .ui-widget-content{
	border: none;
	margin:0;
	padding:0;
	background:unset;
}
.schedule_tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,.schedule_tabs a.ui-button:active,.schedule_tabs .ui-button:active,.schedule_tabs .ui-button.ui-state-active:hover{
	/*border: none !important; */
	color:#b80f0a !important;
	background:unset !important;
}
.schedule_tabs .ui-state-default,.schedule_tabs .ui-widget-content .ui-state-default,.schedule_tabs .ui-widget-header .ui-state-default,.schedule_tabs .ui-button,.schedule_tabs html .ui-button.ui-state-disabled:hover,.schedule_tabs html .ui-button.ui-state-disabled:active{
	border:none;
	background:#fff;
}
.schedule_tabs .ui-tabs-anchor{
	font-size: var(--font-size-schedule-days);
	line-height:20px;
	font-weight: var(--heading-font-weight);
	color: var(--heading-font-color) !important;
	font-family: var(--main-font-family);
}

.schedule_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-color: var(--accent-color2);
	margin-bottom: 0;
	padding-bottom: 0;
}

.schedule_tabs li.ui-tabs-active a{
	color: var(--accent-color2) !important;

}
.schedule_tabs .list_schedule,.schedule_tabs .list_schedule ul{
	padding:0 !important;
	list-style-type:none;
	font-family: var(--main-font-family);
}
.schedule_tabs .list_schedule ul li div{
	font-size: var(--font-size-schedule-programmes);
	line-height:20px;
	/*color:0e0e0e;*/
	/*font-weight:400;*/

}

.schedule_tabs .ui-tabs .ui-tabs-nav li {
	border-bottom: 1px solid white;
	border-radius: 0;
}

.schedule_tabs .ui-tabs .ui-tabs-nav li:hover {
	border-color: var(--accent-color2);
}

.schedule_tabs .ui-tabs .ui-tabs-nav li:hover a
{
	color: var(--accent-color2) !important;
}

.schedule_tabs .list_schedule ul li div {
	color: var(--main-font-color);
	font-weight: var(--main-font-weight);
	font-family: var(--main-font-family);
}

.schedule_tabs .list_schedule ul li div span {
	/*font-size:16px;*/
	/*line-height:20px;*/
	padding-right: 15px;
}

.schedule_tabs ul[role=tablist] {
	display: flex;
	padding-bottom: 8px !important;
	justify-content: space-between;
}

.schedule_tabs .list_schedule ul li {
	cursor: default;
}

.ssr-tooltip {
	position: absolute;
	display: none;
	background-color: var(--background-color1);
	color: white !important;
	border: 1px solid var(--border-color1);
	border-radius: 10px;
	padding: 0.5em 1em;
	width: 100%;
	z-index: 1;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: unset;
}

.pop_title {
	font-size: var(--font-size-vox-pop-headings);
	line-height: 24px;
	font-weight: var(--heading-font-weight);
	color: var(--heading-font-color);
}

.ssr1_block {
	border-right: none;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
	flex-basis: calc(100% - 30px);
	max-width: calc(100% - 30px);
}

.ssr1_block,.pop_set_block{
	border-bottom: 1px solid var(--border-color1);
}

.pop_set_block, .vox_pop_2 {
	padding-bottom: 20px;
	margin: 18px 15px 18px 15px;
	flex-basis: calc(100% - 30px);
}

.vox_pop_2 {
	margin-bottom: 46px;
	margin-top: 0;
}

.vox_pop_title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

/*.vox_pop_2{*/
/*padding: 18px 45px 10px !important;*/

/*}*/

/*.pop_block p {*/
/*font-size: 16px;*/
/*line-height: 20px;*/
/*!*font-weight: 600;*!*/
/*!*color: #0e0e0e !important;*!*/
/*padding:10px 0 0;*/
/*margin:0;*/
/*}*/
/*.pop_block p span {*/
/*color: var(--accent-color2);*/
/*}*/

.request_heading {
	font-weight: var(--heading-font-weight);
	color: var(--heading-font-color);
	padding-bottom: 8px;
	padding-top: 20px;
}

.pop_tab_set {
	/*font-size: 16px;*/
	line-height: 20px;
	font-weight: var(--heading-font-weight);
	color: var(--heading-font-color);
	border-color: var(--border-color1);
	margin-right: 1em;
}

.next-week-tab {
	margin-right: 0;
}

.artist_table h5 {
	/*font-size: 18px;*/
	line-height: 24px;
	font-weight: 600;
	color: #636363;
	text-align:center;
}
.artist_table tr td:nth-child(2) {
	text-align: right;
}
.artist_table .vote_alt {
	text-align: center;
	font-size: var(--font-size-vox-pop-tracks);
	line-height: 22px;
}

.ttl1 h5, .artist_table td:first-child {
	text-align: left;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ttl2 h5 {
	padding-left: 0.25em;
	padding-right: 0.25em;
}


.channel-button-row {
	display: flex;
	align-items: flex-start;
}

.info-button {
	cursor: pointer;
	border-left: 1px solid #7f7f7f;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 18px;
	margin-bottom: 5px;
}

.info-button:disabled {
	cursor: not-allowed;
}

.info-button:hover > svg > g > path {
	fill: var(--icon-color2);
}

.heart-image-block-one,.heart-image-block-two,.heart-image-block-three,.heart-image-block-four {
	cursor: pointer;
	padding-left: 12px;
	padding-right: 18px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.border-heart,.fill-heart{
	margin-bottom: 5px;
	margin-top: 4px;
	margin-left: 2px;
}

.fill-heart-forced svg > path {
	fill: var(--accent-color3);
	stroke: var(--accent-color3)
}

@media (hover: hover) {
	svg.border-heart:hover > path {
		fill: var(--accent-color3);
		stroke: var(--accent-color3)
	}
}

.fill-heart{
	display:none;
}


/*============= custom animated tabs ===============*/

#info-tabs ul {
	margin-bottom: 20px;
	text-align: center;
	display: none; /* hiding for now */
}

#info-tabs ul li {
	display: inline-block;
	/*font-size: 18px;*/
	font-weight: var(--heading-font-weight);
	padding: 1px 15px 3px 15px;
	border: 1px solid var(--background-color1);
}

#info-tabs ul li.active a {
	color: white;
}

#info-tabs ul li.active, #info-tabs ul li:hover {
	border: 1px solid var(--border-color1);
}

#info-tabs ul li a {
	color: white;
}

#info-tabs {
	background-color: var(--background-color1);
	color: white;
	padding: 30px 30px 20px 30px;
	position: relative;
}

#info-tabs div {
	/*display: none;*/
}

#info-tabs div:last-child {
	margin-top: 24px;
}

#info-tabs div a {
	color: var(--accent-color1);
	border-bottom: 1px solid transparent;
}

#info-tabs div a:hover {
	color: white;
	border-color: white;
}

#info-tabs div.active {
	display: block;
}

#info-tabs div > * {
	margin-top: 0;
	margin-bottom: 0;
}

.info-tab-heading {
	/*font-size: 18px;*/
	font-weight: var(--heading-font-weight);
	margin-bottom: 24px;
}

.info-tab-heading:not(:first-child) {
	margin-top: 24px;
}

#info-tab-2 {
	align-items: flex-end;
	display: flex;
}

#info-tab-2 > div:first-child {
	flex-grow: 1;
}

#info-tab-2 > div:last-child {
	flex-basis: 50px;
	flex-grow: 0;
	margin-bottom: 5px;
}

#info-tab-2 > div:last-child a:hover {
	border: none;
}

/*============= vertical tabs ===============*/
#verticaltabs {
	background: #000;
	padding: 30px 0 20px;
	border:none;
}

#verticaltabs .col-md-2.verticaltabs-left {
	display: inherit;
	padding-top: 0;
}

#verticaltabs ul.vertical_list {
	margin: auto;
}

#verticaltabs .ui-widget-header {
	background: unset;
	border: none;
	padding-left: 0;
}

#verticaltabs .col-md-10.verticaltabs-right p {
	text-align: left;
	color: #fff;
	margin: auto;
	/*font-size: 16px;*/
	line-height: 22px;
}

#verticaltabs .col-md-10.verticaltabs-right #vertical-tabs-1 {
	display: flex;
	align-items: center;
}

#verticaltabs li.ui-tab {
	background: unset;
}

#verticaltabs li.ui-tabs-tab {
	/*font-size: 18px !important;*/
	color: #636363;
	font-weight: 600 !important;
	line-height: 24px;
	font-family: var(--main-font-family);
}

#verticaltabs ul.vertical_list.ui-tabs-nav li {
	list-style: none;
	padding: 0 15px 20px 15px;
}

#verticaltabs li.ui-tabs-tab a {
	padding: 0 !important;
	color: #ffffff7a !important;
}
#verticaltabs li.ui-tabs-tab.ui-tabs-active.ui-state-active a {
	list-style: disc !important;
	color: #fff !important;
}


.verticaltabs-left .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border:none;
}

#vertical-tabs-1, #vertical-tabs-2, #vertical-tabs-3 {
	padding: 0 15px;
}

/*========= footer css ===============*/
.footer_block {
	color: #fff;
}
.set_footer > div {
	padding: 6px 0 6px 0;
	line-height: 1em;
	min-height: 31px;
	max-height: 31px;
}
.set_county_img {
	width: 20px;
	height: 20px;
	max-width: 20px;
	margin: -4px 10px 0 15px;
	vertical-align: middle;
}
.set_footer div span.current {
	color: var(--accent-color1);
}

#listeners-current-peak-2 {
	margin-left: 25px;
}

.artist_list_block {
	display: block;
}
#preloder,
.loader-new {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader-new {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.loader-new > svg {
	height: 42px;
}

.boxtable {
	table-layout: fixed;
	width: 100%;
}

.loader_text {
	/*font-size: 58px;*/
	line-height: 58px;
	color: #636363;
	padding: 0;
	font-family: 'fleuronregular';
	font-weight: 500;
	text-align:center;
}


div#schedule1,div#schedule2 {
	display: none;
}

.channel-2 > .row , .channel-1 > .row {
	align-items: flex-end;
}

.set_channl_block > .row {
	min-height: 55px; /* required because image for channel number 1 is not as high as image for number 2*/
}

.set_footer p {
	margin-bottom: 0;
}
.set_footer p {
	margin-bottom: 0;
}

.footer_block > .row {
	width: 100% !important;
	max-width: 100% !important;
}

.set_footer {
	background-color: white;
	flex: 1 0 0%;
	width: 100%;
	min-height: 31px;
	max-height: 31px;
}

.set_footer .content {
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
}



/*=============== ==========================*/
.programme,.playlist-text,.nowplaying,.track-log,.holder,.set_country_data {
	display: none !important;
}



/*================ region AutoMarquee.js ===============*/
.auto-marquee {
	white-space: nowrap;
	overflow: hidden;
}

.marquee {
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.marquee > *:first-child {
	width: max-content;
	will-change: transform;
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
/*================ endregion ===============*/


/*================ region listeners-marquee ===============*/
#listeners-marquee-container {
	background-color: var(--background-color1);
	border-top: 1px solid var(--border-color1);
	justify-content: flex-start;
	margin: 0 auto 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
}

#listeners-marquee {
	width: max-content;
	will-change: transform;
}

#listeners-marquee.listeners-animated {
	transition-property: transform;
	transition-timing-function: linear;
	transform: translateX(-100%);
}

#listeners-marquee-filler-text {
	display: none;
	padding-right: 50px;
}

#listeners-marquee-preface-text {
	padding-right: 50px;
}
/*================ endregion ===============*/

#message-container {
	position: fixed;
	top: -200px;
	display: flex;
	justify-content: center;
	width: 100%;
	transition: top 1s;
}

#message-box {
	background-color: white;
	min-width: 200px;
	border: 1px solid var(--border-color1);
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.33);
}

/*================ responsive css ===============*/

@media (min-width: 576px) {
	:root {
		--main-font-weight: 335;
		--heading-font-weight: 425;
		--artist-track-font-weight: 400;
	}

	.schedule_tabs .ui-tabs .ui-tabs-nav li {
		margin-right: 10px;
	}

	.schedule_tabs ul[role=tablist] {
		justify-content: flex-start;
	}

	#image-credit {
		display: block;
	}
}


@media (min-width: 768px) {

	img.set_logo {
		max-width: 110px;
	}

	.ssr1_block {
		border-bottom: none;
		flex-basis: calc(50% - 31px);
		max-width: calc(50% - 31px);
	}

	.ssr2_block {
		flex-basis: calc(50% - 1px);
		max-width: calc(50% - 1px);
	}

	#channel-vertical-divider {
		display: block;
	}

	.pop_set_block, .vox_pop_2 {
		margin: 15px 0 46px 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.pop_set_block {
		border-bottom: none;
		flex-basis: calc(50% - 1px);
	}

	.vox_pop_2 {
		border-left: 1px solid grey;
	}

	#verticaltabs .col-md-2.verticaltabs-left {
		padding-top: 0.8em;
	}

	#verticaltabs ul.vertical_list {
		margin: unset;
	}

	#verticaltabs ul.vertical_list.ui-tabs-nav li {
		list-style: circle;
		color: #ffffff !important;
		padding: 0 0 18px 0;
	}

	#verticaltabs li.ui-tabs-tab.ui-tabs-active.ui-state-active {
		list-style: disc;
	}

	#verticaltabs ul.vertical_list.ui-tabs-nav li {
		width: 100%;
	}

	#verticaltabs .ui-widget-header {
		padding-left: 15px;
	}

	#vertical-tabs-1, #vertical-tabs-2 {
		padding: 1em 1.4em;
	}

}

@media (min-width: 992px) {

	.main-block {
		height: unset;
		overflow-y: unset;
	}

	.main-left-block {
		height: 100vh;
	}

	.main-right-block {
		height: calc(100vh - 31px);
		overflow-y: scroll;
	}

	.ssr1_block {
		border-bottom: 1px solid grey;
		flex-basis: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}

	.ssr2_block {
		flex-basis: 100%;
		max-width: 100%;
	}

	.pop_set_block, .vox_pop_2 {
		flex-basis: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
	}

	.pop_set_block {
		border-bottom: 1px solid grey;
		margin: 18px 15px 18px 15px;
	}

	.vox_pop_2 {
		border-left: none;
	}

	.set_channl_block {
		min-height: 99px;
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		justify-content: flex-end;
	}

	.channel-2.set_channl_block {
		min-height: unset;
		padding-top: unset;
	}

	.vox_pop_2 {
		margin: 0 15px 0 15px;
	}
}

@media (min-width: 1200px) {

	.ssr1_block {
		border-bottom: none;

		padding-left: 15px;
		padding-right: 15px;
	}

	.ssr1_block, .ssr2_block {
		flex-basis: calc(50% - 22px);
		max-width: calc(50% - 22px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.pop_set_block, .vox_pop_2 {
		margin: 15px 0 15px 0;
		padding-left: 40px;
		padding-right: 30px;
	}

	.pop_set_block {
		border-right: 1px solid var(--border-color1);
		border-bottom: none;
	}

	.channel-2.set_channl_block {
		min-height: 99px;
		padding-top: unset;
	}

	#verticaltabs .ui-widget-header {
		padding-left: 25px;
	}

	.schedule_tabs .list_schedule ul li div span:first-child {
		padding-right: 40px;
	}

	.number_block {
		text-align: right;
		flex-basis: 35px;
	}

	#info-tabs {
		padding-right: 45px;
		padding-left: 45px;
	}

	#info-tab-2 > div:last-child {
		margin-right: -15px;
	}

}

@media (min-width: 1400px) {
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
		max-width: 58.33333333%;
	}

	.schedule_tabs .ui-tabs .ui-tabs-nav li {
		margin-right: 20px;
	}
}
