.modal-background-get-service-back {
    background: #00000073;
    backdrop-filter: blur(6px);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    align-items: center;
    justify-content: center;
}

.modal-background-get-service-back img {
    max-width: 656px;
}

.modal-background-get-service-back:before {
    content: "";
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(images/close-icon.png) no-repeat center center;
}

.modal-block-get-service-modal {
    z-index: 1201;
    display: none;
    flex-direction: column;
    padding: 8px 24px 24px;
    width: 450px;
    height: fit-content;
    box-shadow: 0 20px 25px -5px #0000000D;
    border-radius: 6px;
    position: fixed;
    background-color: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-block-get-service-modal .modal-top-block {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
}

.modal-block-get-service-modal .modal-top-block .close-modal-service-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-block-get-service-modal .modal-content-block {
    margin: 12px 0;
    padding-left: 20px;
}

.modal-block-get-service-modal .modal-content-block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-block-get-service-modal .modal-button-block {
    margin-top: 12px;
    width: fit-content;
}

.modal-block-get-service-modal .modal-button-block .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--footer-background);
    padding: 10px 22px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}