.sections {
    height: 60px
}

.main_html{
    width: 100%;
}

h4{
    margin-top: 0px;
    margin-bottom: 0px;
}


.main_production{
    display: inline-block;
    width: 100%;
    height: 100%;
}

body{
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
  font-family: Inter, sans-serif;
  font-style: normal;
}

.l-info{
    display: block;
    width: 80px;
    padding-left: 20px;
}

.email{
    padding-left: 20px;
    color: white;
    margin-top: 0px;
}

hr{
    border-top: 1px solid #dedede;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

a{
    text-decoration: none;
}

li.main{
    display: block;
    float: left;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background: white;
    width: 24.8%;
    height: 38px;
    text-align: center;
    border-left: 1px solid #dedede;
    padding-top: 12px;
}

li.main:hover{
    background-color: #d5d7db;
    transition: all 0.2s ease-in-out;
}

article{
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height: 320px;
    width: 16%;
    padding: 5px 5px 5px 5px;
    display: block;
    margin-right: 4%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);

}

article img.article_photo{
    display: block;
    border-radius: 20px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
}

.top_article{
    height: 20px;
    display: flex;
}

.hyper_product{
    text-decoration: none;
    color: black;
}

.article:hover{
    transform: scale(1.15);
    transition: all 0.15s ease-in-out;
}

.big_article:hover{
    transform: scale(1.05);
    transition: all 0.15s ease-in-out;
}

.name{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.9vw;
}

.row{
    margin-left: 25px;
    width: 100%;
    height: 45%;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 3%;
    display: flex;
}

.frame{
    position: absolute;
    z-index: 5;
    overflow: visible;
    display: none;
    margin-top: 12px;
    height: 0px;
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
}

.frame1{
    position: absolute;
    z-index: 5;
    overflow: visible;
    display: none;
    margin-top: 12px;
    height: 0px;
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
}

.frame2{
    position: absolute;
    z-index: 5;
    overflow: visible;
    display: none;
    margin-top: 12px;
    height: 0px;
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
}

.frame3{
    position: absolute;
    z-index: 5;
    overflow: visible;
    display: none;
    margin-top: 12px;
    height: 0px;
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
}

.num{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 15px;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
}

.num label{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}

.num img{
    margin-left: 3px;
    margin-top: 2px;
}

.num:hover{
    transform: scale(1.05);
    background-color: #d5d7db;
    transition: all 0.2s ease-in-out;
}

ul.main{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}

ul.client_banner{
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    list-style-type: none;
    position: sticky;
    top: 0;
    z-index: 3;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 50px;
}

#a4{
    position: absolute;
    z-index: 5;
    width: 20px;
    float: right;
    display: block;
}

#a3{
    position: absolute;
    z-index: 5;
    display: block;
    width: 20px;
    float: left;
}

#hidden_checkbox{
    display: none;
}

#hidden_checkbox1{
    display: none;
}

#hidden_checkbox2{
    display: none;
}

#hidden_checkbox3{
    display: none;
}

#hidden_checkbox4{
    display: none;
}

#hidden_checkbox5{
    display: none;
}

#hidden_checkbox6{
    display: none;
}

.category{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

div.form{
    position: absolute;
    margin-left: 2%;
    margin-top: 35px;
    width: 100%;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div.register{
    text-align: left;
}

div.login{
    width: 90%;
    text-align: center;
    left: 10%;
}

.login_page_content{
    display: flex;
    flex-grow: 1;
    height: 100%;
}

.title{
    font-size: 46px;
}

#title{
    width: 500px;
}

.login_form{
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 20%;
    background: #f2f3f5;
    flex-direction: column;
    justify-content: center;
}

.logout_form{
    margin-left: 45%;
    margin-top: 100px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
}

.login_button{
    margin-top: 1%;
}

.register_button{
    margin-top: 1%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submit_form{
    display: block;
    width: 35%;
    height: 140px;
    padding-bottom: 10px;
    background: #f2f3f5;
}

.register_form{
    width: 55%;
    height: 20%;
    background: #f2f3f5;
}

.link{
    display: block;
    margin-left: 25%;
    font-size: 24px;
    margin-top: 1%;
    width: 50%;
}

.login_link{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    margin-top: 1%;
    width: 50%;
}

.form_group{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 5%;
    margin-left: 5%;
}

.flex_form_group{
    display: flex;
}

.add_product{
    float: left;
}

.home{
    text-align: center;
}

#hidden_radio1{
    display: none;
}

#hidden_radio2{
    display: none;
}

