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

#site-header {
    margin-top: 30px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #909090;
}

#site-header .inner {
    padding: 240px 0 10px;
    background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.1) 100%);
}

#site-header .row {
    -ms-flex-pack: center;
    justify-content: center;
    
    margin-right: -10px;
    margin-left: -10px;
}

#site-header .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
    margin-bottom: 10px;
    
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    #site-header .col {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #site-header .inner {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

        -ms-flex-direction: column;
        flex-direction: column;

        -ms-flex-pack: end;
        justify-content: flex-end;
        
        min-height: 420px;
        padding: 20px 0;
    }
}
@media (min-width: 1200px) {
    #site-header .inner {
        min-height: 480px;
    }
}



/*
@media (min-width: 768px) {
    #site-header .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    #site-header .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
*/

#site-header .item {
    height: 100%;
    min-height: 50px;
}

#site-header .item .nav-link {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -ms-flex-direction: column;
    flex-direction: column;
    
    -ms-flex-pack: center;
    justify-content: center;
    
    height: 100%;
    padding: 10px 10px 15px;
    
    text-decoration: none;
    text-align: center;
    color: #000;
    
    background-color: #fff;
    border-radius: 9px;
}

#site-header .item .nav-link:not(.current):hover {
    text-decoration: underline;
}

#site-header .item .nav-link.current {
    color: #fff;
    background-color: #f0473e;
}


@media (min-width: 576px) {
    #site-header .item {
        width: 245px;
    }
}

@media (min-width: 768px) {
    #site-header .item {
        width: 216px;
    }
}
@media (min-width: 992px) {
    #site-header .item {
        width: 217px;
    }
}
@media (min-width: 1200px) {
    #site-header .item {
        width: 262px;
    }
    
}

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

#site-content {
    padding: 0 0 60px;
}


#site-content .row {
    margin-top: 30px;
}

#site-content .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #site-content .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#site-content .item {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    margin-bottom: 30px;
}

#site-content .item .image {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    
    padding-top: 5px;
}
#site-content .item .text {
    padding-left: 30px;
    line-height: 1.3;
}


#site-content .slogan {
    margin-top: 30px;
    line-height: 1.5;
}

#site-content .slogan .t1,
#site-content .slogan .t2 {
    display: inline;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
#site-content .slogan .t1 span,
#site-content .slogan .t2 span {
    color: #f0473e;
}

#site-content .slogan button {
    margin-top: 30px;
}

@media (min-width: 576px) {
    #site-content .slogan .t1,
    #site-content .slogan .t2 {
        display: block;
    }
    #site-content .slogan button {
        margin-top: 0;
    }
}




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



#site-footer {
    padding: 40px 0 0;
    
    color: #fff;
    
    background-color: #363636;
}

#site-footer .copyright-group {
    margin-top: 40px;
    padding: 20px 0;
    
    font-size: 12px;
    
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    
    background-color: #202020;
}



#site-footer .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 768px) {
    #site-footer .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

#site-footer .items {
    
}

#site-footer .item {
    
}

#site-footer .item .nav-link {
    display: block;
    
    max-width: 280px;
    
    margin: 0 -10px;
    padding: 10px 10px;
    
    text-decoration: none;
    color: #fff;
}

#site-footer .item .nav-link:not(.current):hover {
    text-decoration: underline;
}

#site-footer .item .nav-link.current {
    color: #f0473e;
}

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


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}