﻿/*BlogInMainPage*/
.c-blog-main_page {
    width: 100%;
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    text-align: -webkit-center;
    margin-top: 20px;
}
.c-blog-main_page-container:before {
    display: table;
    content: " ";
}
.c-last_posts-mainpage {
    background-color: #d3dce7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.c-last_posts-mainpage .container {
    max-width: 85% !important;
}
.position-relative {
    position: relative !important;
}
.c-blog-main_page-title h5 {
    --bs-text-opacity: 1;
    text-align: center;
    color: #4b4b4b !important;
}
.c-blog-main_page-title h1 {
    text-align: center !important;
    color: #4b4b4b !important;
}
.c-blog-main_page .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.c-last_posts-mainpage_single {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
    padding-bottom:15px;
}
.bg-light {
    background-color: rgb(250 251 251) !important;
}

.overflow-hidden {
    overflow: hidden !important;
}
.img-fluid {
     max-width: 100%; 
     height: auto; 
}
.c-last_posts-mainpage .position-absolute {
    position: absolute !important;
}
.blog-img_title {
    --bs-bg-opacity: 1;
    background-color: rgb(231 234 253) !important;
}


.blog-img_title {
    top: 0 !important;
    right: 0 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    color: #fff;
    margin-top: 3rem !important;
}

    .blog-img_title a {
        text-decoration: unset !important;
        color: #4b4b4b !important;
    }
.c-last_posts-mainpage .text-white a {
    color: #fff;
}
.blog-read_more {
    text-align: right;
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
}
    .blog-read_more a{
        text-decoration:none
    }
    .blog-read_more-head {
        display: flex !important;
        margin-bottom: 1rem !important;
    }
.blog-read_more-head-auther {
    margin-left: 1rem !important;
}
    .blog-read_more-head-auther i {
        margin-left: .5rem !important;
        color: rgb(75 75 75) !important;
    }
.blog-read_more-head-date i {
    margin-left: .5rem !important;
    color: rgb(75 75 75) !important;
}


.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

/*BlogInMainPage*/

