h1{
    font-size: 67px;
    font-weight: 400;
    padding-top: 57px;
    margin-bottom: 60px;
    line-height: 95%;
    margin-right: 50px;
    margin-left: 50px;
}
main .client-cart{
    margin-bottom: 50px;
}
main .empty-cart-order{
    margin-top: 120px;
}
.warranty-row{
    margin-bottom: 60px;
    height: 180px;
    border-radius: var(--box-radius);
    background-color: var(--but-color);
    display: flex;
    padding-left: 50px;
    padding-right: 30px;
}
.warranty-row > div:nth-child(1){
    padding-top: 45px;
    flex-basis: 350px;
    flex-shrink: 0;
}
.warranty-row > div:nth-child(2){
    padding-top: 97px;
    flex-grow: 1;
    text-wrap: balance;
}
.warranty-row > div:nth-child(3){
    flex-basis: 380px;
    flex-shrink: 0;
    position: relative;
}
.warranty-row .warranty-img{
    position: absolute;
    bottom: var(--warranty-img-bottom);
    width: var(--warranty-img-width);
}
.warranty-row .head{
    margin-bottom: 23px;
    font-size: 29px;
    color: white;
    line-height: 100%;
}
.warranty-row span{
    margin: 0;
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 113%;
}
.client-order-form{
    margin-bottom: 75px;
}
.client-order-form .form-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.form-row-m{
    margin-bottom: 25px;
}
.client-order-form .form-row-btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.client-order-form 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, .cs-search{
    display: flex;
    align-items: center;
    height: 60px;
    width: 380px;
    background-color: var(--white);
}
input.cs-input:disabled{
    opacity: 0.5;
}
input.cs-input.w100{
    width: 100%;
}
.client-order-form .pick-up-row{
    width: 880px;
}
.client-order-form .pick-up-btn{
    position: relative;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    display: inline-flex;
    width: 280px;
    height: 60px;
    border-radius: var(--box-radius);
}

.client-order-form textarea.cs-input {
    padding-top: 22px;
    height: 90px;
}
.form-row-btn button{
    position: relative;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    display: inline-flex;
    width: 280px;
    height: 60px;
    border-radius: var(--box-radius);
}
.client-order-form button:not(:disabled):active{
    top:1px;
    left: 1px;
}
.client-order-form .confirm-box{
    display:inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 560px;
    margin-right: 40px;
}
.client-order-form .confirm-box > label{
    position: relative;
    bottom: 3px;
    margin: 0;
}
.client-order-form .confirm-item > label{
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.client-order-form .confirm-item input[type=radio]{
    display: none;
}
.client-order-form .confirm-item .radio{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--but-color);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: bottom;
}
.client-order-form .confirm-item .radio:before{
    content:'';
    display: inline-block;
    width:9px;
    height:9px;
    background-color: var(--but-color);
    position: absolute;
    top:50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-51%, -50%) scale(0);
    transition: 0.15s ease-in;
}

.client-order-form .confirm-item input[type=radio]:checked + .radio::before{
    transform: translate(-51%, -50%) scale(1);
}
.client-order-form .oferta-row{
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
    padding-right: 9px;
}

.order-complete{
    margin-top: 150px;
    text-align: center;
    margin-bottom: 200px;
}
.order-complete .head{
    font-size: 34px;
    color:var(--but-color);
    line-height: 95%;
}
.order-complete .content{
    margin-top: 45px;
    font-size: 24px;
    margin-bottom: 48px;

}
.order-complete .content div{
    line-height: 96%;
    margin-bottom: 14px;
}
.order-complete .content div:last-child{
    margin: 0;
}
.order-complete .complete-btn{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    height: 60px;
    width: 300px;
    border-radius: var(--box-radius);
    text-decoration: none;
    padding-left: 10px;
    text-align: left;
}

.order-complete .complete-btn svg{
    margin-right: 18px;
    width: 40px;
    height: 40px;
    fill:white;
 }
.order-complete .complete-btn .btn-txt{
    line-height: 108%;
}

