.post_image .image,
.post_info_image
{
    position: relative;

    display: block;
    overflow: hidden;
}
.post_image .image img,
.post_info_image img
{
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);
}

.post_header,
.post_content
{
    position: relative;

    display: block;

    margin: auto;
}
.post_header,
.post_content .container
{
    max-width: 495px !important;
}
@media screen and (max-width: 1440px) and (min-width: 891px)
{
    .post_header,
    .post_content .container
    {
        max-width: calc(.5555555556 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post_header,
    .post_content .container
    {
        max-width: 800px !important;
    }
}
.post_header
{
    margin-top: 28px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_header
    {
        margin-top: calc(.0388888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_header
    {
        margin-top: 56px;
    }
}
.post_header .back_to_blog
{
    position: absolute;
    left: -20px;

    display: inline-block;

    cursor: pointer;
    transition: .2s;
    transform: scaleX(.5);

    color: #ff7117;
}
.post_header .back_to_blog:hover
{
    transform: scaleX(.7);
}
@media only screen and (min-width: 768px)
{
    .post_header.toc
    {
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) and (min-width: 320px)
{
    .post_header.toc
    {
        left: calc(.0694444444 * 100vw);
    }
}
@media only screen and (min-width: 768px) and (min-width: 1440px)
{
    .post_header.toc
    {
        left: 100px;
    }
}
.post_content
{
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px)
{
    .post_content.toc .container
    {
        position: relative;
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) and (min-width: 320px)
{
    .post_content.toc .container
    {
        left: calc(.0694444444 * 100vw);
    }
}
@media only screen and (min-width: 768px) and (min-width: 1440px)
{
    .post_content.toc .container
    {
        left: 100px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_content
    {
        margin-bottom: calc(.0694444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_content
    {
        margin-bottom: 100px;
    }
}
.post_content_top_section
{
    position: relative;
}
.post_content_info
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: -186px;

    max-width: 186px;
    height: -moz-fit-content;
    height:      fit-content;
    margin-bottom: 48px;
}
@media screen and (max-width: 1440px) and (min-width: 1217.4545454545px)
{
    .post_content_info
    {
        max-width: calc(.1527777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_content_info
    {
        max-width: 220px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 923.5862068966px)
{
    .post_content_info
    {
        left: calc(-.2013888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_content_info
    {
        left: -290px;
    }
}
@media only screen and (max-width: 767px)
{
    .post_content_info
    {
        position: relative;
        top: 0;
        left: 0;

        max-width: 100%;
        margin-top: 48px;
    }
}
.post_content_info_title
{
    margin-bottom: 12px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_content_info_title
    {
        margin-bottom: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_content_info_title
    {
        margin-bottom: 24px;
    }
}
.post_content_info .author_trigger
{
    display: block;

    width: 100%;
    max-width: -moz-fit-content;
    max-width:      fit-content;
    margin-top: 16px;

    border: 1px solid #ff7117;
    border-radius: 5px;
}
.post_content_info .author_trigger a
{
    line-height: 1.1;

    display: block;

    width: 100%;
    padding: 4px 16px;

    transition: .2s;
    text-decoration: none;

    color: #ff7117;
}
.post_content_info .author_trigger:hover a
{
    color: white;
    background: #ff7117;
}
.post_content_info_items
{
    overflow-y: auto;

    max-height: 500px;
    padding-right: 10px;
}
@media only screen and (max-width: 767px)
{
    .post_content_info_items
    {
        max-height: 250px;
        padding: 16px;

        border-radius: 5px;
        background: #f9fafe;
    }
}
.post_content_info_items::-webkit-scrollbar
{
    width: 4px;
}
.post_content_info_items::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #ff7117;
}
.post_content_info_items::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f9fafe;
}
.post_content_info ul
{
    padding: 0;

    list-style-type: none;
}
.post_content_info ul li
{
    margin-bottom: 16px;
}
.post_content_info ul li:hover a::after
{
    width: 100%;
}
.post_content_info ul li a
{
    line-height: 1.25 !important;

    position: relative;

    display: inline-block;

    transition: color .3s;
    text-decoration: none;

    color: #2f2f2f;
}
.post_content_info ul li a::after
{
    position: absolute;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    transition: all .2s ease-in-out;

    background: #ff7117;
}
.post_content_info ul li.labelM a
{
    font-weight: bold;

    color: #ff7117;
}
.post_content_info .share
{
    display: flex;

    margin-top: 16px;

    align-items: center;
    justify-content: flex-start;
}
.post_content_info .share_title
{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    margin-top: 30px;
}
.post_content_info .share a
{
    margin-right: 16px;
}
.post_content_info[data-case=podcast] .post_content_info_items
{
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.post_content_info[data-case=podcast] .post_content_info_items a
{
    display: block;

    width: 100%;
    padding: 8px;

    transition: .2s;
    text-decoration: none;

    color: black;
    border: 1px solid #ff7117;
    border-radius: 5px;
}
.post_content_info[data-case=podcast] .post_content_info_items a:hover
{
    color: white;
    background: #ff7117;
}
.post_content_info[data-case=podcast] .post_content_info_items a img
{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.post_content_info[data-case=podcast] .post_content_info_items a:nth-child(n+5)
{
    display: none;
}
.post_content_info[data-case=podcast] .toggle-items
{
    display: inline-block;

    margin-top: 16px;

    color: #ff7117;
}
@media only screen and (max-width: 767px)
{
    .post_content_info[data-case=podcast] .post_content_info_items
    {
        display: inline-flex;
        flex-direction: row;

        padding: 0;

        background: transparent;

        flex-wrap: wrap;
        gap: 32px;
    }
    .post_content_info[data-case=podcast] .post_content_info_items a
    {
        width: -moz-fit-content;
        width:      fit-content;

        border: none;
    }
    .post_content_info[data-case=podcast] .post_content_info_items a img
    {
        width: 48px;
        height: 48px;
        margin-right: 0;
    }
    .post_content_info[data-case=podcast] .post_content_info_items a span
    {
        display: none;
    }
    .post_content_info[data-case=podcast] .toggle-items
    {
        margin-top: 0;
        margin-left: 40px;
    }
    .post_content_info[data-case=podcast] .toggle-items.expanded
    {
        float: right;

        margin-left: auto;
    }
}
.post_title
{
    position: relative;

    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_title
    {
        margin-bottom: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_title
    {
        margin-bottom: 40px;
    }
}
.post_info
{
    display: flex;

    margin-bottom: 33px;

    align-items: center;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_info
    {
        margin-bottom: calc(.0458333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_info
    {
        margin-bottom: 66px;
    }
}
.post_info_image
{
    width: 60px;
    height: 60px;
    margin-right: 16px;

    border-radius: 50%;
}
.post_info_content .author span
{
    color: #ff7117;
}
.post_cat
{
    display: flex;

    margin-bottom: 33px;

    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_cat
    {
        margin-bottom: calc(.0458333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_cat
    {
        margin-bottom: 66px;
    }
}
@media only screen and (max-width: 767px)
{
    .post_cat
    {
        justify-content: flex-start;
    }
}
.post_cat a
{
    padding: 2px 16px;

    cursor: pointer;
    transition: .2s;
    text-decoration: none;

    color: #ff7117;
    border: 1px solid #ff7117;
    border-radius: 24px;
    background: transparent;
}
.post_cat a:hover
{
    color: white;
    background: #ff7117;
}
.post_image
{
    margin-bottom: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post_image
    {
        margin-bottom: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_image
    {
        margin-bottom: 48px;
    }
}
.post_image .image
{
    height: 175px;

    border-radius: 5px;
}
@media screen and (max-width: 1440px) and (min-width: 681.0810810811px)
{
    .post_image .image
    {
        height: calc(.2569444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post_image .image
    {
        height: 370px;
    }
}
.post section h2
{
    font-size: 26px !important;
    font-weight: 600;
    line-height: 28px !important;

    margin-bottom: 25px !important;
}
@media screen and (max-width: 1440px) and (min-width: 1040px)
{
    .post section h2
    {
        font-size: calc(.025 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post section h2
    {
        font-size: 36px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1120px)
{
    .post section h2
    {
        line-height: calc(.025 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post section h2
    {
        line-height: 36px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 900px)
{
    .post section h2
    {
        margin-bottom: calc(.0277777778 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post section h2
    {
        margin-bottom: 40px !important;
    }
}
.post section p,
.post section li,
.post section blockquote
{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.post section blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1440px) and (min-width: 360px)
{
    .post section blockquote
    {
        margin-top: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post section blockquote
    {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 360px)
{
    .post section blockquote
    {
        margin-bottom: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post section blockquote
    {
        margin-bottom: 40px;
    }
}
.post section blockquote,
.post section blockquote p
{
    font-size: 18px;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
}
@media screen and (max-width: 1440px) and (min-width: 925.7142857143px)
{
    .post section blockquote,
    .post section blockquote p
    {
        font-size: calc(.0194444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post section blockquote,
    .post section blockquote p
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1061.0526315789px)
{
    .post section blockquote,
    .post section blockquote p
    {
        font-size: calc(.0263888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post section blockquote,
    .post section blockquote p
    {
        font-size: 38px;
    }
}
.post section iframe
{
    max-width: 100%;
}
.post .content_block_text ol,
.post .content_block_text ul,
.post .content_block_text dl
{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post .content_block_text ol,
    .post .content_block_text ul,
    .post .content_block_text dl
    {
        margin-top: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol,
    .post .content_block_text ul,
    .post .content_block_text dl
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post .content_block_text ol,
    .post .content_block_text ul,
    .post .content_block_text dl
    {
        margin-bottom: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol,
    .post .content_block_text ul,
    .post .content_block_text dl
    {
        margin-bottom: 30px;
    }
}
.post .content_block_text ol li,
.post .content_block_text ul li,
.post .content_block_text dl li
{
    margin-top: 6px;
    margin-bottom: 6px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post .content_block_text ol li,
    .post .content_block_text ul li,
    .post .content_block_text dl li
    {
        margin-top: calc(.0083333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol li,
    .post .content_block_text ul li,
    .post .content_block_text dl li
    {
        margin-top: 12px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .post .content_block_text ol li,
    .post .content_block_text ul li,
    .post .content_block_text dl li
    {
        margin-bottom: calc(.0083333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol li,
    .post .content_block_text ul li,
    .post .content_block_text dl li
    {
        margin-bottom: 12px;
    }
}
.post .content_block_text ol ol,
.post .content_block_text ol ul,
.post .content_block_text ol dl,
.post .content_block_text ul ol,
.post .content_block_text ul ul,
.post .content_block_text ul dl,
.post .content_block_text dl ol,
.post .content_block_text dl ul,
.post .content_block_text dl dl
{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
@media screen and (max-width: 1440px) and (min-width: 864px)
{
    .post .content_block_text ol ol,
    .post .content_block_text ol ul,
    .post .content_block_text ol dl,
    .post .content_block_text ul ol,
    .post .content_block_text ul ul,
    .post .content_block_text ul dl,
    .post .content_block_text dl ol,
    .post .content_block_text dl ul,
    .post .content_block_text dl dl
    {
        margin-top: calc(.0138888889 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol ol,
    .post .content_block_text ol ul,
    .post .content_block_text ol dl,
    .post .content_block_text ul ol,
    .post .content_block_text ul ul,
    .post .content_block_text ul dl,
    .post .content_block_text dl ol,
    .post .content_block_text dl ul,
    .post .content_block_text dl dl
    {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 864px)
{
    .post .content_block_text ol ol,
    .post .content_block_text ol ul,
    .post .content_block_text ol dl,
    .post .content_block_text ul ol,
    .post .content_block_text ul ul,
    .post .content_block_text ul dl,
    .post .content_block_text dl ol,
    .post .content_block_text dl ul,
    .post .content_block_text dl dl
    {
        margin-bottom: calc(.0138888889 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .post .content_block_text ol ol,
    .post .content_block_text ol ul,
    .post .content_block_text ol dl,
    .post .content_block_text ul ol,
    .post .content_block_text ul ul,
    .post .content_block_text ul dl,
    .post .content_block_text dl ol,
    .post .content_block_text dl ul,
    .post .content_block_text dl dl
    {
        margin-bottom: 20px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .post .highlighted_text .container
    {
        padding: 0 45px;
    }
}
@media only screen and (max-width: 767px)
{
    .post .highlighted_text .container
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px)
{
    .post .highlighted_text .container
    {
        max-width: 940px;
    }
}

#postInfo
{
    position: absolute;
    right: 50px;

    display: flex;

    max-width: 250px;

    align-items: center;
    justify-content: center;
}
#postInfo ul
{
    position: relative;

    overflow: hidden;

    padding-left: 25px;

    list-style: none;
}
#postInfo ul li
{
    padding: 3px 0;
}
#postInfo ul li a
{
    position: relative;

    display: block;

    text-decoration: none;

    opacity: .5;
    color: #2f2f2f;
}
#postInfo ul li a:after
{
    position: absolute;
    top: calc(50% - 1px);
    left: -25px;

    width: 15px;
    height: 2px;

    content: '';

    border-radius: 24px;
    background: #2f2f2f;
}
#postInfo ul li a:hover
{
    opacity: 1;
    color: #ff7117;
}
#postInfo ul li a:hover:after
{
    background: #ff7117;
}
#postInfo ul li a.active
{
    opacity: 1;
}
#postInfo ul li a.active:after
{
    background: #ff7117;
}
#postInfo ul li a.active:before
{
    position: absolute;

    content: '';
}
#postInfo ul li.title
{
    font-weight: 500;

    padding: 20px 0;
}
#postInfo ul li.title:nth-child(2)
{
    padding-top: 0;
}
#postInfo ul li .number
{
    display: inline-block;

    width: 20px;
    margin-right: 10px;
}
#postInfo ul li .info
{
    font-weight: 400;

    pointer-events: none;
}
#postInfo ul .line
{
    position: absolute;
    top: 0;
    left: 7px;

    width: 1px;
    height: 0;
    margin: 0;

    transition: .6s linear;

    background: #ff7117;
}
@media screen and (max-width: 1590px)
{
    #postInfo
    {
        right: 15px;
    }
    #postInfo ul li a
    {
        font-size: 11px;
    }
    #postInfo ul li a:after
    {
        left: -10px;

        width: 5px;
    }
    #postInfo ul li.title
    {
        font-size: 12px;
    }
    #postInfo ul .line
    {
        left: 17px;
    }
}
@media screen and (max-width: 320px)
{
    #postInfo
    {
        display: none;
    }
}

#breadcrumbs
{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;

    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    #breadcrumbs
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    #breadcrumbs
    {
        margin-bottom: 32px;
    }
}
#breadcrumbs a
{
    color: #606b7f !important;
}
#breadcrumbs span
{
    color: #2f2f2f !important;
}
