

/* Start:/local/templates/hug-white/components/bitrix/news/art_text/bitrix/news.detail/.default/style.css?178939481228940*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.article_in_form.openArticleForm {
    position: fixed;
    width: 900px;
    top: 25%;
    z-index: 99999;
    left: calc(50% - 450px);
    display: block;
    border: 1px solid #d4d6d7;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}

@media (max-width: 900px) {
    .article_in_form.openArticleForm {
        width: 345px;
        left: calc(50% - 172px);
        top: 5%;
    }
}

div#article_in_close_form {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 0 0 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    color: #ff0011;
    transition: opacity 600ms;
}

.article_in_form.openArticleForm iframe {
    z-index: 0;
}

div#article_in_close_form:hover {
    opacity: 0.6;
}

.article_in_form {
    display: none;
}

.article_in_rb-hug-mobile {
    display: none;
}

.article_in {
    background: #FFFFFF;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.article_in_lb p.article_in_lb-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 32px;
    margin-bottom: 35px;
}

.article_in_lb p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}

.article_in_rb-img {
    width: 260px;
    border-radius: 20px;
    overflow: hidden;
}

.article_in_rb {
    padding: 50px 50px 50px 30px;
    background: #F8F8F8;
}

.article_in_lb {
    padding: 50px 30px 50px 50px;
}

.article_in_rb-img img {
    margin: 0px;
    border-radius: 20px !important;
    overflow: hidden;
    border: none !important;
}

a#article_in-btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #ff0009;
    cursor: pointer;
    transition: opacity 600ms;
}

a#article_in-btn b {
    display: block;
    position: relative;
    margin: 20px auto;
    width: fit-content;
    background: #FF0011;
    padding: 15px 56px 15px 32px;
    border-radius: 49px;
    height: 60px;
    color: white;
    text-decoration: none !important;
}

a#article_in-btn b img {
    position: absolute;
    top: 0;
    right: -10px;
    box-shadow: none !important;
    border: none !important;
    margin: 0px;
    width: 70px;
    height: 86px;
    max-height: initial;
    top: -16px;
}

a#article_in-btn:hover,
a#article_in-btn b:hover {
    opacity: 0.6;
}

.article_in_rb-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.article_in_rb-position {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.article_in_rb-hug img {
    box-shadow: unset;
    border: 0px solid transparent;
    margin: 0px auto;
}

.article_in_rb {
    position: relative;
}

.article_in_rb-hug {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 137px / 2);
}

@media (max-width: 800px) {
    h1.article-title.article-head--mod {
        font-size: 32px;
        line-height: 1.15;
    }
    .article_in {
        display: flex;
        flex-direction: column-reverse;
    }
    .article_in_rb {
        padding: 30px 20px;
        display: block;
    }
    .article_in_rb-hug {
        display: none;
    }
    .article_in_rb-img {
        max-width: 90px;
        float: left;
        margin-right: 10px;
    }
    .article_in_rb-name {
        margin-top: 0px;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .article_in_rb-position {
        font-size: 14px;
        line-height: normal;
    }
    .article_in_lb {
        padding: 40px 20px;
    }
    .article_in_lb p.article_in_lb-title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .article_in_lb p {
        line-height: 28px;
        margin-bottom: 15px;
        font-size: 17px;
    }
    .article_in_rb-hug-mobile {
        display: block;
        background-color: #F8F8F8;
        padding: 30px 0px;
    }
    .article_in_rb-hug-mobile img {
        margin-top: 0px;
        border: 0px;
        box-shadow: none;
    }
    a#article_in-btn b {
        margin-bottom: 0px;
        margin-top: 35px;
    }
}

.blog-bottom__cloud-tags h2 {
    margin-bottom: 10px;
}

.blog-subscribe__form p {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1540px) {
    .socialSideBar {
        display: none !important;
    }
}

.three_steps_wrapper_content {
    background: white;
    z-index: 1;
}

div#three_steps__wrapper:before {
    z-index: -1 !important;
}

div#three_steps__wrapper.openTsteps {
    width: 881px !important;
    left: calc(50% - 881px / 2) !important;
    display: flex;
    flex-wrap: wrap;
}

.three_steps_wrapper_content {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 25px;
    background: linear-gradient(288.07deg, #FFFFFF 0.76%, #FFFFFF 100.86%);
    border-radius: 15px;
}

.three_steps_header {
    width: 100%;
}

.three_steps_header div {
    font-family: 'playfair_display';
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 120%;
    /* or 35px */
}

