h1{
    font-size: 67px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 97%;
}
h2{
    font-size: 34px;
    margin-bottom: 44px;
    text-align: left;
}
.bulk-content h2{
    margin-bottom: 20px;
}
.bulk-content{
    margin-bottom: 70px;
    max-width: 980px;
    text-align: justify;
}
.bulk-content{
    font-size: 16px;
}
.bulk-content p{
    margin: 0 0 30px 0;
    font-weight: 400;
    line-height: 142%;
}
.bulk-content ul{
    line-height: 170%;
    padding-left: 1rem;
}

.bulk-content p:last-child{
    margin: 0;
}
.form-head{
    font-size: 34px;
    margin-bottom: 44px;
}
.form-order-bulk{
    margin-bottom: 80px;
}
.form-order-bulk .form-row{
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}
.form-order-bulk label{
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
}
input.cs-input, select.cs-input{
    display: flex;
    align-items: center;
    height: 60px;
    width: 380px;
}

textarea.cs-input {
    height: 180px;
}
.btn-row{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.btn-row button{
    display: inline-flex;
    width: 280px;
    height: 60px;
    border-radius: var(--box-radius);
    outline: none;
    border: none;
    position: relative;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.btn-row button:not(:disabled):active{
    top:1px;
    left: 1px;
}
.oferta-row{
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
    padding-right: 9px;
}

.order-complete{
    margin-top: 120px;
    margin-bottom: 200px;
}
.order-complete .complete-head{
    font-size: 34px;
    text-align: center;
    color:var(--but-color);
    margin-bottom: 47px;
    line-height: 96%;
}
.order-complete .complete-row{
    font-size: 24px;
    text-align: center;
    line-height: 110%;
    margin-bottom: 14px;
}
.order-complete .complete-row:last-child{
    margin-bottom: 0;
}
ul.block {
    margin-top: 30px;
}
@media (max-width: 640px) and (orientation: portrait){
    h1{
        font-size: 37px;
        margin-bottom: 30px;
        line-height: 100%;
    }
    ul.block {
        margin-top: 10px;
    }
    .bulk-content{
        margin-bottom: 36px;
        max-width: initial;
    }
    .bulk-content{
        font-size: 12px;
    }
    .bulk-content p{
        margin: 0 0 10px 0;
        line-height: 147%;
    }

    .form-head{
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    h2{
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: left;
    }
    .bulk-content h2{
        margin-bottom: 12px;
    }
    .form-order-bulk{
        margin-bottom: 40px;
    }
    .form-order-bulk .form-row{
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        justify-content: center;
    }
    .form-order-bulk .form-row > div{
        margin-bottom: 18px;
    }
    .form-order-bulk label{
        margin-left: 9px;
        margin-bottom: 7px;
        font-size: 14px;
    }
    input.cs-input, select.cs-input{
        display: flex;
        align-items: center;
        height: 40px;
        width: 380px;
    }

    textarea.cs-input {
        height: 100px;
    }
    .btn-row{
        justify-content: center;
        margin-top: 30px;
    }
    .btn-row button{
        width: 380px;
        height: 40px;
        border-radius: var(--box-mob-radius);
        font-size: 16px;
    }
    .oferta-row{
        margin-top: 20px;
        padding-right: 0;
    }
    .oferta-row p {
        font-size: 12px;
        font-weight: 400;
        color:var(--gray);
        width: 280px;
        text-wrap: balance;
        margin: 0;
        line-height: 115%;
        text-align: right;
    }
    .oferta-row .link{
        color:var(--gray);
        text-decoration: none;
        border-bottom: 1px solid var(--but-color);
    }

    .order-complete{
        margin-top: 90px;
        margin-bottom: 95px;
    }
    .order-complete .complete-head{
        font-size: 24px;
        margin-bottom: 32px;
        line-height: 90%;
    }
    .complete-head .thanks{
        display:block;
        margin-bottom: 15px;
    }
    .order-complete .complete-row{
        font-size: 14px;
        text-align: center;
        line-height: 107%;
        margin-bottom: 9px;
    }
    .order-complete .complete-row:last-child{
        margin-bottom: 0;
    }
}