.order{
    padding: 80px 0px;
}

.order .page-content:after{
    content: "";
    display: block;
    clear: both;
}

.order-items{
    float: left;
    width: calc(50% - 10px);
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: 0px;
    transition: 0.3s;
}

.order-items:hover{
    top: -5px;
}

.order-items:first-child{
    margin-right: 20px;
}

.oi-icon{
    display: inline-block;
    border: 1px solid #CCC;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.oi-price-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.oi-desk-price{
    color: #7A7A7A;
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 30px;
}

/*Form order*/

.bg-black{
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5000;
    display: none;
}

.form-order{
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1140px;
    height:750px;
    top: 48%;
    left: 50%;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.header-form-order{
    background-color: #f2f6fb;
    height: 100px;
    position: relative;
}

.header-fotm-order-title{
    font-size: 21px;
    color: #000;
    padding: 35px;
    box-sizing: border-box;
}

.close-form-order{
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 28px;
    right: 35px;
    background-image: url(../img/iconDelete.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.line-order-progress{
    height: 3px;
    position: relative;
    top: -3px;
    margin-bottom: 15px;
}

.line-order-pointer{
    height: 100%;
    background-color: rgb(13,123,201);
    width: 0px;
    transition: 0.3s;
}

.line-order-progress[step='1'] .line-order-pointer{
    width: 50%;
}

.line-order-progress[step='2'] .line-order-pointer{
    width: 100%;
}

.tabs-content-order{
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 100px;
    overflow: hidden;
}

.order-navigation{
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
}

.order-navigation:after{
    content: "";
    display: block;
    clear: both;
}

.order-navigation .back-step{
    display: none;
    float: left;
}

.order-navigation .next-step{
    float: right;
}

.tabs-order{
/*    padding: 35px;*/
    padding: 35px 120px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tabs-order:after{
    content: "";
    display: block;
    clear: both;
}

.tabs-cols-order{
    float: left;
    margin-right: 60px;
}

.pain-row .rows-order-right .button{
    top: 3px;
}

.tabs-rows-order{
    margin-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px dotted rgba(13,123,201,0.5);
    position: relative;
}

.tabs-rows-order:last-child{
    border: none;
}

.tabs-rows-order:after{
    content: "";
    display: block;
    clear: both;
}

.rows-order-left{
    float: left;
    width: 60%;
}

.rows-order-left .form-order-title{
    font-size: 18px;
}

.rows-order-left .form-order-title-desk{
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.rows-order-right{
    float: right;
    width: 40%;
    text-align: right;
}

.rows-order-right .button{
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
    right: 0px;
    top: 13px;
}

.tabs-cols-order.w50{
    width: 50%;
    width: calc(50% - 60px);
}

.tabs-cols-order.w33{
    width: 33.33333%;
}

.form-order-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.form-order-title-desk{
    font-size: 14px;
    margin-bottom: 15px;
}

.tabs-order select{
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    color: #777 !important;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #ced4da !important;
    width: 100%;
    
    margin-bottom: 30px;
}

.tabs-order select:focus{
    border-color: rgb(13,123,201) !important;
}

.tabs-order select:focus-visible{
    border-color: rgb(13,123,201) !important;
}

.tabs-order input{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ced4da !important;
    background-color: #fff;
    color: #777 !important;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.tabs-order input:focus{
    border-color: rgb(13,123,201) !important;
}

.tabs-order textarea{
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ced4da !important;
    background-color: #fff;
    color: #777 !important;
    width: 100%;
    margin-bottom: 30px;
    resize: none;
    height: 70px;
    box-sizing: border-box;
}

.tabs-order textarea:focus{
    border-color: rgb(13,123,201) !important;
}

.form-paint-autograph{
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height:400px;
    top: 48%;
    left: 50%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    z-index: 2000;
    border-radius: 25px;
    display: none;
}

.window-paint{
    border:1px solid rgb(13,123,201);
    height: 250px;
    margin-bottom: 30px;
    overflow: hidden;
}

.form-paint-autograph .button{
    margin-right: 10px;
}

.bg-tab-black-fon{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.checkbox {
    display: inline-block;
    width: 45px;
    height: 25px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 15px;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.checkbox[value='0']:before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background-color: #FFF;
    border: 1px solid rgb(230,233,234);
    border-radius: 50%;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.checkbox[value='0'] {
    background-color: #FFF;
    border: 1px solid rgb(230,233,234);
}

.checkbox[value='1']:before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background-color: #FFF;
    border: 1px solid rgb(230,233,234);
    border-radius: 50%;
    position: relative;
    top: 0px;
    left: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.checkbox[value='1'] {
    border: 1px solid rgb(13,123,201);
    background-color: rgb(13,123,201);
}

.id-cart-style{
    position: absolute;
    top: 12px;
    left: 230px;
}

.rows50{
    width: 50%;
    text-align: left;
    position: relative;
}

.price-blog{
    text-align: right;
    margin-top: 30px;
    font-size: 17px;
}

.form-order-message{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 550px;
    height: 200px;
    top: 48%;
    left: 50%;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
    display: none;
}

.message-order-text{
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
    
    .order-items{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .form-order{
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        height: auto;
        transform:none;
        border-radius: 0px;
    }
    
    .header-fotm-order-title{
        padding: 35px 20px;
    }
    
    .tabs-order{
        padding: 35px 20px;
        overflow-y: auto;
    }
    
    .tabs-cols-order.w50{
        width: 100%;
    }
    
    .rows50{
        width: 100%;
    }
    
    .id-cart-style{
        left: auto;
        right: 10px;
    }
    
    .form-order-message{
        width: 90%;
    }
    
}