/*
 * 
 * Тема : 
 *
 * 
 */


/*
 * -----------------------------------------------------------------------------
 *
 * Шапка страницы.
 *
 * -----------------------------------------------------------------------------
 */


#iblock-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    background-color: #f0f0f0;
    color: #fff;
}

#iblock-header .blackout {
    background: linear-gradient(to top, rgba(0,0,0,.95), rgba(0,0,0,.55));
}

#iblock-header .container {
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-direction: column;
    flex-direction: column;
    
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -ms-flex-pack: end;
    justify-content: flex-end;
    
    min-height: 520px;
    
    padding-top: 3rem;
    padding-bottom: 3rem;
}


#iblock-header .iblock-title {
    font-size: 14px;
}

#iblock-header .t1 {
    margin: 0;
    
    line-height: 1.1;
    font-weight: 800;
    
    font-size: 2.25em;
}

#iblock-header .t2 {
    margin-top: .75rem;
    
    font-weight: 700;
    font-size: 1.5em;
}

#iblock-header .t3 {
    max-width: 480px;
    margin-top: 2rem;
    
    font-size: 1em;
}

#iblock-header .buttons {
    margin-top: 2rem;
}

#iblock-header .button {
    max-width: 240px;
}

#iblock-header .button + .button {
    margin-top: 1rem;
}

#iblock-header .button .btn {
    width: 100%;
}

#iblock-header .button .btn-call {
    font-size: 18px;
}

@media (min-width: 520px) {
    
    #iblock-header .t1 {
        font-size: 2.5em;
    }
}

@media (min-width: 576px) {
    
    #iblock-header .iblock-title {
        font-size: 16px;
    }
    
    #iblock-header .buttons {
        display: -ms-flexbox;
        display: flex;
        
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        
        margin-top: 2rem;
    }
    
    #iblock-header .button + .button {
        margin-top: 0;
        margin-left: 1rem;
    }
}

@media (min-width: 768px) {
    
    #iblock-header .iblock-title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    
    #iblock-header .iblock-title {
        font-size: 18px;
    }
    
    #iblock-header .t1 {
        font-size: 3em;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * .
 *
 * -----------------------------------------------------------------------------
 */

