.newsletter-icon{
    position: fixed;
    bottom: 10px;
    border-radius: 100%;
    width: 50px;
    left: 10px;
    z-index: 2;
}
.newsletter-icon img {
    border-radius: 100%;
    position: relative;
    top: 2px;
}
#newsletter-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
}
#newsletter-popup .close {
    color: #000000;
    float: right;
    font-size: 50px;
    font-family: 'sofia-pro-soft-regular';
    position: absolute;
    right: 15px;
    top: 10px;
}

#newsletter-popup .close:hover,
#newsletter-popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup-content {
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 16px;
    max-width: 1200px;
    margin: 5% auto;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.popup-content .logo{
    position: absolute;
    margin: 0;
    top: -20px;
}
.popup-left, .popup-right {
    flex: 1 1 50%;
    color: #05418A;
    padding: 20px;
}
.popup-left {
    text-align: center;
}
.popup-left img {
    max-width: 100%;
    height: auto;
    padding: 50px 0;
}
.popup-right > img{
    display: none;
}
.popup-right h2 {
    color: #05418A;
    font-size: 30px;
}
.popup-right h1 {
    color: #05418A;
    margin-bottom: 10px;
    font-size: 55px;
}

.popup-right p {
    font-size: 18px;
    margin-bottom: 15px;
}

.popup-right input[type="text"],
.popup-right input[type="email"] {
    width: 70%;
    padding: 24px;
    margin: 10px 0;
    font-size: 16px;
    border: 1px solid #05418A;
    border-radius: 25px;
    font-family: sofia-pro-soft;
    background: #fff url("../images/mail.png") no-repeat right 15px center;
    background-size: 25px 20px;
    padding-right: 45px;
    padding-left: 10px;
}
.popup-right input[type="text"]::placeholder,
.popup-right input[type="email"]::placeholder{
    color: #05418A;
}

.options {
    margin: 10px 0;
}

.options label {
    margin-right: 15px;
    font-size: 14px;
}

.popup-right button {
    background-color: #ffc800 !important;
    color: #05418A  !important;
    padding: 20px  !important;
    border: none  !important;
    cursor: pointer !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-family: sofia-pro-soft !important;
    font-size: 25px !important;
}
.popup-right form p{
    font-size: 12px;
}
.no-thanks {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #05418A;
    text-decoration: underline;
    border: 2px solid #FFC800;
    padding: 5px;
}
@media screen and (max-width: 767px){
    .popup-left{
        display: none;
    }
    .popup-right > img{
        display: block;
        width: 60%;
        margin: auto;
    }
    .popup-content{
        flex-wrap: wrap;
        text-align: center;
        width: 80%;
        min-width: 350px;
        position: relative;
        margin: 2% auto;
        padding: 50px 0;
    }
    .popup-content .logo{
        bottom: -20px;
        right: 10px;
        top: unset;
    }
    .popup-content .logo img{
        width: 100px;
    }
    .popup-right h1{
        font-size: 50px;
    }
    .popup-right p{
        font-family: 'sofia-pro-soft-regular';
        text-align: left;
    }
    .no-thanks{
        float: left;
    }
    .popup-right button{
        padding: 15px !important;
        font-size: 20px !important;
    }
    .popup-right input[type="text"],
    .popup-right input[type="email"]{
        width: 80%;
    }
    #newsletter-popup .close {
        font-size: 40px;
    }
}
@media screen and (max-width: 525px){
    .popup-content h2{
        font-size: 21px;
        text-align: left;
    }
}
