header,
.header-container,
.header-container-parent,
.modal {
    z-index: 8;
}

.modal-form input[type="submit"] {
    border-radius: 8px;
    background: #FA601A;
    width: 538px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
@media screen and (max-width: 650px) {
    .modal-form input[type="submit"] {
        width: 100%;
    }
}

.services-content-top a {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width: 168px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FA601A;
    cursor: pointer;
}

.accordion:after {
    content: url("/local/templates/euroangar/img/arrow-down.png");
    transition: .3s;
}

.cart-contacts-block-form-bottom input{
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background: rgba(250, 96, 26, 1);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    width: 360px;
    height: 62px;
    padding-top: 3px;
    border-radius: 8px;
}

.btn-reset {
    background-color: transparent;
    color: #2C333D;
    font-size: 18px;
    gap: 10px;
    display: flex;
    line-height: 27px;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}