.main_item .desc .price.mob {
    display: none;
}

.header .nav_menu .nav.mob {
    display: none;
}

.about .img_slider .title {
    display: none;
}

.fotootchety .item .show_more.mob,
.fotootchety .item .show_mores.mob {
    display: none;
}

.footer .socials.mob {
    display: none;
}

.footer .col_2.mob {
    display: none;
}

.footer .f_nav.mob {
    display: none;

}

.footer .infotext.mob {
    display: none;
}

/* Nav toggle */
.nav-toggle {
    padding: 10px 0;
    display: none;

    font-size: 0;
    color: transparent;

    border: 0;
    cursor: pointer;

    z-index: 1;


    background: #1B1B1B;
    box-shadow: 0px 0px 15.1515px rgb(189 45 67 / 50%);
    border-radius: 7.5px;
    width: 50px;
    height: 50px;
    position: relative;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle__item {
    display: block;
    width: 24px;
    height: 3px;

    background-color: #fff;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    transition: background .2s linear;
}

/*.nav-toggle.active .nav-toggle__item {
    background: none;
}*/

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 36px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: -7px;
    z-index: 1;
    transition: transform .2s linear;
}

.nav-toggle__item:before {
    top: -12px;
}

.nav-toggle__item:after {
    bottom: -12px;
}

/*.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3d(0px, -2px, 0)
}

.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(0px, 3px, 0);
}*/

.menu_text .tabs .tab_content1 .main_item .image .main_img {
    height: 100%;
}

/*скроллинг кнопок фильтров*/
.filter_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter_block .content_head {
    flex-basis: 70%;
}

.adw_woosearch {
    /*margin-bottom: 30px;
	margin-top: 10px;
	width: 48%;*/
    flex-basis: 25%;
    margin-left: auto;
    margin-right: 0;
}

