/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.spoiler{
	display: none;
	clear: both;
	padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.spoiler_title{
	font-weight: 400;
    color: #e65100;
    cursor: pointer;
    border-bottom: 1px dashed;
    display: inline-block;
    margin-left: 16px;
}

.spoiler_title:before{
	display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url('../images/spoiler.icon.png') no-repeat left top;
    border: 0 solid red;
    content: ' ';
    position: absolute;
    margin-left: -16px;
}

.spoiler_title.open:before{
	background-position: left bottom;
}

.maxwidth-theme img{
    max-width: 100%;
    height: auto;
}

.news_catalog{
    clear: both;
}

.news_catalog .detail_picture{
    float: none !important;
}

.news_catalog .news-list .news-item{
    width: 48%;
    float: left;
    margin: 0 1%;
    text-align: center;
}

.news_catalog .news-list .news-item a{
    display: inline-block;
    clear: both;
}
p {font-size: 16px;
line-height: 1.5;}
h1, h2, h3, h4 {line-height: 1.2;}
li{font-size: 16px;
line-height: 1.5;}


blockquote {font-size: 16px;
line-height: 1.5;
padding: 5px 0 5px 107px;
color: #000000;
font-style: italic;
}
blockquote:before {font-size: 100px;
line-height: 50px;}


ul.page_submenu li {line-height:28px;}

