

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{
    border: 1px solid #F2F3F4;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus{
    border: 1px solid #121313;
}


.navpage{
    flex-wrap: wrap;
}

.navpage__container{
    padding-left: 0;
}

.order{

}


.order__container{
    width: 100%;

}

.order__form{
    width: 100%;

    display: grid;
    grid-template-columns: 762fr 678fr;
}

.order__left{
    padding-left: 40px;
    padding-right: 40px;
}

.order__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

    margin-top: 60px;
}

.order__input-group-row{
    margin-top: 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.order__input-group-text{

}

.order__input-login{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;

    text-decoration: underline !important;

    color:  #121313;
}

.order__input-group-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    margin-bottom: 14px;
}

.order__input{
    padding: 18px 16px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;

    color: #121313;

    background-color: #f2f3f4;

    border-radius:  3px;

    width: 100%;

    border: none;
}

.order__input-row{
    display: grid;
    grid-template-columns: 1fr 1fr;

    column-gap: 20px;
}

.order__input-group{
    width: 100%;
}

.order__input-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
}

.order__input-text1{
    margin-top: 24px;
    margin-bottom: 20px;
}

.order__input-group-email{
    margin-top: 30px;
}



.order__delivery{
    margin-top: 40px;
}

.order__delivery-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
}

.order__delivery-row{
    display: flex;
    align-items: center;
}

.order__delivery-icon-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;

    margin-right: 14px;

}

.order__delivery-radio-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.order__delivery-radio-decor{
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;

    border: 1px solid #121313;

    border-radius: 3px;

    width: 24px;
    height: 24px;

    background-color: #FFFFFF;

    user-select: none;
}



.order__delivery-radio-decor.active{
    background-color: #121313;
}

.order__delivery-radio{
    width: 24px;
    height: 24px;
}

.order__delivery-label{
    margin-left: 15px;

    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    color: #121313;
}

.order__delivery-rows{
    margin-top: 33px;
}

.order__delivery-row:not(.order__delivery-row:first-child){
    margin-top: 20px;
}


.order__adress{
   margin-top: 40px;
}

.order__adress-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;

    margin-bottom: 20px;
}


.order__adress-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    width: 100%;
}

.order__adress-group{
    margin-top: 20px;

    width: 100%;
}

.order__adress-input-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    color: #121313;
}

.order__adress-input{
    font-family: "Inter";
    margin-top: 14px;

    width: 100%;

    border-radius: 3px;

    background: #f2f3f4;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    padding: 16px 18px;

    border: none;
}

.order__adress-input::placeholder{
    color: #AFAFAF;
}

.order__payment-label{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    color: #121313;

    margin-left: 15px;
}


.order__payment{
    margin-top: 40px;
}

.order__payment-icon{
    margin-right: 16px;
}

.order__payment-rows{
    margin-top: 13px;
}

.order__payment-row{
    display: flex;
    align-items: center;
}

.order__payment-button-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.order__payment-button{
    width: 24px;
    height: 24px;
}

.order__payment-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__payment-row{
    margin-top: 20px;
}

.order__payment-mark{
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;


    border: 1px solid #121313;

    width: 24px;
    height: 24px;
    background: #ffffff;

    border-radius: 3px;

    user-select: none;

}

.order__payment-mark.active{
    background: #121313;
}


.order__right{
    width: 100%;
    background-color: #F2F3F4;

    padding: 44px;
}

.order__items{
    max-height: 452px;

    overflow-y: scroll;

    padding-right: 36px;

    z-index: 3;

    position: relative;
}

.order__items-outer{
    position: relative;

}

.order__items-line{
    position: absolute;
    height: 100%;
    right: 1px;
    top: 0;

    width: 1px;

    background: #BEBEBE;

    z-index: 2;
}

.order__item{
    display: flex;

    width: 100%;

    padding-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #121313;
}

.order__item-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;

    margin-left: 16px;
}

.order__item-button-delete{
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    border: 1px solid #121313;

    background: #121313;

    transition: .3s linear;

    width: 34px;
    height: 34px;

    cursor: pointer;
}

.order__item-button-delete img{
    transition: .3s linear;
}

.order__item-button-delete:hover{
    background: #F2F3F4;
}