.adw_woosearch form {
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.adw_woosearch form input[type="search"],
.adw_woosearch form input[type="search"]:focus {
    /*height: 40px;
    border: none;
    border-bottom-left-radius: 100px!important;
    border-top-left-radius:100px!important;
    outline: none;
    background: #161615;
    padding-left: 15px;
    border-right: 0;
	color: #fff;*/
    height: 50px;
    border: 1px solid #B7B7B7;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    outline: none;
    background: transparent;
    padding-left: 15px;
    border-right: 0;
    color: #fff;
}

.adw_woosearch form .aws-search-btn {
    border: 1px solid #CB3B48;
    background: #CB3B48;
    box-shadow: 0px 0px 15px #cb3b48;
    border-radius: 0px 5px 5px 0px !important;
    cursor: pointer;
    transition: all 0.3s linear;
    height: 50px;
}

.aws-container .aws-search-form .aws-form-btn {
    border: 1px solid #CB3B48 !important;
    background: #CB3B48 !important;
    transition: all 0.3s linear;
}

.adw_woosearch form .aws-search-btn svg {
    fill: #fff;
    transition: all 0.3s linear;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    border: 1px solid #fff !important;
    background: #fff !important;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.51);
    transition: all 0.3s linear;
}

.adw_woosearch form .aws-search-btn:hover svg {
    fill: #CB3B48;
    transition: all 0.3s linear;
}

@media(max-width: 1600px) {}

@media(max-width: 1200px) {

    /*header*/
    .header .booking .booking_btn {
        width: 160px;
        font-size: 14px;
        line-height: 17px;
        padding-top: 17px;
    }

    /*about*/
    .about .info .text {
        font-size: 14px;
        line-height: 17px;
    }

    .about .img_slider {
        overflow: visible;
    }

    .about .info,
    .about .img_slider {
        width: 100%;
    }

    .about .img_slider {
        order: 1;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .about .info {
        order: 2;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }

    .about .info .title {
        display: none;
    }

    .about .img_slider .title {
        display: block;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 46px;
        text-transform: uppercase;

        color: #FFFFFF;

        text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.32);
        margin-bottom: 30px;
        position: relative;
    }

    .about .img_slider .title p span {
        font-size: 26px;
        line-height: 26px;
        display: block;
    }

    .about .img_slider .title p {
        position: relative;
    }

    .about .img_slider .title p::before {
        position: absolute;
        content: '';
        width: 73px;
        height: 5px;
        left: 0x;
        top: -10px;

        background: #C93A48;
        box-shadow: 0px 0px 30px #BD2D43;
    }

    .about .img_slider .title .open_img {
        position: absolute;
        right: 160px;
        bottom: -50px;
    }

    .about .info .show_more,
    .about .info .show_mores {
        font-size: 14px;
        line-height: 17px;
    }

    .about .img_slider #bx-pager {

        bottom: -30px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .about .img_slider .show_more,
    .about .img_slider .show_mores {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    /*about_menu*/
    .about_menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about_menu .image_info,
    .about_menu .info {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .about_menu .info {
        padding-top: 0;
    }

    .about_menu .info .title {
        margin-bottom: 30px;
    }

    .about_menu .info .text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 30px;
    }

    .about_menu .info .show_more,
    .about_menu .info .show_mores {
        font-size: 14px;
        line-height: 17px;
    }

    /*contacts*/
    .main_contacts .col_1,
    .main_contacts .col_2 {
        width: 100%;
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }

    .main_contacts .b_title {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .main_contacts .col_1 .supttl,
    .main_contacts .col_1 .phone_link,
    .main_contacts .col_1 .mail_link,
    .main_contacts .col_1 .book_text,
    .main_contacts .col_1 .adress {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .main_contacts .col_2 .work_time {
        font-size: 16px;
        line-height: 18px;
    }

    .main_contacts .col_2 iframe {
        margin-bottom: 20px;
    }

    .main_contacts .col_2 {
        padding-top: 25px;
    }

    .main_contacts .col_1 {
        border-bottom: 1px solid #525252;
        border-right: 0;
        padding-bottom: 25px;
    }

    .main_contacts .col_1 .mail_link span:before {
        content: url(images/contacts/mail_m.png);
        top: -10px;
        left: -50px;
    }

    .main_contacts .col_1 .adress span:before {
        content: url(images/contacts/tag_m.png);
        top: -10px;
        left: -50px;
    }

    .main_contacts .col_1 .phone_link span:before {
        content: url(images/contacts/tel_m.png);
        top: -10px;
        left: -50px;
    }

    .main_contacts .col_1 .phone_link span,
    .main_contacts .col_1 .mail_link span,
    .main_contacts .col_1 .adress span {
        margin-left: 45px;
    }

    /**страница интерьер**/
    .textpage .about .gallery {
        display: none;
    }

    .textpage .about .img_slider {
        height: 440px;
        max-height: 440px;
        width: 100%;
    }

}

@media(max-width: 1030px) {

    /*header*/
    .header .logo {
        width: 35%;
    }

    .header .nav_menu {
        display: none;
    }

    .header .booking .booking_btn {
        display: none;
    }

    .header .booking {
        margin-left: auto;
        margin-right: 20px;
    }

    /* Nav */
    .nav {
        display: none;
        width: 100%;

        /*position: absolute;
        top: 100%;
        left: 0;

        background-color: transparent;
		box-shadow: 0px 0px 15.1515px rgb(189 45 67 / 50%);
    border-radius: 7.57576px;*/
    }

    .nav_menu.active {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;

        /*background-color: #161615;*/
        background-color: #161615d9;
        box-shadow: 0px 0px 15.1515px rgb(189 45 67 / 50%);
        border-radius: 7.57576px;
        z-index: 9999;
        padding-top: 0;
        /*margin: 10px;*/
        padding: 15px;
    }

    .nav_menu .btn_booking {
        display: block;
        width: 300px;
        height: 58px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        background: #CB3B48;
        border: 1.48px solid #CB3B48;
        box-sizing: border-box;
        box-shadow: 0px 7px 25px rgb(0 0 0 / 30%);
        border-radius: 7.4px;
        padding-top: 15px;
        font-family: 'SuisseIntl-Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
    }

    .header .nav_menu.active .nav {
        max-width: 100%;
        width: 100%;
    }

    .header .nav_menu.active .nav .nav_link {
        display: block;
        margin: 0;
        padding: 8px 20px;
        text-align: center;
    }

    .nav.active {
        display: block;
    }

    .header .nav_menu .mob.active {
        display: block;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-toggle svg {
        width: 50%;
        height: auto;
    }

    .about_menu .info .title {
        font-size: 32px;
        line-height: 42px;
    }

    .about_menu .info .title span {
        font-size: 22px;
        line-height: 32px;
    }

    /*intro*/
    .intro .btns_block .btn {
        width: 258px;
        height: 50px;
        font-size: 16px;
        line-height: 18px;
        padding-top: 12px;
    }

    .intro {
        /* padding-top: 212px; */
        padding-top: 140px;
        padding-bottom: 50px;
        min-height: 500px;
    }

    /*slider*/
    .slider {
        padding-top: 20px;
        padding-bottom: 0;
        margin-top: 70px;
    }

    .slider .title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .slider .bx-wrapper .bx-pager {
        display: none;
    }

    /* search block */
    .filter_block .content_head,
    .filter_block .adw_woosearch {
        flex-basis: 100%;
    }

    /*contacts*/
    .main_contacts .col_1 .book_link {
        margin-bottom: 20px;
        width: 244px;
        height: 38px;
        font-size: 14px;
        line-height: 16px;
    }

    /*footer*/
    .footer .col_1 .f_nav {
        display: none;
    }

    .footer .col_2 .infotext {
        display: none;
    }

    .footer .col_3 .socials a {
        display: none;
    }

    .footer .col_2 {
        display: none;
    }

    .footer .col_1,
    .footer .col_3 {
        width: 48%;
    }

    .footer .socials.mob {
        display: block;
        width: 30%;
        text-align: right;
    }

    .footer .socials.mob a img {
        width: 28px;
        height: 28px;
    }

    .footer .col_2.mob {
        display: block;
        width: 65%;
    }

    .footer .f_nav.mob {
        display: flex;
        width: 100%;
        width: 100%;
        justify-content: space-between;
        max-width: 82%;
    }

    .footer .f_nav .fnav_link {
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 1.5;
        text-decoration-line: underline;

        color: #FFFFFF;
    }

    .footer .infotext.mob {
        display: block;
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 1.5;
    }

    /**фотоотчеты детальная**/
    .fotootchet .gallery .item {
        width: 48%;
    }

    .fotootchet .gallery .item .show_img {
        top: 30%;
        left: 30%;
    }

    /**menu_text**/
    .menu_text .tabs .tab_content1 .content_head .filters_links,
    .menu_text .tabs .tab_content2 .content_head .filters_links {
        display: none;
    }

    .menu_text .tabs .tab_content1 .content_head .search_block,
    .menu_text .tabs .tab_content2 .content_head .search_block {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .menu_text .tabs .tab_content1 .search_block .s_inputbtn,
    .menu_text .tabs .tab_content2 .search_block .s_inputbtn {
        max-width: 60px;
    }

    .menu_text .tabs .tab_content1 .search_block .s_input,
    .menu_text .tabs .tab_content2 .search_block .s_input {
        width: 90%;
    }

    .menu_text .tabs .tab_content1 .item_wrap,
    .menu_text .tabs .tab_content2 .item_wrap,
    .magazin_page .item_wrap {
        width: 49%;
    }

    .menu_text .tabs .tab_content1 .item_wrap.active,
    .menu_text .tabs .tab_content2 .item_wrap.active {
        /*padding-bottom: 120%;*/
    }

    .menu_text .tabs .tab_content .item .desc .price_items .price {
        align-items: center;
        justify-content: center;
    }

    .item_wrap .item .add_to_cart_button {
        display: block;
        width: 100%;
        margin-top: 1.875em;
    }
}

@media(max-width: 780px) {
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    header {
        padding-top: 15px !important;
    }

    /*intro*/
    .intro .image_block .ncl_img {
        width: 72px;
        height: 32px;
    }

    .intro .image_block .ilogo_img {
        display: none;
    }

    .intro .image_block .ilogo_img_mobile {
        display: block;
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .intro .btns_block {
        text-align: center;
    }

    .intro .btns_block .btn,
    .intro .btns_block .btn.red,
    .intro .btns_block .btn.white {
        margin-left: auto;
        margin-right: auto;
    }

    .intro .btns_block .btn.red {
        margin-bottom: 20px;
    }

    /* search block */
    .menu_text .tabs .tab_content1 .con_filters .f_btns.active,
    .menu_text .tabs .tab_content2 .con_filters .f_btns.active {
        border: 1px solid #CB3B48;
        background: #CB3B48;
        color: #fff;
    }

    .menu_text .tabs .tab_content1 .con_filters .f_btns,
    .menu_text .tabs .tab_content2 .con_filters .f_btns {
        height: 40px;
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
        min-width: 146px;
        margin-right: 15px;
        background: #161615;
    }

    .menu_text .tabs .tab_content1 .content_head .filters_links,
    .menu_text .tabs .tab_content2 .content_head .filters_links {
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 30px;
    }

    .filter_block .content_head {
        width: 100%;
    }

    .content_head {
        margin-bottom: 20px;
        order: 1;
    }

    /**menu text**/
    .menu_text .tabs .tab_content1 .item .desc:after,
    .menu_text .tabs .tab_content2 .item .desc:after {
        /*display: none;*/
        content: '';
        display: block;
        background: #CB3B48;
        position: absolute;
        width: 70%;
        height: 20px;
        left: 15%;
        border-radius: 7px;
        bottom: -15px;
    }

    .menu_text .tabs .tab_content1 .main_item .image {
        width: 100%;
    }

    .menu_text .tabs .tab_content1 .main_item .desc {
        width: 100%;
    }

    .menu_text .tabs .main_item .image .main_img {
        width: 100%;
        object-fit: cover;
        max-height: 350px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
    }

    .menu_text .tabs .tab_head .tab_link {
        font-size: 16px;
        line-height: 19px;
    }

    .menu_text .tabs .tab_head .tab_link.active {
        font-size: 16px;
        line-height: 19px;
    }

    .menu_text .tabs .tab_content1 .con_filters .f_btns,
    .menu_text .tabs .tab_content2 .con_filters .f_btns {
        /*display: none;*/
    }

    .menu_text .tabs .tab_content1 .item .desc .title,
    .menu_text .tabs .tab_content2 .item .desc .title {
        font-size: 12px;
        line-height: 14px;
    }

    .menu_text .tabs .tab_content1 .item .desc .price_items .price span,
    .menu_text .tabs .tab_content2 .item .desc .price_items .price span {
        font-size: 21px;
        line-height: 24px;
    }

    .menu_text .tabs .tab_content1 .item .desc .price_items .price,
    .menu_text .tabs .tab_content2 .item .desc .price_items .price {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
        margin-top: 8px;
    }

    .menu_text .tabs .tab_content1 .item .desc .title {
        min-height: 36px;
    }

    .menu_text .tabs .tab_content1 .item .desc .kalories .kkal,
    .menu_text .tabs .tab_content1 .item .desc .kalories .kbju {
        font-size: 10px;
        line-height: 14px;
    }

    .menu_text .tabs .tab_content1 .item .desc,
    .menu_text .tabs .tab_content2 .item .desc {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        min-height: 120px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-right: 40px;
        padding-left: 20px;
    }

    .menu_text .tabs .tab_content1 .item .desc .price_items .more_info,
    .menu_text .tabs .tab_content2 .item .desc .price_items .more_info {
        margin-left: auto;
        margin-right: auto;
        height: 26px;
        border-radius: 3px;
        font-size: 10px;
        line-height: 18px;
        padding: 3px 0;
        margin-top: 10px;
        width: 100%;

    }

    .menu_text .tabs .tab_content1 .item .desc .ingr,
    .menu_text .tabs .tab_content2 .item .desc .ingr {
        font-size: 14px;
        line-height: 17px;
    }

    .menu_text .tabs .tab_content1 .show_more,
    .menu_text .tabs .tab_content2 .show_more {
        max-width: 144px;
        height: 35px;
        font-size: 12px;
        line-height: 14px;
        padding-top: 10px;
        margin-top: 20px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .short_desc {
        font-size: 12px;
        line-height: 14px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .title {
        font-size: 12px;
        line-height: 14px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .categories {
        margin-top: 20px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .short_desc {
        margin-bottom: 20px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .price:before {
        left: -10px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .price span {
        font-size: 22px;
        line-height: 24px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .price {
        font-size: 12px;
        line-height: 14px;
        margin-right: -40px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .price:before {
        width: 122px;
        height: 32px;
        border-radius: 10px 0px 0px 10px;
    }

    .menu_text .tabs .tab_content1 .main_item .desc .categories .cat_link {
        font-size: 10px;
        line-height: 12px;
    }

    /**фотоотчеты**/
    .fotootchety {
        padding-bottom: 20px;
        padding-top: 120px;
    }

    .fotootchet {
        padding-bottom: 20px;
        padding-top: 120px;
    }

    .fotootchety .title,
    .fotootchet .title {
        font-size: 28px;
        line-height: 35px;
    }

    .fotootchet .title {
        margin-bottom: 25px;
    }

    .fotootchety .item {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .fotootchety .item .ttl {
        font-size: 16px;
        line-height: 22px;
    }

    .fotootchet .ttl {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .fotootchety .item .item_grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 462px));
        grid-gap: 8px;
    }

    .fotootchety .item .item_grid .pic:first-child {
        display: none;
    }

    .fotootchety .item .show_more,
    .fotootchety .item .show_mores {
        display: none;
    }

    .fotootchety .item .show_more.mob,
    .fotootchety .item .show_mores.mob {
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.27;
    }

    .fotootchety .item .show_more.mob span::after {
        top: 0;
    }

    .fotootchety .pagg .paggination li .page-numbers {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 15px;
    }

    /**интерьер**/
    .textpage .title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .textpage .content p,
    .textpage .content ul li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .menu_text .tabs .tab_content1 .item .shef_img,
    .menu_text .tabs .tab_content1 .item .popular_img {
        top: -20px;
        right: -10px;
        width: 86px;
        height: 86px;
    }

    .menu_text .tabs .tab_content1 .main_item .shef_img {
        left: 0;
        top: -30px;
        width: 86px;
        height: 86px;
    }

    .menu_text .tabs .tab_content1 .main_item .close {
        top: -10px;
        right: -5px;
    }

    .menu_text .tabs .tab_content1 .main_item .video_link {
        display: none;
    }

    .menu_text .tabs .tab_content1 .item_wrap.active,
    .menu_text .tabs .tab_content2 .item_wrap.active {
        /*padding-bottom: 165%;*/
    }

    .menu_text .tabs .tab_content1 .item .desc .price_items,
    .menu_text .tabs .tab_content2 .item .desc .price_items {
        margin-bottom: 0;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .photos-filter .filter-button {
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        font-family: 'SuisseIntl-Regular', sans-serif;
        background: transparent;
        box-shadow: none;
        border-radius: 5px;
        border: 2px solid #cb3b48;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
        color: #fff;
        padding: 0;
        cursor: pointer;
        margin-bottom: 10px;
        transition: all linear .3s;
    }

    .photos-filter .filter-button.active {
        border: 2px solid transparent;
        background: #cb3b48;
        box-shadow: 0 0 14.9668px #cb3b48;
    }

    .photos-filter #block-2 {
        display: none;
        margin-top: 30px;
    }


    .header .booking .phone_link,
    .header .booking .mini-cart .cart-icon,
    .nav-toggle {
        width: 35px;
        height: 35px;
    }

    .header .booking .phone_link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .header .booking .phone_link img {
        height: 50%;
        width: auto;
        display: block;
    }

    .nav-toggle {
        order: -1;
    }

    .header .logo {
        flex: 1;
        padding: 0 25px;
    }

    .header .booking {
        margin: 0;
    }

    .header .booking .mini-cart {
        margin-left: 10px;
    }

    .header .booking .mini-cart .widget_shopping_cart_content {
        width: calc(100vw - 20px);
    }

    .header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart {
        max-height: 55vh;
        width: 100%;
    }

    .header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li {
        font-size: 14px;
        margin-bottom: 1.5em;
    }

    .header .booking .mini-cart .widget_shopping_cart_content .button {
        font-size: 12px;
    }

    .header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove::before {
        font-size: 7px;
    }

    .menu_text .tabs .tab_content .menu-head .menu-view-toggle {
        font-size: 14px;
    }

    .menu_text .tabs .tab_content .menu-head {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .menu_text .tabs .tab_content .menu-search {
        width: 100%;
        margin-bottom: 2em;
    }

    .menu_text .tabs .tab_content .menu-search .search-container {
        display: flex;
        width: 100%;
    }

    .menu_text .tabs .tab_content .menu-search .search-container .input-search,
    .menu_text .tabs .tab_content .menu-search .search-container .input-search::placeholder {
        font-size: 14px;
    }

    .menu_text .tabs .tab_content .menu-backward .backward-button {
        font-size: 12px;
    }

    .menu_text .tabs .tab_content .menu-backward .menu-selected {
        font-size: 14px;
    }

    .menu_text .tabs .tab_content .con_filters.active {
        margin: 0 -5px;
    }

    .menu_text .tabs .tab_content .con_filters .f_btns {
        width: calc((100% / 2) - 10px);
        margin: 5px;
        font-size: 16px;
        height: 275px;
        border-radius: 10px;
    }

    .menu_text .tabs .tab_content .item_wrap {
        width: 49%;
    }

    .item_wrap .item .add_to_cart_button {
        font-size: 8px;
        padding: 1.2em 1.875em;
    }

    .menu_text .tabs .tab_content .item .desc .price_items p.more_info {
        font-size: 8px;
    }

    .menu_text .tabs .tab_content .item .desc {
        padding: 20px 15px;
        border-radius: 0;
    }

    body .menu_text .tabs .tab_content .item img {
        height: 250px;
        min-height: 250px;
        width: 100%;
    }

    .menu_text .tabs .tab_content .item .desc .title {
        font-size: 14px;
    }

    .menu_text .tabs .tab_content .item .desc .price_items .price span,
    .menu_text .tabs .tab_content .item .desc .price_items .price span {
        font-size: 20px;
    }

    .menu_text .tabs .tab_content .item .desc .ingr {
        font-size: 10px;
    }
    .menu_text .tabs .tab_content .item_wrap:not(.item_wrap_noimg) .item .desc .ingr {
        display: none;
    }

    .item .desc .categories .cat_link {
        font-size: 10px;
    }

    .item_wrap .add_to_cart_button {
        font-size: 12px;
    }

    .dish_main-img_quick-view {
        width: 35px;
        height: 35px;
    }

    .menu_text .tabs .tab_content .item {
        border-radius: 10px;
    }

    .menu_text .tabs .tab_content .item img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menu_text .tabs .tab_content .menu-search .search-results {
        width: 100%;
        text-align: left;
    }

    .menu_text .tabs .tab_content .menu-search .search-results p {
        font-size: 12px;
    }

    .item_wrap .product-highlights .text-tag {
        border-radius: 0 10px 10px 0;
        font-size: 12px;
    }

    body.menu-list-view .menu_text .tabs .tab_content .con_filters .f_btns {
        font-size: 14px;
    }

    body.menu-list-view .menu_text .tabs .tab_content .con_filters .f_btns {
        margin: 5px 0;
    }

    body.menu-list-view .menu_text .tabs .tab_content .con_filters.active {
        margin: -5px 0;
    }


    section.cart .cart-collaterals {
        width: 100%;
    }

    section.cart table.shop_table {
        overflow: visible;
    }

    section.cart table.shop_table thead {
        display: none;
    }

    section.cart table.shop_table tbody th {
        display: none;
    }

    section.cart table.shop_table tr {
        display: block;
        position: relative;
        border-radius: 15px;
    }

    section.cart table.shop_table tr:not(:last-of-type) {
        margin-bottom: 3em;
    }

    section.cart table.shop_table tr td {
        display: block;
        text-align: right;
        clear: both;
    }

    section.cart table.shop_table tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }

    section.cart table.shop_table .product-thumbnail {
        text-align: center;
    }

    section.cart table.shop_table .product-thumbnail img {
        width: 100%;
        border-radius: 15px;
    }

    section.cart table.shop_table .product-quantity .quantity {
        margin-left: auto;
    }

    section.cart table.shop_table .product-remove {
        position: absolute;
        padding: 0;
        right: 0;
        top: 0;
        -webkit-transform: translate(10%, -10%);
        transform: translate(10%, -10%);
    }

    section.cart table.shop_table .product-remove a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 2em;
        height: 2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #CB3B48;
        color: #fff;
        line-height: 0;
    }

    section.cart h1,
    section.cart h2 {
        text-align: center;
    }

    section.cart .cart-collaterals .order-total th {
        display: none;
    }

    section.cart .cart-collaterals .order-total td {
        text-align: right;
    }

    section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list {
        max-width: unset;
        width: 100%;
        padding: 1.4em;
        font-size: 14px;
    }

}

@media(max-width: 600px) {

    /*header*/
    .header .logo {
        width: 54%;
    }


    /*about*/
    .about .img_slider #bx-pager a .rect {
        width: 29px;
        height: 1px;
    }

    .about .img_slider #bx-pager a.active .rect {
        width: 29px;
        height: 1px;
    }

    .about .img_slider #bx-pager a {
        width: 29px;
        height: 1px;
    }

    .about .img_slider .bx-wrapper .bx-prev {
        left: 68%;
    }

    .about .img_slider .title .open_img {
        width: 105px;
        height: 75px;
    }

    /*about_menu*/
    .about_menu .image_info .item.one {
        top: 25px;
        left: 0;
    }

    .about_menu .image_info .item .title {
        font-size: 6px;
        line-height: 8px;
    }

    .about_menu .image_info .item .desc .price {
        font-size: 6px;
        line-height: 8px;
    }

    .about_menu .image_info .item .desc .price span {
        font-size: 8px;
        line-height: 10px;
    }

    .about_menu .image_info .item {
        width: 120px;
        height: 45px;
    }

    /* filter */
    .filter_block {
        position: relative;
    }

    .filter_block .adw_woosearch {
        flex-basis: 65%;
        margin-left: 0;
    }

    .filter_tags {
        position: absolute !important;
        top: 0;
        margin-top: 0 !important;
        right: 0;
        padding-left: 0;
        width: 100%;
    }

    .filter_area {
        position: absolute;
        right: 0;
        width: 28%;
    }

    .menu_text .tabs .filter_menu.active {
        top: 40px;
        width: 100%;
        left: 0;
    }

    /*footer*/
    .footer .col_3 {
        padding-top: 0;
    }

    .footer .col_3 .call_link {
        font-size: 20px;
        line-height: 22px;
    }

    .footer .col_3 .booking {
        font-size: 10px;
        line-height: 12px;
    }

    .footer .col_2 .f_nav .f_link {
        /*font-size: 14px;*/
        font-size: 12px;
        line-height: 14px;
    }

    .footer .col_2 .f_nav {
        padding-top: 0;
    }

    .about_menu .info .title {
        font-size: 32px;
        line-height: 42px;
    }

    .about_menu .info .title span {
        font-size: 22px;
        line-height: 32px;
    }


}

@media(max-width: 490px) {
    .intro .image_block .ncl_img {
        z-index: 9;
        top: 50px;
    }

    .slider {
        margin-top: 102px;
    }

    .main_pagesl {
        margin-top: 0;
    }

    /**фотоотчеты**/
    .fotootchet .gallery .item {
        width: 100%;
    }

    .menu_text .tabs .tab_head .tab_link,
    .menu_text .tabs .tab_head .tab_link.active {
        font-size: 16px;
        line-height: 16px;
    }

    .menu_text .tabs .tab_content1 .content_head .search_block,
    .menu_text .tabs .tab_content2 .content_head .search_block {
        width: 100%;
    }

    .menu_text .tabs .tab_head {
        padding-bottom: 20px;
        display: flex;
    }

    .footer .col_3 .call_link {
        font-size: 14px;
        line-height: 18px;
    }

    /* filter */
    .filter_btn {
        width: 100% !important;
        height: 33px !important;
        font-size: 10px !important;
        padding-top: 9px !important;
        padding-left: 10px !important;
        line-height: 16px !important;
    }

    .menu_text .tabs .filter_btn span:after {
        transform: scale(0.7) !important;
        top: -8px !important;
        right: -35px !important;
    }

    .adw_woosearch form input[type="search"],
    .adw_woosearch form input[type="search"]:focus {
        height: 33px;
    }

    .adw_woosearch form .aws-search-btn {
        height: 33px;
        width: 35px;
    }

    .aws-search-clear span {
        top: 37% !important;
    }

    .aws-container .aws-search-form .aws-search-btn_icon {
        width: 37px;
    }

    .menu_text .tabs .content_head .filters_links {
        margin-top: 10px !important;
    }

    .tags_input {
        position: absolute;
        opacity: 0;
    }
}

@media(max-width: 340px) {

    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .socials.mob {
        width: 35%;
    }

    .footer .col_2 .f_nav .f_link {
        font-size: 12px;
        line-height: 14px;
    }

    /**menu_text**/
    .menu_text .tabs .tab_content1 .item .desc .title {
        font-size: 10px;
        line-height: 12px;
    }

    /**страница интерьер**/
    .textpage {
        padding-top: 120px;
    }

    .textpage .about .img_slider {
        height: 260px;
        max-height: 260px;
        width: 100%;
    }

    .about .img_slider .bx-wrapper .bx-controls-direction a {
        top: 45px;
    }

    .about .img_slider .bx-wrapper .bx-prev {
        left: 66%;
    }

    /**фотоотчеты детальная**/
    .fotootchet .gallery .item {
        width: 100%;
    }

    .fotootchet .gallery .item .show_img {
        top: 30%;
        left: 30%;
    }

}

@media(max-width: 1200px) {
    .commanda .b_title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width: 1200px) {
    .commanda .item {
        width: 48%;
    }

    .commanda .item .titles {
        font-size: 20px;
    }

    .commanda .item .dolzhn {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    .commanda {
        margin-top: 100px;
    }

    .commanda .item {
        width: 100%;
    }
}

@media(max-width: 1030px) {

    /*fotootchety*/
    .fotootchet .gallery .item .gallery_img {
        width: 100%;
        height: 320px;
    }
}

@media(max-width: 780px) {

    /*fotootchety*/
    .fotootchet .gallery .item .gallery_img {
        width: 100%;
        height: 280px;
    }


    .menu_text .tabs .item .desc .title {
        font-size: 16px;
    }

    .menu_text .tabs .item .desc .ingr {
        font-size: 14px;
    }

}



.menu_text .tabs .tab_content1 .con_filters .f_btns,
.menu_text .tabs .tab_content2 .con_filters .f_btns {
    /*height: 40px;*/
}

.menu_text .tabs .tab_content1 .content_head .filters_links,
.menu_text .tabs .tab_content2 .content_head .filters_links {
    position: relative;
    /*flex-wrap: nowrap;
	overflow-x: scroll;*/
    /*margin-bottom: 20px;*/
}

.menu_text .tabs .tab_content1 .con_filters .f_btns,
.menu_text .tabs .tab_content2 .con_filters .f_btns {
    /*min-width: 146px;*/
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-scrollbar-button,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-scrollbar-track,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-scrollbar-track {
    background-color: #161615;
    height: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-scrollbar-thumb,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #CB3B48;
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-scrollbar-thumb:hover,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-scrollbar-thumb:hover {
    background-color: #CB3B48;
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-resizer,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

.menu_text .tabs .tab_content1 .content_head .filters_links::-webkit-scrollbar,
.menu_text .tabs .tab_content2 .content_head .filters_links::-webkit-scrollbar {
    width: 3px;
}

/*скроллин кнопок фильтров*/

@media(max-width: 550px) {
    .slider .slaid {
        /*width: 135px!important;
		height: 185px!important;*/
        width: 126px !important;
        height: 171px !important
    }

    .slider .slaid .item {
        /*width: 125px!important;
		height: 137px!important;*/
        width: 118px !important;
        height: 100px !important
    }

    .slider .slaid .item .slaid_img {
        border-radius: 12px;
    }

    .slider .slider_height {
        height: 210px !important;
    }

    .slider {
        margin-top: 80px;
    }

    .slider .slaid .item .back_description .more {
        font-size: 14px;
        line-height: 16px;
    }

    .slider .slaid .item .back_description {
        padding-top: 60px;
    }


}

@media(max-width: 550px) {

    .menu_text .tabs .tab_content1 .con_filters .f_btns,
    .menu_text .tabs .tab_content2 .con_filters .f_btns {
        /*height: 40px;*/
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
    }

    .about_menu .image_info .item.two {
        bottom: 70px;
    }

    .about_menu .image_info .item.four {
        bottom: 110px;
    }
}

.menu_text .tabs .tab_content1 .content_head .filters_links,
.menu_text .tabs .tab_content2 .content_head .filters_links {}

@media(max-width: 550px) {
    .slider .category-akzii {
        height: 230px !important;
    }

    .slider.page-akzii {
        margin-bottom: 150px;

    }

    /*interier*/
    .textpage .about .img_slider {
        /*height: 345px;*/
        height: 400px;
        max-height: 440px;

    }

    .menu_text .tabs .tab_content1 .item img,
    .menu_text .tabs .tab_content2 .item img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .main_item .image .main_img {
        border-top-right-radius: 5px;
    }

    .menu_text .tabs .tab_content1 .item .dish_img,
    .menu_text .tabs .tab_content2 .item .dish_img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .main_item .desc .price.pc {
        display: none;
    }

    .main_item .desc .price.mob {
        display: inline-block;
        border-radius: 100px 0 0 100px;
    }
}

@media(max-width: 490px) {

    /*interier*/
    .textpage {
        padding-top: 80px;
    }

    .textpage .about .img_slider {
        height: 335px;
        max-height: 440px;

    }
}

@media(max-width: 390px) {

    /*interier*/
    .textpage .about .img_slider {
        height: 270px;
        max-height: 440px;

    }
}

.menu_text .tabs .tab_content1 .item img,
.menu_text .tabs .tab_content2 .item img {
    min-height: 350px;
    object-fit: cover;
}

@media(max-width: 490px) {

    .menu_text .tabs .tab_content1 .item img,
    .menu_text .tabs .tab_content2 .item img {
        min-height: 200px;
    }

    .menu_text .tabs .tab_content1 .item .desc,
    .menu_text .tabs .tab_content2 .item .desc {
        position: relative;
        min-height: 200px;

    }

    .menu_text .tabs .tab_content1 .item .desc .price_items .more_info,
    .menu_text .tabs .tab_content2 .item .desc .price_items .more_info {
        /*position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;*/
    }

    .menu_text .tabs .tab_content1 .item .desc .ingr,
    .menu_text .tabs .tab_content2 .item .desc .ingr {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .menu_text .tabs .tab_content1 .item,
    .menu_text .tabs .tab_content2 .item {
        border-radius: 10px;
    }

    .menu_text .tabs .tab_content1 .item .desc,
    .menu_text .tabs .tab_content2 .item .desc {
        border-radius: 0 !important;
        padding-top: 6px;
    }

    .menu_text .tabs .tab_content2 .item .desc .categories {
        /*display: none;*/
    }
}


/*детальная страница товара*/
.main_item.detail_page {
    display: block;
    margin-top: 142px;
    border-radius: 0;
    box-shadow: none;
    background-color: #222220;
}

.main_item.detail_page .desc {
    background: #222220;
}

.main_item.detail_page:hover {
    transition: all 0.3s linear;
    box-shadow: none;
}

.main_item.detail_page .image .main_img {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.main_item.detail_page .desc,
.main_item.detail_page .image {
    width: 48%;
    height: auto;
}

.main_item.detail_page .image .main_img {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 550px) {
    .main_item.detail_page {
        margin-top: 100px;
    }

    .main_item.detail_page .desc,
    .main_item.detail_page .image {
        width: 100%;

    }

    .menu_text .tabs .tab_content1 .item .desc .title,
    .menu_text .tabs .tab_content2 .item .desc .title {
        margin-top: 20px;
        margin-bottom: 0;
    }


}


@media(max-width: 780px) {
    .adw_woosearch {
        width: 100%;
    }

    .adw_woosearch form {
        max-width: 100%;

    }

    .gallery-2 {
        display: block;
    }

    .gallery-2 .item-box {
        margin-bottom: 5px;
    }
}


@media(max-width: 330px) {
    .nav_menu .btn_booking {
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        height: 48px;
    }
}

@media(max-width: 1024px) {

    /**
 * Корзина
 */
    .woocommerce-cart,
    .woocommerce-cart .page {
        margin-top: 0;
    }

    .cart-page .page-content {
        margin-top: 100px;
        padding: 0 15px;
    }

    .order_number .number {
        font-size: 24px;
        line-height: 28px;
    }

    .order_number .date {
        font-size: 17px;
        line-height: 21px;
        margin-left: 14px;
    }

    .order_status {
        font-size: 24px;
        line-height: 28px;
    }

    .order_items-wrap {
        /*display: block;*/
        margin-top: 30px;
    }

    .order_item {
        background-size: cover;
        height: 95px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .order_item .item_img {
        width: 165px;
        margin-right: 16px;
        border-radius: 9px 0 0 9px;
    }

    .order_item .item_content {
        width: 188px;
    }

    .order_item .item_title {
        font-size: 14px;
        line-height: 17px;
    }

    .order_item .item_calories {
        font-size: 11px;
        line-height: 13px;
        margin: 7px 0;
    }

    .order_item .item_calories .kkal {
        margin-right: 12px;
    }

    .order_item .item_price {
        flex: 0 0 155px;
    }

    .order_item .item_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_item .item_price .price span {
        font-size: 12px;
        line-height: 18px;
    }

    .order_item .item_price label {
        font-size: 12px;
    }

    .order_item .item_count {
        height: 16px;
    }

    .order_item .item_count .quantity {
        position: relative;
        width: 25px;
    }

    .order_item .item_count input.qty {
        font-size: 9px;
        width: 25px;
        position: absolute;
        outline: none;
        height: 100%;
    }

    .order_item .item_count>span {
        width: 13px;
        font-size: 8px;
        line-height: 15px;
    }

    .order_item .item_count .minus {
        border-radius: 2px 0 0 2px;
    }

    .order_item .item_count .plus {
        border-radius: 0 2px 2px 0;
    }

    .order_item .item_buttons label:before {
        width: 15px;
        height: 15px;
        border-radius: 2px;
    }

    .order_item .item_buttons input:checked+span:after {
        width: 12px;
        height: 12px;
        left: 1px;
        top: 1px;
        background-size: cover;
    }

    .order_item .item_status {
        width: 21px;
        height: 21px;
        top: -3px;
    }

    .order_item .item_remove {
        width: 22px;
        height: 22px;
    }

    .order_total-btns span {
        font-size: 9px;
        line-height: 11px;
        padding: 11px 0;
    }

    .order_total {
        display: flex;
        flex-direction: column;
    }

    .order_total-wrap {
        /*order: 1;*/
        border-radius: 14px;
        /*margin-top: 30px;*/
        padding: 14px;
    }

    .order_total .total_title,
    .order_total .total_place,
    .order_total .total_place a {
        font-size: 12px;
        line-height: 14px;
    }

    .order_total .edit_table {
        width: 10px;
        height: 10px;
    }

    .order_total .total_items {
        margin-top: 12px;
    }

    .order_total .total_item {
        margin-bottom: 10px;
    }

    .order_total .tit {
        font-size: 10px;
        line-height: 12px;
        flex: 0 0 156px;
    }

    .order_total .tic {
        font-size: 10px;
        line-height: 12px;
        flex: 0 0 25px;
    }

    .order_total .tip {
        font-size: 11px;
        line-height: 13px;
        flex: 0 0 50px;
    }

    .total_footer-title {
        font-size: 14px;
        line-height: 17px;
    }

    .total_footer-price .new {
        font-size: 12px;
        line-height: 14px;
    }

    .total-pay-btn {
        width: 160px;
        height: 28px;
        font-size: 10px;
        line-height: 12px;
        border-radius: 3px;
        margin: 13px auto 0;
        display: block;
        padding-top: 8px;
    }

    .order_upsell .upsell_title,
    .order_reviews .review_title {
        font-size: 24px;
        line-height: 28px;
    }

    .order_upsell .upsell_items {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .order_upsell .upsell_item {
        flex: 0 0 30%;
        height: 55px;
        margin-right: 0;
        margin-bottom: 17px;
        border-radius: 7px;
    }

    .order_upsell .upsell_img {
        flex: 0 0 70px;
        margin-right: 7px;
        border-radius: 6px 0 0 6px;
    }

    .order_upsell .upsell_desc-title {
        font-size: 12px;
        line-height: 15px;
        padding-right: 13px;
        margin-bottom: 4px;
    }

    .order_upsell .upsell_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_upsell .upsell_price .price span {
        font-size: 9px;
        line-height: 11px;
    }

    .order_upsell .add-to-cart {
        top: -7px;
        right: -7px;
        width: 22px;
        height: 22px;
        font-size: 15px;
        line-height: 17px;
    }

    .order_upsell {
        padding-bottom: 30px;
        margin-top: 45px;
    }

    .order_upsell .to_menu-btn {
        width: 129px;
        font-size: 10px;
        line-height: 12px;
        border-radius: 3px;
        height: 30px;
        padding-top: 9px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order_reviews {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .order_reviews .review_title:after {
        right: -13px;
        top: 5px;
        width: 6px;
        height: 11px;
    }

    .review_rating>.row {
        flex-wrap: wrap;
    }

    .rating_item {
        margin-bottom: 15px;
    }

    .rating_title {
        font-size: 15px;
        line-height: 18px;
    }

    .rating_icons {
        margin: 6px 0 0;
    }

    .rating_icons .smile {
        width: 26px;
        height: 26px;
        margin: 0 4px;
    }

    .review_textarea {
        margin-top: 21px;
    }

    .review_textarea textarea {
        height: 100px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        padding: 10px;
    }

    .review_btns {
        margin-top: 22px;
    }

    .review_btns .review_btn-2 {
        width: 253px;
        height: 42px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 6px;
        margin: 0 auto;
        padding-top: 12px;
    }

    .bar-modal_wrap {
        width: 600px;
        margin-top: 100px;
    }

    .bar-container {
        transform: scale(0.35);
        transform-origin: left top;
    }
}

@media(max-width: 768px) {
    #popmake-1675 {
        padding: 25px;
    }

    #popmake-1675 form {
        width: 90%;
    }

    /**
 * Корзина
 */
    .woocommerce-cart,
    .woocommerce-cart .page {
        margin-top: 0;
    }

    .cart-page .page-content {
        margin-top: 55px;
        padding: 0 15px;
    }

    .order_number .number {
        font-size: 18px;
        line-height: 20px;
    }

    .order_number .date {
        font-size: 14px;
        line-height: 16px;
        margin-left: 11px;
    }

    .order_status {
        font-size: 18px;
        line-height: 21px;
    }

    .order_items-wrap {
        /*display: block;*/
        margin-top: 30px;
    }

    .order_item {
        background-size: cover;
        height: 80px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .order_item .item_img {
        width: 99px;
        margin-right: 16px;
        border-radius: 9px 0 0 9px;
    }

    .order_item .item_content {
        width: 188px;
    }

    .order_item .item_title {
        font-size: 11px;
        line-height: 13px;
    }

    .order_item .item_calories {
        font-size: 8px;
        line-height: 10px;
        margin: 7px 0;
    }

    .order_item .item_calories .kkal {
        margin-right: 12px;
    }

    .order_item .item_price {
        flex: 0 0 120px;
    }

    .order_item .item_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_item .item_price .price span {
        font-size: 16px;
        line-height: 18px;
    }

    .order_item .item_count {
        height: 13px;
    }

    .order_item .item_count .quantity {
        position: relative;
        width: 18px;
    }

    .order_item .item_count input.qty {
        font-size: 5px;
        width: 18px;
        position: absolute;
        outline: none;
        height: 100%;
    }

    .order_item .item_count>span {
        width: 10px;
        font-size: 6px;
        line-height: 12px;
    }

    .order_item .item_count .minus {
        border-radius: 2px 0 0 2px;
    }

    .order_item .item_count .plus {
        border-radius: 0 2px 2px 0;
    }

    .order_item .item_buttons label:before {
        width: 13px;
        height: 13px;
        border-radius: 2px;
    }

    .order_item .item_buttons input:checked+span:after {
        width: 10px;
        height: 10px;
        left: 1px;
        top: 1px;
        background-size: cover;
    }

    .order_item .item_status {
        width: 16px;
        height: 16px;
        top: -3pz;
    }

    .order_item .item_remove {
        width: 18px;
        height: 18px;
    }

    .order_total-btns span {
        font-size: 9px;
        line-height: 11px;
        padding: 11px 0;
    }

    .order_total {
        display: flex;
        flex-direction: column;
    }

    .order_total-wrap {
        /*order: 1;*/
        border-radius: 14px;
        /*margin-top: 30px;*/
        padding: 14px;
    }

    .order_total .total_title,
    .order_total .total_place,
    .order_total .total_place a {
        font-size: 10px;
        line-height: 12px;
    }

    .order_total .edit_table {
        width: 8px;
        height: 8px;
    }

    .order_total .total_items {
        margin-top: 12px;
    }

    .order_total .total_item {
        margin-bottom: 7px;
    }

    .order_total .tit {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 156px;
    }

    .order_total .tic {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 25px;
    }

    .order_total .tip {
        font-size: 9px;
        line-height: 11px;
        flex: 0 0 50px;
    }

    .total_footer-title {
        font-size: 14px;
        line-height: 17px;
    }

    .total_footer-price .new {
        font-size: 10px;
        line-height: 12px;
    }

    .total-pay-btn {
        width: 160px;
        height: 24px;
        font-size: 7px;
        line-height: 9px;
        border-radius: 3px;
        margin: 13px auto 0;
        display: block;
        padding-top: 7px;
    }

    .order_upsell .upsell_title,
    .order_reviews .review_title {
        font-size: 18px;
        line-height: 21px;
    }

    .order_upsell .upsell_items {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .order_upsell .upsell_item {
        flex: 0 0 30%;
        height: 55px;
        margin-right: 0;
        margin-bottom: 17px;
        border-radius: 7px;
    }

    .order_upsell .upsell_img {
        flex: 0 0 60px;
        margin-right: 7px;
        border-radius: 6px 0 0 6px;
    }

    .order_upsell .upsell_desc-title {
        font-size: 9px;
        line-height: 11px;
        padding-right: 13px;
        margin-bottom: 2px;
    }

    .order_upsell .upsell_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_upsell .upsell_price .price span {
        font-size: 9px;
        line-height: 11px;
    }

    .order_upsell .add-to-cart {
        top: -7px;
        right: -7px;
        width: 22px;
        height: 22px;
        font-size: 15px;
        line-height: 17px;
    }

    .order_upsell {
        padding-bottom: 30px;
        margin-top: 45px;
    }

    .order_upsell .to_menu-btn {
        width: 129px;
        font-size: 10px;
        line-height: 12px;
        border-radius: 3px;
        height: 27px;
        padding-top: 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order_reviews {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .order_reviews .review_title:after {
        right: -13px;
        top: 5px;
        width: 6px;
        height: 11px;
    }

    .review_rating>.row {
        flex-wrap: wrap;
    }

    .rating_item {
        margin-bottom: 15px;
    }

    .rating_title {
        font-size: 13px;
        line-height: 16px;
    }

    .rating_icons {
        margin: 6px 0 0;
    }

    .rating_icons .smile {
        width: 23px;
        height: 23px;
        margin: 0 2px;
    }

    .review_textarea {
        margin-top: 21px;
    }

    .review_textarea textarea {
        height: 83px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        padding: 10px;
    }

    .review_btns {
        margin-top: 22px;
    }

    .review_btns .review_btn-2 {
        width: 253px;
        height: 42px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 6px;
        margin: 0 auto;
        padding-top: 12px;
    }

    .bar-modal_wrap {
        width: 480px;
        margin-top: 100px;
    }

    .bar-container {
        transform: scale(0.28);
        transform-origin: left top;
    }

    /* Личный кабинет */
    .woocommerce-account,
    .woocommerce-account .page {
        margin-top: 0;
    }

    .woocommerce-account .page-content {
        margin-top: 100px;
        padding: 0 15px;
    }

    .account_title {
        font-size: 18px;
        line-height: 21px;
    }

    .account_userinfo {
        margin-top: 34px;
    }

    .user-avatar {
        flex: 0 0 84px;
        height: 84px;
    }

    .user-contacts {
        margin-left: 11px;
        padding-top: 5px;
    }

    .user-contacts .name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .user-contacts .contacts p {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 4px;
    }

    .user-contacts .user-edit {
        font-size: 8px;
        line-height: 10px;
        color: #fff;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

    .account_orders {
        margin: 64px 0 40px;
    }

    .account_orders h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 26px;
    }

    .account_orders_item {
        padding: 21px 14px;
        margin-bottom: 15px;
        background-image: url(/wp-content/themes/restoran_potracheno_th/images/orders-bg_m.png);
    }

    .account_orders_item .item_title {
        margin-bottom: 15px;
    }

    .account_orders_item .number {
        font-size: 13px;
        line-height: 15px;
    }

    .account_orders_item .date {
        font-size: 10px;
        line-height: 12px;
        margin-left: 9px;
    }

    .account_order_item-wrap {
        display: block;
    }

    .account_order_dish>.row {
        margin-bottom: 8px;
    }

    .account_order_dish .title {
        flex: 0 0 65%;
        font-size: 8px;
        line-height: 9px;
    }

    .account_order_dish .count,
    .account_order_dish .price {
        flex: 0 0 15%;

    }

    .account_order_dish .count {
        font-size: 8px;
        line-height: 9px;
    }

    .account_order_dish .price {
        font-size: 9px;
        line-height: 11px;
    }

    .account_order_total {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .account_order_total .row {
        margin-bottom: 3px;
    }

    .account_order_total span {
        font-size: 8px;
        line-height: 9px;
    }

    .account_order_total span.key {
        margin-right: 18px;
    }

    .account_show-more {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1;
        width: 89px;
        height: 19px;
        color: #fff;
        font-size: 8px;
        line-height: 10px;
        border-radius: 2px;
        margin-top: 0;
    }

    .account_orders .show-more {
        width: 143px;
        height: 34px;
        font-size: 12px;
        line-height: 14px;
        padding-top: 11px;
    }
}

@media(max-width: 575px) {

    /**
 * Корзина
 */
    .woocommerce-cart,
    .woocommerce-cart .page {
        margin-top: 0;
    }

    .cart-page .page-content {
        margin-top: 55px;
        padding: 0 15px;
    }

    .order_number .number {
        font-size: 18px;
        line-height: 20px;
    }

    .order_number .date {
        font-size: 14px;
        line-height: 16px;
        margin-left: 11px;
    }

    .order_status {
        display: none;
    }

    .order_items-wrap {
        display: block;
        margin-top: 30px;
    }

    .order_item {
        background-size: cover;
        height: 80px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .order_item .item_img {
        width: 99px;
        margin-right: 16px;
        border-radius: 9px 0 0 9px;
    }

    .order_item .item_content {
        width: 188px;
    }

    .order_item .item_title {
        font-size: 11px;
        line-height: 13px;
    }

    .order_item .item_calories {
        font-size: 8px;
        line-height: 10px;
        margin: 7px 0;
    }

    .order_item .item_calories .kkal {
        margin-right: 12px;
    }

    .order_item .item_price {
        flex: 0 0 120px;
    }

    .order_item .item_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_item .item_price .price span {
        font-size: 16px;
        line-height: 18px;
    }

    .order_item .item_count {
        height: 13px;
    }

    .order_item .item_count .quantity {
        position: relative;
        width: 18px;
    }

    .order_item .item_count input.qty {
        font-size: 5px;
        width: 18px;
        position: absolute;
        outline: none;
        height: 100%;
    }

    .order_item .item_count>span {
        width: 10px;
        font-size: 6px;
        line-height: 12px;
    }

    .order_item .item_count .minus {
        border-radius: 2px 0 0 2px;
    }

    .order_item .item_count .plus {
        border-radius: 0 2px 2px 0;
    }

    .order_item .item_buttons label:before {
        width: 13px;
        height: 13px;
        border-radius: 2px;
    }

    .order_item .item_buttons input:checked+span:after {
        width: 10px;
        height: 10px;
        left: 1px;
        top: 1px;
        background-size: cover;
    }

    .order_item .item_status {
        width: 16px;
        height: 16px;
        top: -3pz;
    }

    .order_item .item_remove {
        width: 18px;
        height: 18px;
    }

    .order_total-btns span {
        font-size: 11px;
        line-height: 13px;
    }

    .order_total {
        display: flex;
        flex-direction: column;
    }

    .order_total-wrap {
        order: 1;
        border-radius: 14px;
        margin-top: 30px;
        padding: 14px;
    }

    .order_total .total_title,
    .order_total .total_place,
    .order_total .total_place a {
        font-size: 10px;
        line-height: 12px;
    }

    .order_total .edit_table {
        width: 8px;
        height: 8px;
    }

    .order_total .total_items {
        margin-top: 12px;
    }

    .order_total .total_item {
        margin-bottom: 7px;
    }

    .order_total .tit {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 190px;
    }

    .order_total .tic {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 25px;
    }

    .order_total .tip {
        font-size: 9px;
        line-height: 11px;
        flex: 0 0 50px;
    }

    .total_footer-title {
        font-size: 14px;
        line-height: 17px;
    }

    .total_footer-price .new {
        font-size: 10px;
        line-height: 12px;
    }

    .total-pay-btn {
        width: 160px;
        height: 24px;
        font-size: 7px;
        line-height: 9px;
        border-radius: 3px;
        margin: 13px auto 0;
        display: block;
        padding-top: 7px;
    }

    .order_upsell .upsell_title,
    .order_reviews .review_title {
        font-size: 18px;
        line-height: 21px;
    }

    .order_upsell .upsell_items {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .order_upsell .upsell_item {
        flex: 0 0 48%;
        height: 37px;
        margin-right: 0;
        margin-bottom: 17px;
        border-radius: 7px;
    }

    .order_upsell .upsell_img {
        flex: 0 0 51px;
        margin-right: 7px;
        border-radius: 6px 0 0 6px;
    }

    .order_upsell .upsell_desc-title {
        font-size: 7px;
        line-height: 9px;
        padding-right: 13px;
        margin-bottom: 2px;
    }

    .order_upsell .upsell_price .price {
        font-size: 5px;
        line-height: 6px;
    }

    .order_upsell .upsell_price .price span {
        font-size: 7px;
        line-height: 9px;
    }

    .order_upsell .add-to-cart {
        top: -7px;
        right: -7px;
        width: 18px;
        height: 18px;
        font-size: 15px;
        line-height: 15px;
    }

    .order_upsell {
        padding-bottom: 30px;
        margin-top: 45px;
    }

    .order_upsell .to_menu-btn {
        width: 103px;
        font-size: 8px;
        line-height: 9px;
        border-radius: 3px;
        height: 20px;
        padding-top: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order_reviews {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .order_reviews .review_title:after {
        right: -13px;
        top: 5px;
        width: 6px;
        height: 11px;
    }

    .review_rating>.row {
        flex-wrap: wrap;
    }

    .rating_item {
        flex: 0 0 48%;
        margin-bottom: 15px;
    }

    .rating_title {
        font-size: 13px;
        line-height: 16px;
    }

    .rating_icons {
        margin: 6px 0 0;
    }

    .rating_icons .smile {
        width: 23px;
        height: 23px;
        margin: 0 2px;
    }

    .review_textarea {
        margin-top: 21px;
    }

    .review_textarea textarea {
        height: 83px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        padding: 10px;
    }

    .review_btns {
        margin-top: 22px;
    }

    .review_btns .review_btn-2 {
        width: 253px;
        height: 42px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 6px;
        margin: 0 auto;
        padding-top: 12px;
    }

    .bar-modal_wrap {
        width: 367px;
        margin-top: 50px;
    }

    .bar-container {
        transform: scale(0.215);
        transform-origin: left top;
    }

    .item_wrap[data-label="special"] .item::before {
        width: 65px;
        height: 65px;
        top: 1%;
        right: 3%;
    }

    .item_wrap[data-label="special"] .main_item .image::before {
        left: 3%;
        top: 2%;
    }


}

@media(max-width: 480px) {

    /**
 * Корзина
 */
    .woocommerce-cart,
    .woocommerce-cart .page {
        margin-top: 0;
    }

    .cart-page .page-content {
        margin-top: 55px;
        padding: 0 15px;
    }

    .order_number .number {
        font-size: 18px;
        line-height: 20px;
    }

    .order_number .date {
        font-size: 14px;
        line-height: 16px;
        margin-left: 11px;
    }

    .order_status {
        display: none;
    }

    .order_items-wrap {
        display: block;
        margin-top: 30px;
    }

    .order_item {
        background-size: cover;
        height: 80px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .order_item .item_img {
        width: 99px;
        margin-right: 16px;
        border-radius: 9px 0 0 9px;
    }

    .order_item .item_content {
        width: 188px;
    }

    .order_item .item_title {
        font-size: 11px;
        line-height: 13px;
    }

    .order_item .item_calories {
        font-size: 8px;
        line-height: 10px;
        margin: 7px 0;
    }

    .order_item .item_calories .kkal {
        margin-right: 12px;
    }

    .order_item .item_price {
        flex: 0 0 120px;
    }

    .order_item .item_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_item .item_price .price span {
        font-size: 16px;
        line-height: 18px;
    }

    .order_item .item_count {
        height: 13px;
    }

    .order_item .item_count .quantity {
        position: relative;
        width: 18px;
    }

    .order_item .item_count input.qty {
        font-size: 5px;
        width: 18px;
        position: absolute;
        outline: none;
        height: 100%;
    }

    .order_item .item_count>span {
        width: 10px;
        font-size: 6px;
        line-height: 12px;
    }

    .order_item .item_count .minus {
        border-radius: 2px 0 0 2px;
    }

    .order_item .item_count .plus {
        border-radius: 0 2px 2px 0;
    }

    .order_item .item_buttons label:before {
        width: 13px;
        height: 13px;
        border-radius: 2px;
    }

    .order_item .item_buttons input:checked+span:after {
        width: 10px;
        height: 10px;
        left: 1px;
        top: 1px;
        background-size: cover;
    }

    .order_item .item_status {
        width: 16px;
        height: 16px;
        top: -3pz;
    }

    .order_item .item_remove {
        width: 18px;
        height: 18px;
    }

    .order_total-btns span {
        font-size: 11px;
        line-height: 13px;
    }

    .order_total {
        display: flex;
        flex-direction: column;
    }

    .order_total-wrap {
        order: 1;
        border-radius: 14px;
        margin-top: 30px;
        padding: 14px;
    }

    .order_total .total_title,
    .order_total .total_place,
    .order_total .total_place a {
        font-size: 10px;
        line-height: 12px;
    }

    .order_total .edit_table {
        width: 8px;
        height: 8px;
    }

    .order_total .total_items {
        margin-top: 12px;
    }

    .order_total .total_item {
        margin-bottom: 7px;
    }

    .order_total .tit {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 190px;
    }

    .order_total .tic {
        font-size: 8px;
        line-height: 10px;
        flex: 0 0 25px;
    }

    .order_total .tip {
        font-size: 9px;
        line-height: 11px;
        flex: 0 0 50px;
    }

    .total_footer-title {
        font-size: 14px;
        line-height: 17px;
    }

    .total_footer-price .new {
        font-size: 10px;
        line-height: 12px;
    }

    .total-pay-btn {
        width: 160px;
        height: 24px;
        font-size: 7px;
        line-height: 9px;
        border-radius: 3px;
        margin: 13px auto 0;
        display: block;
        padding-top: 7px;
    }

    .order_upsell .upsell_title,
    .order_reviews .review_title {
        font-size: 18px;
        line-height: 21px;
    }

    .order_upsell .upsell_items {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .order_upsell .upsell_item {
        flex: 0 0 48%;
        height: 37px;
        margin-right: 0;
        margin-bottom: 17px;
        border-radius: 7px;
    }

    .order_upsell .upsell_img {
        flex: 0 0 51px;
        margin-right: 7px;
        border-radius: 6px 0 0 6px;
    }

    .order_upsell .upsell_desc-title {
        font-size: 7px;
        line-height: 9px;
        padding-right: 13px;
        margin-bottom: 2px;
    }

    .order_upsell .upsell_price .price {
        font-size: 5px;
        line-height: 6px;
    }

    .order_upsell .upsell_price .price span {
        font-size: 7px;
        line-height: 9px;
    }

    .order_upsell .add-to-cart {
        top: -7px;
        right: -7px;
        width: 18px;
        height: 18px;
        font-size: 15px;
        line-height: 15px;
    }

    .order_upsell {
        padding-bottom: 30px;
        margin-top: 45px;
    }

    .order_upsell .to_menu-btn {
        width: 103px;
        font-size: 8px;
        line-height: 9px;
        border-radius: 3px;
        height: 20px;
        padding-top: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order_reviews {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .order_reviews .review_title:after {
        right: -13px;
        top: 5px;
        width: 6px;
        height: 11px;
    }

    .review_rating>.row {
        flex-wrap: wrap;
    }

    .rating_item {
        flex: 0 0 48%;
        margin-bottom: 15px;
    }

    .rating_title {
        font-size: 13px;
        line-height: 16px;
    }

    .rating_icons {
        margin: 6px 0 0;
    }

    .rating_icons .smile {
        width: 23px;
        height: 23px;
        margin: 0 2px;
    }

    .review_textarea {
        margin-top: 21px;
    }

    .review_textarea textarea {
        height: 83px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        padding: 10px;
    }

    .review_btns {
        margin-top: 22px;
    }

    .review_btns .review_btn-2 {
        width: 253px;
        height: 42px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 6px;
        margin: 0 auto;
        padding-top: 12px;
    }

    .bar-modal_wrap {
        width: 335px;
        margin-top: 50px;
    }

    .bar-container {
        transform: scale(0.194);
        transform-origin: left top;
    }
}

@media(max-width: 375px) {
    #popmake-1675 {
        padding: 35px 14px 20px;
    }

    #popmake-1675 form .title {
        font-size: 20px;
        line-height: 24px;
    }

    #popmake-1675 form {
        width: 100%;
    }

    #popmake-1675 form input[type="text"] {
        height: 34px;
        border-radius: 3px;
        font-size: 11px;
        line-height: 13px;
    }

    #popmake-1675 form input[type="button"] {
        width: 154px;
        height: 28px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 2px;
    }

    #popmake-1675 form .agree {
        width: 214px;
        font-size: 8px;
        line-height: 11px;
    }

    .wpcf7-not-valid-tip {
        font-size: 13px !important;
        margin-top: 5px;
    }

    .woocommerce-cart .woocommerce:before,
    .woocommerce-account .woocommerce:before {
        width: 56px;
        height: 3px;
        margin-bottom: 10px;
        box-shadow: 0 0 21px #BD2D43;
    }

    /**
 * Корзина
 */
    .woocommerce-cart,
    .woocommerce-cart .page {
        margin-top: 0;
    }

    .cart-page .page-content {
        margin-top: 55px;
        padding: 0 15px;
    }

    .order_number .number {
        font-size: 18px;
        line-height: 20px;
    }

    .order_number .date {
        font-size: 14px;
        line-height: 16px;
        margin-left: 11px;
    }

    .order_status {
        display: none;
    }

    .order_items-wrap {
        display: block;
        margin-top: 30px;
    }

    .order_item {
        background-size: cover;
        height: 80px;
        border-radius: 11px;
        margin-bottom: 15px;
    }

    .order_item .item_img {
        width: 99px;
        margin-right: 16px;
        border-radius: 9px 0 0 9px;
    }

    .order_item .item_content {
        width: 188px;
    }

    .order_item .item_title {
        font-size: 11px;
        line-height: 13px;
    }

    .order_item .item_calories {
        font-size: 8px;
        line-height: 10px;
        margin: 5px 0;
    }

    .order_item .item_calories .kkal {
        margin-right: 12px;
    }

    .order_item .item_price {
        flex: 0 0 60px;
    }

    .order_item .item_price .price {
        font-size: 8px;
        line-height: 10px;
    }

    .order_item .item_price .price span {
        font-size: 14px;
        line-height: 16px;
    }

    .order_item .item_count {
        height: 17px;
        margin-right: 0;
    }

    .order_item .item_count .quantity {
        position: relative;
        width: 18px;
    }

    .order_item .item_count input.qty {
        font-size: 8px;
        width: 18px;
        position: absolute;
        outline: none;
    }

    .order_item .item_count>span {
        width: 19px;
        font-size: 12px;
        line-height: 15px;
    }

    .order_item .item_count .minus {
        border-radius: 2px 0 0 2px;
    }

    .order_item .item_count .plus {
        border-radius: 0 2px 2px 0;
    }

    .order_item .item_buttons label:before {
        width: 15px;
        height: 15px;
        border-radius: 2px;
    }

    .order_item .item_buttons input:checked+span:after {
        width: 12px;
        height: 12px;
        left: 1px;
        top: 1px;
        background-size: cover;
    }

    .order_item .item_status {
        width: 18px;
        height: 18px;
        top: -3px;
    }

    .order_item .item_remove {
        width: 19px;
        height: 19px;
    }

    .order_total-btns span {
        font-size: 11px;
        line-height: 13px;
    }

    .order_total {
        display: flex;
        flex-direction: column;
    }

    .order_total-wrap {
        order: 1;
        border-radius: 14px;
        margin-top: 30px;
        padding: 14px;
    }

    .order_total .total_title,
    .order_total .total_place,
    .order_total .total_place a {
        font-size: 12px;
        line-height: 14px;
    }

    .order_total .edit_table {
        width: 10px;
        height: 10px;
    }

    .order_total .total_items {
        margin-top: 12px;
    }

    .order_total .total_item {
        margin-bottom: 7px;
    }

    .order_total .tit {
        font-size: 10px;
        line-height: 12px;
        flex: 0 0 190px;
    }

    .order_total .tic {
        font-size: 10px;
        line-height: 12px;
        flex: 0 0 25px;
    }

    .order_total .tip {
        font-size: 11px;
        line-height: 13px;
        flex: 0 0 50px;
    }

    .total_footer-title {
        font-size: 14px;
        line-height: 17px;
    }

    .total_footer-price .new {
        font-size: 10px;
        line-height: 12px;
    }

    .total-pay-btn {
        width: 160px;
        height: 29px;
        font-size: 11px;
        line-height: 9px;
        border-radius: 3px;
        margin: 13px auto 0;
        display: block;
        padding-top: 11px;
    }

    .order_upsell .upsell_title,
    .order_reviews .review_title {
        font-size: 18px;
        line-height: 21px;
    }

    .order_upsell .upsell_items {
        overflow: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .order_upsell .upsell_item {
        flex: 0 0 48%;
        height: 45px;
        margin-right: 0;
        margin-bottom: 17px;
        border-radius: 7px;
    }

    .order_upsell .upsell_img {
        flex: 0 0 51px;
        margin-right: 7px;
        border-radius: 6px 0 0 6px;
    }

    .order_upsell .upsell_desc-title {
        font-size: 8px;
        line-height: 9px;
        padding-right: 13px;
        margin-bottom: 2px;
    }

    .order_upsell .upsell_price .price {
        font-size: 7px;
        line-height: 9px;
    }

    .order_upsell .upsell_price .price span {
        font-size: 9px;
        line-height: 11px;
    }

    .order_upsell .add-to-cart {
        top: -7px;
        right: -7px;
        width: 21px;
        height: 21px;
        font-size: 15px;
        line-height: 18px;
    }

    .order_upsell {
        padding-bottom: 30px;
        margin-top: 45px;
    }

    .order_upsell .to_menu-btn {
        width: 125px;
        font-size: 11px;
        line-height: 13px;
        border-radius: 3px;
        height: 29px;
        padding-top: 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .order_reviews {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .order_reviews .review_title:after {
        right: -13px;
        top: 5px;
        width: 6px;
        height: 11px;
    }

    .review_rating>.row {
        flex-wrap: wrap;
    }

    .rating_item {
        flex: 0 0 48%;
        margin-bottom: 15px;
    }

    .rating_title {
        font-size: 13px;
        line-height: 16px;
    }

    .rating_icons {
        margin: 6px 0 0;
    }

    .rating_icons .smile {
        width: 23px;
        height: 23px;
        margin: 0 2px;
    }

    .review_textarea {
        margin-top: 21px;
    }

    .review_textarea textarea {
        height: 83px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        padding: 10px;
    }

    .review_btns {
        margin-top: 22px;
    }

    .review_btns .review_btn-2 {
        width: 253px;
        height: 42px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 6px;
        margin: 0 auto;
        padding-top: 12px;
    }

    .bar-modal_wrap {
        width: 310px;
        margin-top: 40px;
    }

    .bar-container {
        transform: scale(0.18);
        transform-origin: left top;
    }


}