#w0,
.mobile-nav {
    background: transparent;
}

.wrap {
    position: relative;
}

.bg_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2339px;
    background-image: url(/images/mining_machine/bg1.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.bg_top.ru-RU {
    height: 2800px;
}

.bg_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1479px;
    background-image: url(/images/mining_machine/bg2.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.index_main {
    display: flex;
    justify-content: center;
}

.index_header {
    position: relative;
    padding-top: 138px;
    padding-bottom: 80px;
    z-index: 1;
}

.index_content {
    font-family: "Inter Regular";
    font-feature-settings: "kern" on;
}

.index_content .title_bg {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-image: url(/images/mining_machine/title_bg.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 62%;
    max-width: 867px;
    padding: 12px 20px;
}

.title_bg .title_bg_text1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 6px;
    text-align: center;
}

.title_bg .title_bg_text2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}

.index_content.one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 153px;
}

.index_content.one>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 886px;
    width: 100%;
}

.index_content.one.de-DE>div {
    max-width: 920px;
}

.index_content.one>div p {

    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0em;

    font-feature-settings: "kern" on;
    background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_content.one>div span {

    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0em;

    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.index_content.one .content_one_button {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_content.one.de-DE .content_one_button {
    margin-top: 10px;
}

.index_content.one .content_one_button>div button,
.index_content.one .content_one_button>div a {

    height: 46px;
    border-radius: 387px;
    border: 1px solid;
    min-width: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;

    font-size: 18px;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    color: #FFDB9E;
    border: 1px solid #FFDB9E;
    padding: 14px 0;
    text-decoration: none !important;
}

.index_content.one .content_one_button>div:first-child button {
    min-width: 272px;
    background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
    color: #1F1F24;
    border: none;
}

.index_content.one .content_one_button img {
    width: 18px;
    margin-right: 10px;
}

.index_content.two {
    position: relative;
    padding: 106px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;

    background: linear-gradient(222deg, rgba(46, 47, 54, 0.8) 0%, rgba(46, 47, 54, 0.3) 94%);
    /*  border: 1px solid #FFDB9E; */
    border-radius: 12px;
    margin-bottom: 96px;
}

.index_content.two>div:not(.title_bg) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index_content.two .mining_type_text {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: 0em !important;
    color: #FFFFFF !important;
    white-space: nowrap;
}

.method_application_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.index_content.two .hosting_miners {
    border-radius: 12px;
    background: linear-gradient(260deg, rgba(46, 47, 54, 0) 1%, #2E2F36 98%);
    box-sizing: border-box;
    border: 1px solid #3F414B;
    display: flex;
    padding: 5px;
    position: relative;
}

.index_content.two .hosting_miners .kas_label {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
}

.index_content.two .hosting_miners .hosting_machine {
    height: 100%;
    max-height: 200px;
}

.index_content.two> :not(.title_bg) p {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.index_content.two> :not(.title_bg) span {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    color: #80879A;
}

.hosting_miners>div {
    display: flex;
}

/* 滑塊滑動 */
.hosting_miners>div:first-child {
    flex: 7.5;
    display: flex;

    position: relative;
    overflow: hidden;
}

.hover-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 219, 158, 0.08) 0%, rgba(255, 219, 158, 0) 96%);
    border: 1px solid #3F414B;
    border-radius: 12px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;

}

.hosting_miners>div:first-child .hosting_miners_select.active p {
    color: #FFDB9E;
}

.hosting_miners_select.active>div>div>div:last-child span {
    color: #FFDB9E;
}

.hosting_miners_select.active>div button {
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
}

/* 滑塊滑動 */

.hosting_miners>div:last-child {
    display: flex;
    justify-content: right;
    padding: 40px 50px;
}

.hosting_miners>div:first-child .hosting_miners_select {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hosting_miners>div:first-child .hosting_miners_select p {
    color: #80879A;
}


.hosting_miners_select>div {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.hosting_miners_select>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hosting_miners .hosting_miners_select button {

    height: 50px;
    border-radius: 518px;
    padding: 12px 10px;

    background: rgba(255, 219, 158, 0.2);
    width: 100%;
    min-width: 280px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    color: #1F1F24;
    border: none;
    margin-top: 20px;
}

.kas_miners {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.kas_miners.others {
    flex-wrap: wrap;
}

.kas_miners>div {
    border-radius: 12px;
    background: linear-gradient(231deg, rgba(46, 47, 54, 0) 5%, #2E2F36 95%);
    box-sizing: border-box;
    border: 1px solid #3F414B;

    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 35px 20px;
}

.kas_miners.others>div {
    /* flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    box-sizing: border-box; */
    flex: 1 1 calc(33.33% - 13.33px);
    max-width: calc(33.33% - 13.33px);
}

.kas_miners>div:hover {
    border: 1px solid #FFDB9E;
}

.miner_area {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 280px;
}

.miner_area img {
    height: 100%;
    max-height: 140px;
}


.miner_area .miner_area_top>div,
.miner_area .miner_area_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.miner_area .miner_area_top {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.miner_area .miner_area_top>div>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.miner_area button {
    width: 100%;
    height: 40px;
    border-radius: 387px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;

    box-sizing: border-box;
    background: none;
    border: 1px solid #FFDB9E;

    color: #FFDB9E;
}



/* .miner_area>div>div>div:last-child span {
    color: #FFDB9E !important;
} */

.miner_area .miner_area_top>div>div>div span {
    font-size: 16px !important;
}

.miner_area .miner_area_top>div>div>div:not(:first-child) span {
    color: #FFDB9E !important;
}

.alph_rxd_miners {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.alph_rxd_miners>div {
    border-radius: 12px;
    background: linear-gradient(222deg, rgba(46, 47, 54, 0) 6%, #2E2F36 94%);
    box-sizing: border-box;
    border: 1px solid #3F414B;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 35px 20px;
}

.alph_rxd_miners>div:hover {
    border: 1px solid #FFDB9E;
}

.method_application_area p {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 160% !important;
}

.method_application_area a {
    font-size: 14px !important;
    color: var(--primary) !important;
}

.method_application_area span {
    font-size: 14px !important;
    color: #FFDB9E !important;
}

.method_application_area .code_copy {
    width: 18px;
    cursor: pointer;
    margin-top: -5px;
}



.index_content.three {
    position: relative;
    padding: 76px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    background: linear-gradient(222deg, rgba(46, 47, 54, 0.8) 0%, rgba(46, 47, 54, 0.3) 94%);
    /* border: 1px solid #FFDB9E; */
    border-radius: 12px;
    margin-bottom: 76px;
}

.index_content.three> :not(.title_bg) p {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.index_content.three>div:not(.title_bg) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index_content.three .tip_area {
    border-radius: 4px;
    opacity: 1;
    flex-direction: row !important;
    justify-content: left;
    align-items: center;
    padding: 10px;
    gap: 8px !important;

    background: rgba(255, 219, 158, 0.0392);

    box-sizing: border-box;
    border: 1px solid #3F414B;

    margin-bottom: 20px;
}

.index_content.three .discounts_area {
    flex-direction: row !important;
    gap: unset !important;
    height: 194px;
}


.discounts_check_left p {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1D1E1F !important;
}

.discounts_check_left .discounts_num {
    font-family: "D-DIN-PRO";
    font-size: 80px;
    color: #1D1E1F;
}

.discounts_check_left .discounts_unit {
    font-family: "D-DIN-PRO";
    font-size: 40px;
    color: #1D1E1F;
}


.index_content.three .discounts_area>div {
    text-align: center;
}

.index_content.three .discounts_area>div p:first-child {
    margin-bottom: 10px;
}

.discounts_area .discounts_check_right>div {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    justify-content: space-between;
    text-align: left;
}

.discounts_area .discounts_check_right>div:last-child {
    flex: 1;
}

.discounts_area .discounts_check_right>div a {
    width: 100%;
    min-width: 116px;
    height: 40px;
    border-radius: 8px;
    opacity: 1;
    text-decoration: none !important;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    font-size: 14px;
    color: #1F1F24;
}

.discounts_area .discounts_check_right>div p {
    font-size: 16px !important;
    font-weight: normal;
    color: #80879A;
}



.discounts_area .discounts_check_left {
    position: relative;
    background-image: url(/images/mining_machine/registered_left.png);
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 312px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discounts_area .discounts_check_right {
    position: relative;
    background-image: url(/images/mining_machine/registered_right.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.index_content.three .tip_area img {
    width: 20px;
}

.index_content.three .tip_area p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.index_content.four {
    position: relative;
    padding: 100px 30px 0px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 369px;
    background: linear-gradient(222deg, rgba(46, 47, 54, 0.8) 0%, rgba(46, 47, 54, 0.3) 94%);
    /*   */
    border-radius: 12px;

    background-image: url(/images/mining_machine/desk_bg.png?v=1);
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.index_content.four>div:not(.title_bg) {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.index_content.four>div>div {
    position: relative;
}

.index_content.four>div>div img {
    width: 100%;
    max-width: 411px;
}

.index_content.four>div>div {
    transition: transform 0.3s ease;
}

.index_content.four>div>div:hover {
    transform: translateY(-7px);
}

.index_content.four .bg_description {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 18px;
}


.index_content.four .bg_description p {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: left;
}

.index_content.four .bg_description span {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFDB9E;
    text-align: left;
}

.machine_hp_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    overflow: hidden;
    outline: 0;
}

.machine_hp_loading_backdrop {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 0px);
    background: #1F1F24;
    z-index: 50;
    width: 100%;
    opacity: 1;
}

.machine_loading_dialog {
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 0rem);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    pointer-events: auto;
    outline: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100vw;
}

.mining_type_h5 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.mining_type_h5>div:last-child {
    border-radius: 24px 24px 24px 0px !important;
    opacity: 1;

    display: flex;
    flex-direction: column;
    padding: 3px 10px;

    background: linear-gradient(270deg, #DFD847 0%, #FFFDF2 223%);

}

.mining_type_discount {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: 0em !important;
    color: #1F1F24 !important;
    white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
    .kas_miners {
        flex-wrap: wrap;
    }

    .kas_miners>div {
        flex: 1 1 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
    }

    .miner_area {
        max-width: unset;
    }
}

@media only screen and (max-width: 1200px) {


    .alph_rxd_miners_area .alph_rxd_miners {
        flex-wrap: wrap;
        gap: 20px;
    }

    .alph_rxd_miners_area .alph_rxd_miners>div {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }


}

@media only screen and (max-width: 1000px) {

    .index_content.four .bg_description p {
        font-size: 16px;
    }

    .index_content.four .bg_description span {
        font-size: 14px;
    }

    .index_content.two .hosting_miners.pc {
        display: none;
    }

    .kas_miners.h5,
    .coin_type_show {
        display: flex !important;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {

    .bg_top {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1414px;
        background-image: url(/images/mining_machine/bg1_h5.png) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        z-index: 0;
    }

    .bg_top.en-US {
        height: 1620px;
    }

    .bg_top.ru-RU {
        height: 1600px;
    }

    .bg_top.de-DE {
        height: 1500px;
    }

    .bg_top.es-ES {
        height: 1500px;
    }

    .bg_bottom {
        background-image: none !important;
    }

    .index_header {
        padding-top: 35px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .index_content.one {
        min-height: 490px;
        margin-bottom: 80px !important;
        gap: 0;
        padding-top: 0 !important;
    }

    .index_content.one.en-US {
        min-height: 580px;
    }

    .index_content.one>div p {
        font-size: 28px;
    }

    .index_content.one>div span {
        font-size: 12px;
    }

    .index_content.one .content_one_button {
        width: 100%;
    }

    .index_content.one .content_one_button>div {
        width: 50%;
        max-width: calc(50% - 10px);
    }

    .index_content.one .content_one_button>div:first-child {
        width: 100%;
        max-width: unset;
    }

    .index_content.one .content_one_button>div button,
    .index_content.one .content_one_button>div a {
        width: 100%;
        max-width: unset;
        font-size: 14px;
        min-width: unset;
    }

    .title_bg .title_bg_text1 {
        font-size: 15px;
    }

    .title_bg .title_bg_text2 {
        font-size: 11px;
    }

    .method_application_text {
        color: #FFDB9E;
    }

    .method_application_area p {
        color: #80879A !important;
    }

    .index_content {
        padding-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .index_content.two> :not(.title_bg) p {
        font-size: 16px;
    }

    .index_content.two> :not(.title_bg) span {
        font-size: 14px !important;
    }

    .index_content {
        border: none !important;
        background: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .index_content .title_bg {
        width: 100%;
    }

    .mining_type_h5 {
        display: flex;
        padding-left: 10px;
        gap: 8px;
    }

    .index_content.two span.mining_type_text {
        font-size: 16px !important;
        color: #FFDB9E !important;
        font-weight: bold !important;
    }

    .index_content.two span.mining_type_discount {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    .mining_type_h5>div:first-child {
        position: relative;
    }

    .mining_type_h5>div:first-child::after {
        position: absolute;
        content: '';
        display: block;
        width: 4px;
        height: 15px;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
    }

    .kas_miners>div {
        flex: 1 1 calc(50% - 20px) !important;
        max-width: calc(50% - 9px) !important;
        padding: 23px 6px 0 6px !important;
    }

    .alph_rxd_miners_area .alph_rxd_miners>div {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 9px);
        padding: 23px 6px 0 6px;
    }

    .miner_area img {
        max-height: 96px;
    }

    .miner_area button {
        border: none;
        border-radius: unset;
        border-top: 1px solid #3F414B;
    }

    .miner_area {
        gap: 20px;
    }

    .miner_area .miner_area_top {
        gap: 20px;
    }

    .discounts_area .discounts_check_left {
        background-image: url(/images/mining_machine/registered_left_h5.png);
        width: 100%;
        max-width: 99px;
    }

    .discounts_area .discounts_check_right {
        background-image: url(/images/mining_machine/registered_right_h5.png);
        padding: 0 12px;
    }

    .discounts_check_right>div:last-child {
        display: none;
    }

    .index_content.three> :not(.title_bg) p {
        font-size: 14px;
    }

    .discounts_check_left .discounts_num {
        font-size: 48px;
    }

    .discounts_check_left .discounts_unit {
        font-size: 24px;
    }

    .index_content.three .discounts_area {
        height: 151px;
    }

    .index_content.four>div:not(.title_bg) {
        flex-direction: column;
        gap: 16px !important;
    }

    .index_content.four {
        height: auto;
        margin-bottom: 0px !important;
    }

    .index_content.four>div>div img {
        max-width: unset;
    }

    .index_content.four .bg_description p {
        font-size: 24px;
    }

    .index_content.four .bg_description span {
        font-size: 18px;
    }

    .mining_type_h5>div:last-child{
        border-radius: 0px 24px 24px 0px !important;
    }
}

@media only screen and (max-width: 470px) {
    .bg_top.ru-RU {
        height: 1750px;
    }

    .kas_miners>div {
        flex: unset !important;
        max-width: unset !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .miner_area {
        max-width: unset;
    }

    .miner_area .miner_area_top {
        flex-direction: row;
        padding: 23px 20px 0 20px;
    }

    .miner_area .miner_area_top .machine_size {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .miner_area .miner_area_top>div:last-child {
        width: 100%;
    }
}



@media only screen and (max-width: 410px) {

    .index_content.one .content_one_button>div {
        width: 50%;
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 10px);
    }

    /* .kas_miners>div {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 5px);
        padding: 23px 6px 0 6px;
    } */

    .alph_rxd_miners_area .alph_rxd_miners>div {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 5px);
        padding: 23px 6px 0 6px;
    }

    /* .index_content.two> :not(.title_bg) p {
        font-size: 12px;
    }

    .index_content.two> :not(.title_bg) span {
        font-size: 10px !important;
    } */


    .index_content.three> :not(.title_bg) p {
        font-size: 12px;
    }

    .discounts_area .discounts_check_right>div p {
        font-size: 12px !important;
    }

    .index_content.four .bg_description p {
        font-size: 14px;
    }

    .index_content.four .bg_description span {
        font-size: 12px;
    }

    .bg_top.ru-RU {
        height: 1900px;
    }

    .bg_top.de-DE {
        height: 1600px;
    }

    .bg_top.es-ES {
        height: 1600px;
    }
}