body.popuped {
    overflow: hidden;
}
.popup_over {
    position:           fixed;
    left:               0;
    top:                0;
    right:              0;
    bottom:             0;
    background-color:   rgba(0, 0, 0, .5);
    opacity:            1;
    z-index:            9000;
    display:            none;
    overflow-y:         scroll;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition:    all 200ms ease-in-out;
    -o-transition:      all 200ms ease-in-out;
    transition:         all 200ms ease-in-out;
}
.popup_div {
    position: relative;
    max-width: 1000px;
    min-width: 270px;
    border: 0;
    box-shadow: 0px 0px 80px 5px rgba(0,0,0,0.7);
    background-color: #fff;
    margin: 100px auto 100px;
}
.popup_div, .style-new {
    width: 560px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
}
.popup_close_link {
    position:        absolute;
    top:             8px;
    right:           8px;
    width:           16px;
    height:          16px;
    text-decoration: none;
    z-index:         10;
    cursor:          pointer;
}
.popup-register .popup_close_link {
    color: #FFF;
}
.popup_close_link.red_x {
    color: red;
}
.popup_close_link:hover {
    text-decoration: none;
}
.popup_close {
    display: block;
    font-size: 18px;
    color: #6C6C6C;
}
.popup_close:hover {

}

.freeviews_popup_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F22074;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 300;
    border-radius: 10px 10px 0 0;
}
#popup_content .referer {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
}
.popup_title {
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    margin: 0 30px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #c3c3c3;
}
.popup_content {
    text-align: left;
    margin: 0;
}
.popup_content .outer {
    padding: 30px;
}

.popup_content_wrap,
.popup_div.wrapped .popup_content
{
    padding: 10px 20px 20px;
}

.style-new .popup-footer {
    border-top: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding: 25px 60px;
    margin: 0 -30px -30px -30px;
}

.style-new.popup-video {
    width: 642px;
}

.popup_over.hidden {
    opacity: 0!important;
}

.popup_div.mini {
    width: 270px;
}
.popup_div.mini .popup_title {
    font-size: 14pt;
    background: #1A73AA;
    color: #fff;
    font-weight: normal;
    margin-top: -24px;
    padding: 3px;
    text-align: left;
}
.popup_div.mini .popup_content {
    margin: 0;
}

.popup_div.video {
    max-width: 853px;
    min-width: 853px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.popup_div.video .popup_close_link {
    margin-right: -20px;
}
.popup_div.video .popup_close {
    width: 20px;
    height: 20px;
    background-size: cover;
}
.popup_div.video .popup_content {
    margin-top: 12px;
}

.popup_content_wrap,
.popup_div.wrapped .popup_content {
    padding: 10px 20px 20px;
}
.style-new {
    width:      560px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
}
#popup_over .style-new h2{
    margin-top: 1em;
}
#popup_over .style-new p{
    margin-bottom: 1em;
}
#popup_over .light{
    color:            #000;
    font-weight:      300;
    background-color: transparent;
}
#popup_over .style-new p:last-of-type{
    margin-bottom: 0;
}

#popup_over #login-form,
#popup_over #register-form{
    border-radius: 10px;
}
#popup_over #login-form div:nth-child(1),
#popup_over #register-form div:nth-child(1) {
    border-radius: 10px 10px 0 0;
}

#popup_over #login-form div:nth-child(3),
#popup_over #register-form div:nth-child(3) {
    border-radius: 0 0 10px 10px;
}

.style-new .popup_title {
    font-size:     18px;
    font-weight:   400;
    color:         #454545;
    margin:        0 30px;
    text-align:    center;
    padding:       25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.style-new .popup_content {
    text-align: left;
    margin:     0;
}
.style-new .popup_close_link {
    position:        absolute;
    top:             -20px;
    right:           -20px;
    width:           14px;
    height:          14px;
    text-decoration: none;
    z-index:         10;
    width:           14px;
    height:          14px;
    background:      url(/images/popup/x.png) 0 0 no-repeat;
    display:         block;
}
.style-new .popup_close:hover {
    background-position-y: -14px;
}
.style-new .popup-footer {
    border-top: 1px solid #e5e5e5;
    background: #f8f8f8;
    padding:    25px 30px;
}
.style-new.popup-video {
    width: 642px;
}
.popup_action {
    width:         700px;
    min-width:     700px;
    max-width:     700px;
    height:        700px;
    min-height:    700px;
    max-height:    700px;
    border-radius: 0;
    border:        0;
    margin-top:    50px;
}
.popup_over.hidden {
    opacity: 0 !important;
}
#g-recaptcha {
    margin-top: 20px;
}
#g-recaptcha > div > div {
    margin: 0 auto;
}
#g-recaptcha2 > div > div {
    margin: 0 auto;
}
#g-recaptcha3 > div > div {
    margin: 0 auto;
}
#login-form .btn,
#register-form .btn {
    display:    block;
    width:      310px;
    background-color: #56a848 !important;
    border-radius:    5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    color:      #fff;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.popup_div form input[type=text],
