.accordion {
    background-color: #fefffa;
    margin: 50px auto;
    border-top: 3px solid #000;
    line-height: 1.6;
    box-shadow: 5px 5px 10px 0px #d7d7d7;
}

.accordion__item {
    border-bottom: 1px solid #dce7eb;
}

.accordion__title {
    padding: 15px 15px 15px 40px;
    display: block;
    position: relative;
    font-weight: 400;
}
.accordion__title::before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
    color: #000000;
}

.accordion__title h5 {
    border-bottom: 1px solid #fefffa;
    display: inline-block;
    font-size: 16px;
}

.accordion__title:hover,
.accordion__title:focus {
    cursor: pointer;
    outline: none;
}
.accordion__title:hover h5,
.accordion__title:focus h5 {
    border-bottom-color: #a8bdc4;
    display: inline-block;
}

.is-expanded .accordion__title::before {
    content: "\f056";
}

.accordion__content-inner {
    padding: 0 40px 10px 40px;
}

.accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
}
.block-form-questions input[type="submit"]:hover {
    opacity: 0.6;
}
.block-form-questions input[type="submit"]  {
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    width: 200px;
    border-radius: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    background: #000;
    font-family: 'TT Norms', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: .45s cubic-bezier(.23, 1, .32, 1);
    -o-transition: .45s cubic-bezier(.23, 1, .32, 1);
    transition: .45s cubic-bezier(.23, 1, .32, 1);
}
.block-form-questions .form-control.has-error {
    border-bottom: 2px solid #ff0000;
}
.form-item.error {
    color: #ff0000;
}
.block-form-questions input.form-control  {
    border: 2px solid #f3f3f3;
    background: none;
    border-radius: 0;
}
.block-form-questions label {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 2px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
    display: block;
}
.error-form {
    color: red;
}
.form-item.succes {
    color: green;
    margin-top: 40px;
}
.block-form-questions {
    position: relative;
}
.block-form-questions .form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.block-form-questions textarea.form-control {
    border: 2px solid #f3f3f3;
    background: none;
    border-radius: 0;
}

@media (max-width: 990px) {
    .hamburger {
        top: 79%;
    }
}

@media (max-width: 768px) {
    .hamburger {
        top: 79%;
    }
}
