/* кнопка */
.complaint-button {
    font: 14px 'Exo 2', sans-serif;
    line-height: 18px;
    background: #e94742;
    box-shadow: 5px -5px 5px rgb(138 136 136 / 29%);
    position: fixed;
    left: -110px;
    top: 47%;
    color: white;
    transform: rotate(
            -90deg
    );
    font-size: 16px;
    z-index: 9999;
    border-top: #fff solid 1px;
    margin: 0;
    display: block;
}

.complaint-button-wrapper {
    height: 100%;
    position: relative;
    padding: 16px 0px;
    overflow: hidden;
}

.complaint-button a {
    color: white;
    text-decoration: none;
}

/* форма */
.mymodal-wrap-claim .modal-title {
    font-size: 18px;
}

.mymodal-wrap-claim .modal-body, .mymodal-wrap-claim h5 {
    font-size: 14px;
}

.claim-form label[for="name"]:after, .claim-form label[for="phone"]:after, .claim-form label[for="text"]:after, label.required:after {
    content: " *";
    color: red;
}

.claim-form textarea {
    max-height: 80px;
}

.claim-form .agreement_row {
    justify-content: left;
}

.claim-fixed .btn-default {
    display: none !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        max-width: 600px;
        margin: 30px auto;
    }
}

@media (max-width: 725px) {
    .complaint-button-wrapper {
        display: none;
    }
}

