/*

THIS FILE IS OVERWRITTEN WHEN THE SOLUTION IS UPDATED
--------
FAIL ZATIRAETSY PRI OBNOVLENII RESHENIY

*/


/*--------------------------------------
--- STYLES FOR THE VISUAL EDITOR ---
------------------------------------*/

body 
{
    font-family: 'GolosTextWebRegular';
	font-size:15px;
	color:#212121;
    line-height: 1.5em;
	margin:0;
	padding:0;
	height:100%;
}
p {
    padding: 0 0 40px;
    margin: 0px;
}

.Holder b,
.Holder strong
{
    font-family: "GolosTextWebMedium";
	font-weight:normal;
	color:#000000;
}

#logo img, #logo svg {
    max-width: 200px !important;
    max-height: 90px !important;
}
.newsDetail > br {display: none;}


/* TITLE */
.titleH2, .titleH3, .titleH4, .newsDetail > h2, .newsDetail > h3, .newsDetail > h4 {color: #121212; font-weight: 600;}
.titleH2:last-child, .titleH3:last-child, .titleH4:last-child,
.newsDetail > h2:last-child, .newsDetail > h3:last-child, .newsDetail > h4:last-child {
	margin-bottom: 0;
}
.title_s_top {font-size: 17px; margin: -3px 0 19px 0; line-height: 32px;}
.title_s_top_long {font-size: 17px; margin: -3px 0 29px 0; line-height: 32px;}
.title_s {font-size: 17px; line-height: 32px; margin: 37px 0 29px 0;}
.title_s_afterImg {font-size: 17px; line-height: 32px; margin: 45px 0 29px 0;}


/* A */
.newsDetail a:hover {text-decoration: underline;}


/* UL */
ul.standartUl, .newsDetail ul {line-height: 1.40; list-style-type: disc; color: #4C5052; margin: 0 0 30px 16px; list-style-position: outside;}
ul.standartUl:last-child, .newsDetail ul:last-child {margin-bottom: 0;}
	ul.standartUl li, .newsDetail ul li {margin: 0 0 8px 0;}
	ul.standartUl li:last-child, .newsDetail ul li:last-child {margin-bottom: 0;}


/* IMG */
img.fullImage, .newsDetail img {width: 100%; height: 100%; margin: 40px 0 40px 0; display: block; border-radius: 3px;}
img.fullImage:last-child, .newsDetail img:last-child,
.newsDetail > div img, .newsDetail > p img, .standartText img {
	margin-bottom: 0;
}


/* DIV, P */
.newsDetail > div, .newsDetail > p, p.standartText, div.standartText {line-height: 28px; color: #5a5e61; margin: 0 0 30px 0;}
.newsDetail > div:last-child, .newsDetail > p:last-child, p.standartText:last-child, div.standartText:last-child {margin-bottom: 0;}


/* QUOTE */
.newsDetail > q {padding: 5px 37px 5px 97px; position: relative; display: block; font-weight: 500;
	font-size: 16px; margin:0 0 30px 0; line-height: 30px;
}
.newsDetail > q:before {position: absolute; top: 15px; left: 0; background: url('img/quote.svg') no-repeat;
	width: 52px; height: 40px; content: '';
}
.newsDetail > q:last-child {margin-bottom: 0;}


@media all and (max-width: 990px) {
	img.fullImage, .newsDetail img {margin: 25px 0 25px 0;}
}