.c-blog_page {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
    .c-blog_page a{
        text-decoration:none!important
    }
    .c-blog_page ul, p, h4, h3 {
        list-style: none;
    }

.c-blog_page-container {
    margin-top: -40px !important;
}
.c-search_page-container {
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.c-search_page-right {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 10px;
    height: 100%;
}
.c-search_page-left {
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 10px;
}
.c-box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #dedede;
    margin: 0 0 10px;
}
.c-blog_page-container .c-box_header {
    background: #2899d5;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    padding: 17px 16px 17px 16px;
}
.c-box_header {
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 700;
    letter-spacing: .2px;
    position: relative;
}
.c-box_item {
    padding: 6px 13px 8px 12px;
    font-size: 12px;
}
.c-blog_cat-main {
    margin-bottom: 10px;
    margin-right: 10px;
}
    .c-blog_cat-main a {
        font-size: 14px;
        text-decoration: none;
        color: #4a5f73;
    }

.c-blog_other-title {
    display: flex;
    padding: 20px 0;
    color: #6b7074;
    font-size: 15px;
    padding: 0px 35px 35px 35px;
}
.c-blog_other-title_txt {
    padding-left: 15px;
}
.c-blog_other-title_bold {
    font-size: x-large;
}
.c-blog_other-title_sep {
    margin: auto;
    flex-grow: 1;
    border-top: 1px solid #dedede;
}
.c-blog_news-content {
    display: flex;
}
.c-blog_news-content_right {
    flex-basis: 100%;
}
.c-blog_page-content {
    margin-top: 10px;
}
    .c-blog_page-content .c-search_page-list {
        border: none !important;
        box-shadow: none !important;
    }
.c-search_page-list {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    position: relative;
}

.c-listing_items {
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px;
    padding-right:0!important
}
    .c-listing_items > li {
        max-width: 50%;
    }
.c-search_page-list .c-product_box {
    padding: 26px 20px 60px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    transition: box-shadow .2s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.c-search_page-list .c-product_box-img {
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .c-search_page-list .c-product_box-img img {
        max-width: 100%;
        max-height: 100%;
    }
        .c-search_page-list .c-product_box-img img[alt]::after {
            position: absolute;
            content: attr(alt);
            background: #fff url(../img/discount/digikala.png) no-repeat 50%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-size: contain;
            color: transparent;
        }
.c-search_page-list .c-product_box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.c-search_page-list .c-product_box-title {
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
}
.c-product_box-title {
    display: flex;
    justify-content: space-between;
}
.c-search_page-list .c-product_box-title a {
    color: #000000;
    font-size: 14px;
}
.c-product_box-title-en {
    display: none;
}
.c-blog_content-swiper
{
    max-width:100%;
    margin-bottom:30px;
}
.c-blog_content-swiper .c-swiper {
    background: #eee !important;
}
.c-swiper {
    background-color: #fff;
    padding: 9px 33px 11px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 100%;
    margin: 20px 0 0;
    overflow: hidden;
}
.c-swiper_headline {
    margin: 0 0 20px 33px;
    display: flex;
    position: relative;
}
    .c-swiper_headline span {
        font-weight: 500;
        padding: 8px 0;
        min-height: 48px;
        line-height: 31px;
        position: relative;
    }
        .c-swiper_headline span::before {
            content: "";
            position: absolute;
            background-color: #00bfd6;
            height: 1px;
            right: 0;
            left: -40px;
            bottom: 0;
            z-index: 1;
        }
        .c-swiper_headline span::after {
            content: "";
            position: absolute;
            background-color: #fff;
            height: 1px;
            width: 15px;
            bottom: 0;
            left: -45px;
            z-index: 1;
        }
    .c-swiper_headline::after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #dfdfdf;
        right: 0;
        left: 0;
        bottom: 0;
    }
.c-swiper_content {
    position: relative;
}
.c-blog_content-swiper .c-swiper_container2 {
    margin-right: -25px;
}
.c-swiper_box {
    display: flex;
    padding: 2px 0;
    transition: transform .4s ease-in-out;
}
.c-swiper_url {
    padding: 5px 15px 60px;
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    align-items: center;
    position: relative;
}
.c-blog_content-swiper .c-swiper_img {
    width: 270px !important;
}
.c-swiper_img {
    width: 210px;
    display: flex;
    position: relative;
    align-items: center;
    max-width: 100%;
    margin-top: 5px;
}
    .c-swiper_img img {
        width: 100%;
        border-radius: 5%;
    }
        .c-swiper_img img[alt]::after {
            position: absolute;
            content: attr(alt);
            background: #fff url(../img/discount/digikala.png) no-repeat 50%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: contain;
            text-align: center;
            color: transparent;
        }
.c-blog_content-swiper .c-swiper_title {
    font-size: 14px;
}
.c-swiper_title {
    margin-top: 14px;
    font-size: 12px;
    width: 90%;
    text-align: center;
    line-height: 25px;
}
.c-blog_content-swiper .c-swiper_price {
    bottom: 40px;
}
.c-swiper_price {
    bottom: 10px;
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: center;
}
.c-swiper_price-value {
    color: #fb3449;
    font-size: 20px;
    line-height: 22px;
}
.c-blog_content-swiper .c-swiper_price-value span {
    font-size: 12px;
}
.c-blog_content-swiper .c-swiper_btn-next {
    box-shadow: -30px 0 200px 100px #e9e9e9;
    border-radius: 0 40px 40px 0;
}
.c-swiper_btn-next {
    left: 10px;
    margin-left: -10px;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.c-swiper_btn-next, .c-swiper_btn-prev {
    position: absolute;
    background: #fff;
    width: 49px;
    height: 50px;
    transform: translateY(-50%);
    margin-top: -22px;
    top: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #a8a8a8;
    margin-top: -35px;
    z-index: 10000;
}
    .c-swiper_btn-next::before, .c-swiper_btn-prev::before {
        font-size: 26px;
        top: 50%;
        position: absolute;
        left: 50%;
        margin: -32px 0px 0px -15px;
        line-height: 1;
        color: #000;
        font-weight: 700;
    }
    .c-swiper_btn-next::before {
         content: url(../img/arrow-left.png); 
         width:47px;
    }
    .c-swiper_btn-prev::before {
         content: url(../img/arrow-right.png); 
         width:47px;
    }
.c-blog_content-swiper .c-swiper_btn-prev {
    border-radius: 40px 0 0 40px;
}
.c-swiper_btn-prev {
    right: 10px;
    margin-right: -43px;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    z-index: 1;
}
.c-post-detail_page {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
    .c-post-detail_page a{
        text-decoration:none!important
    }
    .c-post {
        background-color: #fff;
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
        border: 1px solid #e4e4e4;
        display: inline-flex;
        margin-bottom: 15px;
        width: 100%;
        padding: 14px;
    }
.c-post_info {
    flex: 1.6;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
}
.c-post_headline {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    display: flex;
    align-items: center;
    min-height: 95px;
}
.c-post_title {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 400;
    color: #494949;
    margin: 0;
}
.c-post_headline span {
    font-size: 12px;
    line-height: 1.833;
    color: #b5b5b5;
    display: block;
    margin-top: 5px;
}
.c-post_rating {
    margin-right: auto;
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.692;
}

    .c-post_rating .c-stars {
        margin-bottom: 5px;
    }
.c-stars {
    display: flex;
    position: relative;
    font-size: 18px;
}
.c-post_headline span {
    font-size: 12px;
    line-height: 1.833;
    color: #b5b5b5;
    display: block;
    margin-top: 5px;
}
.c-stars_item::before {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url(../svg/star.svg) no-repeat 50% 50%;
    content: "";
    background-size: 100%;
}
.c-stars_selected .c-stars_item::before {
    background-image: url(../svg/star_fill.svg);
}
.c-post_short-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
    .c-post_short-content p{
        text-align:justify
    }
    .c-post_cats-main {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f2f2f2;
    }
    .c-post_cats-main a {
        padding: 5px 10px;
        background-color: #f5f5f5;
        border-radius: 10px;
        margin-left: 10px;
    }
.c-post_tags-main {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
    .c-post_tags-main a {
        padding: 5px 10px;
        background-color: #f5f5f5;
        border-radius: 10px;
        margin-left: 10px;
    }
.c-post_gallery {
    flex: 1.4;
    display: flex;
    flex-direction: column;
}
.c-gallery {
    height: 100%;
}
.c-gallery_item {
    display: flex;
}
.c-gallery_img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
    .c-gallery_img img {
        max-width: 100%;
    }
.c-post-detail_page .container
{
    width:100%!important
}
.c-blog_post-maincontent {
    margin: 0 50px;
}
    .c-blog_post-maincontent p{
        text-align:justify;
    }
    .c-tabs {
        margin-top: 39px;
        padding-top: 57px;
        line-height: 22px;
        position: relative;
    }
.c-box_tabs {
    position: absolute;
    top: 0;
    display: flex;
    font-size: 17px;
    letter-spacing: -.4px;
}
.c-box_tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
    cursor: pointer;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}
    .c-box_tabs-tab.is-active::before {
        content: "";
        position: absolute;
        height: 4px;
        right: -1px;
        left: -1px;
        background: #00bfd6;
        bottom: 100%;
    }
    .c-box_tabs-tab.is-active a {
        background: #89a8ff;
        padding-top: 15px;
        color: #fff;
        margin-bottom: -1px;
        overflow: hidden;
    }
    .c-box_tabs-tab a {
        padding: 14px 20px;
        line-height: 27px;
        display: block;
        position: relative;
        color: #6f6f6f;
        overflow: hidden;
    }
    .c-box_tabs-tab.is-active a[data-tab-name]::before {
        color: #fff;
    }
    .c-box_tabs-tab a[data-tab-name="comments"]::before {
        content: "\e047";
        font-size: 27px;
    }
    .c-box_tabs-tab a[data-tab-name]::before {
        font-family: digikala;
        color: #c3c3c3;
        margin-left: 11px;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
    }
.c-tabs_content {
    padding: 35px 53px 35px 61px;
    margin-bottom: 58px;
    background-color: #fff;
}
    .c-tabs_content > div.is-active {
        display: block;
    }
.c-tabs_content-comments_headline {
    font-size: 28px;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
    margin: 0;
}
    .c-tabs_content-comments_headline > span {
        display: block;
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
    }
.c-params_headline {
    font-size: 30px;
    line-height: 1.467;
    font-weight: 500;
    margin: 0;
    margin-bottom: 35px;
    color: #6f6f6f;
    letter-spacing: -.6px;
    margin-top: 30px;
}
    .c-params_headline > span {
        font-size: 16px;
        display: block;
        color: #a7a7a7;
        letter-spacing: -.3px;
    }
.c-tabs_content-comments_summary {
    display: flex;
    margin: 25px -30px 60px;
}
.c-tabs_content-comments_summary-rating, .c-tabs_content-comments_summary-note {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}
.c-tabs_content-desc_rating {
    background-color: #fcfcfc;
    padding: 33px 33px 33px 60px;
    border-radius: 5px;
}
.c-tabs_content-comments_summary-rating, .c-tabs_content-comments_summary-note {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}
.btn-add_comment {
    background-color: #7a7a7a;
    color: #fff;
    font-size: 16px;
    padding: 16px 105px 16px 45px;
    border-radius: 8px;
    letter-spacing: -.7px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
    margin-top:13px
}
    .btn-add_comment::before {
        width: 95px;
        height: 95px;
        content: "";
        position: absolute;
        right: -25px;
        top: -20px;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        transition: all .3s ease-in-out;
    }
.btn-add_comment-text::before {
    font-family: digikala;
    content: "\e046";
    position: absolute;
    right: 22px;
    font-size: 23px;
    top: 15px;
}
.btn-add_comment-text::after {
    font-family: digikala;
    content: "\e0d0";
    position: absolute;
    right: 30px;
    font-size: 8px;
    line-height: 1;
    top: 18.5px;
}
.c-tabs_content-comments_filter {
    border-bottom: 1px solid #eee;
    display: flex;
    margin-top: 60px;
}
.c-faq_filter-title {
    font-size: 16px;
    padding: 14px 19px;
    position: relative;
}
    .c-faq_filter-title::before {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        right: 0;
        bottom: 20px;
    }
.c-faq_filter-items {
    margin-right: auto;
    font-size: 16px;
}
    .c-faq_filter-items[data-title]::before {
        content: attr(data-title);
        padding: 14px 10px;
    }
    .c-faq_filter-items li {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }
        .c-faq_filter-items li a.is-active {
            color: #00bfd6;
        }
        .c-faq_filter-items li a {
            padding: 14px 17px;
            display: block;
            color: #4d4d4d;
            position: relative;
        }
            .c-faq_filter-items li a.is-active::before {
                position: absolute;
                height: 1px;
                width: 100%;
                background: #00bfd6;
                content: "";
                top: 100%;
                left: 0;
                right: 0;
            }
.c-comments_list {
    margin-top: 18px;
    font-family: IranSans;
    list-style:none
}
    .c-comments_list > li {
        background-color: #fcfcfc;
        border: 1px solid #f3f3f3;
        border-radius: 5px;
        padding: 57px 30px 30px;
        margin-bottom: 36px;
    }
        .c-comments_list > li > section {
            display: flex;
            margin-right: -30px;
            margin-left: -30px;
        }
.c-comments_list-aside {
    flex-basis: 27%;
    max-width: 27%;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
}
.c-comments_list-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
    .c-comments_list-header > div {
        font-size: 19px;
        color: #5f5f5f;
        font-weight: 500;
    }
        .c-comments_list-header > div > span {
            display: block;
            font-size: 14px;
            color: #adadad;
            margin-top: 5px;
            font-weight: 400;
        }
.c-comment_user-purchased {
    font-size: 13px;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    padding: 7px 40px 7px 12px;
    margin-bottom: 25px;
    color: rgba(36, 90, 29, .98);
    position: relative;
    border-radius: 3px;
}
    .c-comment_user-purchased::before {
        position: absolute;
        font-family: digikala;
        content: "\e109";
        font-size: 17px;
        right: 12px;
        line-height: 1;
        top: 12px;
    }
.c-comment_user-shopping {
    padding: 5px 0 0;
}
.c-comments_list-content {
    flex-basis: 73%;
    max-width: 73%;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}
.c-comments_evaluation {
    display: flex;
    margin: 30px -10px 40px;
}
.c-comments_evaluation-positive, .c-comments_evaluation-negative {
    padding-right: 10px;
    padding-left: 10px;
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}
    .c-comments_evaluation-positive > span, .c-comments_evaluation-negative > span {
        color: #00bfd6;
        font-size: 16px;
        line-break: 1.375;
        margin-left: 25px;
    }
    .c-comments_evaluation-positive ul li, .c-comments_evaluation-negative ul li {
        padding-right: 17px;
        margin: 6px 0;
        color: #5f5f5f;
        position: relative;
    }
        .c-comments_evaluation-positive ul li::before, .c-comments_evaluation-negative ul li::before {
            position: absolute;
            content: "";
            width: 6px;
            height: 6px;
            background-color: #00bfd6;
            border-radius: 50%;
            top: 8px;
            right: 0;
        }
    .c-comments_evaluation-negative > span {
        color: #ff637d;
    }
    .c-comments_evaluation-negative ul li::before {
        background-color: #ff637d;
    }
.c-comments_evaluation ul{
    list-style:none
}
.c-comments_list-content > p {
    line-height: 2.71;
}
.c-comments_list-footer {
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    left: 30px;
}
.c-comments_likes {
    color: #777;
    font-size: 13px;
}
.btn-like {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-right: 17px;
    line-height: 1.692;
    padding: 2px 13px;
    color: #8c8c8c;
}
    .btn-like[data-counter]::before {
        content: attr(data-counter);
        margin-left: 7px;
        color: #7a7a7a;
        font-size: 15px;
    }
    .btn-like + .btn-like {
        margin-right: 12px;
    }
.c-comment_product-box {
    background-color: #fff;
    margin-top: 10px;
}
.c-comment_add-row {
    display: flex;
}
.c-comment_add-col_form {
    flex-basis: 42.8%;
    max-width: 42.8%;
    padding: 40px 40px 34px 68px;
}
.c-form_comment-row:first-child {
    margin-top: 0;
}
.c-form_comment-row {
    display: flex;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 25px;
}
.c-form_comment-col {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}
.c-form_comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
}
.c-input {
    width: 100%;
    line-height: 1.571;
    padding: 11px 12px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    letter-spacing: -.8px;
    color: #717171;
    background-color: #fff;
}
.c-form_comment-title_positive, .c-form_comment-title_negative {
    padding-right: 25px;
}
.c-form_comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
}
.c-form_comment-title_positive::before, .c-form_comment-title_negative::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00bfd6;
    right: 7px;
    top: 6px;
    border-radius: 50%;
}
.c-form_comment-advantages {
    position: relative;
}
    .c-form_comment-advantages .c-input {
        padding-left: 44px;
    }
title_negative::before {
    background-color: #fb3449;
}
.c-form_comment .c-textarea {
    resize: vertical;
    height: 160px;
    resize: none;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    padding: 10px;
    line-height: 2.5;
}
.btn-submit_comment {
    font-size: 16px;
    background-color: #00bfd6;
    color: #fff;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    border-radius: 8px;
    width: 100%;
}
.c-link_underline {
    color: #1ca2bd;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 2;
}
.c-comment_add-col_content {
    max-width: 57.2%;
    flex-basis: 57.2%;
    border-right: 1px solid #ededed;
    padding: 40px 50px;
}
    .c-comment_add-col_content h3 {
        margin-bottom: 45px;
        letter-spacing: -.5px;
        font-size: 22px;
        font-weight: 400;
    }
    .c-comment_add-col_content p {
        line-height: 2.36;
        text-align:justify
    }
.c-blog_news-content .c-blog-main_page {
    padding:unset;
}
.c-blog_news-content .c-last_posts-mainpage {
    background-color:unset;
    padding:unset;
}
    .c-blog_news-content .c-last_posts-mainpage .container {
        max-width: 95% !important;
    }