@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&family=Roboto:wght@300;400;500&display=swap");
.moz-fix-wrapper {
	overflow: hidden;
}
header ul,
.social,
.social-alt,
.platforms,
.fixed-header ul.flex-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

.header-wrapper,
#persons-events-production {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hw-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hw-left,
.hw-right,
#persons-events-production .persons,
#persons-events-production .production,
#persons-events-production .events,
#audio-video .av-wrapper,
.slider-wrapper .a-wrapper,
.slider-wrapper .pe-wrapper,
.slider-wrapper .p-wrapper .desc_pod,
.mc-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#persons-events-production .persons a,
.slider-wrapper .p-wrapper a.title,
.mc-form .sub-form a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
}

h2 {
	font-size: 48px;
	font-weight: 400;
}

a {
	color: #ffffff;
	text-decoration: none;
}

p {
	font-size: 19px;
	line-height: 1.4em;
}

img {
	max-width: 100%;
}

.header-wrapper {
	height: 100vh;
	min-height: 500px;
	max-height: 1200px;
	background: url("/assets/img/header.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.hw-left {
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	width: 66%;
	padding: 64px 64px 9px;
}

.hw-right {
	width: 34%;
	padding: 45px 40px;
}

.chat-icon {
	position: fixed;
	width: 100px;
	height: 100px;
	bottom: 120px;
	left: 47px;
	z-index: 155;
}
.chat-icon img {
	width: 100%;
}
.open-chat .chat-icon {
	display: none;
}
.dev-logo {
	width: 81px;
	height: 23px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}
.chat-frame {
    width: 950px;
    max-height: 638px;
	position: fixed;
	top: 160px;
	bottom: 0;
	left: 0;
	z-index: 180;
	background: rgba(0,0,0,.8);
	display: block;
	transform: translateX(-100%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.chat-frame.expand {
	width: 100%;
	max-height: 100%;
}

.chat-frame iframe {
	width: 100%;
	height: 100%;
}
.open-chat .chat-frame {
	transform: translateX(0);
}

.chat-frame .close,
.chat-frame .btn-expand  {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}
.chat-frame .btn-expand {
	right: 80px;
	background: url(../img/ic-expand.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.chat-frame.expand .btn-expand {
	background-image: url(../img/ic-collapse.png);
}
.chat-frame .close:before,
.chat-frame .close:after {
	content: '';
	width: 34px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 14px;
    left: -2px;
}
.chat-frame .close:before {
	transform: rotate(45deg);
}
.chat-frame .close:after {
	transform: rotate(-45deg);
}

header {
	margin-bottom: 56px;
	font-size: 22px;
}

header ul {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header li:first-of-type a {
	color: #ff0000;
}

.hw-about img {
	margin-right: 60px;
}

.hw-about p {
	max-width: 700px;
}

.hw-title-wrapper {
	margin-top: auto;
}

.hw-title-wrapper h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 160px;
	font-weight: 900;
	letter-spacing: 46px;
	line-height: 120px;
	margin-right: -170px;
	text-align: right;
}

.hw-title-wrapper h1 span:first-of-type {
	margin-right: 413px;
}

.hw-title-wrapper h1 span:last-of-type {
	color: #ff0000;
}

.vu-meters {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.vu-meters img {
	width: 100%;
}

.vu-meters img:first-of-type {
	padding-right: 8.5px;
}

.vu-meters img:last-of-type {
	padding-left: 8.5px;
}
.vu-m {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.vu-m:nth-child(1) {
	position: relative;
	z-index: 1;
}
.vu-m:nth-child(2) {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
}
.vu-m:before,
.vu-m:after {
	content: '';
	width: 276px;
	height: 275px;
	display: block;
	
}
.vu-m:before {
	margin-right: 10px;
}
.vu-m:after {
	margin-left: 10px;
}
.vu-m:nth-child(1):before,
.vu-m:nth-child(1):after {
	background: url(../img/meter2.png) 0 0 no-repeat;
}
.vu-m:nth-child(2):before,
.vu-m:nth-child(2):after {
	background: url(../img/meter1.png) 0 0 no-repeat;
}
#meters{
    display:flex;
}
.meter {
    margin-right:20px;
}

.socials {
	margin-top: auto;
}

.social {
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #000000;
	margin-bottom: 23px;
	font-size: 19px;
	letter-spacing: .24px;
}

.social li:not(:first-of-type) {
	width: 51px;
}

.social li:not(:last-of-type) {
	margin-right: 25px;
}

.social a {
	display: block;
}

.social-alt {
	margin-left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.social-alt li:not(:last-of-type) {
	margin-right: 27px;
}

.social-alt a {
	display: block;
}

#live {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 47px 10px;
	height: auto;
}

#live h2 {
	margin-right: 45px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	white-space: nowrap;
	font-size: 37px;
	margin-bottom: 10px;
}

.week .tabnav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
}
.week .tabnav li {
	width: 46px;
	height: 46px;
	margin-right: 29px;
	border: 1px solid #808080;
	border-radius: 8px;t
	font-size: 21px;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}
.week .tabnav li.active {
	border-color: #fff;
	background: #fff;
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.week .tabnav li:last-child {
	margin-right: 0;
}
.boxes .box {
	display: none;
}
.timeline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: 11px;
}

.timeline:before {
	content: '';
	display: block;
	background-color: #ff0000;
	height: 3px;
	width: 100%;
	top: 38px;
	position: absolute;
}

.timeline-item {
	text-align: center;
	position: relative;
	padding: 0 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
}
.timeline-item.empty {
	cursor: default;
}

.timeline-item span {
	font-size: 14px;
	display: block;
	line-height: 1.26em;
}
.timeline-item .durationtime {
	white-space: nowrap;
}

.timeline-item span.time {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ff0000;
	margin-bottom: 26px;
}

.timeline-item:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #ff0000;
	height: 9px;
	width: 3px;
	top: 24px;
	left: -webkit-calc(50% - 1.5px);
	left: calc(50% - 1.5px);
}

#persons-events-production {
	min-height: 962px;
}

#persons-events-production .pep-left {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#persons-events-production .pep-right {
	width: 40%;
}

#persons-events-production .text-block {
	line-height: 25.6px;
	letter-spacing: 0.12px;
}

