﻿pre {
	overflow: visible;
}

.dnone {
	display: none;
}

a, a:active, a:hover {
	outline: medium none !important;
}

body a, body a:active {
	text-decoration: none;
}

body a:hover, body a:active:hover {
	text-decoration: underline;
}

body a.logo:hover, body a.logo:active:hover {
	text-decoration: none;
}

.box table {
}

.box td {
	padding: 5px 5px;
}

.fake, .fake:hover, .fake:focus, .fake:focus:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.bg {
	background: #f5f5f5;
}

.mh380 {
	height: 380px;
}

#bx-help-start {
	display: none !important;
}

/*Для визуального редактора*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #000;
	font-weight: 400;
	margin-top: 0;
}

h1, .h1 {
	font-size: 28px;
}

.img-link h1, .img-link .h1 {
	color: #fff;
	font-size: 35px;
}

@media only screen and (max-width: 767px) {
	.news-detail h1, .news-detail .h1 {
		font-size: 30px;
	}
}

h2, .h2 {
	font-size: 24px;
	/*    text-transform: uppercase;*/
}

@media only screen and (max-width: 767px) {
	h2, .h2 {
		font-size: 20px;
	}
}

h3, .h3 {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	h3, .h3 {
		font-size: 18px;
	}
}

.box-blue h3, .box-blue .h3 {
	color: #fff;
}

h4, .h4 {
	font-size: 17px;
}

h5, .h5 {
	font-size: 15px;
}

a {
	color: #0063a7;
}

a:hover, a:focus, .body-blog a:hover, .body-blog a:focus {
	color: #1a83cd;
}

p {
	margin: 0 0 10px;
}

ul {
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}

ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
}

ul li::before {
	content: "—";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: -0.2em;
}

.news-detail .tabs-content .mediaBox::after, .mediaBox::after {
	display: table;
	line-height: 0;
	content: '';
}

.news-detail .tabs-content .mediaBox::before, .mediaBox::before {
	display: table;
	line-height: 0;
	content: '';
	clear: both;
}

.news-detail .tabs-content .mediaBox > *, .mediaBox > * {
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 280px;
}

.news-detail .tabs-content .mediaBox img, .mediaBox img {
	height: auto;
	width: 280px;
}

.news-detail .tabs-content .mediaBox img, .mediaBox img {
	margin-bottom: 10px;
}

blockquote {
	background-color: #f5f5f5;
	border-left: 0 none;
	font-size: 13px;
	margin: 0;
	padding: 10px 20px;
}

.news-detail .tabs-content .mediaBox em, .mediaBox em {
	color: #999;
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
}

@media only screen and (max-width: 767px) {
	.mediaBox {
		margin-bottom: 20px;
		float: none;
	}

	.news-detail .tabs-content .mediaBox > *, .mediaBox > * {
		float: none;
	}
}

.tabs-content a {
	/* хром и опера глючат на это правило */
	/*word-break: break-all;*/
}

.bx-html-editor .bxhtmled-iframe-cnt {
	overflow: visible !important;
}

.video {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:25px;height:0;}

.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