.three_steps_header div span {
    color: #FF0011;
}

.three_steps_header p {
    font-family: 'playfair_display' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding-top: 0px;
    color: #262626;
    margin-top: 10px;
    margin-bottom: 37px;
}

div#three_steps__wrapper.openTsteps img {
    box-shadow: none !important;
    border: none !important;
    border-radius: unset !important;
    margin: 0px auto;
    margin-top: 20px;
}

.three_steps_text-wrapper div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0001em;
}

.three_steps_video {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.three_steps_video:before {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/ths_video.png);
}

.three_steps_video.audio:before {
    background: url(/images/ths_audio.png);
}

.three_steps_text-wrapper {
    padding-right: 40px;
}

.three_steps_script_wrapper {
    height: fit-content;
    width: 285px !important;
}

.three_steps_text-wrapper {
    width: calc(100% - 285px) !important;
}

.three_steps_header p span {
    color: #ff0011;
}

div#three_steps__wrapper.openTsteps {
    padding-top: 30px;
}

div#three_steps_close {
    top: 45px !important;
}

@media (max-width: 881px) {
    div#three_steps__wrapper.openTsteps {
        width: 320px !important;
        left: calc(50% - 320px / 2) !important;
    }
    .three_steps_wrapper_content {
        padding: 8px;
    }
    .three_steps_header div {
        font-size: 21px;
        line-height: 120%;
    }
    div#three_steps_close {
        font-size: 14px;
        top: 10px;
        right: 10px;
    }
    .three_steps_header p {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 28px;
    }
    .three_steps_text-wrapper {
        width: 100% !important;
    }
    .three_steps_img {
        display: none !important;
    }
    .three_steps_text-wrapper div.three_steps_video {
        font-size: 14px;
        line-height: 17px;
    }
    .three_steps_video {
        padding-left: 30px;
    }
    .three_steps_script_wrapper {
        width: 100% !important;
    }
    .articles__item.itemstest div#three_steps__wrapper.openTsteps {
        overflow: visible !important;
        width: 100% !important;
    }
    br.onlyMobile {
        display: block !important;
    }
    .three_steps_header div br {
        display: none;
    }
    .articles__item p {
        line-height: normal !important;
        margin-top: 7px;
        font-family: 'playfair_display';
    }
    .three_steps_wrapper_content {
        padding: 13px !important;
    }
    .three_steps_wrapper_content {
        padding: 25px 13px !important;
    }
    .three_steps_wrapper_content {
        max-height: calc(100vh - 40px) !important;
        overflow-y: scroll !important;
    }
}


/*  */

.three_steps_thx_wrapper {
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    width: 400px;
    height: 321px;
    box-sizing: border-box;
    justify-content: flex-end;
    flex-direction: column;
}

.three_steps_thx_bottom {
    background: #FFEFF3;
    border-radius: 30px;
    position: relative;
}

.three_steps_thx_bottom p {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 28px;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px !important;
}

.three_steps_thx_bottom a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    background: #FF0011;
    border-radius: 60px;
    width: 330px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 32px;
}

.three_steps_thx_bottom img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px !important;
    top: -54px;
    width: 90px !important;
    height: 90px !important;
}

div#three_steps__wrapper.openTsteps._formSend,
div#three_steps__wrapper._formSend {
    width: 400px !important;
    left: calc(50% - 200px) !important;
    padding-top: 100px !important;
}

div#three_steps__wrapper._formSend .three_steps_wrapper_content {
    display: none !important;
}

div#three_steps__wrapper._formSend .three_steps_thx_wrapper {
    display: flex !important;
}

div#three_steps__wrapper._formSend div#three_steps_close {
    top: 110px !important;
    box-shadow: none !important;
    background: transparent !important;
    right: 6px !important;
}

.three_steps_thx_bottom a:hover {
    opacity: 0.5;
}