#hidden_radio3{
    display: none;
}

.radio_l{
    display: block;
    margin-bottom: 15px;
    height: 17.5%;
    font-size: 20px;
    width: 80%;
    border-radius: 10px;
    border: 2px solid #4287f5;
    background-color: none;
}

.radio_l.not_chosen:hover{
    background-color: #4287f5;
    color: white;
    transition: all 0.2s ease-in-out;

}

.radio_l.chosen{
    background-color: #4287f5;
    color: white;
}

.my_content{
    display: none;
    width: 100%;
    margin-top: 10%;
}

.client_info_block{
    margin-left: 5%;
}

.history{
    display: none;
    text-align: center;
}

.my_password{
    float: left;
}

.hidden_category1{
    display: none;
}

#product_type1:checked ~ .hidden_category1{
    display: block;
}

.hidden_category2{
    display: none;
}

#product_type2:checked ~ .hidden_category2{
    display: block;
}

.hidden_category3{
    display: none;
}

.hidden_category4{
    display: none;
}

#product_type3:checked ~ .hidden_category3{
    display: block;
}

#product_type4:checked ~ .hidden_category4{
    display: block;
}

.iframe{
    list-style-type: none;
    background: white;
}

.banner_images{
    display: none;
}

.counter{
    display: none;
}

.p_info_{
    font-size: 18px;
    display: block;
    margin-left: 5px;
    margin-top: 8.5px;
    float: left;
    text-decoration: none;
    color: black;
}

a.p_info_:hover{
    margin-top: 5px;
    color: #146cfa;
    transition: all 0.2s ease-in-out;
}

.product_content{
    padding-left: 20px;
    padding-top: 25px;
}

.p_name{
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.product_data_block{
    text-align: center;
    width: 50%;
}

.content_block{
    float: left;
    padding-left: 10px;
}

.important{
    font-size: 20px;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
}

.p_nav{
    background-color: #f5f5f5;
    text-align: center;
    height: 40px;
    margin-top: 1%;
    margin-left: 1%;
    border-radius: 5px;
}

.block_content{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.p_image{
    position: absolute;
    display: block;
    object-fit: contain;
    margin-top: auto;
    margin-bottom: auto;
}

#first{
    margin-left: 20px;
}

#second{
    margin-right: 20px;
}

.index_text{
    width: 400px;
    margin-left: 20px;
    margin-top: 10px;
}

.main_logo{
    display: block;
    height: 100%;
    float: left;
}

h3{
    text-align: center;
    padding-right: 30px;
}

.search_form{
    width: 50%;
}

.search_button{
    margin-left: 40%;
    margin-right: 40%;
    width: 20%;
    margin-top: 10px;
}

.search_input{
    margin-top: 5px;
    width: 100%;
}

.search_id_l{
    padding-right: 14px;
}

.filter_form{
    float: left;
    width: 50%;
}

.vl{
    float: left;
    border-left: 1px solid #dedede;
    height: 136px;
}

.vl.client{
    height: 615px;
}

#type_radio1{
    display: none;
}

#type_radio2{
    display: none;
}

#type_radio3{
    display: none;
}

#type_radio4{
    display: none;
}

.type_f{
    margin-left: 5%;
    width: 90%;
    margin-right: 5%;
}

.type_label{
    padding-left: 3%;
    margin-right: 3%;
}

.type_label.hovered{
    color: #2970ff;
    transition: all 0.2s ease-in-out;
}

.type_label.chosen{
    color: #2970ff;
}

.category_label{
    padding-left: 12px;
    margin-right: 12px;
}

.category_label.hovered{
    color: rgb(41, 112, 255);
    transition: all 0.2s ease-in-out;
}

.category_label.chosen{
    color: rgb(41, 112, 255);
}

