#post_top {
    color: #fff
}

#post_top h1 {
    color: #313860;
    font-weight: 600;
    text-transform: uppercase
}

#post_top .post_category {
    color: var(--Colors-Red-600, #dc2626);
    display: inline-block;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 9.846px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 32px;
    text-align: left
}

#post_top .post_top_date {
    color: var(--Colors-Gray-600, #4b5563);
    display: inline-block;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 7.385px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

#post_top #share_button {
    -ms-flex-preferred-size: 24px;
    background-color: transparent;
    background-image: url("bad3be4f60c2266f119d.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
    display: block;
    flex-basis: 24px;
    height: 24px;
    margin-left: 10px;
    width: 24px
}

#post_top .post_top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#post_top .post_top_part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    #post_top {
        padding: 80px 0
    }
}

@media (max-width:767.98px) {
    #post_top {
        padding: 32px 0
    }
}

@media (min-width:480px) {
    #post_top h1 {
        font-size: 40px;
        letter-spacing: -.8px;
        line-height: 1.6
    }

    #post_top .post_top_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:479.98px) {
    #post_top h1 {
        font-size: 64px;
        letter-spacing: -1.28px;
        line-height: 1;
        text-align: center;
        word-break: break-all
    }

    #post_top #share_button {
        margin-top: 5px
    }
}

.post_content {
    -webkit-box-flex: 1;
    color: #2d2d2d;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 136px
}

.post_content h2 {
    color: #272e35;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
    padding-bottom: 32px;
    position: relative
}

/* .post_content h2:after {
    background: #d8d8d8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 166px
} */

.post_content h3 {
    font-family: Poppins
}

.post_content ul li {
    line-height: 1.6;
    padding-bottom: 2.5px;
    padding-top: 2.5px
}

.post_content ul li:before {
    top: 17px
}

.post_content .single_post_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post_content .single_post_wrap .post_thumbnail img {
    border-radius: 20px;
    width: 100%
}