.ya-btn-blue{
    color:white;
    background-color: var(--but-color);
    border-radius: var(--box-radius);
    font-size: 12px;
    outline: none;
    border: none;
    padding:2px 12px;
    position: relative;
}
.ya-btn-blue:hover{
    color:white;
    background-color: var(--light-but-color);
}
.ya-btn-blue:not(:disabled):active{
    top:1px;
    left:1px;
}
@media (max-width: 640px) and (orientation: portrait){
    h1{
        padding-top: 40px;
        font-size: 24px;
        margin: 0 0 30px 20px;
        line-height: 95%;
    }
    main .client-cart{
        margin-bottom: 20px;
    }
    .warranty-row{
        margin-bottom: 40px;
        height: 180px;
        border-radius: var(--box-mob-radius);
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 0;
    }
    .warranty-row > div:nth-child(1){
        padding-top: 20px;
        flex-basis: initial;
        flex-shrink: 0;
    }
    .warranty-row > div:nth-child(1) > span{
        display: inline-block;
        vertical-align: top;
        max-width: 187px;
    }
    .warranty-row > div:nth-child(2){
        padding-top: 25px;
        flex-grow: 1;
        text-wrap: balance;
        max-width: 170px;
    }
    .warranty-row > div:nth-child(3){
        flex-basis: initial;
        flex-shrink: 0;
        position: relative;
    }
    .warranty-row .warranty-img{
        position: absolute;
        bottom: var(--warranty-img-mob-bottom);
        right: var(--warranty-img-mob-right);
        width: var(--warranty-img-mob-width);
        height: auto;
    }

    .warranty-row .head{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .warranty-row span{
        font-size: 11px;
        line-height: 120%;
    }
    .client-order-form {
        margin-bottom: 35px;
    }
    .client-order-form .form-row{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
        position: relative;
    }
    .form-row-m{
        margin-bottom: 20px;
    }
    .client-order-form .form-row > div{
        margin-bottom: 20px;
    }
    .client-order-form .form-row-btn{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 20px;
    }
    .client-order-form label{
        font-size: 14px;
    }

    input.cs-input, select.cs-input, .cs-search{
        height: 40px;
    }

    .client-order-form .pick-up-row{
        width: 100%;
    }
    .client-order-form .pick-up-btn{
        position: absolute;
        top:-3px;
        right: 15px;
        font-size: 12px;
        width: 125px;
        height: 20px;
        border-radius: 10px;
    }
    .client-order-form button.pick-up-btn:not(:disabled):active {
        left: auto;
        top: -2px;
        right: 14px;
    }

    .client-order-form textarea.cs-input {
        padding-top: 14px;
        height: 102px;
    }
    .form-row-btn button{
        margin-top: 30px;
        position: relative;
        font-size: 16px;
        width: 380px;
        height: 40px;
        border-radius: var(--box-mob-radius);
    }

    .client-order-form .confirm-box{
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        margin-right: 0
    }
    .client-order-form .confirm-box > label{
        position: relative;
        flex-basis: 100%;
        margin: 0 0 12px 0;
    }

    .client-order-form .confirm-item input[type=radio]{
        display: none;
    }

    .client-order-form .oferta-row{
        padding-right: 0;
    }

    .order-complete{
        margin-top: 145px;
        text-align: center;
        margin-bottom: 155px;
    }
    .order-complete .head{
        font-size: 24px;
        line-height: 95%;
    }
    .order-complete .head .thanks{
        display: block;
        margin-bottom: 14px;
    }
    .order-complete .content{
        margin-top: 32px;
        font-size: 14px;
        margin-bottom: 44px;

    }
    .order-complete .content div{
        line-height: 96%;
        margin-bottom: 10px;
    }
    .order-complete .content div:last-child{
        margin: 0;
    }
    .order-complete .complete-btn{
        font-size: 12px;
        height: 40px;
        width: 220px;
        border-radius: var(--box-mob-radius);
        padding-left: 1px;
    }

    .order-complete .complete-btn svg{
        margin-right: 6px;
        width: 40px;
        height: 40px;
        fill:white;
        scale: 0.72;
    }
    .btn-blue{
        border-radius: var(--box-mob-radius);
    }

}