<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------ index ------------------------------------------------------------*/

.side-bar__block {
    margin: 0 0 6px;
    display:none;
}

.side-bar__block-link {
    display: block;
    text-align: center;
}

.side-bar__question-to-expert,
.side-bar__quiz {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 21px 10px 18px;
    text-align: center;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.side-bar__quiz {
	margin-bottom: 6px;
}

.side-bar__question-to-expert-image {
    overflow: hidden;
    width: 194px;
    height: 194px;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
}

.side-bar__question-to-expert-image &gt; img {
    border-radius: 100%;
}

.side-bar__question-to-expert-header {
    font-size: 24px;
    color: #1b61b9;
    text-align: center;
    width: 140px;
    margin: 0 auto 22px;
    line-height: 24px;
    font-family: 'pf_agora_sans_problack_italic', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.side-bar__question-to-expert-name {
    font-size: 18px;
    color: #1b60b8;
    text-align: center;
    margin: 0 0 12px;
    line-height: 20px;
}

.side-bar__question-to-expert-name &gt; span {
    font-size: 14px;
    color: #737373;
    display: block;
    font-weight: normal;
}

.side-bar__question-to-expert-button {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 11px 15px 11px 51px;
    border-radius: 8px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 30px;
    background: #2e7ada;
    background: -webkit-linear-gradient(top, #2e7ada, #2c76d0, #2a71c6);
    background: -moz-linear-gradient(top, #2e7ada, #2c76d0, #2a71c6);
    background: -ms-linear-gradient(top, #2e7ada, #2c76d0, #2a71c6);
    background: -o-linear-gradient(top, #2e7ada, #2c76d0, #2a71c6);
    background: linear-gradient(top, #2e7ada, #2c76d0, #2a71c6);
    text-align: left;
}

.side-bar__question-to-expert-button:active {
    background: -webkit-linear-gradient(bottom, #2e7ada, #2c76d0, #2a71c6);
    background: -moz-linear-gradient(bottom, #2e7ada, #2c76d0, #2a71c6);
    background: -ms-linear-gradient(bottom, #2e7ada, #2c76d0, #2a71c6);
    background: -o-linear-gradient(bottom, #2e7ada, #2c76d0, #2a71c6);
    background: linear-gradient(bottom, #2e7ada, #2c76d0, #2a71c6);
}

.side-bar__question-to-expert-button:hover {
    color: #fff;
}

.side-bar__question-to-expert-button:before {
}

.side-bar__question-to-expert-last-header {
    color: #666666;
    font-size: 20px;
    font-family: 'pf_agora_sans_problack_italic', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin: 0 0 10px;
}

.side-bar__question-to-expert-last {
    margin: 0 0 16px;
}

.side-bar__question-to-expert-item {
    margin: 0 0 13px;
}

.side-bar__question-to-expert-questioner {
    font-size: 14px;
    color: #1d61b6;
    margin: 0 0 17px;
}

.side-bar__question-to-expert-questioner &gt; span {
    font-size: 12px;
    color: #737373;
    display: block;
}

.side-bar__question-to-expert-description {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    color: #666666;
    font-size: 14px;
    padding: 20px 9px;
    text-align: left;
}

.side-bar__question-to-expert-description:before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: '';
}

.side-bar__question-to-expert-link {
    color: #1b61b9;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 15px;
    text-align: center;
}

.side-bar__question-to-expert-link span {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    text-align: left;
}

.side-bar__question-to-expert-link:before {
    position: relative;
    background: url(../img/ico/questions-answers.png) left center no-repeat;
    width: 22px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 0 0;
}

.side-bar__question-to-expert-link:hover {
    text-decoration: underline;
}

.side-bar__header {
    font-size: 29px;
    line-height: 31px;
    color: #666666;
    font-family: 'pf_agora_sans_problack_italic', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin: 0 0 26px;
}

.side-bar__articles {
    margin: 0 0 61px;
}

.side-bar__articles-list {
    margin: 0 0 31px;
}

.side-bar__articles-item {
}

.side-bar__separator {
    padding: 0 0 23px;
    margin: 0 0 21px;
    position: relative;
}

.side-bar__separator:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 7px;
    background: url(../img/separator.png) center bottom no-repeat;
    content: '';
    margin: auto;
}

.side-bar__separator.green-color:after {
    background-image: url(../img/separator-green.png);
    width: 60px;
    height: 20px;
}

.side-bar__separator.red-color:after {
    background-image: url(../img/separator-red.png);
    width: 60px;
    height: 20px;
}

.side-bar__articles-time {
    font-size: 12px;
    color: #b4b4b4;
    margin: 0 0 3px;
    display: block;
}

.side-bar__articles-link,
.side-bar__articles-link-all {
    font-weight: bold;
    font-size: 18px;
    color: #1b61b9;
    margin: 0 0 5px;
    display: inline-block;
    line-height: 19px;
    text-decoration: none;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__articles-link-all {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 20px;
    background: url(../img/ico/articles.png) left center no-repeat;
}

.side-bar__articles-link:hover {
    color: #ff6769;
}

.side-bar__articles-text {
    font-size: 12px;
    color: #b4b4b4;
    display: block;
}

.side-bar__community {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 14px 14px 0;
    margin-bottom: 20px;
}

.side-bar__community-discuss {
    margin: 0 0 50px;
}

.side-bar__community-discuss-list {
    margin:  0 0 36px;
}

.side-bar__community-discuss-item {
}

.side-bar__community-discuss-link {
    font-size: 14px;
    color: #1d61b6;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__community-discuss-link:hover {
    color: #ff6769;
}

.side-bar__community-link {
    color: #1d61b6;
    text-decoration: none;
    padding: 0 0 0 30px;
    min-height: 18px;
    display: inline-block;
    background: url(../img/ico/forum.png) left center no-repeat;
    font-weight: bold;
    font-size: 16px;
}

.side-bar__header-h3 {
    font-size: 24px;
    color: #666666;
    font-family: 'pf_agora_sans_problack_italic', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin: 0 0 24px;
    line-height: 24px;
    padding: 0 5px;
}

.side-bar__subscribe {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 16px 19px 16px;
    text-align: left;
    margin: 10px 0 34px;
    position: relative;
}

.side-bar__subscribe-test {
    margin: 0 0 13px;
}

.side-bar__subscribe-form {
}

.side-bar__subscribe-row {
    margin: 0 0 15px;
}

.side-bar__subscribe-input {
}

.side-bar__subscribe-label {
}

.side-bar__subscribe-label &gt; a {
    font-size: 12px;
    color: #1d61b6;
}

.side-bar__subscribe-button {
    width: 180px;
}

.side-bar__subscribe-label {
    text-align: left;
    padding: 0 0 0 27px;
}

/* ------------------------------------------------/index ----------------------------------------------------------- */

.side-bar__advices-article {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 14px 13px 11px;
    margin:  0 0 20px;
}
.info_sovet{
    width: 20px;
    height: 20px;
    background: url(../img/ico/attention.png) center top no-repeat;
    background-size: contain;
}
.sovet_block{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.side-bar__advices-header {
    /*background: url(../img/ico/attention.png) center top no-repeat;*/
    padding: 36px 0 0 0;
    font-size: 24px;
    color: #fe8443;
    position: relative;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    line-height: 25px;
    margin:  0 0 15px;
}

.side-bar__advices-sub-header {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 7px;
}

.side-bar__advices-text {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin: 0 0 14px;
}

.side-bar__anaferon {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 30px 10px 0;
    margin: 0 0 20px;
}

.side-bar__anaferon-image {
    width: 191px;
    height: 111px;
    overflow: hidden;
    margin: 0 0 0px;
    display: block;
}

.side-bar__anaferon-header a,
.side-bar__anaferon-header {
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    color: #1b61b9;
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 24px;
    text-decoration: none;
}

    .side-bar__anaferon-header a:hover {
        text-decoration: underline;
    }


.side-bar__anaferon-text {
    font-size: 14px;
    color: #666666;
    margin: 0 0 31px;
    line-height: 18px;
}

.side-bar__anaferon-sub-header {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin: 0 0 12px;
    line-height: 19px;
    padding: 0 14px;
}

.side-bar__photo {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin: 0 0 40px;
    padding: 0 0 25px;
}

.side-bar__photo-image {
    display: block;
    width: 220px;
    height: 139px;
    overflow: hidden;
    margin: 0 0 13px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.side-bar__photo-image &gt; img {
    border-radius: 10px 10px 0 0;
}

.side-bar__photo-image &gt; span {
    padding: 0 0 0 27px;
    background: url(../img/ico/finger-up.png) left top no-repeat;
    min-height: 25px;
    display: inline-block;
    line-height: 31px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 16px;
    bottom: 2px;
}

.side-bar__photo-header {
    font-size: 24px;
    color: #1b61b9;
    margin: 0 0 11px;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    line-height: 23px;
    padding: 0 9px;
}

.side-bar__photo-text {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0 18px;
}

.side-bar__photo-button {
    width: 134px;
}

.green-color {
    color: #06ad61;
}

.red-color {
    color: #dd211f;
}

.side-bar__drags {
    margin: 0 0 44px;

}

.side-bar__drags-header {
    font-size: 24px;
    color: #666666;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin: 0 0 21px;
    line-height: 25px;
}

.side-bar__drugs-list {
}

.side-bar__drugs-item {
    margin: 0 0 -1px;
}

.side-bar__drugs-item a {
    text-decoration: none;
}

    .side-bar__drugs-item a:hover span {
        text-decoration: underline;
    }

.side-bar__drags-image {
    overflow: hidden;
    display: block;
}

.side-bar__drags-image &gt; img {
}

.side-bar__drags-text {
    font-size: 18px;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    color: #1b60b8;
    margin: -5px 0 0;
    display: block;
}

.green-color .side-bar__drags-text {
    color: #06ad61;
}

.red-color .side-bar__drags-text {
    color: #dd211f;
}

.side-bar__drags-text &gt; span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}


.side-bar__rating {
    border-radius: 10px;
    padding: 10px 18px;
    border: 1px solid #e6e6e6;
}

.side-bar__rating-header {
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 24px;
    color: #1b61b9;
    margin: 0 0 16px;
}

.side-bar__rating-list {
    counter-reset: item;
    text-align: left;
}

.side-bar__rating-item {
    counter-increment: item;
    font-weight: bold;
    margin: 0 0 25px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__rating-item:hover:before {
    color: #ff6769;
}

.side-bar__rating-item:before {
    color: #1b61b9;
    content: counter(item)'.';
    display: inline-block;
    vertical-align: middle;
    margin: 0  0 0;
    width: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-bar__rating-item &gt; a {
    color: #1b61b9;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.side-bar__rating-item &gt; a:hover {
    color: #ff6769;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__rating-image {
    width: 40px;
    height: 41px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 0 0;
}

.side-bar__rating-image &gt; img {
}

.side-bar__rating-text {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
}

.side-bar__kids {
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 16px 12px 18px;
}

.side-bar__kids-current {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 23px;
}

.side-bar__kids-current:after,
.side-bar__kids-list-wrap:after {
    position: absolute;
    width: 179px;
    height: 5px;
    background: url(../img/kids/separate.png) center center no-repeat;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.side-bar__kids-image {
    position: relative;
    margin: 0 0 17px;
}

.side-bar__kids-image:after {
    position: absolute;
    height: 195px;
    width: 194px;
    background: url(../img/kids/frame.png) 0 0 no-repeat;
    left: 0;
    top: 0;
    content: '';
}

.side-bar__kids-image-wrap {
    overflow: hidden;
    width: 194px;
    height: 194px;
    border-radius: 100%;
}

.side-bar__kids-image-wrap &gt; img {
}

.side-bar__kids-name {
    font-size: 24px;
    color: #666666;
    margin: 0 0 1px;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    line-height: 25px;
}

.side-bar__kids-name &gt; span {
    display: block;
    color: #737373;
    font-size: 14px;
}

.side-bar__kids-header {
    font-size: 20px;
    color: #666666;
    margin: 0 0 8px;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

.side-bar__kids-list-wrap {
    position: relative;
    padding: 0 0 13px;
    margin: 0 0 20px;
}

.side-bar__kids-list {
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0 0 0;
}

.side-bar__kids-item {
    margin: 0 0 30px;
}

.side-bar__kids-photo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 11px 0 0;
}

.side-bar__kids-photo-wrap img {
    position: relative;
}

.side-bar__kids-photo-wrap {
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #ff6769;
}

.side-bar__kids-crown:after {
    position: absolute;
    left: -8px;
    top: -20px;
    width: 41px;
    height: 40px;
    z-index: 1;
    content: '';
}

.side-bar__kids-crown_yellow:after {
    background: url(../img/kids/yellow-crown.png) 0 0 no-repeat;
}

.side-bar__kids-name-link {
    font-size: 18px;
    color: #1b60b8;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 6px;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__kids-name-link:hover {
    color: #ff6769;
}

.side-bar__kids-crown_blue:after {
    background: url(../img/kids/blue-crown.png) 0 0 no-repeat;
}

.side-bar__kids-link {
    font-weight: bold;
    color: #1b61b9;
    text-decoration: none;
    font-size: 14px;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.side-bar__kids-link:hover {
    color: #ff6769;
}

.side-bar__kids-config {
    background: url(../img/ico/config.png) left center no-repeat;
    padding: 0 0 0 28px;
    height: 22px;
    line-height: 22px;
    color: #fe8443;
    display: inline-block;
    font-family: 'pf_agora_sans_problack', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.side-bar__kids-config:hover {
    text-decoration: underline;
}

.side-bar__kids-name-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 87px;
}

.side-bar__kids-name-wrap span {
    display: block;
}

.side-bar__lesson {
    border-radius: 10px;
    padding: 8px 12px 2px;
    border: 1px solid #e6e6e6;
    margin: 0 0 21px;
}

.side-bar__lesson-header {
    font-size: 24px;
    color: #1b61b9;
    font-family: 'pf_agora_sans_problack_italic', Arial, Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin: 0 0 10px;
}

.side-bar__lesson-list {
}

.side-bar__lesson-item {
    margin: 0 0 22px;
    font-weight: bold;
}

.side-bar__lesson-link {
    display: inline-block;
    padding: 7px 21px;
    border-radius: 10px;
    color: #1b61b9;
    text-decoration: none;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

span.side-bar__lesson-link {
    background-color: #1b61b9;
    color: #ffffff;
}

a.side-bar__lesson-link:hover {
    color: #ff6769;
}

.side-bar__subscribe-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.side-bar__subscribe-message &gt; div {
    display: table;
    width: 100%;
    height: 100%;
}

.side-bar__subscribe-message &gt; div span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
}

/* QUIZ */

.side-bar__quiz {
	padding: 8px 18px 35px;
	height: 240px;
	position: relative;
}

.side-bar__quiz .side-bar__question-to-expert-header {
	margin-bottom: 18px;
}

.side-bar__quiz .contest-add-btn {
	width: 87px;
	padding: 0;
	margin: 7px 1px 0;

	cursor: pointer;
	transition: all ease .3s;
}

.side-bar__quiz .contest-add-btn:hover {
	background-color: #ff6769;
	color: #fff;
}

.side-bar__quiz p {
	width: 100%;

	text-align: left;

	font-size: 14px;
	color: #666666;
	line-height: 20px;

	padding-bottom: 15px;
}

.side-bar__quiz .quiz__question {
	display: none;
}

.side-bar__quiz .quiz__response {
	display: none;
}

.side-bar__quiz.quiz_ready .quiz__response {
	display: block;
}

.side-bar__quiz.quiz_ready .quiz__question {
	display: none;
}
.side-bar__quiz.quiz_ready .quiz__question:first-child {
	display: block;
}

.quiz__response p {
	padding-bottom: 16px;
}

.quiz__response .contest-add-btn {
	width: 179px;
	height: 43px;
	margin: 0 auto;

	line-height: 15px;
	text-align: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	padding: 6px 0 0 12px;

	background-image: url(../img/btn-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 155px 13px;
}

.quiz__ajax__error {
	display: none;

	position: absolute;
	top: 0;
	left: 5px;

	font: 9px 'Arial';
	color: red;
}

/* Interviews */

.side-bar__article.article_interview {

}

.article_interview p {
	padding-bottom: 20px;
}

.article_interview:after {
	display: block;
	content: '';
	clear: both;
}

.side-bar__articles_tenoten-item {
	display: block;
	position: relative;
	float: left;
	width: 79px;
	height: 134px;
	margin-left: 14px;
}

.side-bar__articles_tenoten-item img {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	border-radius: 50%;
}

.article_interview .item-title {
	display: block;

	font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	color: #1b61b9;
}

.article_interview .item-subtitle {
	font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-style: italic;
	color: #666666;
}


.side-bar__articles_tenoten-item.item_second{
	margin-left: 36px;
}

/* New PhoneApp Banner */

.banner__phoneapp {
	display: block;
	height: 240px;
	width: 220px;
	background-color: #ef4e78;
	border-radius: 9px;
	overflow: hidden;

	position: relative;
}

.banner__phoneapp .phone {
	display: block;
	width: 217px;
	height: 140px;

	background: url(../img/bannerPhone.png) no-repeat center;

	position: absolute;
	top: 90px;
	left: -4px;

}

.banner__phoneapp .link {
	display: block;
	/*width: 86px;*/
	/*height: 28px;*/

	position: absolute;
	/*bottom: 13px;*/

	width: 50%;
	height: 41px;
	bottom: 0;
}

.banner__phoneapp .link.appstore {
	background: url(../img/bannerAppstore.png) no-repeat center top;
	/*left: 17px;*/
	left: 0;
}
.banner__phoneapp .link.gplay {
	background: url(../img/bannerGplay.png) no-repeat center top;
	/*right: 17px;*/
	right: 0;
}

.banner__text {
	display: block;
	width: 200px;

	position: absolute;
	left: 19px;
	top: 14px;

	color: #fff;
	text-align: left;
}

.banner__text .b__subtitle {
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.2px;

	display: block;
	margin-bottom: 5px;
}

.banner__text .b__title {
	font: 24px 'pf_agora_sans_problack_italic', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	line-height: 1;
	letter-spacing: -1px;

	display: block;
	margin-bottom: 10px;

	white-space: nowrap;
}

.banner__text .b__text {
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	line-height: 1;
}</pre></body></html>