#persons-events-production .text-block a {
	font-size: 19px;
	text-decoration: underline;
}

#persons-events-production .persons,
#persons-events-production .production,
#persons-events-production .events {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#persons-events-production .persons {
	height: 50%;
	background-image: url("/assets/img/persons-back.jpg");
	padding: 30px 55px 55px 30px;
	position: relative;
}

#persons-events-production .persons .text-block {
	max-width: 430px;
	position: relative;
	left: -100%;
	-webkit-transition: left .3s linear;
	-o-transition: left .3s linear;
	transition: left .3s linear;
}

#persons-events-production .persons h2 {
	margin-top: auto;
	text-align: right;
}

#persons-events-production .persons a {
	margin-left: auto;
}

#persons-events-production .persons:hover .text-block {
	left: 0;
}

#persons-events-production .production {
	height: 50%;
	background-image: url("/assets/img/production-back.jpg");
	padding: 45px 45px 65px 65px;
}

#persons-events-production .production .text-block {
	max-width: 500px;
	margin-left: auto;
}

#persons-events-production .production p {
	margin-bottom: 35px;
}

#persons-events-production .production h2 {
	margin-top: auto;
}

#persons-events-production .events {
	height: 100%;
	background-image: url("/assets/img/events-back.jpg");
	padding: 40px 50px;
	position: relative;
}

#audio-video .av-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	height: 540px;
}

#audio-video span {
	font-family: "Montserrat", sans-serif;
	font-size: 192px;
	font-weight: 800;
	letter-spacing: 120px;
	margin-top: auto;
	line-height: .72em;
}

