*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
body{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #000 url("../img/vostok-bg.jpg") no-repeat top center fixed;
    background-size: 109%;
}
.main-content a{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}
.main-content a:hover{
    color: #feca00;
}
.main-content ul, .main-content ol{
    margin-left:15px;
}

.main-content ul li, .main-content ol li{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
p{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}
.main-content p{
    margin-bottom: 10px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
h2{
    font-size: 20px;

}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
.page-container{
    max-width: 55%;
    margin: 0 auto;
}
.container{
    width:100%;
    margin:0 auto;
    padding: 0 15px;
}
.container-fluid{
    width:100%;
    margin:0 auto;
}
.main-header{
    width: 100%;
    background: url("../img/vostok-hdr.png") no-repeat left center;
    background-size: cover;
    padding: 28px 0;
    /*background-position-x: -89px;*/
}
.main-header__container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.main-header__link {
    flex: 1 0;
}

.main-header__login{
    border-radius: 5px;
    margin-right: 15px;
    padding: 20px 0;
    background: rgba(0,0,51,0.6);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.login-social__title{
    text-align: center;
}
.main-header__login-social{
    position: relative;
    padding: 0 7px;
}
.main-header__login-social:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #002864;
}
.login-social__list{
    margin-top: 10px;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

}
.login-social__item{
    margin-right: 5px;
    font-size: 22px;
    text-align: center;
}
.login-social__link{
    color: #fff;
}
.login-social__link--vk{
    background: #0e56a4;
    transition: all 0.5s;
}
.login-social__link--vk:hover{
    background: #1611a4;
}
.login-social__link--od{
    background: #fa8229;
}
.login-social__link--od:hover{
    background: #a4561d;
    transition: all 0.5s;
}
.login-social__link--fb{
     background: #3b5998;
 }
.login-social__link--fb:hover{
    background: #2c2c58;
    transition: all 0.5s;
}
.login-social__link--ya{
    color: #ff7070;
    background: #fff;
}
.login-social__link--ya:hover{
    color: #ff7070;
    background: #adadad;
    transition: all 0.5s;
}
.login-social__link--at{
    background: #1553ca;
    color: #fcac02;
    transition: all 0.5s;
}
.login-social__link--at:hover{
    background: #0d3a90;
    color: #986f18;
}

.login-social__img{
    padding: 5px 0;
    width: 35px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto ;
    border-radius: 5px;
}
.main-header__form-container{
    position: relative;
    margin: 0 auto;
    padding: 0 90px 0 10px;
}
.main-header__form{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    flex-direction: column;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.main-header__input{
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-style: italic;
}
.main-header__email{
    margin-bottom: 5px;
}
.main-header__form-btn{
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background: #1574ec;
    border: 1px solid #68abff;
    border-radius: 5px;
    width: 70px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
}
.main-header__form-btn:hover{
    background: #0b3c78;
}

.banner__top-list{
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #052c74;
    border: solid 1px #6b89d0;
}
.banner__top-item{
    margin-right: 10px;
}
.banner__top-item--grow{
    flex-grow: 2;
}
.banner__top-item:nth-last-child(1){
    margin-right: 0;
    /*min-width: 251px;*/
    margin-left: auto;
    width: 30%;
}
.banner__top-item:nth-last-child(2){
    margin-right: 0;
}

.banner__top-link{
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.banner__top-link:hover{
    background: #051940;
    border-left: 1px solid #6b89d0;
    border-right: 1px solid #6b89d0;
}
.banner__top-reg-link{
    position: relative;
    text-align: center;
    padding: 15px 0;
    background: #fc2f2f;
    border: 1px solid #efc0bf;
    transition: all 0.5s;
    display: inline-block;
}
.banner__top-reg-link:before{
    position: absolute;
    content: '';
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 30px;
    background: url("../img/reg-before.png") no-repeat;
}
.banner__top-reg-link:hover{
    background: #6e1f1f;
}
.main-banner__container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
}
.main-banner{
    background: url("../img/banner1.jpg") no-repeat top left;
    background-size: 100% 100%;
    min-height: 210px;
}
.main-banner2{
    background: url("../img/banner2.jpg") no-repeat top right;
    background-size: 100% 100%;
}
.main-banner3{
    background: url("../img/banner3.jpg") no-repeat top right;
    background-size: 100% 100%;
}
.main-banner4{
    background: url("../img/banner4.jpg") no-repeat top right;
    background-size: 100% 100%;
}
.main-banner__club{
    /*margin-right: 15px;*/
    /*margin-top: auto;*/
    margin: auto 15px 16px 2.6%
}
.main-banner__club-link{
    display: inline-block;
    text-transform: uppercase;
    color: #b54d2a;
    font-weight: bold;
    background: #feca00;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: -1px 4px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 18px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 18px 0px rgba(0,0,0,0.75);
    transition: all 0.5s;
}
.main-banner__club-link:hover{
    -webkit-box-shadow: 3px 3px 20px 8px rgba(254,202,0,0.75);
    -moz-box-shadow: 3px 3px 20px 8px rgba(254,202,0,0.75);
    box-shadow: 3px 3px 20px 8px rgba(254,202,0,0.75);
}
.main-banner__winners{
    width: calc(30% + 5px);
    min-width: 251px;
    max-height: 220px;
    overflow-y: hidden;
    padding: 5px 10px 0 10px;
    background: rgba(0,0,0,0.3)
;
}
.main-banner__title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
.main-banner__list{
    list-style: none;
    margin-top: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.main-banner__item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 5px 0 0;
    border-top: 1px solid rgba(84,91,130,0.8);
    margin: 0 auto
}
.main-banner__item a{
    margin-right: 5px;
}
.main-banner__item-content{
    margin-left: auto;
}
.main-banner__img{
    width: 75px;
    height: 55px;
}
.main-banner__text{
    color: #fff;
}
.main-banner__text--gold{
    color: #ecd239;
    text-transform: uppercase;
    line-height: 22px;
}
.main-banner__link{
    max-width: 125px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
    text-overflow: ellipsis;
    color: #6dc5e4;
    transition: all 0.5s;
}
.main-banner__link:hover{
    color: #009c95;
}
.banner__bottom{
    background: #001847;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 5px 0 15px;
}
.banner__bottom-list{
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.banner__bottom-item{
    margin-right: 5px;
}
.banner__bottom-item:nth-last-child(1){
    margin-right: 0;
}
.banner__bottom-link{
    text-decoration: none;
    display: inline-block;
    color: #adc5ff;
    padding: 15px 20px;
    text-transform: capitalize;
    transition: all 0.5s;
}

.banner__bottom-link:hover{
    color: #ffe538;
    text-decoration: none;
    border-color: #2851b4;
    box-shadow: inset 0 0 15px #000;
    background: #022063;
    text-shadow: 1px 1px 16px #31ffff
}
.banner__bottom-link .current{
    color: #ffe538!important;
}
.banner__bottom-label{
    position: relative;
}
.banner__bottom-search{
    display: block;
    /*width: 245px;*/
    color: #999999;
    font-style: italic;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    background: #000;
}
.banner__bottom-search-icon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-size: 16px;
}
.banner__bottom-search:focus .banner__bottom-search-icon{
    display: none;
}

.inner-bn {
    display: block;
    max-width: 100%;
}

.slots{
    padding: 25px 0;
    background: #002261;

}

.slots__title{
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}
.slots__list{
    margin: 30px 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.slots__item{
    width: calc(100% * (1/4) - 15px);
    margin-right: 10px;
    margin-bottom: 25px;
}
.slots__item:nth-child(4n){
    margin-right: 0;
}
.slots__img{
    width: 100%;
}
.slots__link{
    text-decoration: none;
    color: #fff;
    line-height: 2;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.slots__link:hover{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px, #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}
.slots__item:hover .slots__link{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px, #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}
.slots__btn{
    text-decoration: none;
    display: block;
    width: 290px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    border: 1px solid transparent;
    border-top-color: #68abff;
    border-bottom-color: #3487ee;
    border-radius: 6px;
    color: #fff;
    font: 700 18px/17px "Ubuntu",sans-serif;
    text-transform: uppercase;
    background: #2586fe;
    background: -webkit-linear-gradient(top,#2586fe 0,#0061da 100%);
    background: linear-gradient(to bottom,#2586fe 0,#0061da 100%);
}
.slots__btn:hover{
    background: #2061c2;
}
.main-content{
    padding: 25px 0;
    background: #002261;
}
.main-footer{
    padding: 15px 0 25px;
    background: #001236;
}
.main-footer__info-list{
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main-footer__info-item{
    margin-right: 5px;
    margin-bottom: 10px;
}
.main-footer__info-link{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    transition: all 0.5s;
}
.main-footer__info-link--phone{
    margin-right: 15px;
}
.main-footer__info-link:hover{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px,
    #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px,
    #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}
.main-footer__nav-list{
    border-top: 1px solid #27395c;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0;
}
.main-footer__nav-item{
    margin-right: 5px;
}
.main-footer__nav-link{
    display: inline-block;
    color: #71d9ff;
    padding: 10px 0;
    transition: all 0.5s;
}
.main-footer__nav-link:hover{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px,
    #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px,
    #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}
.main-footer__copy-write{
    margin-top: 25px;
}
.main-footer__copy-write-text{
    text-align: center;
    color: #19497b;
}
.fixed-bar{
    display: none;
}
table{
    margin: 25px 0;
    width: 100%;
    border-collapse: collapse;
}
table, td, th{
    border: 1px solid #0c3b90;
}
table th{
    padding: 10px 10px;
    color: #e4cf3a;
    text-align: center;
}
table tr td{
    padding: 10px 10px;
    color: #fff;
    text-align: center;
}
table tr td:nth-child(1){
    text-align: left;
}
.contacts{
    padding: 25px 0;
    position: relative;
}

.contacts__container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.contacts__container:before{
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    top: 0;
    right: 15px;
    background: #00153b;
}.contacts__container:after{
     content: '';
     position: absolute;
     width: calc(100% - 30px);
     height: 1px;
     top: 1px;
     right: 15px;
     background: #143c87;
 }

.contacts__form{
    width: 45%;
}
.contacts__form-text {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.5;
}
.contacts__form .error {
    color: #d2000a;
}
.contacts__form-input{
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
}

.contacts__form-text-area{
    width: 100%;
    resize: vertical;
    min-height: 150px;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
}
.contacts__form-btn{
    display: block;
    margin-top: 20px;
    width: 200px;
    padding: 10px 0;
    background: #1877f0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: 1px solid #63a6ff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}
.contacts__form .has-error {
    border: 1px solid #d2000a;
}
.contacts__form-btn:hover{
    background: #0a2f5f;
}
.contacts-info__container{
    width: 45%;
}
.contacts__address{
    background: #001131;
    padding: 30px 15px;
    border: 1px solid #143c87;
}
.contacts__address-list{
    list-style: none;
    padding-inline-start: 0;
}
.contacts__address-item{
    margin: 10px;
    padding-left: 45px;
}
.contacts__address-link{
    text-decoration: none!important;
}
.contacts__address-item--phone{
    background: url("../img/list-phone.jpg") no-repeat center left;
}
.contacts__address-item--mail{
    background: url("../img/list-mail.jpg") no-repeat center left;
}
.contacts__social{
    margin-top: 10px;
    background: #001131;
    border: 1px solid #143c87;
    padding: 30px 15px;
    text-align: center;
}
.contacts__social-list{
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.contacts__social-item{
    margin-right: 5px;
}
.contacts__social-item:nth-last-child(1){
    margin-right: 0;
}
.contacts__social-link{
    display: inline-block;
    width: 44px;
    padding: 1px;
    font-size: 18px!important;
    color: #4d6690!important;
    border: 2px solid #4d6690!important;
    transition: all 0.5s;
    border-radius: 4px;
}
.contacts__social-link:hover{
    color: #809fcf!important;
    border: 1px solid #809fcf;
}
.not-found__title{
    text-align: center;
}
.not-found__text{
    text-align: center;
    color: #98b1ec;
}
.not-found__text--big{
    text-align: center;
    font-size: 32px;
    color: #fff;
}
.not-found__link{
    display: block;
    text-align: center;
    width: 288px;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px!important;
    font-weight: bold!important;
    margin: 0 auto;
    background: #fb2a2c;
    border: 1px solid #ff7e7a;
    border-radius: 5px;
    transition: all 0.5s;
}
.not-found__link:hover{
    background: #8d1819;
}
.not-found__list{
    margin-top: 40px;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.not-found__item{
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.not-found__item:nth-last-child(1){
    margin-right: 0;
}
.not-found__slot-img{
    display: block;
    margin: 0 auto;
}
.not-found__slot-link{
    display: inline-block;
    text-decoration: none;
    padding: 10px 0;
}
.game{
    padding: 15px 0;
    background: #011337;
}
.game__title{
    padding: 5px 0;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.game-frame {
    width: 100%!important;
    margin: 0 auto;
}
.game-frame iframe{
    background: #000;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%!important;
    border: 1px solid #143c87;
}
.game__rating-container{
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.game__rating-list{
    border: 1px solid #143c87;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #011337;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.game__rating-item{
    padding: 10px;
}
.game__rating-item--gold{
    color: #e3ce3a!important;
    font-size: 16px!important;
}
.game__rating-btn{
    background: #fc2e2f;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    width: 200px;
    text-align: center;
    text-decoration: none;
    font-size: 18px!important;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 20px;

}
.game__rating-btn:hover{
    background: #a21e1f;
}
.stars-rating-container {
    display: inline-block;
    background: url(../img/stars.png) 0 -25px repeat;
    text-align: left;
    height: 25px;
}
.stars-rating-filled {
    display: block;
    background: url(../img/stars.png) 0 0 repeat-x;
    height: 25px;
}

.parameters{
    padding: 10px 0;
    background: #002261;
}
.parameters__table{
    margin: 10px 0;
}
.parameters__img{
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.parameters__title{
    padding: 10px 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.popular-slots{
    padding: 20px 0;
    background: #002261;
}
.popular-slots__title{
    position: relative;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}
.popular-slots__list{
    margin: 30px 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.popular-slots__item{
    min-width: calc(25% - 20px);
    margin: 10px 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: horizontal;
    flex-direction: column;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.popular-slots__img{
    width: 177px;
    height: 120px;
}
.popular-slots__link{
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
}
.popular-slots__item:hover .popular-slots__link{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px, #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
    clear: both; }
.promo {
    overflow: hidden;
    position: relative; }
.promo .slider {
    height: 232px;
    overflow: hidden;
    position: relative; }
.promo .slider .viewport {
    height: 232px;
    overflow: hidden;
    position: relative; }
.promo .slider .viewport .overview {
    position: absolute;
    left: 0;
    top: 0; }
.promo .slider .viewport .overview > * {
    display: inline-block;
    position: relative; }
.promo .slider .viewport .overview > * img {
    display: block; }
.promo .slider .bullets {
    bottom: 10px;
    right: 290px;
    position: absolute;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0; }
.promo .slider .bullets li {
    float: left;
    margin: 0 2px; }
.promo .slider .bullets li a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 8px;
    height: 12px;
    background: none;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.5); }
.promo .slider .bullets li a.active {
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 6px 1px #ffffff; }
.promo .winners {
    position: absolute;
    right: 0;
    top: 0;
    height: 232px;
    width: 279px;
    background: rgba(0, 0, 0, 0.6); }
.promo .winners .winners-header {
    margin: 10px 27px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.promo .winners .winners-header span {
    display: inline-block;
    /*padding: 0 0 0 24px;*/
    /*background: url(/images/icons/lucky.png) 0 50% no-repeat;*/ }
.promo .winners .winners-list {
    height: 180px;
    overflow: hidden; }
.promo .winners .winners-list .viewport {
    height: 180px;
    overflow: hidden;
    position: relative; }
.promo .winners .winners-list .overview {
    position: absolute;
    width: 225px;
    padding: 0 27px 0;
    left: 0;
    top: 0; }
.promo .winners .winners-list .winners-list__item {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.promo .winners .winners-list .winners-list__item a.winners-list__item_pic {
    float: left;
    margin: 0 20px 0 0; }
.promo .winners .winners-list .winners-list__item a.winners-list__item_pic:hover {
    outline: 1px solid #ffffff;
    box-shadow: 0 0 6px 1px #ffffff; }
.promo .winners .winners-list .winners-list__item a.winners-list__item_pic img {
    display: block;
    width: 75px;
}
.promo .winners .winners-list .winners-list__item span.winners-list__item_name {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    margin: -2px 0 0 0; }
.promo .winners .winners-list .winners-list__item span.winners-list__item_amount {
    font-family: "Roboto", "Open Sans", Verdana, Geneva, sans-serif;
    display: block;
    color: #ffe538;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap; }
.promo .winners .winners-list .winners-list__item span.winners-list__item_amount span {
    font-weight: 600; }
.promo .winners .winners-list .winners-list__item a.winners-list__item_game {
    display: block;
    color: #6dc5e4;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s; }
.promo .winners .winners-list .winners-list__item a.winners-list__item_game:hover {
    color: #009c95; }

.btn-slider {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 10px;
    border: 1px solid;
    text-transform: uppercase;
    text-align: center;
    border-color: #ffe04d transparent #ffd111;
    font-weight: 700;
    border-bottom: 1px solid #974b00;
    border-radius: 4px;
    position: absolute;
    left: 28px;
    bottom: 20px;
    width: 205px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    background: #ffd200;
    background: -webkit-linear-gradient(top,#ffd200 0%,#ffc000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ffd200),to(#ffc000));
    background: -webkit-linear-gradient(#ffd200,#ffc000);
    background: -o-linear-gradient(#ffd200,#ffc000);
    background: linear-gradient(#ffd200,#ffc000);
    color: #981500;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
.btn-slider:hover {
    border-color: #fffed6;
    background: #ffe300;
    background: -webkit-linear-gradient(top,#ffe300 0%,#ffc000 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#ffe300),to(#ffc000));
    background: -webkit-linear-gradient(#ffe300,#ffc000);
    background: -o-linear-gradient(#ffe300,#ffc000);
    background: linear-gradient(#ffe300,#ffc000);
    -webkit-box-shadow: 1px 1px 8px 1px rgba(255,150,0,.42), 1px -1px 8px 1px rgba(255,150,0,.42), -1px 1px 8px 1px rgba(255,150,0,.42), -1px -1px 8px 1px rgba(255,150,0,.42);
    box-shadow: 1px 1px 8px 1px rgba(255,150,0,.42), 1px -1px 8px 1px rgba(255,150,0,.42), -1px 1px 8px 1px rgba(255,150,0,.42), -1px -1px 8px 1px rgba(255,150,0,.42);
}

@media (min-width: 1594px){
    .main-header{
        background-position-x: 0px;
    }
}
@media (max-width: 1175px) {
    body {
        background-size: 186%;
    }
    .banner__bottom{
        position: relative;
    }
    .page-container {
        max-width: 95%;
    }
    .main-header{
        background-position-x: 0;
    }
    .banner__bottom-label{

        position: absolute;
        right: 15px;
    }
    /*.main-footer__info-list{*/
    /*    justify-content: stretch;*/
    /*}*/
    .main-footer__nav-list{
        justify-content: center;
        margin: 0 auto;
    }
}
@media (max-width: 787px){
    body{
        background: #000;
    }
    .page-container{
        max-width: 100%;
    }
    .main-header{
        position: relative;
        background: #001d55 url("../img/vostok-logo-mob.png") center center no-repeat;
        background-size: 7%;
    }
    .burgers{
        position: absolute;
        padding: 10px;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .burger{
        height: 3px;
        width: 22px;
        background: #fff;
        border-radius: 5px;
        transition: all 0.5s;
    }
    .burger1{
        transform: rotate(45deg) translate(8px, 6px);
    }
    .burger2{
        opacity: 0;
    }
    .burger3{
        transform: rotate(-45deg) translate(5px, -3px);
    }
    .burger:nth-child(2){
        margin: 5px 0;
    }
    .main-header__login{
        display: none;
    }
    .main-header__link {
        flex: 1 0 100%;
        height: 56px;
        margin: -28px 0;
    }
    .info-item-contacts {
        display: block;
        flex: 1 0 100%;
        text-align: center;
    }

    .promo .winners {
        display: none;
    }
    .promo .slider .bullets {
        right: 10px;
    }


    .banner__top{
        transition: all ease 0.5s;
        transform: translateX(-100%);
    }
    .banner__top-show{
        transform: translateX(0);
    }
    .banner__top-list{
        /*display: none;*/
        display: block;
        margin: 0 auto;
        position: absolute;
        width: 100%;
    }
    .banner__top-item{
        text-align: center;
        margin-right: 0;
    }

    .banner__top-link{
        margin-right: 0;
        display: inline-block;
        text-align: center;
    }
    .banner__top-reg-link:before{
        content: none;
    }
    .main-banner{
        min-height: 150px;
        background-position: left center;
        background-size: cover;
    }
    .main-banner4{
        background-position: right center;
    }
    .main-banner__container{
        display: none;
    }
    .banner__top-reg-link{
        /*display: none;*/
        background: inherit;
        border: none;
    }
    .banner__top-reg-link:hover{
        background: #051940;
        border-left: 1px solid #6b89d0;
        border-right: 1px solid #6b89d0;
    }
    .banner__top-item:nth-last-child(1){
        width: 100%;
    }
   .banner__bottom{
       z-index: -1;
   }
    .banner__bottom-link{
        padding: 15px 5px;
    }
    .banner__bottom-label{
        display: none;
    }
    .banner__bottom-search{
        width: 0;
        background: inherit;
    }
    .banner__bottom-search--show{
        width: 200px;
        background: #000;
    }
    .banner__bottom-search-icon{
        right: 3px;
    }
    .slots__list{
        justify-content: space-around;
    }
    .slots__item{
        width: calc(33% - 10px);
        margin: 0 5px 20px 5px;
    }
    .slots__img{
        /*width: 134px;*/
    }
    .slots__link{
        display: block;
        width: auto;
    }
    .slots__btn{
        width: 90%;
    }
    .main-footer{
        padding: 15px 0 90px;
        background: #001236;
    }
    .fixed-bar{
        z-index: 1000;
        padding: 20px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(1,7,19,0.8);
        display: block;
    }
    .fixed-bar__container{
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .fixed-bar__link{
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 10px;
        color: #fff;
        padding: 10px 20px 10px 40px;
        background: #fc2f2f;
        text-align: center;
        border-radius: 5px;
    }
    .fixed-bar__link:before{
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/mobile1.jpg) no-repeat;
        width: 23px;
        height: 13px;
    }
    .fixed-bar__link--blue{
        background: #1b7bf3;
    }
    .fixed-bar__link--blue:before{
        background: url(../img/mobile2.jpg) no-repeat;
    }
    table{
        margin: 0 auto;
        font-size: 11px;
    }
    table tr td{
        padding: 10px 2px;
    }
    .contacts__container{
        -ms-flex-direction: column;
        -webkit-box-orient: horizontal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .contacts__form{
        margin: 0 auto;
        width: 70%;
    }
    .contacts__form-btn{
        margin: 20px auto 0;
    }
    .contacts-info__container{
        margin: 15px auto 0;
        width: 70%;
    }
    .popular-slots__list{
        -webkit-box-pack: center;
        justify-content: center;
    }
    .app-container{
        height: 250px!important;
    }
    .canvas-box{
        height: 250px!important;
    }
}
@media (max-width: 456px){
    .slots__item{
        width: 45%;
    }
    table {
        margin: 0 auto;
        font-size: 8px;
    }
    table th{
        padding: 10px 0;
    }
    table tr td{
        padding: 10px 1px;
    }
    .contacts__form{
        width: 90%;
    }
    .contacts-info__container{
        width: 90%;
    }
    .not-found__img{
        width: 80%;
    }
    .game__rating-list{
        flex-wrap: wrap;
    }
    .game-frame{
        height: 400px!important;
    }
    .game-frame iframe{
        height: 350px!important;
    }
}
#mirrorlink {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: underline;
}
#mirrorlink:hover{
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #fecc00 0px 0px 20px, #fecc00 0px 0px 30px, #fecc00 0px 0px 40px, #fecc00 0px 0px 50px, #fecc00 0px 0px 75px;
}
