/*---------------------------------------
  Modal
-----------------------------------------*/

.modal-inform .modal-content {
    background-color: transparent;
}

.modal-content {
    border-radius: 24px;
    border: 0;
    margin: 0 10px;
}

.modal .btn-close-popup {
    float: right;
    color: #000;
    background: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: -40px;
}

.modal .btn-close.static {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-bottom: 15px;
}

.modal-inform img {
    border-radius: 10px;
}

.modal-inform .modal-dialog {
    max-width: 800px;
}

.modal-body a .img-mobile {
    display: none;
}

@media (max-width: 425px) {
    .modal-body a .img-mobile {
        display: block;
        width: 100%;
    }
    .modal-body a .img-desktop {
        display: none;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .modal-inform .modal-dialog {
        max-width: 600px;
    }
}
