#ouibounce-modal {
    font-family: sans-serif;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

@-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
    }
}

.over-window {
    font-family: sans-serif;
    width: 650px;
    z-index: 9999;
    padding: 10px 0 0;
    cursor: default;
    background: #fff none repeat scroll 0% 0%;
    position: fixed;
    border: 3px solid #3e3e3e
}

.ex-logo {
    color: #111;
    font-family: sans-serif;
    font-size: 28px;
    line-height: 38px;
    margin: 15px auto 10px;
    padding: 0 15px;
    text-align: center;
    font-weight: 700 !important
}

.footer-button {
    color: #ae1210;
    font-family: sans-serif;
    font-size: 46px;
    line-height: 56px;
    margin: 5px auto 0;
    padding: 0 15px;
    text-align: center
}

.footer-button a {
    font-family: sans-serif;
    cursor: pointer;
    border: none;
    display: block;
    margin: 5px auto 10px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    font-weight: 400;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px;
    width: 380px
}

.footer-button a:hover {
    background: #e75c4e
}

.footer-button a:hover {
    color: #fff
}

.ppubtxt {
    font-family: sans-serif;
    text-align: center !important;
    font-size: 18px;
    margin-bottom: 10px;
    width: 650px;
    padding: 0;
    color: #111;
    margin-top: 0
}

.exitprod-img {
    width: 230px;
    margin: 15px 15px 0;
    float: left;
    text-align: center
}

.exit-form {
    width: 370px;
    float: left
}

.exit-form-text {
    margin: 10px 0 20px
}

.exit-form-text .subhead {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: #782b2b
}

.exit-form-text .subhead ul {
    list-style: outside none none;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 10px
}

.exit-form-text .subhead ul li {
    background: transparent url(https://previewpreland.name/sidorov-dchat-kavkazmaz/images/bul.png) no-repeat scroll 0 10px;
    margin-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left
}

.close-ex {
    height: 52px;
    width: 52px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -26px;
    background: url(https://previewpreland.name/sidorov-dchat-kavkazmaz/images/close.png) no-repeat
}

.clr {
    clear: both
}

.exitprod-img img {
    margin: 0 auto !important
}