.to-top {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 10px;
	height: 41px;
	width: 41px;
	background: url('/images/icon-to-top.png') no-repeat center;
	background-size: contain;
}

.modal--opened {
	position: fixed;
	left: 0;
	right: 0;
}

body {
	position: initial;
}

.best-of-the-week {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 20px;
	background: #00bb5a;
	color: white;
	padding: 4px 8px;
	border-radius: 5px;
	display: none;
}

.programs-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.programs-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	margin-bottom: 20px;
}

.programs-item>a {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.programs-item>a img {
	border-radius: 5px;
	margin-right: 20px;
}

.programs-item div {}

.programs-item h4 a {
	font: 400 17px/17px roboto_condensed;
	color: #181818;
	text-decoration: none;
}

.programs-item h4 {
	margin: 0 0 10px;
}

.programs-item span {
	font: 600 11px roboto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.programs-item span a {}

.programs-item span i {
	margin-right: 5px;
}

.programs-item span i.comments_black {
	margin-left: 10px;
}

.pwt-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.pwt-container a {
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

.pwt-container span {}

.programms-week-top h3 {
	color: #000;
	font: 600 31px/31px ctmedium_condensed-web, arial;
	margin: 0;
	padding: 0 0 30px;
}

.pwt-container img {
	border-radius: 7px;
	margin-right: 17px;
}

#footer .right>div {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}

#footer .right a:nth-child(2) {
	margin-right: 0;
}

.mobile-menu {
	display: none;
}

#footer .right>div a {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 10px!important;
	height: auto;
	font: lighter 15px/49px roboto_condensed;
}

hr {
	border: none;
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
}

.share-images hr {
	background-color: #999;
}

.app-download a {
	text-decoration: none;
}

.app-download span {
	color: #656565;
	text-decoration: none;
	display: block;
}

.app-download>div {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
}

.projects-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.projects-menu span {
	display: block;
	max-width: 300px;
}

.projects-menu img {
	width: 200px;
}

#top_menu_mobile .more {
	display: none;
}

.player-block .player-bg .player-popup.feedback-block {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%!important;
}

.player-block .player-bg .player-popup.feedback-block .feedback-right_block {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-live,
.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-congestion {
	padding: 0;
	height: initial;
	width: 50%;
}

.player-block .player-bg .player-popup.feedback-block .feedback-left_block .clearfix {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px;
}

.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact {
	padding: 20px;
}

.player-block .player-bg .player-popup.feedback-block h5 {
	margin-bottom: 20px;
}

.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact a {
	float: none;
	display: inline-block;
	margin: 0 20px 0 0;
}

.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact span {
	display: inline-block;
	margin: 0;
}

.bad-reviews div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
}

