/*p:not([class]) {font-size:16px;text-align:justify;}

.textcols {
	white-space: nowrap;
}
.textcols-item {
	white-space: normal;	
	display: inline-block;
	width: 48%;
	vertical-align: top;

	font-size:20px;

}
.textcols .textcols-item:first-child {
	margin-right: 4%;
}

.textcols-item a{
color: #D9471A;
text-decoration:underline;
}*/
.publickation__block {
    padding-left: 85px;
    background: url(../template_allion/images/pdf.webp) 0 0 no-repeat;
    display: block;
    margin-top: 20px;
    min-height: 60px;padding-top: 15px;
    text-decoration: underline;
    color: #4a4a4a;
}

.sitetitle {
    overflow: hidden;
    color: #618b43;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 30px;
}


.sitetitle .zagol:before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: -9999999px;
    left: 100%;
    height: 3px;
    background: #618b43;
}

.sitetitle .zagol {
    position: relative;
    padding-right: 10px;
    letter-spacing: 1.2px;
}


/*a:not([class]) {
    color: #618b43;
    text-decoration: underline;
}*/
@media (max-width: 768px) {

.owl-dot.active{
	    background: #628c44;
    height: 10px;
    width: 10px;
    border-radius: 45px;
}
.owl-dot{    background: white;
    height: 10px;
    width: 10px;
    border: 1px solid #628c44;
    border-radius: 40px;
    padding: 5px;
    margin: 5px;}
	.owl-dots{       padding-top: 15px; display: flex;
    justify-content: center;
    align-items: center;}
	
.owl-nav{display: none;}	
}