.order__item-button-delete:hover img{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.order__item-text{
    max-width: 260px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__item-article{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;

    color: #BEBEBE;
}

.order__item-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__item-size{
    min-width: 45px;
    height: 34px;
    width: fit-content;

    padding-left: 12px;
    padding-right: 12px;

    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #121313;

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    text-align: center;

    color: #FFFFFF;
}

.order__item-price{
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}



.order__pack{
    margin-top: 20px;
}

.order__pack-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__pack-group{
    margin-top: 14px;

    display: flex;

    align-items: end;
}

.order__pack-row{
    display: flex;
    align-items: center;
}

.order__pack-row:not(.order__pack-row:first-child){
    margin-top: 20px;
}

.order__pack-right{
    margin-left: 40px;

    margin-bottom: 10px;
}

.order__pack-label{
    margin-left: 16px;

    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    color: #121313;
}

.order__pack-button-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.order__pack-button-mark{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    border-radius: 3px;
    border: 1px solid #121313;

    position: absolute;

    background: #F2F3F4;

    user-select: none;

}

.order__pack-button-mark.active{
    background: #121313;
}

.order__pack-label span{
    font-weight: 500;
}

.order__pack-button{
    height: 24px;
    width: 24px;
}



/* .order__bonuses */

.order__bonuses{
    margin-top: 40px;


}

.order__bonuses-groups{
    display: flex;
    align-items: center;

    margin-top: 24px;
}

.order__bonuses-group{
    display: flex;
    align-items: center;
}

.order__bonuses-group:not(.order__bonuses-group:first-child){
    margin-left: 24px;
}

.order__bonuses-button{
    width: 24px;
    height: 24px;
}

.order__bonuses-label{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    margin-left: 15px;
}

.order__bonuses-info{
    margin-left: 12px;
}

.order__bonuses-button-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.order__bonuses-mark{
    display: flex;
    align-items: center;
    justify-content: center;

    background: #F2F3F4;

    border: 1px solid #121313;

    width: 24px;
    height: 24px;

    border-radius: 3px;

    position: absolute;

    user-select: none;
}

.order__bonuses-mark.active{
    background: #121313;
}


.order__bonuses-use{
    margin-top: 40px;
}

.order__bonuses-use-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}


.order__bonuses-use-row{
    margin-top: 24px;

    display: flex;
    align-items: center;

    width: 100%;
}

.order__bonuses-use-input-holder{
    display: flex;
    align-items: center;

    position: relative;

    width: 100%;
}

.order__bonuses-use-input{
    padding: 18px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.69px;
    text-align: left;


    border-radius: 3px;
    border: 1px solid #121313 !important;

    width: 100%;

    margin-right: 14px;

    background: #F2F3F4;
}

.order__bonuses-use-button{
    font-family: "Inter", sans-serif;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: center;

    background-color: #121313;

    color: #FFFFFF;

    padding: 18px 24px;

    border-radius: 3px;

    border: 1px solid #121313;

    transition: .3s linear;
}

.order__bonuses-use-input-info{
    position: absolute;
    right: 18px;

    pointer-events: none;
}

.order__bonuses-use-tip{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;

    color: #121313;

    margin-top: 24px;
}




/* .order__total */

.order__total{
    margin-top: 40px;
}

.order__total-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__total-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__total-number{
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;

    color: #121313;
}

.order__total-delivery{
    margin-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__total-delivery-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__total-delivery-value{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    color: #121313;
}

.order__total-delivery-value.wrong{
    color: #F53F4A;
}


.order__total-final{
    margin-top: 21px;
    border-top: 1px solid #121313;

    padding-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__total-final-text{
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;

    color: #121313;
}

.order__total-final-value{
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;

    color: #121313;
}



.order__call{
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.order__call-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


.order__call-button{
    width: 24px;
    height: 24px;
}

.order__call-mark{
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #121313;

    width: 24px;
    height: 24px;

    background: #F2F3F4;

    border-radius: 3px;

    position: absolute;

    user-select: none;
}

.order__call-mark.active{
    background: #121313;
}

.order__call-label{
    margin-left: 15px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.order__button{
    margin-top: 40px;

    width: 100%;

    padding-top: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: #121313;

    border: 1px solid #121313;


    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;

    color: #FFF;

    transition: .3s linear;

    cursor: pointer;
}

.order__button:hover{
    color: #121313;
    background: #FFF;
}



@media screen and (max-width: 1300px){
    .order__form{
        display: flex;
        flex-direction: column;
    }

    .order__right{
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px){

    .order__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

    }

    .order__input-group-row{
        margin-top: 40px;
    }

    .order__left, .order__right{
        padding-left: 20px;
        padding-right: 20px;
    }

    .order__input-group-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
    }

    .order__delivery, .order__delivery-rows, .order__adress, .order__payment{
        margin-top: 24px;
    }

    .order__delivery-label{
        font-size: 12px;
        font-weight: 400;
        line-height: 14.52px;
        text-align: left;
    }

    .order__adress-title{
        margin-bottom: 0;
    }

    .order__right{
        padding-top: 24px;
    }

    .order__total-final-text{
        font-size: 20px;
        font-weight: 500;
        line-height: 24.2px;
        text-align: left;

    }

    .order__call-label{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: left;

    }

    .order__button, .order__total, .order__bonuses-use{
        margin-top: 24px;
    }

    .order__bonuses-use-title{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
    }

    .order__bonuses-use-input{
        font-size: 12px;
        font-weight: 400;
        line-height: 13.27px;

        padding: 15px;
    }

    .order__bonuses-use-button{
        font-size: 12px;
        font-weight: 500;
        line-height: 13.27px;
        text-align: left;

        padding-left: 10px;
        padding-right: 10px;
    }

    .order__pack{
        margin-top: 24px;
    }

    .order__input-group-email{
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px){
    .order__adress-row, .order__input-row{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .order__adress-group{
        margin-top: 0;
    }

    .order__adress-row{
        margin-top: 20px;
    }

    .order__adress-group-flat{
        margin-top: 20px;
    }
}