.schedule .filter-block .filter {
	float: none;
	width: 240px;
	margin-left: auto;
	margin: 20px 0 0;
	margin-left: auto;
}
@media screen and (max-width: 1485.98px) {
#header #header-middle #logo {
    top: -10px;
}
#header #header-middle #logo img {
    width: 75%;
}
}
@media screen and (max-width: 1200px) {
	.schedule .filter-block .filter {
		margin-top: 0;
	}
	#history_content {
		/*		padding: 0 12px;*/
	}
	.comments-block ul li div.description .date a {
		display: inline-block;
		color: rgba(107, 107, 107, .55);
	}
	#top_menu_mobile .tv-radio-i a {
		background: transparent url(/local/templates/no_index_with_rigth/img/tv-radio.png) 0 35% no-repeat;
		padding-left: 20px;
		color: #ff4747;
	}
	.left-container .program-menu {
		height: auto;
	}
	.left-container .program-menu ul li {
		float: none;
		display: inline-block;
		line-height: 25px;
		height: auto;
	}
	.left-container .program-menu ul {
		padding: 10px 20px;
	}
	.left-container .program-menu ul li a {
		line-height: initial;
		letter-spacing: initial;
	}
	.program-detail .title,
	.program-detail .title img {
		width: 100%;
		height: auto;
	}
	.adv-feed td:nth-child(1) {
		display: none;
	}
	.adv-feed td:nth-child(2) {
		width: 150px;
	}
	#history_content .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#history_content .content .content-text img {
		max-width: 100%;
		height: auto;
	}
	#history_content .content .content-text table img {
		max-width: none;
		width: 100px;
	}
	#history_content .content .content-text table {
		width: auto!important;
		max-width: 100%;
	}
	#history_content .content .content-menu {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	#history_content .content .content-text {
		width: 100%;
		margin: 0;
		padding: 30px 0 0 40px;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	#header #header-middle .dropdown-input-city ul.dropdown-input-city-list {
		position: absolute;
		margin: 0;
	}
	.vote .vote-all span {
		float: none;
	}
	.vote .vote-all {
		text-align: right;
	}
	.vote .vote-scroll {
		height: inherit;
	}
	.vote {
		position: relative;
		width: 100%;
		height: initial;
	}
	.questionnaire .text table {
		width: 100%;
	}
	.questionnaire .text table tr {
		vertical-align: top;
		display: block;
		width: 100%;
	}
	.questionnaire .text table tr td {
		width: 33%;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.questionnaire .text input[type=text] {
		width: 100%;
	}
	.questionnaire .text .dropdown-input_div.dropdown-input_div-year,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-month,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-date {
		width: 30%;
		float: none;
		display: inline-block;
	}
	.questionnaire .text .dropdown-input_div.dropdown-input_div-date,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-month {
		margin-right: 1%
	}
	.questionnaire .text {
		padding: 0 20px;
	}
	.questionnaire h2 {
		padding-left: 20px;
	}
	.questionnaire .text input[type=checkbox]+label span {
		width: 100%;
	}
	.schedule table tr td .time,
	.schedule table tr td .img-link,
	.schedule table tr td h4.name,
	.schedule table tr td ul.list,
	.schedule table tr td .info-table,
	.schedule table tr td .table-button {
		width: inherit;
	}
	#header #header-top .left {
		display: none;
	}
	.wrapper {
		width: 100%!important;
	}
	.no-index .wrapper {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header #header-top .right .login-button h4,
	#header #header-top .right .circle-12-wrapper,
	#header #header-top .right .download-app-button-wrapper,
	#header #header-top .right #search {
		display: none;
	}
	#header #header-top .right .profile .dropdown-input-login ul.dropdown-input-login-list {
		right: 0;
	}
	#header #header-top .right .profile .dropdown-input-login ul.dropdown-input-login-list li {
		display: block!important;
	}
	#header #header-top .right ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#header #header-top .right ul li {
		display: block;
		line-height: normal;
	}
	#header #header-top .right ul li a:before {
		display: none;
	}
	#header #header-top .right ul li.best-on-week {
		margin-top: 1px;
	}
	#header #header-top .right ul li.best-on-week a {
		line-height: normal;
		margin: 0;
	}
	#header #header-top .right .profile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: initial!important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header #header-top .right .profile .dropdown-input-login {
		margin-right: 10px;
		position: initial;
		width: initial;
	}
	#header #header-top .right .login-button {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: initial;
	}
	#header #header-top .right .login-button a.sign_up,
	#header #header-top .right .login-button a.sign_in {
		margin-top: 0!important;
	}
	#header #header-top .right {
		float: none;
		position: relative;
	}
	#header #header-top {
		min-width: inherit;
		border-bottom: none;
		height: inherit;
	}
	#header #header-middle {
		padding: 0;
		min-height: inherit;
		height: inherit;
		border: none;
	}
	#header #header-middle #logo {
		position: initial;
		width: auto;
		margin-left: 80px;
		text-align: left;
		top: -10px;
	}
	#header #header-middle .dropdown-input-city {
		position: initial;
	}
	#header #header-middle .menu-top.new {
		display: none;
	}
	#header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding-top: 45px;
		position: relative;
	}
	#header.clearfix:after,
	#header.clearfix:before {
		display: none;
	}
	#header-middle .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#header #header-middle #logo img {
		/*height: 85px!important;*/
		width: 57%;
		margin-top: -40px;
		min-width: 130px;
	}
	.mobile-menu {
		position: absolute;
		left: 10px;
		top: 40px;
		z-index: 10;
		display: block;
	}
	.mobile-menu-opener {
		position: relative;
		height: 26px;
		width: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 8px 0;
	}
	.mobile-menu-opener:before,
	.mobile-menu-opener:after,
	.mobile-menu-opener span {
		content: '';
		display: block;
		height: 4px;
		width: 40px;
		background: #212121;
		border-radius: 5px;
	}
	.mobile-menu-container {
		position: fixed;
		left: -20px;
		pointer-events: none;
		opacity: 0;
		top: 0;
		background: white;
		-webkit-box-shadow: 0px 0px 10px 0px #212121;
		box-shadow: 0px 0px 10px 0px #212121;
		width: 240px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.active .mobile-menu-container {
		left: 0;
		pointer-events: all;
		opacity: 1;
		padding-bottom: 20px;
	}
	.mobile-menu-container .logo {
		display: none;
		padding: 30px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.close-mobile-menu {
		position: absolute;
		left: 100%;
		top: 5px;
		width: 30px;
		height: 30px;
		margin-left: -35px;
	}
	.close-mobile-menu svg {
		height: 100%;
		width: 100%;
	}
	.mobile-menu-container .logo img {
		max-width: 100%;
	}
	#top_menu_mobile {
		padding: 0 20px;
		margin: 0;
		list-style: none;
	}
	#top_menu_mobile li {
		padding-bottom: 10px;
	}
	#top_menu_mobile a {
		font-weight: bold;
		text-decoration: none;
	}
	.mobile-menu-container .search {
		padding: 10px 40px 20px 20px;
	}
	.mobile-menu-container .search form {
		position: relative;
	}
	.mobile-menu-container .search input[type=text] {
		width: 100%;
		background: white;
		border: 1px solid #9E9E9E;
		border-radius: 2px;
		float: none;
		padding: 0;
		height: 23px;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mobile-menu-container .search input[type=submit] {
		position: absolute;
		right: 0;
		top: 0;
		padding: 0;
		margin: 0;
		opacity: 0;
		z-index: 2;
	}
	.mobile-menu-container .search i {
		position: absolute;
		right: 8px;
		top: 50%;
		z-index: 1;
		margin-top: -7px;
	}
	#footer,
	#welcome {
		min-width: 100%;
	}
	#desktop_div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.player-block .player,
	.player-block .player-bg,
	.player-block .player-bg .feedback-block,
	.player-block .player-bg .player-program-block {
		width: 100%!important;
	}
	.left-container {
		width: 100%!important;
		margin: 0;
		border-top: 1px solid #e8e8e8;
		padding: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.feedback_in_private {
		width: 100%;
		padding: 40px 20px!important;
		min-height: inherit;
	}
	.right-container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.right-container>div {
		width: 48%;
	}
	.banner2 {
		height: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.sk_wrap0_84985 {
		margin: 0;
	}
	.news ul {
		width: 100%;
	}
	.news ul li p {
		width: 100%;
	}
	#footer .right {
		height: initial;
	}
	.tv-radio .img {
		width: 100%;
		height: auto;
	}
	.app-download-table {
		width: 100%;
	}
	.schedule .filter-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: initial;
		padding: 20px 0;
	}
	.schedule .filter-block .info {
		height: initial;
		width: initial;
		line-height: normal;
	}
	.schedule .filter-block .filter {
		width: initial;
		margin: 0 0 0 20px;
	}
	.schedule .head .title {
		line-height: normal;
	}
	.schedule .head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	a.shedile-box-link {
		position: relative;
		margin: 0;
		display: block;
		line-height: normal;
	}
	.view-shedile-box {
		padding: 0;
	}
	.schedule .head:before,
	.schedule .head:after {
		display: none;
	}
	.blog-detail audio {
		width: 100%!important;
	}
	.program-detail .blog-detail .text img {
		max-width: 100%;
		height: auto;
	}
	.comments-block ul li div.img,
	.comments-block form div.img {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.comments-block ul li div.description,
	.comments-block form div.description {
		width: 100%;
	}
	.comments-block form div.description .text,
	.comments-block ul li div.description .text {
		word-wrap: break-word;
	}
	.comments-block ul li,
	.comments-block form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.tv-radio-block .title {
		width: 100%;
	}
	.first-container {
		width: 50%;
		margin: 0 0 30px!important;
	}
	.second-container {
		width: 50%;
		margin: 0 0 30px;
	}
	.tv-radio {
		margin: auto;
		height: auto!important;
	}
	.tv-radio .img img {
		width: 100%;
		height: inherit;
	}
	.tv-radio .text h3 {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.tv-radio.tv .text p {
		height: 60px;
		width: 100%;
		overflow: hidden;
	}
	.contact img.head-img {
		width: 100%;
		float: none;
	}
	.tour a {
		margin: 0;
	}
	.tour p,
	.tour h3 {
		padding: 0;
	}
	.left-container .other {
		margin-bottom: 0;
	}
	.private h2 {
		padding-left: 20px;
	}
}

@media screen and (max-width: 980px) {
	.to-top {
		display: block;
	}
	#welcome.new .player-button.new {
		width: auto;
	}
	#welcome.new {
		height: auto;
		/*padding-bottom: 10px;*/
	}
	.leading .title,
	.leading .title .img,
	.leading .title .img img {
		width: 100%;
		height: inherit;
	}
	.questionnaire .text table tr td {
		padding: 0;
		width: 100%;
	}
	.questionnaire .text input[type=checkbox]+label span {
		width: initial;
		float: none;
	}
	#footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 0!important;
		height: inherit!important;
		line-height: normal;
		padding-bottom: 65px;
	}
	.app-download-table {
		width: 100%;
	}
	#schedule_table thead {
		display: none;
	}
	#schedule_table tbody tr td:before {
		display: block;
		font: 400 11px/11px roboto;
		text-transform: uppercase;
		color: #949494;
		margin-bottom: 10px;
	}
	#schedule_table tbody tr td:nth-child(1):before {
		content: 'Время';
	}
	#schedule_table tbody tr td:nth-child(2):before {
		content: 'Передача';
	}
	#schedule_table tbody tr td:nth-child(4):before {
		content: 'Ведущие';
	}
	#schedule_table tbody td {
		display: block;
		width: 100%!important;
		padding: 15px!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.schedule table tr td .time {
		padding-left: 0;
	}
	#schedule_table tbody tr td:nth-child(3) {
		padding-top: 0!important;
	}
	.schedule table tr td .table-button {
		width: initial;
		text-align: left;
		padding: 0;
	}
	.schedule table tr td .table-button div.button-menu {
		margin: 0;
	}
	.schedule table tr td ul.list,
	.schedule table tr td ul li {
		width: initial;
		float: none;
	}
	.schedule table tr td .table-button div.button-clock .live,
	.schedule table tr td .table-button div.button-menu .live,
	.schedule table tr td .table-button div.button-clock .reminder,
	.schedule table tr td .table-button div.button-menu .reminder {
		top: 100%!important;
		left: 0!important;
		border-top: 3px solid #ff4747;
		border-right: 1px solid #dcdcdc;
	}
	.schedule table tr td .table-button div.button-clock .reminder,
	.schedule table tr td .table-button div.button-menu .reminder {
		left: -40px!important;
		margin-top: 10px;
	}
	.schedule table tr td .table-button div.button-clock .live:after,
	.schedule table tr td .table-button div.button-menu .live:after,
	.schedule table tr td .table-button div.button-clock .reminder:after,
	.schedule table tr td .table-button div.button-menu .reminder:after {
		top: initial;
		bottom: 100%;
		border-left-color: transparent;
		border-bottom-color: #ff4747;
		left: 50%;
		right: initial;
	}
	.schedule table tr td .table-button div.button-clock .reminder:after,
	.schedule table tr td .table-button div.button-menu .reminder:after {
		left: 45px!important;
	}
	#schedule_table .live tbody tr {
		padding-bottom: 15px;
		display: block;
		border-top: 1px solid #e8e8e8;
	}
	#schedule_table .live tbody ul {
		float: none;
		width: 100%;
	}
	#schedule_table .live tbody td {
		text-align: left;
		padding: 15px 15px 0!important;
		border: none;
	}
	#schedule_table .live tbody td:before {
		display: none;
	}
	.schedule table tr td .table-button div.button-clock .live h5,
	.schedule table tr td .table-button div.button-menu .live h5 {
		border: none;
	}
	.contact form table {
		width: 100%;
	}
	.contact form tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.contact form td {
		width: 49%;
	}
	.contact .form input[type=text]:first-child {
		margin-right: 0;
		width: 100%;
	}
	.questionnaire .text table tr td:first-child,
	.questionnaire .text table tr td:nth-child(2) {
		padding: 0;
	}
}

