.remodal-close {
    color: white;
    font-weight: 600;
    border-radius: 8px;
    transition: ease-out 0.2s;
}

.remodal-close:hover {
    color: white;
    font-weight: 600;
    background-color: darkred;
    transition: ease-out 0.2s;

}


@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 550px;
    }
}

.remodal {
    /*background: linear-gradient(30deg, rgba(255,66,229,0.8) 0%, rgba(117,48,147,0.8) 71%);*/
    background: transparent;
    color: #fff!important;
    padding: 0px;
    transition: ease-out 1s;

}

.remodal p {
    color: #fff!important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.insta-telegram {
    margin: 15px 0 15px 0;
    width: 100%;
    float: left;
    cursor: pointer!important;
}

@media only screen and (max-width: 360px) {
    .insta-telegram {
        display: block;
        width: 100%;
    }
    .insta-telegram img {
        width: 150px;
    }
}
