/* Start - Magnific popup style classes */

.offer-other-lang-sites-popup {
    background-color: white;
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 418px;
    border-radius: 8px;
    font-family: "Secular One" !important;
    font-weight: 400 !important;
    text-align: center;
}

.offer-other-lang-sites-popup .mfp-close {
    /*display: none;*/
    right: initial;
}

.offer-other-lang-sites-popup .close-popup-btn {
    background: transparent;
    border: none;
}

.offer-other-lang-sites-popup .btn-container {
    display: flex;
    justify-content: flex-end;
    /*color: #333;*/
}

.offer-other-lang-sites-popup .popup-title {
    color: black;
    text-align: center;
    /*padding-top: 10px;*/
    font-size: 30px;
    /*font-family: "Secular One";*/
    font-family: "Secular One" !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

.offer-other-lang-sites-popup .popup-message {
    text-align: center;
    color: black;
    /*padding-top: 10px;*/
    font-size: 16px;
    /*font-size: 20px;*/
    /*width: 100%;*/
    /*max-width: 366px;*/
}

.offer-other-lang-sites-popup .popup-homepage-url {
    /*margin-top: 20px;*/
    display: inline-block;
    margin: 35px auto;
    padding: 10px 20px;
    /*margin-bottom: 45px !important;*/
    /*width: 100%;*/
    /*max-width: 80px;*/
    background-color: #00763A;
    border-radius: 30px;
    color: white;
    text-decoration-style: none;
    size: 14px;
}

.offer-other-lang-sites-popup .site-logo-container {
    text-align: center;
}

.offer-other-lang-sites-popup .site-logo {
    /*height: 99px;*/
    /*height: auto;*/
    /*width: 80%;*/
    width: 80%;
    max-width: 318.76px;
    /*padding: 30px;*/
    /*padding-bottom: 20px;*/
    padding: 65px 30px 20px 30px;
}

@media (max-width: 900px) {
    .mfp-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
/* End - Magnific popup style classes */