.b1t-soir-custom-html-header-title {
    min-width: 320px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
    opacity: 0;
}

body.page-loaded .b1t-soir-custom-html-header-title {
    opacity: 1;
}

/*
  Ячейки 
*/

.b1t-soir-custom-html-header-title .title-cell,
.b1t-soir-custom-html-header-title .menu-cell {
    padding: 50px 0px;
}

.b1t-soir-custom-html-header-title .menu-cell {
    width: 300px;
    padding: 25px 0px;
    padding-left: 30px;
}

html.main-page .b1t-soir-custom-html-header-title .menu-cell {
    padding: 50px 0px;
}

.b1t-soir-custom-html-header-title .title-cell {
    vertical-align: top;
    padding-top:30px;
}

.b1t-soir-custom-html-header-title.breadcrumb-disabled-Y .title-cell {
    vertical-align: middle;
    padding-top:50px;
}

html.main-page .b1t-soir-custom-html-header-title .title-cell {
    vertical-align:middle;
    padding-top:50px;
}

/*
  Заголовок 
*/

.b1t-soir-custom-html-header-title .title {
    position: relative;
    padding-right: 25px;
}

.b1t-soir-custom-html-header-title .title .logo-cell {
    width: 90px;
    vertical-align: top;
}

.b1t-soir-custom-html-header-title .title .logo {
    width: 55px;
    position: relative;
    top: 5px;
}

.b1t-soir-custom-html-header-title .title h1 {
    margin: 0px;
}

html.main-page .b1t-soir-custom-html-header-title .title h1 {
    max-width: 480px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-soir-custom-html-header-title .title .logo-cell {
        width: 80px;
    }
    
    .b1t-soir-custom-html-header-title .title .logo {
        width: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-soir-custom-html-header-title .title .logo-cell {
        width: 65px;
    }
    
    .b1t-soir-custom-html-header-title .title .logo {
        width: 40px;
    }
    
    .b1t-soir-custom-html-header-title .title-cell,
    .b1t-soir-custom-html-header-title .menu-cell {
        padding: 40px 0px;
    }
    
    .b1t-soir-custom-html-header-title .title-cell {
        padding-top:25px;
    }

    html.main-page .b1t-soir-custom-html-header-title .title-cell {;
        padding-top:40px;
    }
    
    .b1t-soir-custom-html-header-title .menu-cell {
        width: 300px;
        padding: 15px 0px;
        padding-left: 30px;
    }
   

    html.main-page .b1t-soir-custom-html-header-title .menu-cell {
        padding: 40px 0px;
        padding-left: 30px;
    }
    
}

@media (max-width: 767px) {
    
    .b1t-soir-custom-html-header-title {
        border-bottom: 0px;
    }
    
    .b1t-soir-custom-html-header-title .title {
        padding-right: 0px;
    }
    
    .b1t-soir-custom-html-header-title .title .logo-cell {
        width: 45px;
    }
    
    .b1t-soir-custom-html-header-title .title .logo {
        width: 30px;
        top: 2px;
    }
    
    .b1t-soir-custom-html-header-title .title-cell,
    .b1t-soir-custom-html-header-title .menu-cell,
    html.main-page .b1t-soir-custom-html-header-title .menu-cell{
        display: block;
        padding: 25px 0px;
    }
    
    .b1t-soir-custom-html-header-title .title-cell {
        padding-top:20px;
    }

    html.main-page .b1t-soir-custom-html-header-title .title-cell {;
        padding-top:25px;
    }
    
    .b1t-soir-custom-html-header-title .menu-cell,
    html.main-page .b1t-soir-custom-html-header-title .menu-cell{
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        padding-left: 0px;
    }
    
    .b1t-soir-custom-html-header-title .menu-cell {
        display: none;
    }
    
    html.main-page .b1t-soir-custom-html-header-title .menu-cell {
        display: block;
    }
    
}