* {
    margin: 0px;
    padding: 0px;
}

[v-cloak] {
    display: none;
}

html,
body {
    width: 100%;
}

body::-webkit-scrollbar {
    width: 0px;
}

body {
    --font-normal: "Avenir-Roman";
    --font-regular: "Avenir-Book";
    --font-bold: "Avenir-Black";
    --font-light: "Avenir-Light";
    --font-header: "BookmanOldStyle";

    --text-normal: 12px;
    --line-height-normal: 24px;
    --letter-spacing-normal: 0.24em;

    --text-content: 14px;
    --line-height-content: 24px;
    --letter-spacing-content: 0.06em;

    --text-private: 24px;
    --letter-spacing-private: 0.06em;

    --color-text: #43291b;
    --color-text-invert: #fff;

    --color-bg: #fdfbf8;
    --color-bg-white: #fff;
    --color-bg-panel: #f2eee8;

    --line-color: #f6f3ee;

    --padding-main: 40px;
    --padding-home: 60px;
    --padding-big: 80px;
}

.main {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    font-family: var(--font-normal);
    color: var(--color-text);

    font-size: var(--text-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-normal);

    background-color: var(--color-bg);
    text-transform: uppercase;
}

main {
    width: 100%;
}

div,
header {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: inherit;
    transition: opacity 0.2s;
    cursor: pointer !important;
    position: relative;
}

a.lined:after, .text-hours a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: currentColor;
    height: 1px;
    bottom: -6px;
    transition: width 0.2s;
    pointer-events: none;
}
a.hoverlined::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background-color: currentColor;
    height: 1px;
    bottom: -6px;
    transition: width 0.2s;
    pointer-events: none;
}
a.hoverlined:hover:after {
    width: 100%;
}

a.lined:hover:after, .text-hours a:hover::after {
    width: 0%;
}

.hoverlinedlinks a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background-color: currentColor;
    height: 1px;
    bottom: 0px;
    transition: width 0.2s;
    pointer-events: none;
}

.hoverlinedlinks a:hover:after {
    width: 100%;
}

p {
    line-height: var(--line-height-normal);
    margin-bottom: var(--line-height-normal);
}

p:last-of-type {
    margin-bottom: 0px;
}

ul,
li {
    list-style: none;
    display: inline-block;
}

.mobile-only,
.mobile-menu,
.hidden-gallery,
.hidden-line {
    display: none;
}

button,
select,
input,
textarea {
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    box-sizing: border-box;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px !important;
}

input {
    cursor: initial;
}

input::placeholder {
    color: inherit;
}

button:active,
select:active,
input:active,
button:focus,
select:focus,
input:focus,
textarea:active,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4 {
    font-weight: inherit;
    font-size: inherit;
}

img {
    width: 100%;
    box-sizing: border-box;
}

strong {
    font-family: var(--font-regular);
    font-weight: normal;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 72px;
    margin-bottom: 72px;
    padding: 0 var(--padding-main);
    background: var(--color-bg);
    z-index: 50;
    border-top: 1px solid var(--color-text);
}

header .address {
    padding-top: 24px;
    text-align: left;
}

header .logo {
    display: flex;
    align-items: center;
    text-align: center;
}

header .logo img {
    display: block;
    width: 90px;
    margin: 0 auto;
    transition: width 0.1s;
}

header .contacts {
    padding-top: 24px;
    text-align: right;
}

header .contacts > ul > li:not(:last-child) {
    margin-right: 50px;
}

header.inner-header {
    height: initial;
    margin-bottom: 24px;
    min-height: 72px;
}

header.inner-header .logo {
    padding: 18px 0px;
}

header.inner-header .logo img {
    width: 122px;
}

header.inner-header.small .logo {
    padding: 13px 0px;
}

header.inner-header.small .logo img {
    width: 100px;
}

footer {
    font-family: var(--font-regular);
}