@media screen and (max-width: 960px) {
	.content .photo_gallery ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.content .photo_gallery ul li {
		margin: 0;
		height: inherit;
		padding: 0 10px 20px;
	}
	.photo_gallery-img img {
		width: auto;
		min-height: 100%;
		min-width: 100%;
		max-width: none!important;
	}
	.content .photo_gallery ul li .photo_gallery-img {
		overflow: hidden;
	}
	.content .photo_gallery ul li:nth-child(3n) {
		margin: 0;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .clearfix {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.player-block .player-bg .player-popup.feedback-block h5 {
		margin-bottom: 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact:after {
		content: '';
		display: table;
		clear: both;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact a {
		float: left;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact span {
		display: block;
	}
	.player-block .player-bg .player-popup.feedback-block {
		border: none;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact {
		border: none;
		padding-top: 0;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block {
		border: none;
		padding: 20px;
		width: 50%!important;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-live,
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-congestion {
		width: 100%;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block input[type=text] {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pwt-container a {
		width: 48%;
		margin: 5px 1%;
	}
	.private .tabs .border a,
	.questionnaire .tabs .border a {
		float: none;
		border-radius: 0!important;
		width: 100%;
	}
	.questionnaire .tabs .border a:first-child,
	.private .tabs .border a:first-child {
		border-left: none;
	}
	.mobile-menu-container .menu {
		max-height: 300px;
		overflow: auto;
	}
	.mobile-menu-container .menu::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.mobile-menu-container .menu::-webkit-scrollbar:vertical {
		width: 12px;
	}
	.mobile-menu-container .menu::-webkit-scrollbar:horizontal {
		height: 12px;
	}
	.mobile-menu-container .menu::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	.mobile-menu-container .menu::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}
	#history_content .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#history_content .content .content-menu {
		width: 100%;
	}
	#history_content .content .content-text {
		padding-left: 0;
	}
	#welcome.new .video-button.new {}
	.program-detail .schedule table {
		width: 100%;
		border: solid #e8e8e8;
		border-width: 0 0 1px 0;
	}
	.program-detail .schedule .button-red_border {
		margin: 10px auto;
	}
}

@media screen and (max-width: 820px) {
	.popup-photo-overlay .popup-photo-fancy {
		width: 90%;
		background: none;
		height: initial;
	}
	.popup-photo-overlay .popup-photo-fancy .popup-photo-img {
		width: 100%;
		height: initial;
	}
	.popup-photo-img img {
		max-width: 90%;
		margin-bottom: 37px;
	}
	.news-text iframe {
		max-width: 100%;
	}
	.tv-radio.tv {
		width: 300px;
	}
	.tv-radio .text h3 {
		font-size: 24px;
	}
	.news-text img {
		max-width: 100%;
		height: inherit;
	}
	.news-text td img {
		max-width: inherit;
	}
	.programms-week-top tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 15px;
	}
	.programms-week-top td {}
	.programms-week-top td:nth-child(2n) {}
	.news-text table {
		width: 100%!important;
	}
	/*
	.news-text table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;*/
	/*	-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	} */
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block {
		width: auto;
	}
}

@media screen and (max-width: 740px) {
	#M254347Composite615991 .mgline .submit a {
		display: none!important;
	}
	#desktop_div .column[data-width="2"] {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#desktop_div .column .col2 {
		width: 100%;
	}
	#footer .right>div,
	#footer .left a {
		display: none;
	}
	#footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding-top: 5px;
	}
	.table-programms tbody tr {}
	.table-programms tbody td,
	.table-programms--second tbody td {
		display: block;
		width: 100%!important;
		padding: 15px!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.table-programms thead {
		display: none;
	}
	.program-list table tr td .img-link img {
		padding: 0;
	}
	.table-programms tbody tr td:before {
		display: block;
		font: 400 11px/11px roboto;
		text-transform: uppercase;
		color: #949494;
		margin-bottom: 10px;
	}
	.table-programms tbody tr td:nth-child(2):before {
		content: 'Программа';
	}
	.table-programms tbody tr td:nth-child(3):before {
		content: 'Ведущие';
	}
	.table-programms tbody tr td:nth-child(4):before {
		content: 'Дата выхода';
	}
	.popup-photo-overlay .popup-photo,
	.popup-photo-overlay .popup-photo .popup-photo-img {
		width: 100%;
		height: auto;
	}
	.popup-photo-overlay .popup-photo .popup-close {
		background: white;
		display: block;
		opacity: 1;
		padding: 10px;
		border-radius: 100%;
	}
	.popup-photo-overlay .popup-photo .popup-close i {
		display: block;
	}
	.popup-photo-overlay .popup-photo .popup-photo-description {
		display: none;
	}
	.popup-photo-overlay .popup-photo-slider-wrapper {
		position: initial;
	}
	.popup-photo-img img {
		margin: 15px auto;
	}
	.popup-photo-overlay {
		overflow: auto;
	}
	.popup-photo-overlay .popup-photo-slider-wrapper .popup-photo-slider {
		width: 100%;
		overflow: auto;
	}
}

@media screen and (max-width: 650px) {
	.bad-reviews div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.bad-reviews div img {
		margin-bottom: 30px;
	}
	.to-top {
		right: auto;
		left: 12px;
	}
	.wrapper .wallpaper-page>ul>li {
		width: 100%;
		height: auto;
		margin: 0 0 40px;
	}
	.wrapper .wallpaper-page>ul>li .img {
		height: auto!important;
	}
	.wrapper .wallpaper-page>ul>li .img img {
		/*
		width: auto;
		min-width: 100%;
		min-height: 100%;
*/
	}
	.leading .social .social-leading .social-leading-btn {
		position: relative;
		margin: 0 0 4px;
	}
	.comments-block ul li div.img,
	.comments-block form div.img {
		width: 20%;
	}
	.comments-block ul li div.description,
	.comments-block form div.description {
		width: 80%;
	}
	.comments-block ul li div.img img {
		width: 80%;
		height: initial;
	}
	#search_content input[type=text] {
		float: none;
		width: 100%;
	}
	#search_content input[type=button] {
		margin: 10px 0 0;
		float: none;
	}
	.leading .social .social-leading .social-leading-list a {
		margin: 0;
	}
	.leading .social .social-leading {
		position: initial;
		width: auto!important;
		height: auto!important;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.leading .social {
		height: initial;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 12px 20px 10px;
	}
	.leading .social span {
		width: initial;
		padding-right: 20px!important;
		line-height: normal;
	}
	.comments-block ul li.comments-2levels {
		padding-left: 0;
		background: #f7f7f7;
	}
	.comments-block ul li.comments-2levels div.description {
		width: 80%;
	}
	.projects-menu {
		padding-bottom: 40px;
	}
	.program-detail .program-menu {
		height: initial;
	}
	.program-detail .program-menu ul li {
		float: none;
		display: inline-block;
	}
	.mobile-menu-container .menu {
		max-height: 200px;
	}
	.left-container .other,
	.left-container .other form input[type=text],
	.left-container .other form input[type=password] {
		width: 100%;
	}
	.left-container .other form p {
		width: inherit;
	}
	.player-block .player .time-line,
	.player-block.is-music .player .menu {
		display: none;
	}
	.player-block .player {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.player-block.is-music .player .feedback {
		width: 80px;
		-ms-flex-negative: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		border: 1px solid #d9d9d9;
		border-width: 0 1px;
		line-height: normal;
		padding: 0 10px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.player-block .player .song {
		width: 100%!important;
	}
	.player-block.is-music .player .pause,
	.player-block .player .volume {
		-ms-flex-negative: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	#footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: -130px!important;
	}
	#footer .left {
		margin: 0;
	}
	.right-container>div {
		width: 100%;
	}
	.banner2 {
		padding: 20px;
	}
	.app-download>div {
		display: block;
		text-align: left;
	}
	#header #header-top .right ul li.best-on-week {
		display: none;
	}
	.popup-overlay .login_site .popup-block-left {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popup-overlay .login_site form input[type=password],
	.popup-overlay .login_site form input[type=text] {
		width: 100%;
		margin-bottom: 10px;
	}
	.popup-overlay .login_site form span {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 15px;
	}
	.popup-overlay .login_site form p {
		width: initial;
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}
	.popup-overlay .login_site {
		min-width: inherit;
	}
	.popup-overlay .sign_up_site2 .button {
		height: inherit;
		line-height: normal;
		padding: 10px 0;
	}
	.popup-overlay .registration_site form {
		padding: 20px 20px 0;
	}
	.popup-overlay .registration_site form input[type=text],
	.popup-overlay .registration_site form input[type=password] {
		width: 100%;
		margin-bottom: 10px;
	}
	.popup-overlay .registration_site form input[type=button] {
		width: 100%;
		margin: 10px auto 20px;
	}
	.leading-list table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.leading-list table tr td {
		width: 25%;
		display: block;
	}
	.leading-list table tr td:nth-child(2n) {
		width: 75%;
	}
	.leading-list table tr td img {
		width: 100%;
	}
	.first-container {
		width: 100%;
	}
	.tv-radio.tv {
		width: 100%;
	}
	.tv-radio .text h3 {
		white-space: normal;
	}
	.second-container {
		width: 100%;
	}
	.program ul {
		width: 100%;
	}
	.program ul li {
		width: 100%;
		height: initial;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.program ul li .img {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.program ul li .text {
		width: 100%;
	}
	.program ul li .text span {
		margin: 0;
	}
	.program-detail .blog-detail .text table {
		width: 100%!important;
	}
	.program-detail .blog-detail .text table td {
		display: block;
	}
	#header #header-middle #logo img {
	    /*height: 56px!important;*/
	    margin-top: -23px;
	}
	
	#header #header-top .right ul li {
		padding: 0 2px;
	}
}

@media screen and (max-width: 500px) {
	#header #header-middle .dropdown-input-city ul.dropdown-input-city-list {
		left: initial;
		right: 0;
		width: 190px;
	}
	.projects-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.projects-menu a:nth-child(1) {
		padding-bottom: 40px;
	}
	.content .content-text iframe {
		width: 100%;
		height: inherit;
	}
	.program-detail .blog table td {
		display: block;
	}
	.player-block .player-bg .player-popup .player-popup-close {
		top: 10px;
	}
	.close-circle-white {
		background: #131313;
		padding: 2px;
		background-repeat: no-repeat;
		background-position: center!important;
		border-radius: 100%;
	}
}

@media screen and (max-width: 460px) {
	.review-table-fix td {
		display: block;
	}
	.review-table-fix tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.js-news>div>div>div>div>div {
		width: 100%;
	}
	#welcome.new .video-button.new {
		margin-left: 0;
	}
	.programs-item {
		width: 100%;
	}
	.popup-overlay .popup18 .popup18-btn a {
		display: block;
		margin: 0 auto 10px;
	}
	.popup-overlay .popup18 .popup18-btn a:last-child {
		margin: 0 auto;
	}
	.pwt-container a {
		width: 100%;
	}
	/*#header #header-top .right>ul>li>a,
	#header #header-top .right .profile>a {
		display: none;
	}*/
	#header #header-top .right .profile .dropdown-input-login p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header #header-top .right .profile .dropdown-input-login p span {
		max-width: 56px;
		display: inline-block;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dropdown-input-login-list is-show li {
		display: block!important;
		float: none!important;
	}
	#header #header-middle .dropdown-input-city {
		margin-right: 10px;
	}
	.feedback_in_private input[type=text] {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.adv-feed td {
		display: block;
	}
	.adv-feed tr:nth-child(2) td:nth-child(2) {
		display: none;
	}
	.faq dd {
		margin: 0;
	}
	.faq img {
		display: block;
		float: none;
	}
}
@media screen and (max-width: 413px) {
    #welcome.new .bitrate {
        margin-top: 10px!important;
    }
}

