@font-face {
    font-family: 'FIRAGO-BOLD';
    src: 
    url('../fonts/FIRAGO/FIRAGO-BOLD.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-BOLD.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-BOLD.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-BOLD.SVG#FIRAGO-BOLD') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-BOOK';
    src: 
    url('../fonts/FIRAGO/FIRAGO-REGULAR.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-REGULAR.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-REGULAR.SVG#FIRAGO-REGULAR') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-EXTRABOLD';
    src: 
    url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-EXTRABOLD.SVG#FIRAGO-EXTRABOLD') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-EXTRALIGHT';
    src: 
    url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-EXTRALIGHT.SVG#FIRAGO-EXTRALIGHT') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-HEAVY';
    src: 
    url('../fonts/FIRAGO/FIRAGO-HEAVY.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-HEAVY.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-HEAVY.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-HEAVY.SVG#FIRAGO-HEAVY') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-LIGHT';
    src: 
    url('../fonts/FIRAGO/FIRAGO-LIGHT.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-LIGHT.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-LIGHT.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-LIGHT.SVG#FIRAGO-LIGHT') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-REGULAR';
    src: 
    url('../fonts/FIRAGO/FIRAGO-REGULAR.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-REGULAR.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-REGULAR.SVG#FIRAGO-REGULAR') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-SEMIBOLD';
    src: 
    url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-SEMIBOLD.SVG#FIRAGO-SEMIBOLD') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-THIN';
    src: 
    url('../fonts/FIRAGO/FIRAGO-THIN.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-THIN.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-THIN.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-THIN.SVG#FIRAGO-THIN') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-ULTRALIGHT';
    src: 
    url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.WOFF') format('woff'),
    url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-ULTRALIGHT.SVG#FIRAGO-ULTRALIGHT') format('svg');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'FIRAGO-MEDIUM';
    src: 
    url('../fonts/FIRAGO/FIRAGO-MEDIUM.EOT?#iefix') format('embedded-opentype'),
    url('../fonts/FIRAGO/FIRAGO-MEDIUM.TTF') format('truetype'),
    url('../fonts/FIRAGO/FIRAGO-MEDIUM.SVG#FIRAGO-MEDIUM') format('svg');
    font-weight: normal; font-style: normal;
}
body {
    margin:0;
    padding:0;
    font-family: "FIRAGO-BOOK";
    font-size: 17px;
    color: #2E3853;
}
* {
    box-sizing: border-box;
    text-decoration: none;
}
img {
    max-width: 100%;
    width:100%;
}
.container {
    width: 100%;
    max-width: 1240px;
    padding:0 20px;
    margin:0 auto;
}
.header_wrapper {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(41,77,99,0.3);
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}
.lang_switch {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECEDE8;
    line-height: 0;
}
.lang_switch a {

}
.lang_switch svg {
    width: 45px;
    height: 45px;
}
.logo {
    line-height: 0;
}
.logo svg {
    height: 100px;
    fill:#2E3853;
}
.burger_menu {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECEDE8;
    line-height: 0;
}
.burger_menu a {

}
.burger_menu svg {
    width: 30px;
    height: 30px;
    fill:#2E3853;
}
.header_spacer {
    height: 140px;
}
.header_spacer.category {
    height: 200px;
}
.hero {
    
}
.hero_photo {
    line-height: 0;
}
.hero_photo img {
    object-fit: cover;
    width: 100%;
    height: calc(100dvh - 140px);
}
.section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_title span {
    width: 100%;
    border-top: 1px solid #ACA9A0;
}
.section_title div {
    white-space: nowrap;
    margin:0 30px;
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    font-size: 35px;
}
.bar_menu_wrapper .section_title div {
    color: #791113;
}
.category_cards_wrapper {
    padding:100px 0 60px 0;
}
.category_cards {

}
.category_cards_list {
    margin:60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category_card_item {
    width: calc(50% - 20px);
    margin:0 0 40px 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.category_card_item.full {
    width: 100%;
}
.category_card_item.full .category_card_photo {
    aspect-ratio: 9/3;
}
.category_card_photo {
    line-height: 0;
}
.category_card_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category_card_title {
    position: absolute;
    bottom:0;
    left:0;
    background: rgba(0,0,20,0.5);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    font-size: 25px;
    color: #ECEDE8;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center;
}
.category_card_item:hover .category_card_title {
    height: 100%;
}
.contact_wrapper {
    padding:0 0 100px 0;
}
.contact {

}
.contact_split {
    margin:60px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.contact_info {
    width: calc(50% - 20px);
}
.contact_info_title {
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    font-size: 25px;
    margin:0 0 42px 0;
    color: #7d7b75;
}
.contact_info_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 0 25px 0;
    font-family: "FIRAGO-MEDIUM";
    font-feature-settings: "case" on;
    font-size: 16px;
}
.contact_info_item:last-child {
    margin:0;
}
.contact_info_item span {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: #ECEDE8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_info_item span svg {
    width: 25px;
    height: 25px;
    fill:#ACA9A0;
}
.contact_info_item div {
    width: calc(100% - 60px);
    padding:0 0 0 22px;
}
.contact_schedule {
    width: calc(50% - 20px);
}
.contact_schedule_list {
    background: #ECEDE8;
    border-radius: 20px;
    padding:25px 40px;
}
.contact_schedule_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #AEABA2;
    padding:8px 0;
    font-feature-settings: "case" on;
    font-size: 16px;
}
.contact_schedule_list_item:last-child {
    border:none;
}
.contact_schedule_list_item_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.contact_schedule_list_item.active .contact_schedule_list_item_title {
    font-family: "FIRAGO-SEMIBOLD";
}
.contact_schedule_list_item.active .contact_schedule_list_item_title span {
    display: flex;
    width: 4px;
    height: 22px;
    background: #43a56d;
    position: absolute;
    left:-20px;
}
.contact_schedule_list_item_times {

}
.contact_schedule_list_item.active .contact_schedule_list_item_times {
    font-family: "FIRAGO-SEMIBOLD";
}
.category_tabs_wrapper {
    position: fixed;
    top:140px;
    left:0;
    width: 100%;
    background: #ECEDE8;
}
.category_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.category_back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    color: #6d6b64;
}
.category_back span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #6d6b64;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 15px 0 0;
}
.category_back span svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.menu_cards_wrapper {
    padding:70px 0 40px 0;
}
.menu_cards {

}
.menu_cards_list {
    margin:60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu_card_item {
    width: calc(50% - 40px);
    margin:0 0 80px 0;
}
.menu_card_photo {
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
}
.menu_card_info {
    margin:20px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.menu_card_title {
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    font-size: 20px;
    color: #7d7b75;
    width: calc(100% - 150px);
    margin:4px 0 0 0;
}
.menu_card_price {
    font-family: "FIRAGO-EXTRABOLD";
    font-feature-settings: "case" on;
    font-size: 25px;
    color: #2E3853;
    width: 150px;
    text-align: right;
}


.bar_menu_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bar_menu_block {
    width: 100%;
    margin:0 0 70px 0;
}
.bar_menu_block_list {
    margin:35px 0 0 0;
}
.bar_menu_block_list_item {
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #ACA9A0;
}
.bar_menu_block_list_item:last-child {
    margin:0;
    padding:0;
    border:none;
}
.bar_menu_block_list_title {
    font-size: 28px;
    width: calc(100% - 350px);
    color: #791113;
}
.bar_menu_block_list_prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar_menu_block_list_prices_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    border:1px solid #E2E2E2;
    border-radius: 8px;
    padding:5px;
    margin:0 0 0 10px;
}
.bar_menu_block_list_prices_item span {
    color: #7d7b75;
    font-size: 14px;
    text-transform: uppercase;
    font-feature-settings: "case" on;
}
.bar_menu_block_list_prices_item div {
    margin:3px 0 0 0;
    font-feature-settings: "case" on;
    font-size: 18px;
    color: #791113;
}



@media only screen and (max-width : 1239px) {
    .hero_photo img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width : 767px) {
    .header {
        height: 80px;
    }
    .logo svg {
        height: 55px;
    }
    .lang_switch {
        width: 45px;
        height: 45px;
    }
    .lang_switch svg {
        width: 35px;
        height: 35px;
    }
    .burger_menu {
        width: 45px;
        height: 45px;
    }
    .burger_menu svg {
        width: 25px;
        height: 25px;
    }
    .header_spacer {
        height: 80px;
    }
    .category_cards_wrapper {
        padding:40px 0 0 0;
    }
    .section_title div {
        font-size: 22px;
        margin:0 15px;
    }
    .category_cards_list {
        margin:40px 0 30px 0;
    }
    .category_card_item {
        width: 100%;
        margin:0 0 40px 0;
    }
    .category_card_title {
        height: 60px;
        font-size: 17px;
    }
    .category_tabs_wrapper {
        top:80px;
    }
    .category_tabs {
        height: 50px;
    }
    .header_spacer.category {
        height: 130px;
    }
    .menu_cards_wrapper {
        padding:40px 0;
    }
    .menu_cards_list {
        margin:40px 0 0 0;
    }
    .menu_card_item {
        width: 100%;
        margin:0 0 40px 0;
    }
    .menu_card_info {
        display: block;
        margin:15px 0 0 0;
    }
    .menu_card_title {
        width: 100%;
        margin:0;
        font-size: 17px;
    }
    .menu_card_price {
        width: 100%;
        text-align: left;
        margin:6px 0 0 0;
        font-size: 20px;
    }
    .category_back {
        width: 100%;
        font-size: 15px;
    }
    .category_back span {
        width: 25px;
        height: 25px;
    }
    .category_back span svg {
        width: 12px;
        height: 12px;
    }
    .contact_split {
        display: block;
        margin:40px 0 0 0;
    }
    .contact_info {
        width: 100%;
    }
    .contact_schedule {
        width: 100%;
    }
    .contact_info_title {
        font-size: 17px;
        margin:0 0 25px 0;
    }
    .contact_info_item {
        font-size: 14px;
        margin:0 0 14px 0;
    }
    .contact_info_item span {
        width: 45px;
        height: 45px;
        border-radius: 16px;
    }
    .contact_info_item span svg {
        width: 16px;
        height: 16px;
    }
    .contact_info_item div {
        padding:0 0 0 18px;
    }
    .contact_schedule_list  {
        margin:30px 0 0 0;
    }
    .contact_schedule_list_item {
        font-size: 14px;
    }
    .contact_wrapper {
        padding:0 0 40px 0;
    }

    .bar_menu_block {
        margin:0 0 35px 0;
    }
    .bar_menu_block_list {
        margin:20px 0 0 0;
    }
    .bar_menu_block_list_item {
        border-bottom: 1px solid #E2E2E2;
    }
    .bar_menu_block_list_title {
        width: auto;
        font-size: 17px;
        width: calc(100% - 160px);
    }
    .bar_menu_block_list_prices {
    
    }
    .bar_menu_block_list_prices_item {
        width: auto;
        background: none;
        border-radius: 0;
        border:none;
        border-left: 1px solid #E2E2E2;
        width: 50px;
        margin:0;
        padding:0;
    }
    .bar_menu_block_list_prices_item:first-child {
        border:none;
    }
    .bar_menu_block_list_prices_item:last-child {
        /*border-right: 1px solid #E2E2E2;*/
    }
    .bar_menu_block_list_prices_item span {
        font-size: 11px;
    }
    .bar_menu_block_list_prices_item div {
        font-size: 15px;
    }
    .category_card_item.full .category_card_photo {
        aspect-ratio: 1/1;
    }
    .category_card_item.full .category_card_photo img {
        object-position: center bottom;
    }
}