.main-reclamations {
    padding: 4rem 0;
}
main.main.main-reclamations .section-top {
    margin-bottom: 40px;
}
main.main.main-reclamations h3 {
    color: #000000;
    font-family: "Staatliches";
    font-size: 28px;
    margin-bottom: 30px;
}
.reclamations-header h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.reclamations-intro p {
    font-size: 16px;
    margin-bottom: 1rem;
}
.reclamations-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
.reclamations-list li {
    margin-bottom: 1rem;
}
.reclamations-actions .btn {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    font-weight: 500;
}
.btn--primary {
    background-color: #04A4CC;
    color: #ffffff;
}
.btn--secondary {
    background-color: #444444;
    color: #ffffff;
}
.reclamations-form {
    margin-top: 3rem;
}
.reclamations-intro .content-local {
    margin-bottom: 30px;
}
.reclamations-intro .content-mini-desc {
    background: #003049;
    padding: 33px 40px;
    color: #fff;
    font-family: Raleway, sans-serif;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.reclamations-intro .content-mini-desc h4 {
    color: #FFFFFF;
    font-family: Staatliches, cursive;
    font-size: 24px;
    margin-bottom: 20px;
}
.reclamations-intro .content-address {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.reclamations-intro .content-address-left,
.reclamations-intro .content-phone {
    flex: 1;
}
.reclamations-intro .content-phone i {
    color: #FF8200;
    margin-right: 10px;
}
.btn-read-more {
    border-radius: 30px;
    background-color: #FF8200;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    transition: background .3s;
}
.btn-read-more:hover {
    background-color: #F66B1C;
}
@media (max-width: 991px) {
    .reclamations-intro .content-address {
        flex-direction: column;
    }
}
.reclamations-intro .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.reclamations-intro .row > [class*="col-"] {
    padding: 0 15px;
    display: flex;
    margin-bottom: 30px;
}
.reclamations-intro .content-local {
    flex: 1;
    display: flex;
}
@media (max-width: 767px) {
    .reclamations-intro .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.fa-phone:before, .fa-envelope:before {
    color: #ff8200;
}