@media (max-width: 1000px) {
    div#three_steps__wrapper._formSend,
    div#three_steps__wrapper.openTsteps._formSend {
        width: 310px !important;
        left: calc(50% - 310px / 2) !important;
        padding-top: 100px !important;
    }
    div#three_steps__wrapper._formSend .three_steps_wrapper_content {
        display: none !important;
    }
    div#three_steps__wrapper._formSend .three_steps_thx_wrapper {
        display: flex !important;
    }
    div#three_steps__wrapper._formSend div#three_steps_close {
        top: 110px !important;
        box-shadow: none !important;
        background: transparent !important;
        right: 6px !important;
    }
    .three_steps_thx_bottom a:hover {
        opacity: 0.5;
    }
    .three_steps_thx_wrapper {
        width: 310px;
        height: 250px;
        border-radius: 20px;
    }
    .three_steps_thx_bottom img {
        width: 70px !important;
        height: 70PX !important;
        top: -42px;
    }
    body div#three_steps__wrapper .three_steps_thx_bottom p {
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 17px !important;
        line-height: 22px !important;
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
        color: #333333;
        height: 86px !important;
        margin: 0px auto !important;
        padding: 0px;
        margin-bottom: 0px !important;
    }
    .three_steps_thx_bottom a {
        width: 256px !important;
        height: 60px !important;
        background: #FF0011;
        border-radius: 46.5644px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
        color: #FFFFFF;
        margin-bottom: 23px;
    }
    .three_steps_thx_bottom {
        border-radius: 20px;
    }
    div#three_steps__wrapper._formSend div#three_steps_close {
        width: 13px;
        font-size: 18px;
        right: 8px !important;
        height: 13px;
        right: 16px !important;
        top: 115px !important;
    }
    div#three_steps__wrapper .three_steps_header {
        order: 1;
    }
    .div#three_steps__wrapper .three_steps_text-wrapper {
        order: 2;
    }
    div#three_steps__wrapper .anika_new-howmuch.second_howmuch {
        order: 5;
    }
    div#three_steps__wrapper .three_steps_script_wrapper {
        order: 4;
    }
    .three_steps_header_subtitle {
        display: block;
    }
}

.three_steps_header div br {
    display: block !important;
}

.three_steps_header_subtitle {
    color: #000000 !important;
}

@media (max-width: 1000px) {
    body div#three_steps__wrapper div p {
        width: 100% !important;
    }
    .three_steps_video>span:first-child {
        margin-right: -10px;
    }
}

@media (max-width: 768px) {
    .anika_new-list {
        width: 300px;
    }
}

@media (max-width: 375px) {
    body .three_steps_header div {
        white-space: break-spaces !important;
    }
}

@media (max-width: 881px) {
    div#three_steps__wrapper.openTsteps {
        left: calc(50% - 320px / 2) !important;
        width: 320px !important;
    }
    .articles__item.itemstest div#three_steps__wrapper.openTsteps {
        width: 320px !important;
        left: calc(50% - 320px / 2) !important;
    }
}

@media (max-width: 374px) {
    body div#three_steps_close {
        right: 5px !important;
    }
}

.typical-container {
    display: flex;
    justify-content: center;
    font-family: 'Roboto';
}

.typical-container__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 900px;
    padding: 64px 0 50px;
}

@media (max-width: 730px) {
    .typical-container__wrapper {
        width: 730px;
    }
}

