.formlogin-layout {
    width: 100%;
    position: relative;
    z-index: 2;
    background: rgba(6, 17, 58, 0.9);
    font-size: 10px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.content-block__title {
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 20px;
}
.content-block {
    max-width: 52.5em;
    margin: 0 auto;
    background: #06113a;
    padding: 25px 0;
    border-radius: 15px;
    border: 1px solid #919ec7;
    position: relative;
}

.close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close:before,
.close:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
    height: 4px;
    background: #243e87;
}

.close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-block {
    border: none;

}
.form-block__title {
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 2.2em;
    color: #919ec7;
    padding-top: 0.5em;
}

.form-block__bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 0.5em;
}
.fld-block.form-elem {
    margin-top: 1.45rem;
    display: inline-block;
    padding-left: .4em;
    padding-right: .4em;
}
.form-block__bonuses .form-elem {
    margin-top: 2.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fld-block {
    margin: 4.5rem 0 0;
    position: relative;
}
.form-block__bonuses .radio-bonus {
    width: 11.8rem;
    height: 10.4rem;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 1em;

}
.radio-bonus__icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: -9.5em;
    width: 240%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.15), rgba(255,255,255,.0)) no-repeat -2em 0%;
    background-size: 4em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
}
.radio-bonus__icon.blink_on:after {
    transition: 2s linear;
    background-position: 130% 0%;
}
.radio-bonus__input:checked+.radio-bonus__icon:after {
    display: none;
}

