input{
    border-style: none;
    background-color: #b3beb8;
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    margin-top: 10px;
}
form{
    display: flex;
    flex-direction: column;
}
.main_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 10px;
}
.btn_container{
    display: flex;
    justify-content: center;
}
.mrg{
    width: 10px;
}
.reg_form{
    margin-left: 10px;
    margin-right: 10px;
}
.log_form
{
    margin-left: 10px;
    margin-right: 10px;
}
.center_cont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registr_btn{
    background-color: #7d8c85;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.2s;
    width: 345px;
    height: 60px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #3c483f;
}
.registr_btn_1{
    background-color: #b3beb8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.2s;
    width: 345px;
    height: 60px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #3c483f;
}
.registr_btn:hover{
    background-color: #a1e1c1;
}
.sub_main_container{
    background-color: #7d8c85;
    display: flex;
    width: 700px;
    padding-bottom: 10px;
}
.registr_container{
    height: 100%;
    width: 100%;
}
.login_container{
    height: 100%;
    width: 0%;
    display: none;
}
.sub_but{
    transition: all 0.2s;
    width: 490px;
}
.sub_but:hover{
    background-color: #a1e1c1;
}
.status_container{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.status_container_1{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.status_msg{
    width: 1010px;
    height: 80px;
}
.error_msg{
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
}
.user_container{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.user_hello{
    width: 100%;
    height: 100%;
}
.user_text{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("Img/logo_pic.png");
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.user_text_1{
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
}
.exit_container{;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.exit_lnk{
    transition: all 0.2s;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #b3beb8;
    height: 40px;
    width: 350px;
    text-align: center;
    align-content: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
}
.exit_lnk:hover{
    background-color: #a1e1c1;
}
/*Корзина */
.name_container_2{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bag{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    align-content: center;
}
.bag_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bag_list{
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 90%;
    height: 160px;
    background-color: #b2bdb7;
}
.bp_image_container{
    display: flex;
    justify-content: center;
}
.bp_image{
    margin-left: 10px;
    margin-top: 10px;
    width: 200px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.bp_name{
    margin-left: 10px;
    text-wrap: wrap;
    font-size: 25px;
    font-family: "Times New Roman";
    font-weight: normal;
    color: #000000;
    align-content: center;
}
.bp_name_text{
    font-weight: normal;
}
.name_container_3{
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: auto;
}
.info_container_1{
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: auto;
}
.bp_price{
    margin-left: 10px;
    text-wrap: wrap;
    font-size: 20px;
    font-family: "Times New Roman";
    font-weight: normal;
    color: #000000;
    align-content: center;
}
.bp_price_text{
    font-weight: normal;
}
.bp_price_text_sum{
    font-weight: normal;
}
.bp_count{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}
.up_btn{
    transition: all 0.2s;
    width: 60px;
    height: 40px;
    background: transparent;
}
.up_btn:hover{

}
.img_lr{
    width: 20px;
    height: 20px;
}
.bp_count_inp{
    width: 120px;
    height: 40px;
    margin-top: 0px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    background-color: #eff5f3;
}
.bp_del{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.del_btn{
    transition: all 0.2s;
    margin-right: 20px;
    margin-left: 10px;
    background-color: #7d8c85;
}
.del_btn:hover{
    background-color: #ff8888;
}
.img_del{
    width: 40px;
    height: 40px
}
.return_container{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
}
.product_has_del{
    font-size: 25px;
    height: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-align: center;
    align-content: center;
}
.return_btn{
    height: 40px;
    transition: all 0.2s;
    margin-left: 7px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #7d8c85;
    text-align: center;
    background-color: transparent;
}
.return_btn:hover{
    color: #9393e1;
}
.order_container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.order_form{
    width: 80%;
    display: flex;
    justify-content: flex-start;
}
.order_inp{
    width: 400px;
    height: 40px;
    font-size: 30px;
}
.order_inp_l{
    width: 400px;
    height: 40px;
    font-size: 30px;
    text-align: left;
}
.tag_container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    font-size: 40px;
}
.order_tag{
    margin-top: 5px;
}
.form_subcontainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}
.address_container{
    display: flex;
    justify-content: center;
}
.order_tag{
    font-size: 40px;
}
.map_1{
    margin-top: 10px;
}
.map_subcontainer{
    display: flex;
    justify-content: center;
}
.button_container{
    width: 626px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.order_btn{
    transition: all 0.2s;
    border-radius: 5px;
    background-color: #b0bbb5;
    width: 150px;
    height: 40px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
}
.order_btn:hover{
    background-color: #a1e1c1;
}
.order_inp_1{
    margin-left: 10px;
    font-size: 20px;
}
.self_info{
    height: 100%;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
    align-items: center;
    display: flex;
}
.self_info_1{
    display: flex;
    width: 630px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.self_container{
    display: none;
    width: 700px;
    height: 200px;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.choose_form{
    display: flex;
    justify-content: flex-start;
}
.all_container_up{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.all_container{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.order_form_container{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.price_container{
    margin-top: 20px;
    width: 40%;
}
.price{
    width: 500px;
    background-color: #b2bdb7;
    border-radius: 5px;
}
.price_list{
    border-bottom: #7c8b84 2px solid;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_list_1{
    border-bottom: #7c8b84 2px solid;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price_text{
    margin: 5px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.price_text_1{
    margin: 5px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.order{
    width: 300px;
    height: 60px;
    transition: all 0.2s;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.order:hover{
    background-color: #a1e1c1;
}
.sub_cont{
    margin-top: 20px;
    width: 615px;
    display: flex;
    justify-content: center;
}
.map_container{
    display: none;
}
.status_container_2{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 630px;
    background-color: greenyellow;
}
.status_text{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.order_story_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}
.order_story_subcontainer{
    margin-top: 20px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.oreder_story_colum{
    width: calc((100% - 300px) / 4);
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.oreder_story_colum_1{
    width: 300px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.order_text{
    padding-top: 20px;
    width: 100%;
    border-top: #3c473f 5px solid;
    margin-top: 20px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.tag{
    margin-top: 5px;
    width: 100%;
    background-color: #b3beb8;
}
.self_info_2{
    margin-top: 10px;
    display: flex;
    width: 620px;
    justify-content: center;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.empty_span{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
    margin-bottom: 20px;
}
.product_page_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px;
}
.product_page_left{
    width: 50%;
}
.product_page_right{
    width: 49%;
}
.product_page_descr{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.product_page_descr_cont{
    background-color: #b3beb8;
    border-radius: 10px;
    padding: 5px;
}
.product_page_bag{
    display: flex;
}
.product_page_like{
    display: flex;
}
.dop{
    margin: 0px;
}
.product_page_price_bag{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}
.product_page_order_button{
    transition: all 0.2s;
    border-radius: 5px;
    background-color: #b0bbb5;
    width: 425px;
    height: 40px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    margin-right: 10px;
}
.product_page_order_button:hover{
    background-color: #a1e1c1;
}
.product_page_price{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    text-wrap: auto;
    text-align: center;
}
.product_page_del_in_bag{
    transition: all 0.2s;
    border-radius: 5px;
    background-color: #3c473f;
    width: 300px;
    height: 40px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
}
.product_page_del_in_bag:hover{
    background-color: #ff8888;
}
.product_page_in_bag_cont{
    margin-right: 10px;
    display: flex;
}
.product_page_count_bag{
    display: flex;
}
.dop_2{
    border-radius: 20px;
    background-color: #7c8b84;
}
.like_btn {
    margin-top: 0;
    margin-left: 0;
}
.unlike_btn {
    margin-top: 0;
    margin-left: 0;
}


@media screen and (max-width: 1350px) {
    .product_page_cont{
        flex-direction: column;
        align-items: center;
    }
    .product_page_left{
        width: 70%
    }
    .product_page_right{
        margin-top: 10px;
        width: 95%
    }
    .bag_list{
        flex-direction: column;
        height: max-content;
        padding-bottom: 10px;
    }
    .info_container_1{
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .oreder_story_colum{
        width: calc((100% - 200px) / 4);
    }
    .oreder_story_colum_1{
        width: 200px;
    }
    .tag{
        font-size: 15px;
        height: 40px;
    }
    .all_container{
        flex-direction: column-reverse;
    }
    .order_container{
        display: block;
    }
    .order_form{
        width: 100%;
    }
    .order_form_container{
        margin-top: 20px;
        width: 100%;
    }
    .form_subcontainer{
        width: 100%;
    }
    .order_inp{
        width: 100%;
    }
    .order_inp_l{
        width: 100%;
    }
    .button_container{
        width: 100%;
    }
    .choose_form{
        display: block;
    }
    .self_container{
        width: 100%;
    }
    .sub_cont{
        width: 100%;
    }
    .status_container_2{
        width: 100%;
        height: 90px;
        text-align: center;
        align-items: center;
    }
    .self_info_2{
        width: 100%;
    }
    .price{
        margin-top: 10px;
        width: 100%;
    }
    .order_inp_1{
        width: 100%;
    }
    .exit_lnk{
        width: 200px;
    }
}