		
.global {
    text-align: center;
}

.global .full_client {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: url('https://pb.tamgame.com/images/common/game/bg_client.jpg') 0 center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4.2rem 2.4rem;
    position: relative;
}

.global .full_client:before, .global .full_client:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.global .full_client:before {
    top: 0;
    left: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_lt.png');
}

.global .full_client:after {
    bottom: 0;
    right: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_rb.png');
}

.global .full_client .tit {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 0px #ff0000;
    text-align: center;
    margin-bottom: 4.3rem;
    text-transform: uppercase;
}

.global .btns_down {
    font-size: 0;
    display: inline-flex;
    align-items: stretch;
    letter-spacing: 0.02em;
}

.global .btns_down > div {
    transition: all ease-in-out 0.2s;
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2.4rem;
    margin-right: 4rem;
}

.global .btns_down > div:last-child {
    margin-right: 0;
}

.global .go_down {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    text-indent: -99999px;
    z-index: 10;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 0;
}

.global .full_client .btns_down > div {
    background: rgba(0, 0, 0, 0.7);
    width: 35rem;
    min-height: 17rem;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.7);
}

.global .full_client .btns_down > div:before, .global .full_client .btns_down > div:after {
    transition: all ease-in-out 0.2s;
    content: '';
    display: block;
    width: 0.4rem;
    height: 1rem;
    position: absolute;
    background: #ff0000
}

.global .full_client .btns_down > div:before {
    top: 0;
    right: 1.7rem;
}

.global .full_client .btns_down > div:after {
    bottom: 0;
    left: 1.7rem;
}

.global .btns_down .name {
    transition: all ease-in-out 0.2s;
    font-size: 26px;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
}

.global .btns_down .name:before {
    content: '';
    display: block;
    width: 2.8rem;
    height: 2.6rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto 1.5rem;
}

.global .btns_down .txt {
    font-family: 'Roboto';
    font-size: 13px;
    color: #ffadad;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 1rem;
    text-transform: uppercase;
}

.global .btns_down .btn_quick {
    border: 1px solid #ff0000;
}

.global .btns_down .btn_quick .name:before {
    background-image: url('https://pb.tamgame.com/images/common/game/icon_down_r.png');
}

.global .btns_down .btn_torrent {
    border: 1px solid #689aff;
}

.global .btns_down .btn_torrent .name {
    color: #689aff;
}

.global .btns_down .btn_torrent .name:before {
    background-image: url('images/common/game/icon_down_b.html');
}

.global .btns_down .btn_torrent .txt {
    color: #aac6ff
}

.global .btns_down > div:hover .name {
    color: #fff;
}

.global .btns_down .btn_quick:hover {
    background: rgba(73, 9, 9, 0.7);
}

.global .btns_down .btn_torrent:hover {
    background: rgba(0, 13, 47, 0.7);
}

.global .full_client .btns_down > .btn_torrent:before, .global .full_client .btns_down > .btn_torrent:after {
    background: #689aff;
}

.global .full_client .btns_down > div:hover:before, .global .full_client .btns_down > div:hover:after {
    height: 2rem;
    transition: all ease-in-out 0.2s;
}

.global .full_client .desc {
    max-width: 740px;
    margin: 5rem auto 0;
    font-family: 'Roboto';
}

.global .full_client .desc .info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0;
}

.global .full_client .desc .info ul {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.global .full_client .desc .info li {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-basis: 200px; */
    flex-shrink: 1;
    flex-grow: 1;
    text-align: left;
}

.global .full_client .desc .info li span {
    font-size: 13px;
    display: inline-block;
    color: #ffaeae;
    background: rgba(255, 0, 0, 0.35);
    border-radius: 0.5rem;
    padding: 2px 3px;
    min-width: 10.6rem;
    margin-right: 1.8rem;
    text-align: center;
}

.global .full_client .desc .txt {
    color: #d5d5d5;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 2rem;
    word-break: break-word;
}

.global .mobile_app {
    text-align: center;
    padding: 4.8rem 0 5rem;
}

.global .mobile_app .tit {
    font-size: 20px;
    color: #689aff;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.global .mobile_app .btns_down > div {
    width: 21rem;
    min-height: 8rem;
    background: rgba(104, 154, 255, 0.7);
    border: 1px solid #689aff;
    align-items: flex-start;
    padding: 1.2rem 1.2rem 1.2rem 5.6rem;
}

.global .mobile_app .btns_down > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 1.3rem;
    margin-top: -16px;
}

