/*
* win
*/
#win.style_exit_notice {
    margin-top: 50px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center -183px !important;
    background-image: url(https://cdn.wholeworld.org/new/exit_notice/exit_notice-5y-bg3.png) !important;
    /*background-image:    url(https://cdn.wholeworld.org/black_friday/exit_notice-bg.png) !important;*/
}

#win.style_exit_notice .contentWrap>.content {
    padding: 0 !important;
}

#win.style_exit_notice .contentWrap>.content>div[data-title]:before {
    top: -65px !important;
}

/* win */

/*
* -modal
*/
#exit_notice-modal {
    display: none;
    width: 839px;
    height: 565px;
}

#exit_notice-modal a,
#exit_notice-modal a * {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#exit_notice-modal .wrapper {
    padding-left: 5px;
    position: relative;
    top: 15px;
}

#exit_notice-modal .wrapper .icon {
    position: relative;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /*width:               402px;*/
    height: 180px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image:    url(https://cdn.wholeworld.org/black_friday/logo.png) !important;*/
}

#exit_notice-modal .wrapper .icon .text {
    /*display:       none;*/
    /*display:       inline-block;*/
    position: relative;
    left: 15px;
    top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #5e5d62;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Bookman Old Style', 'Roboto';
}

#exit_notice-modal .wrapper .icon .text span {
    position: relative;
}

#exit_notice-modal .wrapper .icon .bg {
    width: calc(100% - 40px);
    height: 90px;
    position: absolute;
    left: 0;
    top: -15px;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    opacity: .85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -o-opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
}

#win.style_exit_notice.ru .wrapper .icon {
    /*background-image: url(https://cdn.wholeworld.org/new/exit_notice/exit_notice-5y-icon-ru.png);*/
}

#win.style_exit_notice.en .wrapper .icon {
    /*background-image: url(https://cdn.wholeworld.org/new/exit_notice/exit_notice-5y-icon-en.png);*/
}

#exit_notice-modal .text-1 {
    position: relative;
    top: -3px;
    margin-top: -18px;
    padding-left: 35px;
    /*position:     relative;*/
    /*top:          10px;*/
    color: #66b05a;
    color: #f2612b;
    font-family: 'Bookman Old Style', 'Roboto';
    font-size: 82px;
    text-align: center;
    font-weight: 600;
}

#exit_notice-modal .text-2 {
    margin-top: 25px;
    color: #5e5d62;
    /*color:       #fff;*/
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}

#exit_notice-modal .text-3 {
    margin-top: 5px;
    color: #5e5d62;
    /*color:      #fff;*/
    font-size: 23px;
    text-align: center;
}

#exit_notice-modal .text-4 {
    margin-top: 47px;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

#exit_notice-modal .links {
    margin-top: 42px;
    text-align: center;
}

#exit_notice-modal .links a {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px;
}

/* -modal */
