/*______________________________________________________===ZTB STYLES___________________________________________________*/
:root {
    --theme-bg-color: #FFF;
    --txt-font-main: #1B1D21;
    --txt-font-secondary: #828792;
    --txt-font-active:#D9B770;
    --social-icons-main: #1B1D21;
    --theme_stroke_color: #D9D9D9;
    --theme-post-category-background: #D9B770;
   --theme-search-bg: #FFFFFF;
}

[dark]{
    --theme-search-bg: #1D1D1D;
    --theme-post-category-background: #FFF;
    --theme-bg-color: #0D0D0D;
    --txt-font-main: #FFF;
    --social-icons-main: #D9B770;
    --theme_stroke_color: #424242;
}


body, main, .background12, background11 {
    background-color: var(--theme-bg-color) ;
    background: var(--theme-bg-color);
    color:  var(--txt-font-main);
}

.footer_menu{
    display: inline-flex;
    align-items: flex-start;
}

.footer_img_logo{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    width: 71.579px;
    height: 64px;
}

.footer-item_category{
    margin-right: 64px;
}
.footer-item_category.child_menu{
    margin-bottom: 12px;
}

a{
    color:  var(--txt-font-main);
}


.footer-item_category a{
    color: #1B1D21;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

footer .footer-item_category a{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
a.main_footer_category{
    color: #1B1D21;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

footer a.main_footer_category{
    margin-bottom: 16px;
    color: var(--txt-font-main);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
}

.footer_copyright{
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#text-item-footer_main{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    text-align: center;
    display: block;
}

#text-item-footer_phone{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.icons_depends_theme {
    fill:  var(--txt-font-main);
}

.socials_icons{
    margin-left: 4px;
}
.social-icon{
    padding-top: 2px;
}
.socials_icons rect{
    background-color: var(--social-icons-main);
}
.socials_icons path{
    background-color: var(--theme-bg-color);
}
.footer_list{
    display: flex;
    flex-direction: row;
}
@media (max-width:480px){
    .slicknav_btn{
        display: none;
    }
    footer .footer-item_category{
        margin-right: 24px;
    }
    footer .footer_menu{
        margin-left: 20px;
    }
    .footer_vertical_line{
        display: none;
    }
    .footer_list{
        display: flex;
        flex-direction: column;
    }
    .footer_menu{
        margin-bottom: 30px;
    }
    .switcher{
        margin-top:32px;
    }
}

.header_menu_list{
    margin-top: 24px;
}

.search-icon{
    background-color: var(--theme-bg-color) ;
}

#sidebar-wrapper{
    background:#D9B770;
}

.widget-header.position-relative.mb-30{
    display: none;
}

footer .widget_categories li.cat-item a{
    color: #1B1D21;
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.currency-item_mob{
    color: #1B1D21;
}

.sidebar-inner{
    display: flex;
    height: fit-content;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 18px;
}

@media screen and (max-width: 480px){
    .offcanvas-sidebar{
        width: 80%;
    }
}


.header_left_widgets{
    gap: 17px;
}

.header_left_first_row_widget{
    flex-direction:row;
    gap: 16px;
}

@media (max-width:480px) {
    .header_left_first_row_widget{
        flex-direction: column-reverse;
    }
}

.header_left_date_widget1{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

iframe{
    width: -webkit-fill-available !important;
    /*height: 280px !important;*/
}

.header_left_weather_widget{
    stroke-width: 1px;
    font-size: 12px;
    stroke: var(--txt-font-secondary);
}

.mob.header_left_weather_widget{
    align-items: center;
}

.currency-list{
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 8px;
}


.header-logo{
    padding-top: 32px;
    background-color: var(--theme-bg-color);
}

.widget_tagcloud .tag-cloud-link {
    background: #ecedf1;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 0;
    margin: 0 5px 10px 0;
    padding: 15px 20px;
    text-transform: capitalize;
    -moz-user-select: none
}

#navigation{
    border-top: 1px solid var(--theme_stroke_color);
    border-bottom: 1px solid var(--theme_stroke_color);
}

footer .widget_tagcloud .tag-cloud-link {
    color: #333
}

.header-style-2 .search-button {
    right: 0
}

.follow-us a.follow-us-linkedin {
    background: #007aff
}

.follow-us a.follow-us-pinterest {
    background: #e22b26
}

@media only screen and (min-width: 1080px) {
    .featured-slider-1-items .slick-list {
        min-height: 264px
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--theme-bg-color);
    color: var(--txt-font-main);
}

.widget-taber a.nav-link{
    background-color: var(--theme-bg-color);
    color: var(--txt-font-main);
}

#navigation{
    display: flex;
    justify-content: flex-start;
}

.main-menu>svg{
    margin-right: 30px;
}
.main-menu>li{
    margin-right: 141px;
}

.switcher{
    color: black;
}

.changeColorThemeLabel {
    border: 1px solid black;
    width: 64px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 78px;
    margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
}



input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.color2{
    color: var(--txt-font-main, #1B1D21);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-item_category svg{
    display: none;
}

.sidebar-inner .footer-item_category svg{
    margin-left: 16px;
    display: initial;
}

.sidebar-inner .sidebar-widget .footer-item_category.main .dropdown-list{
    display: none;
}

.sidebar-inner .sidebar-widget .footer-item_category.main .dropdown-list.open{
    display: block;
}


.sidebar-inner .footer_list{
    display: flex;
    flex-direction: column;
}

.sidebar-inner .footer_menu{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.sidebar-inner ul li a{
    display: flex;
    flex-direction: row;
    transition: all .2s ease-out 0s;
}

.sidebar-inner .footer-item_category.main{
    display: flex;
    flex-wrap: wrap;
}
.sidebar-inner .footer-item_category.main ul{
    order: 1;
    flex-basis: 100%;
    width: 100%;
}

.row_menu{
    display: flex;
}

@media (max-width: 480px) {
    .sidebar-inner .footer_menu {
        margin-bottom: 2px;
    }
}

.main-header .main-nav ul li a{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#navigation .cat-item.current-menu-item a {
    color: var(--txt-font-main) !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.main-nav #navigation .sub-menu a{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

.main-nav #navigation .sub-menu li:hover{
    background: #EFF5F8;
}

[dark] .main-nav #navigation .sub-menu li:hover{
    background: var(--theme_stroke_color);
}


.main-header .main-nav ul ul.sub-menu{
    background: var(--theme-bg-color);
}

.post_slider_razdel{
    padding-left: 15px;
    width: auto;
    padding-right: 15px;
}

.line_razdel{
    display: flex;
    height: 1px;
    flex: 1 0 0;
    margin-left: 4px;
    margin-top: 10px;
    background:  var(--txt-font-main);
}

.left_razdel_container{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.title_slider{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 16px;
}
.line_end_post{
    margin-top: 16px;
    margin-bottom: 16px;
}

.line_end_header_post{
    margin-top: 41px;
    margin-bottom: 32px;
}

.line_end_header_post hr{
    margin-top: 0px;
    margin-bottom: 4px;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.left_arrow_slider{
    margin-right: 8px;
}

.right_arrow_slider{
    margin-right: 4px;
}

[dark] .right_arrow_slider path{
    fill: white;
}

[dark] .right_arrow_slider rect{
    stroke: white;
}

[dark] .left_arrow_slider path{
    fill: white;
}

[dark] .left_arrow_slider rect{
    stroke: white;
}

[dark] .left_razdel_container svg path{
    fill: white;
}

.line_end_post hr{
    margin-top: 16px;
    margin-bottom: 16px;
    height: 1px;
    background: #D9D9D9;
}

.l_post_var1_text_content{
    max-width: 284px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.l_post_var1_image_content{
    width: 460px;
    height: 264px;
}

.featured-slider-1{
    background-color: var(--theme-bg-color);
    background: var(--theme-bg-color);
    box-shadow: none;
}

.meta_category_posts_slider{
    width: fit-content;
    display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    gap: 10px;
    background: var(--txt-font-main);
    margin-bottom: 8px;
}

.meta_category_posts_slider a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.l_post_var1_slider_content{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.featured-slider-1 .slider-caption{
    padding: 0px;
}

.featured-slider-1 .post-title{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.featured-slider-1 p {
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.right_widget{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.widget_right_body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 210px;
}

.widget_right_body .entry-meta.meta-1{
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*.post-content.media-body.widget_right_body .post-title a{*/
/*    color: var(--txt-font-main);*/
/*    font-family: Montserrat;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    margin-bottom: 16px;*/
/*}*/
.post-content.media-body.widget_right_body .post-title a{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.post-carausel-1-items .slick-arrow:before{
    display: none;
}

.m_post_var1{
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.m_post_var1 .img-hover-scale{
    min-height: 164px;
    min-width: 384px;
}

.m_post_var1 .post-title{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.m_post_var1_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.ck-content{
    margin-bottom: 64px;
}

.social-network{
    display: flex;
}

.ti-tiktok:before{
    content: url("https://ztb.kz/storage/ztb/icon/tiktok.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .ti-tiktok:before{
    content: url("https://ztb.kz/storage/ztb/icon/tiktok.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}


.ti-facebook:before {
    content: url("https://ztb.kz/storage/ztb/icon/facebook.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .ti-facebook:before{
    content:  url("https://ztb.kz/storage/ztb/icon/facebook.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.ti-instagram:before{
    content: url("https://ztb.kz/storage/ztb/icon/instagram.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .ti-instagram:before{
    content: url("https://ztb.kz/storage/ztb/icon/instagram.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}


.ti-vk:before {
    content: url("https://ztb.kz/storage/ztb/icon/vk.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .ti-vk:before{
    content: url("https://ztb.kz/storage/ztb/icon/vk.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.ti-telegram:before {
    content: url("https://ztb.kz/storage/ztb/icon/telegram.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .ti-telegram:before{
    content: url("https://ztb.kz/storage/ztb/icon/telegram.svg");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}
.ti-twitter:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%231B1D21'/%3e%3cpath d='M15.8 7.45C15.45 7.6 15.05 7.7 14.65 7.75C15.05 7.5 15.4 7.1 15.55 6.65C15.15 6.9 14.75 7.05 14.25 7.15C13.9 6.75 13.35 6.5 12.8 6.5C11.7 6.5 10.8 7.4 10.8 8.5C10.8 8.65 10.8 8.8 10.85 8.95C9.2 8.85 7.7 8.05 6.7 6.85C6.55 7.15 6.45 7.5 6.45 7.85C6.45 8.55 6.8 9.15 7.35 9.5C7 9.5 6.7 9.4 6.45 9.25C6.45 10.2 7.15 11.05 8.05 11.2C7.9 11.25 7.7 11.25 7.5 11.25C7.35 11.25 7.25 11.25 7.1 11.2C7.35 12 8.1 12.6 9 12.6C8.3 13.15 7.45 13.45 6.5 13.45C6.35 13.45 6.2 13.45 6 13.4C6.9 13.95 7.95 14.3 9.1 14.3C12.8 14.3 14.8 11.25 14.8 8.6V8.35C15.2 8.2 15.55 7.85 15.8 7.45Z' fill='white'/%3e%3c/svg%3e");
}

[dark] .ti-twitter:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%23D9B770'/%3e%3cpath d='M15.8 7.45C15.45 7.6 15.05 7.7 14.65 7.75C15.05 7.5 15.4 7.1 15.55 6.65C15.15 6.9 14.75 7.05 14.25 7.15C13.9 6.75 13.35 6.5 12.8 6.5C11.7 6.5 10.8 7.4 10.8 8.5C10.8 8.65 10.8 8.8 10.85 8.95C9.2 8.85 7.7 8.05 6.7 6.85C6.55 7.15 6.45 7.5 6.45 7.85C6.45 8.55 6.8 9.15 7.35 9.5C7 9.5 6.7 9.4 6.45 9.25C6.45 10.2 7.15 11.05 8.05 11.2C7.9 11.25 7.7 11.25 7.5 11.25C7.35 11.25 7.25 11.25 7.1 11.2C7.35 12 8.1 12.6 9 12.6C8.3 13.15 7.45 13.45 6.5 13.45C6.35 13.45 6.2 13.45 6 13.4C6.9 13.95 7.95 14.3 9.1 14.3C12.8 14.3 14.8 11.25 14.8 8.6V8.35C15.2 8.2 15.55 7.85 15.8 7.45Z' fill='%231B1D21'/%3e%3c/svg%3e");
}

.ti-youtube:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%231B1D21'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.13124 13.5284C5.93511 13.4704 5.75616 13.3672 5.60948 13.2274C5.4628 13.0877 5.3527 12.9156 5.28847 12.7256C4.92146 11.7437 4.81272 7.64347 5.51956 6.83404C5.75481 6.57072 6.08695 6.40861 6.44389 6.38288C8.34012 6.18384 14.1987 6.21038 14.8716 6.44923C15.0608 6.50916 15.2337 6.61013 15.3773 6.74456C15.5209 6.87899 15.6315 7.04341 15.7008 7.22548C16.1018 8.24058 16.1154 11.9295 15.6464 12.9048C15.522 13.1586 15.3137 13.3643 15.0551 13.4886C14.3483 13.8336 7.06917 13.827 6.13124 13.5284ZM9.14211 11.6044L12.5404 9.87935L9.14211 8.14106V11.6044Z' fill='white'/%3e%3c/svg%3e");
}

[dark] .ti-youtube:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%23D9B770'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.13124 13.5284C5.93511 13.4704 5.75616 13.3672 5.60948 13.2274C5.4628 13.0877 5.3527 12.9156 5.28847 12.7256C4.92146 11.7437 4.81272 7.64347 5.51956 6.83404C5.75481 6.57072 6.08695 6.40861 6.44389 6.38288C8.34012 6.18384 14.1987 6.21038 14.8716 6.44923C15.0608 6.50916 15.2337 6.61013 15.3773 6.74456C15.5209 6.87899 15.6315 7.04341 15.7008 7.22548C16.1018 8.24058 16.1154 11.9295 15.6464 12.9048C15.522 13.1586 15.3137 13.3643 15.0551 13.4886C14.3483 13.8336 7.06917 13.827 6.13124 13.5284ZM9.14211 11.6044L12.5404 9.87935L9.14211 8.14106V11.6044Z' fill='%231B1D21'/%3e%3c/svg%3e");
}

.static_svg .ti-youtube:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%231B1D21'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.13124 13.5284C5.93511 13.4704 5.75616 13.3672 5.60948 13.2274C5.4628 13.0877 5.3527 12.9156 5.28847 12.7256C4.92146 11.7437 4.81272 7.64347 5.51956 6.83404C5.75481 6.57072 6.08695 6.40861 6.44389 6.38288C8.34012 6.18384 14.1987 6.21038 14.8716 6.44923C15.0608 6.50916 15.2337 6.61013 15.3773 6.74456C15.5209 6.87899 15.6315 7.04341 15.7008 7.22548C16.1018 8.24058 16.1154 11.9295 15.6464 12.9048C15.522 13.1586 15.3137 13.3643 15.0551 13.4886C14.3483 13.8336 7.06917 13.827 6.13124 13.5284ZM9.14211 11.6044L12.5404 9.87935L9.14211 8.14106V11.6044Z' fill='white'/%3e%3c/svg%3e");
}

.static_svg .ti-twitter:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3e%3crect x='0.5' width='20' height='20' rx='10' fill='%231B1D21'/%3e%3cpath d='M15.8 7.45C15.45 7.6 15.05 7.7 14.65 7.75C15.05 7.5 15.4 7.1 15.55 6.65C15.15 6.9 14.75 7.05 14.25 7.15C13.9 6.75 13.35 6.5 12.8 6.5C11.7 6.5 10.8 7.4 10.8 8.5C10.8 8.65 10.8 8.8 10.85 8.95C9.2 8.85 7.7 8.05 6.7 6.85C6.55 7.15 6.45 7.5 6.45 7.85C6.45 8.55 6.8 9.15 7.35 9.5C7 9.5 6.7 9.4 6.45 9.25C6.45 10.2 7.15 11.05 8.05 11.2C7.9 11.25 7.7 11.25 7.5 11.25C7.35 11.25 7.25 11.25 7.1 11.2C7.35 12 8.1 12.6 9 12.6C8.3 13.15 7.45 13.45 6.5 13.45C6.35 13.45 6.2 13.45 6 13.4C6.9 13.95 7.95 14.3 9.1 14.3C12.8 14.3 14.8 11.25 14.8 8.6V8.35C15.2 8.2 15.55 7.85 15.8 7.45Z' fill='white'/%3e%3c/svg%3e");
}

.static_svg .ti-tiktok:before {
    content: url("https://ztb.kz/storage/ztb/icon/tiktok.svg");
}
.static_svg .ti-facebook:before {
    content: url("https://ztb.kz/storage/ztb/icon/facebook.svg");
}
.static_svg .ti-instagram:before{
    content: url("https://ztb.kz/storage/ztb/icon/instagram.svg");

}
.static_svg .ti-vk:before {
    content: url("https://ztb.kz/storage/ztb/icon/vk.svg");

}
.static_svg .ti-telegram:before {
    content: url("https://ztb.kz/storage/ztb/icon/telegram.svg");

}

.widget_social{
    display: inline-flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    margin-top: 32px;
}

.content_social_widget .social-icon{
    border-left: 1px solid #D9D9D9;
    padding-top: 5px;
    padding-left: 5px;
}
.text_social_before{
    padding-top: 3px;
    /*border-top: 1px solid #D9D9D9;*/
    /*border-bottom: 1px solid #D9D9D9;*/
    /*border-left: 1px solid #D9D9D9;*/
    padding-bottom: 4px;
}
.group_widget{
    display: inline-flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.group_widget li{
    flex: 1 1 160px;
}

.mb-64{
    margin-bottom: 64px;
}

.open-search-form .main-search-form{
    /*height: 14vh;*/
    /*height: max-content;*/
    /*width: 40%;*/
    /*right: 15px;*/
}



.main-search-form .search-form input{
    color: var(--txt-font-main)
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    background: none;
    box-shadow: none;
}

.main-search-form-cover{
    padding: 0px;
}

.main-search-form{
    position: absolute;   
}
.main-search-form .search-form label{
    width: 90%;
}

.search_desription_resilts_main{
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}

.header-bottom.header-sticky .main-nav{
    width: 100%;
}

.header-top-full-title{
    position: absolute;
    width: 100%;
}

.header-back-top-full{
    margin-top: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-back-default{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
}

.header-default-item{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.back-item.text a{
    color: #828792;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.header-top-full-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 137px;
}

.top-full_category{

    background:var(--theme-post-category-background);
}
.top-full_category a div{
    margin: 4px 8px;
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.header-top-full-item{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.header-top-post-title{
    display: flex;
    width: 700px;
    height: 92px;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-post-date{
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.5;
}

.header-top-full-img{
    margin-bottom: 80px;
}

.post-module-1 .list-post .post-thumb.another_posts_section{
    width: 300px;
    height: 172px;
    margin-left: 16px;
}

.post-module-1 .list-post .post-thumb{
    margin-left: 30px;
}

@media (max-width:460px) {
    .post-module-1 .list-post .post-thumb{
        margin-left: 46px;
    }
}

.default_category {
    background:var(--txt-font-main);
}
.default_category a div{
    margin: 4px 8px;
    color: var(--theme-bg-color);
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.post-title-header-default{
    color: var(--txt-font-main) !important;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 552px;
}
.post-title-header-default a{
    color: var(--txt-font-main) !important;
}

.header-inline_full-item{
    display: flex;
    flex-direction: column;
}

.header-default-item-center-content{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.header-inline-center-content{
    margin-top: 32px;
    margin-bottom: 40px;
}

.content_center{
    padding-left: 14%;
    padding-right: 14%;
    text-align: justify;
}

.post-title.another_posts_wg{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-in{
    color: var(--theme-bg-color);
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.content_social_widget  .follow-us-facebook .social-icon{
    border-left: 0px;
}

.results_title_search{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 48px;
}

.search_header{
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    padding-left: 40px;
}

.language_choice{
    gap: 10px;
}

.suggest_post_link{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    opacity: 1;
}
.suggest{
    background: rgba(106, 162, 192, 0.10);
}
[dark] .suggest{
    background: rgba(255, 255, 255, 0.10);
}
.suggest_post_link .suggest-title{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 16px;
}

.suggest-bottom .subtitle p{
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.suggest-bottom .subtitle{
    margin-bottom: 40px;
}

.suggest-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.suggest-bottom a{
    margin-right: 64px;
}

.btn_custom{
    display: flex;
    width: 240px;
    padding: 16px 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--txt-font-main);
    max-height: 56px;
}
.btn_custom span{
    color: var(--theme-bg-color);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

}

.suggest_post_form .title{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.suggest_post_form .subtitle p {
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    
}

.suggest_post_form .subtitle{
    margin-bottom: 42px;
}

.form_suggest .input_title{
    margin-bottom: 28px;
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form_group_contact_info{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 48px;
}

.form_suggest_input{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (max-width:480px) {
    .suggest_post_link{
        margin-left: 0;
    }
    .suggest{
        margin-left: 20px;
        margin-right: 10px;
        width: 90%;
        padding-bottom: 50px;
    }

    .suggest-bottom {
        flex-direction: column;
    }
    .suggest-bottom .subtitle{
        text-align: center;
    }
    .suggest_post_link .suggest-title{
        text-align: center;
    }
    .suggest-bottom a{
        margin-left: 15%;
    }
}

.suggested-area{
    border-top: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    background: var(--theme-search-bg);
    box-shadow: 0px 24px 44px 0px rgba(0, 0, 0, 0.10);
}
.suggested{
    padding-top: 17px;
    color: var(--txt-font-secondary);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}
.text-limit-1-row{
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden!important;
    -webkit-line-clamp: 1!important;
}
.suggested-category{
    background: var(--txt-font-main);
    padding: 4px 8px;
    color: var(--theme-bg-color);
}

.suggested-post_title{
    padding: 4px 8px;
    text-align: left;
    color: var(--txt-font-main);
}

.suggested_result{
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
}
#search_field{
    padding-left: 8px;
    
}
@media (min-width: 992px){
    p.suggested {
        margin-left: 8px;
    }
    .list-post.right_widget{
        width: -webkit-fill-available;
    }
}

[dark] .open-search-form .main-search-form{
    background: #1D1D1D !important;
}
.search-form{
    background: var(--theme-bg-color);
}

@media(max-width: 480px){
    .m_post_var1 .img-hover-scale{
        min-height: 164px;
        min-width: 200px;
    }
    .open-search-form .main-search-form{
     /*   height: max-content;*/
     /*   width: 100%;*/
     /*   bottom: -203px;*/
     /*   right: -1px;*/
    }
}

@media(max-width: 480px){

    .m_post_var1{
        flex-direction: column;
    }

    .footer-area .sidebar-widget.widget_categories{
        max-width: 166px;

    }
    .footer-area .sidebar-widget.widget-social-network{
        margin-left: 14px;
    }

    .line_end_post hr{
        width: inherit;
    }
    .header-bottom.header-sticky.text-center{
        display: none;
    }
    .header-bottom.header-sticky.text-center.sticky-bar{
        display: inherit;
    }
}

@media (min-width: 860px) {
    .main-header{
        margin-bottom: 35px;
    }

}


blockquote {
  border-left: 10px solid #D9B770;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #D9B770;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.header-bottom #navigation .cat-item .sub-menu svg{
    display: none;

}

.pl-30{
    padding-left: 30px;
}



.post_bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 34px;
    /* margin-top: 82px; */ 
    justify-content: space-between;
}

.container > .post_bottom{
    display: none;
}

.post-eye{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.42716 8C1.50002 8.12591 1.59662 8.28637 1.71628 8.47165C2.02362 8.94754 2.47878 9.5804 3.06969 10.2107C4.26368 11.4843 5.933 12.6667 8 12.6667C10.067 12.6667 11.7363 11.4843 12.9303 10.2107C13.5212 9.5804 13.9764 8.94754 14.2837 8.47165C14.4034 8.28637 14.5 8.12591 14.5728 8C14.5 7.87409 14.4034 7.71363 14.2837 7.52835C13.9764 7.05246 13.5212 6.4196 12.9303 5.78929C11.7363 4.51571 10.067 3.33333 8 3.33333C5.933 3.33333 4.26368 4.51571 3.06969 5.78929C2.47878 6.4196 2.02362 7.05246 1.71628 7.52835C1.59662 7.71363 1.50002 7.87409 1.42716 8ZM15.3333 8C15.9296 7.70186 15.9295 7.70163 15.9294 7.70139L15.9283 7.69925L15.926 7.69469L15.9184 7.67988C15.9121 7.66752 15.9031 7.65021 15.8915 7.62829C15.8683 7.58447 15.8347 7.52215 15.7907 7.44399C15.7028 7.28776 15.5734 7.06768 15.4038 6.80498C15.0653 6.28088 14.5621 5.5804 13.903 4.87737C12.597 3.48429 10.5997 2 8 2C5.40033 2 3.40299 3.48429 2.09698 4.87737C1.43789 5.5804 0.93471 6.28088 0.596224 6.80498C0.426567 7.06768 0.297195 7.28776 0.209314 7.44399C0.165349 7.52215 0.131693 7.58447 0.108502 7.62829C0.0969045 7.65021 0.0879168 7.66752 0.0815586 7.67988L0.0739933 7.69469L0.0716926 7.69925L0.0709134 7.7008C0.0707909 7.70104 0.0703819 7.70186 0.666667 8L0.0703819 7.70186C-0.0234606 7.88954 -0.0234606 8.11046 0.0703819 8.29814L0.666667 8C0.0703819 8.29814 0.0702594 8.2979 0.0703819 8.29814L0.0716926 8.30075L0.0739933 8.30531L0.0815586 8.32012C0.0879168 8.33248 0.0969045 8.34979 0.108502 8.37171C0.131693 8.41553 0.165349 8.47785 0.209314 8.55601C0.297195 8.71224 0.426567 8.93232 0.596224 9.19502C0.93471 9.71913 1.43789 10.4196 2.09698 11.1226C3.40299 12.5157 5.40033 14 8 14C10.5997 14 12.597 12.5157 13.903 11.1226C14.5621 10.4196 15.0653 9.71913 15.4038 9.19502C15.5734 8.93232 15.7028 8.71224 15.7907 8.55601C15.8347 8.47785 15.8683 8.41553 15.8915 8.37171C15.9031 8.34979 15.9121 8.33248 15.9184 8.32012L15.926 8.30531L15.9283 8.30075L15.9291 8.2992C15.9292 8.29896 15.9296 8.29814 15.3333 8ZM15.3333 8L15.9296 8.29814C16.0235 8.11046 16.0232 7.88907 15.9294 7.70139L15.3333 8Z' fill='%231B1D21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00065 6.66665C7.26427 6.66665 6.66732 7.2636 6.66732 7.99998C6.66732 8.73636 7.26427 9.33331 8.00065 9.33331C8.73703 9.33331 9.33398 8.73636 9.33398 7.99998C9.33398 7.2636 8.73703 6.66665 8.00065 6.66665ZM5.33398 7.99998C5.33398 6.52722 6.52789 5.33331 8.00065 5.33331C9.47341 5.33331 10.6673 6.52722 10.6673 7.99998C10.6673 9.47274 9.47341 10.6666 8.00065 10.6666C6.52789 10.6666 5.33398 9.47274 5.33398 7.99998Z' fill='%231B1D21'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 19px;
}
.post_bottom_item{
    display: flex;
}
[dark] .post-eye{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.42716 8C1.50002 8.12591 1.59662 8.28637 1.71628 8.47165C2.02362 8.94754 2.47878 9.5804 3.06969 10.2107C4.26368 11.4843 5.933 12.6667 8 12.6667C10.067 12.6667 11.7363 11.4843 12.9303 10.2107C13.5212 9.5804 13.9764 8.94754 14.2837 8.47165C14.4034 8.28637 14.5 8.12591 14.5728 8C14.5 7.87409 14.4034 7.71363 14.2837 7.52835C13.9764 7.05246 13.5212 6.4196 12.9303 5.78929C11.7363 4.51571 10.067 3.33333 8 3.33333C5.933 3.33333 4.26368 4.51571 3.06969 5.78929C2.47878 6.4196 2.02362 7.05246 1.71628 7.52835C1.59662 7.71363 1.50002 7.87409 1.42716 8ZM15.3333 8C15.9296 7.70186 15.9295 7.70163 15.9294 7.70139L15.9283 7.69925L15.926 7.69469L15.9184 7.67988C15.9121 7.66752 15.9031 7.65021 15.8915 7.62829C15.8683 7.58447 15.8347 7.52215 15.7907 7.44399C15.7028 7.28776 15.5734 7.06768 15.4038 6.80498C15.0653 6.28088 14.5621 5.5804 13.903 4.87737C12.597 3.48429 10.5997 2 8 2C5.40033 2 3.40299 3.48429 2.09698 4.87737C1.43789 5.5804 0.93471 6.28088 0.596224 6.80498C0.426567 7.06768 0.297195 7.28776 0.209314 7.44399C0.165349 7.52215 0.131693 7.58447 0.108502 7.62829C0.0969045 7.65021 0.0879168 7.66752 0.0815586 7.67988L0.0739933 7.69469L0.0716926 7.69925L0.0709134 7.7008C0.0707909 7.70104 0.0703819 7.70186 0.666667 8L0.0703819 7.70186C-0.0234606 7.88954 -0.0234606 8.11046 0.0703819 8.29814L0.666667 8C0.0703819 8.29814 0.0702594 8.2979 0.0703819 8.29814L0.0716926 8.30075L0.0739933 8.30531L0.0815586 8.32012C0.0879168 8.33248 0.0969045 8.34979 0.108502 8.37171C0.131693 8.41553 0.165349 8.47785 0.209314 8.55601C0.297195 8.71224 0.426567 8.93232 0.596224 9.19502C0.93471 9.71913 1.43789 10.4196 2.09698 11.1226C3.40299 12.5157 5.40033 14 8 14C10.5997 14 12.597 12.5157 13.903 11.1226C14.5621 10.4196 15.0653 9.71913 15.4038 9.19502C15.5734 8.93232 15.7028 8.71224 15.7907 8.55601C15.8347 8.47785 15.8683 8.41553 15.8915 8.37171C15.9031 8.34979 15.9121 8.33248 15.9184 8.32012L15.926 8.30531L15.9283 8.30075L15.9291 8.2992C15.9292 8.29896 15.9296 8.29814 15.3333 8ZM15.3333 8L15.9296 8.29814C16.0235 8.11046 16.0232 7.88907 15.9294 7.70139L15.3333 8Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00065 6.66634C7.26427 6.66634 6.66732 7.26329 6.66732 7.99967C6.66732 8.73605 7.26427 9.33301 8.00065 9.33301C8.73703 9.33301 9.33398 8.73605 9.33398 7.99967C9.33398 7.26329 8.73703 6.66634 8.00065 6.66634ZM5.33398 7.99967C5.33398 6.52692 6.52789 5.33301 8.00065 5.33301C9.47341 5.33301 10.6673 6.52692 10.6673 7.99967C10.6673 9.47243 9.47341 10.6663 8.00065 10.6663C6.52789 10.6663 5.33398 9.47243 5.33398 7.99967Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}
.likes{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72347 1.56258C6.83048 1.32183 7.06922 1.16667 7.33268 1.16667C8.03993 1.16667 8.7182 1.44762 9.2183 1.94772C9.7184 2.44782 9.99935 3.12609 9.99935 3.83334V5.83334H13.1026C13.3911 5.83067 13.6768 5.89045 13.94 6.0086C14.2045 6.12731 14.4401 6.30212 14.6303 6.5209C14.8206 6.73968 14.961 6.9972 15.0418 7.27563C15.1226 7.55406 15.142 7.84674 15.0985 8.13338L14.1785 14.1333C14.1785 14.1335 14.1785 14.1331 14.1785 14.1333C14.1061 14.61 13.8638 15.045 13.4964 15.3573C13.1299 15.6688 12.6634 15.8378 12.1826 15.8333H2.66602C2.13558 15.8333 1.62687 15.6226 1.2518 15.2476C0.876729 14.8725 0.666016 14.3638 0.666016 13.8333V9.16667C0.666016 8.63624 0.876729 8.12753 1.2518 7.75246C1.62687 7.37739 2.13558 7.16667 2.66602 7.16667H4.23277L6.72347 1.56258ZM5.33268 7.97481L7.7379 2.56307C7.93882 2.62717 8.1236 2.73863 8.27549 2.89053C8.52554 3.14058 8.66602 3.47972 8.66602 3.83334V6.5C8.66602 6.86819 8.96449 7.16667 9.33268 7.16667H13.106L13.1136 7.16663C13.2102 7.16553 13.3059 7.18546 13.3941 7.22503C13.4823 7.26461 13.5608 7.32287 13.6242 7.3958C13.6876 7.46873 13.7344 7.55457 13.7613 7.64738C13.7883 7.7401 13.7947 7.83757 13.7803 7.93303C13.7803 7.93312 13.7803 7.93294 13.7803 7.93303L12.8602 13.9334C12.8361 14.0923 12.7554 14.2372 12.6329 14.3414C12.5103 14.4455 12.3543 14.5019 12.1936 14.5L5.33268 14.5V7.97481ZM3.99935 14.5V8.5H2.66602C2.4892 8.5 2.31964 8.57024 2.19461 8.69527C2.06959 8.82029 1.99935 8.98986 1.99935 9.16667V13.8333C1.99935 14.0101 2.06959 14.1797 2.19461 14.3047C2.31964 14.4298 2.4892 14.5 2.66602 14.5H3.99935Z' fill='%231B1D21'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 19px;
}
[dark] .likes{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72347 1.5629C6.83048 1.32215 7.06922 1.16699 7.33268 1.16699C8.03993 1.16699 8.7182 1.44794 9.2183 1.94804C9.7184 2.44814 9.99935 3.12642 9.99935 3.83366V5.83366H13.1026C13.3911 5.83099 13.6768 5.89077 13.94 6.00892C14.2045 6.12763 14.4401 6.30244 14.6303 6.52122C14.8206 6.74 14.961 6.99752 15.0418 7.27595C15.1226 7.55438 15.142 7.84706 15.0985 8.1337L14.1785 14.1336C14.1785 14.1338 14.1785 14.1334 14.1785 14.1336C14.1061 14.6103 13.8638 15.0453 13.4964 15.3576C13.1299 15.6691 12.6634 15.8381 12.1826 15.8337H2.66602C2.13558 15.8337 1.62687 15.6229 1.2518 15.2479C0.876729 14.8728 0.666016 14.3641 0.666016 13.8337V9.16699C0.666016 8.63656 0.876729 8.12785 1.2518 7.75278C1.62687 7.37771 2.13558 7.16699 2.66602 7.16699H4.23277L6.72347 1.5629ZM5.33268 7.97513L7.7379 2.56339C7.93882 2.62749 8.1236 2.73895 8.27549 2.89085C8.52554 3.1409 8.66602 3.48004 8.66602 3.83366V6.50033C8.66602 6.86852 8.96449 7.16699 9.33268 7.16699H13.106L13.1136 7.16695C13.2102 7.16585 13.3059 7.18578 13.3941 7.22535C13.4823 7.26493 13.5608 7.32319 13.6242 7.39612C13.6876 7.46905 13.7344 7.55489 13.7613 7.6477C13.7883 7.74042 13.7947 7.83789 13.7803 7.93335C13.7803 7.93344 13.7803 7.93326 13.7803 7.93335L12.8602 13.9337C12.8361 14.0927 12.7554 14.2376 12.6329 14.3417C12.5103 14.4458 12.3543 14.5022 12.1936 14.5004L5.33268 14.5003V7.97513ZM3.99935 14.5003V8.50033H2.66602C2.4892 8.50033 2.31964 8.57056 2.19461 8.69559C2.06959 8.82061 1.99935 8.99018 1.99935 9.16699V13.8337C1.99935 14.0105 2.06959 14.18 2.19461 14.3051C2.31964 14.4301 2.4892 14.5003 2.66602 14.5003H3.99935Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.dislikes{
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72347 15.4374C6.83048 15.6782 7.06922 15.8333 7.33268 15.8333C8.03993 15.8333 8.7182 15.5524 9.2183 15.0523C9.7184 14.5522 9.99935 13.8739 9.99935 13.1666V11.1666H13.1026C13.3911 11.1693 13.6768 11.1095 13.94 10.9914C14.2045 10.8727 14.4401 10.6979 14.6303 10.4791C14.8206 10.2603 14.961 10.0028 15.0418 9.72435C15.1226 9.44592 15.142 9.15325 15.0985 8.8666L14.1785 2.86669C14.1785 2.86651 14.1785 2.86687 14.1785 2.86669C14.1061 2.38999 13.8638 1.95497 13.4964 1.64268C13.1299 1.33117 12.6634 1.16219 12.1826 1.16665H2.66602C2.13558 1.16665 1.62687 1.37736 1.2518 1.75243C0.876729 2.12751 0.666016 2.63621 0.666016 3.16665V7.83331C0.666016 8.36375 0.876729 8.87245 1.2518 9.24753C1.62687 9.6226 2.13558 9.83331 2.66602 9.83331H4.23277L6.72347 15.4374ZM5.33268 9.02517L7.7379 14.4369C7.93882 14.3728 8.1236 14.2614 8.27549 14.1095C8.52554 13.8594 8.66602 13.5203 8.66602 13.1666V10.5C8.66602 10.1318 8.96449 9.83331 9.33268 9.83331H13.106L13.1136 9.83336C13.2102 9.83445 13.3059 9.81452 13.3941 9.77495C13.4823 9.73538 13.5608 9.67711 13.6242 9.60418C13.6876 9.53126 13.7344 9.44542 13.7613 9.35261C13.7883 9.25988 13.7947 9.16242 13.7803 9.06695C13.7803 9.06687 13.7803 9.06704 13.7803 9.06695L12.8602 3.06661C12.8361 2.90764 12.7554 2.76274 12.6329 2.6586C12.5103 2.55447 12.3543 2.49812 12.1936 2.49994L5.33268 2.49998V9.02517ZM3.99935 2.49998V8.49998H2.66602C2.4892 8.49998 2.31964 8.42974 2.19461 8.30472C2.06959 8.17969 1.99935 8.01012 1.99935 7.83331V3.16665C1.99935 2.98984 2.06959 2.82027 2.19461 2.69524C2.31964 2.57022 2.4892 2.49998 2.66602 2.49998H3.99935Z' fill='%231B1D21'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 19px;
}
[dark] .dislikes{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72347 15.4371C6.83048 15.6779 7.06922 15.833 7.33268 15.833C8.03993 15.833 8.7182 15.5521 9.2183 15.052C9.7184 14.5519 9.99935 13.8736 9.99935 13.1663V11.1663H13.1026C13.3911 11.169 13.6768 11.1092 13.94 10.9911C14.2045 10.8724 14.4401 10.6976 14.6303 10.4788C14.8206 10.26 14.961 10.0025 15.0418 9.72405C15.1226 9.44562 15.142 9.15294 15.0985 8.8663L14.1785 2.86638C14.1785 2.86621 14.1785 2.86656 14.1785 2.86638C14.1061 2.38968 13.8638 1.95466 13.4964 1.64238C13.1299 1.33086 12.6634 1.16189 12.1826 1.16634H2.66602C2.13558 1.16634 1.62687 1.37706 1.2518 1.75213C0.876729 2.1272 0.666016 2.63591 0.666016 3.16634V7.83301C0.666016 8.36344 0.876729 8.87215 1.2518 9.24722C1.62687 9.62229 2.13558 9.83301 2.66602 9.83301H4.23277L6.72347 15.4371ZM5.33268 9.02487L7.7379 14.4366C7.93882 14.3725 8.1236 14.261 8.27549 14.1092C8.52554 13.8591 8.66602 13.52 8.66602 13.1663V10.4997C8.66602 10.1315 8.96449 9.83301 9.33268 9.83301H13.106L13.1136 9.83305C13.2102 9.83415 13.3059 9.81422 13.3941 9.77465C13.4823 9.73507 13.5608 9.67681 13.6242 9.60388C13.6876 9.53095 13.7344 9.44511 13.7613 9.3523C13.7883 9.25958 13.7947 9.16211 13.7803 9.06665C13.7803 9.06656 13.7803 9.06674 13.7803 9.06665L12.8602 3.0663C12.8361 2.90733 12.7554 2.76243 12.6329 2.6583C12.5103 2.55416 12.3543 2.49782 12.1936 2.49963L5.33268 2.49968V9.02487ZM3.99935 2.49968V8.49967H2.66602C2.4892 8.49967 2.31964 8.42944 2.19461 8.30441C2.06959 8.17939 1.99935 8.00982 1.99935 7.83301V3.16634C1.99935 2.98953 2.06959 2.81996 2.19461 2.69494C2.31964 2.56991 2.4892 2.49968 2.66602 2.49968H3.99935Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.share_icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0007 2.50001C11.2643 2.50001 10.6673 3.09696 10.6673 3.83334C10.6673 4.56972 11.2643 5.16667 12.0007 5.16667C12.737 5.16667 13.334 4.56972 13.334 3.83334C13.334 3.09696 12.737 2.50001 12.0007 2.50001ZM9.33398 3.83334C9.33398 2.36058 10.5279 1.16667 12.0007 1.16667C13.4734 1.16667 14.6673 2.36058 14.6673 3.83334C14.6673 5.3061 13.4734 6.50001 12.0007 6.50001C10.5279 6.50001 9.33398 5.3061 9.33398 3.83334Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00065 7.16666C3.26427 7.16666 2.66732 7.76362 2.66732 8.49999C2.66732 9.23637 3.26427 9.83333 4.00065 9.83333C4.73703 9.83333 5.33398 9.23637 5.33398 8.49999C5.33398 7.76362 4.73703 7.16666 4.00065 7.16666ZM1.33398 8.49999C1.33398 7.02724 2.52789 5.83333 4.00065 5.83333C5.47341 5.83333 6.66732 7.02724 6.66732 8.49999C6.66732 9.97275 5.47341 11.1667 4.00065 11.1667C2.52789 11.1667 1.33398 9.97275 1.33398 8.49999Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0007 11.8333C11.2643 11.8333 10.6673 12.4303 10.6673 13.1667C10.6673 13.903 11.2643 14.5 12.0007 14.5C12.737 14.5 13.334 13.903 13.334 13.1667C13.334 12.4303 12.737 11.8333 12.0007 11.8333ZM9.33398 13.1667C9.33398 11.6939 10.5279 10.5 12.0007 10.5C13.4734 10.5 14.6673 11.6939 14.6673 13.1667C14.6673 14.6394 13.4734 15.8333 12.0007 15.8333C10.5279 15.8333 9.33398 14.6394 9.33398 13.1667Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15132 9.17101C5.33669 8.85289 5.74486 8.74528 6.06297 8.93066L10.6163 11.584C10.9344 11.7694 11.042 12.1775 10.8567 12.4956C10.6713 12.8138 10.2631 12.9214 9.945 12.736L5.39167 10.0827C5.07355 9.8973 4.96594 9.48913 5.15132 9.17101Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8498 4.50397C11.0354 4.82197 10.928 5.23021 10.61 5.41578L6.06334 8.06912C5.74534 8.25469 5.33711 8.14735 5.15153 7.82934C4.96595 7.51134 5.0733 7.10311 5.3913 6.91753L9.93797 4.2642C10.256 4.07862 10.6642 4.18597 10.8498 4.50397Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 19px;
}
[dark] .share_icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0007 2.50033C11.2643 2.50033 10.6673 3.09728 10.6673 3.83366C10.6673 4.57004 11.2643 5.16699 12.0007 5.16699C12.737 5.16699 13.334 4.57004 13.334 3.83366C13.334 3.09728 12.737 2.50033 12.0007 2.50033ZM9.33398 3.83366C9.33398 2.3609 10.5279 1.16699 12.0007 1.16699C13.4734 1.16699 14.6673 2.3609 14.6673 3.83366C14.6673 5.30642 13.4734 6.50033 12.0007 6.50033C10.5279 6.50033 9.33398 5.30642 9.33398 3.83366Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00065 7.16634C3.26427 7.16634 2.66732 7.76329 2.66732 8.49967C2.66732 9.23605 3.26427 9.83301 4.00065 9.83301C4.73703 9.83301 5.33398 9.23605 5.33398 8.49967C5.33398 7.76329 4.73703 7.16634 4.00065 7.16634ZM1.33398 8.49967C1.33398 7.02692 2.52789 5.83301 4.00065 5.83301C5.47341 5.83301 6.66732 7.02692 6.66732 8.49967C6.66732 9.97243 5.47341 11.1663 4.00065 11.1663C2.52789 11.1663 1.33398 9.97243 1.33398 8.49967Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0007 11.8333C11.2643 11.8333 10.6673 12.4303 10.6673 13.1667C10.6673 13.903 11.2643 14.5 12.0007 14.5C12.737 14.5 13.334 13.903 13.334 13.1667C13.334 12.4303 12.737 11.8333 12.0007 11.8333ZM9.33398 13.1667C9.33398 11.6939 10.5279 10.5 12.0007 10.5C13.4734 10.5 14.6673 11.6939 14.6673 13.1667C14.6673 14.6394 13.4734 15.8333 12.0007 15.8333C10.5279 15.8333 9.33398 14.6394 9.33398 13.1667Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15132 9.17097C5.33669 8.85285 5.74486 8.74524 6.06297 8.93061L10.6163 11.5839C10.9344 11.7693 11.042 12.1775 10.8567 12.4956C10.6713 12.8137 10.2631 12.9213 9.945 12.736L5.39167 10.0826C5.07355 9.89725 4.96594 9.48909 5.15132 9.17097Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8498 4.50361C11.0354 4.82161 10.928 5.22984 10.61 5.41542L6.06334 8.06875C5.74534 8.25433 5.33711 8.14698 5.15153 7.82898C4.96595 7.51098 5.0733 7.10275 5.3913 6.91717L9.93797 4.26384C10.256 4.07826 10.6642 4.18561 10.8498 4.50361Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.bb-comment-wrapper .bb-comment .bb-avatar{
    border: none;
}

.bb-comment-wrapper .bb-comment .bb-avatar img{
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.bb-comment-wrapper .form-control{
    background-color:unset;
}

.bb-comment-wrapper .form-control:focus{
    background-color:unset;
}

.bb-comment-wrapper .bb-comment-box .bb-textarea-footer{
    background-color: unset;
}

.inline_post_desc{
    max-width: 552px;
    margin-top: 32px;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
}

.inline-center_content{
    margin-top: 40px;
    justify-content: center;
}

.top-left-icon{
    border-radius: 50px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    transition-duration: .4s;
    -ms-transition: all .4s ease;
    width: 30px;
    z-index: 3;
}

.ti-video-camera:before{
    content: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23CDAD6E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33C28.9706 33 33 28.9706 33 24C33 19.0294 28.9706 15 24 15ZM13 24C13 17.9249 17.9249 13 24 13C30.0751 13 35 17.9249 35 24C35 30.0751 30.0751 35 24 35C17.9249 35 13 30.0751 13 24Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5281 19.1183C21.8533 18.9443 22.2478 18.9634 22.5547 19.168L28.5547 23.168C28.8329 23.3534 29 23.6656 29 24C29 24.3344 28.8329 24.6466 28.5547 24.8321L22.5547 28.8321C22.2478 29.0366 21.8533 29.0557 21.5281 28.8817C21.203 28.7077 21 28.3688 21 28V20C21 19.6312 21.203 19.2923 21.5281 19.1183ZM23 21.8685V26.1315L26.1972 24L23 21.8685Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.ti-video-camera-small:before{
    content:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='%23CDAD6E'/%3E%3Cg clip-path='url(%23clip0_1_3138)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 10.0001C12.6863 10.0001 10 12.6864 10 16.0001C10 19.3138 12.6863 22.0001 16 22.0001C19.3137 22.0001 22 19.3138 22 16.0001C22 12.6864 19.3137 10.0001 16 10.0001ZM8.66667 16.0001C8.66667 11.95 11.9499 8.66675 16 8.66675C20.0501 8.66675 23.3333 11.95 23.3333 16.0001C23.3333 20.0502 20.0501 23.3334 16 23.3334C11.9499 23.3334 8.66667 20.0502 8.66667 16.0001Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3521 12.7456C14.5689 12.6296 14.8319 12.6423 15.0365 12.7787L19.0365 15.4454C19.2219 15.569 19.3333 15.7772 19.3333 16.0001C19.3333 16.223 19.2219 16.4311 19.0365 16.5548L15.0365 19.2214C14.8319 19.3578 14.5689 19.3705 14.3521 19.2545C14.1353 19.1385 14 18.9126 14 18.6667V13.3334C14 13.0876 14.1353 12.8616 14.3521 12.7456ZM15.3333 14.5791V17.4211L17.4648 16.0001L15.3333 14.5791Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_3138'%3E%3Crect width='16' height='16' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.img-logo{
    content:  url("data:image/svg+xml,%3Csvg width='63' height='56' viewBox='0 0 63 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1234_11)'%3E%3Cpath d='M39.3552 15.185V33.6184H44.001C50.2054 33.6184 53.2006 29.5731 53.2006 24.4246C53.2006 19.2761 50.2054 15.2003 44.001 15.2003H39.3552V15.185ZM39.3552 0.704851V14.4801H42.6103C47.6228 14.4801 49.5482 11.4155 49.5482 7.58482C49.5482 3.75409 47.6381 0.704851 42.6103 0.704851H39.3552ZM42.1976 0C48.0506 0 53.0327 2.09922 53.0327 7.40094C53.0327 11.3389 50.2666 13.622 46.6295 14.6027C52.4212 15.2922 57.2962 18.7245 57.2962 24.4093C57.2962 30.7989 51.1683 34.3232 44.4441 34.3232H35.5195V0H42.1976Z' fill='%23D9B770'/%3E%3Cpath d='M5 36.6279L22.666 3.00954H7.03249V2.30469H27.1589L9.50817 35.9231H27.6632V36.6279H5Z' fill='%23D9B770'/%3E%3Cpath d='M44.1507 5.69704H33.6673V39.3154H29.862V5.69704H19.3633V4.99219H44.1507V5.69704Z' fill='%23D9B770'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.18359 42.5547V56.0019H57.1177V42.5547H5.18359ZM14.957 53.4486V44.7344L20.1957 49.8586C20.3384 50.0037 20.4829 50.1583 20.6294 50.3224C20.7758 50.4867 20.9298 50.6718 21.0914 50.8779V45.0665H22.3307V53.7749L16.9849 48.5589C16.8422 48.4178 16.7033 48.2689 16.5681 48.1124C16.4366 47.9559 16.3108 47.7918 16.1907 47.62V53.4486H14.957ZM25.26 45.0736V53.4557H29.8623V52.2362H26.6006V49.5279H29.8623V48.3313H26.6006V46.2302H29.8623V45.0736H25.26ZM31.4503 45.0665H32.7741L34.3344 49.2976C34.4357 49.5763 34.5202 49.8205 34.5878 50.0305C34.6592 50.2404 34.7212 50.437 34.7737 50.6202C34.9052 50.1775 35.0422 49.7442 35.1849 49.3206C35.2038 49.2671 35.2168 49.2308 35.2244 49.2118L36.8805 44.7344L38.6266 49.2976C38.7094 49.5189 38.7863 49.7404 38.8577 49.9617C38.9327 50.1832 39.0023 50.4065 39.0661 50.6316C39.1036 50.46 39.1544 50.2709 39.2183 50.0648C39.2819 49.8586 39.3647 49.6144 39.466 49.3319L41.0152 45.0665H42.3501L39.1563 53.7749L37.2747 48.9941C37.1921 48.7804 37.1171 48.5762 37.0495 48.3816C36.9818 48.1831 36.9217 47.9961 36.8692 47.8204C36.8053 48.0457 36.7415 48.2575 36.6776 48.4559C36.6137 48.6506 36.5482 48.8376 36.4805 49.0171L34.633 53.7749L31.4503 45.0665ZM44.9049 51.2705L43.8347 51.7742C43.9735 52.3851 44.2666 52.8545 44.7135 53.1827C45.1641 53.511 45.7404 53.6751 46.4428 53.6751C47.2802 53.6751 47.9449 53.4422 48.4368 52.9765C48.9288 52.5071 49.1748 51.8754 49.1748 51.0814C49.1748 50.5356 49.0227 50.0814 48.7185 49.7188C48.4143 49.3524 47.8548 48.9782 47.0398 48.5967C46.9985 48.5775 46.9422 48.5508 46.8709 48.5165C45.9396 48.0813 45.4738 47.6119 45.4738 47.1079C45.4738 46.7873 45.5791 46.5316 45.7894 46.3408C46.0034 46.15 46.2907 46.0545 46.6512 46.0545C46.9066 46.0545 47.1319 46.1155 47.327 46.2377C47.5262 46.3599 47.7084 46.5526 47.8735 46.816L48.9212 46.2663C48.7636 45.8198 48.48 45.4782 48.0708 45.2416C47.6613 45.001 47.1525 44.8808 46.5442 44.8808C45.8043 44.8808 45.2053 45.0927 44.7473 45.5163C44.2929 45.9401 44.0656 46.4935 44.0656 47.1767C44.0656 47.7034 44.2158 48.1501 44.5162 48.5165C44.8204 48.8792 45.427 49.2855 46.3358 49.7361C46.3959 49.7628 46.4823 49.8046 46.5949 49.8619C47.3985 50.2474 47.8004 50.6864 47.8004 51.1788C47.8004 51.5567 47.6821 51.8582 47.4455 52.0834C47.2125 52.3087 46.8972 52.4212 46.4991 52.4212C46.0785 52.4212 45.7331 52.3239 45.4627 52.1293C45.1923 51.9307 45.0064 51.6445 44.9049 51.2705Z' fill='%23D9B770'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1234_11'%3E%3Crect width='63' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.img-logo:hover{
   content: url("data:image/svg+xml,%3Csvg width='63' height='56' viewBox='0 0 63 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1234_11)'%3E%3Cpath d='M39.3552 15.185V33.6184H44.001C50.2054 33.6184 53.2006 29.5731 53.2006 24.4246C53.2006 19.2761 50.2054 15.2003 44.001 15.2003H39.3552V15.185ZM39.3552 0.704851V14.4801H42.6103C47.6228 14.4801 49.5482 11.4155 49.5482 7.58482C49.5482 3.75409 47.6381 0.704851 42.6103 0.704851H39.3552ZM42.1976 0C48.0506 0 53.0327 2.09922 53.0327 7.40094C53.0327 11.3389 50.2666 13.622 46.6295 14.6027C52.4212 15.2922 57.2962 18.7245 57.2962 24.4093C57.2962 30.7989 51.1683 34.3232 44.4441 34.3232H35.5195V0H42.1976Z' fill='black'/%3E%3Cpath d='M5 36.6279L22.666 3.00954H7.03249V2.30469H27.1589L9.50817 35.9231H27.6632V36.6279H5Z' fill='black'/%3E%3Cpath d='M44.1507 5.69704H33.6673V39.3154H29.862V5.69704H19.3633V4.99219H44.1507V5.69704Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.18359 42.5547V56.0019H57.1177V42.5547H5.18359ZM14.957 53.4486V44.7344L20.1957 49.8586C20.3384 50.0037 20.4829 50.1583 20.6294 50.3224C20.7758 50.4867 20.9298 50.6718 21.0914 50.8779V45.0665H22.3307V53.7749L16.9849 48.5589C16.8422 48.4178 16.7033 48.2689 16.5681 48.1124C16.4366 47.9559 16.3108 47.7918 16.1907 47.62V53.4486H14.957ZM25.26 45.0736V53.4557H29.8623V52.2362H26.6006V49.5279H29.8623V48.3313H26.6006V46.2302H29.8623V45.0736H25.26ZM31.4503 45.0665H32.7741L34.3344 49.2976C34.4357 49.5763 34.5202 49.8205 34.5878 50.0305C34.6592 50.2404 34.7212 50.437 34.7737 50.6202C34.9052 50.1775 35.0422 49.7442 35.1849 49.3206C35.2038 49.2671 35.2168 49.2308 35.2244 49.2118L36.8805 44.7344L38.6266 49.2976C38.7094 49.5189 38.7863 49.7404 38.8577 49.9617C38.9327 50.1832 39.0023 50.4065 39.0661 50.6316C39.1036 50.46 39.1544 50.2709 39.2183 50.0648C39.2819 49.8586 39.3647 49.6144 39.466 49.3319L41.0152 45.0665H42.3501L39.1563 53.7749L37.2747 48.9941C37.1921 48.7804 37.1171 48.5762 37.0495 48.3816C36.9818 48.1831 36.9217 47.9961 36.8692 47.8204C36.8053 48.0457 36.7415 48.2575 36.6776 48.4559C36.6137 48.6506 36.5482 48.8376 36.4805 49.0171L34.633 53.7749L31.4503 45.0665ZM44.9049 51.2705L43.8347 51.7742C43.9735 52.3851 44.2666 52.8545 44.7135 53.1827C45.1641 53.511 45.7404 53.6751 46.4428 53.6751C47.2802 53.6751 47.9449 53.4422 48.4368 52.9765C48.9288 52.5071 49.1748 51.8754 49.1748 51.0814C49.1748 50.5356 49.0227 50.0814 48.7185 49.7188C48.4143 49.3524 47.8548 48.9782 47.0398 48.5967C46.9985 48.5775 46.9422 48.5508 46.8709 48.5165C45.9396 48.0813 45.4738 47.6119 45.4738 47.1079C45.4738 46.7873 45.5791 46.5316 45.7894 46.3408C46.0034 46.15 46.2907 46.0545 46.6512 46.0545C46.9066 46.0545 47.1319 46.1155 47.327 46.2377C47.5262 46.3599 47.7084 46.5526 47.8735 46.816L48.9212 46.2663C48.7636 45.8198 48.48 45.4782 48.0708 45.2416C47.6613 45.001 47.1525 44.8808 46.5442 44.8808C45.8043 44.8808 45.2053 45.0927 44.7473 45.5163C44.2929 45.9401 44.0656 46.4935 44.0656 47.1767C44.0656 47.7034 44.2158 48.1501 44.5162 48.5165C44.8204 48.8792 45.427 49.2855 46.3358 49.7361C46.3959 49.7628 46.4823 49.8046 46.5949 49.8619C47.3985 50.2474 47.8004 50.6864 47.8004 51.1788C47.8004 51.5567 47.6821 51.8582 47.4455 52.0834C47.2125 52.3087 46.8972 52.4212 46.4991 52.4212C46.0785 52.4212 45.7331 52.3239 45.4627 52.1293C45.1923 51.9307 45.0064 51.6445 44.9049 51.2705Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1234_11'%3E%3Crect width='63' height='56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

[dark] .img-logo:hover{
    content:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='56' viewBox='0 0 63 56' fill='none'%3E%3Cpath d='M39.5511 15.1583V33.5596H44.0764C50.1198 33.5596 53.0374 29.5213 53.0374 24.3819C53.0374 19.2424 50.1198 15.1737 44.0764 15.1737H39.5511V15.1583ZM39.5511 0.703616V14.4547H42.7219C47.6043 14.4547 49.4797 11.3955 49.4797 7.57154C49.4797 3.74751 47.6192 0.703616 42.7219 0.703616H39.5511ZM42.3198 0C48.0209 0 52.8738 2.09554 52.8738 7.38797C52.8738 11.3191 50.1795 13.5982 46.6368 14.5771C52.2782 15.2654 57.0266 18.6917 57.0266 24.3666C57.0266 30.745 51.0577 34.263 44.508 34.263H35.8149V0H42.3198Z' fill='white'/%3E%3Cpath d='M6.07373 36.5727L23.2814 3.01318H8.05349V2.30957H27.6577L10.4649 35.8691H28.1489V36.5727H6.07373Z' fill='white'/%3E%3Cpath d='M44.2097 5.68996H33.9983V39.2494H30.2917V5.68996H20.0654V4.98633H44.2097V5.68996Z' fill='white'/%3E%3Cpath d='M14.8564 53.3621V44.6631L19.9593 49.7784C20.0982 49.9232 20.239 50.0775 20.3817 50.2412C20.5244 50.4052 20.6743 50.5901 20.8317 50.7958V44.9945H22.0389V53.6877L16.8317 48.4809C16.6928 48.3399 16.5574 48.1914 16.4257 48.0351C16.2977 47.8789 16.1751 47.7151 16.058 47.5437V53.3621H14.8564Z' fill='white'/%3E%3Cpath d='M24.8989 53.3616V44.9941H29.3818V46.1487H26.2048V48.2461H29.3818V49.4407H26.2048V52.1441H29.3818V53.3616H24.8989Z' fill='white'/%3E%3Cpath d='M30.936 44.9945H32.2255L33.7454 49.2184C33.844 49.4965 33.9264 49.7402 33.9922 49.9498C34.0618 50.1594 34.1222 50.3557 34.1734 50.5387C34.3015 50.0967 34.4348 49.6641 34.5738 49.2412C34.5923 49.1878 34.6049 49.1515 34.6123 49.1327L36.2255 44.6631L37.9263 49.2184C38.0069 49.4392 38.0817 49.6602 38.1514 49.8812C38.2244 50.1022 38.2922 50.3252 38.3543 50.5499C38.3908 50.3787 38.4403 50.1898 38.5026 49.9841C38.5646 49.7784 38.6451 49.5345 38.7439 49.2525L40.2528 44.9945H41.5531L38.4422 53.6877L36.6094 48.9154C36.529 48.7019 36.4558 48.4981 36.3901 48.3039C36.3241 48.1057 36.2656 47.9189 36.2144 47.7437C36.1522 47.9685 36.0899 48.1799 36.0278 48.3781C35.9656 48.5724 35.9018 48.7591 35.8358 48.9382L34.0362 53.6877L30.936 44.9945Z' fill='white'/%3E%3Cpath d='M42.998 51.6872L44.0405 51.1843C44.1393 51.5576 44.3204 51.8433 44.5838 52.0416C44.8472 52.2358 45.1836 52.3331 45.5933 52.3331C45.981 52.3331 46.2882 52.2208 46.5152 51.9958C46.7456 51.7709 46.8608 51.47 46.8608 51.0928C46.8608 50.6012 46.4693 50.1631 45.6866 49.7782C45.5769 49.7211 45.4927 49.6792 45.4343 49.6526C44.549 49.2028 43.9582 48.7972 43.6618 48.4352C43.3692 48.0693 43.2229 47.6235 43.2229 47.0976C43.2229 46.4156 43.4443 45.8632 43.887 45.4402C44.3331 45.0173 44.9166 44.8059 45.6372 44.8059C46.2297 44.8059 46.7253 44.9258 47.1242 45.1659C47.5229 45.4022 47.7991 45.7432 47.9527 46.1889L46.932 46.7376C46.7712 46.4748 46.5938 46.2823 46.3998 46.1603C46.2097 46.0383 45.9903 45.9775 45.7414 45.9775C45.3902 45.9775 45.1106 46.0728 44.902 46.2632C44.6971 46.4538 44.5946 46.7091 44.5946 47.0291C44.5946 47.5321 45.0483 48.0008 45.9556 48.4352C46.0248 48.4693 46.0798 48.4961 46.1201 48.5152C46.9138 48.8961 47.4588 49.2696 47.7552 49.6353C48.0514 49.9973 48.1997 50.4506 48.1997 50.9955C48.1997 51.7882 47.96 52.4188 47.4808 52.8873C47.0017 53.3522 46.3542 53.5846 45.5385 53.5846C44.8544 53.5846 44.293 53.4209 43.854 53.0932C43.4187 52.7656 43.1332 52.2969 42.998 51.6872Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5354 42.9803H6.52028V55.5232H56.5354V42.9803ZM6.07373 42.5215V55.9819H56.9821V42.5215H6.07373Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;;
}

.back-item.text.top-full a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}



.quote_style_1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quote_style_1 .left_quote{
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 12%;
}

.quote_style_1 .right_quote{
    color: var(--txt-font-main);
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    margin-top: 24px;
}

.quote_content{
    color: var(--txt-font-main);
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 180%; /* 36px */
}

.quote_el{
    color: #D9B770;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.quote_razdel{
    display: flex;
    width: 300px;
    align-items: center;
    gap: 4px;
}

.quote_style_2 .quote_razdel{
    width: unset;
}
.quote_style_3 .quote_razdel{
    width: unset;
}

.quote_razdel .line_end_post{
    width: -webkit-fill-available;
}
.quote_razdel .line_end_post hr{
    width: -webkit-fill-available;
}

.quote_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.quote_style_2 .quote_container{
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}
.quote_style_3 .quote_container{
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.quote_style_3 .quote_content{
    color: var(--txt-font-secondary);
    font-family: Playfair Display;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 180%; /* 36px */
}

.quote_author{
    color: var(--txt-font-main);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.6px */
}
.quote_description{
    color: var(--txt-font-secondary);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    text-transform: uppercase;
}

.quote_vertical{
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.6px */
}

.gallery-slider-2 h4 {
    font-size: 14px;
}

/* OVERLAY */
.bs-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bs-overlay {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0;
}
.bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.bs-overlay-panel.bs-overlay-top {
    top: auto;
}
.bs-overlay-background {
    background: rgba(0,0,0,.8);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity,transform,filter;
}
.bs-overlay-panel {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}
.bs-overlay>:first-child,
.bs-overlay-panel>:last-child {
    margin-bottom: 0;
}
.bs-overlay:hover{
    cursor: pointer;
}
.bs-overlay:hover:after {
}
.bs-overlay:after {

    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 38px;
    background-size: cover;
}
.slider-nav-thumbnails {
    margin-top: -34px;
}
.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
    outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
    opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
    padding: 5px;
    background: transparent;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
    background: #000;
}
.slider-nav-thumbnails img {
    width: 200px;
    min-height: 100px;
    max-height: 100px;
    margin: 0 5px;
}
.slider-nav-thumbnails .slick-slide:first-child img {
    margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
    margin-right: 0;
}

.gallery-slider-2 .slick-slide img{
    min-height: 360px;
    max-height: 360px;
    min-width: 640px;
    max-width: 640px;
}

.gallery_slider .slick-next.slick-arrow{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Crect width='60' height='60' fill='%23CDAD6E'/%3E%3Cpath d='M27 36L33.8181 29.9034L27 23.8069' stroke='black' stroke-width='2.04545' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    font-size: 0px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 520px;
}
.gallery_slider .slick-prev.slick-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Crect x='60' y='60' width='60' height='60' transform='rotate(-180 60 60)' fill='%23CDAD6E'/%3E%3Cpath d='M33 24L26.1819 30.0966L33 36.1931' stroke='black' stroke-width='2.04545' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    font-size: 0px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 531px;
    z-index: 1;
}

@media (max-width:480px){
    .gallery_slider .slick-prev{
        display: none;
    }
    .gallery_slider .slick-next{
        display: none;
    }
    .gallery-slider-2 .slick-slide img{
        min-height: fit-content;
        max-height: 240px;
        max-width: fit-content;
        min-width: fit-content;
    }

    .slider-nav-thumbnails{
        margin-top: 10px;
    }
    .quote_style_1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .widget_right_body{
        max-width: 47%;
    }
}

.header_category_icon{
    min-width: 83px;
}

.bb-comment-wrapper .bb-comment-box .bb-textarea textarea{
    resize: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bb-comment-content-user{
    display: flex;
    flex-direction: column;
}

.bb-comment-content-user .px-1{
    display: none;
}

.bb-comment-content-actions .bb-like{
    background-image: none;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40581 1.32822C8.53956 1.02728 8.83799 0.833336 9.16732 0.833336C10.0514 0.833336 10.8992 1.18453 11.5243 1.80965C12.1495 2.43477 12.5007 3.28261 12.5007 4.16667V6.66667H16.3797C16.7403 6.66333 17.0975 6.73806 17.4265 6.88574C17.7571 7.03414 18.0516 7.25264 18.2894 7.52612C18.5272 7.79959 18.7027 8.1215 18.8037 8.46954C18.9048 8.81757 18.9289 9.18342 18.8745 9.54172L17.7246 17.0416C17.634 17.6375 17.3312 18.1813 16.8719 18.5716C16.4138 18.961 15.8308 19.1722 15.2297 19.1667H3.33398C2.67094 19.1667 2.03506 18.9033 1.56622 18.4344C1.09738 17.9656 0.833984 17.3297 0.833984 16.6667V10.8333C0.833984 10.1703 1.09738 9.53441 1.56622 9.06557C2.03506 8.59673 2.67094 8.33334 3.33398 8.33334H5.29242L8.40581 1.32822ZM6.66732 9.34351L9.67384 2.57883C9.925 2.65896 10.156 2.79829 10.3458 2.98816C10.6584 3.30072 10.834 3.72464 10.834 4.16667V7.5C10.834 7.96024 11.2071 8.33334 11.6673 8.33334H16.384L16.3934 8.33328C16.5142 8.33191 16.6339 8.35683 16.7441 8.40629C16.8543 8.45575 16.9524 8.52859 17.0317 8.61975C17.111 8.71091 17.1695 8.81821 17.2031 8.93422C17.2368 9.05012 17.2449 9.17196 17.2268 9.29128L16.0767 16.7917C16.0466 16.9904 15.9457 17.1716 15.7925 17.3017C15.6394 17.4319 15.4444 17.5023 15.2434 17.5001L6.66732 17.5V9.34351ZM5.00065 17.5V10H3.33398C3.11297 10 2.90101 10.0878 2.74473 10.2441C2.58845 10.4004 2.50065 10.6123 2.50065 10.8333V16.6667C2.50065 16.8877 2.58845 17.0996 2.74473 17.2559C2.90101 17.4122 3.11297 17.5 3.33398 17.5H5.00065Z' fill='%23828792'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 18px;
    margin-left: 10px;
    margin-right: 13px;
}

.bb-textarea{
    display: flex;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.bb-comment-wrapper .bb-comment-box .bb-textarea-footer .post-btn{
    padding: unset !important;
    background-color: var(--txt-font-main) !important;
}

.bb-comment-wrapper .bb-comment-box .bb-textarea-footer .post-btn{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: unset;
}

.full-image{
    min-height: 576px;
}

.header-sticky_mob{
    display: none !important;
}

.description_preview{
    color: var(--txt-font-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    text-align: right;
}

@media (max-width:480px) {
    .header-sticky_mob{
        display: block !important;
        background: var(--theme-bg-color);
    }
    .header-logo> .container{
        display: flex;
        flex-direction: column-reverse;
    }
    .header_left_widgets{
        gap: 0px;
    }
    .header-sticky_mob .header_left_widgets{
        margin-bottom: 18px;
    }
    .description_preview{
        text-align: left;
    }
    .l_post_slider .line_end_post{
        display:none;
    }

    .l_post_slider .featured-slider-1{
        gap: 32px;
        display: flex;
        flex-direction: column;
    }
    .pd-30_mob{
        padding-left:0px
    }
    .pd-16_mob{
        padding-inline:16px;
    }
}

.mobile_menu .header_left_first_row_widget{
    gap: 0px;
}

.sidebar-inner .footer_menu{
    gap: 16px;
    margin-bottom: 16px;
}
.slider-single .slider-caption{
    padding-right: 16px;
}


.widgets-post-carausel-1 .slick-slide img{
    max-width: 200px;
    min-width: 200px;
    max-height: 163px;
}

.single_post_img{
    width: 760px;
    height: 320px
}

.single_post_title{
    font-family: Playfair Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height:  145.455%;
    margin-top: 32px;
    mmargin-bottom: 16px;
}
@media (max-width:460px) {
    .header_ads_container{
        margin-left: -15px;
        width: 100vw;
    }
}

@media (min-width:460px) {
    .sidebar_close{
        margin-top: 16px;
        margin-right: 40px;
    }
    .sidebar-inner{
        margin-top: 148px;
        margin-bottom: 180px;
    }
}
.large_post_title{
    margin-top: 14.5px;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.large_posts .single_post_img{
    width: 484px;
    height: 300px;
}

.small_posts_container .single_post_img{
    width: 200px;
    height: 120px;
}
.small_post{
    width: 200px;
    height: 217px;
    min-height: 217px;
    max-height: 217px;
}

.small_post_title{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.posts_contaner{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.small_posts_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

.large_post{
    width: 484px;
    min-height: 404px;
    max-height: 404px;
    margin-right: 21px;
    margin-bottom: 94px;
}

.header-bottom.header-sticky.sticky-bar .main-nav #navigation{
    border-bottom: unset;
}

.search_post{
    margin-bottom: 16px;
}

@media (max-width:460px) {
    .large_posts .single_post_img{
        width: 94vw;
        height: 300px;
    }
    .large_post{
        width: 80vw;
    }

    .post-title.large_post_title{
        max-width: 87vw;
    }

    .small_posts_container{
        display: none;
    }
    .single_post_img{
        width:80vh;
    }

    .posts_contaner{
        display: block;
    }
    .list-post.right_widget{
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
    }

}

.page_description{
    color: var(--txt-font-secondary);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.search_page_form{
    padding-right: 32px;
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.search_page_input{
    background: var(--theme-bg-color);
    color: var(--txt-font-main);
    width: 51vw;
    border: 0;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.no_search_results{
    margin-top: 192px;
}

.no_search_results .main_message{
    font-family: Playfair Display;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 106.25% */
    margin-bottom: 16px;
}

.no_search_results .suggest_message{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.no_search_results .btn_custom{
    margin-top: 63px;
}

.view_actions {
    display: flex;
    gap: 40px;
    flex-direction: row;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
    margin-bottom: 80px;
}
.sort-btn {
    background: var(--theme-bg-color);
    color: var(--txt-font-main);
    border: 0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}
.sort-wrapper {
    position: relative;
}
.sort-options {
    display: none;
    border-top: 2px solid;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    left: 0;
    padding: 17px 0;
    /*position: absolute;*/
    text-align: left;
    top: 120%;
    transition: all .2s ease-out 0s;
    width: 170px;
    margin-left: 69px;
    margin-top: 10px;
}
.sort-options.show {
    display: block;
}
.sort-options li {
    margin: 5px 0;
    padding: 6px;
}

.sort-options.show a{
    background: var(--theme-bg-color);
    border: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    padding: 10px 70px;
}

.sort-options.show li:hover {
    background: #EFF5F8;

    color: var(--txt-font-main);
    transition: all .2s ease-out 0s;
}

.sort-options.show li:hover a{
    /*background: unset;*/
    cursor:pointer;
    color: unset;
}
@media (min-width:480px){
.m_post_var1 .four_posts  .img-hover-scale{
    min-height: 320px;
    max-height: 320px;
    min-width: 284px;
}

    .five_posts {
        margin-top: 40px;
        max-width: 200px;
    }

    .five_posts .img-hover-scale{
        max-height: 146px;
        min-height: 146px;
        min-width: 190px;
        max-width: 190px;
    }

    .five_container{
        gap: 12px;
    }
}

.ads-widget{
    margin-top: 12px;
}

.four_posts .post-title{
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.five_posts .post-title{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.four_posts img{
    width: 200%;
    min-width: 160%;
}

@media(max-width: 480px){
    .four_container .img-hover-scale, .five_container .img-hover-scale{
        min-width: 45vw;
    }
    .m_post_var1.four_container, .m_post_var1.five_container{
        flex-direction:row;
        margin-bottom: 24px;
    }
    .five_container .img-hover-scale{
        min-height:81px
    }
    body {
        touch-action: pan-y; /* Запретить горизонтальный скроллинг */
    }
}

/*@media(max-width: 430px) {*/
/*    .four_container .four_posts:nth-child(2) {*/
/*        margin-left: -5px;*/
/*    }*/
/*}*/

@media(max-width: 480px) {
    .four_posts, .five_posts{
        width: 15vh;
        flex: 0 0 calc(50% - 10px);
        gap: 8px;
    }
    .four_posts .post-title, .five_posts .post-title{
        margin-bottom:0px;
    }
    .four_posts a, .five_posts a{
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .four_container, .five_container{
        flex-direction:column;
        flex-wrap: wrap;
        row-gap: 28px;
    }
}

.post_page_list{
    align-items:unset;
}

p.MsoNormal {
a:link { color: #D9B770; }
a:visited { color: #D9B770; }
a:hover { color: #D9B770; }
a:active { color: #D9B770; }
  a:link {font-weight: bold;}
}

div.ck-content {
  p {
    a:link { color: #D9B770; }
a:visited { color: #D9B770; }
a:hover { color: #D9B770; }
a:active { color: #D9B770; }
  a:link {font-weight: bold;}
  }
}

.card1{
    max-width: 300px;
/*     min-height: 250px; */
     background: #02b875;
     padding: 20px;
      border-radius: 3px;
     box-sizing: border-box;
     color: #FFF;
     margin:10px;
/* box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px; */
}
 .card1:nth-child(2){
    background: #6aa2c01a;
}
 .card1:last-child{
    background: #673ab7;
}
 .card-title1{
     margin-top: 0;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 1.2px;
}
 .card-content1{
     font-size: 14px;
     letter-spacing: 0.5px;
     line-height: 1.5;
}
 .card-btn1{
     all: unset;
     display: block;
     margin-left: auto;
     border: 2px solid #FFF;
     padding: 10px 15px;
    /* border-radius: 25px;*/
     font-size: 10px;
     font-weight: 600;
     transition: all 0.5s;
     cursor: pointer;
     letter-spacing: 1.2px;
     background-color: black;
}
 .card-btn1:hover{
    color:#02b875;
    background: #FFF;
}
 .card1:nth-child(2) .card-btn:hover{
    color:#4181ee;
    background: #FFF;
}
 .card1:last-child .card-btn:hover{
    color:#673ab7;
     background: #FFF;
}




/*кнопка поделиться*/

.shareArticle {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 15px;
}
.shareSocial {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shareSocial {
    flex-flow: column;
  }
}
.shareSocial .socialTitle {
  margin: 0 15px 0 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .shareSocial .socialTitle {
    margin-bottom: 15px;
    text-align: center;
  }
}
.shareSocial .socialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
.shareSocial .socialList li {
  margin: 5px;
}
.shareSocial .socialList li:first-child {
  padding-left: 0;
}
.shareSocial .socialList li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  transition: 0.35s;
}
.shareSocial .socialList li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition: 0.35s;
}
.shareSocial .socialList li a:hover i {
  transform: scale(1.5) translate(-50%, -50%);
}
.shareSocial .socialList li:nth-child(1) a {
    background-color: #ffffff;
    color: #d9b770;
    border-style: solid;
    border-color: #d9b770;
}
.shareSocial .socialList li:nth-child(2) a {
    background-color: #ffffff;
    color: #d9b770;
    border-style: solid;
    border-color: #d9b770;
}
.shareSocial .socialList li:nth-child(3) a {
    background-color: #ffffff;
    color: #d9b770;
    border-style: solid;
    border-color: #d9b770;
}
.shareSocial .socialList li:nth-child(4) a {
    background-color: #ffffff;
    color: #d9b770;
    border-style: solid;
    border-color: #d9b770;
}
.shareSocial .socialList li:nth-child(5) a {
    background-color: #ffffff;
    color: #d9b770;
    border-style: solid;
    border-color: #d9b770;
}
.shareLink .permalink {
  position: relative;
  border-radius: 30px;
}
.shareLink .permalink .textLink {
  text-align: center;
  padding: 12px 60px 12px 30px;
  height: 45px;
  width: 450px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #494949;
  border-radius: 25px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  outline: 0;
  appearance: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .shareLink .permalink .textLink {
    width: 100%;
  }
}
.shareLink .permalink .textLink:focus {
  border-color: #d8d8d8;
}
.shareLink .permalink .textLink::selection {
  color: #fff;
  background-color: #333;
}
.shareLink .permalink .copyLink {
  position: absolute;
  top: 50%;
  right: 25px;
  cursor: pointer;
  transform: translateY(-50%);
}
.shareLink .permalink .copyLink:hover:after {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.shareLink .permalink .copyLink:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -40px;
  left: 50%;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease;
  text-align: center;
}
.shareLink .permalink .copyLink i {
  font-size: 20px;
  color: #d9b770;
}