html {
    overflow-x: hidden;
}

body {
    width: 100dvw;
    overflow-x: hidden;
}

header .logo {
    display: flex;
}

header .logo img {
    width: 70px;
}

header svg {
    width: 32px;
}

header .header_block_coorector {
    justify-content: space-between;
    align-items: center;
}

.often_order_swiper .swiper-slide {}

.often_order_swiper .swiper_slide_block {
    margin: 5px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.often_order_swiper .often_order_block_image {
    height: 100%;
    width: 50%;
    object-fit: cover;
    border-radius: 20px;
}

.often_order_swiper .often_order_text_block {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.often_order_swiper .often_order_text_block p {
    text-align: center;
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.often_order_swiper .often_order_text_block .title {}

.often_order_swiper .often_order_text_block .price {
    font-weight: 700;
}

.often_order_section .title_section {
    font-weight: 500;
    margin: 0 0 5px 0;
}

.often_order_section {
    margin: 10px 0 0 0;
}

.category_section {}

.category_swiper {
    margin: 15px 0 20px 0;
}

.category_swiper .swiper-slide {
    padding: 8px 10px;
    background-color: #F3F3F7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    font-weight: 500;
}

.category_swiper .swiper-slide p {
    font-size: 11px;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.category_swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.title_main_section {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    /* margin: 20px 0; */
}

.main_menu_section .menu_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.main_menu_section .menu_block_image {
    width: 45%;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
}

.main_menu_section .menu_block .menu_text_block {
    padding: 0 0 0 15px;
    width: 55%;
}

.main_menu_section .menu_block .menu_text_block p {
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.main_menu_section .menu_block .menu_text_block .title {
    font-size: 20px;
    font-weight: 500
}

.main_menu_section .menu_block .menu_text_block .description {
    font-size: 12px;
    font-weight: 300;
}

.main_menu_section .menu_block .menu_text_block .price {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 10px 20px;
    background-color: rgb(255, 240, 230);
    color: rgb(209, 87, 0);
    border-radius: 1000px;
    font-weight: 500;
}

.main_menu_section .col_corrector_menu_block {
    margin: 0 0 30px 0;
}

.modal_header_menu {
    position: fixed;
    height: 100dvh;
    width: 0dvw;
    z-index: 100;
    background-color: #ffffff;
    transition: 0.5s;
    overflow: hidden;
}

.modal_header_menu_podblock {
    width: 100dvw
}

.modal_header_menu .close svg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.modal_header_menu .content_block {
    margin: 100px 30px 0;
}

.modal_header_menu .content_block .menu_link_block {
    margin: 0 0 10px 0;
}

.modal_header_menu .content_block .menu_link_block .link {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
}

.right_bottom_modal_fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.right_bottom_modal_fixed .basket {
    width: 50px;
    height: 50px;
    background-color: #EE7F1A;
    padding: 10px;
    border-radius: 1000px;
    cursor: pointer;
}

.right_bottom_modal_fixed .basket svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.basket_modal {
    position: fixed;
    width: 100dvw;
    height: 0dvh;
    background-color: #ffffff;
    z-index: 20;
    bottom: 0;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.3);
    transition: 0.5s;
    overflow: hidden;
}

.basket_modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.basket_modal .close svg {
    width: 32px;
    height: 32px;
}

.basket_modal .basket_point .basket_point_img_corrector {
    display: flex;
    justify-content: center;
}

.basket_modal .basket_point .image_menu_point {
    /* width: 100%; */
    width: 70%;
    border-radius: 10px;
}

.basket_modal .content {
    margin: 50px 0 0 0;
    padding: 20px 0;
    height: 100%;
    overflow-y: auto;
}

.basket_modal .basket_point .text_block_menu_point p {
    margin: 0;
    text-align: center;
    line-height: 1.3;
}

.basket_modal .basket_point .basket_point_corrector {
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket_modal .basket_point .text_block_menu_point .title {
    font-weight: 500;
}

.basket_modal .basket_point .text_block_menu_point .price {
    margin: 5px 0 0 0;
    font-weight: 700;
}

.basket_modal .basket_point .count_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0 0;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.2);
    border-radius: 1000px;
}

.basket_modal .basket_point .count_block p {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.basket_modal .basket_point .count_block .minus {
    background-color: #F3F3F7;
    border-radius: 1000px 0 0 1000px;
}

.basket_modal .basket_point .count_block .plus {
    background-color: #F3F3F7;
    border-radius: 0 1000px 1000px 0;
}

.basket_modal .basket_point .count_block .count {}

.basket_modal .basket_point {
    margin: 0 0 40px 0;
}

.basket_modal .container_corrector_up_basket_modal {
    /* margin: 0 0 95px 0; */
    margin: 0 0 135px 0;
}

.basket_modal .main_basket_menu_down_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.2);
}

.basket_modal .main_basket_menu_down_block .sum {
    margin: 0;
    font-weight: 700;
    display: inline-block;
}

.basket_modal .main_basket_menu_down_block .button_go_order {}

.basket_modal .main_basket_menu_down_block .container_corrector {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.basket_modal .main_basket_menu_down_block .container_corrector p {
    margin: 0;
    line-height: 1;
}

.basket_modal .main_basket_menu_down_block .container_corrector .button_go_order {
    margin: 0;
    padding: 10px 20px;
    background-color: #EE7F1A;
    color: #ffffff;
    border-radius: 1000px;
    font-weight: 700;
}

.basket_modal .title_basket_modal {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 24px;
    font-weight: 300;
}

.detail_modal {
    position: fixed;
    width: 100dvw;
    height: 0dvh;
    background-color: #ffffff;
    z-index: 30;
    bottom: 0;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.3);
    transition: 0.5s;
    overflow: hidden;
}

.detail_modal .close svg {
    /* position: absolute;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 20px;
    z-index: 30; */
    position: absolute;
    width: 42px;
    height: 42px;
    top: 15px;
    right: 20px;
    z-index: 30;
    padding: 8px;
    border-radius: 1000px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.2);
}

.detail_modal .content {
    margin: 70px 0 0 0;
}

.detail_modal .button_block {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 91dvw;
    bottom: 20px;
}

.detail_modal .button_block .button_go {
    padding: 10px 30px;
    background-color: #EE7F1A;
    color: #ffffff;
    border-radius: 1000px;
    margin: 0;
    font-weight: 700;
}

.detail_photo_swiper .swiper-slide {
    height: 200px;
    display: flex;
    justify-content: center;
}

.detail_photo_swiper .swiper-slide img {
    /* width: 100%; */
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.detail_photo_swiper .swiper-button-next {
    color: #000000;
    transform: scale(.7);
}

.detail_photo_swiper .swiper-button-prev {
    color: #000000;
    transform: scale(.7);
}

.detail_modal .text_block {
    margin: 5px 0 10px 0;
}

.detail_modal .title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.detail_modal .description {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.detail_modal .detail_moda_podblock {
    overflow-y: scroll;
    height: 100%;
}

.detail_modal .price {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: start;
}

.detail_modal .clear_margin_corrector {
    height: 70px;
}

.category_swiper_section_fixed {
    position: fixed;
    width: 100dvw;
    top: 0;
    background-color: #ffffff;
    z-index: 70;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.2);
    padding: 10px 0;
}

.category_section_fixed {
    overflow-y: hidden;
    top: 0;
    height: 0;
    background-color: #ffffff;
    width: 100dvw;
    position: fixed;
    z-index: 20;
    transition: 0.5s;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.2);
}

.category_section_fixed .category_swiper {
    margin: 15px 0;
}

.category_swiper .swiper_slide_active {
    background-color: #EE7F1A;
    color: #ffffff;
    font-weight: 500;
}

.category_section .category p {
    background-color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 10px 0;
    color: orange;
    border: 2px solid orange;
    border-radius: 10px;
    font-weight: 700;
}

.category_section .category .back_button {

    background-color: orange;
    border: 2px solid orange;
    color: #ffffff;

}

.main_menu_section {
    margin: 30px 0 0 0;
}

.category_section .product {
    width: 100%;
    display: inline-flex;
    height: 100%;
    vertical-align: middle;
    /* margin: 0 2%; */
}

.category_section .product p {
    background-color: orange;
    border: 2px solid orange;
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.table_info {
    font-weight: 500;
    font-size: 16px;
}

.welcome_section {
    height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.welcome_section .title {
    font-size: 24px;
    font-weight: 700;
}

.welcome_section .connect_table_button {
    background-color: orange;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
}

.final_order_section {
    height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.final_order_section .point {
    font-weight: 300;
    font-size: 16px;
    padding: 0 50px;
    text-align: center;
}

.final_order_section .sum{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.final_order_section .go_order {
    padding: 15px 30px;
    background-color: orange;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
}

.thanks_section {
    height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thanks_section .text {
    font-size: 28px;
    font-weight: 700;
    padding: 0 50px;
    text-align: center;
}

.thanks_section .button {
    text-decoration: none;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 20px;
    background-color: orange;
    border-radius: 10px;
    font-weight: 700;
}