.radio-bonus__input {
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    width: 0;
    height: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.radio-bonus__input+.radio-bonus__icon {
    border-radius: .5rem;
    -webkit-box-sizing: border-box;
    border-width: 0.2em;
    position: relative;
    width: inherit;
    height: inherit;
    display: block;
    box-sizing: border-box;
    border-style: solid;
    border-color: #162951;
    text-align: center;
    overflow: hidden;
}
.radio-bonus__input+.radio-bonus__icon img {
    width: auto;
    height: 92%;
    margin: 4% 0;
    display: inline-block;
}
.radio-bonus__input:checked+.radio-bonus__icon {
    border-color: #4D822A;
    background-color: #172A04;
    box-shadow: 0 0 7.5em #51832f;
}
.fld-block {
    margin: 4.5rem 0 0;
    position: relative;
}
.radio-bonus__txt {
    max-width: 70%;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.6em;
    margin: 0 auto;
}

.fld_outer {
    height: 4.3em;
    border: 0.2em solid #243e87;
    background: #1a2851;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.5em;
    margin-bottom: 3em;
    position: relative;
}
.fld_outer.focus {
    border: 0.2em solid #0757ea;
    background: #1b3f88;
}
.fld_outer.focus .fld {
    color: #fff;
}
.fld {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    padding: 0 1.05em;
    font-size: 1.63em;
    color: #8b9fca;
    box-sizing: border-box;
    outline: none;
    font-family: 'Roboto';
}
.fld::-webkit-input-placeholder {color:#8b9fca;}
.fld::-moz-placeholder  {color:#8b9fca;}
.fld:-moz-placeholder  {color:#8b9fca;}
.fld:-ms-input-placeholder  {color:#8b9fca;}
.fld_outer.focus .fld::-webkit-input-placeholder {color:#fff;}
.fld_outer.focus .fld::-moz-placeholder  {color:#fff;}
.fld_outer.focus .fld:-moz-placeholder  {color:#fff;}
.fld_outer.focus .fld:-ms-input-placeholder  {color:#fff;}

.form-block.form-block__input_wrap {
    max-width: 47em;
    margin: 0 auto;
}
.form-block.form-block__input_wrap .form-block__title {
    padding-bottom: 0.5em;
}
.fld_error {
    display: none;
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-top: 0.5em;
}

@media screen and (max-width: 432px) {
    .fld_error {
        font-size: 0.9em;
    }
}

.fld_outer.has_error .fld_error {
    display: inline-block;
}
#submit {
    border-color: #a1e237;
    background-image: -o-linear-gradient(top,#81b62a 0,#008423 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#81b62a),to(#008423));
    background-image: linear-gradient(to bottom,#81b62a 0,#008423 100%);
    background-repeat: repeat-x;
    text-align: center;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: 0;
    border-width: 0.2em 0 0;
    border-style: solid;
    height: 5em;
    border-radius: 0.5em;
    width: 100%;
    cursor: pointer;
    font-size: inherit;
}
#submit:hover {
    background-image: -o-linear-gradient(top,#89c634 0,#27942b 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#89c634),to(#27942b));
    background-image: linear-gradient(to bottom,#89c634 0,#27942b 100%);
}
#submit span {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 2px 2px 2px #1f7f13;
}
/*.copyright {
    text-align: center;
    font-size: 1.3em;
    color: #57607f;
    font-family: 'Roboto';
    padding-top: 1.9em;
    padding-bottom: 1em;
}*/





/*socials buttons*/
.form_socials_wrap {
    max-width: 47em;
    margin: 0 auto;
}
.form_socials_title {
    font-size: 1.8em;
    text-align: center;
    color: #919ec7;
    padding-top: 1.5em;
    padding-bottom: 0.7em;
}

.login4play {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login4play span {
    cursor: pointer;
}

.login4play span:hover {
    opacity: 0.75;
}

.login4play-icon-md-google {
    width: 22em!important;
    height: 4.3em!important;
    background: #fff!important;
    border-radius: 0.5em!important;
    position: relative!important;
    margin: 0 2em 3.5em 0 !important;
}
.login4play-icon-md-google:before {
    content: '';
    width: 25.3em;
    height: 2.5em;
    position: absolute;
    left: 50%;
    margin-left: -12.65em;
    top: 50%;
    margin-top: -1.25em;
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-txt-google.png') 0 0 no-repeat;
    background-size: 25.3em 2.5em;
    font-size: 7px;
}
.login4play-icon-md-facebook {
    width: 22em!important;
    height: 4.3em!important;
    background: #3b5998!important;
    border-radius: 0.5em!important;
    position: relative!important;
    margin: 0 0 3.5em 0!important;
}
.login4play-icon-md-facebook:before {
    content: '';
    width: 28.1em;
    height: 3.3em;
    position: absolute;
    left: 50%;
    margin-left: -14.05em;
    top: 50%;
    margin-top: -1.65em;
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-txt-facebook.png') 0 0 no-repeat;
    background-size: 28.1em 3.3em;
    font-size: 7px;
}
.login4play-tooltip-list:after {
    display: none!important;
}
.login4play-tooltip-list {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between!important;
    margin-bottom: 3.5em!important;
}


.login4play-scl-icons-md.login4play-icon-md-vkontakte,
.login4play-scl-icons-md.login4play-icon-md-yandex,
.login4play-scl-icons-md.login4play-icon-md-twitter,
.login4play-scl-icons-md.login4play-icon-md-instagram {
    width: 4.3em!important;
    height: 4.3em!important;
    margin: 0 0.7em!important;
    border-radius: 0.9em!important;
    box-shadow: 0 0 3em #2f4988;
}
.login4play-scl-icons-md.login4play-icon-md-vkontakte {
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-vk.png') 0 0 no-repeat !important;
    background-size: 4.3em 4.3em !important;
}
.login4play-scl-icons-md.login4play-icon-md-yandex {
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-yandex.png') 0 0 no-repeat !important;
    background-size: 4.3em 4.3em !important;
}
.login4play-scl-icons-md.login4play-icon-md-twitter {
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-twitter.png') 0 0 no-repeat !important;
    background-size: 4.3em 4.3em !important;
}
.login4play-scl-icons-md.login4play-icon-md-instagram {
    background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-instagram.png') 0 0 no-repeat !important;
    background-size: 4.3em 4.3em !important;
}






@media all and (max-width: 1455px) {
    body {
        background-size: 125%;
    }
}
@media all and (max-width: 1125px) {
    html {
        /*font-size: 9px;*/
    }
}
@media all and (max-width: 1041px) {
    .mob {
        display: inline-block;
    }
    .desk {
        display: none;
    }
    #logo {
        width: 22.4em;
        height: 10.6em;
        margin: 0.5em auto 0;
        font-size: 7.5px;
    }
}
@media all and (max-width: 823px) and (orientation: landscape) {
    html {
        /*font-size: 4.5px;*/
    }
    #logo {
        font-size: 5.5px;
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 3.5px!important;
    }
}
@media all and (width: 724px) and (orientation: landscape) {
    html {
        /*font-size: 4.1px;*/
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 3.25px!important;
    }
}
@media all and (width: 740px) and (orientation: landscape) {
    html {
        /*font-size: 3.75px;*/
    }
    #logo {
        font-size: 5px;
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 3px!important;
    }
}
@media all and (max-width: 667px) and (orientation: landscape) {
    html {
        font-size: 4.25px;
    }
    #logo {
        font-size: 4.75px;
    }
}
@media all and (width: 640px) and (orientation: landscape) {
    html {
        /*font-size: 3.85px;*/
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 3.25px!important;
    }
}
@media all and (max-width: 568px) and (orientation: landscape) {
    html {
        /*font-size: 3.75px;*/
    }
    #logo {
        font-size: 4.25px;
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 2.75px!important;
    }
}
@media all and (max-width: 480px) and (orientation: landscape) {
    html {
        /*font-size: 3.5px;*/
    }
    #logo {
        font-size: 3.5px;
    }
}


@media all and (max-width: 768px) and (orientation: portrait) {
    html {
        /*font-size: 7px;*/
    }
    #logo {
        font-size: 5.5px;
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 5.75px!important;
    }
}

@media all and (max-width: 500px)  {
    html {
        /*font-size: 6px;*/
    }
    body {
        background: #050516 url('/web/20230723211836im_/https://www.wostok-int.com/img/bg-mob.jpg') 50% 0 no-repeat;
        background-size: 100%;
    }
    #logo {
        font-size: 6.5px;
    }
    #login4play {
        justify-content: space-between;
    }
    .login4play-icon-md-facebook,
    .login4play-icon-md-google {
        width: 100% !important;
    }
    .login4play-icon-md-google {
        margin: 0 0 1.7em 0!important;
    }
    .login4play-icon-md-facebook {
        margin: 0 0 1.7em 0!important;
    }
    .login4play-scl-icons-md.login4play-icon-md-vkontakte,
    .login4play-scl-icons-md.login4play-icon-md-yandex,
    .login4play-scl-icons-md.login4play-icon-md-twitter,
    .login4play-scl-icons-md.login4play-icon-md-instagram {
        width: 13.9em!important;
        height: 6.7em!important;
        margin: 0!important;
        font-size: 5.75px;
    }
    .login4play-scl-icons-md.login4play-icon-md-vkontakte {
        background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-vk-mob.png') 0 0 no-repeat !important;
        background-size: 13.9em 6.7em !important;
    }
    .login4play-scl-icons-md.login4play-icon-md-yandex {
        background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-yandex-mob.png') 0 0 no-repeat !important;
        background-size: 13.9em 6.7em !important;
    }
    .login4play-scl-icons-md.login4play-icon-md-twitter {
        background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-twitter-mob.png') 0 0 no-repeat !important;
        background-size: 13.9em 6.7em !important;
    }
    .login4play-scl-icons-md.login4play-icon-md-instagram {
        background:  url('/web/20230723211836im_/https://www.wostok-int.com/img/social-img-instagram-mob.png') 0 0 no-repeat !important;
        background-size: 13.9em 6.7em !important;
    }
    .form_socials_wrap,
    .form-block.form-block__input_wrap {
        width: 90%;
        margin: 0 auto;
    }
}
@media all and (max-width: 400px)  {
    #logo {
        font-size: 6px;
    }
}
@media all and (max-width: 370px)  {
    #logo {
        font-size: 5.5px;
    }
    html {
        /*font-size: 6px;*/
    }
    .login4play-icon-md-facebook:before,
    .login4play-icon-md-google:before {
        font-size: 5.25px!important;
    }
    .login4play-scl-icons-md.login4play-icon-md-vkontakte,
    .login4play-scl-icons-md.login4play-icon-md-yandex,
    .login4play-scl-icons-md.login4play-icon-md-twitter,
    .login4play-scl-icons-md.login4play-icon-md-instagram {
        font-size: 4.85px;
    }

}

.fancybox-is-open .fancybox-bg {
    opacity: 0.95
}


/*
     FILE ARCHIVED ON 21:18:36 Jul 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:00:36 Mar 05, 2024.
     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):
  exclusion.robots: 0.156
  exclusion.robots.policy: 0.141
  cdx.remote: 0.156
  esindex: 0.015
  LoadShardBlock: 933.639 (6)
  PetaboxLoader3.datanode: 771.041 (8)
  load_resource: 1353.392
  PetaboxLoader3.resolve: 1075.27
  loaddict: 153.809
*/