@media (min-width:768px) {
    .post_content h2 {
        font-size: 40px;
        letter-spacing: -.4px
    }

    .post_content .single_post_wrap .post_thumbnail {
        margin-right: 2%
    }

    .post_content .single_post_wrap {
        margin-bottom: 80px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .post_content .single_post_wrap .post_thumbnail {
        -ms-flex-preferred-size: 640px;
        flex-basis: 640px
    }
}

@media (max-width:767.98px) {
    .post_content h2 {
        font-size: 32px;
        letter-spacing: -.32px
    }

    .post_content h3 {
        font-size: 18px
    }

    .post_content .single_post_wrap .post_thumbnail img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .post_content .single_post_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .post_content .single_post_wrap .post_thumbnail,
    .post_content .single_post_wrap .table_of_content_block {
        max-width: 100%;
        width: 540px
    }
}

@media (min-width:1025px) {
    .post_content h3 {
        font-size: 24px
    }
}

@media (min-width:768px) and (max-width:1024.98px) {
    .post_content h3 {
        font-size: 20px
    }
}

.table_of_content_block {
    background-image: url('../img/text_bg.png'); /* Устанавливаем изображение фона */
    background-size: 102% 110%;    background-repeat: no-repeat; /* Не повторяем изображение */
    background-position: center; /* Центрируем изображение */
    border-radius: 22px;
    max-width: 120%;
    width: 424px;
    padding: 20px; /* Добавляем отступы, если нужно */
    box-sizing: border-box; /* Включаем отступы и границы в ширину элемента */
}


.table_of_content_block ul {
    margin: 0 !important
}

.table_of_content_block h4 {
    color: #2d2d2d;
    font-size: 24.466px;
    font-weight: 600;
    letter-spacing: -.245px;
    line-height: 1.3;
    padding-bottom: 27px
}

.table_of_content_block li {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.table_of_content_block li:before {
    left: 5px !important
}

.table_of_content_block li:last-child {
    margin-bottom: 0
}

.table_of_content_block li a {
    color: #2d2d2d;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none
}

.table_of_content_block li a:hover {
    color: #204cec
}

@media (min-width:768px) {
    .table_of_content_block {
        padding: 45px 34px;
        width: 540px
    }

    .table_of_content_block li:before {
        top: 16px !important
    }
}

@media (max-width:767.98px) {
    .table_of_content_block {
        padding: 33px 24px;
        width: 540px
    }

    .table_of_content_block li:before {
        top: 11px !important
    }
}

.post_bottom h2 {
    color: #233d4d;
    font-weight: 700;
    line-height: 1
}

.post_bottom h4 {
    color: #2d2d2d;
    font-weight: 600
}

.post_bottom .post_bottom_subtitle {
    color: #2d2d2d;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 29px
}

.post_bottom .post_bottom_buttons_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_bottom .button_primary {
    border: 2px solid #204cec !important;
    position: relative
}

.post_bottom .button_primary:before {
    background-image: url("04f0d37b85f3517cbf42.svg");
    background-repeat: no-repeat;
    content: "";
    height: 19px;
    left: 27px;
    position: absolute;
    top: 14px;
    width: 19px
}

.post_bottom .button_third {
    border-radius: 17px;
    position: relative
}

.post_bottom .button_third span:before {
    left: -30px;
    top: 2px
}

.post_bottom .button_third span {
    display: inline-block;
    position: relative
}

.post_bottom .button_third span:before {
    background: url("160caa8ed82220787072.svg");
    content: "";
    height: 20px;
    position: absolute;
    width: 26px
}

@media (min-width:1025px) {
    .post_bottom {
        background: #fff;
        padding: 96px 0
    }
}

@media (max-width:1024.98px) {
    .post_bottom {
        margin: 64px 0
    }
}

@media (max-width:767.98px) {
    .post_bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .post_bottom .post_bottom_info {
        padding-bottom: 32px;
        text-align: center
    }

    .post_bottom .post_bottom_buttons_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:480px) {
    .post_bottom h2 {
        font-size: 56.339px
    }

    .post_bottom h4 {
        font-size: 20px;
        line-height: 1.3
    }

    .post_bottom .post_bottom_subtitle {
        font-size: 18.78px;
        line-height: 1.3
    }
}

@media (max-width:479.98px) {
    .post_bottom h2 {
        font-size: 33.094px;
        text-align: center
    }

    .post_bottom h4 {
        font-size: 11.748px;
        line-height: 1.5
    }

    .post_bottom .post_bottom_subtitle {
        font-size: 11.031px;
        line-height: 1.5
    }
}

@media (min-width:768px) {
    .post_bottom .post_bottom_info {
        -ms-flex-preferred-size: 545px;
        flex-basis: 545px
    }

    .post_bottom .post_bottom_image {
        -ms-flex-preferred-size: 408px;
        flex-basis: 408px;
        margin-right: 2%
    }
}

@media (min-width:880px) {
    .post_bottom .button_primary {
        margin-right: 20px;
        max-width: 100%;
        width: 200px
    }

    .post_bottom .button_third {
        padding: 10px 24px 10px 62px
    }
}

@media (min-width:879px) {
    .post_bottom .button_primary {
        padding: 10px 24px
    }
}

@media (max-width:879.98px) {
    .post_bottom .button_primary {
        display: inline-block;
        font-size: 10.141px;
        line-height: 1.5;
        margin-right: 10px;
        padding: 10px 31px 10px 40px;
        width: 141px
    }

    .post_bottom .button_primary:before {
        left: 24px;
        top: 8px
    }

    .post_bottom .button_third {
        display: inline-block;
        font-size: 10.141px;
        line-height: 1.5;
        padding: 12px 16px 12px 40px;
        width: 147px
    }

    .post_bottom .button_third span:before {
        height: 11px;
        width: 14px
    }
}

/*# sourceMappingURL=post.css.map*/