.global .mobile_app .btns_down .device {
    font-size: 12px;
    color: #ffdd00;
    font-family: 'Roboto';
}

.global .mobile_app .btns_down .txt02 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    text-transform: uppercase;
}

.global .mobile_app .btns_down .btn_apple:before {
    background-image: url('https://pb.tamgame.com/images/common/game/icon_apple.png');
    width: 26px;
    height: 32px;
}

.global .mobile_app .btns_down .btn_google:before {
    background-image: url('https://pb.tamgame.com/images/common/game/icon_google02.png');
    width: 29px;
    height: 32px;
}

.global .mobile_app .btns_down > div:hover {
    background: #689aff;
}

.global .mobile_app .btns_down > div:hover .device {
    color: #fff;
}

.global .system_dv {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(4, 20, 40, 0.6) url('https://pb.tamgame.com/images/common/game/system_dv.png') center 0 no-repeat;
    text-align: center;
    padding: 4.2rem 2.4rem;
    position: relative;
    margin-bottom: 5rem;
}

.global .system_dv:before, .global .system_dv:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.global .system_dv:before {
    top: 0;
    left: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_lt.png');
}

.global .system_dv:after {
    bottom: 0;
    right: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_rb.png');
}

.global .system_dv .tit {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.global .system_dv .spec_area {
    border-top: 0.2rem solid #689aff;
    max-width: 900px;
    margin: 4rem auto 0;
    font-size: 0;
}

.global .system_dv .spec_area > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.global .system_dv .spec_area .tit {
    text-transform: uppercase;
    font-size: 16px;
    color: #689aff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
}

.global .system_dv .spec_area .board li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    word-break: break-word;
}

.global .system_dv .spec_area .board li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.global .system_dv .spec_area .board li span {
    color: #689aff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: -8rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16rem;
    text-transform: uppercase;
}

.global .system_dv .spec_area .mini .tit {
    padding-right: 8rem;
}

.global .system_dv .spec_area .mini .board li {
    padding-right: 8rem;
}

.global .system_dv .spec_area .mini .board li span {
    display: none;
}

.global .system_dv .spec_area .recom .tit {
    padding-left: 8rem;
}

.global .system_dv .spec_area .recom li {
    padding-left: 8rem;
}

.global .system_dv .driver {
    margin-top: 5.5rem;
    text-align: center;
}

.global .system_dv .driver li {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5rem;
    font-family: 'Roboto';
    font-size: 13px;
}

.global .system_dv .driver .con {
    position: relative;
}

.global .system_dv .driver .info {
    margin-top: 2rem;
}

.global .system_dv .driver .name {
    color: #689aff;
    text-transform: uppercase;
}

.global .system_dv .driver .txt {
    transition: all ease-in-out 0.2s;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1rem;
}

.global .system_dv .driver .txt:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    background-image: url('https://pb.tamgame.com/images/common/game/icon_down_wy.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.global .system_dv .driver .con:hover .txt {
    color: #ffdd00;
}

.global .system_dv .driver .con:hover .txt:before {
    background-position: 0 -15px;
}

.global .btn_read {
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 0 2.4rem;
}

/* 250808 dx */
.global .system_dv {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 4.2rem 2.4rem 5.6rem;
    position: relative;
    margin-bottom: 5rem;
}

.global .system_dv:before, .global .system_dv:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.global .system_dv:before {
    top: 0;
    left: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_lt.png');
}

.global .system_dv:after {
    bottom: 0;
    right: 0;
    background-image: url('https://pb.tamgame.com/images/common/icon_rb.png');
}

.global .system_dv .wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.global .system_dv .r_tit {
    text-align: left;
}

