.page_advert,
body.theme_light .page_advert {
    --bc-thm-pageAdvert-bg: #fff;
    --bc-thm-pageAdvert-color: #666;
    --bc-thm-pageAdvert-borderColor: #d8d8d8
}

.page_advert {
    color: var(--bc-thm-pageAdvert-color);
    background-color: var(--bc-thm-pageAdvert-bg);
    border: 1px solid var(--bc-thm-pageAdvert-borderColor);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden
}

.page_advert .pad_title {
    font-size: 24px;
    text-decoration: underline
}

.page_advert .pad_sub_title {
    margin-top: 10px;
    font-size: 20px
}

.page_advert #content {
    padding: 0
}

.page_advert .pad_info {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px
}

.page_reviews,
body.theme_light .page_reviews {
    --bc-thm-pageReviews-bg: #fff;
    --bc-thm-pageReviews-color: #666;
    --bc-thm-pageReviews-borderColor: #d8d8d8
}

.page_reviews {
    color: var(--bc-thm-pageReviews-color);
    background-color: var(--bc-thm-pageReviews-bg);
    border: 1px solid var(--bc-thm-pageReviews-borderColor);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden
}

.page_reviews .prw_title {
    font-size: 24px;
    text-decoration: underline
}

.page_reviews .prw_sub_title {
    margin: 10px 0;
    font-size: 20px
}

.page_reviews .prw_link {
    display: inline-block
}

.page_reviews #content {
    padding: 0
}

.news_outer,
body.theme_light .news_outer {
    --bc-thm-newsOuter-color: inherit;
    --bc-thm-newsOuter-bg: #fff;
    --bc-thm-newsOuter-borderColor: #ccc;
    --bc-thm-newsList-newsItem-title-color: var(--bc-thm-brand-color);
    --bc-thm-newsList-newsItem-list-mark-color: var(--black);
    --bc-thm-newsList-newsItem-date-color: #999;
    --bc-thm-newsList-newsItem_odd-bg: initial;
    --bc-thm-newsList-newsItem_even-bg: #f2f2f2;
    --bc-thm-newsList-newsItemPin-color: #9ba2ac
}

.bc_news_like_button,
body.theme_light .bc_news_like_button {
    --bc-thm-newsLikeButton-color: #606771;
    --bc-thm-newsLikeButton-bg: #f7f7f8;
    --bc-thm-newsLikeButton_even-bg: #fff;
    --bc-thm-newsLikeButton_active-icon-color: var(--bc-thm-brand-color);
    --bc-thm-newsLikeButton_active-icon-fill: var(--bc-thm-newsLikeButton_active-icon-color);
    --bc-thm-newsLikeButton-icon-color: var(--bc-thm-brand-color);
    --bc-thm-newsLikeButton-icon-color-hover: #84021a;
    --bc-thm-newsLikeButton-icon-fill: var(--white);
    --bc-thm-newsLikeButton-icon-fill-hover: var(--bc-thm-newsLikeButton-icon-color-hover)
}

.news_outer {
    color: var(--bc-thm-newsOuter-color);
    background-color: var(--bc-thm-newsOuter-bg);
    border: 1px solid var(--bc-thm-newsOuter-borderColor);
    border-radius: 8px;
    margin-bottom: 22px;
    position: relative
}

.news_list .news_item {
    padding: 20px 0 20px 12px
}

.news_list .news_item.__odd {
    background-color: var(--bc-thm-newsList-newsItem_odd-bg)
}

.news_list .news_item.__even {
    background-color: var(--bc-thm-newsList-newsItem_even-bg)
}

.news_list .news_item .title {
    color: var(--bc-thm-newsList-newsItem-title-color);
    font-size: 160%;
    font-weight: 700
}

.news_list .news_item .descr {
    margin-top: 10px;
    line-height: 150%
}

.news_list .news_item .descr ul {
    list-style-type: none !important
}

.news_list .news_item .descr ul li {
    padding-inline-start: 18px;
    position: relative
}