#audio-video .audio {
	background-image: url("/assets/img/audio-back.jpg");
}

#audio-video .audio span {
	color: #ff0000;
	margin-left: 300px;
}

#audio-video .video {
	background-image: url("/assets/img/video-back.jpg");
}

#audio-video .video span {
	margin-left: 185px;
}
#audio-video {
	margin-bottom: 60px;
}


/* #apepv {
	padding: 60px 32px 0;
} */
.section-slider {
	padding: 0 32px;
	margin-bottom: 60px;
}
.slider-wrapper {
	position: relative;
}

.slider-wrapper h2 {
	text-align: center;
	margin-bottom: 32px;
}

.swiper-button-next, 
.swiper-button-prev {
	color: #fff;
	top: 50%;
	margin-top: 0;
	height: 120px;
	width: 60px;
	background: rgba(0,0,0,.3);
}
.swiper-button-next {
	right: 0;
}
.swiper-button-pref {
	left: 0;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 60px;
}

.date_anounce {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 20%;
	border-bottom: 2px solid #fff;
}

#podcasts h2 {
	position: relative;
}

#podcasts h2 a.apple_podcast {
	position: absolute;
	content: '';
	width: 264px;
	height: 64px;
	background: url(../img/apple-podcasts.png) 0 0 no-repeat;
	top: 0;
	right: 0;
}

.slider-wrapper .a-wrapper {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 32px;
	height: 365px;
	background-size: cover;
	background-position: center;
}

.slider-wrapper .a-wrapper img {
	width: 100px;
	margin-bottom: auto;
}

.slider-wrapper .a-wrapper>div {
	text-align: right;
}

.slider-wrapper .a-wrapper .date {
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 43.2px;
}

.slider-wrapper .a-wrapper .hr {
	height: 2px;
	width: 115px;
	background-color: #ffffff;
	margin: 7px 0 7px auto;
}

.slider-wrapper .a-wrapper h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .64px;
	line-height: 1.2em;
	padding: 5px 0;
}

.slider-wrapper .a-wrapper h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0.48px;
	line-height: 25.6px;
}

.slider-wrapper .a-wrapper:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}

.slider-wrapper .a-wrapper.alt-1 {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: flex-end;
}

.slider-wrapper .a-wrapper.alt-1>div {
	text-align: left;
	position: relative;
	z-index: 3;
}

.slider-wrapper .a-wrapper.alt-1 .hr {
	margin: 7px 0;
}

.slider-wrapper .a-wrapper.alt-2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slider-wrapper .a-wrapper.alt-2 img {
	margin-bottom: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

.slider-wrapper .a-wrapper.alt-2>div {
	text-align: left;
}

.slider-wrapper .a-wrapper.alt-2 .hr {
	margin: 7px 0;
}

.slider-wrapper .a-wrapper.black {
	color: #000000;
}

.slider-wrapper .a-wrapper.black .hr {
	background-color: #000000;
}

.slider-wrapper .pe-wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-size: cover;
	background-position: center;
	padding: 32px;
	height: 365px;
	cursor: pointer;
}
.slider-wrapper .pe-wrapper h3 span {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slider-wrapper .pe-wrapper:hover h3 span {
	border-bottom-color: #fff;
}

.slider-wrapper .pe-wrapper h3 {
	font-size: 26px;
	letter-spacing: 0.64px;
}

.slider-wrapper .p-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 48px;
}

.slider-wrapper .p-wrapper img {
	margin-right: 16px;
}

.slider-wrapper .p-wrapper>div {
	min-height: 430px;
}

.slider-wrapper .p-wrapper a {
	text-decoration: underline;
}

.slider-wrapper .p-wrapper a.title {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 32px;
}

.slider-wrapper .p-wrapper p:not(:last-of-type) {
	margin-bottom: 32px;
}

.slider-wrapper .p-wrapper a.more {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-top: auto;
	margin-left: auto;
}

.slider-wrapper .col-xl-6 {
	margin-bottom: 60px;
}

