/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 09:31:07 */
/* Скрываем блоки на мобильных устройствах на страницах одиночных записей */
@media only screen and (max-width: 768px) {
body.single .logo,
body.single-post .logo {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

body.single .tel_slog,
body.single-post .tel_slog {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Если классы используются вместе как .resp_title_new.mobile */
body.single .resp_title_new.mobile,
body.single-post .resp_title_new.mobile,
/* Или если классы раздельные */
body.single .resp_title_new,
body.single .mobile,
body.single-post .resp_title_new,
body.single-post .mobile {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
body.single .top_bar_left.clearfix,
body.single-post .top_bar_left.clearfix {
    height: 1px !important;
}
#Subheader {
   padding: 10px 0 !important;
}
}

