.you-miner {
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 144px;
    padding-left: 40px;
    border-radius: 40px;
    background: #1F1F1F;
    position: relative;
    width: 100%;
}
.you-miner .title {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 126px;
    line-height: 100%;
    color: #FF741F;
    width: 914px;
    margin-top: 0px;
    margin-left: -83px;
    transform: rotate(-6.8deg);
    margin-bottom: 60px;
}
.you-miner-text{
    max-width: 834px;
}
.list-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.list {
    color: #F6F6F6CC;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 20px;
    border: 1px solid #5C5C5C4D;
    border-radius: 80px;
    width: fit-content;
}
.s-title{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #F6F6F6;
    margin:0 0 40px;
}
.btn-orrr-cross {
    display: block;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
    width: 213px;
    text-align: left;
    padding: 0 24px;
    position: relative;
    border-radius: 100px;
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    border: 1px solid #FF741F;
    color: #fff;
    z-index: 12;
}
.btn-orrr-cross:hover{
    background: transparent;
    color: #fff;
    box-shadow: 0 0 0 1px #FF741F inset;
}
.btn-orrr-cross:before {
    position: absolute;
    right: 30px;
    top: calc(50% - 7px);
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/icons/Rectangle_40430_w.svg) 50% no-repeat;
    background-size: contain;
}
.you-miner .img{
    width: 852px;
    height: 657px;
    background: url("../img/you-miner-bg.jpg") no-repeat center;
    border-radius: 30px;
    overflow: hidden;
}
.need-miner{
    overflow: hidden;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-bottom: 144px;
    border-radius: 40px;
    background: #1F1F1F;
    position: relative;
    width: 100%;
    height: fit-content;
}
.need-miner .need-miner-left{
    padding: 40px 0 40px 40px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    max-width: 850px;
}
.need-miner .title {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 76px;
    line-height: 108%;
    color: #FF741F;
}
.need-miner .r-title{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #F6F6F6;
}
.need-miner-img{
    content: '';
    height: 440px;
    width: 728px;
    background: url("../img/need-miner-img-new.png") no-repeat center;
    background-size: cover;
}
.need-miner .m-title {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ff741f;
    margin-bottom: 40px;
}
.mining-hotel{
    margin-bottom: 144px;
    padding: 40px;
    border-radius: 40px;
    background: #1F1F1F;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.mining-hotel-img-1{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: url("../img/mining-hotel-bg-1.png") no-repeat center;
    background-size: cover;
    width: 633px;
    height: 176px;
}
.mining-hotel .right-block{
    max-width: 799px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.mining-hotel .r-title{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #F6F6F6;
}
.mining-hotel .title {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 76px;
    line-height: 108%;
    color: #FF741F;
}
.mining-hotel  .list-wrap{
    margin: 0;
}
.up-tarif {
    padding: 40px;
    border-radius: 40px;
    background: #1F1F1F url(../img/up-tarif-bg.png) no-repeat top right;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 122px;
}
.up-tarif .title {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 76px;
    line-height: 1;
    max-width: 814px;
    color: #FF741F;
}
.up-tarif .r-title {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #F6F6F6;
}
.up-tarif  .right-block{
    max-width: 810px;
}
.you-miner .img-mobile{
    display: none;
}
@media (max-width: 1730px) {
    .up-tarif {
        margin-bottom: 88px;
        background: #1F1F1F url(../img/up-tarif-bg-1730.png) no-repeat top left;
        background-position-x: 90px;
    }
    .up-tarif .title {
        max-width: 490px;
        font-size: 64px;
        line-height: 108%;
    }
    .up-tarif .right-block {
        max-width: 616px;
    }
    .you-miner .title{
        font-size: 106px;
        line-height: 100%;
        max-width: 677px;
        width: 100%;
        margin-left: -68px;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .you-miner{
        margin-bottom: 88px;
    }
    .you-miner .img{
        width: 650px;
        height: 648px;
    }
    .you-miner .you-miner-text{
        max-width: 600px
    }
    .you-miner .list:nth-child(1){
        order: 1;
    }
    .you-miner .list:nth-child(2){
        order: 4;
    }
    .you-miner .list:nth-child(3){
        order: 2;
    }
    .you-miner .list:nth-child(4){
        order: 3;
    }
    .mining-hotel{
        margin-bottom: 88px;
    }
    .mining-hotel .right-block{
        max-width: 610px;
    }
    .mining-hotel .title{
        font-weight: 500;
        font-size: 64px;
        line-height: 108%;
    }
    .mining-hotel-img-1{
        width: 549px;
        height: 161px;
    }
    .need-miner{
        margin-bottom: 88px;
    }
    .need-miner .title{
        font-weight: 500;
        font-size: 64px;
        line-height: 108%;
        max-width: 527px;
    }
    .need-miner .need-miner-left{
        max-width: 640px;
    }
    .need-miner-img {
        height: 517px;
        width: 581px;
        background: url("../img/need-miner-img-new-1440.png") no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 1439px) {
    .up-tarif .title{
        font-size: 24px;
        line-height: 28px;
        max-width: 223px;
    }
    .up-tarif {
        padding: 30px;
        border-radius: 24px;
        background: #1F1F1F url(../img/up-tarif-bg-768.png) no-repeat top left;
        background-position-x: 34px;
    }
    .up-tarif .r-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .up-tarif .right-block {
        max-width: 310px;
    }
    .list-wrap{
        gap: 10px;
        margin-bottom: 18px;
    }
    .list {
        padding: 10px;
        border-radius: 12px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }
    .up-tarif .list:nth-child(1){
        width: 117px;
    }
    .up-tarif .list:nth-child(2){
        width: 162px;
    }
    .up-tarif .list:nth-child(3){
        width: 137px;
    }
    .up-tarif .list:nth-child(4){
        width: 134px;
    }
    .btn-orrr-cross {
        font-weight: 400;
        font-size: 12px;
        line-height: 38px;
        padding: 0 16px;
        height: 38px;
        width: 154px;
    }
    .btn-orrr-cross:before{
        width: 12px;
        height: 12px;
        right: 16px;
        top: calc(50% - 6px);
    }
    .you-miner {
        border-radius: 24px;
        padding-left: 30px;
    }
    .you-miner .title {
        font-weight: 500;
        font-size: 60px;
        line-height: 1;
        z-index: 9;
        margin-top: -26px;
        margin-left: -39px;
        margin-bottom: 12px;
        max-width: 420px;
        position: relative;
    }
    .you-miner .you-miner-text{
        max-width: 305px;
    }
    .you-miner .s-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        margin-bottom: 20px;
    }
    .you-miner .list-wrap {
        max-width: 305px;
        margin: 20px 0;
    }
    .you-miner .list-wrap .list:nth-child(1){
        max-width: 117px;
    }
    .you-miner .list-wrap .list:nth-child(3){
        order: 9;
    }
    .you-miner .list-wrap .list:nth-child(4){
        max-width: 177px;
    }
    .you-miner .img {
        height: 360px;
        width: 330px;
        max-width: 340px;
        z-index: 10;
        background-size: cover;
        border-radius: 24px;
    }
    .mining-hotel{
        padding: 30px;
        border-radius: 24px;
    }
    .mining-hotel .title{
        font-weight: 600;
        font-size: 31px;
        line-height: 31px;
    }
    .mining-hotel .r-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .mining-hotel .right-block{
        padding-right: 20px;
        gap: 20px;
        max-width: 320px;
    }
    .mining-hotel .list-wrap{
        flex-wrap: wrap;
    }
    .mining-hotel .list-wrap{
        flex-direction: row
    }
    .mining-hotel .list:first-child{
        max-width: 120px;
    }
    .mining-hotel .list:nth-child(2){
        max-width: 162px;
    }
    .mining-hotel .list:nth-child(3){
        max-width: 137px;
    }
    .mining-hotel .list:nth-child(4){
        max-width: 134px;
    }
    .mining-hotel-img-1{
        background: url("../img/mining-hotel-bg-1-m.png") no-repeat center;
        width: 263px;
        height: 69px;
    }
    .need-miner{
        border-radius: 24px;
    }
    .need-miner .need-miner-left{
        padding: 30px 0 30px 30px;
        gap: 20px;
    }
    .need-miner .title{
        font-weight: 600;
        font-size: 31px;
        line-height: 31px;
    }
    .need-miner-img {
        height: 260px;
        width: 326px;
        background: url("../img/need-miner-img-new-768.png") no-repeat center;
        background-size: cover;
    }
    .need-miner .r-title{
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #F6F6F6;
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .need-miner .right-block{
        max-width: 100%;
    }
    .need-miner{
        flex-direction: column;
        position: relative;
    }
    .need-miner .title{
        font-size: 31px;
        line-height: 108%;
    }
    .need-miner .r-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .need-miner .need-miner-left{
        padding: 40px 10px 0;
    }
    .btn-orrr-cross{
        width: 100%;
    }
    .need-miner-img {
        height: 90px;
        width: 340px;
        background: url("../img/need-miner-img-new-360.png") no-repeat center;
        background-size: cover;
    }
    .mining-hotel {
        padding: 40px 10px 101px;
        border-radius: 24px;
        flex-direction: column;
        gap: 20px;
    }
    .mining-hotel .title {
        font-weight: 500;
        font-size: 40px;
        line-height: 108%;
        margin: 0;
    }
    .mining-hotel .right-block {
        gap: 20px;
        max-width: 100%;
    }
    .mining-hotel .r-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .mining-hotel .list:first-child, .mining-hotel .list:nth-child(2), .mining-hotel .list:nth-child(3), .mining-hotel .list:nth-child(4), .list {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 12;
        background: #1F1F1F;
    }
    .mining-hotel .btn-orrr-cross, .you-miner .btn-orrr-cross {
        order: 2;
        z-index: 10;
    }
    .mining-hotel-img-1 {
        background: url(../img/mining-hotel-bg-all-m.png) no-repeat center bottom;
        background-size: cover;
        width: 100%;
        height: 104px;
        z-index: 0;
    }
    .you-miner {
        padding: 0 10px 40px;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .you-miner .img-desc{
        display: none;
    }
    .you-miner .img-mobile{
        display: block;
    }
    .you-miner .title {
        order: 1;
        font-weight: 500;
        font-size: 50px;
        line-height: 54px;
        margin-top: 0;
        margin-left: -25px;
    }
    .you-miner .s-title {
        order: 1;
        margin: 0;
    }
    .you-miner .img {
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: 220px;
        position: relative;
        order: 2;
        background-size: cover;
    }
    .you-miner .list-wrap {
        margin: 0;
        order: 2;
        max-width: 100%;
    }
    .you-miner .list-wrap .list, .you-miner .list-wrap .list:nth-child(1), .you-miner .list-wrap .list:nth-child(4) {
        width: 100%;
        max-width: 100%;
    }
    .you-miner .list-wrap .list:nth-child(3), .you-miner .list-wrap .list:nth-child(2) {
        width: calc(50% - 5px);
    }
    .you-miner .you-miner-text{
        max-width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .up-tarif {
        padding: 40px 10px 40px;
        background: #1F1F1F;
        flex-direction: column;
        position: relative;
    }
    .up-tarif .right-block {
        max-width: 100%;
    }
    .up-tarif:before, .up-tarif:after{
        position: absolute;
        content: '';
        width: 60px;
        height: 65px;
        top: 0;
        right: 19px;
        background: url("../img/up-tarif-before.png") no-repeat center;
        background-size: cover;
    }
    .up-tarif:after{
        bottom: 0;
        top: auto;
        right: 0;
        width: 195px;
        height: 145px;
        border: red;
        background: url("../img/up-tarif-after.png") no-repeat center;
    }
    .up-tarif .list-wrap{
        z-index: 0;
        position: relative;
    }
    .up-tarif .title{
        font-size: 37px;
        line-height: 108%;
        margin-bottom: 30px;
    }
    .up-tarif .r-title{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .up-tarif .list:nth-child(1), .up-tarif .list:nth-child(2), .up-tarif .list:nth-child(3), .up-tarif .list:nth-child(4){
        width: 100%;
    }
    .up-tarif, .you-miner, .mining-hotel, .need-miner{
        margin-bottom: 56px;
    }
}