.arcticmodal-container,.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10005
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/loading1.gif) no-repeat 50% 50%
}

.modal-game {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    display: none;
    z-index: 10000;
    overflow: auto
}

.bannerP {
    font-family: Roboto,Roboto Local,sans-serif;
    margin: 50px auto;
    box-sizing: border-box;
    width: 485px;
    border-radius: 2px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    text-align: center;
    background-position: top;
    -ms-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g_img3.jpg)
}

.cont_g {
    height: 270px;
    display: table;
    width: 100%;
    background-color: rgba(0,0,0,.6)
}

.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px
}

.inner_title {
    font-size: 30px;
    color: #77a02e;
    font-weight: 700
}

.inner_title_error {
    color: #fc0a0a
}

.inner_text {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-top: 25px
}

.inner_text-low {
    font-size: 14px;
    margin: 5px 0
}

.inner_text_bold {
    font-weight: 700
}

.inner_footer {
    margin-top: 35px
}

.btn {
    display: inline-block;
    width: 150px;
    padding: 9px 20px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    margin-right: 18px;
    margin-left: 18px;
    transition: .2s;
    box-sizing: border-box
}

.btn_blue {
    background-color: #1f72af
}

.btn_blue:hover {
    background-color: #005da0
}

.btn_green {
    background-color: #77a02e
}

.btn_green:hover {
    background-color: #568800
}

.btn_faded {
    background-color: #f1f1f6;
    color: #1a5685
}

.btn_faded:hover {
    background-color: #e6e6ec
}

.btn_green-gd {
    background-image: linear-gradient(0deg,#77a02e,#94c938);
    background-size: auto 200%;
    background-position: 0 100%;
    transition: background-position .3s
}

.btn_green-gd:hover {
    background-position: 0 0
}

.close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g-close.png);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.close:hover {
    opacity: .8
}

.inner_text_choose {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 35px;
    vertical-align: top;
    margin-top: 65px
}

.leftModal {
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g_img2.jpg)
}

.rightModal {
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g_img1.jpg)
}

.choose_item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 90px
}

.choose_item:hover:after {
    content: "";
    width: 110px;
    height: 30px;
    display: block;
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -57px;
    background: #fff;
    background: radial-gradient(ellipse at center,transparent 0,rgba(86,136,0,.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="transparent",endColorstr="rgba(86,136,0,.5)",GradientType=1);
    border-radius: 48%;
    border: 2px solid #71992d
}

.choose_item img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.choose_text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 17px 0 0;
    transition: .2s
}

.choose_item:hover .choose_text {
    color: #77a02e
}

.inner_link {
    font-size: 14px;
    color: #4988b9;
    text-decoration: underline
}

.inner_link:hover {
    text-decoration: none
}

.inner_clouse {
    text-align: left;
    margin-top: -8px;
    display: none
}

.clouse_text {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.45
}

p.clouse_text {
    margin-top: 20px
}

.clouse_list {
    list-style: none;
    padding: 0;
    margin: 0
}

.clouse_indent {
    text-indent: 35px
}

.clouse_text_bold {
    font-weight: 700
}

.option .inner {
    vertical-align: bottom;
    padding: 0
}

.option .inner_footer {
    padding: 0 25px
}

.btn_choose {
    border: 2px solid #fff;
    background-color: #333;
    background-repeat: no-repeat;
    text-transform: uppercase
}

.btn_left {
    text-align: right;
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g-left.png)
}

.btn_right {
    text-align: left;
    background-image: url(/web/20190624090505im_/https://v2l.ccdnss.com/default/img/modalg/modal-g-right.png);
    background-position: 100%
}

.btn_choose.active {
    background-color: #1f72af
}

.btn_choose.active:hover,.btn_choose:hover {
    background-color: #333
}

.inner_form {
    padding-top: 30px
}

.inner_form .btn {
    margin-top: 30px;
    width: 340px
}

.winrait {
    background-color: rgba(12,48,76,.5);
    color: #ffe565;
    text-align: center;
    padding: 12px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2
}

.input_wrap {
    width: 150px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 2px
}

.input_wrap_error .input {
    padding: 9px 10px 8px;
    border: 2px solid #ed272f
}

.input_wrap_error .input_error {
    display: block
}

.inner_form_text {
    font-size: 18px;
    color: #fff
}

.input {
    padding: 10px 10px 9px;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
    background: none;
    border: none;
    box-sizing: border-box;
    outline: none
}

.input_faded {
    background-color: #f1f1f6
}

.input_faded::placeholder {
    color: #1a5685
}

.valute {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.input_error {
    display: none;
    font-size: 14px;
    color: #ff2929;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 100%
}

.video_first {
    width: 100%;
    height: 100%;
    width: 485px;
    height: 270px
}

/*
     FILE ARCHIVED ON 09:05:05 Jun 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:22:23 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.522
  load_resource: 2921.716
  PetaboxLoader3.resolve: 2431.321
  PetaboxLoader3.datanode: 489.765
*/