.popup_div form textarea,
.popup_div form input[type=password] {
    margin-bottom: 10px;
    display:       block;
    box-shadow:    inset 0 0 0 1px #c6c6c6;
    background:    #f8f8f8;
    width:         100%;
    padding:       .25em 1em;
    border-radius: .25em;
    border:        0;
    font-size:     1em;
}
#reg-errors {
    color:   red;
    font-weight: 300;
}
.popup_div form .outer {
    margin-bottom: 20px;
}

.popup_div.blue_border {
    background:    0 0;
    border:        2px solid #17b6ff;
    border-radius: 3px;
    max-width:     none;
    width:         857px;
}
.popup_div.blue_border .popup_close_link {
    position: absolute;
    top:      -25px;
    right:    -25px;
}
.popup_div.blue_border .popup_content {
    height:        483px;
    margin-top:    2px;
    margin-bottom: -3px;
}
.popup_div.video {
    max-width:        853px;
    min-width:        853px;
    border:           none;
    box-shadow:       none;
    background-color: transparent;
}
.popup_div.video .popup_close_link {
    margin-right: -20px;
}
.popup_div.video .popup_close {
    width:           20px;
    height:          20px;
    background-size: cover;
}
.popup_div.video .popup_content {
    margin-top: 12px;
}

.popup_div.popup-login,
.popup_div.popup-register {
    margin: 30px auto 100px;
}

#popup_content label[for="rules"]{
    padding-left: 0;
    font-weight:  300 !important;
}
#popup_content label[for="rules"]::before{
    display: none;
}

#popup_content h3 {
    margin:      0;
    font-weight: 400;
    font-size:   30px;
}
#popup_content input.text {
    background: #fff;
}
#popup_content a, .link {
    color:  #0090c5;
    cursor: pointer;
}
.soc_btn {
    display: inline-block;
    top: 188px;
    left: 345px;
    width: 54px;
    height: 54px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #4A76A8;
    color: #4A76A8 !important;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
}
.soc_btn.vk:hover {
    background: #4A76A8;
    color: #FFFFFF !important;
}
.soc_btn.ok {
    border: 1px solid #FA6126;
    color: #FA6126 !important;
}
.soc_btn.ok:hover {
    background: #FA6126;
    color: #FFFFFF !important;
}
.soc_btn.google {
    border: 1px solid #FF0000;
    color: #FF0000 !important;
}
.soc_btn.google:hover {
    background: #FF0000;
    color: #FFFFFF !important;
}
.soc_btn.fb {
    border: 1px solid #3C5A99;
    color: #3C5A99 !important;
}
.soc_btn.fb:hover {
    background: #3C5A99;
    color: #FFFFFF !important;
}
.popup-footer {
    background: #fff;
    padding:    20px 0;
    font-weight: 300;
}
.pass-forgot {
    margin:  20px auto;
    display: block;
    font-weight: 300;
}

.pass-remember {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 0!important;
    line-height: 15px;
}
.pass-remember {
    display: none;
}

#login-form .capt,
#register-form .capt {
    margin: 0 auto 20px auto;
    width:  304px;
    font-weight: 300;
    color:   red;
}
#login-form,
#register-form {
    background: #f1f1f1;
    text-align: center;
    font-weight: 600;
    font-family: museo sans cyrl, sans-serif;
}
#login-form input,
#register-form input {
    font-family: museo sans cyrl, sans-serif;
    font-weight: 300;
    line-height: 27px;
}
#login-form label[for=rules] {
    vertical-align: top;
}
#login-form a,
#register-form a {
    text-decoration: none;
}

.popup_div.not-support {
    width: 580px;
    background: #fff;
}

.payin_popup {
    width: 786px;
    max-width: 786px;
}

.popup_title .icon {
    height: 100px;
    margin: 0 0 30px 0;
}
.popup_title .icon.ok {
    background: url(../images/svg/ok.svg) no-repeat 50% 50%;
}
.popup_title .icon.fail {
    background: url(../images/svg/warning.svg) no-repeat 50% 50%;
}
.popup_title .icon.stop {
    background: url(../images/svg/stop.svg) no-repeat 50% 50%;
}
.popup_title .icon.info {
    background: url(../images/svg/info.svg) no-repeat 50% 50%;
}
.popup_title .icon.purse {
    background: url(../images/svg/purse.svg) no-repeat 50% 50%;
}
.popup_title .icon.cashout {
    background: url(../images/svg/cashout.svg) no-repeat 50% 50%;
}
.popup_title .icon.gift_coupon {
    background: url(../images/svg/gift_coupon.svg) no-repeat 50% 50%;
}
.popup_title .icon.gift {
    background: url(../images/svg/gift.svg) no-repeat 50% 50%;
}
.popup_title .icon.gift_no {
    background: url(../images/svg/gift_no.svg) no-repeat 50% 50%;
}
.popup_title .icon.no_ads {
    background: url(../images/svg/no-ads.svg) no-repeat 50% 50%;
}
.popup_title .icon.save {
    background: url(../images/svg/save.svg) no-repeat 50% 50%;
}
.popup_title .icon.moderation {
    background: url(../images/svg/moderation.svg) no-repeat 50% 50%;
}