footer .michelin {
    text-align: center;
    margin-bottom: 48px;
}
footer .michelin img {
    width: 38px;
}

footer .line-1 {
    margin-bottom: 18px;
    border-top: 1px solid var(--line-color);
    padding-top: 22px;
    text-align: center;
}

footer .line-1 ul li {
    margin: 0 22px;
}

footer .line-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 18px;
    padding: 0 var(--padding-main);
    padding-top: 18px;
    letter-spacing: var(--letter-spacing-content);
    border-top: 1px solid var(--line-color);
}

footer .line-4 .title {
    margin-bottom: 14px;
}

footer .line-4 p:not(.title) {
    font-family: var(--font-light);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: initial;
}

footer .line-4>div:nth-child(2) {
    text-align: center;
}
footer .line-4>div:nth-child(3) {
    text-align: right;
}

footer .line-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding: 0 var(--padding-main);
    padding-top: 18px;
    text-transform: initial;
    letter-spacing: var(--letter-spacing-content);
    border-top: 1px solid var(--line-color);
}

footer .line-2 input {
    border-bottom: 1px solid var(--color-text);
    margin: 0 5px;
}

footer .line-3 {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-text);
    color: var(--color-text-invert);
    padding: 0 var(--padding-main);
}

footer .line-3 .menu ul li:not(:last-child) {
    margin-right: 55px;
}

main.home {
    margin-bottom: 80px;
}

.home-restaurants {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0px 40px;
}

.home-restaurants > div > .item {
    display: block;
    /* width: calc((100% - 240px) / 3); */
    width: 27vw;
    max-width: 400px;
    margin-bottom: 50px;
    background-color: var(--color-bg-panel);
    margin-top: 50px;
}

/* .home-restaurants > .item:last-child {
    margin-bottom: 0px;
} */

.home-restaurants > div:nth-child(2) > .item {
    width: calc(27vw + 40px);
    max-width: 440px;
    margin-top: 0px;
    margin-bottom: 24px;
}

.home-restaurants > div > .item > .photo {
    overflow: hidden;
    /* height: 28vw; */
    height: 38vw;
    max-height: 550px;
}

.home-restaurants > div:nth-child(2) > .item > .photo {
    height: calc(38vw + 50px);
    max-height: 600px;
}

.home-restaurants > div > .item > .photo > .scale {
    height: 100%;
    transition: transform 1s;
    background-size: cover;
    background-position: center center;
}

.home-restaurants > div > .item:hover > .photo > .scale {
    transform: scale(1.17);
}

