.konverter-heshrejta-page-wrap{
    padding: 64px 0;
    background: #1F1F1F;
    color: #fff;
    border-radius: 64px 64px 0 0;
}
h1{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 116px;
    line-height: 108%;
    margin: 64px 0;
    text-transform: uppercase;
}
h1 span{
    color: #1F1F1F;
    text-shadow: 1px 0 0 #757575, 0 1px 0 #757575, -1px 0 0 #757575, 0 -1px 0 #757575;
}
h2{
    margin: 64px 0 48px;
    font-family: Unbounded;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
}
.konverter-heshrejta-page-wrap-w{
    border-radius: 64px 64px 0 0;
    overflow: hidden;
    margin-top: -64px;
    background: #fff;
    padding-bottom: 64px;
}
.konverter-heshrejta-page-wrap-w-text{
    background: #F6F6F6;
    padding-bottom: 128px;
}
.konverter-heshrejta-page-wrap-w-text ul{
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 10px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.konverter-heshrejta-page-wrap-w p{
    margin-bottom: 10px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #141414;
}
.faq-row{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #5C5C5C;
    padding: 30px 0;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #141414;
}
.faq-row .title{
    font-family: Unbounded;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    max-width: 852px;
}
.faq-row .r-text{
    width: 100%;
    max-width: 852px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #141414;
    padding: 0;
}
.hashrate_converter_content{
    max-width: 852px;
    width: 100%;
    margin: 0 auto 144px;
    border-radius: 32px;
    background: #262626;
    padding: 40px;
}
.convert_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row-calc-h{
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
}
.grey-wrap{
    padding: 14px 16px;
    background: #303030;
    border-radius: 14px;
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
}
.grey-wrap .label{
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.grey-wrap input{
    background: transparent;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.r-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-input{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background: url('../img/copy-btn.svg') no-repeat center;
}
.copy-input:hover{
    width: 24px;
    height: 24px;
    background: url('../img/copy-btn-h.svg') no-repeat center;
}
.tg-form-wrap{
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 64px 64px 0 0;
}
.message-copy{
    width: 277px;
    height: 64px;
    border-radius: 20px;
    padding: 20px 50px 20px 20px;
    position: fixed;
    right: 53px;
    bottom: 53px;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #141414;
    z-index: 999999999999;
    display: none;
}
.message-copy svg{
    margin-right: 10px;
    float: left;
}
.close-message{
    position: absolute;
    content: '';
    border-radius: 50%;
    right: 10px;
    top: 10px;
    background: url("../img/close-message.svg") no-repeat center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.mob{
    display: none;
}
@media (max-width: 1730px) {
    h1{
        color: #F6F6F6;
        margin-bottom: 40px;
        font-weight: 500;
        font-size: 89px;
        line-height: 100%;
    }
    h1 span{
        display: block;
        width: 100%;
        text-align: right;
        margin-top: -22px;
    }
    .faq-row .title{
        max-width: 455px;
    }
    .faq-row .r-text{
        max-width: 660px;
    }
}
@media (max-width: 1439px) {
    h1{
        margin: 20px 0;
        font-weight: 500;
        font-size: 48px;
        line-height: 64px;
    }
    .hashrate_converter_content{
        padding: 20px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 48px;
    }
    .grey-wrap{
        max-width: 528px;
        padding: 8px 16px;
        border-radius: 10px;
    }
    .row-calc-h{
        gap: 10px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .convert_box{
        gap: 10px;
    }
    .copy-input{
        width: 16px;
        height: 16px;
        background-size: cover;
        margin-right: 15px;
    }
    .copy-input:hover{
        width: 16px;
        height: 16px;
        background-size: cover;
    }
    .grey-wrap input{
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .konverter-heshrejta-page-wrap{
        padding-top: 32px;
        border-radius: 32px 32px 0 0;
    }
    .konverter-heshrejta-page-wrap-w {
        padding-top: 32px;
        border-radius: 32px 32px 0 0;
        padding-bottom: 28px;
    }
    .konverter-heshrejta-page-wrap-w-text{
        padding-bottom: 80px;
    }
    h2{
        font-family: Unbounded;
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 32px;
    }
    .tg-form-wrap {
        border-radius: 32px 32px 0 0;
    }
    .konverter-heshrejta-page-wrap-w p{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .konverter-heshrejta-page-wrap-w-text ul{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .faq-row{
        padding: 20px 0;
    }
    .faq-row .title{
        font-family: Unbounded;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        max-width: 250px;
    }
    .faq-row .r-text{
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        max-width: 336px;
    }
    .message-copy{
        font-size: 12px;
        line-height: 16px;
        width: 196px;
        height: 56px;
        border-radius: 15px;
        padding: 20px 35px 20px 15px;
        right: 34px;
        bottom: 34px;
    }
    .message-copy svg{
        width: 16px;
        height: 16px;
    }
    .close-message{
        width: 16px;
        height: 16px;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    h1 {
        margin: 20px 0;
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    h1 span{
        margin: 0;
    }
    .hashrate_converter_content{
        border-radius: 20px;
        padding: 20px 10px;
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }


    .grey-wrap{
        max-width: 100%;
        padding: 6px 10px;
        border-radius: 8px;
    }
    .dop-info{
        display: none;
    }
    .konverter-heshrejta-page-wrap{
        border-radius: 24px 24px 0 0;
    }
    .konverter-heshrejta-page-wrap-w{
        border-radius: 24px 24px 0 0;
    }
    h2{
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-transform: uppercase;
        margin:0 0 20px;
    }
    .home_epic_tg{
        margin-top: 0 !important;
    }
    .grey-wrap input{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .row-calc-h{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .copy-input {
        margin-right: 10px;
    }
    .faq-row{
        flex-direction: column;
        gap: 10px;
    }
    .faq-row .title{
        font-family: Unbounded;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
    .faq-row .r-text{
        max-width: 100%;
    }
    .message-copy{
        right: 10px;
        bottom: 10px;
        width: 148px;
        height: 36px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 10px;
        padding: 10px;
    }
    .message-copy svg{
        margin-right: 7px;
    }
    .mob{
        display: inline-block;
    }
    .desc{
        display: none;
    }
}