
.post .author {
    margin: 10px 0 40px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.post .the-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post table {
    padding: 16px 24px;
    background: #eef5ff;
    font-size: 18px;
    border-radius: 8px;
}

.post hr {
    display: none;
}

.post img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.post .main-img {
    margin-bottom: 20px;
}

.post .main-img img {
    max-width: calc(100% + 32px);
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
}

.post p, .post div, .post ul, .post ol, .post li, .post blockquote {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.post ul, .post ol {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.post li {
    margin-left: 16px;
}

.post li:marker {
    margin-left: 16px
}

.post h1 {
    margin: 0;
    scroll-margin-top: 74px; /* Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ top-menu */
}

.post h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.56px;
    margin: 20px 0;
    scroll-margin-top: 74px; /* Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ top-menu */
}

.post h2 b {
    font-weight: 700;
}

.post h3 {
    scroll-margin-top: 74px; /* Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ top-menu */
    margin-bottom: 0;
    margin-top: 10px;
}

/* ÐžÐ±Ñ‰ÐµÐµ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð¾ Ð´Ð»Ñ Ð²ÑÐµÑ… Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¾Ð² Ð¸ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² Ñ id */
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post [id] {
    scroll-margin-top: 74px; /* Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ top-menu,topbar Ð´Ð¾Ð±Ð°Ð²Ð»ÑÐµÑ‚ÑÑ Ð´Ð¸Ð½Ð°Ð¼Ð¸Ñ‡ÐµÑÐºÐ¸ */
}

.post .content-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: var(--transition);
}

.post .content-title:hover {
    color: var(--color-blue);
}

.post .content-title:after {
    content: "";
    background: url("../../../assets/img/main/arr-down.svg") no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: all 0.4s;
    cursor: pointer;
}

.post .content-title:not(.closed):after {
    transform: rotate(180deg);
}

.post .the-content nav {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.single .post_content_list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single .post_content_list li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0px;
}

.single .post_content_list li a {
    transition: var(--transition);
    color: var(--color-text);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.single .post_content_list li a:hover {
    color: #0C65DE;
}

.single .post_content_list li ol {
    list-style: none;
}

.single .post_content_list li ol li:before {
    display: none;
}

.single .post_content_list li ol li { /* padding-left:10px;*/
    margin: 8px 0 0 0px;
}

.single .post_content_list li ol li a {
    color: var(--Main-Texts, #2C3A57); /* Offiro_Web/Text XS Regular */
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.single .post_content_list li a:hover {
    color: var(--color-blue);
}

.single .post_content_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 8px;
    background-color: var(--color-text);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: var(--transition);
    color: red;
}

.single .post_content_list li:hover:before {
    background-color: var(--color-blue);
}

.single .post_content_list ol {
    padding: 0;
    margin: 0;
}

.post .the-content a:not(.btn) {
    color: var(--color-blue);
}

.post .king-link {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
}

.post .king-link a {
    color: var(--color-blue);
}

#main .the-content .fifth-cta, #main .the-content .fourth-cta, #main .the-content .seventh-cta, #main .the-content .sixth-cta, #main .the-content .third-cta {
    padding: 20px;
    border-radius: 10px;
    background: #e9f2ff;
    font-size: 17px;
    line-height: 30px;
}

#main .the-content .fifth-cta a, #main .the-content .fourth-cta a, #main .the-content .seventh-cta a, #main .the-content .sixth-cta a, #main .the-content .third-cta a {
    color: var(--color-blue);
}

#main .about-author {
    margin-top: 40px;
    display: flex;
    padding-bottom: 20px;
}

#main .about-author img {
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 40px;
    max-width: 120px;
    max-height: 120px;
    border-radius: 100%;
}

#main .the-author {
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}

#main .the-author span, .the-content .b, .the-content .strong {
    font-weight: 700;
}

#main .the-author + .description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4b5159;
}

#main .under-author {
    border-top: 1px solid #dadada;
}

#main .share {
    display: flex;
    padding: 20px 0 0 0;
    margin: 0;
}

#main .share > div {
    cursor: pointer;
    line-height: 0;
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 30px;
    transition: .2s;
}

#main .share .link.copylink {
    position: relative;
    top: 3px;
}

#main .share .link .copied-successful {
    opacity: 0;
    display: flex;
    position: absolute;
    left: 31px;
    top: -10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--color-blue);
    background: #fbf9f8;
    border-radius: 100px;
    min-width: 77px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

#main .share .link.copylink path {
    stroke: var(--color-blue);
}

#editors-choice {
    padding-top: 0;
}

#editors-choice .title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

#editors-choice .editors-choice__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#editors-choice .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
}

#editors-choice .item .thumbnail {
    width: 35%;
}

#editors-choice .item .thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#editors-choice .item .title {
    width: calc(65% - 16px);
    color: var(--color-text);
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: var(--transition);
}

#editors-choice .item .title:hover {
    color: var(--color-blue);
}

#editors-choice .item .info {
    display: none;
}

.single .left {
}

.single .right {
    padding: 0 16px 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.single .desktop {
    display: none;
}

@media screen and (min-width: 1024px) {
    #main.single > .container {
        display: flex;
        gap: 16px;
    }

    .single .left {
        width: 66%;
    }

    .single .right {
        width: calc(34% - 16px);
        padding-top: 30px;
    }

    .post .the-content nav {
        display: none !important;
    }

    .single .desktop {
        display: block !important;
    }

    .post {
        padding-top: 30px;
    }

    .post .main-img img {
        margin: 0;
        width: 100%;
        border-radius: 8px;
    }

    .single .right .content-title {
        pointer-events: none;
        color: var(--color-text);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 108.333% */
        margin: 0;
    }

    .single .right .post_content_list {
        display: flex !important;
        margin-left: 16px;
    }
}