    .related_services_wrapper{
           padding-bottom: 60px;
           padding-top: 60px;
       }
       @media (max-width: 768px) {
            .related_services_wrapper {
                padding-top: 40px;
                padding-bottom: 40px;
                border-bottom: 0px; 
            }
        }
        /* START BLOG */
        .blog_posts_wrapper{
            background:#FFF;
        }
        .blog_posts_container{
            gap: 45px;
            display: flex;
            flex-direction: column;
           padding: 60px 0px; 
        }
        .blog_posts_container .blog_posts{
            display: flex;
            width: 100%;
            justify-content: flex-start
            align-items: flex-start;
            align-content: flex-start;
            gap: 45px 30px;
            flex-wrap: wrap;
        }
        .blog_posts_container .blog_posts .post_item{
            width:calc(33.33% - 20px);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        .blog_posts_container .blog_posts .post_item .post_item_img{
            width:100%;
            display:block;
            overflow:hidden;
            border-radius: 15px;
        }
        .blog_posts_container .blog_posts .post_item .post_item_img img{
            width:100%;
            transition: transform 0.4s ease;
            aspect-ratio: 3 / 2;
            object-fit: cover;
        }
        .blog_posts_container .blog_posts .post_item .post_item_img img:hover{
            transform: scale(1.1);
        }
        .blog_posts_container .blog_posts .post_item .post_item_body{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch;
        }
        .blog_posts_container .blog_posts .post_item a.post_author{
            color:inherit;
        }
        .blog_posts_container .blog_posts .post_item a:hover {
            text-decoration:none;
            color: #BF9F73;
        }
        
        .custom_pagination_wrapper{
            display:flex;
            justify-content: center;
        }
        .custom_pagination{
            display:flex;
            margin-bottom:0px;
        }
        .custom_pagination .page-link{
            display:flex;
            min-width:50px;
            height:50px;
            align-items: center;
            justify-content: center;
            border:0px;
            border-radius: 60px!important;
            text-decoration:none;
            color: var(--Neutrals-Black, #000);
            text-align: center;
            font-family: Onest,sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }
        .custom_pagination .page-link-prev{
            display:flex;
            gap:10px;
            padding:0px 30px 0px 20px;
        }
        .custom_pagination .page-link-next{
            gap:10px;
            display:flex;
            padding:0px 20px 0px 30px;
        }
        .custom_pagination .page-link span.arrow{
            margin:0 4px;
            margin-top:-4px;
            font-size:24px;
            line-height:1; font-weight: 400;
        }
        .custom_pagination .page-link:hover{
            background:#F7F7F5;
            text-decoration:none;
            color:#BF9F73;
        }
        .custom_pagination .page-link:focus{
            box-shadow:none;
        }
        .page-item.disabled .page-link {
            color: #BDBDBD;
        }
        
        @media (max-width: 991px) {
            .blog_posts_container{
               padding: 30px 20px; 
               gap: 20px;
            }
            .blog_posts_container .blog_posts .post_item{
                width:calc(50% - 15px);
            }
            .blog_posts_container .blog_posts{
                gap: 30px 30px;
            }
            .custom_pagination .page-link{
                font-size: 16px;
            }

        }
        
        @media (max-width: 575px) {
            .blog_posts_container .blog_posts .post_item{
                width:100%;
            }
            .custom_pagination {
                width: 100%;
                justify-content: space-between;
            }
            .custom_pagination li.page-item{
                display:none;
            }
            .custom_pagination li.page-item-next,.custom_pagination li.page-item-prev{
                display:block;
            }
        }
        
        /* END BLOG */
        
        /*   WA   */
        @media (min-width: 991px) {
            .whatsapp_block_container{
                padding: 0px 0px;
            }
            .whatsapp_block_text {
                display:contents;
            }
        }
        .whatsapp_block_wrapper,.wrapper_contact_form {
            background: linear-gradient(to bottom, #FFFFFF 50%, #F7F7F5 50%);
        }
        @media (max-width: 991px) {

            .whatsapp_block {
                flex-direction: column;
                padding: 30px 30px;
                gap: 15px;
                margin: 0 10px;
                align-items: center;
            }

            .whatsapp_block_text {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                gap: 15px;
            }

            .whatsapp_block .headlines_h4 {
                font-size: 18px;
                line-height: 25px;
            }
     
             .whatsapp_block_text .subtitle_2{
                text-align: center;
                font-family: Onest,sans-serif;
                font-size: 16px;
                line-height: 30px; 
             }
        }

/* START FIRST POST */      
        .first_post_item_wrapper{background: #F7F7F5;}
.first_post_item_container{
        padding:60px 0px;
    }
.first_post_item{
        display: inline-flex;
        align-items: stretch;
        gap: 30px;
    }
    
.first_post_item .first_post_item_img{
    width:calc(50% - 15px);
    overflow:hidden;
    border-radius: 15px;
}  

.first_post_item .first_post_item_img img{
    width:100%;
    height: 100%;
    transition: transform 0.4s ease;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.first_post_item .first_post_item_img img:hover{
    transform: scale(1.1);
}

.first_post_item .first_post_item_body{
    width:calc(50% - 15px);
    display: flex;
    padding: 0 60px 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.first_post_item_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
}
.first_post_item_info a{
    color:#000;
}
.first_post_item_info a:hover{
    color:#BF9F73;
    text-decoration:none;
}
.btn_read_more{
    display: flex;
    height: 50px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background:transparent;
    border: 2px solid #BF9F73;
    color: #000;
    text-align: center;
    font-family: Onest,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}
@media (max-width: 991px) {
    .first_post_item {
        display: flex;
        flex-direction: column;
    }
    .first_post_item_container {
        padding: 20px 20px 30px 20px;
    }
    .first_post_item .first_post_item_img{
        width:100%;
        overflow:hidden;
        border-radius: 15px;
    } 
    .first_post_item .first_post_item_body{
        width:100%;
        padding: 0px;
    }
    .first_post_item_info.body_text{
        font-size: 14px;
        line-height: 20px; 
    }
    .first_post_item_text{
        -webkit-line-clamp: 2;
    }
    .btn_read_more{
        width:100%;
        max-width:340px;
        margin: 0 auto;
    }
}    
    /* END FIRST POST */
    
.blog_top_baner {
        width: 100%;
        margin-top: -180px;
        padding-top: 180px;
        padding-bottom: 60px;
        background-color: #212121;
    }
    
    .blog_top_baner_h1_tegs{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch;
    }
    .blog_top_baner_h1_tegs .tags{
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        gap:2px;
    }
    .blog_top_baner_h1_tegs .tags a{
        display: flex;
        height: 45px;
        padding: 0 15px;
        align-items: center;
        border-radius: 45px;
        white-space: nowrap;
        border: 2px solid rgba(255, 255, 255, 0.0);
        box-sizing: border-box;
        color: #FFF;
        font-family: Onest,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; 
    }
    
    .blog_top_baner_h1_tegs .tags a:hover{
        color: #FFF;
        background: rgba(255, 255, 255, 0.10);
        text-decoration:none;
    }
    .blog_top_baner_h1_tegs .tags a.active{
        border: 2px solid rgba(255, 255, 255, 0.15);
    }
    
    @media (max-width: 991px) {
        .blog_top_baner .container{
            padding: 0px 20px;
        }
        .blog_top_baner {
            width: 100%;
            margin-top: -60px;
            padding-top: 80px;
            padding-bottom: 20px;
        }
      .blog_top_baner_h1_tegs{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap:20px;
        } 
        .blog_top_baner_h1_tegs .tags{
            width: calc(100% + 40px);
            margin-left: -20px;
            display: flex;
            padding: 0px 20px;
            align-items: center;
            align-content: center;
            flex-wrap: nowrap;
            gap:2px;
            overflow-x: auto;
        }
        .tags .tag_item:first-child:not(.active) {
            margin-left:-15px;
        }
        
    }
    
    
    .blog_navigation_wrapper {
        background: #333;
        display: flex;
        width: 100%;
        height: 75px;
        padding: 15px 0px;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .blog_navigation_container{
        display: flex;
        align-items: center;
        flex: 1 0 0;
        gap:2px;
    }
    
    .blog_navigation_item{
        display: flex;
        height: 45px;
        padding: 0 15px;
        border-radius: 45px;
        white-space: nowrap;
        border: 2px solid rgba(255, 255, 255, 0.0);
        align-items: center;
        color: #FFF;
        font-family: Onest,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; 
    }
    
    .blog_navigation_item:hover{
        color: #FFF;
        background: rgba(255, 255, 255, 0.10);
        text-decoration:none;
    }
    .blog_navigation_item.active{
        border: 2px solid rgba(255, 255, 255, 0.15);
    }
    
    @media (max-width: 991px) {
      .blog_navigation_container{
          padding:0px 20px;
      }  
    }
    
    /* START subscribe  */
    .subscribe_block_body{
        display: flex;
        width: 100%;
        padding: 30px 45px;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
        border-radius: 15px;
        border: 3px solid #BF9F73;
        background: #FFF;
        justify-content: space-between;
    }
    
    .subscribe_block_fields{
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1 0 0;
    }
    
    .subscribe_submit{
        display: flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 50px;
        border: 2px solid #333;
        background: #333;
        color: #FFF;
        text-align: center;
        font-family: Onest,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; 
    }
    
    .subscribe_block_fields .form_input_item{
        position:relative;
    }
    
    @media (min-width: 992px) {
        .subscribe_block_fields .form_input_item span.input-error {
            position:absolute;
            top:50px;
            white-space: nowrap;
        }
    }
    
    @media (max-width: 991px) {
       .subscribe_block_body{
            flex-direction: column;
            padding: 30px 30px;
            align-items: flex-start;
            gap: 10px;
            justify-content: center;
        } 
        
        .subscribe_block_body .headlines_h4{
            font-size: 22px;
            line-height: 30px; 
        }
        
        .subscribe_block_fields{
            flex-direction: column;
            gap:10px;
            padding-bottom:20px;
            width: 100%;
        }
    }
    
    /* END subscribe */    

/* START AUTHOR PAGE */
    .author_top_baner {
    width: 100%;
    margin-top: -180px;
    padding-top: 210px;
    padding-bottom: 60px;
    background-color: #212121;
}

.author_info_wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.author_info_wrapper img{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.author_info_wrapper .author_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.author_info_wrapper .author_links{
    display: flex;
    align-items: center;
    gap: 15px;
}

.author_info_wrapper .author_links_item{
    display: flex;
    padding: 15px 0;
    align-items: center;
    gap: 10px;
    color:#FFF;
}
.author_info_wrapper a.author_links_item:hover{
    color:#BF9F73;
    text-decoration:none;
}
.author_info_wrapper a.author_links_item:hover svg path{
    fill:#BF9F73;
}

.author_info_wrapper .author_links_item_publications{
    color:#9E9E9E;
}

@media (max-width: 991px) {
    .author_top_baner .container{
        padding: 0px 20px;
    }
    .author_top_baner {
        width: 100%;
        margin-top: -60px;
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .author_info_wrapper{
        flex-direction: column;
    }
    
    .author_info_wrapper .author_info{
        gap:10px;
    }
    .author_info_wrapper .author_links {
        display: flex;
        align-items: center;
        gap: 0px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.author_container {
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.author_content {
    display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
}
.author_content p{
    color: #000;
    font-family: Onest,sans-serif;
    font-size: 18px;
    line-height: 30px; 
}
.author_content p:not(:last-child) {
  margin-bottom: 30px;
}

.author_content.expanded {
  -webkit-line-clamp: unset;
}
@media (max-width: 991px) {
    .author_container {
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .author_content p{
        font-size: 16px;
        line-height: 30px; 
    }
    .author_content p:not(:last-child) {
      margin-bottom: 20px;
    }
}
    
    /* END AUTHOR PAGE */    
    
 /* START POST */
        /* start post header */
       .blog_post_page_body .header_wrapper{
           background: #212121;
       }
       @media (max-width: 991px) {
            .blog_post_page_body .header_wrapper {
                background: #333;
            }
        }
         /* end post header */
         
         /* start post main */
        .main_post_content{
            padding:60px 0px 90px 0px;
            background: #FFF;
        }
        .container_main_post_content{
            display:flex;
            gap:130px;
        }
        .container_main_post_content .blog_post_body {
            width: calc(63% - 65px);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
            align-self: stretch;
        }
        .container_main_post_content  .blog_post_sitebar{
            width: calc(37% - 65px);
        }
        
        .container_main_post_content .breadcrumb_nav_li:last-child {
          display: none; /* скрываем последний элемент */
        }
        
        .container_main_post_content .breadcrumb_nav_li:nth-last-child(2) img {
          display: none; /* скрываем стрелку у предпоследнего элемента */
        }
        .container_main_post_content .breadcrumb_nav li a {
            color: #333333;
        }
        .container_main_post_content .breadcrumb_nav li a:hover {
            color: #BF9F73;
        }
        
        .blog_post_sitebar .subscribe_block_body {
            display: flex;
            width: 100%;
            padding: 30px 30px;
            align-items: flex-start;
            gap: 15px;
            flex-direction: column;
        }
        .blog_post_sitebar .subscribe_block_body .subscribe_block_fields {
            display: flex;
            width:100%;
            align-items: center;
            gap: 10px;
            flex: 1 0 0;
            flex-direction: column;
        }
        @media (min-width: 992px) {
            .blog_post_sitebar .subscribe_block_fields .form_input_item span.input-error {
                position: relative;
                top: 0px;
                white-space: wrap;
            }
        }
        
        .blog_post_sitebar {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        @media (max-width: 991px) {
            .main_post_content{
                padding:10px 0px 30px 0px;
                background: #FFF;
            }
            .container_main_post_content{
                padding:0px 20px;
                display:flex;
                flex-direction: column;
                gap:30px;
            }
            .container_main_post_content .blog_post_body {
                width: 100%;
                gap: 20px;
            }
            .container_main_post_content  .blog_post_sitebar{
                width: 100%;
                gap: 15px;
            }
        }
        /* end post main */
    
    /* start sitebar */
         .sitebar_navigation_wrapper{
            display: flex;
            padding: 5px;
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
            align-self: stretch;
            border-radius: 15px;
            background: #F7F7F5;
         }
         .sitebar_navigation_title{
            display: flex;
            padding: 15px 25px;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            
            color: #000;
            font-family: Onest,sans-serif;
            font-size: 11px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; 
            letter-spacing: 1.1px;
            text-transform: uppercase;
         }
         .sitebar_navigation_items{
            display: flex;
            padding: 25px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch;
            border-radius: 10px;
            background: #FFF;
         }
         .sitebar_navigation_item{
            color: #333;
            font-family: Onest,sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
         }
         .sitebar_navigation_item.active,.sitebar_navigation_item:hover{
            color: #BF9F73;
         }
    /* end sitebar */
    
    /* start faq */
    .blog_post_body .qa-container{
        display: flex;
        padding: 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        flex-shrink: 0;
    }
    .blog_post_body .qa-container h2{
        font-family: Onest, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.11px;
        text-transform: uppercase;
    }
     @media (max-width: 991px) {
        .blog_post_body .qa-container{
            gap: 20px;
        } 
     }
    
    /* end faq */
        
/*  START table_of_content   */
.table_of_content_wrapper{
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 15px;
    background: #F7F7F5;
}
.table_of_content_header{
    position:relative;
    width: 100%;
    cursor:pointer;
}
.table_of_content_header::after {
    content: "";
    position: absolute;
    right:0px;
    top:0px;
    transform: rotate(0deg); /* Центрирование стрелки по вертикали */
    width: 24px; /* Ширина SVG */
    height: 24px; /* Высота SVG */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.29289 7.29289C3.68342 6.90237 4.31658 6.90237 4.70711 7.29289L12 14.5858L19.2929 7.2929C19.6834 6.90237 20.3166 6.90237 20.7071 7.2929C21.0976 7.68342 21.0976 8.31658 20.7071 8.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L3.29289 8.70711C2.90237 8.31658 2.90237 7.68342 3.29289 7.29289Z" fill="%23BF9F73"/></svg>'); /* URL-кодированное SVG */
    background-size: cover; /* Заполнение площади фона изображением */
    transition: transform 0.3s ease-in-out; /* Анимация поворота */
}

.table_of_content_header.active::after {
    transform: rotate(180deg); /* Поворот стрелки вниз */
}
.table_of_content_body{
    margin-top:15px;
}
.table_of_content_body ul{
    padding:0px;
    margin:0px;
}
.table_of_content_body ul li{
    list-style:none;
    margin-bottom:10px;
}
.table_of_content_body ul li a{
    color: #616161;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.table_of_content_body ul li a:hover{
    color: #000;
}

@media (max-width: 991px) {
    .table_of_content_wrapper{
        padding: 15px 20px;
    }
}

/*  END  table_of_content */        
        
        /* START WA*/

    .whatsapp_block_sticky_container{
        display: flex;
        padding: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 25px;
        align-self: stretch;
        border-radius: 15px;
        background: #333;
        position:sticky;
        top:20px;
    }
    
    .whatsapp_block_sticky{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 25px;
        align-self: stretch;
    }
    .whatsapp_block_sticky .whatsapp_block_text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
    }
    .whatsapp_block_sticky .whatsapp_block_btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        align-self: stretch;
    }
    .whatsapp_block_sticky .whatsapp_block_btn a.whatsapp_block_button_tel{
        display: flex;
        min-height: 50px;
        padding: 0px 30px 0px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width:100%;
        color:#FFF;
        border-radius: 50px;
        border: 2px solid #BF9F73;
    }
    .whatsapp_block_sticky .whatsapp_block_btn a.whatsapp_block_button_sticky{
        display: flex;
        min-height: 50px;
        padding: 0px 30px 0px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width:100%;
        color:#FFF;
        border-radius: 50px;
        border: 2px solid #BF9F73;
        background: #BF9F73;
    }
    
/* END WA  */ 
      
.related_post_wrapper{
    border-top: 1px solid #E0E0E0;
    background: #FFF;
    padding:90px 0px;
}
.related_post_container{
   display: flex; 
   flex-direction: column;
   gap:60px;
}
.related_post_container h2{
    margin-bottom:45px;
}
.related_post_item{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.related_post_item_body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.related_post_item_body a:hover{
    text-decoration:none;
    color:#BF9F73;
}
.related_post_item_img {
    display:block;
    width: 100%;
    border-radius:15px;
    overflow:hidden;
    aspect-ratio: 3 / 2;
}
.related_post_item_img img{
    width: 100%;
    border-radius:15px;
    transition: transform 0.4s ease;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.related_post_item_img img:hover{
    transform: scale(1.1);
}
@media (max-width: 991px) {
   .related_post_wrapper{
        padding:30px 0px;
    }
    .related_post_container{
       gap:30px;
    }
    .related_post_container h2{
        margin-bottom:20px;
    }
}  
@media (max-width: 575px) {
    .related_post_container{
       padding: 0px 0px 0px 20px;
    }
    .related_post_container h2{
        margin-bottom:20px;
        padding:0px 20px 0px 0px;
    }
}
    /* END POST */
   
   
   /* START Typography */
   .blog_post_content{
       display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
   }
   .blog_post_content img{
       max-width:100%;
       height: auto;
       display: block;
       border-radius: 15px;
       border: 1px solid #E0E0E0;
   }
    .blog_post_content iframe{
       width:1000px;
       max-width:100%;
       height: auto;
       aspect-ratio: 16 / 9;
       display: block;
       border-radius: 15px;
       border: 1px solid #E0E0E0;
   }
   .blog_post_content h1{
       font-family: Onest,sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; 
        letter-spacing: -0.48px;
        text-transform: uppercase;
   }
   .blog_post_content h2{
        font-family: Onest,sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.11px;
        text-transform: uppercase;
   }
   .blog_post_content h3{
       color: #000;
        font-family: Onest,sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; 
        text-transform:none;
   }
   .blog_post_content h4{
       color: #000;
        font-family: Onest,sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; 
   }
   .blog_post_content h5,.blog_post_content h6 {
        font-family: Onest,sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; 
   }
   
   .blog_post_content, .blog_post_content p{
       color: #000;
        font-family: Onest,sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
   }
   .blog_post_content a{
       color:#907145;
   }
   .blog_post_content ul {
      list-style: none; /* убираем стандартные маркеры */
      padding-left: 0;
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }
    
    .blog_post_content ul li {
      position: relative;
      padding-left: 30px; /* отступ под наш новый маркер */
    }
    
    .blog_post_content ol {
      list-style: none;         /* убираем стандартные номера */
      counter-reset: item;      /* сбрасываем счётчик */
      padding-left: 0;
      margin: 0;
      display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }
    
    .blog_post_content ol li {
      counter-increment: item;  /* увеличиваем счётчик на 1 */
      position: relative;
      padding-left: 30px;       /* отступ для кружка */
    }

    
    .blog_post_content ol li::before {
      content: counter(item);     /* выводим число */
      position: absolute;
      left: 0;
      top: 5px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #BDBDBD;  /* цвет рамки */
      color: #BF9F73;             /* цвет цифры */
      font-size: 11px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .blog_post_content ul li::before {
      content: "";
      position: absolute;
      left: 9px;
      top: 13px; /* вертикальное выравнивание по центру текста */
      width: 4px;   /* размер маркера */
      height: 4px;
      border-radius: 50%;
      background-color: #BF9F73; /* цвет маркера */
    }
   
   @media (max-width: 991px) {
          .blog_post_content{
                gap: 20px;
           }
       .blog_post_content, .blog_post_content p{
            font-size: 16px;
            line-height: 30px; 
       }
   }
   /* END Typography */
   
   /* Start author - share*/
   .post_author_info_wrapper{
        display: flex;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        justify-content: flex-end;
    }
    .post_author_info_wrapper .author_wrapper{
        display: flex;
        padding: 10px 0;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
    }
    .post_author_info_wrapper .author_wrapper a:hover{color:#BF9F73;}
    
    .share_post_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .share_post_links{
        display: flex;
        justify-content: flex-end;
    }
    .share_post_links .share-icon{
        display: flex;
        width: 40px;
        height: 40px;
        padding: 10px;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
    }
    .share_post_links .share-icon:hover {
        background: #F7F7F5;
    }
    .share_post_links .share-icon:hover svg path{
        fill: #BF9F73;
    }
    
    @media (max-width: 991px) {
        .post_author_info_wrapper{
                flex-direction: column;
                gap: 20px;
                align-items: flex-start;
            }
        
        .share_post_wrapper{
            width:100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }   
        .post_author_info_wrapper .author_wrapper a{
            font-size:16px;
        }
    }
   /* end author - share */

   /* start wa in post */
   .blog_post_body .whatsapp_block{
        width: 100%;
        display: flex;
        padding: 20px 20px 20px 30px;
        justify-content: space-between;
        align-items: center;
        background: #333;
        border-radius: 15px;
    }
    .blog_post_body  .whatsapp_block_button{
        min-width:240px;
    }
    @media (max-width: 991px) {
       .blog_post_body .whatsapp_block{
            width: 100%;
            display: flex;
            padding: 30px 30px;
            justify-content: space-between;
            align-items: center;
            background: #333;
            border-radius: 15px;
            margin:0px 0px;
            gap: 20px;
        } 
        .blog_post_body .headlines_h5{
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 25px; /* 138.889% */
        }
    }
   /* end wa in post*/

   /* start prev_next */
    .prev_next_navigation{
        display: flex;
        width: 100%;
        padding-top: 45px;
        align-items: center;
        border-top: 1px solid #E0E0E0;
    }
    .prev_next_post_item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        flex: 1 0 0;
        width: 50%;
    }
    .prev_post_item{
        padding-right: 45px;
    }
    .next_post_item{
        padding-left: 45px;
        align-items: flex-end;
        border-left: 1px solid #E0E0E0;
    }
    
    .prev_next_post_item>span{
        white-space: nowrap;        
        overflow: hidden; 
        text-overflow: ellipsis;
        width: 100%;
    }
    .next_post_item>span{
        text-align:end;
    }
    .prev_next_post_item .prev_next_arrow {
        display: flex;
        align-items: center;
        color:  #000;
        font-family: Onest,sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 181.818% */
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }
    
    .prev_next_post_item:hover{text-decoration:none;}
    .prev_next_post_item:hover .prev_next_arrow {
        color: #BF9F73;
    }
    .prev_next_post_item:hover svg path{
        fill:#BF9F73;
    }
    
    @media (max-width: 991px) {
        .prev_next_navigation{
            padding-top: 20px;
        }
        .prev_post_item{
            padding-right: 10px;
        }
        .next_post_item{
            padding-left: 10px;
        }
    }
    /* end prev_next */
    
    .sitebar_review_wrapper{
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
        border-radius: 15px;
        border: 5px solid #F7F7F5;
        background: #FFF;
    }
    
    .sitebar_review_wrapper .reviews_in_google{
        display: flex;
        height: 45px;
        padding: 10px 20px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 50px;
        border: 1px solid #CAAC82;
        color: #333;
        text-align: center;
        font-family: Onest,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 133.333% */
    }
    
    @media (max-width: 991px) {
        .sitebar_review_wrapper .reviews_in_google{
            width:100%;
        }
    }    