.slider-wrapper iframe {
	height: 350px !important;
	width: 100% !important;
}

.col_video {
	margin-bottom: 30px;
	position: relative;
}

.col_video iframe {
	position: relative;
	z-index: 5;
}

.col_video:before {
	content: 'Загрузка видео...';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pod_image {
	flex: 0 0 240px;
	width: 240px;
	height: auto;
}

.show-more {
	position: relative;
	border-top: 2px solid #808080;
	margin-bottom: 15px;
	margin-top: 30px;
}

.show-more a {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 500;
	display: block;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
	margin-top: -11px;
	z-index: 2;
	position: relative;
}

.show-more:before {
	content: '';
	display: block;
	background-color: #000000;
	width: 320px;
	height: 4px;
	position: absolute;
	top: -3px;
	left: -webkit-calc(50% - 160px);
	left: calc(50% - 160px);
	z-index: 1;
}

.show-more:hover {
	border-color: #ffffff;
}

.show-more:hover a {
	color: #ffffff;
}

#motoradio-club {
	margin-bottom: 200px;
}

.mc-banner {
	height: 640px;
	background-image: url("/assets/img/motoradio-club-back.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}

.mc-banner span {
	font-family: "Montserrat", sans-serif;
	font-size: 112px;
	font-weight: 800;
	letter-spacing: 70px;
	text-transform: uppercase;
	line-height: .72em;
}

.mc-banner span:last-of-type {
	color: #000000;
	text-align: right;
	line-height: 1.01em;
}

.mc-banner .text-block {
	margin: auto 0 auto 96px;
	max-width: 720px;
}

.mc-banner .text-block p {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 300;
}

.mc-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
}

.mc-form h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.24px;
	color: #808080;
	display: block;
	position: absolute;
	top: -18px;
	left: -webkit-calc(50% - 105.82px);
	left: calc(50% - 105.82px);
	padding: 0 32px;
	background-color: #000000;
}

.mc-form img {
	margin-right: 62px;
	margin-top: 48px;
}

.mc-form .form {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 32px;
	margin-right: 30px;
	border-radius: 5px;
	border: 2px solid #cccccc;
	position: relative;
	margin-top: 50px;
}

.mc-form .sub-form {
	display: grid;
	grid-template-columns: 660px 1fr;
}

.mc-form .sub-form a {
	position: relative;
	text-transform: uppercase;
	padding: 8px 31px 6px 2px;
	border-bottom: 2px solid #ababab;
	margin-bottom: 24px;
}

.mc-form .sub-form a:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	width: 14px;
	height: 10px;
	background-image: url("/assets/img/arrow-down.png");
}

.mc-form .sub-form a:last-of-type {
	margin-bottom: 37px;
}

.mc-form .sub-form span {
	color: #808080;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

input[type=checkbox].styled {
	display: none;
}

input[type=checkbox].styled + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
}

input[type=checkbox].styled + label:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
    box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
    border-radius: 2px;
    position: relative;
    margin-right: 18px;
    flex: 0 0 24px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: ease .15s;
    -o-transition: ease .15s;
    transition: ease .15s;
    border: 1px solid #000;
}

input[type=checkbox].styled.error + label:before {
	border: 1px solid #f00;
}