.home-restaurants > div > .item > .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 10vw; */
    height: 120px;
}
.home-restaurants > div > .item > .logo > img {
    /* width: 35%; */
    /* width: 45%; */
    height: 110px;
}
.home-restaurants > div > .item > .name {
    font-family: var(--font-header);
    font-size: var(--text-private);
    letter-spacing: var(--letter-spacing-private);
    /* padding: 28px 0; */
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-restaurants > div:nth-child(2) > .item > .logo, .home-restaurants > div:nth-child(2) > .item > .name {
    height: 190px;
}

.home-text {
    font-family: var(--font-light);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 72px;
}

main.home-item,
main.home-private {
    margin-bottom: 100px;
}

.big-photo-with-text {
    padding: 0 var(--padding-main);
    text-align: center;
    margin-bottom: 90px;
}

.big-photo-with-text .photo {
    margin-bottom: 72px;
}

.big-photo-with-text .photo img {
    display: block;
    width: 100%;
}

.big-photo-with-text.small .photo img {
    height: 520px;
    width: auto;
    margin: 0 auto;
}

.big-photo-with-text h2 {
    display: block;
    width: 100%;
    margin-bottom: 52px;
}

.big-photo-with-text .text {
    max-width: 700px;
    margin: 0 auto;
    font-family: var(--font-regular);
    font-size: var(--text-content);
    line-height: var(--line-height-content);
    letter-spacing: var(--letter-spacing-content);
    text-transform: initial;
}

.big-photo-with-text .text p strong {
    font-family: var(--font-bold);
}

.big-photo-with-text .text p a {
    text-decoration: underline;
}

.big-photo-with-text .link {
    margin-top: 52px;
}

.gradient-background {
    background: linear-gradient(to bottom, var(--color-bg-panel), var(--color-bg));
}

.menus {
    padding: 0 var(--padding-home);
}

.menus > h3,
.gallery > h3,
.enquire > h3 {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menus .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menus .item {
    width: calc((100% - 80px) / 2);
    background: var(--color-bg);
    text-align: center;
    margin: 0px 20px;
    margin-bottom: 40px;

    display: flex;
    flex-direction: column;
}

.menus .text-footer {
    margin-top: auto;
}

.menus .item.panel {
    background: var(--color-bg-panel);
}

.menus .item .title {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menus .item .photo {
    margin-bottom: 47px;
}

.menus .item .photo img {
    display: block;
}

.menus .item .text {
    font-family: var(--font-light);
    font-size: var(--text-content);
    line-height: var(--line-height-content);
    letter-spacing: var(--letter-spacing-content);
    text-transform: initial;
    padding: 0 var(--padding-main) 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menus .item .text p {
    max-width: 500px;
}

.menus .item .text > h4 {
    font-family: var(--font-normal);
    font-size: var(--text-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-normal);
    text-transform: uppercase;
    margin-bottom: 48px;
}

.menus .item .links {
    padding-bottom: 55px;
}

.menus .item .links .link {
    margin: 0 30px;
    white-space: nowrap;
}

.gallery {
    padding: 0 var(--padding-main);
}

.gallery .photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 38vw 38vw;
    gap: 40px;
}

.gallery:not(.only-vertical) .photos {
    grid-auto-rows: 38vw 25vw;
}

.gallery .photos .photo {
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.gallery:not(.only-vertical) .photos .photo:nth-child(6n + 5) {
    grid-column: 1 / 3;
}

.gallery:not(.only-vertical) .photos .photo:nth-child(6n) {
    grid-column: 3 / 5;
}



.big-photos {
    padding: 0 var(--padding-main);
    margin-bottom: 100px;
}

.big-photos .photo:not(:last-child) {
    margin-bottom: var(--padding-main);
}

.big-photos .photo img {
    width: 100%;
}

main.team {
    margin-bottom: 60px;
}

.team-persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 var(--padding-main);
}

.team-persons .item {
    width: calc((100% - 300px) / 3);
    text-align: center;
    margin: 0px 50px;
    margin-bottom: 25px;
}

.team-persons .item .photo {
    margin-bottom: 22px;
}

.team-persons .item .photo img {
    width: 100%;
    display: block;
}

.team-persons .item .title {
    margin-bottom: 0px;
}

.team-persons .item .job {
    font-family: var(--font-regular);
    line-height: var(--line-height-content);
    letter-spacing: var(--letter-spacing-content);
    text-transform: initial;
    margin-bottom: 20px;
}

.reservations {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-bg);
    display: none;
    grid-template-rows: min-content 1fr;
    overflow-y: auto;
}

.reservations header {
    position: static;
    margin-bottom: 0;
}

.reservations .reservations-close {
    display: inline-block;
    height: 9px;
    width: 9px;
    margin-left: 16px;
}

.reservations .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reservations h3 {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservations .restaurants {
    margin-bottom: 75px;
}

.reservations .restaurants .item {
    display: inline-block;
    margin: 0 40px;
    width: 20vw;
    background-color: var(--color-bg-panel);
}

.reservations .restaurants .item .photo {
    height: 22.5vw;
    overflow: hidden;
}

.reservations .restaurants .item .photo .scale {
    transition: transform 1s;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.reservations .restaurants .item:hover .photo .scale {
    transform: scale(1.17);
}

.reservations .restaurants .item .logo {
    height: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservations .restaurants .item .logo img {
    width: 30%;
}

.reservations .text {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-family: var(--font-regular);
    font-size: var(--text-content);
    line-height: var(--line-height-content);
    letter-spacing: var(--letter-spacing-content);
    text-transform: initial;
    text-align: center;
}

.enquire {
    background: var(--color-bg-panel);
    margin: 0 var(--padding-big);
    text-align: center;
}

.enquire form {
    padding: 0px 40px;
    padding-bottom: 70px;

    width: 100%;
    max-width: 680px;

    box-sizing: border-box;
    display: inline-block;

    position: relative;
    text-align: left;

    text-transform: initial !important;
    letter-spacing: var(--letter-spacing-content) !important;
    font-size: var(--text-content) !important;
}

.enquire .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;

    margin-bottom: 40px;

    position: relative;
    z-index: 1;
    width: 100%;
}

.inputs.small {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inputs.big {
    grid-template-columns: 100%;
}

.inputs .input {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    padding: 10px 15px;
    width: 100%;
    background-color: var(--color-bg);
}

.inputs input:focus::placeholder {
    color: transparent;
}

.inputs select {
    background-image: url("../img/ARROW_DOWN_FORM.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 9px;
}

.enquire .button, .home-restaurants .button {
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-normal) !important;
    font-size: var(--text-normal) !important;
    position: relative;
    z-index: 3;
}

.home-restaurants .button {
    background-color: var(--color-bg-panel);
    width: calc(27vw + 40px);
    max-width: 440px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.home-restaurants .button.mobile-only {
    display: none;
}
.enquire .button button {
    position: relative !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

.enquire .button button::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: var(--color-text);
}

.enquire-thanks {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 145px;

    z-index: 2;

    background-color: var(--color-bg-panel);
    text-align: center;
}

#enquireAnghore {
    transform: translateY(-50px);
    z-index: -1;
}

.popup-out {
    display: flex;
    background-color: rgba(242, 238, 232, 0.87);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.popup-out .item {
    width: calc((100vw - 200px) / 2);
    max-width: 590px;
    background: var(--color-bg);
    text-align: center;
    margin: 0px 20px;
    margin-bottom: 40px;

    display: flex;
    flex-direction: column;
    position: relative;
}

.popup-out .text-footer {
    margin-top: auto;
    padding-bottom: 55px;
}

.popup-out .item .title {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-out .item .photo {
    margin-bottom: 47px;
}

.popup-out .item .photo img {
    display: block;
    max-height: 40vh;
    object-fit: cover;
}

.popup-out .item .text {
    font-family: var(--font-light);
    font-size: var(--text-content);
    line-height: var(--line-height-content);
    letter-spacing: var(--letter-spacing-content);
    text-transform: initial;
    padding: 0 var(--padding-main) 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-out .text p a {
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-normal);
    font-size: var(--text-normal);
    text-transform: uppercase;
    padding-bottom: 5px;
}

.popup-out .text p strong {
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-normal);
    font-size: var(--text-normal);
    text-transform: uppercase;
}

.popup-out .text p a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: currentColor;
    height: 1px;
    bottom: 0px;
    transition: width 0.2s;
    pointer-events: none;
}
.popup-out .text p a:hover::after {
    width: 0px;
}

.popup-out .item .text p {
    max-width: 500px;
}

.popup-out .item .text > h4 {
    font-family: var(--font-normal);
    font-size: var(--text-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--letter-spacing-normal);
    text-transform: uppercase;
    margin-bottom: 48px;
}

.popup-out .close-popup {
    width: 10px;
    height: 10px;
    padding: 20px;
    background-image: url(../img/CLOSE.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    top: -8px;
    right: -8px;
}


.carrers-links {
    text-transform: uppercase;
    font-size: var(--text-normal);
    font-family: var(--font-normal);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 50px 40px 0px;
}


