

/* Start:/local/templates/ava/styles.css?17018720823*/
﻿
/* End */


/* Start:/local/templates/ava/template_styles.css?17018720822433*/
{

}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    position: relative !important;
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.section-title h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e03a3c;
    bottom: 0;
    left: calc(50% - 25px);
}

#header {
    flex-wrap: wrap;
    box-shadow: 1px 1px 5px 0px rgba(92, 99, 106, 0.61);
}

#panel {
    width: 100%;
}

.form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
    margin: 20px;
}

.form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.form .error-message br + br {
    margin-top: 25px;
}

.form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

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

.form input, .form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.form input:focus, .form textarea:focus {
    border-color: #111111;
}

.form input {
    padding: 10px 15px;
}

.form textarea {
    padding: 12px 15px;
}

.form button[type=submit] {
    background: #e03a3c;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.form button[type=submit]:hover {
    background: #e35052;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End */
/* /local/templates/ava/styles.css?17018720823 */
/* /local/templates/ava/template_styles.css?17018720822433 */
