
.generic-modal .modal-content,
.contact-modal .modal-content{
    padding: 32px;
}

.generic-modal .modal-body,
.contact-modal .modal-body{
    padding: 0;
}

.contact-modal .modal-body{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popup-title, .contact-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    margin-bottom: 16px;
}

.contact-title{
    margin-bottom: 0;
}

.popup-title h3{
    color: var(--color_1);
    font-family: var(--fonts-primary);
    font-size: var(--font-lg);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-title svg,
.contact-title svg{
    cursor: pointer;
}

.generic-modal .modal-body iframe{
    max-height: 700px;
}

.contact-title h3.text-wrapper{
    color: var(--grey_04);
    font-family: var(--fonts-primary);
    font-size: var(--font-xs);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 768px) {

    .generic-modal{
        width: 100%;
        max-width: 800px;
    }

    .generic-modal .modal-body iframe{
        max-height: 900px;
    }

    .contact-modal{
        width: 100%;
        max-width: 420px;
    }
}

@media (min-width: 1100px) {

    .generic-modal{
        width: 100%;
        max-width: 1050px;
    }

}

@media (min-width: 1300px) {

    .generic-modal{
        width: 100%;
        max-width: 1280px;
    }


}
