#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}
.popup-header {
     background: #1048b9;
    color: white;
    white-space: pre-line;
    line-height: 115%;
    padding: 10px 0;
    font-size: 25px;
}
#ouibounce-modal .modal {
       max-width: 440px;
width: 100%;
    height: auto;
    /* background-color: #f0f1f2; */
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
    background: white;
    border-radius: 16px;
    -webkit-animation: popin .3s;
    animation: popin .3s;
}
#ouibounce-modal .close {
    color: white;
}
#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}.popup-content {
    padding: 33px 61px;
}.modal .polit-descr {
    text-align: left;
}#ouibounce-modal button.submit {
    padding: 29px 0;
    margin-bottom: 15px;
    width: 100%;
}#ouibounce-modal input {
 text-align: center;
padding: 0;
}

.popup-header h3 {
      font-size: 42px;
    font-weight: 600;
    padding-top: 0px;
}
#ouibounce-modal .modal-body {
    font-size: .9em
}

#ouibounce-modal p {
    color: #344a5f
}

#ouibounce-modal .modal-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #a6becb;
    width: 60px;
    /* height: 30px; bottom: 0;*/
    left: 50%;
    margin-left: -30px;
    text-align: center;
    line-height: 30px;
    border-bottom-right-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
    z-index: 5;
    font-family: roboto, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    font-size: 30px;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


@media (max-width: 767px) {
	.popup-header h3 {
        font-size: 24px;
        font-weight: 600;
        padding-top: 8px;
    }.popup-content {
        padding: 27px 19px;
    }.popup-header {
        background: #1048b9;
        color: white;
        white-space: pre-line;
        line-height: 115%;
        padding: 8px 0;
        font-size: 15px;
    }
}