@media (max-width: 425px) {
    .typical-container__wrapper {
        width: 375px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.typical-first-block__content {
    max-width: 580px;
}

.typical-first-block {
    padding: 40px;
    background: #fff5f5;
    border: 1px solid #FF0111;
    border-radius: 20px;
    z-index: 99;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 900px;
}

@media (max-width: 730px) {
    .typical-first-block {
        padding: 32px 20px;
    }
}

@media (max-width: 520px) {
    .typical-first-block {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .typical-first-block__content {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .typical-first-block__content {
        width: 100%;
    }
}

.typical-first-block__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

@media (max-width: 425px) {
    .typical-first-block__title {
        font-size: 22px;
        line-height: 130%;
    }
}

.typical-first-block__title .decoration {
    all: inherit;
    display: inline;
    color: #FF0111;
}

.typical-first-block-text {
    padding-top: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0em;
    text-align: left;
    color: #333;
}

.typical-first-block-text div {
    padding-top: 15px;
}

.typical-author__photo img {
    max-width: 200px !important;
    max-height: 200px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 730px) {
    .typical-author__photo img {
        max-width: 160px !important;
        max-height: 160px !important;
    }
}

@media (max-width: 425px) {
    .typical-author__photo img {
        max-width: 64px !important;
        max-height: 64px !important;
    }
}

.typical-author {
    padding-top: 32px;
}

.typical-block-author-mob {
    display: none;
}

@media (max-width: 520px) {
    .typical-block-author-mob {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 24px;
    }
    .typical-block-author {
        display: none;
    }
    .typical-author {
        padding-top: 0;
    }
    .typical-author-photo img {
        max-width: 64px !important;
        max-height: 64px !important;
    }
}

.typical-author__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.typical-author__profession {
    padding-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

@media (max-width: 730px) {
    .typical-author__profession {
        line-height: 17px;
    }
}

@media (max-width: 425px) {
    .typical-author__profession {
        padding-top: 12px;
        line-height: 12px;
    }
}

.typical-second-block {
    padding: 40px;
    margin: -24px 50px 0;
    border-radius: 20px;
    border: 2px solid #FF0111;
    border-top: none;
    width: 100%;
    background-color: #FFFFFF;
}

.typical-second-block__wrapper {
    display: flex;
    width: 100%;
}

@media (max-width: 520px) {
    .typical-second-block {
        padding: 32px 20px;
        margin: -24px 20px 0;
    }
}

@media (max-width: 425px) {
    .typical-second-block {
        padding: 32px 20px;
        margin: -24px 20px 0;
    }
}

.typical-document-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.typical-doc-item {
    display: flex;
    gap: 16px;
    padding-top: 24px;
}

.typical-doc-item img {
    max-width: 48px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: fit-content !important;
}

.typical-doc-item__title a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    text-decoration: none;
}

@media (max-width: 730px) {
    .typical-doc-item__title a {
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .typical-doc-item__title a {
        font-size: 12px;
        line-height: 17px;
    }
}

.typical-doc-item__title span {
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    display: block;
    color: #333333;
}

@media (max-width: 425px) {
    .typical-doc-item__title span {
        line-height: 22px;
    }
    .typical-doc-item img {
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: fit-content !important;
        max-width: 40px !important;
        width: 40px !important;
    }
}

.typical-doc-item__description {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

@media (max-width: 730px) {
    .typical-doc-item__description {
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .typical-doc-item__description {
        font-size: 12px;
        line-height: 17px;
    }
}

.typical-btn-download {
    display: flex;
    padding-top: 40px;
    justify-content: center;
}

.typical-btn {
    background-color: #FF0111;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 20px 32px;
    border-radius: 50px;
    cursor: pointer;
}

@media (max-width: 520px) {
    .typical-btn {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .typical-btn {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
}

.typical-btn-doc {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.typical-doc-size {
    background-color: #F4F4F4;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #ADADAD;
    border-radius: 100px;
    border: 1px solid #EEEEEE;
    padding: 8px 12px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
}

@media (max-width: 425px) {
    .typical-doc-size {
        font-size: 12px;
        line-height: 12px;
    }
}

.typical-already {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding-top: 16px;
}

.typical-already svg {
    width: 19.2px;
    height: 18px;
}

@media (max-width: 425px) {
    .typical-already {
        font-size: 12px;
        line-height: 16px;
    }
    .typical-already svg {
        width: 16px;
        height: 15px;
    }
}


/* POPUP */

.typical-popup {
    align-items: center;
    background: rgba(0, 0, 0, .90);
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.typical-popup__wrapper {
    background: #FFF;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000;
    font-family: 'Roboto';
    height: 611px;
    overflow: hidden;
    padding: 30px 40px;
    position: relative;
    width: 1000px;
    background: url(/local/templates/images/popups/typical/bg.png) no-repeat center/cover;
    border: 2px solid #FF0111;
    z-index: 1;
}

@media (max-width: 1024px) {
    .typical-popup__wrapper {
        height: 680px;
        padding: 23px 15px;
        width: 345px;
        background: url(/local/templates/images/popups/typical/bg-m.png) no-repeat center/cover;
        overflow: hidden;
    }
}

@media (max-width: 425px) {
    .typical-popup__wrapper {
        overflow: hidden;
        overflow-y: auto;
        min-height: 680px;
        top: 0;
    }
}

.typical-popup__close {
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 19px;
    width: 22px;
}

.typical-popup .typical-popup__content {
    display: flex;
    gap: 10px;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__content {
        flex-direction: column;
        gap: 0;
    }
}

.typical-popup .typical-popup__first-block {
    max-width: 550px;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__first-block {
        max-width: 100%;
        width: 100%;
    }
}

.typical-popup .typical-popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__title {
        font-size: 22px;
        line-height: 29px;
    }
}

.typical-popup .typical-popup__title .decoration {
    all: inherit;
    display: inline;
    color: #ff0111;
}

.typical-popup .typical-popup__author {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__author {
        display: none;
    }
}

.typical-popup .typical-author__photo img {
    max-width: 104px !important;
    max-height: 104px !important;
}

.typical-popup .typical-author__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.typical-popup .typical-author__profession {
    padding-top: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

.typical-popup .typical-popup__document-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__document-block {
        display: none;
    }
}

.typical-popup .typical-doc-item {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding-top: 30px;
}

.typical-popup .typical-doc-item img {
    height: fit-content !important;
}

.typical-popup .typical-doc-item__title {
    text-align: left;
    line-height: 18px;
}

.typical-popup .typical-doc-item__title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-decoration: underline;
}

.typical-popup .typical-doc-item__description {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

.typical-popup .typical-popup__form {
    margin-top: 32px;
}

@media (max-width: 1024px) {
    .typical-popup .typical-popup__form {
        margin-top: 18px;
    }
}


/*

.typical-popup .typical-btn-download {
    display: flex;
    padding-top: 40px;
    justify-content: center;
}

.typical-popup .typical-btn {
    background-color: #0219EB;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 20px 32px;
    !* Открываем если нужна врезка с закругленными углами
    border-radius: 10px;
    *!
    cursor: pointer;
}

@media (max-width: 520px) {
    .typical-popup .typical-btn {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .typical-popup .typical-btn {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }
}

.typical-popup .typical-btn-doc {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.typical-popup .typical-doc-size {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    !* Открываем если нужна врезка с закругленными углами
    border-radius: 5px;
    *!
    border: 1px solid #EEEEEE;
    padding: 8px 12px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
}

@media (max-width: 425px) {
    .typical-popup .typical-doc-size {
        font-size: 12px;
        line-height: 12px;
    }
}

.typical-popup .typical-already {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding-top: 16px;
}

.typical-popup .typical-already svg {
    width: 19.2px;
    height: 18px;
}

@media (max-width: 425px) {
    .typical-popup .typical-already {
        font-size: 12px;
        line-height: 16px;
    }

    .typical-popup .typical-already svg {
        width: 16px;
        height: 15px;
    }
}*/

.author-wrap {
    position: relative;
}

.author-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top_five_li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top_five_li__img img {
    box-shadow: none !important;
    border: none !important;
    margin: 0 18px 0 0!important;
    width: 34px!important;
    height: 34px!important;
}

.top_five_li__t_title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #245cae;
}

.top_five_li__t_subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #727272;
}

@media (max-width: 768px) {
    .top_five_li__img img {
        min-width: 40px;
        max-width: 40px;
        margin-right: 5px;
    }
    .top_five_li__t_title {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }
    .top_five_li__t_subtitle {
        font-size: 13px;
        line-height: 15px;
        margin-top: 7px;
    }
}

.bx-breadcrumb .bx-breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1611841374467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/hug-white/components/bitrix/news.list/readmore/style.css?1636624323149*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
/* End */
/* /local/templates/hug-white/components/bitrix/news/art_text/bitrix/news.detail/.default/style.css?178939481228940 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1611841374467 */
/* /local/templates/hug-white/components/bitrix/news.list/readmore/style.css?1636624323149 */
