

/* Start:/bitrix/templates/.default/fonts/fonts.css?15790088702096*/
@font-face {
		font-family: "PTSansRegular";
		src: url("/bitrix/templates/.default/fonts/PTSansRegular/PTSansRegular.eot");
		src: url("/bitrix/templates/.default/fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PTSansItalic";
		src: url("/bitrix/templates/.default/fonts/PTSansItalic/PTSansItalic.eot");
		src: url("/bitrix/templates/.default/fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "PTSansBold";
		src: url("/bitrix/templates/.default/fonts/PTSansBold/PTSansBold.eot");
		src: url("/bitrix/templates/.default/fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/PTSansBold/PTSansBold.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/PTSansBold/PTSansBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ComfortaaRegular";
		src: url("/bitrix/templates/.default/fonts/ComfortaaRegular/ComfortaaRegular.eot");
		src: url("/bitrix/templates/.default/fonts/ComfortaaRegular/ComfortaaRegular.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/ComfortaaRegular/ComfortaaRegular.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/ComfortaaRegular/ComfortaaRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ComfortaaLight";
		src: url("/bitrix/templates/.default/fonts/ComfortaaLight/ComfortaaLight.eot");
		src: url("/bitrix/templates/.default/fonts/ComfortaaLight/ComfortaaLight.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/ComfortaaLight/ComfortaaLight.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/ComfortaaLight/ComfortaaLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ComfortaaBold";
		src: url("/bitrix/templates/.default/fonts/ComfortaaBold/ComfortaaBold.eot");
		src: url("/bitrix/templates/.default/fonts/ComfortaaBold/ComfortaaBold.eot?#iefix")format("embedded-opentype"),
		url("/bitrix/templates/.default/fonts/ComfortaaBold/ComfortaaBold.woff") format("woff"),
		url("/bitrix/templates/.default/fonts/ComfortaaBold/ComfortaaBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
/* End */


/* Start:/bitrix/templates/.default/css/owl.carousel.css?15790088704770*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-loaded .animated {
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-loaded .owl-animated-in {
    z-index: 0;
}

.owl-loaded .owl-animated-out {
    z-index: 1;
}

.owl-loaded .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
  /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: -9999px;
}

.owl-loaded {
    display: block;
}

.owl-loading {
    opacity: 0;
    display: block;
}

.owl-hidden {
    opacity: 0;
}

.owl-refresh .owl-item {
    display: none;
}

.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-rtl {
    direction: rtl;
}

.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/bitrix/templates/.default/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-video-playing .owl-video-tn,
 .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-video-frame {
    position: relative;
    z-index: 1;
}

/* End */


/* Start:/bitrix/templates/.default/css/jquery.jscrollpane.css?15790088701689*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ffffff;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0.07;
	background: #000000;
	border-radius: 4px;	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspScrollable,
.jspContainer {
	width: auto !important;
	outline: none;
}
/* End */


/* Start:/bitrix/templates/.default/css/main.css?164794202381206*/
html {
    line-height: 1.15;
/* 1 */
    -ms-text-size-adjust: 100%;
/* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
	color: #FF2F9C;
	font-size: 42px;
	font-family: ComfortaaBold;
	margin-bottom: 25px;
	margin-top: 0;
}
h2,
h3,
h4,
h5,
h6,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6 {
	color: #4A4A4A;
	font-family: ComfortaaBold;
	margin-bottom: 25px;
	font-size: 18px;
	margin-bottom: 4px;
}
h2, .title-h2 {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
h3, .title-h3 {
	font-size: 20px;
}
figcaption,
figure,
main {
/* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
/* 1 */
    height: 0;
/* 1 */
    overflow: visible;
/* 2 */
}

pre {
    font-family: monospace, monospace;
/* 1 */
    font-size: 1em;
/* 2 */
}

a {
    background-color: transparent;
/* 1 */
    -webkit-text-decoration-skip: objects;
/* 2 */
}

abbr[title] {
    border-bottom: none;
/* 1 */
    text-decoration: underline;
/* 2 */
    text-decoration: underline dotted;
/* 2 */
}

body b,
body strong {
    font-weight: normal;
	font-family: "PTSansBold";
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
/* 1 */
    font-size: 1em;
/* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
	max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
/* 1 */
    overflow: visible;
}

button,
select {
/* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
/* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/* 1 */
    color: inherit;
/* 2 */
    display: table;
/* 1 */
    max-width: 100%;
/* 1 */
    padding: 0;
/* 3 */
    white-space: normal;
/* 1 */
}

progress {
    display: inline-block;
/* 1 */
    vertical-align: baseline;
/* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/* 1 */
    padding: 0;
/* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
/* 1 */
    outline-offset: -2px;
/* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
/* 1 */
    font: inherit;
/* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
ul,
li {
	padding: 0;
	list-style: none;
	margin: 0;
}
body {
    margin: 0;
}

body {
    color: #000000;
    font-family: 'PTSansRegular', sans-serif;
    background: #ffffff;
    min-width: 320px;
	line-height: 1.4;
	font-size: 18px;
}
p {
	margin-bottom: 12px;
	margin-top: 0;
}
a:hover {
	text-decoration: none;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.right-position {
	float: right;
}
.left-position {
	float: left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.uppercase {
	text-transform: uppercase;
}
.left-menu {
	position: fixed;
	width: 327px;
	top: 0;
	left: 0;
	background: #61616A;
	background: linear-gradient(to top, #363636, #61616A);
	height: 100%;
}
.logo {
	background-color: #FF2F9C;
    height: 80px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 72px;
}
.logo img {
	width: 255px;
	vertical-align: middle;
}
.main-menu-wrapper {
    display: table;
    width: 100%;
}
.main-menu {
    display: table-cell;
    height: 100%;
    vertical-align: middle;	
}
.main-menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 32px;
	color: #CECEDB;
	font-size: 20px;
	text-decoration: none;
	font-family: "ComfortaaBold";
}
.main-menu a:hover {
	background: rgba(0,0,0,0.17);
}
.main-menu .selected:not(.parent) > a {
	background: rgba(0,0,0,0.17);
	color: #ffffff;
}
.page {
	margin-left: 327px;
}
.main-news {
	margin-bottom: 50px;
}
header {
    height: 80px;
    line-height: 80px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.05);
    position: fixed;
    left: 327px;
    right: 0;
    top: 0;
    z-index: 100;
    background: #ffffff;
}
.radio-wave {
	width: 284px;
	box-sizing: border-box;
	border-right: 1px solid #eeeeee;
	font-size: 18px;
	position: relative;
	float: left;
	cursor: pointer;
}
.radio-wave__wrapper {
	overflow: hidden;
	margin: 0 35px 0 20px;
	white-space: nowrap;
}
.radio-wave:hover {
	color: #FF2F9C;
}
.radio-wave:after {
	content: "";
    width: 9px;
    height: 9px;
    border: 1px solid #FF2F9C;
    border-top: none;
    border-left: none;
    position: absolute;
    right: 26.8px;
    top: 32px;
    bottom: 0;
    transform: rotate(45deg);
}
.radio-wave.open:after {
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	top: 28px;
}
.radio-wave__frequency {
	font-family: "PTSansBold";
	margin-right: 6px;
}
.radio-wave__city {
	text-transform: uppercase;
	color: #4A4A4A;
	letter-spacing: 0.93px;
}
.radio-wave:hover .radio-wave__city {
	color: #FF2F9C;
}
.player {
    float: left;
	padding-left: 27px;
    margin-right: 24px;
	height: 80px;
	line-height: 1;
}
.player span.player-button {
    font-size: 18px;
	cursor: pointer;
    text-transform: uppercase;
    color: #FF2F9C;
    letter-spacing: 0.96px;
	position: relative;
	padding-left: 26px;
	display: inline-block;
	margin-top: 30px;
}
.player span.player-button:before {
	content: "";
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
    border-top: 7px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #FF2F9C;	
}
.player span:hover {
	color: #DC0A78;
}
.player span:hover:before {
	border-left: 12px solid #E81182;
}
.artist {
	float: left;
	font-size: 18px;
	color: #4A4A4A;
	display: none;
}
.artist__img {
	display: table-cell;
    overflow: hidden;
    padding-top: 13px;
	padding-right: 17px;
	line-height: 0;
}
.artist__img img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
	height: 80px;
}
.artist-wrapper {
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
	height: 78px;
}
.radio-online {
	float: left;
}
.language-select {
	float: right;
	width: 105px;
	border-left: 1px solid #eeeeee;
	height: 80px;
	position: relative;
	cursor: pointer;
	display: block;
}
.language-select:before {
	content: "";
	width: 26px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-image: url(/bitrix/templates/.default/css/../img/flags.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 50%;
	z-index: 2;
}
.language-select.tat:before {
	background-position: 0 0;
}
.language-select.ru:before {
	background-position: 0 100%;
}
.language-select:after {
	content: "";
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 1;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.language-select:hover:after {
	background: #ededed;
}
.play-list {
	width: 140px;
	float: right;
	border-left: 1px solid #eeeeee;
	text-align: center;
	color: #FF2F9C;
	cursor: pointer;
	font-size: 18px;
}
.play-list:hover {
	color: #DC0A78;
}
.volume-control {
	float: right;
	width: 150px;
	height: 80px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	border-left: 1px solid #eeeeee;
}
.volume-control__slider{
	border-radius: 25px;
	width: 72px;
	position: absolute;
	height: 5px;
	background-color: #FFEAE0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 25px;
}
.volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	position: absolute;
	margin-top: -5px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #FF2E92;
	outline: none;
	top: -2.5px;
	margin-left: -5px;
	border-radius: 50%;
}
.ui-slider-handle:hover {
	width: 12px;
	height: 12px;
	top: -4px;
	margin-left: -6px;
}
.ui-slider-range {
	background: #FF2E92;
	background-image: linear-gradient(-90deg, #FF7DBB 0%, #FF2E92 100%);
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}
.volume-control__mute {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/.default/css/../img/mute.png) 50% no-repeat / contain;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.volume-control__mute:hover {
	background: url(/bitrix/templates/.default/css/../img/mute2.png) 50% no-repeat / contain;
}
.volume-control__mute.active {
	background: url(/bitrix/templates/.default/css/../img/mute3.png) 50% no-repeat / contain;
}
.volume-control__mute.active:hover {
	background: url(/bitrix/templates/.default/css/../img/mute4.png) 50% no-repeat / contain;
}
.work-area {
	margin-top: 80px;
	overflow: hidden;
}
.main-left {
	float: left;
	width: 75%
}
.main-right {
	float: left;
	width: 25%
}
.main-slider {
	height: 850px;
	position: relative;
}
.main-slider__slide {
	height: 850px;
	position: relative;
}
.main-slider__shadow {
	position: absolute;
	background-image: linear-gradient(-180deg, #ffffff 0%, #ebebeb 100%);
	height: 370px;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.main-slider__content {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
}
.main-slider__text {
	display: table-cell;
    width: 48%;
    vertical-align: middle;
    height: 850px;
    padding-right: 25px;
    padding-left: 40px;
}
.main-slider__image {
	display: table-cell;
	width: 52%;
	height: 850px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.efir-time {
	font-size: 25px;
	color: #4A4A4A;
}
.efir-time span {
	color: #FF2F9C;
	font-size: 18px;
	display: block;
	margin-top: 4px;
	text-transform: uppercase;
}
.main-slider__text .paragraph {
	margin: 34px 0 39px 0;
	font-size: 22px;
	color: #4A4A4A;
}
.main-slider__text .button {
	text-transform: uppercase;
}
.owl-nav.disabled,
.owl-dots.disabled {
	display: none;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
	right: 50%;
}
.owl-dots .owl-dot {
	display: inline-block;
	background: #ff2f9c;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 9px;
	margin-right: 9px;
	opacity: 0.5;
}
.owl-dot.active {
	background: #e81182;
	opacity: 1;
}
.main-slider .owl-dots {
    width: 100%;
    right: 0;
    text-align: center;
}
.music-wrapper {
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.07);
	position: relative;
	z-index: 2;
}
.music-wrapper__title {
	background: #FF2F9C;
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.07);
	height: 82px;
	line-height: 82px;
	text-align: center;
}
.music-wrapper__title span {
	font-family: ComfortaaBold;
	font-size: 29px;
	color: #FFFFFF;	
}
.music-wrapper__img {
	float: left;
	width: 65px;
	margin-right: 17px;
	border-radius: 50%;
	overflow: hidden;
}
.music-wrapper__img img {
	display: block;
	width: 100%;
}
.music-wrapper__body {
	margin: 30px 22px 0 22px;
	height: 738px;
	margin-top: 30px;
}
.music-wrapper__item {
	margin: 30px 0;
	cursor: pointer;
}
.music-wrapper__item:first-child {
	margin-top: 0;
}
.music-wrapper__item:last-child {
	margin-bottom: 0;
}
.music-wrapper__name {
	float: left; 
	margin-top: 5px;
	max-width: calc(100% - 120px);	
}
.music-wrapper__name .strong {
	color: #4A4A4A;
}
.heart {
	width: 16px;
	height: 15px;
	background-image: url(/bitrix/templates/.default/css/../img/likes.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	cursor: pointer;
}
.heart:hover,
.heart.active {
	background-position: 0 100%;
}
.music-wrapper__like {
    float: right;
    padding-right: 15px;
    margin-top: 12px;
}
.main-col-1 {
	margin: 68px 0 35px 0;
	padding: 0 12.5px 0 40px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.main-col-2 {
	margin: 68px 0 35px 0;
	float: left;
	padding: 0 12.5px;
	width: 25%;
}
.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.congradulation {
	background: url(/bitrix/templates/.default/css/../img/congradulation.png) 0 0 repeat;
	height: 255px;
	position: relative;
	margin-bottom: 27px;
	overflow: hidden;
}
.congradulation-content {
	background: #ffffff;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	text-align: center;
	padding: 30px 25px 25px 25px;
	font-size: 22px;
	color: #4A4A4A;
	line-height: 28px;
}
.congradulation .button {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-top: 28px;
}
.main-video {
	height: 263px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	display: block;
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;	
}
.main-video:hover {
	opacity: 0.8;
}
.main-video__label {
	padding: 0 8px;
	height: 33px;
	line-height: 33px;
	background-image: linear-gradient(-135deg, #FF409B 0%, #FF9861 100%);
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.07);
	display: inline-block;
	position: absolute;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	left: 32px;
}
.main-video__play {
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	padding-left: 24px;
	position: absolute;
	text-transform: uppercase;
	bottom: 12px;
	left: 32px;
}
.main-video__play:before {
    width: 11.8px;
    height: 16.4px;
    content: "";
    background-image: url(/bitrix/templates/.default/css/../img/play.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;	
}
.interview {
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.interview img {
	border-radius: 50%;
	margin-bottom: 20px;
}
.interview a {
	text-decoration: none;
}
.interview__type {
	font-family: "PTSansBold";
	font-size: 14px;
	color: #FF2F9C;
	letter-spacing: 1.23px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.interview__quote {
	font-family: "PTSansBold";
	font-size: 24px;
	font-style: italic;
	color: #4A4A4A;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 7px;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
		-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;	
}
a:hover .interview__quote {
	color: #FF2F9C;
}
.interview__date {
	font-size: 14px;
	color: #919191;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.workarea {
	margin: 0 40px;
}
.main-news {
	margin-top: 50px;
}
.main-news.row {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.main-news__item {
	width: 25%;
	padding-left: 12.5px;
	padding-right: 12.5px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.main-news__item a {
	text-decoration: none;
	display: block;
}
.main-news__name {
	font-size: 22px;
	font-family: "PTSansBold";
	margin-top: 22px;
	color: #4A4A4A;
	display: block;
}
.main-news__date {
	color: #4A4A4A;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}
.main-news__img {
	display: block;
	overflow: hidden;
}
.main-news__img img {
	display: block;
	width: 100%;
}
.footer {
	background-image: linear-gradient(90deg, #54545A 0%, #363636 100%);
	box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.12);
	padding: 22px 105px;
	color: #ADADAD;
	margin-top: 55px;
}
.footer a {
	color: #eeeeee;
}
.footer__column-1 {
	float: left;
	margin-right: 100px;
}
.footer__column-2 {
	float: left;
}
.menu-socials {
	padding-left: 26px;
}
.menu-socials a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 24px;
}
.menu-socials a:hover {
	opacity: 0.8;
}
.menu-socials a.vk {
	background: url(/bitrix/templates/.default/css/../img/vk.png) 0 0 no-repeat;
	background-size: contain;
}
.menu-socials a.fb {
	background: url(/bitrix/templates/.default/css/../img/fb.png) 0 0 no-repeat;
	background-size: contain;
}
.menu-socials a.telegram {
	background: url(/bitrix/templates/.default/css/../img/telegram.png) 0 0 no-repeat;
	background-size: contain;
}
.copy {
	margin-top: 15px;
	color: #ffffff;
	font-size: 16px;
}
.menu-socials {
	position: absolute;
	bottom: 32px;
}
/***************/
.title {
	font-family: ComfortaaBold;
	font-size: 72px;
	color: #4A4A4A;
	letter-spacing: 0.53px;
	margin-bottom: 16px;
}
.title-2 {
	font-family: ComfortaaBold;
	font-size: 40px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 45px;
	margin-bottom: 16px;
}
.button {
    display: inline-block;
    background: #FF2F9C;
    padding: 0 33px;
    height: 55px;
    border-radius: 55px;
    color: #ffffff;
    text-decoration: none;
    line-height: 55px;
    outline: none;
	font-size: 22px;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	text-transform: uppercase;
}
.button:hover,
body a.button:hover {
	background: #E6128A;
	color: #ffffff;
}
.button:active,
body a.button:active {
	background: #DC0A78;
	color: #ffffff;
}
.strong {
	font-family: "PTSansBold";
}
.main-content {
	padding: 68px 40px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-lg-1, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.bg {
	background-image:
		url(/bitrix/templates/.default/css/../img/play-hover.png),
		url(/bitrix/templates/.default/css/../img/pause.png),
		url(/bitrix/templates/.default/css/../img/mute2.png),
		url(/bitrix/templates/.default/css/../img/mute3.png),
		url(/bitrix/templates/.default/css/../img/mute4.png),
		url(/bitrix/templates/.default/css/../img/mute2_2.png),
		url(/bitrix/templates/.default/css/../img/mute3_2.png),
		url(/bitrix/templates/.default/css/../img/mute4_2.png),
		url(/bitrix/templates/.default/css/../img/calendar-hover@1x.png),
		url(/bitrix/templates/.default/css/../img/calendar-hover@2x.png),
		url(/bitrix/templates/.default/css/../img/check@1x.png),
		url(/bitrix/templates/.default/css/../img/check@2x.png),
		url(/bitrix/templates/.default/css/../img/check-hov@1x.png),
		url(/bitrix/templates/.default/css/../img/check-hov@2x.png),
		url(/bitrix/templates/.default/css/../img/apple-hover@2x.png);
}
.col-md-show,
.col-sm-show,
.col-xs-show {
	display: none;
}
.inner-page {
	margin: 40px;
}
.page-content {
	font-size: 18px;
	color: #4A4A4A;	
}
.page-content a {
	color: #4A90E2;
	text-decoration: none;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
		-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.page-content a *,
.main-news a:hover .main-news__name {
	text-decoration: none;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
		-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;	
}
.page-content a:hover,
.main-news a:hover .main-news__name {
	color: #dd147d;
}
.page-content a:active,
.main-news a:active .main-news__name {
	color: #bc095f;
}
.clients__item {
	border: 1px solid #E6E6E6;
	padding: 7px;
	height: 104px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.clients__img {
	height: 102px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.market .title-h3 {
	font-size: 26px;
	margin-bottom: 15px;
}
.market {
	border: 1px solid #E6E6E6;
	max-width: 410px;
	margin-left: 50px;
	margin-top: -75px;
}
.market-wrapper {
	padding: 32px;
	display: block;
}
.market__item {
	margin-bottom: 10px;
}
.line {
	height: 1px;
	background: #E6E6E6;
}
.presentation {
	display: block;
	position: relative;
}
.presentation .title-h3 {
	margin-bottom: 0;
}
.gray {
	color: #BFBFBF;
}
.presentation:hover .title-h3 {
	color: #dd147d;
}
.presentation:active .title-h3 {
	color: #bc095f;
}
.presentation:after {
	content: "";
	width: 89px;
	height: 89px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	margin: auto;
	background: url(/bitrix/templates/.default/css/../img/presentation@2x.png) 0 0 no-repeat / contain;
}
.hit-parade {
	max-width: 1200px;
	border-bottom: 2px solid #E6E6E6;
	padding-bottom: 45px;
	margin-bottom: 50px;
}
.hit-parade .music-wrapper {
	box-shadow: none;
}
.hit-parade .music-wrapper__body {
	padding: 0;
	height: auto;
}
.music-wrapper__number {
	color: #E2E2E2;
	font-size: 44px;
	font-family: ComfortaaBold;
	float: left;
	margin-right: 15px;
	width: 32px;
    text-align: center;	
}
.hit-parade .music-wrapper__img {
	margin-top: 5px;
	width: 50px;
	margin-right: 12px;
}
.hit-parade .music-wrapper__name {
	font-size: 14px;
	margin-top: 11px;
}
.hit-parade .music-wrapper__like {
	margin-top: 15px;
}
.hit-parade .music-wrapper__item {
	max-width: 320px;
}
.hit-parade .heart {
    width: 12px;
    height: 11px;	
}
.apple {
	width: 12px;
	height: 15px;
	background: url(/bitrix/templates/.default/css/../img/apple@2x.png) 0 0 no-repeat / cover;
	cursor: pointer;
	float: left;
	margin-right: 25px;
	margin-top: -3px;
	display: none;
}

.apple.active,
.apple:hover {
	background: url(/bitrix/templates/.default/css/../img/apple-hover@2x.png) 0 0 no-repeat / cover;
}
.hit-parade .apple {
	display: block;
	margin-right: 9px;
}
.heart {
	float: left;
}
.hit-parade .music-wrapper__item {
	margin: 15px 0;
}
.hit-parade .music-wrapper__body {
	margin-top: 0;
}
.hit-parade .music-wrapper__item:first-child {
	margin-top: 0;
}
.hit-parade .music-wrapper__item:last-child {
	margin-bottom: 0;
}
.small-hit-parade {
	display: none;
}
.txt-wrapper {
	max-width: 970px;
}
.hit-parade-txt {
	padding-left: 30px;
}
.anchorman {
	font-size: 13px;
	margin-bottom: 25px;
}
.schedule {
	margin-bottom: 30px;
}
.schedule td:first-child {
	font-size: 13px;
	text-transform: uppercase;
	font-family: "PTSansBold";
	padding-right: 10px;
}
.schedule span {
	color: #4A4A4A;
	font-size: 13px;
	background: #f5f5f5;
	vertical-align: top;
	display: inline-block;
	padding: 2px 4px;
}
.hit-parade-img + div{
	padding-left: 40px;
}
.posters {
	margin-left: -10px;
	margin-right: -10px;
	max-width: 1420px;
}
.poster {
	max-width: 284px;
	max-height: 511px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	float: left;
	width: 33.33%;
}
.poster__img {
	max-height: 360px;
	overflow: hidden;
}
.poster__name {
	font-family: "PTSansBold";
	font-size: 16px;
	overflow: hidden;
	margin: 16px 0 11px 0;
	line-height: 1.2;
}
.poster__description {
	text-transform: uppercase;
	font-size: 13px;
}
.poster-list .poster__description {
	min-height: 36px;
}
a.button-white {
	display: inline-block;
	text-decoration: none;
	color: #FF2F9C !important;
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(255,47,156,0.25);
	border-radius: 34px;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 13px;
	font-family: "PTSansBold";
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.button-white:hover {
	color: #ffffff !important;
	background: #E6128A;
	border: 1px solid #E6128A;
}
.button-white:active {
	color: #ffffff !important;
	background: #DC0A78;
	border: 1px solid #DC0A78;
}
.poster .button-white {
	margin-top: 16px;
	min-width: 174px;
	text-align: center;
}
.show-more {
	clear: both;
	margin-top: 38px;
}
.posters a.button {
	height: 41px;
	line-height: 41px;
	font-size: 16px;
}
.news-list .poster {
	width: 284px;
}
.news-list .poster__img {
	height: 170px;
	text-align: center;
}
.news-list .poster__img img {
	width: 264px;
	display: block;
}
.news-list .poster__name {
	text-align: center;
	margin: 15px 0 4px 0;
	color: #4A4A4A;
	overflow: hidden;
	max-height: 38px;
	overflow: hidden;
}
.news-list .poster__description {
	text-align: center;
	font-size: 11px;
	color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news-list a:hover .poster__name {
	color: #dd147d;
}
.news-list a:active .poster__name {
	color: #bc095f;
}
.news-list .poster {
	margin-bottom: 35px;
	height: 241px;
}
.player span.player-button.jp-pause:before {
	width: 13px;
	height: 15.6px;
	top: 1px;
	background-image: url(/bitrix/templates/.default/css/../img/pause.png);
	border: none;
	background-size: 100%;
}
.player span.player-button.jp-pause:hover:before {
	background-position: 0 100%;
}
p + h2 {
	margin-top: 45px;
}
.main-menu li ul {
	background: rgba(0,0,0,0.20);
	display: none;
	overflow: hidden;
}
.main-menu li li {
	margin: 5px 0;
}
.main-menu li li:first-child {
	margin-top: 13px;
}
.main-menu li li:last-child {
	margin-bottom: 13px;
}
.main-menu li li a {
	padding-left: 44px;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
}
.main-menu li li a:hover {
	background: rgba(0,0,0,0.15);
}
.main-menu li li.selected > a {
	background: rgba(0,0,0,0.15) !important;
	color: #ffffff !important;
}
.main-menu li.parent > a{
	position: relative;
}
.main-menu li.parent > a:after {
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(/bitrix/templates/.default/css/../img/menu.png) 50% no-repeat / contain;
	content: "";
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-menu li.open > a:after {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
    transform: rotate(90deg);	
}
.js-music-item .music-wrapper__name,
.js-music-item .music-wrapper__name .strong {
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
		-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.js-music-item:hover .music-wrapper__name,
.js-music-item:hover .music-wrapper__name .strong {
	color: #dd147d;
}
.js-music-item:active .music-wrapper__name,
.js-music-item.active .music-wrapper__name,
.js-music-item:active .music-wrapper__name .strong,
.js-music-item.active .music-wrapper__name .strong {
	color: #bc095f;
}
.background {
	background: rgba(66, 66, 69, 0.70);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    cursor: pointer;
	display: none;
}
body.relative {
	overflow: hidden;
}
.relative .page {
	position: relative;
}
.menu-close {
	border-bottom-color: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
	display: none;
}
.menu-close:after {
    background-color: #B8B8B8;
		-webkit-transform: rotate(45deg);
		-khtml-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
    width: 30px;
    height: 2px;
    position: absolute;
    content: '';
    display: block;
    left: -3px;
    top: 10px;
}
.menu-close:before {
    background-color: #B8B8B8;
		-webkit-transform: rotate(-45deg);
		-khtml-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
    position: absolute;
    content: '';
    display: block;
    left: -3px;
    top: 10px;
}
.menu-close:hover:before,
.menu-close:hover:after {
	background-color: #E81182;
}
.radio-wave__dropdown {
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0px 9px 2px rgba(0,0,0,0.05);
    background-color: white;
    z-index: 50;
    top: 60px;
	color: #4a4a4a;
	width: 334px;
	opacity: 0;
	cursor: auto;
}
.radio-wave__title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: ComfortaaBold;
    font-size: 22px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);	
}
.dropdown-body {
	line-height: 1.4;
	padding: 0 22px;
	margin: 20px 0;
	position: relative;
	height: 335px;
}
.dropdown-wave__frequency {
	float: left;
	font-size: 13px;
	width: 80px;
	text-align: center;
	background: #f9f9f9;
	height: 73px;
	position: relative;
	box-sizing: border-box;
	padding-top: 21px;
	border-top: 1px solid #D4D4D4;
}
.dropdown-body__item:first-child .dropdown-wave__frequency {
	border-top: none;
	border-radius: 5px 5px 0 0;
}
.dropdown-body__item:last-child .dropdown-wave__frequency {
	border-radius: 0 0 5px 5px;
}
.dropdown-wave__frequency:before {
	content: "";
	height: 1px;
	background: #B8B8B8;
	left: 0;
	top: 38px;
	position: absolute;
	width: 100%;
}
.dropdown-wave__city {
	float: left;
	text-align: left;
	margin-left: 20px;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 21px;
}
.dropdown-wave__city span {
    display: block;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 17px;
    color: #ADADAD;
    text-transform: uppercase;
}
.dropdown-body__item.selected {
	position: relative;
}
.radio-line {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #FC54A4;
    left: 22px;
    top: 117px;
    z-index: 10;
		-webkit-transition: top 0.2s ease-out;
		-moz-transition: top 0.2s ease-out;
		-o-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
}
.news-detail {
    max-width: 1024px;
	margin: 17px auto 0 auto
}
a.news-back {
	text-transform: uppercase;
	font-size: 12px;
	color: #9B9B9B;
	position: relative;
	padding-left: 15px;
	margin-bottom: 22px;
	display: inline-block;
}
a.news-back:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #9B9B9B;
    position: absolute;
    left: 2px;
    top: 4px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
    transform: rotate(45deg);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
    border-right: none;
    border-top: none;	
}
a.news-back:hover:before {
	border-bottom: 1px solid #dd147d;
	border-left: 1px solid #dd147d;
}
.news-banner {
	text-align: center;
	margin-bottom: 30px;
}
.news-center {
	max-width: 720px;
	margin: 0 auto;
}
.news-center td:first-child {
	display: none !important;
}
.news-center-wrapper {
	position: relative;
}
.news-date {
    position: absolute;
    top: 0;
    color: #9B9B9B;
    font-size: 14px;
    left: 0;
	top: 20px;
}
.news-center h1 {
	font-size: 42px;
}
.gray-txt {
	font-size: 22px;
	color: #9B9B9B;
	margin-bottom: 30px;
	line-height: 28px;
}
.news-center iframe {
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-banner > div {
	display: inline-block;
}
.news-banner .news-description {
	font-size: 14px;
	color: #9B9B9B;
	margin-top: -2px;
	text-align: left;
}
.gray-line {
	height: 2px;
	background: #E6E6E6;
	margin-top: 55px;
}
.blue-title {
	font-size: 28px;
	color: #4A90E2;
	font-family: "ComfortaaBold";
	margin-bottom: 34px;
}
.news-gallery {
	margin: 57px -10px 0 -10px;
	text-align: center;
}
.news-gallery img,
.news-gallery a {
	display: block;
}
.news-gallery .slide {
	margin-left: 10px;
	margin-right: 10px;
}
.news-gallery .owl-dots {
	position: static;
	margin-top: 10px;
}
.share-block {
	padding: 67px 0 60px 0;
}
.socials {
	text-align: center;
}
.socials a {
	height: 33px;
	width: 33px;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;	
}
.socials a.fb {
	background-image: url(/bitrix/templates/.default/css/../img/iconmonstr-facebook-2@2x.png);
}
.socials a.ok {
	background-image: url(/bitrix/templates/.default/css/../img/Odnkl@2x.png);
}
.socials a.vk {
	background-image: url(/bitrix/templates/.default/css/../img/iconmonstr-vk-2@2x.png);
}
.socials a.tw {
	background-image: url(/bitrix/templates/.default/css/../img/iconmonstr-twitter-2@2x.png);
}
.socials a.wh {
	background-image: url(/bitrix/templates/.default/css/../img/iconmonstr-whatsapp-2@2x.png);
}
.socials a.te {
	background-image: url(/bitrix/templates/.default/css/../img/telegram@2x.png);
}
.socials a:hover {
	opacity: 0.7;
}
.news-detail .title-2 {
	text-align: center;
}
.top-banner {
	height: 505px;
	background: url(/bitrix/templates/.default/css/../img/fon-about@2x.png) 50% no-repeat / cover;
}
.banner-workarea {
    max-width: 1024px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.top-banner h1 {
	font-family: "ComfortaaRegular";
	font-size: 29px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.banner-logo {
	max-width: 331px;
	margin-bottom: 43px;
}
.top-banner p {
	font-size: 22px;
	color: #4A4A4A;
}
.table-cell {
    height: 425px;
    display: table-cell;
    vertical-align: middle;
}
.center-page {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 10px 0 10px;
}
.about-team {
	width: 508px;
	float: left;
}
.about-team .item {
	float: left;
	margin: 0 8px 8px 0;
	line-height: 0;
}
.block-txt {
	max-width: 483px;
	float: left;
}
.block-txt:nth-child(2n + 2) {
	margin-left: 60px;
	max-width: 435px;
}
body a.min-button {
	padding-left: 22px;
	padding-right: 22px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	font-family: "PTSansBold";
	letter-spacing: 0.6px;
	color: #ffffff;
}
.block-txt .button {
	margin-top: 15px;
}
.block {
	margin-bottom: 100px;
}
.underline {
	text-decoration: underline
}
#radio-map {
	height: 632px;
	background: gray;
}
.radio-map-wrapper {
	position: relative;
}
.team {
	margin: 0 -2px 20px -2px;
}
.team .item {
	width: 25%;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	margin-bottom: 25px;
}
.team .item:nth-child(4n + 1) {
	clear: both;
}
.team .item a {
	display: block;
}
.team .item .img {
	display: block;
	height: 276px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.team .item .name {
	color: #4A4A4A;
	font-family: "ComfortaaBold";
	font-size: 18px;
	margin-top: 10px;
	display: block;
}
.team .item .position {
	text-transform: uppercase;
	font-family: "ComfortaaBold";
	font-size: 12px;
	color: #4A4A4A;
	font-family: "PTSansBold";
	margin-top: 1px;
}
.team .item a:hover .name,
.team .item a:hover .position {
	color: #FF2F9C;
}
.contacts-info {
	float: left;
	width: 428px;
	margin-right: 86px;
}
.contacts-info .item {
	margin-bottom: 11px;
}
.contacts-info .item + h2 {
	margin-top: 39px;
}
.contacts-info a[href^='tel'] {
	color: #4A4A4A;
}
.contacts-map {
	float: left;
	width: calc(100% - 514px);
	height: 712px;
	margin-top: -70px;
}
.programs {
	width: 770px;
}
.programs .item {
	position: relative;
	margin-bottom: 40px;
	color: #4A4A4A;
}
.programs .item-txt {
	position: absolute;
	left: 40%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 155px;
	color: #4A4A4A;
}
.programs .item-name {
	font-family: ComfortaaBold;
	font-size: 33px;
	margin-bottom: 10px;
	color: #4A4A4A;
}
.programs .item-name span {
	display: block;
	font-size: 22px;
}
.programs .paragraph {
	font-size: 18px;
	margin-bottom: 12px;
	color: #4A4A4A;
}
.programs .schedule {
	color: #FF2F9C;
	text-transform: uppercase;
	font-size: 14px;
}
.programs img {
	display: block;
	width: 100%;
}
.projects {
	width: 730px;
}
.projects img {
	display: block;
}
.projects .img {
	margin-bottom: 20px;
}
.projects h2 {
	margin-bottom: 14px;
}
.projects .gray {
	font-size: 20px;
	color: #9B9B9B;	
}
.projects .item {
	margin-bottom: 45px;
}
.projects a {
	display: block;
}
.projects a:hover h2 {
	color: #FF2F9C;
}
.gallery-list .poster {
	width: 276px;
}
.gallery-list .poster__img {
	height: 170px;
	overflow: hidden;
}
.resp-block {
	max-width: 1430px;
}
.resp-block .item {
	width: 256px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
.gallery-list .item:after {
	content: "";
	width: 8px;
	height: 150px;
	right: -8px;
	top: 10px;
	background: url(/bitrix/templates/.default/css/../img/gallery-right.png) 0 0 no-repeat / contain;
	position: absolute;
}
.resp-block:not(.team) {
	margin-left: -15px;
	margin-right: -15px;
}
.resp-block:not(.team) .item {
	margin-left: 15px;
	margin-right: 15px;
}
.resp-block:not(.team) .img {
	display: block;
	line-height: 0;
	margin-bottom: 12px;
	height: 170px;
	overflow: hidden;
}
.resp-block:not(.team) img {
	/* transform: scale(1.15); */
	transition: transform 0.3s, opacity 0.3s;
}
.resp-block a:hover img {
	/* transform: scale(1); */
	opacity: 0.8;
}
.resp-block:not(.team) a {
	display: block;
	text-align: center;
}
.resp-block:not(.team) .name {
	font-family: "PTSansBold";
	display: block;
	font-size: 16px;
	color: #4A4A4A;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
	margin-bottom: -1px;
}
.resp-block a:hover .name {
	color: #FF2F9C;
}
.resp-block .count {
	color: #4A4A4A;
	font-size: 11px;
	position: relative;
	display: inline-block;
	margin-right: 6px;
	padding-right: 13.5px;
}
.resp-block .date {
	color: #4A4A4A;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.gallery-list .count:after {
	width: 10px;
	height: 9px;
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	background: url(/bitrix/templates/.default/css/../img/foto@2x.png) 0 0 no-repeat / contain;
}
.wall .box {
	width: 182px;
    margin: 0 0 8px 0;
    line-height: 0;
    float: left;	
}
.wall .img {
	overflow: hidden;
	position: relative;
}
.wall .img:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #FF2F9C;
	left: 0;
	top: 0;
}
.wall .img img {
    transform: scale(1.15);
    transition: transform 0.3s, opacity 0.3s;
		-webkit-transition: transform 0.3s, opacity 0.3s;
		-moz-transition: transform 0.3s, opacity 0.3s;
		-o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.wall .img:hover img {
	transform: scale(1);
    opacity: 0.8;	
}
.wall .img a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.meta-info {
    color: #4A4A4A;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.photo-count {
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	position: relative;
}
.photo-count:after {
	width: 13px;
	height: 12px;
	background: url(/bitrix/templates/.default/css/../img/foto@2x.png) 0 0 no-repeat / contain;
	position: absolute;
	content: "";
	right: 0;
	top: 3px;
}
.resp-block.video-list {
	margin-left: -10px;
	margin-right: -10px;
}
.resp-block.video-list .item {
	margin-left: 10px;
	margin-right: 10px;
}
.video-list .label {
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 10px;
	background-image: linear-gradient(-135deg, #FF409B 0%, #FF9861 100%);
	box-shadow: 0 1px 7px 0;
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 1;
	letter-spacing: 0.5px;
}
.video-list .count {
	padding-right: 18.5px;
}
.video-list .count:after {
	width: 12px;
	height: 8px;
	content: "";
	position: absolute;
	background: url(/bitrix/templates/.default/css/../img/video@2x.png) 0 0 no-repeat / contain;
	right: 0;
	top: 3px;
}
.item.no-scale img {
	transform: scale(1);
	display: block;
	width: 100%;
}
.popup-associate {
	width: 480px;
	background: #ffffff;
}
.popup-associate .img {
	text-align: center;
}
.popup-associate .img img {
	max-width: 100%;
}
.associate-info {
	padding: 45px 50px;
}
.associate-info .name {
	font-family: ComfortaaBold;
	font-size: 30px;
	color: #4A4A4A;
	letter-spacing: 0.4px;
	line-height: 31px;
	margin-bottom: 12px;
}
.associate-info .position {
	font-family: PTSansBold;
	font-size: 18px;
	color: #4A4A4A;
	letter-spacing: 0.7px;
	line-height: 24px;
	text-transform: uppercase;
}
.programm-associate {
	margin-bottom: 30px;
}
.programm-associate:last-child {
	margin-bottom: 0;
}
.programm-name {
	margin-bottom: 15px;
}
.programm-name a {
	font-family: ComfortaaBold;
	font-size: 24px;
	color: #4A90E2;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none;
}
.programm-name a:hover {
	color: #FF2F9C;
}
.programm-associate .schedule {
	margin-bottom: 0;
}
.programm-associate .schedule td span,
.programm-associate .schedule td:first-child {
	color: #4A4A4A;
	font-size: 15px;
}
.associate-info .paragraph,
.associate-info .paragraph * {
	color: #4A4A4A !important;
	font-size: 16px !important;
}
.about-map-wrapper {
	position: relative;
}
.map-list {
	position: absolute;
	background: #ffffff;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.14);
	padding: 30px 25px;
	z-index: 10;
	right: 40px;
	top: 20px;
}
.map-list__fm {
    float: left;
    width: 80px;
    color: #4A4A4A;
    font-size: 13px;
    font-family: PTSansBold;
    letter-spacing: 0;
}
.map-list__city {
	float: left;
	width: 170px;
	font-size: 13px;
	color: #4A4A4A;
	text-transform: uppercase;
}
.map-list__city .additional-city {
	color: #a9a9a9;
	font-size: 12px;
	margin-top: 2px;
}
.map-list__item {
	cursor: pointer;
	margin-bottom: 19px;
	min-height: 36px;
}
.map-list__item:last-child {
	margin-bottom: 0;
}
.map-list__item:hover *,
.map-list__item.active * {
	color: #FF2F9C !important;
}
.about-map h2 {
	text-align: center;
}
.about-map {
	margin-bottom: -35px;
}
.not-found__title {
	font-family: ComfortaaBold;
	font-size: 180px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 1;
}
.not-found__description {
	font-family: ComfortaaBold;
	font-size: 28px;
	color: #4A4A4A;
	letter-spacing: 0;
	margin-bottom: 35px;
}
.grid__week {
	position: relative;
	background: #FFFFFF;
	z-index: 2;
}
.grid__week-white {
	background: #ffffff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.grid__week:before {
	position: absolute;
	box-shadow: 0 1px 24px 0 rgba(65,65,111,0.16);
	content: "";
	width: 100%;
	bottom: 0;
	height: 10px;
	z-index: 1;
}
.grid__week-inner {
	padding-left: 40px;
	padding-bottom: 4px;
}
.grid__day {
	float: left;
	margin-right: 40px;
	font-size: 14px;
	color: #A1A1B3;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.grid__day:hover {
	color: #FF2F9C;
}
.grid__day.selected {
	color: #ffffff;
	height: 20px;
	padding: 0 15px;
	background: #FF2F9C;
	border-radius: 20px;
}
.grid {
	position: relative;
}
.grid:before {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% + 40px);
	background: #E5E5E5;
	left: 130px;
	top: -40px;
}
.grid__item {
	margin-bottom: 30px;
}
.grid__item:last-child {
	margin-bottom: 0;
}
.grid__item-name {
	float: left;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	width: 130px;
	font-size: 14px;
	min-height: 1px;
}
.grid__item-time {
	width: 113px;
	float: left;
	box-sizing: border-box;
	padding: 0 19px;
	color: #9B9B9B;
	font-size: 14px;
	min-height: 1px;
}
.grid__item-time.big {
	font-size: 30px;
	color: #FF2F9C;
}
.grid__item-info {
	float: left;
	width: calc(100% - 243px);
	box-sizing: border-box;
	padding: 29px 40px 45px 40px;
	max-width: 695px;
	box-shadow: 0 1px 24px 0 rgba(65,65,111,0.16);
	border-top: 2px solid #FF2F9C;
}
.grid__item-img {
	width: 157px;
	float: left;
	margin-right: 30px;
}
.grid__item-text {
	float: left;
	width: calc(100% - 187px);
}
.grid__item-title {
	margin-bottom: 7px;
}
.grid__item-title a {
	font-size: 24px;
	color: #4A4A4A;
	font-family: ComfortaaRegular;
}
.grid__item-host {
	text-transform: uppercase;
	font-size: 14px;
	font-family: PTSansBold;
	letter-spacing: 0.7px;
	margin-bottom: 7px;
	color: #4A4A4A;
}
.grid__item-schedule {
	font-size: 15px;
	color: #9B9B9B;
	margin-bottom: 10px;
}
.congradulation-tc {
    height: 89px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;	
}
.posters .interview__type {
    font-size: 11px;
    margin-bottom: 4px;	
}
.posters .interview__quote {
    font-size: 16px;
    line-height: 18px;
    max-height: 38px;
    overflow: hidden;	
}
.posters .interview__date {
    font-size: 11px;
}
.gallery-list .big-img {
	display: none;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
#about-map {
	height: 632px;
}
.pjax-container.pjax-load {
	opacity: 0;
	padding-top: 0;
		-webkit-transition: opacity 0.3s ease-out, padding 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out, padding 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out, padding 0.3s ease-out;
	transition: opacity 0.3s ease-out, padding 0.3s ease-out;
}
.pjax-container.pjax-ready {
	opacity: 1;
	padding-top: 0;
		-webkit-transition: opacity 0.3s ease-out, padding 0.4s ease-out;
		-moz-transition: opacity 0.3s ease-out, padding 0.4s ease-out;
		-o-transition: opacity 0.3s ease-out, padding 0.4s ease-out;
	transition: opacity 0.3s ease-out, padding 0.4s ease-out;	
}
.compliment__left {
	float: left;
	width: 505px;
	padding-right: 80px;
}
.compliment__left .paragraph {
	width: 400px;
}
.compliment__right {
	float: right;
	width: calc(100% - 505px);
	margin-top: -75px;
}
.compliment {
	max-width: 1318opx;
}
.compliment__form {
	background: #f7f7f7;
	border: 1px solid #ededed;
	padding: 50px 65px;
	color: #737373;
}
.compliment__form + .compliment__form {
	border-top: none;
}
.compliment__label {
	font-family: PTSansBold;
	font-size: 15px;
	margin-bottom: 5px;
}
.compliment__fieldset {
	margin-bottom: 25px;
}
.compliment__fieldset:last-child {
	margin-bottom: 0;
}
.compliment__fieldset textarea {
    width: 100%;
    resize: none;
    height: 290px;
    box-sizing: border-box;
    padding: 13px 14px;
    border: 2px solid #ffffff;
    outline: none;
    font-size: 15px;
    font-family: PTSansRegular;
    color: #4A4A4A;
	display: block;
}
.compliment__fieldset .textarea {
	position: relative;
	border: 1px solid #E1E1E9;
}
.compliment__fieldset textarea:focus {
	border: 2px solid #7EB9FF;
	position: relative;
	z-index: 2;
}
.compliment__counter {
	float: right;
	font-family: PTSansRegular;
	font-size: 15px;
	color: #ADADAD;
}
.compliment__fieldset .error textarea,
.compliment__fieldset textarea.error,
.compliment__fieldset input[type="text"].error {
	border: 2px solid #FF84B6;
}
.js-counter.error {
	color: #F43F61;
}
.input {
	border: 1px solid #E1E1E9;
}
.compliment__fieldset input[type="text"] {
	background: #FFFFFF;
	border: 2px solid #E1E1E9;
	outline: none;
	display: block;
	width: 100%;
	height: 40px;
	border: 2px solid #ffffff;
	padding: 0 14px;
    font-size: 15px;
    font-family: PTSansRegular;
    color: #4A4A4A;	
}
.compliment__fieldset input[type="text"]:focus {
	border: 2px solid #7EB9FF;
	position: relative;
	z-index: 2;	
}
.compliment__fieldset.clearfix {
	margin-left: -14px;
	margin-right: -14px;
}
.left-fieldset {
	float: left;
	box-sizing: border-box;
	width: 30%;
	padding-left: 14px;
	padding-right: 14px;
}
.right-fieldset {
	float: left;
	box-sizing: border-box;
	width: 70%;
	padding-left: 14px;
	padding-right: 14px;
}
.calendar {
	position: relative;
}
.calendar-ico {
	position: absolute;
	width: 16px;
	height: 17px;
	background: url(/bitrix/templates/.default/css/../img/calendar@1x.png) 0 0 no-repeat / contain;
	cursor: pointer;
	z-index: 2;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.calendar-ico:hover {
	background: url(/bitrix/templates/.default/css/../img/calendar-hover@1x.png) 0 0 no-repeat / contain;
}
.sound textarea {
	height: 100px;
}
.compliment__fieldset label[for="agree"] {
	font-size: 15px;
	display: block;
	float: left;
	width: calc(100% - 44px);
}
.compliment__fieldset .jq-checkbox {
	float: left;
	overflow: visible;
}
.compliment__fieldset .jq-checkbox label.error {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #FF84B6;
    left: -1px;
    top: -1px;
    z-index: 10;
    float: none;	
}
.jq-checkbox {
	background: #FFFFFF;
	border: 1px solid #A1A1B3;
	width: 20px;
	height: 20px;
	margin: 0 24px 0 0;
	cursor: pointer;
	position: relative;
}
.jq-checkbox__div {
	position: absolute;
	width: 12px;
	height: 9px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}
.jq-checkbox.checked .jq-checkbox__div {
	background: url(/bitrix/templates/.default/css/../img/check@1x.png) 50% no-repeat content-box;
}
.jq-checkbox:not(.checked):hover .jq-checkbox__div {
	background: url(/bitrix/templates/.default/css/../img/check-hov@1x.png) 50% no-repeat content-box;
}
.total {
	float: left;
	width: 150px;
	font-family: PTSansBold;
	font-size: 32px;
	color: #4A4A4A;
	letter-spacing: 0;	
}
.compliment__form input[type="submit"] {
	float: left;
	border: none;
	cursor: pointer;
	font-family: PTSansBold;
	font-size: 16px;
	padding-left: 100px;
	padding-right: 100px;
}
.example-player {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.example-player .play,
.example-player .pause {
	height: 41px;
	width: 41px;
	border: 1px solid #FF87C6;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}
.example-player .play:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #FF2F9C;
    border-right: 8px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.example-player .pause:before,
.example-player .pause:after {
    content: "";
    width: 4px;
	height: 12px;
	background: #E81182;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
.example-player .pause:before {
	left: 14.5px;
}
.example-player .pause:after {
	right: 14.5px;
}
.example-player:hover .play,
.example-player:hover .pause {
	background: #FF2F9C;
}
.example-player:hover .play:before {
	border-left: 8px solid #ffffff;
}
.example-player:hover .pause:before,
.example-player:hover .pause:after {
	background: #ffffff;
}
.example-player,
.example-player span {
	vertical-align: middle;
}
.example-player span {
	font-family: PTSansBold;
	font-size: 16px;
	color: #FF2F9C;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	cursor: pointer;
}
.example-player {
	margin-bottom: 62px;
}
.developer {
    float: right;
    position: relative;
    padding-right: 115px;	
}
.developer span {
    display: inline-block;
    text-align: right;
    font-family: "PTSansBold";
    color: #adadad;
}
.developer a.dev-img {
	position: absolute;
    right: 0;
    top: -6px;	
}
.popup-wrapper {
	display: none;
}
.congradulation-success {
	background: #ffffff;
	padding: 50px;
}
.success-left {
	width: calc(100% - 381px);
	max-width: 632px;
	float: left;
}
.success-right {
	float: left;
}
.success-fieldset {
	margin-bottom: 20px;
	font-size: 17px;
}
.success-fieldset:last-child {
	margin-bottom: 0;
}
.fieldset-label {
	font-family: PTSansBold;
}
.radio-wave__dropdown .jspVerticalBar {
	right: 12px;
}
.main-slider .owl-nav {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
	width: 25px;
	height: 25px;
	border: 3px solid #E81182;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0.6;
}
.main-slider .owl-nav .owl-next {
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	left: 25px;
}
.main-slider .owl-nav .owl-prev {
	transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
	right: 25px;	
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	opacity: 1;
}
@media (min-width: 1920px) {
	.radio-wave.open:after {
		top: 37px;
	}
	.radio-wave__dropdown {
		top: 80px;
	}
}

@media (max-width: 1440px) {
	.market {
		margin-left: 0;
	}	
}

@media (max-width: 1919px) {
	body {
		font-size: 14px;
	}
	.left-menu {
		width: 245px;
	}
	.logo {
		height: 60px;
		line-height: 54px;
	}
	.logo img {
		width: 190px;
	}
	.main-menu a {
		padding: 0 24px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.menu-socials {
		padding-left: 20px;
	}
	.menu-socials a {
		width: 36px;
		height: 36px;
		margin-right: 18px;
	}
	.copy {
		margin-top: 11px;
		font-size: 12px;
	}
	.page {
		margin-left: 245px;
	}
	header {
		height: 60px;
		line-height: 60px;
		left: 245px;
		font-size: 14px;
	}
	.radio-wave {
		font-size: 14px;
		width: 212px;
	}
	.radio-wave:after {
		width: 7px;
		height: 7px;
		top: 25px;
		right: 20px;
	}
	.player {
		padding-left: 20px;
		margin-right: 18px;
		height: 60px;
	}
	.player span.player-button {
		padding-left: 19px;
		margin-top: 23px;
	}
	.player span.player-button:before {
		border-top: 6px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #FF2F9C;
		top: 1px;
	}
	.player span.player-button:hover:before {
		border-left: 9px solid #E81182;
	}
	.player span,
	.player span.player-button {
		font-size: 14px;
	}
	.artist__img {
		padding-top: 10px;
		padding-right: 13px;
	}
	.artist {
		font-size: 13px;
	}
	.play-list {
		width: 106px;
		font-size: 14px;
	}
	.volume-control {
		height: 60px;
	}
	.language-select:before {
		width: 20px;
		height: 15px;
	}
	.language-select {
		height: 60px;
		width: 80px;
	}
	.volume-control {
		width: 120px;
	}
	.volume-control__slider {
		width: 55px;
	}
	.main-right {
		width: 300px;
	}
	.main-left {
		width: calc(100% - 300px);
	}
	.work-area {
		margin-top: 60px;
	}
	.music-wrapper__title {
		height: 62px;
		line-height: 62px;
	}
	.music-wrapper__title span {
		font-size: 22px;
	}
	.music-wrapper__img {
		width: 50px;
	}
	.music-wrapper__body {
		margin-left: 17px;
		margin-right: 17px;
	}
	.music-wrapper__img {
		margin-right: 12px;
	}
	.heart {
		width: 12px;
		height: 11px;
	}
	.music-wrapper__like {
		padding-right: 0;
		margin-right: 5px;
	}
	.jspVerticalBar {
		width: 6px;
	}
	.music-wrapper__name {
		max-width: calc(100% - 80px);
	}
	.music-wrapper__like {
		margin-top: 10px;
	}
	.music-wrapper__item {
		margin: 25px 0;
	}
	.music-wrapper__body {
		margin-top: 25px;
		height: 545px;
	}
	.main-slider,
	.main-slider__slide,
	.main-slider__image,
	.main-slider__text {
		height: 633px;
	}
	.title {
		font-size: 54px;
		margin-bottom: 5px;
	}
	.efir-time {
		font-size: 19px;
	}
	.efir-time span {
		font-size: 14px;
	}
	.main-slider__text .paragraph {
		font-size: 17px;
	}
	.paragraph {
		line-height: 28px;
	}
	.button {
		height: 41px;
		line-height: 41px;
		font-size: 16px;
	}
	.owl-dots .owl-dot {
		width: 6px;
		height: 6px;
	}
	.owl-dots .owl-dot {
		margin-left: 7px;
		margin-right: 7px;
	}
	.owl-dots {
		bottom: 23px;
	}
	.main-col-1 {
		margin: 50px 0 35px 0;
		padding: 0 10px 0 30px;
	}
	.main-col-2 {
		margin: 50px 0 35px 0;
		padding: 0 10px;
	}
	.congradulation {
		height: 230px;
		margin-bottom: 20px;
	}
	.congradulation-content {
		top: 6px;
		bottom: 6px;
		left: 6px;
		right: 6px;
		padding: 13px 10px 20px 10px;
		font-size: 16px;
		line-height: 21px;
	}
	.congradulation .button {
		margin-top: 10px;
		font-size: 13px;
		height: 29px;
		line-height: 29px;
		padding: 0 15px;
	}
	.main-video {
		height: 239px;
	}
	.main-video__label {
		width: 90px;
		height: 25px;
		line-height: 25px;
		left: 24px;
		font-size: 11px;
	}
	.main-video__play {
		left: 24px;
		font-size: 13px;
		padding-left: 20px;
		bottom: 9px;
	}
	.main-video__play:before {
		width: 9px;
		height: 12px;
	}
	.interview img {
		width: 176px;
	}
	.poster .interview img {
		width: 156px;
		margin-bottom: 10px;
	}
	.interview {
		max-width: 224px;
	}
	.interview__type {
		font-size: 11px;
		margin-bottom: 4px;
	}
	.interview__quote {
		font-size: 18px;
		line-height: 23px;
	}
	.poster .interview__quote {
		font-size: 16px;
		line-height: 18px;
		max-height: 38px;
		overflow: hidden;	
	}
	.interview__date {
		font-size: 11px;
	}
	.title-2 {
		font-size: 30px;
	}
	.main-news {
		margin-top: 30px;
	}
	.workarea {
		margin: 0 30px;
	}
	.main-news__item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-news.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.main-news__name {
		font-size: 16px;
		margin-top: 12px;
	}
	.main-news__date {
		font-size: 11px;
	}
	.main-news {
		margin-bottom: 25px;
	}
	.footer {
		margin-top: 35px;
		padding: 22px 30px;
	}
	.footer__column-1 {
		margin-right: 40px;
	}
	.artist-wrapper {
		height: 60px;
	}
	.artist__img img {
		width: 40px;
		height: 40px;
	}
	.volume-control__slider {
		height: 4px;
	}
	.ui-slider-handle {
		width: 8px;
		height: 8px;
		top: -2px;		
	}
	.player span.player-button.jp-pause:before {
		width: 10px;
		height: 12px;
		border: none;
	}
	.volume-control__mute {
		width: 19px;
		height: 15px;
		left: 12px;
		background: url(/bitrix/templates/.default/css/../img/mute1_2.png) 0 0 no-repeat / 100%;
	}
	.volume-control__mute:hover {
		background: url(/bitrix/templates/.default/css/../img/mute2_2.png) 0 0 no-repeat / 100%;
	}
	.volume-control__mute.active {
		background: url(/bitrix/templates/.default/css/../img/mute3_2.png) 0 0 no-repeat / 100%;
	}
	.volume-control__mute.active:hover {
		background: url(/bitrix/templates/.default/css/../img/mute4_2.png) 0 0 no-repeat / 100%;
	}
}

@media (max-width: 1440px) {
	.menu-close {
		display: block;
	}
	.main-menu-wrapper {
		position: relative;
	}
	.main-menu a {
		padding: 0 32px;
	}
	.left-menu {
		position: fixed;
		left: -327px;
		z-index: 500;
		width: 327px;
	}
	.main-menu {
		display: block;
		margin-top: 20px;
	}
	.left-menu .logo {
		display: none;
	}
	.page {
		margin-left: 0;
	}
	header {
		left: 0;
	}
	.col-md-1, .col-md-2, .col-md-3, 
	.col-md-4, .col-md-5, .col-md-6, 
	.col-md-7, .col-md-8, .col-md-9, 
	.col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-hide {
		display: none;
	}
	.col-md-show {
		display: block;
	}
	.md-logo {
		float: left;
		width: 178px;
	}
	.md-logo a {
		display: block;
		height: 60px;
		padding: 0 20px 0 10px;
		box-sizing: border-box;
	}
	.menu-trigger {
		width: 60px;
		height: 60px;
		background: #E81182;
		float: left;
		cursor: pointer;
		position: relative;	
	}
	.menu-trigger span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 3px;
		background: #ffffff;
			-webkit-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		width: 19px;
		margin: auto;
	}
	.menu-trigger span:before,
	.menu-trigger span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		content: "";
			-webkit-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
			-webkit-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;		
	}
	.menu-trigger span:before {
			-webkit-transition-property: top,-webkit-transform;
		transition-property: top,transform;
		top: -8px;		
	}
	.menu-trigger span:after {
			-webkit-transition-property: bottom,-webkit-transform;
		transition-property: bottom,transform;
		bottom: -8px;	
	}
	.radio-wave {
		width: 190px;
		text-align: left;
		box-sizing: border-box;
	}
	.language-select {
		width: 68px;
	}
	.composition {
		display: block;
	}
	.play-list {
		width: 95px;
	}
	.volume-control {
		padding-left: 20px;
		padding-left: 20px;
		width: 110px;
	}
	.volume-control__slider {
		right: 20px;
	}
	.main-col-1 {
		padding: 0 10px 0 62px;
	}
	.workarea {
		margin: 0 60px;
	}
	.volume-control__mute {
		left: 10px;
	}
	.main-menu > ul {
		margin-top: 45px;
	}
	.popup-associate {
		width: 350px;
	}
	.associate-info {
		padding: 25px 30px;
	}
	.associate-info .name {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.associate-info .position {
		font-size: 14px;
	}
	.grid__day {
		margin-right: 30px;
	}
	.team .item {
		width: 25%;
		max-width: 256px;
	}
	.team .item:nth-child(4n + 1) {
		clear: both;
	}	
	.team .item .img {
		height: auto;
	}
}

@media (max-width: 1024px) {
	.play-list__title {
		display: none;
	}
	.play-list__trigger {
		width: 20px;
		height: 18px;
		background: url(/bitrix/templates/.default/css/../img/playlist-mobile@2x.png) 0 0 no-repeat / cover;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		cursor: pointer;
	}
	.play-list {
		height: 60px;
		width: 60px;
		position: relative;
	}
	.col-tb-1, .col-tb-2, .col-tb-3, 
	.col-tb-4, .col-tb-5, .col-tb-6, 
	.col-tb-7, .col-tb-8, .col-tb-9, 
	.col-tb-10, .col-tb-11, .col-tb-12 {
		float: left;
	}
	.col-tb-12 {
		width: 100%;
	}
	.col-tb-11 {
		width: 91.66666667%;
	}
	.col-tb-10 {
		width: 83.33333333%;
	}
	.col-tb-9 {
		width: 75%;
	}
	.col-tb-8 {
		width: 66.66666667%;
	}
	.col-tb-7 {
		width: 58.33333333%;
	}
	.col-tb-6 {
		width: 50%;
	}
	.col-tb-5 {
		width: 41.66666667%;
	}
	.col-tb-4 {
		width: 33.33333333%;
	}
	.col-tb-3 {
		width: 25%;
	}
	.col-tb-2 {
		width: 16.66666667%;
	}
	.col-tb-1 {
		width: 8.33333333%;
	}
	.col-tb-hide {
		display: none;
	}
	.col-tb-show {
		display: block;
	}
	.main-news__item {
		width: 33.33%;
	}
	.main-news__item:nth-child(4n + 4) {
		display: none;
	}
	.main-left {
		width: 100%;
	}
	.main-right {
		float: right;
		width: 344px;
		margin: 50px 50px 35px 10px;
	}
	.music-wrapper__body {
		height: 651px;
	}
	.main-col-1 {
		width: calc(100% - 404px);
		padding: 0 10px 0 50px;
		margin: 50px 0 30px 0;
	}
	.congradulation-wrapper {
		padding: 0;
		margin-top: 0;
		margin-left: 50px;
		width: 270px;
	}
	.interview-wrapper {
		width: calc(100% - 735px);
		margin: 0 0 35px 10px;		
	}
	.interview {
		max-width: 185px;
	}
	.workarea {
		margin: 0 50px;
	}
	.footer {
		padding: 22px 40px;
	}
	.main-slider .owl-dots {
		text-align: center;
		width: 100%;
		float: none;
		padding: 0;
	}
	.inner-page {
		margin: 30px;
	}
	.apple {
		display: block;
	}
	.big-hit-parade {
		display: none;
	}
	.small-hit-parade {
		display: block;
	}
	.hit-parade .apple {
		margin-right: 24px;
	}
	.hit-parade .music-wrapper__item {
		max-width: 350px;
	}
	.news-list .poster {
		width: 33.33%;
	}
	.news-date {
		position: static;
	}
	.gallery-list.resp-block .item {
		margin-left: 12px;
		margin-right: 12px;
		width: calc(33.33% - 24px);		
	}
	.gallery-list .item:nth-child(3n + 1) {
		clear: both;
	}
	.gallery-list.resp-block .img {
		height: auto;
	}
	.gallery-list .img img {
		width: 100%;
	}
	.video-list.resp-block .img {
		height: auto;
	}
	.video-list.resp-block .item {
		width: calc(25% - 20px);
	}
	.video-list.resp-block .item:nth-child(4n + 1) {
		clear: both;
	}
	.grid__week-white {
		width: 1000px;
	}
	.grid__day {
		margin-right: 20px;
	}
	.projects {
		width: auto;
	}
	.banner-workarea {
		padding-left: 40px;
		padding-right: 40px;
	}
	.about-team {
		width: 50%;
	}
	.about-team .item {
		width: calc(50% - 8px);
	}
	.block-txt:nth-child(2n + 2) {
		max-width: calc(50% - 25px);
		margin-left: 25px;
	}
	.diploma .right-position {
		display: none;
	}
	.diploma .block-txt {
		width: 100%;
		max-width: 100%;
	}
	.block {
		margin-bottom: 40px;
	}
	.compliment__left,
	.compliment__right {
		width: 50%;
	}
	.compliment__left {
		padding-right: 30px;
	}
	.compliment__form {
		padding: 40px 35px;
	}
	.total {
		width: 125px;
	}
	.compliment__form input[type="submit"] {
		padding-left: 50px;
		padding-right: 50px;		
	}
	.compliment__left .paragraph {
		width: auto;
	}
	.developer a.dev-img {
		display: none;
	}
	.developer {
		padding-right: 0;
	}
	.success-right {
		display: none;
	}
	.success-left {
		width: auto;
	}
}

@media (max-width: 979px) {
	.main-slider,
	.main-slider__slide,
	.main-slider__image,
	.main-slider__text {
		height: 518px;
	}
	.title {
		font-size: 38px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, 
	.col-sm-4, .col-sm-5, .col-sm-6, 
	.col-sm-7, .col-sm-8, .col-sm-9, 
	.col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-hide {
		display: none;
	}
	.col-sm-show {
		display: block;
	}
	.player-button {
		text-indent: -1000px;
	}
	.player span.player-button:before {
		border-top: 9.5px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 9.5px solid transparent;
		border-left: 14px solid #FF2F9C;
	}
	.player span.player-button:hover:before {
		border-left: 14px solid #E81182;
	}
	.player {
		padding-left: 30px;
		width: 44px;
		margin-right: 30px;
		overflow: hidden;
	}
	.md-logo {
		width: 111px;
	}
	.md-logo img.col-sm-show {
		display: inline-block;
	}
	.main-right {
		margin: 20px 0 13px 0;
		box-sizing: border-box;
		width: 50%;
		padding: 0 20px 0 10px;
	}
	.main-col-1 {
		margin: 20px 0;
		width: 50%;
		padding: 0 10px 0 20px;
	}
	.main-col-2 {
		margin: 0 0 20px 0;
		width: 50%;
		padding: 0 10px 0 20px;		
	}
	.interview {
		max-width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	.posters .interview {
		max-width: 185px;
		text-align: center;
		margin-top: 0;
	}
	.interview img {
		width: 130px;
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.interview__quote {
		font-size: 16px;
		line-height: 19px;
	}
	.interview-wrapper {
		margin-bottom: 13px;
	}
	.music-wrapper__body {
		height: 690px;
	}
	.workarea {
		margin: 0 20px;
	}
	.main-news {
		margin-top: 0;
	}
	.footer {
		padding: 22px 30px;
	}
	.market {
		margin-top: 10px;
		max-width: 100%;
	}
	.market .line {
		display: none;
	}
	.market > .market-wrapper {
		display: table-cell;
		border-right: 1px solid #e6e6e6;
	}
	.presentation {
		display: table-cell;
		width: 267px;
		vertical-align: middle;
	}
	.presentation .market-wrapper {
		float: none;
	}
	.presentation:after {
		top: 30px;
		right: auto;
		bottom: auto;
		left: 30px;
	}
	.hit-parade-img + div{
		padding-left: 10px;
	}
	.poster {
		width: 33.33%;
		box-sizing: border-box;
	}
	.poster:nth-child(3n + 1) {
		clear: both;
	}
	.player span.player-button {
		height: 60px;
		margin-top: 0;		
	}
	.player span.player-button:before {
		top: 0;
		bottom: 0;
		margin: auto;		
	}
	.player span.player-button.jp-pause:before {
		width: 14px;
		height: 16.8px;
		border: none;
	}
	.news-detail.inner-page {
		margin-left: 0;
		margin-right: 0;		
	}
	.gallery-list .item:after {
		height: 60%;
	}
	.video-list.resp-block .img {
		height: auto;
	}
	.video-list.resp-block .item {
		width: calc(33.33% - 20px);
	}
	.video-list.resp-block .item:nth-child(4n + 1) {
		clear: none;
	}
	.video-list.resp-block .item:nth-child(3n + 1) {
		clear: none;
	}
	.video-list.resp-block .item {
		margin-bottom: 25px;
	}
	.programs {
		width: auto;
	}
	.grid__item-name {
		padding-right: 15px;
		width: 95px;
	}
	.grid__item-time {
		padding: 0 15px;
		width: 100px;
	}
	.grid__item-info {
		width: calc(100% - 195px);
	}
	.grid:before {
		left: 95px;
	}
	.grid__item-info {
		padding: 20px 20px 30px 20px;
	}
	.grid__item-img {
		margin-right: 20px;
	}
	.banner-logo {
		max-width: 100%;
	}
	.team .item {
		width: 33.33%;
		max-width: 256px;
	}
	.team .item:nth-child(4n + 1) {
		clear: none;
	}
	.team .item:nth-child(3n + 1) {
		clear: none;
	}
	.contacts-info {
		width: 50%;
		box-sizing: border-box;
		float: left;
		padding-right: 15px;
		margin-right: 0;
	}
	.contacts-map {
		width: 50%;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.contacts-page {
		margin-right: -30px;
	}
	.compliment__left,
	.compliment__right {
		width: auto;
		float: none;
		margin-top: 0;
	}
	.example-player + img {
		display: none;
	}
	.compliment__form input[type="submit"] {
		padding-left: 100px;
		padding-right: 100px;
	}
	.compliment__form {
		margin-left: -30px;
		margin-right: -30px;
	}
	.compliment__left {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.col-xs-1, .col-xs-2, .col-xs-3, 
	.col-xs-4, .col-xs-5, .col-xs-6, 
	.col-xs-7, .col-xs-8, .col-xs-9, 
	.col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-hide {
		display: none;
	}
	.col-xs-hide.artist {
		display: none !important;
	}
	.col-xs-show {
		display: block;
	}	
	header {
		height: 54px;
	}
	.menu-trigger {
		width: 54px;
		height: 54px;
	}
	.volume-control,
	.play-list {
		width: 52px;
		height: 54px;
	}
	header {
		line-height: 54px;
	}
	.radio-online {
		width: 52px;
		border-left: 1px solid #eeeeee;
	}
	.player {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.player span.player-button {
		padding-left: 0;
		width: auto;
		display: block;
	}
	.player span.player-button:before {
		right: -16px;
	}
	
	.md-logo img.col-xs-hide {
		display: none;
	}
	.md-logo {
		background-color: #ffffff;
		height: 54px;
		width: calc(100% - 211px);
	}
	.md-logo a {
		height: 54px;
		padding: 0 25px;
		text-align: left;
		vertical-align: middle;
		line-height: 50px;
	}
	.md-logo img.col-xs-show {
		width: 176px;
		max-width: 100%;
		display: inline-block;
	}
	.work-area {
		margin-top: 54px;
	}
	.main-slider, .main-slider__slide, .main-slider__image, .main-slider__text {
		height: 281px;
	}
	.title {
		font-size: 28px;
		text-transform: uppercase;
	}
	.main-slider__text .paragraph {
		display: none;
	}
	.main-slider__text {
		width: 63%;
		padding: 15px 10px;
	}
	.main-slider__image {
		width: 37%;
	}
	.main-slider__shadow {
		height: 140px;
	}
	.main-slider__text .button {
		margin-top: 18px;
		padding: 0 22px;		
	}
	.owl-dots {
		bottom: 5px;
	}
	.main-left {
		float: none;
	}
	.main-right {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 20px;
		float: none;
	}
	.music-wrapper__title {
		height: auto;
		line-height: 1.4;
		background: transparent;
		box-shadow: none;
		text-align: left;
	}
	.music-wrapper__title span {
		color: #FF2F9C;
		font-size: 28px;
	}
	.music-wrapper {
		box-shadow: none;
	}
	.music-wrapper__body {
		margin-left: 0;
		margin-right: 15px;
		height: 355px;
	}
	.main-col-1 {
		margin: 0;
		padding: 20px 20px 10px 20px;
		float: none;
		width: 100%;
		background: #f5f5f5;
	}
	.main-col-2 {
		margin: 0;
		padding: 10px 20px;
		float: none;
		width: 100%;
	}
	.congradulation-wrapper {
		background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
	}
	.congradulation {
		display: none;
	}
	.main-video {
		height: 270px;
	}
	.music-wrapper__like {
		margin-top: 6px;
	}
	.main-video__label {
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.main-video__play {
		font-size: 16px;
	}
	.interview img {
		width: 160px;
	}
	.interview {
		margin-top: 0;
	}
	.main-news__item,
	.main-news__item:nth-child(4n + 4) {
		width: 100%;
		display: block;
	}
	.main-news__img {
		width: 135px;
		float: left;
		margin-right: 15px;
	}
	.interview-wrapper {
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.main-news__item {
		margin-bottom: 20px;
	}
	.main-news__name {
		margin-top: 0;
		text-align: left;
	}
	.main-news__date {
		text-align: left;
	}
	.footer {
		padding: 22px 20px 50px 20px;
	}
	.footer__column-1 {
		float: none;
		margin: 0 0 10px 0;
	}
	.footer__column-1,
	.footer__column-2 {
		max-width: 320px;
	}
	.apple {
		margin-right: 15px;
	}
	.inner-page {
		margin: 20px;
	}
	h1 {
		font-size: 30px;
		margin-bottom: 20px;
		line-height: 1.1;
	}
	.market > .market-wrapper,
	.market .line {
		display: block;
	}
	.market-wrapper {
		padding: 28px 20px;
	}
	.presentation {
		width: auto;
	}
	.presentation:after {
		top: 0;
		right: 30px;
		bottom: 0;
		left: auto;
	}
	.clients.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.clients.row > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.clients__item {
		margin-bottom: 10px;
	}
	.market > .market-wrapper {
		border-right: none;
	}
	.hit-parade .music-wrapper__name {
		font-size: 20px;
		margin-top: 3px;
	}
	.hit-parade .music-wrapper__item {
		max-width: 100%;
	}
	.hit-parade .apple {
		margin-right: 15px;
	}
	.poster {
		width: 100%;
		max-width: 100%;
	}
	.news-list .poster {
		height: auto;
		max-width: none;
		margin-bottom: 25px;
	}
	.news-list .poster__name {
		max-height: none;
	}
	.poster__img {
		width: 33.33%;
		float: left;
		margin-right: 15px;
		min-width: 135px;
	}
	.news-list .poster__img {
		height: auto;
	}
	.poster__name {
		margin-top: 0;
		height: auto;
	}
	.poster__description {
		font-size: 16px;
	}
	.poster .button-white {
		font-size: 16px;
		height: 41px;
		line-height: 41px;
		padding: 0 30px;
	}
	.news-list .poster__name {
		text-align: left;
		margin-top: 0;
	}
	.news-list .poster__description {
		text-align: left;
		clear: none;
	}
	.player span.player-button,
	.player {
		height: 54px;
	}
	.volume-control__mute {
		width: 19px;
		height: 19px;
		background: url(/bitrix/templates/.default/css/../img/mute.png) 50% 50% no-repeat / contain;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;		
	}	
	.volume-control__mute:hover {
		background: url(/bitrix/templates/.default/css/../img/mute2.png) 50% 50% no-repeat / contain;
	}
	.volume-control__mute.active {
		background: url(/bitrix/templates/.default/css/../img/mute3.png) 50% 50% no-repeat / contain;
	}
	.volume-control__mute.active:hover {
		background: url(/bitrix/templates/.default/css/../img/mute4.png) 50% 50% no-repeat / contain;
	}
	.news-list .poster {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.posters .interview {
		text-align: left;
		max-width: 100%;
	}
	.poster .interview img {
		width: 33.33%;
		margin-right: 15px;
		min-width: 135px;
		max-width: 156px;
	}
	.news-center h1 {
		font-size: 32px;
	}
	.gallery-list.resp-block .item {
		width: calc(100% - 24px);
	}
	a.news-back {
		margin-bottom: 8px;
	}
	.video-list.resp-block .img {
		height: auto;
	}
	.video-list.resp-block .item {
		width: calc(50% - 20px);
	}
	.video-list.resp-block .item:nth-child(3n + 1) {
		clear: none;
	}
	.video-list.resp-block .item:nth-child(2n + 1) {
		clear: none;
	}
	.programs .item-name {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.programs .item-name span {
		font-size: 16px;
	}
	.programs .paragraph {
		margin-bottom: 6px;
	}
	.programs .item-txt {
		padding-right: 10px;
	}
	.grid__week-inner {
		padding-left: 20px;
	}
	.grid__item-img {
		display: none;
	}
	.grid__item-name {
		margin-left: 110px;
		padding-right: 0;
		width: 200px;
		text-align: left;
	}
	.grid__item-time {
		position: absolute;
		padding: 0;
	}
	.grid__item.item-big .grid__item-name {
		display: none;
	}
	.grid__item-info {
		width: auto;
		margin-left: 97px;		
	}
	.grid__item-text {
		float: none;
		width: auto;
	}
	.projects h2 {
		font-size: 26px;
	}
	.banner-workarea {
		padding-left: 20px;
		padding-right: 20px;
	}
	.banner-logo {
		margin-bottom: 20px;
	}
	.micro-wrapper {
		position: absolute;
		right: 0;
		bottom: -220px;
	}
	.table-cell {
		height: auto;
		display: block;
	}
	.about-team {
		width: auto;
		margin-bottom: 20px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.inner-page .center-page {
		padding-left: 0;
		padding-right: 0;
	}
	.about-team .item {
		width: calc(25% - 8px);
		margin-left: 4px;
		margin-right: 4px;
	}
	.block-txt:nth-child(2n + 2) {
		max-width: 100%;
		margin-left: 0;		
	}
	#about-map {
		display: none;
	}
	.about-map {
		margin-bottom: 0;
	}
	.map-list {
		position: static;
		padding-bottom: 0;
		box-shadow: none;
	}
	.team .item {
		width: 50%;
	}
	.team .item:nth-child(2n + 1) {
		clear: both;
	}
	.contacts-info {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		float: none;
	}
	.contacts-map {
		width: 100%;
		padding-left: 0;
		height: 396px;
		float: none;
		margin-top: 35px;
		margin-bottom: -35px;
	}
	.contacts-page {
		margin-left: -20px;
		margin-right: -20px;
	}
	.player span.player-button.jp-pause:before {
		right: 0;
	}
	.compliment__fieldset textarea,
	.sound textarea {
		height: 185px;
	}
	.left-fieldset,
	.right-fieldset {
		width: 50%;
	}
	.compliment__form input[type="submit"] {
		padding-left: 50px;
		padding-right: 50px;
	}
	.calendar-ico {
		background: url(/bitrix/templates/.default/css/../img/calendar@2x.png) 0 0 no-repeat / contain;
	}
	.compliment__fieldset .jq-checkbox {
		width: 40px;
		height: 40px;
	}
	.compliment__fieldset label[for="agree"] {
		width: calc(100% - 64px);
	}
	.congradulation-success {
		padding: 25px;
	}
	.main-slider .owl-nav {
		display: none;
	}
	.footer__column-1,
	.footer__column-2,
	.developer {
		float: none;
	}
	.developer {
		margin-top: 12px;
	}
	.developer span {
		text-align: left;
	}
	.developer span br {
		display: none;
	}
	.left-menu .language-select {
		width: 30px;
		height: 21px;
		border: none;
		float: none;
		position: absolute;
		margin: 18px 0 0 30px;
	}
	.left-menu .language-select:after {
		content: none;
	}
	.left-menu .language-select:before {
		width: 100%;
		height: 100%;
	}
	.left-menu .language-select.ru:before {
		background: url(/bitrix/templates/.default/css/../img/flag_rus-mob@2x.png) 0 0 no-repeat / contain;
	}
	.left-menu .language-select.tat:before {
		background: url(/bitrix/templates/.default/css/../img/flag_tat-mob@2x.png) 0 0 no-repeat / contain;
	}	
}

@media (max-width: 479px) {
	.md-logo a {
		padding: 0 8px;
	}
	.button {
		font-size: 11px;
		height: 35px;
		line-height: 35px;
	}
	.main-video {
		height: 190px;
	}
	.interview img {
		width: 90px;
	}
	.main-news__img {
		width: 95px;
	}
	.main-news__name {
		font-size: 16px;
	}
	.main-news__date {
		font-size: 12px;
	}
	.presentation:after {
		content: none;
	}
	.clients.row > div {
		width: 50%;
	}
	.market {
		margin-left: -20px;
		margin-right: -20px;
		max-width: none;		
	}
	.music-wrapper__number {
		width: 25px;
		margin-right: 5px;
	}
	.hit-parade .music-wrapper__img {
		width: 35px;
		margin-top: 12px;
		margin-right: 7px;
	}
	.hit-parade .music-wrapper__name {
		font-size: 14px;
		margin-top: 12px;
	}
	.hit-parade .apple {
		margin-right: 15px;
	}
	.main-slider__text {
		width: 50%;
		padding: 15px 10px;
		text-align: right;		
	}
	.gallery-list .small-img {
		display: none;
	}
	.gallery-list .big-img {
		display: block;
	}
	.wall .box {
		width: 136px;
	}
	.video-list.resp-block .img {
		height: auto;
	}
	.video-list.resp-block .item {
		width: calc(100% - 20px);
	}
	.programs {
		margin-left: -20px;
		margin-right: -20px;
	}
	.programs .item {
		margin-bottom: 20px;
	}
	.programs .paragraph {
		display: none;
	}
	.programs .item-txt {
		height: 125px;
	}
	.programs .item-name {
		font-size: 18px;
	}
	.grid__item-time.big {
		font-size: 14px;
	}
	.grid__item-time {
		width: 40px;
	}
	.grid:before {
		left: 50px;
	}
	.grid__item-name {
		margin-left: 70px;
	}
	.grid__item-info {
		margin-left: 50px;
		width: calc(100% - 25px);
	}
	.grid__item-title a {
		font-size: 20px;
	}
	.grid__item-description {
		font-size: 16px;
	}
	.projects .img {
		margin-bottom: 10px;
	}
	.projects h2 {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.projects .item {
		margin-bottom: 25px;
	}
	.micro-wrapper {
		display: none;
	}
	.banner-workarea .col-xs-8 {
		width: 100%;
	}
	.about-team .item {
		width: calc(50% - 8px);
	}
	.about-team {
		margin-top: -30px;
	}
	.popup-associate {
		width: auto;
	}
	.left-fieldset, .right-fieldset {
		width: 100%;
	}
	.left-fieldset {
		margin-bottom: 25px;
	}
}

@media (max-width: 380px) {
	.main-slider__content {
		background-position: 100% 0 !important;
	}
	.main-slider__text {
		width: 100%;
		text-align: left;
		padding: 15px 17.5px;
	}
	.main-slider__image {
		display: none;
	}
	.poster__img,
	.poster .interview img {
		min-width: 100px;
		margin-right: 8px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/css/jquery.formstyler.css?15790088703316*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: block;
}
.jq-selectbox__select {
	z-index: 10;
    background: rgb(255, 255, 255);
    height: 41px;
    line-height: 39px;
    font-size: 15px;
    padding: 0px 15px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #E1E1E9;
	position: relative;
}
.jq-selectbox__select:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";	
}
.jq-selectbox__select:hover:after {
	border: 2px solid #C4DFFF;
}
.opened .jq-selectbox__select:after {
	border: 2px solid #7EB9FF;
}
.jq-selectbox__trigger {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid #737373;
	right: 15px;
	top: 17.5px;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
    width: 100%;
    background: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(65,65,111,0.16);
	margin-top: -3px;
    z-index: 25;	
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__dropdown li {
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	border-bottom: 1px solid  #E1E1E9;
	font-size: 15px;
	cursor: pointer;
}
.jq-selectbox__dropdown li:hover,
.jq-selectbox__dropdown li.selected {
	background: #F2F2F2;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/.default/fancybox/fancybox.2.1.5.css?15790088706334*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #c6c6c6;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
    border-radius: 60px;
    border: 3px solid #FF2F9C;
    height: 80px;
    width: 80px;
    position: relative;
    top: 28%;
    top: -webkit-calc(50% - 43px);
    top: calc(50% - 43px);
    left: 35%;
    left: -webkit-calc(50% - 43px);
    left: calc(50% - 43px);
}
#fancybox-loading div:before {
    content: "";
    position: absolute;
    background-color: #FF2F9C;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
		-webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
		-webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite;	
}
#fancybox-loading div:after {
    content: "";
    position: absolute;
    background-color: #FF2F9C;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
		-webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
		-webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite;	
}
@-webkit-keyframes grdAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes grdAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes ptAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes ptAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.fancybox-close {
    position: absolute;
    top: -32px;
    right: 0;
    width: 23px;
    height: 23px;
    background: transparent url(/bitrix/templates/.default/fancybox/../img/close-white@2x.png) 0 0 no-repeat / contain;
    cursor: pointer;
    z-index: 1103;
}

.fancybox-close:hover {
	opacity: 0.8;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/.default/fancybox/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev span,
.fancybox-next span {
	position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(/bitrix/templates/.default/fancybox/../img/blank.gif);
    z-index: 1102;
}

.fancybox-prev {
	right: -40px;
}

.fancybox-next {
	left: -40px;
}

.fancybox-prev span {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -8px;
    cursor: pointer;
    z-index: 1102;
    display: none;
    background: url(/bitrix/templates/.default/fancybox/../img/closed-list-hover-copy@2x.png) 0 0 / contain;
	right: 60px;
}

.fancybox-next span {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 24px;
    margin-top: -8px;
    cursor: pointer;
    z-index: 1102;
    display: none;
    background: url(/bitrix/templates/.default/fancybox/../img/closed-list-hover-copy@2x.png) 0 0 / contain;
	left: 60px;
	-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);	
}

.fancybox-next:hover span,
.fancybox-prev:hover span {
	display: block;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/.default/fancybox/../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */
/* /bitrix/templates/.default/fonts/fonts.css?15790088702096 */
/* /bitrix/templates/.default/css/owl.carousel.css?15790088704770 */
/* /bitrix/templates/.default/css/jquery.jscrollpane.css?15790088701689 */
/* /bitrix/templates/.default/css/main.css?164794202381206 */
/* /bitrix/templates/.default/css/jquery.formstyler.css?15790088703316 */
/* /bitrix/templates/.default/fancybox/fancybox.2.1.5.css?15790088706334 */