@media screen and (max-width: 400px) {
	#welcome.new h2 {
		word-wrap: break-word;
		font-size: 50px;
		line-height: 50px;
	}
	.program-detail .schedule {
		padding: 0 12px;
	}
	.leading .social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.leading .social span {
		padding: 0 0 10px!important;
		text-align: center;
		max-width: 90%;
	}
	.comments-block ul li div.img,
	.comments-block form div.img {
		width: 100px;
	}
	.comments-block ul li.comments-2levels {
		padding: 10px;
	}
	.leading .comments-block ul li.comments-2levels .description {
		margin-bottom: 0;
	}
	.questionnaire .text .dropdown-input_div.dropdown-input_div-year,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-month,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-date {
		width: 100%;
	}
	.questionnaire .text .dropdown-input_div.dropdown-input_div-date,
	.questionnaire .text .dropdown-input_div.dropdown-input_div-month {
		margin-right: 0;
	}
	#header {
		padding-bottom: 4px;
		padding-top: 28px;
	}
	.player-block .player .volume {
		display: none!important;
	}
	.player-block.is-music .player .feedback {
		font-size: 13px;
		width: 60px;
	}
	.player-block .player .song .title {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		width: 150px;
		font-size: 14px;
	}
	#desktop_div .column {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#desktop_div .column .col1,
	#desktop_div .column .col2 {
		width: 100%!important;
		height: initial!important;
	}
	#desktop_div .column {
		width: 100%;
		height: initial;
		overflow: hidden;
	}
	#desktop_div .column .col1 .img {
		width: 100%;
		height: initial;
	}
	#desktop_div .column[data-width="2"] {
		height: initial;
	}
	#header #header-middle #logo img {
		/*height: 48px!important;*/
		margin-top: -23px;
	}
	.mobile-menu {
		left: 8px;
		top: 29px;
	}
	.mobile-menu-opener {
		height: 22px;
		width: 30px;
		padding: 0;
	}
	.mobile-menu-opener:before,
	.mobile-menu-opener:after,
	.mobile-menu-opener span {
		width: 100%;
	}
	.news ul {
		width: 100%;
	}
	.news ul li p {
		width: initial;
	}
	.tv-radio .text p {
		width: 100%;
	}
	#desktop_div .column .col2 .img {
		height: initial!important;
	}
	.schedule .head,
	.schedule .filter-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.schedule .filter-block .filter {
		margin: 5px 0 0;
	}
	.schedule .filter-block .filter .dropdown-input_div {
		margin: 0;
	}
	.schedule table tr td .table-button div.button-clock .live,
	.schedule table tr td .table-button div.button-menu .live,
	.schedule table tr td .table-button div.button-clock .reminder,
	.schedule table tr td .table-button div.button-menu .reminder {
		width: 100%;
		left: 0!important;
	}
	.schedule table tr td .table-button div.button-clock,
	.schedule table tr td .table-button div.button-menu {
		position: initial;
	}
	.schedule table tr td .table-button {
		position: relative;
	}
	.schedule table tr td .table-button div.button-clock .live:after,
	.schedule table tr td .table-button div.button-menu .live:after,
	.schedule table tr td .table-button div.button-clock .reminder:after,
	.schedule table tr td .table-button div.button-menu .reminder:after {
		display: none;
	}
	.programms-week-top tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.programms-week-top td {
		display: block;
		width: 25%;
	}
	.programms-week-top td:nth-child(2n) {
		width: 75%!important;
	}
	.programms-week-top a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.programms-week-top img {
		width: initial;
	}
	.programms-week-top h4 {
		margin: 0!important;
		padding: 0 0 0 15px!important;
		width: initial!important;
	}
	.comments-block ul li,
	.comments-block form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comments-block ul li div.img img,
	.comments-block form div.img img {
		margin: 0 0 15px;
	}
	.news-more-social {
		float: none!important;
		display: inline-block!important;
		padding: 0!important;
		margin: 0 20px 10px 0!important;
	}
	.comments {
		height: initial!important;
		padding: 10px 0 0!important;
	}
	.comments>* {
		vertical-align: middle;
	}
	.news-more-social .button span {
		height: initial;
	}
	.news-more-social .button,
	.news-more-social {
		float: none;
	}
	.comments .event-link {
		width: initial!important;
		margin: 0 5px 10px 0!important;
		float: none!important;
		display: inline-block!important;
	}
	.comments .event-link a {
		padding: 0 10px;
	}
	.comments .comments-link {
		float: none!important;
		margin: 0 5px 10px 0!important;
		display: inline-block!important;
	}
	#M254347Composite615991 .mgline {
		width: 100% !important;
		margin: 0 !important;
		max-width: inherit !important;
	}
	.tv-radio-block .head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dropdown-input_div {
		margin: 10px 0 0;
	}
	.news-title div {
		padding: 20px;
	}
	.news-title div h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.contact table.contact-table.is-row-highlighting-2 tr td {
		display: block;
		height: inherit;
		padding: 10px 5px;
		width: inherit;
	}
	.contact form tr,
	.contact form td {
		display: block;
	}
	.contact form td {
		width: 100%;
	}
	.leading .programs table tr td h4 {
		width: 185px;
	}
	.download {
		width: 100%;
	}
	.banner2 {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.banner2-wrapper img {
		height: initial;
		width: 100%;
	}
	.player-block .player-bg .player-popup.feedback-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .clearfix {
		padding: 0 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact {
		padding: 0 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block {
		padding: 0 10px;
		width: 100%!important;
		height: initial;
	}
	.player-block .player-bg .player-popup.feedback-block h5 {
		font-size: 22px;
		line-height: normal;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block input[type=text] {
		margin: 0 0 5px;
		padding: 2px 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block textarea {
		min-height: 50px;
		height: 63px;
		display: block;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block table {
		margin-top: 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-right_block input[type=button],
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact a {
		line-height: 25px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-congestion table tr td,
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-live table tr td {
		font-size: 13px;
		line-height: normal;
	}
	.player-block .player-bg .player-popup.feedback-block {
		margin-top: 35px;
	}
	.player-block .player-popup.feedback-block .feedback-left_block tbody {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block table tr td:first-child {
		width: auto!important;
		padding-right: 10px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block table tr:first-child {
		margin-right: 20px;
	}
	.player-block .player-bg .player-popup.feedback-block .feedback-left_block .feedback-contact span {
		font-size: 14px;
		margin-top: -3px;
		line-height: normal;
	}
}

@media screen and (max-height: 350px) {
	.to-top {
		display: none;
	}
}

.player-block .player .time-line {
	position: relative;
	padding-top: 0;
}

.player-block .player .time-line .time-line-block {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3px;
	background-color: #e2e2e2;
	-webkit-transition: height .6s ease;
	-o-transition: height .6s ease;
	transition: height .6s ease;
	left: 0;
	right: 0;
	width: auto;
	margin: 0 20px;
}

.player-block .player .time-line .time-line-block .time-line-progress {
	background-color: #ff4747;
	height: 100%;
}

.player-block .player .time-line .time-line-block .time-line-progress .time-line-slider {
	display: none;
}

.player-block.is-music .player .time-line .time-line-block:hover {
	height: 11px;
}

.player-block.is-music .player .volume .ui-slider,
.player-block.is-music .player .volume .ui-slider-handle {
	background-color: #ff4747;
}

.player-block.is-music .player .volume .ui-slider-range {
	background-color: #e2e2e2;
}

.ui-slider {
	width: 3px !important;
}

.ui-slider-vertical .ui-slider-range {
	width: 100% !important;
}

.ui-slider-vertical .ui-slider-handle {
	height: 15px !important;
	width: 15px !important;
	border-radius: 50%;
	left: -6px;
	margin-bottom: -9px;
}

.vote .vote-scroll {
	overflow: auto;
	height: auto;
	max-height: 200px;
}

.sign_up-white {
	/* background-position: 0 -1449px; */
	background-position: inherit !important;
	background-image: url(/local/templates/index/img/profile.svg) !important;
	width: 16px !important;
	height: 16px !important;
}

.sign_in-white {
	/* background-position: 0 -1382px; */
	background-position: inherit !important;
	background-image: url(/local/templates/index/img/log-in-button.svg) !important;
	width: 20px !important;
	height: 20px !important;
}

.player-icon-play {
	background-position: inherit !important;
	background-image: url(/local/templates/index/img/play-button.svg) !important;
	width: 18px !important;
	height: 18px !important;
	/* background-position: 0 -63px; */
}

.player-icon-pause {
	background-position: inherit !important;
	background-image: url(/local/templates/index/img/pause-button.svg);
	width: 18px !important;
	height: 18px !important;
	/* background-position: 0 -45px; */
}
table[style="width: 800px;"] tr td {
	width: 20%;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
}
table[style="width: 400px;"] tr td {
	width: 20%;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
}
.table-gray td {
	width: 20%;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
}
/* table[style="width: 800px;"] {
	border-color: #e6e6e6;
} */

/* .content-text table {
	border-color: #e6e6e6;
}
.content-text table tr td {
	border: 1px solid #e6e6e6;
} */
@media screen and (max-width: 820px) {
	.program-detail .blog-detail .text table {
		border: none;
	}
	.program-detail .blog-detail .text table td {
		border: none;
		display: table-cell;
		padding: 8px 5px;
	}
	.program-detail .blog-detail .text table tr {
		border-bottom: 1px solid #e6e6e6;
		margin-top: -1px;
	}
}
@media screen and (max-width: 470px) {
	.program-detail .blog-detail .text table td {
		font-size: 12px;
	}
}
span.success {
	line-height: 37px;
	color: green !important;
	opacity: 1;
	position: relative;
}
span.success:before {
	content: ''; /*'Спасибо большое за вашу помощь! Мы с Вами обязательно свяжемся.';*/
	line-height: 37px;
	color: green;
}
.vote-box .vote-result {
	top: 14px;
	right: -40px;
}
.vote.is-open .vote-text,
.vote.is-open h3 {
	width: calc(100% - 40px);
	border-right: none;
}
.vote-box .vote-result .vote-result-elm {
	border-top: none;
	padding-left: 0;
}
.vote.is-open {
	width: 100%;
}
.vote-box {
	margin-bottom: 10px;
}
.vote .vote-checkbox label {
	min-height: initial;
}
.vote-box .vote-result .vote-result-elm .vote-percent {
    margin-top: 13px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 0px;
}
.vote .vote-checkbox label::before {
	position: relative;
	top: auto;
	left: auto;
}
.vote .vote-checkbox label {
	padding: 0;
}
.vote-box .vote-result .vote-result-elm .vote-progress-bar {
	margin-top: 8px;
	width: 90%;
	float: none;
}
.vote.is-open .vote-checkbox {
	width: calc(100% - 40px);
}
.vote.is-open .vote-button, .vote.is-open .vote-checkbox, .vote.is-open .vote-text {
	border-right: none;
}
.vote .vote-scroll {
	/*overflow: hidden;*/
} 
.vote.is-open .vote-box .vote-result {
	height: initial;
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
}
.new-filter-block {
	display: flex;
}
.schedule .filter-block .info {
	display: flex;
	flex-wrap: wrap;
	float: none;
	align-items: center;
}
a.shedile-box-link {
	position: relative;
	margin: 0 0 0 20px;
}
.sh-box-inner {
	vertical-align: middle;
	position: relative;
	line-height: 1;
	}

@media (max-width: 560px) {
	a.shedile-box-link {
		width: 80%;
	}
}
/*
.new-info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 6px;
}
.shedile-box-link.new-shedile-box-link {
	position: relative;
	margin-left: 40px;
	font-style: normal;
	font-size: 25px;
	width: initial;
	padding: 10px 20px;
	margin-top: 0;
	line-height: 1;
	font-family: 'ctmedium_condensed-web';
}
.shedile-box-link.new-shedile-box-link span {
	vertical-align: top;
	position: relative;
}
.old-info {
	line-height: 1.2;
	padding-top:15px;
	position: relative;
	font-weight: bold;
	font-style: normal;
	color: #181818;
	font-size: 25px;
	padding-bottom: 7px;
	font-family: 'ctmedium_condensed-web';
}
.old-info:before {
	content: '';
	width: 100%;
	height: 65px;
	position: absolute;
	right: -25px;
	top: 32px;
	border-right: 1px solid #e8e8e8;
	transform: rotate(-30deg);
}
.old-info:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 2px;
	left: 0px;
	border-top: 1px solid #e8e8e8;
}

.shedile-box-link.new-shedile-box-link:before {
	content: '';
	width: 100%;
	height: 65px;
	position: absolute;
	right: -36px;
	top: 56px;
	border-right: 1px solid #e8e8e8;
	transform: rotate(-30deg);
	pointer-events: none;
}
.shedile-box-link.new-shedile-box-link:after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	right: 28px;
	top: 56px;
	border-left: 1px solid #e8e8e8;
	transform: rotate(30deg);
	pointer-events: none;
}
.shedile-box-link.new-shedile-box-link span:before {
	content: '';
	width: 260px;
	height: 5px;
	position: absolute;
	right: -23px;
	top: -15px;
	border-top: 1px solid #e8e8e8;
	pointer-events: none;
}

@media( max-width: 1200px) {
	.filter-block.new-filter-block {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 840px) {
	.shedile-box-link.new-shedile-box-link span:before {
		width: 200px;
		height: 5px;
		position: absolute;
		right: -30px;
		top: -13px;
	}
	.shedile-box-link.new-shedile-box-link:after {
		width: 100%;
		height: 32px;
		position: absolute;
		right: 29px;
		top: 40px;
	}
	.shedile-box-link.new-shedile-box-link:before {
		height: 39px;
		position: absolute;
		right: -32px;
		top: 40px;
	}
	.old-info,
	.shedile-box-link.new-shedile-box-link {
		font-size: 16px;
	}	
	.old-info:before {
    height: 39px;
		right: -15px;
    top: 21px;
	}
}
@media (max-width: 670px) {
	.shedile-box-link.new-shedile-box-link:before,
	.shedile-box-link.new-shedile-box-link:after,
	.shedile-box-link.new-shedile-box-link span:before {
		display: none;
	}
	.new-info {
		flex-direction: column;
		align-items: flex-start;
	}
	.shedile-box-link.new-shedile-box-link {
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 470px) {
	.old-info,
	.shedile-box-link.new-shedile-box-link {
		font-size: 12px;
	}	
	.old-info:before {
		height: 30px;
		right: -12px;
		top: 17px;
	}
} */

/*---- расписание -----*/
.news.col2 ul,
.news.col1 ul {
	display: flex;
	flex-wrap: wrap;
}
.news.col2 ul.program-shedule,
.news.col1 ul.program-shedule {
	flex-direction: column;
	height: 360px;
	padding-bottom: 50px;
	position: relative;
}
ul.program-shedule:before {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #e8e8e8;
	left: 50%;
	top: 0;
	position: absolute;
}
.news.col2 ul.program-shedule li,
.news.col1 ul.program-shedule li {
	margin: 0 10px;
	padding: 4px 10px;
}
.news.col2 .program-data,
.news.col1 .program-data {
	width: 100%;
	display: none;
}
.news.col2 ul li p.grey-schedule,
.news.col1 ul li p.grey-schedule {
	margin-left: 0;
	font-size: 12px;
	line-height: 16px;
}
.news.col2 .clearfix {
	width: 44%;
}
.news.col2 .clearfix.schedule-done span,
.news.col2 .clearfix.schedule-done p,
.news.col1 .clearfix.schedule-done span,
.news.col1 .clearfix.schedule-done p {
	color: rgba(0,0,0,.52);
}
.news.col2 ul li p,
.news.col1 ul li p {
	width: initial;
}
.news.col2 ul li p,
.news.col1 ul li p {
	float: none;
	margin-left: 80px;
	font-weight: bold;
	font-size: 14px;
}
.news.col2 ul li p.grey-schedule,
.news.col1 ul li p.grey-schedule {
	font-weight: normal;
}
#desktop_div .column .news.col2.row4,
#desktop_div .column .news.col1.row4 {
	/*height: 567px;*/
	height: 100%;
}

/* --- кнопка на главной ----*/
#welcome.new .bitrate > span {
	width: 85px;
}
#welcome.new .bitrate > span > span {
	width: 33.3%;
}
#welcome.new .bitrate {
	width: 135px;
	vertical-align: middle;
}


a.shedile-box-link.new-shedile-box-link {
	display: none;
}
.head .view-shedile-box {
	padding-right: 21px;
}
#welcome.new .bitrate > span > span i {
	display: block;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
#welcome.new .bitrate > span {
	border-color: transparent;
}
#welcome.new .bitrate > span > span {
	border: 2px solid white;
	padding: 4px 5px;
}
#welcome.new .player-button.new {
	padding: 13px 25px 12px 35px;
	
}
#welcome.new .player-button.new i {
	background-size: 160%;
}
#welcome.new .bitrate > span {
	width: 150px;
}
#welcome.new .bitrate > span > span {
	width: 28px;
	margin: 0 3px;
	border-radius: 5px;
}
#welcome.new .bitrate {
	width: 170px;
}
.popup-overlay .subscribe_news_site {
	height: 400px;
}
.popup-overlay .subscribe_news_site .scroll-block {
	height: initial;
}
.moscow-efir {
	position: absolute;
	left: 15px;
}

