.c-loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.7) url('./images/loading.gif') center no-repeat;
    z-index: 2;
    display: none;
}

.c-title {
    font-size: 3.8rem;
}

.c-redLine_title {
    padding-right: 140px;
}

.c-main .btn-more {
    margin: 15px auto 0 auto;
    height: 40px;
    line-height: 40px;
    background: #881e1e;
    border: none;
    border-radius: 2px;
    width: 200px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

.c-main .btn-more:hover {
    background: #750e0e;
}

.c-firstBlock .slides {
    width: 100%;
}

.c-gallery figure {
    margin: 0;
}

.c-content p {
    line-height: 25px;
}

.c-content p.c-letter:before {
    content: attr(data-letter);
    margin-right: 15px;
    float: left;
    display: inline-block;
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cb2525;
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width: 450px) {
    [class*=col-xs-] {
        display: block;
        float: none;
        width: 100%;
    }
}

.c-dropDown {
    width: 200px;
}

.c-dropDown a {
    display: block;
}
.c-footer_bottom{
    position: relative;
    z-index: 1111;
}