input[type=checkbox].styled:checked + label:before {
    background: url(../img/input-checkbox-checked.png) center no-repeat #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.hf,
.success_mess {
	display: none;
}

.success_mess {
	border: 2px solid green;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #fff;
}

.form-group {
	margin-bottom: 32px;
}

.form-group input {
	width: 795px;
	height: 32px;
	font-size: 16px;
	padding-left: 12px;
	margin-right: 34px;
	-webkit-box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
	box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
	border-radius: 3px;
	border: 1px solid #000;
}

.form-group input.error {
	border: 1px solid #F00;
}

.form-group label {
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.47px;
}

.form-group:last-of-type {
	margin-bottom: 20px;
}

.checkbox-group {
	
}

.checkbox-group label {
	font-size: 19px;
	max-width: 374px;
}

.checkbox-group input[type="checkbox"] {
	display: none;
}

.checkbox-group input[type="checkbox"]:checked+span:after {
	display: block;
}

.checkbox-group span {
	display: block;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
	box-shadow: inset 1px 2px 5px rgba(120, 120, 120, 0.75);
	border-radius: 2px;
	position: relative;
	margin-right: 18px;
}

.checkbox-group span:after {
	content: '';
	display: none;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 2px;
	background-color: #ff0000;
}

.checkbox-group:not(:last-of-type) {
	margin-bottom: 23px;
}

.submit {
	position: absolute;
	background-color: #000000;
	padding: 0 30px;
	bottom: -83px;
	left: -webkit-calc(50% - 244.54px);
	left: calc(50% - 244.54px);
}

.submit button {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 800;
	color: #b1b1b1;
	text-transform: uppercase;
	background-color: #f1f1f1;
	border: 0;
	border-radius: 30px;
	padding: 27px 50px;
	cursor: pointer;
}

.submit button.valid {
	color: #009245;
}

#crew {
	padding: 0 30px 120px;
}

#crew .col {
	margin-bottom: 50px;
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    cursor: pointer;
}

#crew h2 {
	text-align: center;
	margin-bottom: 23px;
}

#crew img {
	width: 100%;
	margin-bottom: 22px;
}

#crew h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 12px;
}

#crew .show-more {
	margin-top: 66px;
}

footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 29px 30px;
}

footer a.logo {
	display: block;
}

footer a.logo img {
	width: 128px;
	margin-right: 30px;
}

footer p {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;
}

footer p:not(:last-of-type) {
	margin-bottom: 30px;
}

footer a.email-link {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 300;
	text-decoration: underline;
}
footer a {
	text-decoration: underline;
}

footer .contacts {
	text-align: right;
	margin-left: auto;
}

footer .platforms {
	margin-top: 33px;
}

.platforms a {
	display: block;
	margin-bottom: 0;
}

.platforms li:not(:last-of-type) {
	margin-right: 40px;
}

.platforms img {
	display: block;
}

.zoomer {
	-moz-transform-origin: 0 0;
}

#modal {
	right: 0;
	top: 160px;
	left: 0;
	/*height: calc(100vh - 160px);*/
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 159;
}

#modal .close {

}
#modal .modal > .row,
#modal .modal > .row > .col_content,
#modal .modal > .row > .col_image,
#modal .modal > .row > .col_image .img,
#modal .modal_content {
	height: 100%;
}
#modal .modal_content {
	overflow: auto;
	/*margin-top: 100px;*/
	padding-right: 30px;
}
#modal .modal_content a {
	border-bottom: 1px solid rgba(255, 255, 255, .7);
}
#modal .modal_content img {
	max-width: 100%;
	height: auto !important;
}

#modal .modal > .row > .col_image img {
	max-height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255,255,255,.2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #616161;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#modal .modal_content h2 {
	margin-bottom: .5em;
	line-height: 1.2em;
}
#modal .modal_content {
	line-height: 1.4em;
    font-size: 22px;
}
#modal .modal_content p {
	margin-bottom: 1em;
}

#modal .modal {
	width: 100%;
	height: 100%;
	background-color: #000000;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 36px 30px 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#modal .close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
}
#modal .close:before,
#modal .close:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 24px;
    left: -5px;
}
#modal .close:before {
	transform: rotate(45deg);
}
#modal .close:after {
	transform: rotate(-45deg);
}

#modal .show-more {
	margin-top: 40px;
}

#modal .modal .img {
	padding: 80px 0 0 100px;
}

#modal.active {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	display: block;
}

.open-modal {
    overflow: hidden;
}

.topmenu li:not(:first-child) a {
	border-bottom: 1px solid #fff;
}