@media (max-width: 345px) {
	#welcome.new .bitrate  {
		margin-top: 10px;
	}
}

@media (max-width: 590px) {
	.news.col2 ul.program-shedule li {
		width: calc(100% - 40px);
	}
	#desktop_div .column .news.col2.row4,
	#desktop_div .column .news.col1.row4 {
		height: 440px;
		overflow: hidden;
	}
	ul.program-shedule:before {
		display: none;
	}
	.news.col2 ul.program-shedule {
		height: 300px;
		overflow: scroll;
		display: block;
		padding-bottom: 55px;
	}
}

#desktop_div .column .news.mainpage-schedule.col1.row4 {
	width: 100%;
}
#desktop_div .column .news.col1 ul.program-shedule li {
	width: calc(100% - 40px);
}
#desktop_div .column .news.col1 ul.program-shedule:before {
	display: none;
}
#desktop_div .column .moscow-efir {
	font-size: 12px;
	max-width: 120px;
	top: 0px;
	text-align: left;
	display: block !important;
}
#history_content .news ul li p a {
	font-weight: normal;
}
#history_content .news ul li p {
	margin-left: 40px;
}
#history_content .news.col2 ul.program-shedule li p,
#history_content .news.col1 ul.program-shedule li p {
	margin-left: 80px;
}
#history_content .news.col2 ul.program-shedule li p.grey-schedule,
#history_content .news.col1 ul.program-shedule li p.grey-schedule {
	margin-left: 0;
}
.news-title div p {
	font-size: 40px;
	line-height: 1.2;
	float: right;
	font-family: ctmedium_condensed-web;
}
.news-title div {
	padding: 40px 40px 20px 40px;
}
.program-detail .comments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.program-detail .comments .event-link,
.program-detail .comments .comments-link,
.program-detail .news-more-social,
.program-detail .news-more-social .list {
	float: none;
}
.program-detail .news-more-social .list.show {
	display: flex;
	align-items: center;
}
.program-detail .news-more-social {
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
.program-detail .news-more-social .list a {
	height: 30px;
	margin-right: 5px;
}
@media (max-width: 700px) {
	.program-detail .news-more-social .list {
		width: 300px;
	}
	.program-detail .news-more-social {
		margin: 15px 0 10px;
	}
	.program-detail .comments {
		height: initial;
		padding-bottom: 10px;
	}
}
.sprites-circle.watsapp-black {
	background-image: url('../local/templates/index/img/social/sprites-circle.png');
	 background-position: -116px -2004px;
	 width: 31px;
	 height: 31px;
 }

/* .program-detail .news-more-social .list a.watsapp-link {
	display: none;
}*/
@media (max-width: 676px) {
	.program-detail .news-more-social .list {
		width: initial;
	}
}
@media (max-width: 480px) {
	.program-detail .news-more-social .list a.watsapp-link {
		display: inline-block;
	}
}
/*.news-text {
	position: relative;
}*/
.recipe-text {
	overflow: hidden;
}
.recipe-print {
	background-color: #ff4747;
	color: white;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 5px;
	margin: 15px 0;
	/*position: absolute;
	right: 0;*/
	float: right;
	cursor: pointer;
}
.recipe-print:hover {
	background: #d53b3b;
}
@media (max-width: 530px) {
	.recipe-print {
		display: none;
	}
}

.admin li .comment-question {
    padding: 25px 0px;
}

.admin li div.description .text {
    color: #6B6B6B;
    font: 200 16px/20px "roboto_condensed";
    padding: 0px;
    margin: 0px;
}
.admin li div.description .text span.red-text {
    color: #FF4747;
    font: 400 16px "roboto_condensed";
}
.admin li div.description .date {
    margin: 5px 0px 0px;
    display:none;
}
.admin li.is-active .comment-answer {
    display: block;
}
{
    list-style: outside none none;
}
.admin li div.description .text {
    color: #6B6B6B;
    font: 200 16px/20px "roboto_condensed";
    padding: 0px;
    margin: 0px;
}
.admin li div.description .text span.red-text {
    color: #FF4747;
    font: 400 16px "roboto_condensed";
}

div.right-container div.banner img {
    max-width: 340px!important;
}

#container .wrapper_headering_catalog .headering_catalog .h{
float: left;
padding-top: 25px;
font-family: "Conv_KelsonSansLightRU","Helvetica","Arial";
font-size: 30px;
text-align: left;
color: #666;}
/*
.print-journal,
.downolad-journal {
  background: #FF4747 none repeat scroll 0% 0%!important;
  display: inline-block;
  font: 200 16px/30px roboto_condensed;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 5px;
  border: none;
}
.print-journal {
    margin-left: 0;
}
.save-and-print-journal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.print-journal:hover,
.downolad-journal:hover {
  background: #C43737 none repeat scroll 0% 0%!important;
  color: white;
}

.share-image-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-image-block span {
    margin: 0 5px;
    cursor: pointer;
}
.share-image-block span img {
    transition: 0.2s ease all;
}
.share-image-block span:hover img {
    opacity: 0.7;
}
.share-image-block form {
    display: none;
}
.share-image-block span img {
    width: 30px;
    height: 30px; 
    margin: 0;
}
.share-image-block a[download],
.share-image-block a.print-image,
.save-and-print span {
    background: #FF4747 none repeat scroll 0% 0%!important;
    display: block;
    font: 200 16px/30px roboto_condensed;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
}
.save-and-print {
    display: flex;
}
.share-image-block form input {
    border: none;
    border-bottom: 1px solid #E8E8E8;
    outline: none;
    height: 26px;
}
.share-image-block form input.is-error {
    border-bottom-color: #FF4747;
}
.share-image-block form input.is-success {
    border-bottom-color: green;
}
.share-image-block form button {
    background: #FF4747 none repeat scroll 0% 0%!important;
    font: 200 16px/30px roboto_condensed;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    margin-left: 5px;
    border: none;
}
.share-image-block form button:hover,
.save-and-print span:hover,
.share-image-block a.print-image:hover {
    background: #C43737 none repeat scroll 0% 0%!important;
}

@media (max-width: 767px) {
    .share-image-block {
        flex-direction: column;
    }
    .share-image-block div {
        margin: 20px 0;
    }
}*/

.fancybox-lock body,
.fancybox-lock {
	overflow: initial !important;
}

/*========= style for new popap started==========*/

.popup-bg2, .popup-overlay2,  .popup-bg3, .popup-overlay3{
    display: none;
    top: 0;
    width: 100%;
}
.popup-bg2, .popup-bg3 {
    background: rgba(0,0,0,.75);
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 9998;
}
.popup-bg2-none, .popup-bg3-none {
	display: none!important;
}

.popup-overlay2 .subscribe_news_site2 form span,  .popup-overlay2 .subscribe_news_site3 form span, .popup-overlay3 .subscribe_news_site4 form span{
	margin: 12px 6px 0 0;
	width: 25px;
	display: block;
	height: 25px;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0;
}
.popup-overlay2, .popup-overlay3 {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.popup-overlay:after, .popup-overlay2:after, .popup-overlay3:after {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: '';
}
.popup-overlay2 .popup,  .popup-overlay3 .popup {
	display: block;
	position: relative;
	max-width: 80%;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 75px !important;
	z-index: 999999;
}
.popup-overlay2 .popup .popup-close2, .popup-overlay3 .popup .popup-close2 {
	display: block;
	position: absolute;
	top: -10px;
	right: -15px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	z-index: 999;
}
.popup-overlay2 .subscribe_news_site2 h3, .popup-overlay2 .subscribe_news_site3 h3, .popup-overlay3 .subscribe_news_site4 h3 {
	font: 600 31px/31px ctmedium_condensed-web;
	color: #000;
	margin: 43px 0 20px;
	padding: 0 0 10px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.popup-overlay2 .subscribe_news_site2, .popup-overlay2 .questionnaire_site2, .popup-overlay2 .subscribe_news_site3, .popup-overlay2 .questionnaire_site3, .popup-overlay3 .subscribe_news_site4 {
	height: auto;
	/* text-align: center; */
	width: 350px;
	margin: 0 auto!important;
	border-radius: 6px;
	padding: 20px; 
	top: 15%;
}
.popup-overlay2 .subscribe_news_site2 .button, .popup-overlay2 .questionnaire_site2 .button, .popup-overlay2 .subscribe_news_site3 .button, .popup-overlay3 .subscribe_news_site4 .button {
	width: 120px;
	background: #ff4747;
	color: #fff;
	height: 44px;
	font: normal 200 16px/16px roboto_condensed;
	border: none;
	outline: 0;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	/* margin-right: 15px; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
}
.button-about-news2:hover, .button-news3:hover {
	opacity: 0.5!important;
}
.button-more-news2:hover {
   border-bottom: 1px solid black;
}
.popup-bg2-none, .popup-bg3-none {
	display: none!important;
}
.button-about-news2-wrap {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.button-about-news2, .button-more-news2, .button-news2, .button-news3 {
	cursor: pointer;
} 
.button-more-news2 {
	margin: 20px auto 0px auto;
	border-bottom: 1px solid white;
	max-width: 155px;
	text-align: center;
}
.popup-overlay2 .subscribe_news_site2 form span,  .popup-overlay2 .subscribe_news_site3 form span, .popup-overlay3 .subscribe_news_site4 form span{
	margin: 12px 6px 0 0;
	width: 25px;
	display: block;
	height: 25px;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0;
}
.popup-overlay2 .subscribe_news_site2 form span.is-checked i, .popup-overlay2 .subscribe_news_site3 form span.is-checked i, .popup-overlay3 .subscribe_news_site4 form span.is-checked i {
	display: none;
}
	.popup-overlay .login_site form span.is-checked i.input-checkbox-checked,  .popup-overlay2 .subscribe_news_site2 form span.is-checked i.input-checkbox-checked, .popup-overlay2 .subscribe_news_site3 form span.is-checked i.input-checkbox-checked, .popup-overlay3 .subscribe_news_site4 form span.is-checked i.input-checkbox-checked{
		display: block !important;
	}

.popup-overlay .login_site form span i, .popup-overlay2 .subscribe_news_site2 form span i, .popup-overlay2 .subscribe_news_site3 form span i, .popup-overlay3 .subscribe_news_site4 form span i{
	display: block;
}

	.popup-overlay .login_site form span i.input-checkbox-checked, .popup-overlay2 .subscribe_news_site2 form span i.input-checkbox-checked,  .popup-overlay2 .subscribe_news_site3 form span i.input-checkbox-checked, .popup-overlay3 .subscribe_news_site4 form span i.input-checkbox-checked{
		display: none;
	}
	.questionnaire_site2 p, .questionnaire_site3 p {
        margin: 0 auto;
    }
	.sprites-circle2 {
		position: absolute;
		right: 15px;
		top: 10px;
		width: 20px;
		height: 20px;
		cursor: pointer;
		background: #FF4747;
		opacity: 0.9;
		/* padding: 2px 5px 2px 5px; */
		border-radius: 0px 6px 0px 6px;
	}
	.sprites-circle2:before, .sprites-circle2:after {
		position: absolute;
		left: 10px;
		content: ' ';
		height: 10px;
		width: 1px;
		background-color: white;
		top: 4px;
	}
	.sprites-circle2:before {
		transform: rotate(45deg);
	}
	.sprites-circle2:after {
		transform: rotate(-45deg);
	}
	.sprites-circle2:hover {
		opacity: 0.5;
	}
	.popap-input-email {
        display: none;
        height: 40px;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #e8e8e8;
        font: italic 200 16px/16px roboto_condensed;
        outline: 0;
        margin: 10px auto;
    }
    .popap-input-email:hover {
        border: 1px solid #000;

	}
	.subscribe label {
		display: block;
        max-width: calc(100% - 35px);
        float: left;
        font-weight: normal;
	}
	.checkbox-text {
		margin: 14px 0;
	}
	/* #header #header-top .right ul li {
		cursor: pointer;
	} */
	.button-subscribe_news2 {
		font: 15px/50px roboto_condensed;
		color: #656565;
		cursor: pointer;
	}
	.button-subscribe_news2:hover {
		color:#000;
	}
/*========= style for new popap end ==========*/

/*for tooltip styles*/

.subscribe_news_site4 .popup-content-wrap, .subscribe_news_site2 .popup-content-wrap {
    /* width: 93%; */
    /*text-align: justify;*/
}
.subscribe_news_site4 .clearfix {
    position: relative;
}
.subscribe_news_site4 .clearfix .tooltip, .subscribe_news_site2 .clearfix .tooltip {
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
}
/* @media screen and (max-width: 425px) {
    .subscribe_news_site4 .clearfix .tooltip {
        right: -17px;
       
    }
} */
.subscribe_news_site4 .clearfix .tooltip span, .subscribe_news_site2 .clearfix .tooltip span {
	display: none; 
	padding: 10px 15px!important; 
	margin-left: 8px!important; 
	/* width			: 130px!important; */
}
.subscribe_news_site4 .clearfix .tooltip .span-mobile-tooltip, .subscribe_news_site2 .clearfix .tooltip .span-mobile-tooltip {
    display: inline-block; 
    position: absolute; 
    background: #ffffff; 
    border: 1px solid #cccccc; 
    color: #656565;
    width: 250px;
    height: auto;
    border-radius: 6px;
    top: 120%;
    right: 70%;
    z-index: 5;
}
.subscribe_news_site4 .clearfix .tooltip:hover span, .subscribe_news_site2 .clearfix .tooltip:hover span {
    display: inline-block; 
    position: absolute; 
    background: #ffffff; 
    border: 1px solid #cccccc; 
    color: #656565;
    width: 250px;
    height: auto;
    border-radius: 6px;
	z-index: 5;
	text-align: left;
}
@media screen and (max-width: 768px) {
	 .subscribe_news_site4 .clearfix .tooltip, .subscribe_news_site2 .clearfix .tooltip {
	     display: none;
	 }
}

.checkbox-text-span {
    width: auto!important;
    display: inline!important;
    margin: 0!important;
    position: relative;
    padding-right: 16px!important;
}

/*for tooltip styles end*/

/*for notification style*/
.jq-toast-wrap {
    width: 270px!important;
}
 .jq-toast-single {
    padding: 15px 23px 15px 15px!important;
    border-radius: 6px 6px 0px 6px!important;
    font-size: 13px!important;
    color: rgba(0, 0, 0, 0.8)!important;
}

.jq-toast-single {
    background-color: rgba(255,255,255, 0.9)!important;
    /* border: 2px solid #ff4747; */
    box-shadow: 0 0 0 2px #ff4747;
    
}
.close-jq-toast-single {
    top: 0!important;
    right: 0!important;
    font-size: 20px!important;
    background: #FF4747;
    /* opacity: 0.9; */
    padding: 2px 5px 2px 5px!important;
    border-radius: 0px 4px 0px 4px;
}
.close-jq-toast-single:hover {
    color: white;
}
.jq-toast-wrap.bottom-right {
    bottom: 55px!important;
}
.toast-head {
    font-weight: 700;
    /* line-height: 1.5; */
}
.toast-text {
    color: rgba(0, 0, 0, 0.8)!important;
    font-size: 14px!important;
    font-weight: 700!important;
    /* line-height: 1.5; */
    /* position: relative; */
    /* display: block; */
    padding-bottom: 0!important;
    border-bottom: 1px solid #000!important;
}
/* .toast-text:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    left: 0;
} */
.toast-text:hover {
    border-bottom: none!important;
}
/* .toast-text svg {
    width: 15px;
    height: 15px;
    padding-left: 5px;
    position: absolute;
} */

/*for notification style end*/

.btn-for-resume {
	cursor: pointer;
}
.resume {
	/*display: none;*/
}
.d-block {
	display: block;
}

/*for questioner style*/

/* .container {
	height: 100vh;
} */

.modal-content {
	border-radius: 0;
	width: 100%!important;
}



.variant, .result {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.variant__item {
	width: 276px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid red;
	margin: 10px;
	cursor: pointer;
}

.result__item {
   width: 276px;
   height: 60px; 
	background: #FF4747;
	opacity: 0.85;
	border: 2px solid #FF4747;
	border-radius: 4px;
	/* margin: 10px; */
	margin: 4px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.result__item-percent {
	font-size: 24px;
	font-weight: bold;
}
.mobile-persent {
	width: 30px;
}  
@media (min-width: 576px) {
	.modal-dialog {
	   max-width: 100%;
	   margin: 1.75rem auto;
   }
}
@media (max-width: 1236px) {
	.result {
		
		align-items: flex-start;
		flex-direction: column;
	}
	.result__item {
		width: 187px;
	   font-size: 13px;
	   line-height: 17px;
	   align-items: center;
	   display: flex;
	   padding: 0 5px;
	}
	 .result__item-wrap {
   justify-content: space-between;
   align-items: center;
   width: 100%;
   }
}

/*for modal questioner started*/
#exampleVotation {
	animation: slideUp ease .75s;
}
.votation-open {
	overflow: hidden;
	
  }
  
  .votation-open .votation-block {
	overflow-x: hidden;
	overflow-y: auto;
  }
  
  .votation-block {
	position: fixed;
	bottom: 56px;
	left: 0;
	z-index: -1;
	display: none;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	outline: 0;
  }
  
  .votation-dialog {
	position: relative;
	width: auto;
	margin: 0;
	pointer-events: none;
  }
  
 
  
  @media (prefers-reduced-motion: reduce) {
	.votation-block.fade .votation-dialog {
	  transition: none;
	}
  }
  
  .votation-block.show .votation-dialog {
	-webkit-transform: none;
	transform: none;
  }
  
  .votation-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
  }
  
  .votation-dialog-scrollable .votation-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
  }
  
  .votation-dialog-scrollable .votation-header,
  .votation-dialog-scrollable .votation-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .votation-dialog-scrollable .votation-body {
	overflow-y: auto;
  }
  
  .votation-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
  }
  
  .votation-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
  }
  
  .votation-dialog-centered.votation-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
  }
  
  .votation-dialog-centered.votation-dialog-scrollable .votation-content {
	max-height: none;
  }
  
  .votation-dialog-centered.votation-dialog-scrollable::before {
	content: none;
  }
  
  .votation-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
  }
  
  .votation-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
  }
  
  .votation-backdrop.fade {
	opacity: 0;
  }
  
  .votation-backdrop.show {
	opacity: 0.5;
  }
  
  .votation-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
  }
  
  .votation-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
  }
  
  .votation-title {
	margin-bottom: 0;
	line-height: 1.5;
  }
  
  .votation-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
  }
  /* @media (max-width: 767px) {
	.votation-header {
		padding: 0 1rem 0 1rem;
	}
	.votation-body {
		padding: 0rem 1rem 0rem 1rem;
	}
  } */
  .votation-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
  }
  
  .votation-footer > :not(:first-child) {
	margin-left: .25rem;
  }
  
  .votation-footer > :not(:last-child) {
	margin-right: .25rem;
  }
  
  .votation-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
  }
  
  @media (min-width: 576px) {
	.votation-dialog {
	  max-width: 100%;
	  margin: 0;
	}
	.votation-dialog-scrollable {
	  max-height: calc(100% - 3.5rem);
	}
	.votation-dialog-scrollable .votation-content {
	  max-height: calc(100vh - 3.5rem);
	}
	.votation-dialog-centered {
	  min-height: calc(100% - 3.5rem);
	}
	.votation-dialog-centered::before {
	  height: calc(100vh - 3.5rem);
	}
	.votation-sm {
	  max-width: 300px;
	}
  }
  
  @media (min-width: 992px) {
	.votation-lg,
	.votation-xl {
	  max-width: 800px;
	}
  }
  
  @media (min-width: 1200px) {
	.votation-xl {
	  max-width: 1140px;
	}
  }
  .d-none {
	  display: none;
  }

  .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
  }
  
  .close:hover {
	color: #000;
	text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
  }
  
  button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }

  a.close.disabled {
	pointer-events: none;
  }

  .text-center {
    text-align: center!important;
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
	.d-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}
	@media (min-width: 992px) {
		.d-lg-block {
			display: block!important;
		}
	}
	@media (min-width: 992px) {
		.d-lg-none {
			display: none!important;
		}
	}