.category_block{
    margin-top: 12px;
    margin-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #dedede;
    display: none;
}

.category_radio{
    display: none;
}

.radio_input{
    display: none;
}

.radio_input1{
    display: none;
}

.search_text{
    display: none;
}

.filter_type{

}

.filter_category{
    display: none;
}

.filter_material{
    display: none;
}

.submit_filter{
    margin-left: 40%;
    margin-right: 40%;
    width: 20%;
    margin-top: 10px;
}

.search_block{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.search_name_l{
    margin-right: 20px;
}

.f_title{
    margin-left: 20px;
}

.b_title{
    width: 100px;
    margin-left: 20px;
    float: left;
}

.top_basket{
    display: flex;
}

.basket_article{
    height: 100px;
    width: 90%;
}

.basket_row{
    height: 100px;
    margin-bottom: 3%;
}

.basket_img{
    margin-left: 12.5px;
    margin-top: 12.5px;
    float: left
}

.basket_content{
    margin-top: 20px;
    margin-left: 40px;
    width: 100%;
}

.basket_name{
    margin-top: 0px;
    margin-bottom: 0px;
}

.basket_price{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: right;
}

.basket_input{
    display: none;
}

.cross{
    text-align: right;
    border-radius: 3px;
}

.cross:hover{
    background-color: #dedede;
    transition: all 0.1s ease-in-out;
}

.product_page_content{
    height: 1000px;
}

.product_page{
    margin-bottom: 25px;
}

.rec{
    margin-bottom: 6%;
    float: none;
    width: 22.5%
}

.client_frame{
    border: 2px solid black;
    position: absolute;
    margin-left: 1083.75px;
    padding-top: 10px;
    height: 120px;
    width: 160px;
    z-index: 5;
    background: white;
    display: none;
}

.clt_ul{
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    width: 160px;
    list-style-type: none;
}

.c_opts{
    margin-bottom: 10px;
}

.dark_overlay{
    display: none;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.d_title{
    text-align: center;
}

.toggle_banner{
    position: relative;
    z-index: 6;
    margin-right: 50px;
    float: right;
    margin-top: 200px;
}

.toggle_b_checkbox{
    display: none;
}

.user_id{
    display: none;
}

.banner_id{
    display: none;
}

.id_counter{
    display: none;
}

.price{
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    float: left;
}

.bottom_article{
    margin-top: 200px;
    width: 100%;
    height: 100px;
}

.photo_2{
    display: none;
}

.basket{
    margin-left: 5%;
}

.add_to_basket_button{
    margin-right: 5%;
}

.not_in_basket{
    display: block;
    background-color: #7a964a;
    border: 2px solid #556b2f;
    border-left-color: #7a964a;
    border-top-color: #7a964a;
}

.not_in_basket:hover{
    background-color: #67803d;
    border-left-color: #67803d;
    border-top-color: #67803d;
    border-right-color: #4c5e2d;
    border-bottom-color: #4c5e2d;
    transition: all 0.2s ease-in-out;
}

.not_in_favourite{
    display: block;
    border: 2px solid #9e997d;
    background-color: #d6c769;
    border-top-color: #d6c769;
    border-left-color: #d6c769;
}

.not_in_favourite:hover{
    background-color: #ded28c;
    border-left-color: #ded28c;
    border-top-color: #ded28c;
    border-right-color: #a39a65;
    border-bottom-color: #a39a65;
    transition: all 0.2s ease-in-out;
}

.in{
    border: 2px solid #1c6b16;
    background-color: #278a2c;
    border-left-color: #278a2c;
    border-top-color: #278a2c;
}

.in:hover{
    background-color: #1c7320;
    border-left-color: #1c7320;
    border-top-color: #1c7320;
    border-right-color: #0f6609;
    border-bottom-color: #0f6609;
    transition: all 0.2s ease-in-out;
}

.queue{
    display: block;
    border: 2px solid #20785e;
    background-color: #31b08a;
    border-top-color: #31b08a;
    border-left-color: #31b08a;
}

.queue:hover{
    background-color: #41b592;
    border-left-color: #41b592;
    border-top-color: #41b592;
    border-right-color: #2d7a63;
    border-bottom-color: #2d7a63;
    transition: all 0.2s ease-in-out;
}

.article_basket_input{
    display: none;
}

.article_favourite_input{
    display: none;
}

.favourite_input{
    display: none;
}

.pos{
    position: relative;
    height: 300px;
    float: left;
}

.timer_text{
    font-size: 12px;
    text-align: center;
}

.timer:hover ~ .timer_frame{
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.timer_frame{
    position: absolute;
    z-index: 2;
    background-color: rgba(204, 152, 112, 0.95);
    opacity: 0;
    border: 1px solid black;
    border-radius: 10px;
}

.client_info{
    font-size: 20px;
    height: 35px;
    text-align: center;
}

.h_opts{
    margin-top: 30px;
    margin-left: 30px;
    width: 25%;
    height: 300px;
}

#last{
    float: left;
}

.about{
    display: block;
    font-size: 18px;
}

.flex-sb_arrow-to-popular{
    display: flex;
}

.product_info{
    border: 1px solid #dedede;
    width: 90%;
    height: 50%;
    text-align: left;
    border-radius: 25px;
}

.product_buttons{
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.flex-p_photo_block-product_info{
    display: flex;
    position: relative;
    margin-top: 25px;
    width: 100%;
}

.article_action{
    border-radius: 5px;
    width: 30px;
    height: 30px;
}

.div_label{
    display: block;
    margin-top: 15px;
    margin-left: 25px;

}

.main_content{
    width: 100%;
    height: 70%;
    background-color: #f2f3f5;
    margin-bottom: 25px;
    margin-left: 50px;
}

.level{
    display: none;
    text-align: center;
}

.p_photo_block{
    position: relative;
    width: 80%;
    height: 400px;
    align-items: center;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}

.arrow_container{
    width: 5%;
    position: relative;
    height: 400px;
    align-items: center;
    display: flex;
    margin-left: 5px;
}

#hidden_json_input{
    position: relative
    z-index: 5;
    display: none;
}

.info{
    display: inline-block;
}

.s_title{
    margin-bottom: 2px;
}

.order_info{
    background-color: #f2f3f5;
}

.order_row{
    width: 100%;
}

.form_groups{
    width: 50%;
    display: inline-block;
    margin-right: 10%;
    position: relative;
}

.main_group{
    display: flex;
    margin-left: 7.5%;
}

.right_background{
    width: 37.5%;
    margin-left: 62.5%;
}

.left_background{
    width: 32%;
    float: left;
}

.left_background, .right_background {
  flex: 1;
  display: flex;
}

.input_label{
    margin-left: 20px;
}

.route{
    color: #2270e6;
    text-decoration: none;
}

.filter_block{
    display: flex;
    width: 100%;
}

.article_actions{
    display: flex;
    position: absolute;
    bottom: 10px;
    margin-left: 50%;
    z-index: 5;
}

.second_article_action{
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 3px;
}

.second_article_action:hover{
    background-color: #dedede;
    transition: all 0.1s ease-in-out;
}

.hidden_input{
    display: none;
}

.flex-second_article_action-timer_block{
    display: flex;
    margin-left: 10%;
}

.flex-main_content-sb_arrow{
    display: flex;
    margin-top: 25px;
    width: 65%;
}

.client_flex{
    display: flex;
}

.about_block{
    margin-bottom: 25px;
}

.client_order{
    border: 1px solid black;
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 20px;
}

.client_order_block{
    width: 35%;
    text-align: center
}

.show_order_info{
    margin-left: 5%;
    width: 120px;
    height: 50px;
}

.flex{
    display: flex;
}

.flex-basket_content-sb_arrow{
    display: flex;
}

.flex-row-sb_arrow{
    display: flex;
}

.not_found{
    font-size: 20px;
}

.not_found_block{
    margin-left: 40%;
    width: 50%;
}

.in_development_block{
    margin-left: 40%;
    width: 50%;
}

.in_development{
    font-size: 24px;
}

.mark{
    width: 45%;
    height: 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
    color: white;
}

.discount_m{
    background-color: #fca117;
}

.advance_m{
    background-color: #2c3ff2;
    font-size: 8px;
    padding-top: 5px;
    height: 15px;
}

.product_description{
    font-size: 14px;
    width: 90%;
    margin-top: 5%;
    margin-left: 2.5%;
}

.description_title{
    text-align: left;
    margin-bottom: 10px;
}

.order{
    height: 400px;
}

.order_form{
    width: 55%;
    height: 100%;
    background: #f2f3f5;
    flex-direction: column;
    justify-content: center;
}

.order_button{
    margin-left: 25%;
    margin-top: 2%;
}

.c_data{
    width: 50%;
}

.d_data{
    display: none;
    width: 50%;
}

.delivery_actions{
    display: flex;
    width: 170px;
    height: 60px;
    margin-left: 25%;
}

.delivery_action{
    width: 50%;
    border-radius: 10px;
    margin-right: 25px;
}

.delivery_action img{
    display: block;
    margin: auto;
}

.delivery_action.chosen{
    border: 1px solid black;
}

.delivery_action.not_chosen:hover{
    transform: scale(1.1);
    background-color: #dedede;
    transition: all 0.2s ease-in-out;
}

.flex-c_data-d_data{
    display: flex;
}

.logout_info{
    text-align: center;
}

.d_service{
    display: none;
}

.d_cities{
    width: 80%;
}

.d_departments{
    width: 80%;
}

.order_info_block{
    border: 1px solid #dedede;
    width: 100%;
    text-align: left;
    margin-left: 2.5%;
    margin-bottom: 25px;
    height: 250px;
}

.order_info_label{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 25px;
    display: block;
}

.order_title{
    display: block;
    margin-left: 2.5%
}

.question{
    opacity: 0.5;
    display: block;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.flex{
    display: flex;
}

.status_name{
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.status_mean{
    font-size: 12px;
    margin-left: 5px;
}

.question_frame{
    top: 100px;
    margin-left: 25px;
    width: 200px;
    opacity: 0;
    height: 100px;
    border: 1px solid #dedede;
    border-radius: 10px;
}

.question:hover ~ .question_frame{
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.order_products{
    list-style-type: none;
    font-size: 16px;
    padding-left: 0px;
}

.telegram_block{
    width: 480px;
    height: 480px;
    margin: auto;
}

.order_item_block{
    cursor: pointer;
    display: flex;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin-left: 2%;
    margin-bottom: 3%;
    width: 85%;
    height: 40px;

}

.order_product_block{
    display: block;
    display: flex;
}

.order_item_price_block{
    float: right;
}

.order_item_block:hover{
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.order_item_frame{
    border: 1px solid #dedede;
}

.order_item_img{
    display: block;
    margin-left: 5px;
}

.order_item_info{
    display: block;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
}

.order_data{
    width: 50%;
}

.order_items{
    width: 70%;
    margin-left: 5%;
    text-align: center;
}

.order_content{
    height: 500px;
}

.successful_order_content{
    margin-left: 25px;
}

p.info:hover{
    color: #c4c4c4;
}

a.bugs:hover{
    color: #c4c4c4;
}

.communication:hover{
    color: #c4c4c4;
}

li.main label:hover{
    font-weight: bold;
}

.center{
    display: block;
    margin: auto;
}

.telegram_text{
    text-align: center;
}

.bugs_section{
    font-size: 18px;
}

.page_title_text{
    margin-left: 25px;
}

.bugs_info{
    margin-left: 50px;
    border: 1px solid #dedede;
    width: 80%;
    margin-bottom: 25px;
}

.bugs_section{
    margin-left: 10px;
}

.email_comm{
    font-weight: bold;
    cursor: pointer;
}

#product_image{
    border: 2px solid #8a8a8a;
}

#product_image:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease-in-out;
}

.product_stock_type{
    font-size: 24px;
    color: white;
}

.product_stock_type_important{
    display: inline-block;
    width: 200px;
}

.important_title{
    margin-right: 5px;
}

.product_stock_type_block{
    margin: auto;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    height: 31px;
    padding-top: 5px;
    margin-top: 1%;
}

.in_stock{
    background-color: #87e069;
    border: 2px solid #538a41;
}

.advance{
    background-color: #6585e6;
    border: 2px solid #415694;
}

.settings_block{
    margin-left: 25px;
}

.change_block{
    width: 40%;
}

.change{
    margin-left: 25px;
    margin-top: 15px;
}

.common_phone{
    background-color: white;
    border-radius: 5px;
    background-clip: padding-box;
    height: 27px;
    padding-top: 8px;
    margin-top: 2%;
    width: 55px;
    padding-left: 5px;
    border: 1px solid #ced4da;
}

#phone{
    margin-left: 3px;
}

.order_button{
    display: none;
}

.hyper_product_image{
    display: block;
    width: 90%;
    height: 90%;
}

.not_discount_price{
    text-decoration: line-through;
    text-decoration-color: red;
    margin: 0px;
    padding: 0px;
}

.verifying_code{
    font-size: 14px;
    margin-left: 30%;
    margin-right: 5%;
}

.verify_block{
    width: 80%;
    height: 25px;
}

.submit_button{
    margin-left: 10%;
}

.l_space{
    margin-left: 15px;
}

.basket_quantity_block{
    float: right;
}

.basket_product_text{
    text-align: center;
}

.number_carousel{
    marin-bottom: 1%;
}

.todo_block{
    text-align: center;
    border: 1px solid #dedede;
    padding: 3%;
    height: 20%;
    margin-top: 5%;
}

.todo_text{
    font-size: 28px;
    display: block;
}

.orders_block{
    width: 40%;
}

.admin_order_actions{
    width: 20%;
}

.admin_create_order{
    width: 40%;
}

.hidden{
    display: none;
}

.settings_title{
    text-align: center;
}

.settings{
    margin-bottom: 2.5%;
    margin-left: 7.5%;
}

.password_recovery{
    width: 70%;
    background-color: #f2f3f5;
    margin-left: 16%;
    height: 150px;
}

.password_recovery_title{
    text-align: left;
    margin-left: 5%;
    width: 100%;
}

.quantity_label{
    margin-top: auto;
    margin-bottom: auto;
}

.product_hyper_image{
    display: block;
    border: 1px solid #dedede;
    height: 100%;
}

.product_arrow{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.background_photo{
    object-fit: cover;
}

.order_back{
    width: 150px;
    margin-left: 35%;
}

.successful_order_info{
    width: 100%;
}

.background_photo_special{
    width: 60%;
}

.recovery_form{
    width: 100%;
}

.person_block{
    width: 50%;
    margin-top: 20px;
    margin-left: 10px;
}

.person_block_container{
    background-color: #dedede;
    border-radius: 25px;
    width: 75%;
}

.contact_content{
    margin-bottom: 30px;
}

.contact_content b{
    font-size: 18px;
}

.contact_content label{
    font-size: 18px;
}

.social_medias{
    padding: 0;
    margin: 0;
}

.social_medias li{
    display: inline-block;
}

.offer_content{
    border-radius: 20px;
    width: 38%;
    background-color: #f2f2f2;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 2%
}

.offers{
    margin-bottom: 50px;
}

.explain_block{
    margin-bottom: 50px;
    margin-left: 20px;
}

.selling_title{
    margin-left: 25px;
}

.main_ul li::marker{
    color: #0d1438;
}

.main_ul b{
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
}

.main_ul li{
    font-size: 20px;
    margin-bottom: 6px;
}

.main_ul li img{
    margin-left: 5px;
}

.comm_links{
    margin-left: 2%;
}

.comm_link{
    text-decoration: none;
    font-size: 18px;
}

telegram_link{
    color: #04a6e0;
    margin-right: 50px;
}

.comm_links_block{
    margin-bottom: 25px;
    margin-left: 20px;
}

.explain_ol li{
    font-size: 20px;
    margin-bottom: 12px;
}

.page_option{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
}

.page_option:hover{
    background-color: #0d6efd;
    color: white;
    transition: all 0.2s ease-in-out;

}

.page_option div{
    margin-top: 25%;
    cursor: pointer;
}

.pages{
    display: block;
    list-style-type: none;
    align-items: center;
    display: flex;
}

.pages li{
    display: inline-block;
}

.actual_page{
    display: block;
    background-color: #0d6efd;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.person_contacts{
    margin-left: 25px;
    margin-bottom: 100px;
}

.social_medias_container{
    margin-bottom: 25px;
    margin-left: 25px;
}

.sale_m{
    background-color: #ed3f1c;
    width: 60%;
}

@media only screen and (max-width: 1000px){
    .index_products_content_block{
        display: block;
        margin-left: 0%;
    }

    .index_products_content_block article.article{
        border-radius: 30px;
        position: relative;
        z-index: 1;
        height: 450px;
        width: 35%;
        padding: 15px 15px 15px 15px;
        display: block;
        margin-left: 30%;
        margin-bottom: 75px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .index_article_photo{
        height: 250px;
    }

    .index_bottom_article{
        margin-top: 250px;
    }

    .index_name {
        font-size: 2vw;
    }

    h5.index_price {
        font-size: 2.5vw;
        margin-top: 25px;
    }

    .index_not_discount_price{
        font-size: 1.25vw;
    }

    .index_article_action{
        width: 50px;
        height: 50px;
    }

    .index_text{
        font-size: 48px;
        margin-left: 25%;
        width: 700px;
    }

    .promotions_text{
        font-size: 48px;
    }

    .not_found_block img{
        width: 80%;
        height: 80%;
    }

    .not_found{
        font-size: 36px;
    }

    .not_found_block{
        margin-left: 35%;
    }

    .left_background{
        display: none;
    }

    .login{
        width: 80%;
        height: 50%;
        left: 0%;
    }

    .login_form{
        width: 80%;
        height: 50%;
    }

    .wrapper{
        height: 84vh;
    }

    div.form{
        margin-top: 200px;
        margin-left: 0px;
    }

    .title {
        font-size: 72px;
        text-align: center;
    }

    .login_button {
        margin-left: 3%;
        width: 20%;
        height: 5%;
        margin-top: 30px;
        font-size: 28px;
    }

    .link {
        font-size: 28px;
        margin-top: 2%;
    }

    #email_or_phone{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #password{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #name{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #surname{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #middle_name{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #email{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #phone{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #phone{
        font-size: 2rem;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .input_label {
        font-size: 28px;
    }

    .right_background{
        display: none;
    }

    .register_form {
        width: 90%;
        height: 55%;
        background: #f2f3f5;
        margin-left: auto;
        margin-right: auto;
    }

    .register{
        height: 60%;
    }

    .login_link{
        font-size: 32px;
    }

    .route{
        display: block;
        text-align: center;
    }

    .register_button{
        width: 300px;
        height: 50px;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .common_phone{
        height: 60px;
        width: 100px;
        padding-top: 30px;
        font-size: 28px;
    }

    .product_data_block{
        width: 100%;
    }

    .product_data_block{
        margin-left: auto;
        margin-right: auto;
    }

    .content-wrapper{
        display: block;
    }

    .product_info{
        margin-left: auto;
        margin-right: auto;
        height: 400px;
    }

    .product_buttons{
        width: 80%;
    }

    .product_description{
        font-size: 26px;
    }

    .product_page h3{
        font-size: 36px;
    }

    .p_name{
        font-size: 36px;
    }

    .important{
        font-size: 32px;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .add_to_basket_button{
        width: 50%;
        height: 110px;
        font-size: 36px;
    }

    .add_to_favourite_button{
        width: 50%;
        height: 110px;
        font-size: 36px;
    }

    .add_to_basket_button img{
        width: 40px;
        height: 40px;
    }

    .add_to_favourite_button img{
        width: 40px;
        height: 40px;
    }

    #first{
        font-size: 24px;
    }

    .p_info_{
        font-size: 24px;
    }

    #second{
        font-size: 24px;
    }

    .p_nav{
        height: 50px;
        margin-top: 3%;
        margin-left: 3%;
    }

    .question_frame{
        width: 300px;
        height: 150px;
    }

    .status_name{
        font-size: 24px;
    }

    .status_mean{
        font-size: 18px;
    }

    .product_arrow img{
        width: 50px;
        height: 50px;
    }
}