.fixed-header {
	display: none;
	/* -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 120;
	height: 160px;
	background-color: #000000;
	padding: 16px;
}

.fixed-header .logo img {
	width: 128px;
}

.fixed-header ul.flex-menu {
	font-size: 22px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 15px;
}

.fixed-header ul.flex-menu .live-flag {
	position: relative;
	padding-left: 25px;
}

.fixed-header ul.flex-menu li:first-of-type a {
	color: #ff0000;
}

.fixed-header ul.flex-menu li:not(:first-child) a {
	border-bottom: 1px solid #fff;
}
.topmenu li:first-child {
	position: relative;
	padding-left: 30px;
}
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.fixed-header ul.flex-menu li:first-of-type:before,
.topmenu li:first-child:before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	background-color: #ff0000;
	border-radius: 50%;
	position: absolute;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	left: 0;
	animation-name: blinker;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(1.0,0,0,1.0);
	animation-duration: 1.5s;
	-webkit-animation-name: blinker;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
	-webkit-animation-duration: 1.5s;
}

.fixed-header ul.flex-menu li:not(:last-of-type) {
	margin-right: 45px;
}

.fixed-header span {
	font-size: 19px;
	color: #808080;
	text-transform: uppercase;
}

.fixed-header .social {
	color: #ffffff;
	font-size: 19px;
	margin-bottom: 13px;
}

.fixed-header .social li:not(:last-of-type) {
	margin-right: 26px;
}

.fixed-header .social-alt li:not(:last-of-type) {
	margin-right: 32px;
}

.fixed-header.active {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	display: block;
}

.flex-player {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-player .jp-play2 {
	transform: scale(0.625);
    transform-origin: 0 50%;
}

.flex-player .label {
	margin-top: 2px;
}

.flex-player .divider {
	width: 2px;
	height: 40px;
	background-color: #808080;
	margin: 0 30px;
}

.flex-player .song-title {
	font-family: "Roboto", sans-serif;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 0.72px;
	width: 570px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.flex-player .volume {
	margin-right: 25px;
}

.top-volume-slider {
	width: 202px;
}
.over_link {
	position: absolute !important;
	z-index: 10;
	width: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.jp-audio, 
.jp-audio-stream, 
.jp-video {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.player .jq-selectbox {
	display: block;
}
.player .jq-selectbox__select {
	border-bottom: 1px solid #FFF;
	height: 30px;
	cursor: pointer;
}
.player .jq-selectbox__select-text {
	font-size: 17px;
	text-transform: uppercase;
}
.player .jq-selectbox__trigger {
	position: absolute;
	height: 100%;
	width: 30px;
	top: 0;
	right: 0;
}
.player .jq-selectbox li {
	padding: 7px 10px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
}
.player .jq-selectbox li:hover {
	background: rgba(255,255,255,.2);
}
.player .jq-selectbox__trigger-arrow {
	width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	position: relative;
    left: 9px;
    top: -5px;
}
.player .jq-selectbox__dropdown {
	width: 100% !important;
	background: #000;
}
.player{
	width: 570px;
	height: 288px;
	background: url(../img/player-tr.png) 0 0 no-repeat;
	padding: 18px 20px 0;
}
.chat-col {
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
}
.fixed-header .chat-col span {
	color: #fff;
}
.player .chat-icon,
.chat-col .chat-icon {
	position: static;
	font-size: 19px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: auto;
	height: auto;
}
.player .chat-icon span,
.chat-col .chat-icon span {
	display: block;
}
.player .chat-icon img,
.chat-col .chat-icon img {
	width: 60px;
	height: 60px;
}
.player-ui .jp-play2 {
	border: none;
	background: #f2f2f2;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	overflow: hidden;
	position: relative;
}
.player-ui .jp-play2:before,
.player-ui .jp-play2:after,
.player-ui .jp-mute:before,
.player-ui .jp-mute:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.player-ui .jp-play2:before {
	background: url(../img/play-btn.svg) 28px 50% no-repeat;
	-webkit-background-size: 29px 33px;
	background-size: 29px 33px;
}
.player-ui .jp-play2:after {
	background: url(../img/pause-button.svg) 50% 50% no-repeat;
	-webkit-background-size: 29px 33px;
	background-size: 29px 33px;
	transform: translateY(-100%);
}
.jp-state-playing .player-ui .jp-play2:before {
	transform: translateY(-100%);	
}
.jp-state-playing .player-ui .jp-play2:after {
	transform: translateY(0);	
}
.player .jp-volume-slider {
	flex: 1 0 auto;
}
.player-ui .jp-mute {
	width: 29px;
	height: 29px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
	border: none;
	flex: 0 0 29px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.player-ui .jp-mute:before,
.player-ui .jp-mute:after {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.player-ui .jp-mute:before {
	background-image: url(../img/mute-button.svg);
}
.player-ui .jp-mute:after {
	background-image: url(../img/unmute-button.svg);
	transform: translateY(-100%);
}
.jp-state-muted .player-ui .jp-mute:before {
	transform: translateY(-100%);	
}
.jp-state-muted .player-ui .jp-mute:after {
	transform: translateY(0);	
}
.player .col_controls {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: 5px;
}
.player .row:first-child {
	margin: 0 -8px 13px;
}
.player .row:first-child .col-auto {
	padding-left: 8px;
	padding-right: 8px;
}
.player .row:first-child .col-auto:last-child {
	flex: 1 0 auto;
}
.player-ui .ui-widget-content {
    border: 2px solid #fff;
    background: none;
}
.player-ui .ui-slider-horizontal {
    height: 12px;
}
.player-ui .ui-widget-header {
	background: none;
}
.player-ui .ui-slider-horizontal .ui-slider-handle {
	border-radius: 50%;
	border: none;
	background: #fff;
	top: -7px;
}


.border-div {
	border: 1px solid #808080;
	border-radius: 5px;
}
.border-div .label {
	color: #808080;
	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
	padding: 0 10px;
	left: 50%;
	top: -15px;
	margin-left: -140px;
	z-index: 5;
	white-space: nowrap;
	background: url(../img/player-back.png) -192px -26px no-repeat;
}
.border-div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #5b5b5b;
	z-index: 1;
	border-radius: 5px;
}
.now-play {
	position: relative;
	height: 40px;
	padding: 0 15px;
}
.now-play .trackname {
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 398px;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	font-family: Roboto, sans-serif;
}
.before-playing {
	position: relative;
}
.before-playing ul {
	list-style-type: none;
	font-size: 16px;
	color: #fff;
	padding: 6px 10px;
	height: 86px;
	overflow: hidden;
}
.before-playing ul li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	line-height: 26px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.player .row:last-child {
	margin-top: 32px;
}

#jp_container_1 {
	/*display: none;*/
}
.live-flag {
	display: none;
}
.text-popup {
	width: 820px;
	color: #000;
}
.hidden {
	display: none;
}
.fancybox-slide--html .fancybox-close-small {
	color: #000;
}
.text-popup p {
	font-size: 16px;
	margin-bottom: 1.4em;
}
.text-popup ul {
	margin-bottom: 1.4em;
	padding-left: 2em;
}
.text-popup h3 {
	margin-bottom: 1em;
}
.highcharts-axis-labels,
.highcharts-yaxis-grid {
	display: none;
}
.highcharts-title,
.highcharts-background {
	fill: rgba(0,0,0,0);
}
.highcharts-gauge-series .highcharts-dial {
	fill: #000;
	stroke-width: 0;
}
g.highcharts-series, .highcharts-point, .highcharts-markers, .highcharts-data-labels {
	-webkit-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.highcharts-root {
	fill: none;
	width: 613px;
	height: 297px;
}
.highcharts-figure{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	right: -20px;
	z-index: 2;
}
.share-buttons {
	position: absolute;
    bottom: 59px;
    left: 30px;
}