/*for modal questioner end*/
.votation-header .player-popup-close {
	position: absolute;
    top: -40px;
    right: 10px;
    height: 33px;
    width: 33px;
    box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}
/* @media (max-width: 768px) {
	.modal-player-bg-white {
		top: -555px!important;
	}
} */
.votation-title {
	margin: 0;
}
.votation-title-second {
	margin: 0;
}
.player-votation {
	border-right: 1px solid #d3d3d3; 
	width: 105px;
}

/*for height animate*/
@keyframes slideUp{
	0% {
        transform: translateY(100%);
    }
  
    100% {
        transform: translateY(0%);
    }   
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
   
    100% {
        -webkit-transform: translateY(0%);
    }   
}

.h3s .title {
	margin-top: 0;
}

.video-player {
	max-width: 100%;
	height: auto;
	max-height: 300px;
}

.header-download-app-buttons {
	display: block;
	height: 45px;
}
.header-banner {
    width: 100%;
}
.header-banner a {
	width: 100%;
}
.header-banner img {
	height: inherit;
}


/* Воздущный шарик */

/*.flying_ball {
	height: 300px;
    width: auto;

}

@keyframes go-bottom-top {   
   100% {
	opacity: 1;
    transform: translateY(100vh);             
    }
	 100%, 100% {
	opacity: 1;
    transform: translateY(-4800vh);              
    }
	0% {
    opacity: 0;
  }
    1% {
    opacity: 1;
   }
  }
*/

  /* Префикс для Chrome, Opera, Safari */
/*  @-webkit-keyframes go-bottom-top {
    100% {
	opacity: 1;
    transform: translateY(100vh);             
    }
	 100%, 100% {
	opacity: 1;
    transform: translateY(-4800vh);              
    }
	0% {
    opacity: 0;
  }
    1% {
    opacity: 1;
   }
  }



@-webkit-keyframes go-l-r {
  to {
    right:20px;
  }
}
@keyframes go-l-r {
  to {
    right:20px;
  }
}


  .flying_ball {
    animation: go-bottom-top 180s infinite ease-out,
	go-l-r 5s infinite cubic-bezier(.5,15,.5,-2) alternate;
    -webkit-animation: go-bottom-top 180s infinite ease-out,
		go-l-r 5s infinite cubic-bezier(.5,15,.5,-2) alternate;
    position: absolute;
	bottom: -100vh;
	right: 0;
	z-index:9999;
  }

@media (max-width: 767.98px) {
.flying_ball {
	height: 200px!important;
    width: auto;

}
}*/