.news_list .news_item .descr ul li:before {
    background-color: var(--bc-thm-newsList-newsItem-list-mark-color);
    content: "";
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.news_list .news_item .descr ol {
    list-style-type: auto
}

.news_list .news_item .descr li {
    list-style-position: inside
}

.news_list .news_item .descr a {
    text-decoration: underline
}

.news_list .news_item .date {
    color: var(--bc-thm-newsList-newsItem-date-color);
    margin-top: 5px
}

.news_list .news_item_head {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.news_list .news_item_pin {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: var(--bc-thm-newsList-newsItemPin-color);
    margin: 0 20px;
    padding: 4px
}

.news_outer h1,
.news_outer .title_h1 {
    margin: 0 10px
}

.bc_news_like_button {
    color: var(--bc-thm-newsLikeButton-color);
    background: var(--bc-thm-newsLikeButton-bg);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    outline: 0;
    align-items: center;
    margin-top: 14px;
    padding: 3px 8px;
    font: 14px/16px Arial, sans-serif;
    display: inline-flex
}

.bc_news_like_button.__active .bc_nlb_icon {
    color: var(--bc-thm-newsLikeButton_active-icon-color);
    fill: var(--bc-thm-newsLikeButton_active-icon-fill)
}

.bc_news_like_button.__even {
    background: var(--bc-thm-newsLikeButton_even-bg)
}

.bc_news_like_button .bc_nlb_icon {
    width: 20px;
    height: 20px;
    color: var(--bc-thm-newsLikeButton-icon-color);
    fill: var(--bc-thm-newsLikeButton-icon-fill);
    margin: 0 2px;
    transition: color .2s ease-in-out, fill .2s ease-in-out
}

.bc_news_like_button .bc_nlb_inner {
    margin: 0 2px
}

@media (any-hover:hover) {
    .bc_news_like_button:hover .bc_nlb_icon {
        color: var(--bc-thm-newsLikeButton-icon-color-hover);
        fill: var(--bc-thm-newsLikeButton-icon-fill-hover)
    }
}

.sitemap_wrapper {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 16px;
    font-weight: 700
}

.sitemap_wrapper ul {
    list-style: none
}

.sitemap_wrapper li,
.sitemap_wrapper li a {
    line-height: 24px
}

.sitemap_wrapper .level_1_sitemap>li {
    margin-bottom: 15px
}

.sitemap_wrapper .sitemap_item:last-child {
    margin-bottom: 0
}

.sitemap_wrapper .level_2_sitemap {
    padding-left: 20px
}

.sitemap_wrapper .level_3_sitemap {
    padding-left: 40px;
    display: none
}

.sitemap_wrapper .sitemap_expand {
    color: #009eeb;
    cursor: pointer;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block
}

.suspect_login_page.rounded {
    color: #3b3b3b;
    padding: 19px 20px 20px;
    overflow: hidden
}

.suspect_login_page .slp_ttl {
    color: #000;
    letter-spacing: -.7px;
    margin-bottom: 9px;
    font-size: 30px
}

.suspect_login_page .slp_desc {
    margin-bottom: 24px;
    font-size: 18px
}

.suspect_login_page form {
    background: #f9f9f9;
    margin: 0 -20px;
    padding: 20px 21px 25px
}

.suspect_login_page .form_error {
    box-sizing: border-box;
    color: #a00000;
    background-color: #f0f0f0;
    min-width: 302px;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 35px;
    display: inline-block
}

.suspect_login_page .bt35 {
    min-width: 71px;
    height: 30px;
    margin-top: 15px;
    margin-right: 10px;
    line-height: 30px
}

.suspect_login_page .slp_help {
    border-top: 1px solid #ccc;
    margin: 0 -20px;
    padding: 21px 21px 6px;
    font-size: 14px
}

.suspect_login_page .slp_help a {
    border-bottom: 2px solid #009eeb;
    font-weight: 700;
    text-decoration: none
}

.static_page.prices_page h1,
.static_page.prices_page .title_h1 {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none
}

.static_page.prices_page .pp_table_title {
    margin: 0
}

.static_page.prices_page h2 {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: inline
}

.static_page.prices_page .price_new {
    font-weight: 700
}

.terms_page {
    margin-bottom: 10px
}

.terms_page h1,
.terms_page .title_h1 {
    text-align: left;
    margin-bottom: 35px;
    text-decoration: none;
    color: #666 !important;
    font: 600 140%/17px Arial, Helvetica, sans-serif !important
}

.terms_page h2.sub_title {
    color: #666;
    margin-bottom: 25px;
    font: 700 14px/17px Arial, Helvetica, sans-serif
}

#content.terms_page {
    color: #666;
    font: 14px/19px Arial, Helvetica, sans-serif
}

.terms_page .terms_item:after {
    clear: both;
    content: "";
    width: 100%;
    display: block
}

.terms_page .terms_item {
    clear: both;
    height: auto;
    margin-bottom: 80px;
    display: block
}

.terms_page .terms_item .terms_text {
    float: left;
    width: 100%;
    max-width: 60%
}

.terms_page .terms_item .terms_description {
    float: right;
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 30%;
    padding: 35px;
    font: 22px/31px Arial, Helvetica, sans-serif
}

.terms_page .terms_item .terms_description strong {
    color: #a02239
}

.terms_page .terms_item .terms_p {
    text-align: justify;
    margin: 15px 0
}

.terms_page .terms_list {
    margin-left: 20px;
    list-style: outside
}

.terms_page .terms_prices {
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: gray
}

.terms_page .terms_prices td {
    border: 1px solid gray
}

.terms_page .terms_prices th {
    border: 1px solid gray;
    font-weight: 400
}

.au_dimoco_links {
    text-align: center;
    margin: 15px 0
}

.au_dimoco_links a {
    display: block
}

.au_dimoco_right,
.au_dimoco_terms .denial_blank {
    display: inline-block
}

.au_dimoco_terms {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

.au_dimoco_terms .terms_header {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 700
}

.au_dimoco_terms .terms_subheader {
    margin: 5px 20px;
    font-size: 13px;
    font-weight: 700
}

.au_dimoco_terms .return_right li {
    margin-bottom: 10px;
    margin-left: 10px
}

.au_dimoco_terms .return_right .ol_latin_letters,
.au_dimoco_terms .dimoco_terms .ol_latin_letters {
    padding: 10px 20px;
    list-style-type: lower-alpha
}

.au_dimoco_terms .return_right .ol_latin_letters ol,
.au_dimoco_terms .dimoco_terms .ol_latin_letters ol {
    padding: 10px 20px
}

.au_dimoco_terms .dimoco_terms .ol_latin_letters li {
    padding: 5px
}

.au_dimoco_terms .dimoco_terms .ol_latin_letters ul {
    margin: 5px 30px;
    list-style-type: disc
}

.au_dimoco_terms .dimoco_prices {
    margin-bottom: 5px
}

.au_dimoco_terms .custom_numeration {
    list-style-type: none
}

.au_dimoco_terms .custom_numeration li:before {
    content: "b."
}

.au_dimoco_terms .custom_numeration span {
    margin-right: 5px
}

.au_dimoco_terms .company_info {
    margin: 10px 20px
}

.au_dimoco_terms .company_info p {
    min-height: 20px
}

.au_dimoco_terms .dimoco_terms .company_info_footer,
.au_dimoco_terms .dimoco_terms .company_info_header {
    margin-top: 10px
}

.au_content {
    margin-left: 30px
}