.cabinet_individual{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.cabinet_individual .block{
    position: relative;
    flex: 0 1 calc(100% / 3 - 30px);
    width: 460px;
    height: 214px;
    margin: 15px;
    border: 1px solid transparent;
    box-shadow: 0 0 12px 6px rgb(51 51 51 / 6%);
    border-radius: 15px;
}
.cabinet_individual .block h3{
    font-size: 22px;
    font-weight: bold;
}
.cabinet_individual .block .photo_name{
    display: flex;
    align-items: center;
    height: 80px;
    margin: 16px 26px;
    flex-direction: row;
}
.photo_name h3{
    margin-left: 14px;
}
.photo_name input{
    width: 80%;
    margin: 0 4px 0 -10px;
    padding-bottom: 6px;
}
.email input{
    width: 60%;
    margin: 0 6px;
}
.photo_name i{
    color: #ffdc00;
    font-size: 18px;
    cursor: pointer;
}
.photo_name img{
    width: 80px;
    height: 80px;
}
.cabinet_individual .block input.name{
    font-size: 22px;
    font-weight: bold;
    border: none;
    line-height: 20px;
}

.cabinet_individual .block .phone_email .email input{
    border: none;
}
.cabinet_individual .block .phone_email{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: -8px 26px 26px 26px;
    line-height: 1.8;
}
.phone_email .phone, .phone_email .email i{
    color: #ffdc00;
    font-size: 18px;
    cursor: pointer;
}
.phone_email .phone, .phone_email .email{
    color: black;

}
.phone_email .phone span, .phone_email .email span{
    color: #8b8b8b;
    padding-right: 6px;
}
.cabinet_individual .block .logout:hover{
    text-decoration: none;
}
.cabinet_individual .block .logout{
    position: absolute;
    color: black;
    font-size: 14px;
    border-bottom: 1px dashed black;
    bottom: 24px;
    right: 26px;
}
.delivery_data{
    background: linear-gradient(120deg, rgba(255,243,168,1) 0%, rgba(255,222,168,1) 100%, rgba(255,222,168,1) 100%);
}
.address{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: space-between;
    height: 160px;
    margin: 26px;
    position: relative;
}
.address_input{
    display:flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    left: 20px;
}
.address_input i{
    color: #000;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    text-align: right;
    width: 100%;
    top: -6px;
    left: -16px;
}
.modal-open .modal{
    background: rgb(0 0 0 / 0%);
}
.modal-dialog{
    position: relative;
    top: 200px;
}

.modal-content{
    width: 480px;
    padding: 30px;
    height: 320px;
}
.modal-content h2{
    text-decoration: underline;
}
.list_address_delivery{
    display: flex;
    flex-direction: column;
}
.item-address{
    font-size: 16px;
    color: #000;
    line-height: 1.1;
    padding-bottom: 10px;
}
.suggestions-wrapper{
    left: -350px;
    top: 10px;
}
.address_input p.address{
    width: 100%;
    position: absolute;
    top: -56px;
    left: -46px;
    font-size: 14px;
    line-height: 1.2;
    height: 16px;
}
.address_input input{
    position: relative;
    word-break: break-word;
    height: 30px;
    font-size: 14px;
    top: -20px;
    left: -26px;
    border: 2px solid transparent;
    margin: 0 6px;
    background: none;
    display: none;
}
.show_other_address{
    opacity: 0;
    visibility: hidden;
    transition: 1s opacity, 1s visibility;
    width: fit-content;
    font-size: 12px;
    z-index: 2;
    position: absolute;
    top: 174px;
    /*background: #f7f6f3;*/
    background: linear-gradient(120deg, rgba(255,243,168,1) 0%, rgba(255,222,168,1) 100%, rgba(255,222,168,1) 100%);
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    left: 2px;
    line-height: 2;
}
.show_other_address a{
    display: block;
    color: #8b8b8b;
}
.show_other_address a:hover{
    color: black;
}
.address h3{
    margin-top: 16px;
}
.other_add{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #8b8b8b;
}
.other_add .other_address{
    color: #8b8b8b;
    border-bottom: 1px dashed #8b8b8b
}
.other_add .add_address{
    color: black;
}
.sale_data{
    display: flex;
    flex-direction: column;
}
.sale{
    margin: 26px;
    display: flex;
    flex-direction: row;
}
.circle_sale{
    border: 6px solid #fff6bb;
    padding: 20px 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #ffdc00;
}
.circle_sale span{
    font-size: 20px;
}
.sale_text{
    line-height: 1.4;
    margin-left: 14px;
}
.sale_text h3{
    margin-top: 16px;
}
.sale_text p{
    color: black;
}
.sale_text p span{
    color: #8b8b8b;
}
.profession{
    font-size: 10px;
    color: #8b8b8b;
    text-align: center;
}
.profession span{
    color: #659ddb;
}
.manager_data{
    display: flex;
    margin: 26px;
    flex-direction: row;
}
.manager_data img{
    width: 80px;
    height: 80px;
}
.manager{
    margin-left: 16px;
    line-height: 1.6;
}
.manager h3{
    margin-top: 2px;
}

.manager p{
    color: black;
}
.manager p span{
    color: #8b8b8b;
    padding-right: 6px;
}
.orders_data{
    display: flex;
    flex-direction: row;
    height: 160px;
    margin: 26px;
}


.text_orders{
    display: flex;
    flex-direction: column;
    line-height: 2;
    width: 80%;
}
.text_orders h3{
    margin-top: 16px;
}
.text_orders span{
    font-size: 22px;
}

.text_orders a{
    color: black;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1;
    width: fit-content;
    border-bottom: 1px dashed black;
}
.text_orders a:hover{
    color: black;
    text-decoration: none;
}
.bill{
    display: flex;
    flex-direction: column;
    align-self: center;
}
.bill a{
    font-size: 12px;
    width: 20px;
    color: #9c8a17;
    line-height: 1.4;
}
.bill a:hover{
    text-decoration: none;
    color: #9c8a17;
}
.cart__radio_special input{
    position: absolute;
    opacity: 0;
    outline: none;
}
.cart input{
    padding: 9px 12px !important;
    font-size: 14px;
    height: 44px;
    border: 1px solid #e3e3e5 !important;
    border-radius: 1px;
}
.cart__radio_special input + span{
    position: relative;
    cursor: pointer;
    padding: 6px 0 8px 40px;
    display: flex;
    align-items: center;
    line-height: 14px;
    height: 100%;
    box-sizing: border-box;
}
.cart__radio_special input + span:before{
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #f3aa00;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    box-sizing: border-box;
}
.cart__radio_special input:checked + span:before{
    border: 5px solid #f3aa00;
}
.payments_data{
    background: linear-gradient(60deg, rgba(255,243,168,1) 0%, rgba(255,222,168,1) 100%, rgba(255,222,168,1) 100%);
}
.payment_data{
    display: block;
    column-count: 2;
    margin: 30px 26px 26px 26px;
}
.payments_data h3{
    margin: 26px 0 -18px 26px;
}

.profile-form{
    margin-left: 25px;
}
.profile-form .row{
    display: flex;
    flex-direction: row;
}
.profile-form label{
    font-family: Tahoma;
    font-size: 14px;
    color: #acacac;
    margin-bottom: 8px;
}
.profile-form input{
    display: block;
    background-color: white;
    height: 40px;
    width: 310px;
    margin: 0 40px 8px 0;
    padding: 6px 0 6px 12px;
    border: 1px solid #0003;
}

.profile-form input::placeholder{
    color: black;
    font-family: Tahoma;
    font-size: 16px;
}
.profile-form button{
    margin: 26px 0 26px -6px;
}

@media screen and (min-width: 768px) {
    .modal-dialog{
        width: min-content!important;
    }
}

@media screen and (max-width: 1024px) {
    .cabinet_individual .block{
        position: relative;
        flex: 0 1 calc(100% / 2 - 30px);
        width: 460px;
        height: 214px;
        margin: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        border:1px solid #c0c0c0;
        border-radius: 15px;
    }
}
@media screen and (max-width: 768px) {
    .photo_name img, .manager_data img{
        width: 50px;
        height: 50px;
    }

    .cabinet_individual .block .photo_name, .sale, .manager_data{
        margin:16px;
    }

    .circle_sale {
        padding: 15px 5px;
        font-size: 18px;
        width: 60px;
        height: 60px;
    }

    .cabinet_individual .block h3, .manager_data img, .sale_text h3, .text_orders h3, .payment_data h3{
        margin-top: 0;
    }
    .manager p span{
        margin-left: -46px;
    }
    .profession{
        width: 90%;
        margin: auto;
    }
    .text_orders {
        line-height: 1.4;
    }
    .text_orders span{
        font-size: 18px;
    }
}
@media screen and (max-width: 430px) {
    .breadcrumbs{
        white-space:normal !important;
    }
    .cabinet_individual .block{
        position: relative;
        flex: 0 1 calc(100% - 30px);
        width: 460px;
        height: 214px;
        margin: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        border:1px solid #c0c0c0;
        border-radius: 15px;
    }
    #change_address{
        width: 94%;
        margin: auto;
    }
    .address_input > .address{
        width: 90% !important;
    }
    .address_input i{
        top: 25px;
        right: 0;
        left:auto;
    }
    .cabinet_individual .block h3{
        font-size: 18px;
    }
    #change_address .modal-content{
        width: 100%;
    }
    .cabinet_individual .block h3, .manager_data img, .sale_text h3, .text_orders h3, .payment_data h3{
        margin-top: 20px;
    }
    .payment_data{
        margin: 30px 14px 26px 14px;
    }
    .cabinet_individual .block input.name{
        font-size: 18px;
    }
    .text_orders span{
        font-size: 14px;
    }
    .cabinet_individual .block .phone_email{
        margin: -20px 26px 26px 26px;
    }
    .photo_name input{
        width: 80%;
        margin: 0 26px 0 0;
    }
    .circle_sale{
        padding: 14px 6px!important;
    }
    .phone_email .email i{
        margin-left: 14px;
    }
    .profession {
        width: 80%;
    }
    .modal-content{
        display: flex;
        flex-direction: column;
        padding: 8px;
    }
    .profile-form{
        margin: 10px;
    }
    .profile-form input{
        width: 100%;
        margin: 0 auto;
    }
    .profile-form label{
        width: 100%;
        margin-top: 6px;
    }

    .modal-dialog{
        width: 96%;
    }
    .block.personal_data .change_pass{
        margin-left:26px;
    }
    .block.delivery_data .address{
        width:auto;
    }
    .block.delivery_data .address.inner{
        justify-content: flex-start;
    }
    .block.delivery_data .address .address_input{
        left:0;
    }
    .block.delivery_data .address input{
        top:10px;
        left:0;
        margin-left:0 !important;
    }
    .block.delivery_data p.address{
        left:0;
        top:0;
        margin:26px 0;
    }
    .block.delivery_data .suggestions-wrapper{
        left:0;
        position:absolute;
    }
}
@media screen and (max-width: 340px) {
    .cabinet_individual .block{
        width: 100%;
        flex: 0 1 calc(100% - 12px);
    }
    .cabinet_individual .block h3{
        font-size: 18px;
    }
    .cabinet_individual .block .phone_email{
        font-size: 14px;
        margin: 16px;
    }
    .sale_text p{
        margin-left: -16px;
        font-size: 14px;
    }
    .manager h3{
        margin-bottom: 26px;
    }
    .manager p{
        margin-top: 2px;
        margin-left: -10px;
        font-size: 13px;
    }
    .cart__radio_special input + span {
        font-size: 12px;
    }
    .phone_email .email i{
        margin-left: 6px;
    }
    .text_orders span{
        width: 70%;
        font-size: 14px;
    }
}