html, body {height: 100%; width: 100%; font-size: 16px;}
body {font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 400; font-style: normal; color: #2b2a29; line-height: 22px; overflow-x: hidden;}


/* --- TYPOGRAPHY --- */


a {
    color: #b72c3c;
    text-decoration: underline;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
a:hover, a:focus {
    color: #2f80ed;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #b72c3c;
    font-family: "Exo 2", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.help-block {
    display: none;
}

h1, .h1 {
    font-size: 24px;
}
h1.big, .h1.big {font-size: 36px;}

    h1 small, .h1 small {
        font-size: 24px;
    }

h2, .h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
}
h2.small, .h2.small {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

h3, .h3 {
    margin-bottom: 16px;
    font-size: 24px;
}
h4, .h4 {
    margin-bottom: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
h5, .h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

@media(min-width: 1200px) {
    h1, .h1, h1.big, .h1.big {font-size: 64px;}
    h1.small, .h1.small {font-size: 48px;}

        h1 small, .h1 small {font-size: 48px;}

    h2.small, .h2.small {
        font-size: 36px;
        font-weight: 500;
        line-height: 50px;
    }

    h3, .h3 {font-size: 24px;}
}

.text-default {color: #2b2a29 !important;}
.text-primary {color: #b72c3c !important;}

/* --- BUTTONS --- */

.btn {
    padding: 9px 30px 10px;
    background-image: linear-gradient(to right, #b72c3c, #8d2630);
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff !important;
    font-family: "Exo 2", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    text-decoration: none;
}
.btn:hover, .btn:focus {
    background-image: linear-gradient(to right, #de3b4e, #c12534);
}

.btn-lg {
    padding: 10px 30px 12px;
}

.btn-xs {
    padding: 7px 45px 8px;
    font-size: 16px;
}

    .btn svg {
        vertical-align: middle;
        fill: #ffffff;
    }
    .btn svg:first-child {margin-right: 15px; height: 18px;}
    .btn svg:last-child {margin: 0 0 -2px 15px; height: 8px;}

    .btn span {
        vertical-align: middle;
        line-height: 1.5;
    }

/* --- BREADCRUMBS --- */

.breadcrumb {
    padding: 0;
    background-image: linear-gradient(to right, #f3f3f3 14.39%, #ffffff 100%);
    border-radius: 0;
}

    .breadcrumb li {
        font-size: 14px;
        line-height: 19px;
        white-space: nowrap;
    }
    .breadcrumb-item+.breadcrumb-item::before {display: none;}
    .breadcrumb-item+.breadcrumb-item {padding-left: 0;}
    .breadcrumb-item.active {
        padding: 10px 30px 11px 35px;
        color: #2b2a29;
    }


        .breadcrumb li a {
            padding: 10px 30px 11px;
            display: block;
            position: relative;
            background-color: #b72c3c;
            color: #ffffff;
            text-decoration: none!important;
        }
        .breadcrumb li a:hover {color: #2b2a29;}
        .breadcrumb li a.prime {background-color: #2b2a29;}
        .breadcrumb li a.prime:hover {color: #b72c3c;}
        .breadcrumb li a:after {
            content: ' ';
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 25;
            border-top: 20px solid transparent;
            border-left: 5px solid #b72c3c;
            border-bottom: 20px solid transparent;
        }
        .breadcrumb li a.prime:after {border-left-color: #2b2a29;}

@media(min-width: 1200px) {
    .breadcrumb li {
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumb-item.active {padding: 10px 70px 10px 82px;}

        .breadcrumb li a {
            padding: 10px 70px;
        }
        .breadcrumb li a:after {
            border-top: 21px solid transparent;
            border-left: 12px solid #b72c3c;
            border-bottom: 21px solid transparent;
        }
}

/* --- COVERS --- */

.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    transition: background-color 0.4s ease-in-out;
}

/* --- FORMS --- */

.form-group {
    margin-bottom: 24px;
}

label {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, .form-control, select.form-control:not([size]):not([multiple]) {
    padding: 0 15px;
    height: 40px;
    background: #ffffff !important;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 7px;
    box-shadow: none;
    color: #2b2a29 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/*input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, textarea:focus, .form-control:focus,
.has-error > input[type="text"], .has-error > input[type="password"],
.has-error > input[type="email"], .has-error > textarea, .has-error > .form-control {border-bottom-color: #c62828;}*/

textarea, textarea.form-control {
    padding-top: 10px;
    min-height: 120px;
    overflow: hidden;
}

.form-control::-webkit-input-placeholder {color: rgba(43, 42, 41, .3);}
.form-control::-moz-placeholder {color: rgba(43, 42, 41, .3);}
.form-control:-moz-placeholder {color: rgba(43, 42, 41, .3);}
.form-control:-ms-input-placeholder {color: rgba(43, 42, 41, .3);}

.phone-group {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

    .phone-group .form-control {
        padding-left: 55px;
        height: 48px;
        width: 220px;
        border: 0;
    }

    .phone-group svg {
        height: 18px;
        position: absolute;
        top: 16px;
        left: 28px;
        z-index: 25;
        fill: #2b2a29;
    }

.phone-group .form-control::-webkit-input-placeholder {color: #2b2a29;}
.phone-group .form-control::-moz-placeholder {color: #2b2a29;}
.phone-group .form-control:-moz-placeholder {color: #2b2a29;}
.phone-group .form-control:-ms-input-placeholder {color: #2b2a29;}

.check-group {
    margin-bottom: 24px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
}

    .check-group > div {
        flex-shrink: 0;
    }

    .check-group label {
        font-size: 14px;
        line-height: 19px;
    }

.datetime-group {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
}

    .datetime-group .form-control {
        padding-right: 55px;
        max-width: 270px;
    }

    .datetime-group svg {
        height: 16px;
        position: absolute;
        top: 37px;
        right: 23px;
        z-index: 25;
        fill: #2b2a29;
    }

.has-error > input[type="text"], .has-error > input[type="password"],
.has-error > input[type="email"], .has-error > textarea, .has-error > select, .has-error select.form-control:not([size]):not([multiple]), .has-error > .form-control {
    background: #FFF3F3 !important;
}

@media (min-width: 576px) {
    .phone-group {
        margin: 0 36px 0 0;
    }
}
@media (min-width: 768px) {
    .form-group:not(.text-group) {
        display: flex;
        display: -ms-flex;
        align-items: center;
        -ms-flex-align: center;
    }

        .form-group:not(.text-group) label {
            width: 170px;
            flex-shrink: 0;
        }

    .text-group label, .datetime-group label {
        margin-bottom: 10px;
    }

    .datetime-group svg {
        top: 47px;
    }
}

/* --- OTHER CLASSES --- */

.nowrap {
    white-space: nowrap;
}

/*.has-error .help-block {
    text-align: left;
    font-size: 12px;
    color: #ff0000;
    padding: 5px 0 0 11px;
}

.icheckbox_square-green, .iradio_square-green {
    margin-left: -30px;
    margin-right: 5px;
}*/
