#landing-game-popup-wrapper {
    position: relative;
    width: 900px;
    height: 600px;
    top: 15%;
    margin: 0 auto;
    box-sizing: border-box;
    background-size: contain;
    text-align: center;
    padding-top: 20px;
}

#landing-game-popup-wrapper .logo {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: -110px;
    width: 160px;
    height: 120px;
    background: url(../landings-data/landing6/img/logo-white.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
}

#landing-game-popup-wrapper .pad {
    position: absolute;
    width: 900px;
    height: 680px;
    z-index: 5;
    background-color: black;
    opacity: 0.6;
    border: 2px white solid;
    box-shadow: 0px 0px 50px rgba(0,0,0,1);
    margin-bottom: 100px;


}


#landing-game-popup-content {
    z-index: 6;
    margin-top: 30px;
    position: relative;
}

.browser-icons-ru {
    background: url(../landings-data/landing6/img/browser-icons-ru.png) no-repeat;
    width: 270px;
    position: relative;
    height: 50px;
    top: 89px;
    left: 300px;
}

.browser-icons-en {
    background: url(../landings-data/landing6/img/browser-icons-en.png) no-repeat;
    width: 270px;
    position: relative;
    height: 50px;
    top: 89px;
    left: 300px;
}

.browser-icons-tr {
    background: url(../landings-data/landing6/img/browser-icons-tr.png) no-repeat;
    width: 270px;
    position: relative;
    height: 50px;
    top: 89px;
    left: 300px;
}

#play-btn:hover,
#mac-btn:hover,
#win-btn:hover,
#linux-btn:hover,

#play-btn-tr:hover,
#mac-btn-tr:hover,
#win-btn-tr:hover,
#linux-btn-tr:hover,

#play-btn-en:hover,
#mac-btn-en:hover,
#win-btn-en:hover,
#linux-btn-en:hover {
    background-position: 0 -82px;
}

#android-btn:hover,
#itunes-btn:hover,

#android-btn-tr:hover,
#itunes-btn-tr:hover,

#android-btn-en:hover,
#itunes-btn-en:hover {
    background-position: 0 0;
}

#play-btn  {
    background-image: url(../img/dl-client/ru/play_btn.png);
    margin-top: -45px;
    /* margin-top: 52px; */
}
#play-btn-en  {
    background-image: url(../img/dl-client/en/play_btn.png);
    margin-top: -45px;
    /* margin-top: 52px; */
}
#play-btn-tr  {
    background-image: url(../img/dl-client/tr/play_btn.png);
    margin-top: -45px;
    /* margin-top: 52px; */
}

#itunes-btn  {
    background-image: url(../img/dl-client/ru/appstore-btn.png);
    /* margin-top: 52px; */
}
#itunes-btn-tr  {
    background-image: url(../img/dl-client/tr/appstore-btn.png);
    /* margin-top: 52px; */
}
#itunes-btn-en  {
    background-image: url(../img/dl-client/en/appstore-btn.png);
    /* margin-top: 52px; */
}

#android-btn  {
    background-image: url(../img/dl-client/ru/android-btn.png);
}
#android-btn-tr  {
    background-image: url(../img/dl-client/tr/android-btn.png);
}
#android-btn-en  {
    background-image: url(../img/dl-client/en/android-btn.png);
}

#win-btn  {
    background-image: url(../img/dl-client/ru/win.png);
    margin-top: 52px;
}
#win-btn-tr  {
    background-image: url(../img/dl-client/tr/win.png);
    margin-top: 52px;
}
#win-btn-en  {
    background-image: url(../img/dl-client/en/win.png);
    margin-top: 52px;
}

#linux-btn {
    background-image: url(../img/dl-client/ru/linux.png);
}
#linux-btn-tr {
    background-image: url(../img/dl-client/tr/linux.png);
}
#linux-btn-en {
    background-image: url(../img/dl-client/en/linux.png);
}

#mac-btn {
    background-image: url(../img/dl-client/ru/mac.png);
}
#mac-btn-tr {
    background-image: url(../img/dl-client/tr/mac.png);
}
#mac-btn-en {
    background-image: url(../img/dl-client/en/mac.png);
}

#android-btn,
#itunes-btn,

#android-btn-tr,
#itunes-btn-tr,

#android-btn-en,
#itunes-btn-en {
    background-position: 0 -82px;
}

.btn  {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 82px;
    width: 420px;
    border: none;
    cursor: pointer;
    font-family: Micra;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.table-top {
    background: url(../img/play-holden/top.png);
    height: 91px !important;
}

.table-center {
    background: url(../img/play-holden/line.png);
    background-size: contain;
}

.table-footer {
    background: url(../img/play-holden/bottom.png);
    height: 91px !important;
}

.table-back {
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
}

.big_note {
    color: #fff;
    font-family: Micra;
    font-size: 16pt;
    font-weight: bold;
    vertical-align: bottom;
}

.login_note {
    color: #88c1f2;
    font-family: Micra;
    font-size: 16pt;
}

.small_note {
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 14pt;
    margin-top: 20px;
}