.global .system_dv .r_tit .t1 {
    font-size: 22px;
    color: #689aff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 13px;
    position: relative;
}

.global .system_dv .r_tit .t1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 4px;
    height: 18px;
    background: #ff0000;
    border-radius: 2px;
}

.global .system_dv .r_tit .t1 span {
    color: #aaaaaa;
}

.global .system_dv .r_tit .t2 {
    font-size: 14px;
    color: #d5d5d5;
    font-family: 'Roboto';
    margin-top: 1rem;
}

.global .system_dv .r_tit .t2 ul li {
    display: block;
    padding-left: 2.2rem;
    position: relative;
    margin-bottom: 3px;
}

.global .system_dv .r_tit .t2 ul li:last-child {
    margin-bottom: 0;
}

.global .system_dv .r_tit .t2 ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 1px;
    top: 6px;
    left: 0;
    background: #d5d5d5;
}

.global .system_dv .dx_table {
    border-top: 0.2rem solid #689aff;
    margin-top: 3.6rem;
}

.global .system_dv .dx_table li {
    border-bottom: 1px solid #000;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    background: rgba(104, 154, 255, 0.3);
    font-family: 'Roboto';
}

.global .system_dv .dx_table li > div {
    display: flex;
    font-size: 14px;
    color: #fff;
    line-height: 1.57;
    align-items: center;
    justify-content: flex-start;
    padding: 0.9rem 2.4rem;
}

.global .system_dv .dx_table li .tit {
    width: 22rem;
    color: #000000;
    background: rgba(102, 153, 255, 0.7);
    text-transform: uppercase;
    font-weight: 400;
}

.global .system_dv .dx_table li .txt {
    width: calc(100% - 22rem);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    word-break: break-word;
}

.global .system_dv .dx_table li.title {
    background: none;
    font-family: 'Chakra Petch';
    border-bottom: none;
}

.global .system_dv .dx_table li.title .tit {
    background: none;
    letter-spacing: 0.02em;
}

.global .system_dv .dx_table li.title .txt {
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: #689aff;
    text-transform: uppercase;
    flex-direction: row;
}

.global .system_dv .dx_table li.title .txt span {
    color: #ffee66;
    margin: 0 0.7rem;
}

.global .system_dv .dx_table li .txt .b_txt {
    color: #99bbff;
}

.global .system_dv .dx_table li .txt .b_txt span {
    font-weight: 500;
    color: #223366;
    font-size: 11px;
    text-transform: uppercase;
    background: #77aaff;
    border-radius: 8px;
    padding: 1px 0.7rem;
    margin-right: 0.6rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.global .system_dv .dx_table .in_txts .txt {
    width: calc((100% - 22rem) / 2);
}

.global .system_dv .dx_table02 li .txt {
    align-items: center;
    text-align: center;
    border-right: 1px solid #000;
}

.global .system_dv .dx_table02 li .txt:last-child {
    border-right: 0;
}

.global .system_dv .dx_table02 li.title .txt {
    border: none;
}

.global .system_dv .dx_info {
    padding-left: 5rem;
    position: relative;
    margin-top: 3.6rem;
}

.global .system_dv .dx_info:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 3rem;
    height: 3rem;
    background: url('https://pb.tamgame.com/images/common/game/icon_info.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.global .system_dv .dx_info li {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2.4rem;
    font-family: 'Roboto';
}

.global .system_dv .dx_info li:last-child {
    margin-bottom: 0;
}

.global .system_dv .wrap .driver .r_tit {
    margin-bottom: 2.7rem;
}

/* ── ƏLAVƏ (orijinal saytda yox idi, sizin əvvəlki download.php-dəki
   "Quraşdırma Videosu" bölməsini bura, eyni vizual dillə əlavə etdim) ── */
.global .dl_video { margin-top: 4.8rem; }
.global .dl_video .r_tit { margin-bottom: 2rem; }
.global .dl_video_wrap { position: relative; padding-bottom: 42%; height: 0; overflow: hidden; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); background: #000; }
.global .dl_video_wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .global .dl_video_wrap { padding-bottom: 62%; } }
