<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
	articles styles version
*/

/* advice ======================================= */
.advice {
    color: #737373;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
}
.advice-title {
    font: 29px/29px 'pf_agora_sans_problack_italic';
    color: #666666;
    margin-bottom: 22px;
}

.advice-item-title {
    color: #1d61b6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}

.advice-item {
    margin-bottom: 34px;
}

.advice-item a {
    color: #1b61b9;
}

.advice-all {
    position: relative;
    color: #1c61b9;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 32px;
    line-height: 22px;
}

.advice-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url("../img/icons-set1.png") no-repeat -23px -38px;
}



/* advice-filter ========================= */
.af-name {
    width: 75px;
    float: left;
    line-height: 30px;
}

.af-value {
    margin-left: 75px;
}

.advice-filter .select,
.af-select {
    width: 428px;
    height: 30px;
    background-color: #f3f3f3;
    border: none;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}


/* short-article =============================== */
.short-article {
    margin-bottom: 25px;
    padding: 18px 9px 18px 9px;
    border-radius: 8px;
    border: 1px solid transparent;
    position: relative;
}

.short-article:hover {
    border-color: #e6e6e6;
}

.short-article:hover .sa-shares {
    visibility: visible;
}

.sa-img-wrap {
    width: 220px;
    height: 140px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 8px;
    margin-top: 3px;
}

.sa-img-wrap + .sa-content {
    margin-left: 250px;
}

.sa-img-wrap img,
.sa-img-wrap a {
    display: block;
    width: 100%;
    height: auto;
}

.sa-viewed {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-left: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

    .sa-viewed:before {
        content: "";
        width: 23px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
        background: url(../img/article-viewed-icon.png) no-repeat;
    }

.sa-hint {
    position: absolute;
    top: 16px;
    right: 18px;
    padding-right: 35px;
    color: #fe8443;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

    .sa-hint:before {
        content: "";
        width: 28px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px;
        background: url(../img/sa-hint-icon.png) no-repeat;
    }

.sa-title a,
.sa-title {
    color: #1b61b9;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
}

    .sa-title a:hover {
        text-decoration: underline;
    }

.sa-title {
    margin-bottom: 9px;
}

.sa-hint + .sa-title {
    margin-right: 110px;
}

.sa-header-note a,
.sa-header-note {
    font-size: 12px;
    color: #b4b4b4;
    text-decoration: none;
}

    .sa-header-note a:hover {
        text-decoration: underline;
    }


.sa-header {
    margin-bottom: 8px;
}

.sa-content {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.sa-shares {
    padding-top: 12px;
    overflow: hidden;
    visibility: hidden;
}

.yashare-auto-init {
    float: left;
}

.yashare-auto-init .b-share {
    padding: 0 !important;
}
.yashare-auto-init .b-share__handle {
    padding: 4px 3px 0 2px!important;
}

.promo-box {
	overflow: hidden;
	margin: 25px 0;
	padding: 25px 20px;
	font-size: 16px;
}

.promo-box__img {
	float: right;
	width: 300px;
	margin: 10px;
}

.promo-box_anaferon {
	border: 5px solid #1FAFEB;
}

.promo-box_tenoten {
	border: 5px solid #8DC73F;
}</pre></body></html>