/* СТАНДАРТНЫЕ ЗНАЧЕНИЯ ШАБЛОНОВ JOOMLA */


h1 {
    font-size: 25px;
}
h1.content-title {
    color: #424242;
    font-size: 33px;
    padding: 10px 0 20px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 21px;
}

.moduletable > h3, .content h1, .characteristic_name {
    color: #111;
    font-size: 30px;
    text-align: left;
    font-family: font115747;
    padding: 20px 0;
}
h4 {
    font-size: 18px;
}
a {
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
a:hover {
    text-decoration: none;
}


/* Общий контент */


.content ul li {
    list-style: inside disc;
    margin: 10px 20px;
}

.content ol li {
    list-style:decimal inside;
    margin:10px 20px;
}

.content table {
    border-collapse: collapse;
    margin: 20px 0 10px;
    width: 100% !important;
}
.content table tr:first-child {
    background: #ddd;
    font-weight: 700;
    height: 50px;
}
.content table td {
    height: 40px;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.content table tr:nth-child(2n) {
    background: #f5f5f5;
}








/* BLOG */

.items-row {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    clear: left;
}
.items-row:first-child {
    border: 0 none;
}
.pull-left.item-image {
    padding-bottom: 5%;
    padding-right: 5%;
    width: 350px;
}
.items-row .pull-left.item-image > img {
    width: 250px;
}
.item-page .pull-left.item-image > img {
    box-shadow: 0 50px 50px -60px #333;
}




/* ARTICLE */

.item-page p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 10px;
    hyphens: auto;
    overflow-wrap: break-word;
    text-align: justify;
    word-break: unset;
}






/* POPUP */

.popup_wrapper {
    top: -10% !important;
}
.popup_wrapper.popup_wrapper_visible {
    top: 0 !important;
}





/* СТРАНИЦА 404 */

.error-page {
    text-align: center;
}






/* FRONT_END EDITOR */


.popover-content, .popover.bottom .arrow,.popover-content .tooltip.bottom {display: none}
ul.nav-tabs li{margin: 0; list-style: none;}

.control-group {
    float: left;
    width: 50%;
}
.wf-editor-container {
    clear: both;
}





/* NONE */

.counter.pull-right {display: none}