* {
    margin: 0px;
    padding: 0px;
}
.mt-0 {
	margin-top: 0!important;
}
html,
body {
    width: 100%;
    height: 100%;
}

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


body {
    font-family: "FuturaPT-Book", "Arial";
    font-size: 0;
    /* color: #f9f8f6; */
    color: #5d4540;
    overflow-x: hidden;
    /* background-color: #241915; */
    background-color: #f9f8f6;
}

.main {
    position: relative;
    width: 100%;
}

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

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

button,
input,
select {
    background: none;
    border: none;
    font-family: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.title {
    font-family: "Peignot_cyr";
}

.header {
    display: grid;
    grid-template-columns: 150px 1fr;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 40px;
    grid-column-gap: 40px;

    position: fixed;
    z-index: 1000;

    border-top: 1px solid #5d4540;
    border-bottom: 1px solid #5d4540;

    background-color: #f9f8f6;
}

.header-lang {
    margin-bottom: 30px;
}

.header-lang,
.header-menu {
    display: none;
}

.header-home {
    border-bottom: initial;
}

.header-full {
    position: absolute; 
    padding: 40px 40px 25px 40px;
}

.header-full.header-full-home {
    /* border-bottom-color: #241915; */
    border-bottom-color: #5d4540;
    transition: border-bottom-color 0.2s;
    padding: 40px 40px 30px 40px;
}

.header-full .header-lang {
    display: block;
}

.header-full .header-menu,
.header-menu > nav {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    overflow: hidden;
    height: 20px;
}

.header-for-logo img {
    width: 100%;
}

.header-for-logo > a:hover::after {
    display: none !important;
}

.header-full-logo {
    display: none;
}

.header-full .header-full-logo {
    display: block;
}

.header-full .header-logo {
    display: none;
}

.header-for-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    /* column-gap: 40px; */
    /* row-gap: 30px; */
}

.header-for-menu > a,
.header-for-menu > span {
    margin-left: 40px;
}

.menu-link {
    width: 26px;
    /* margin-left: 10px; */
    margin-left: 50px !important;
    padding-top: 2px;
}

.menu-link > div {
    height: 2px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5d4540;
}

.menu-link > div:first-child {
    width: 16px;
    margin-bottom: 5px;
    margin-left: 10px;
    transition: margin-left 0.2s, width 0.2s;
}

.menu-link:hover > div:first-child {
    width: 100%;
    margin-left: 0px;
}

.header-menu {
    width: calc(100% - 150px);
}

.header-menu > nav {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}

.header-menu > nav > div {
    white-space: nowrap;
}

.header a {
    position: relative;
}

.header .current::after,
.header a:not(.menu-link):hover::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px;
    left: 1px;
}

.header-phone:hover::after,
.header-book::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    /* bottom: 1px !important; */
    top: 17px;
    left: 1px;
}
.header-book::after {
    transform: translateY(4px);
}

.header-full .header-phone {
    margin-bottom: 30px;
}

.header-book:hover::after {
    display: none;
}

.header:not(.header-full) .header-for-menu {
    flex-wrap: nowrap;
}

.header:not(.header-full) .header-phone {
    order: 2;
    white-space: nowrap;
}
.header:not(.header-full) .header-book {
    order: 3;
    white-space: nowrap;
}

.header-book {
    transform: translateY(-4px);
}

.header:not(.header-full) .header-menu {
    order: 1;
    display: inline-flex !important;
}

.header:not(.header-full) .menu-link {
    order: 4;
}

.page {
    padding: 158px 40px;
    position: relative;
    overflow: hidden;
}

img {
    width: 100%;
}

.home-bg {
    width: 100%;
}

.home-slider {
    width: 100%;
    position: relative;
    color: #fff;
}

.home-slider-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(17, 17, 17));
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 120px;
    text-align: center;
    /* row-gap: 30px; */
}

.home-slider-content .title {
    font-size: 50px;
    margin-bottom: 30px;
}

.title, .title h1 {
    font-size: 38px;
}
.title h1, .menu-grid-item .title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-text-block .text {
    /* font-size: 28px;
    line-height: 42px; */
    font-size: 22px;
    line-height: 36px;
    /* max-width: 880px; */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.home-text-block .text p {
    /* max-width: 880px; */
    max-width: 650px;
}

.text {
    font-size: 22px;
    line-height: 36px;

    letter-spacing: 0.04em;

    /* max-width: 650px; */
}
.text p {
    max-width: 650px;
    display: inline-block;
}

.text p:not(:last-child) {
    margin-bottom: 30px;
}

.big-text p:not(:last-child) {
    margin-bottom: 30px;
}

.image-w-text-block .text,
.page:not(.home) .scroll-gallery .text {
    font-family: "FuturaPT-Light";
    /* text-align: left; */
    font-size: 18px;
    line-height: 30px;
    max-width: 650px;
}

/* .image-w-text-block .text {
    margin-top: 20px;
} */

.image-w-text-block .text strong {
    font-family: "FuturaPT-Book";
    font-weight: normal;
}

.image-w-text-block img {
    margin-bottom: 70px;
    max-width: 960px;
}

.big-text {
    font-family: "FuturaPT-Book";
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.04em;

    max-width: 650px;
}

.title .big-text {
    margin-top: 20px;
}

/* .page:not(.home) .text{
  font-family: "FuturaPT-Light";
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  max-width: 650px;
}

.page:not(.home) .text strong{
  font-family: "FuturaPT-Book";
  font-weight: normal;
} */

.connect-line {
    height: 95px;
    width: 1px;
    background-color: #5d4540;
    margin-left: 50%;
    position: relative;
}

.connect-line::before {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    top: -70px;
    left: 0px;
}

.home-text-block {
    margin-top: 50px;
    text-align: center;
    /* display: flex;
  flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* row-gap: 30px; */

    display: grid;
    grid-row-gap: 30px;
}

.subtitle {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-for-image-block {
    margin-top: 120px;
    text-align: center;
}

.image-w-border {
    display: inline-block;
    padding: 10px;
    border: 1px solid #5d4540;
}

.home-for-image-block .image-w-border {
    /* width: 200px; */
    width: calc(50% - 120px);
    box-sizing: border-box;
}

.home-gallery {
    margin-top: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /* row-gap: 20px; */
}

.home-gallery > div:not(:last-child) {
    margin-bottom: 20px;
}

.image-gallery {
    white-space: nowrap;
    margin-top: 40px;
    padding: 50px 0px;
}

.image-gallery img {
    height: 380px;
    margin-right: 200px;
    width: auto;
    vertical-align: middle;
    transition: transform 0.2s;
}

.image-gallery img:last-child {
    margin-right: 0px;
}

.current-image {
    height: 480px !important;
}

.gallery-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    /* column-gap: 30px; */

    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-numbers > a {
    margin-left: 30px;
    margin-right: 30px;
}



.arrow-left,
.arrow-right {
    background-image: url(../img/PI_ARR_L.svg?2);
    width: 40px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.arrow-right {
    transform: rotate(180deg);
}

.menu-grid-item > div {
    max-width: 280px;
}

.home-menu-block {
    margin-top: 140px;
    text-align: center;
    /* display: flex;
  flex-direction: column; */
    align-items: center;
    /* row-gap: 20px; */
    width: 100%;
    display: grid;
    grid-row-gap: 20px;
}

.page:not(.home) .home-menu-block {
    margin-top: 70px;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    /* margin-top: 40px; */
    padding-left: 90px;
    padding-right: 90px;
    box-sizing: border-box;
}

.home-menu-block .menu-grid {
    margin-top: 40px;
}

.menu-grid-item:nth-child(2n + 1) {
    border-right: 1px solid #5d4540;
}

/* .last-item-big .menu-grid-item:nth-last-child(2):nth-child(2n) {
    border-bottom: 1px solid #5d4540 !important;
    padding-bottom: 90px !important;
} */



.menu-grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 74px;

    border-bottom: 1px solid #5d4540;
}

.menu-grid-item .image-w-border {
    max-width: 500px;
}

.menu-grid-item:nth-child(1),
.menu-grid-item:nth-child(2) {
    padding-top: 60px !important;
}

.menu-grid-item > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* row-gap: 20px; */
    width: 100%;
}
.menu-grid-item .text {
    min-height: 24px;
}

.menu-grid-item > div > div:not(:last-child) {
    margin-bottom: 20px;
}

.menu-grid-item:nth-last-child(2):nth-child(2n) {
    border-bottom: 1px solid #5d4540 !important;
    padding-bottom: 90px !important;
}

.menu-grid-item:nth-last-child(-n + 2) {
    border-bottom: initial !important;
    padding-bottom: 60px !important;
}


.last-item-big .menu-grid-item:nth-last-child(-n + 3) {
    border-bottom: initial !important;
    padding-bottom: 60px !important;
}
.last-item-big .menu-grid-item:nth-last-child(-n + 2) {
    border-bottom: initial !important;
    padding-bottom: 60px !important;
}

.last-item-big .menu-grid-item:last-child {
    border: none !important;
    grid-column: 1/3;
}



.menu-grid-item .title {
    font-size: 26px;
    margin-top: 20px;
}

.menu-grid-item .text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}

.bottom-text {
    text-align: center;
    margin: 0px auto;
    font-size: 18px; line-height: 36px; font-family: 'FuturaPT-Book';
}

.menu-grid-item .text p a, .bottom-text a {
    position: relative;
}
.menu-grid-item .text p a::after, .bottom-text a::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px;
    left: 1px;
}
.menu-grid-item .text p a:hover::after, .bottom-text a:hover::after {
    display: none;
}

.menu-grid-one-block .menu-grid-item .text {
    max-width: 600px;
}

.view-link {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;

    color: #5d4540;

    position: relative;
}

.view-link::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: 5px;
    left: 1px;
}

.text p .view-link {
    font-family: "FuturaPT-Book", "Arial" !important;
}

.text p .view-link::after {
    bottom: -3px;
}

.view-link:hover::after {
    display: none;
}

.home-image-w-text-block {
    margin-top: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* row-gap: 20px; */
}

.home-image-w-text-block > div:not(:last-child),
.home-image-w-text-block > img:not(:last-child) {
    margin-bottom: 20px;
}

.home-image-w-text-block .subtitle {
    margin-top: 30px;
}

.home-image-w-text-block .text {
    margin-top: 20px;
}

.home-image-w-text-block .view-link {
    margin-top: 20px;
}

.footer {
    background-color: #5d4540;
    color: #f9f8f6;

    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.04em !important;

    display: grid;
    /* grid-template-columns: max-content 1fr; */
    grid-template-columns: 1fr 390px;

    grid-row-gap: 50px;
    grid-column-gap: 30px;
    padding: 30px 40px;

    font-family: "FuturaPT-Light";
}

.footer a {
    position: relative;
}

.footer a:hover::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 1px;
}

.footer .title {
    font-weight: initial;
    font-size: 20px !important;
    letter-spacing: 0.08em !important;
}

.footer-info {
    /* display: flex;
  column-gap: 150px; */
    display: grid;
    grid-column-gap: 10%;
    grid-template-columns: 240px auto auto;
}

.footer-info-item {
    /* display: flex;
  flex-direction: column;
  row-gap: 24px; */
    display: grid;
    grid-row-gap: 24px;
    grid-template-rows: min-content 1fr;
}

.footer-subscrybe {
    display: flex;
    flex-direction: column;
    /* row-gap: 24px; */
    text-align: right;
    align-items: flex-end;
    /* position: relative; */
}

.footer-subscrybe .title {
    margin-bottom: 24px;
}

.footer-subscrybe .thanks {
    display: none;
}

.footer-menu {
    text-align: right;
    display: flex;
    /* column-gap: 24px; */
    justify-content: flex-end;
}

.footer-menu > a {
    margin-left: 22px;
}

.footer-menu,
.footer-copyright {
    font-size: 13px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase;
    position: relative;
    align-items: flex-end;
}

.footer-copyright {
    display: grid;
    grid-template-columns: calc(240px + 10%) auto;
}

.covid {
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    text-transform: none;
}
.covid a {
    font-family: "FuturaPT-Book";
}

.for-input-newsletter {
    position: relative;
}

.for-input-newsletter input {
    width: 280px;
    border-bottom: 1px solid #f9f8f6;
    padding-bottom: 10px;
    color: #f9f8f6 !important;
}

.for-input-newsletter button {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 13px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase;
    color: #f9f8f6;
}

input::-webkit-input-placeholder {
    color: #f9f8f6;
    font-family: "FuturaPT-Light";
    font-style: italic;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.image-w-text-block {
    margin-top: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* row-gap: 70px; */
}

.image-w-text-block > div:not(:last-child),
.image-w-text-block > img:not(:last-child) {
    /* margin-bottom: 70px; */
    margin-bottom: 40px;
}

.image-w-text-block > div:last-of-type {
    margin-bottom: 70px;
    /* margin-bottom: 40px; */
}

.scroll-gallery {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* row-gap: 20px; */
}

.scroll-gallery > div:not(:last-child) {
    margin-bottom: 20px;
}

.scroll-gallery .text {
    margin-top: 20px;
}

.gallery-block {
    margin-top: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* row-gap: 70px; */
}

.gallery-block > div:not(:last-child),
.gallery-block > img:not(:last-child) {
    margin-bottom: 70px;
}

.grid-gallery {
    /* display: flex;
  flex-wrap: wrap; */
    /* row-gap: 50px;
  column-gap: 40px; */

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 40px;
}

.grid-gallery-item {
    width: 100%;
}

/* .grid-gallery-item.vertical{
  width: calc(50% - 20px);
} */

.grid-gallery-item:not(.vertical) {
    grid-column: 1/3;
}

.content-block {
    margin-top: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* row-gap: 70px; */
}

.content-block > div:not(:last-child),
.content-block > img:not(:last-child) {
    margin-bottom: 70px;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 70px;

    padding-left: 20px;
    padding-right: 20px;
}

.team-grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.team-grid-item .title {
    font-size: 26px;
    margin-top: 30px;
}

.team-grid-item .text {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    margin-top: 20px;
    font-family: "FuturaPT-Light";
}

.team-grid-item .image-w-border {
    width: 100%;
    box-sizing: border-box;
}

.contact-info-block {
    display: flex;
    flex-direction: column;
    /* row-gap: 24px; */

    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.04em;
}

.contact-info-block > div:not(:last-child) {
    margin-bottom: 24px;
}

.site-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 1001;
    background-color: #f9f8f6;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;

    overflow-y: scroll;
}

.site-menu > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
}

.site-menu-close {
    position: absolute !important;
    right: 20px;
    top: 0px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 20px;
    display: flex;
    align-items: center;
}

.site-menu-close img {
    height: 0.8em;
    width: auto;
    margin-left: 5px;
}

.site-menu a {
    position: relative;
}

.site-menu .current::after,
.site-menu a:not(.site-menu-close):hover::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px;
    left: 1px;
}

.site-menu-book::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px !important;
    left: 1px;
}

.site-menu-book:hover::after {
    display: none;
}

.site-menu-close:hover {
    opacity: 0.6;
}

.site-menu .menu {
    font-family: "Peignot_cyr";
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-right: 1px solid #5d4540;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: calc(100vh - 300px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-menu-grid .menu li {
    /* display: inline-block !important; */
    display: inline-block;
}

.site-menu-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-menu-image .image-w-border {
    width: 270px;
}

.site-menu-full-logo {
    width: 160px;
}

.site-menu-full-logo:hover::after {
    display: none;
}

.site-menu-footer {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.menu-block {
    text-align: center;
    align-items: center;
    width: 100%;
    display: grid;
    grid-row-gap: 20px;
}

.menu-block-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-block-text strong {
    font-family: "FuturaPT-Book";
    font-weight: normal;
}

/* .menu-block .menu-grid{ */

.menu-grid {
    /* margin-top: 80px; */
    margin-bottom: 70px;
    /* padding-left: 40px;
  padding-right: 40px; */
    padding-left: 0px;
    padding-right: 0px;
}

/* .menu-block .menu-grid-item{ */

.menu-grid-item {
    padding-left: 80px;
    box-sizing: border-box;
    padding-right: 40px;
}

/* .menu-block .menu-grid-item:nth-child(2n + 1){ */

.menu-grid-item:nth-child(2n + 1) {
    padding-right: 80px;
    padding-left: 40px;
}

/* .menu-block .menu-grid-item>div{ */

.menu-grid-item > div {
    max-width: 100%;
}

/* .menu-block .menu-grid-item .text{ */
.menu-grid-item .text {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 410px;
    font-family: "FuturaPT-Light";
}

.menu-block .menu-grid-item .text strong {
    font-family: "FuturaPT-Book";
    font-weight: normal;
}

.menu-grid-one-block {
    text-align: center;
}
.menu-grid-one-block .menu-grid-item {
    border: none !important;
    width: calc(70% - 120px);
    padding: 0px !important;
    display: inline-block;
}

.gallery-rotator {
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    grid-gap: 40px;
    margin-bottom: 80px;
}

.gallery-rotator__items {
    position: relative;
}

.gallery-rotator__item {
    width: 100%;
    display: none;
    position: absolute;
}

.gallery-rotator__image {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    margin-bottom: 26px;
    background-repeat: no-repeat;
}

.gallery-rotator__image img {
    width: 100%;
    max-height: 100%;
}

.vert-image {
    height: 100%;
}
.vert-image .gallery-rotator__image {
    height: calc(100% - 45px);
}
.vert-image img {
    width: initial;
    height: 100%;
}

.gallery-rotator__name {
    font-size: 16px;
}

.gallery-rotator__arrow {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
}
.gallery-rotator__arrow-left {
    background-image: url(../img/PI_ARR_L.svg?2);
}
.gallery-rotator__arrow-right {
    background-image: url(../img/PI_ARR_R.svg?2);
}

.gallery-previews {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 0 80px;
    box-sizing: border-box;
}

.gallery-previews__item {
    height: 15vw;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.contact-social {
    margin-top: -20px;
}

.contact-social img {
    width: 31px;
    margin-left: 5px;
    margin-right: 5px;
}

.contact-social a:hover {
    opacity: 0.6;
}

.contact .title {
    margin-bottom: 70px;
}

.onlyForMobile {
    display: none;
}

/* .header-menu > nav > div:nth-child(4), */
/* .header-menu > nav > div:nth-child(6),
.header-menu > nav > div:nth-child(7),
.header-menu > nav > div:nth-child(9),
.header-menu > nav > div:nth-child(12) {
    display: none;
} */


.header-menu > nav > div {
    display: none;
}
.header-menu > nav > div:nth-child(1),
.header-menu > nav > div:nth-child(2),
.header-menu > nav > div:nth-child(3),
.header-menu > nav > div:nth-child(4),
.header-menu > nav > div:nth-child(6),
.header-menu > nav > div:nth-child(7),
.header-menu > nav > div:nth-child(5),
.header-menu > nav > div:last-child {
    display: block;
}


/* @media all and (max-width: 1900px) {
    .header-menu > nav > div:nth-child(1) {
        display: none;
    }
}

@media all and (max-width: 1740px) {
    .header-menu > nav > div:nth-child(3) {
        display: none;
    }
} */

@media all and (max-width: 1340px) {
    .footer-info {
        grid-template-columns: 200px auto auto;
    }
    .footer-copyright {
        grid-template-columns: calc(200px + 10%) auto;
    }
}

/* @media all and (max-width: 1640px) {
    .header-menu > nav > div:nth-child(5) {
        display: none;
    }
} */

@media all and (max-width: 1240px) {
    .footer-info {
        grid-template-columns: 160px auto auto;
    }
    .footer-copyright {
        grid-template-columns: calc(160px + 10%) auto;
    }
}

/* @media all and (max-width: 1460px) {
    
    .header-menu > nav > div:nth-child(6) {
        display: none;
    }
} */

/* @media all and (max-width: 1360px) {
    .header-menu > nav > div:nth-child(8) {
        display: none;
    }
} */

@media all and (max-width: 600px) {
    .header-menu {
        display: none !important;
    }
}

@media all and (max-width: 1000px) {
    .footer-info {
        /* flex-direction: column; */
        grid-row-gap: 24px;
        grid-template-columns: 100%;
    }

    .footer-info-item {
        row-gap: 20px;
    }
    .footer {
        grid-template-columns: 100%;
        padding: 30px 20px;
        grid-row-gap: 30px;
    }

    .footer-subscrybe {
        text-align: left;
        align-items: flex-start;
        /* row-gap: 20px; */
    }
    .footer-subscrybe .title {
        margin-bottom: 20px;
    }

    .footer-menu {
        display: none !important;
    }

    .footer-copyright {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .covid {
        grid-row-start: 1;
    }

    .welcome-page footer a {
        margin-top: 0px;
    }
}

.book-form-page,.book-form-popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(93, 69, 64, 0.9); */
    background-color: rgba(36, 25, 22, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 1001;
    overflow-y: scroll;
    box-sizing: border-box;
}

.book-form-wed .subtitle, .book-form-club .subtitle {
    text-align: center;
    margin-bottom: 20px;
}

@media all and (max-height: 800px) {
    .book-form-page,.book-form-popup {
        align-items: flex-start;
    }
}

.book-form-page::-webkit-scrollbar,.book-form-popup::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.book-form,
.thank-you-book-form,
.book-form-wed,
.book-form-club {
    padding: 10px;
    position: relative;
    background-color: #f9f8f6;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.book-form-wed,
.book-form-club {
    margin-bottom: 0px;
}
.thank-you-book-form {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book-form > div,
.thank-you-book-form > div,
.book-form-wed > div,
.book-form-club > div {
    border: 1px solid #5d4540;
    padding: 50px 100px;
}

.book-form-wed > div,
.book-form-club > div {
    padding-bottom: 0px;
}

.thank-you-book-form > div {
    width: 800px;
}

.book-form > div > .title,
.thank-you-book-form > div > .title,
.book-form-wed > div > .title,
.book-form-club > div > .title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 60px;
}

.thank-you-book-form .view-link {
    font-family: "FuturaPT-Book", "Arial";
    display: inline-block;
    margin-top: 50px;
}

.thank-you-book-form .text {
    font-size: 16px;
    line-height: 24px;
}

.book-form-inputs {
    display: grid;
    grid-template-columns: 340px 340px;
    grid-column-gap: 120px;
    grid-row-gap: 30px;
}

.book-form-inputs .title {
    font-size: 20px;
    margin-bottom: 14px;
}

.book-form-inputs input,
.book-form-inputs select {
    width: 100%;
    border-bottom: 1px solid #5d4540;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #5d4540;
    padding-bottom: 7px;
    font-family: inherit;
    font-family: "FuturaPT-Light";
    font-style: italic;
}

.book-form-inputs input::placeholder {
    color: #5d4540;
    font-family: "FuturaPT-Light";
    font-style: italic;
}

.double-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}

.big-input {
    grid-column: 1/3;
}

#open-book-form {
    font-family: "FuturaPT-Book", "Arial";
    display: inline-block;
}

.book-form-button-line {
    text-align: center;
    margin-top: 70px;
}

.book-form-close {
    height: 10px;
    width: 10px;
    background-image: url(../img/PI_CLOSE.svg?3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 20px;
    top: 0px;
    right: 0px;
    position: absolute;
    display: inline-block;
}

.image-w-border {
    position: relative;
    cursor: pointer;
}

.menu-rotator-item {
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    padding: 10px;
    transition: opacity 0.4s;
    opacity: 0;
}

.menu-rotator-item.current {
    position: static;
    padding: 0px;
    opacity: 1;
}

select.other-galleries {
    position: absolute;
    right: 40px;
    padding: 14px 20px;
    border: 1px solid #5d4540;
    font-family: "FuturaPT-Book", "Arial";
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    width: 200px;
    box-sizing: border-box;
    background-image: url(../img/ARROW_DOWN.svg?2);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 6px;
}

select.other-galleries.mobile-only {
    display: none;
}

.other-galleries.desctop-only {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.other-galleries.desctop-only a {
    position: relative;
    display: inline-block;
    margin: 0px 27px;
}

.other-galleries.desctop-only a:hover::after,
.other-galleries.desctop-only a.current::after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px;
    left: 1px;
}

.welcome-page {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    min-height: 590px;
    height: 100%;
    box-sizing: border-box;
}

.welcome-page footer {
    /* margin-top: auto; */
}

.welcome-page header {
    margin-bottom: min(80px, 12vh);
}

.welcome-page header img {
    height: min(80px, 12vh);
}

.welcome-page h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.welcome-page h3 span {
    display: block;
    font-family: "FuturaPT-Light";
}

#playMe img {
    width: 40px;
}

#welcomeAudio {
    margin-top: 20px;
}

.welcome-page footer a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 30px;
}

.welcome-page footer a:after {
    content: "";
    height: 1px;
    width: calc(100% - 3px);
    background-color: #5d4540;
    position: absolute;
    bottom: -3px;
    left: 1px;
}

.rrators-link {
    position: absolute !important;
    bottom: 55px;
    right: 0px;
    width: 200px;
}

.rrators-link:hover::after {
    display: none;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

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

.popup-out > div {
    width: calc(100vw - 40px);
    max-width: 700px;
    margin: 0px 20px;
    padding: 10px;
    background: #f9f8f6;
    display: inline-block;
}
.popup-out .item {
    width: 100%;
    text-align: center;
    padding: 0px 50px;
    padding-bottom: 40px;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #5d4540;

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

.popup-out .item .title {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 26px !important;
}

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

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

.popup-out .item .text {
    max-width: 500px;
    text-align: center;
    display: inline-block;
    font-family: "FuturaPT-Light";
    font-size: 16px;
    line-height: 24px;
}

.popup-out .item .text strong {
    font-family: "FuturaPT-Book";
    font-weight: normal;
}

.popup-out .item .text .view-link {
    display: inline-block;
}
.popup-out .item .text .view-link::after {
    bottom: 5px;
}

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


.subMenu {
    display: none;
    position: absolute;
    right: 0px;
    bottom: -44px;
    width: 100%;
    height: 76px;
    justify-content: flex-end;
    border-bottom: 1px solid #5d4540;
    padding: 47px 116px 15px 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 45px;
    overflow: hidden;
}
.subMenu::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 100%;
    height: 43px;
    background-color: #f9f8f6;
    left: 0px;
    border-top: 1px solid #5d4540;
}

.subMenuItem:hover .subMenu {
    display: flex;
    justify-content: center;
}
.header-full-home.header-full .subMenu {
    height: 101px;
    padding: 72px 40px 15px 40px;
}

.header-full-home.header-full .subMenu::before {
    top: 56px;
}








.catering-form-block {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.catering-form,
.thank-you-catering-form {
    padding: 10px;
    position: relative;
    background-color: #f9f8f6;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.thank-you-catering-form {
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #5d4540;
}

.catering-form > div,
.thank-you-catering-form > div {
    /* border: 1px solid #5d4540; */
    padding: 50px 100px;
}

.thank-you-catering-form > div {
    width: 800px;
}

.catering-form > div > .title,
.thank-you-catering-form > div > .title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 60px;
}

.thank-you-catering-form .view-link {
    font-family: "FuturaPT-Book", "Arial";
    display: inline-block;
    margin-top: 50px;
}

.thank-you-catering-form .text {
    font-size: 16px;
    line-height: 24px;
}

.catering-form-inputs {
    display: grid;
    grid-template-columns: 340px 340px;
    grid-column-gap: 120px;
    grid-row-gap: 30px;
}

.catering-form-inputs .title {
    font-size: 20px;
    margin-bottom: 14px;
}

.catering-form-inputs input,
.catering-form-inputs select {
    width: 100%;
    border-bottom: 1px solid #5d4540;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #5d4540;
    padding-bottom: 7px;
    font-family: inherit;
    font-family: "FuturaPT-Light";
    font-style: italic;
}

.catering-form-inputs input::placeholder {
    color: #5d4540;
    font-family: "FuturaPT-Light";
    font-style: italic;
}

.big-input {
    grid-column: 1/3;
}

#open-catering-form {
    font-family: "FuturaPT-Book", "Arial";
    display: inline-block;
}

.catering-form-button-line {
    text-align: center;
    margin-top: 70px;
}


.links-block {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    width: 100vw;
    transform: translateX(0px);
    margin-top: 30px;
}

.link-block {
    padding: 50px 0px;
    margin: 0px auto;
    max-width: 350px;
}

.title-small {
    font-family: "FuturaPT-Book", "Arial" !important;
}


.link-block .view-link::after {
    bottom: -3px;
}
/* 
.link-block:not(:last-child) {
    border-right: 1px solid #5d4540;
} */

.link-block-line {
    background-color: #5d4540;
}
.menu-grid-item .image-w-border {
    max-width: 250px;
}
.popup-out .text p {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}
.popup-out {
	overflow: scroll;
}
.popup-out img {
	height: 200px;
    object-fit: cover;
    width: 100%;
}
.popup-out .photo {
	width: 100%;
}
.menu-title {
    font-size: 34px !important;
    line-height: 44px;
    font-weight: 400;
}
.sub-tit {
    font-size: 22px;
    font-family: 'FuturaPT-Book';
    letter-spacing: 0.88px;
    margin-top: 21px;
    line-height: 36px;
}
span.food-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 1px;
}
.menu-col-item {
    text-align: center;
}
.menu-col-item li {
    display: block;
}
.menu-col-item li span {
    display: block;
}
.menu-item-title {
    font-size: 26px;
    font-family: 'Peignot_cyr';
    letter-spacing: 2.08px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.menu-items {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding-top: 0px;
    margin-top: 70px;
}
span.food-price {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
}
span.food-price, span.food-desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    position: relative;
    display: block;
    margin-top: 0px;
}
.menu-col-item li {
    display: block;
    margin-bottom: 17px;
}
.menu-col-item {
    text-align: center;
    margin-bottom: 31px;
}

.menu-col {
    max-width: 500px;
}
.menu-col-item li {
    display: block;
    margin-bottom: 23px;
}
.menu-item.left-menu {
    border-right: 1px solid #5d4540;
}
.menu-item {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 100px;
}
.menu-item.left-menu {
    border-right: 1px solid #5d4540;
}
.book-table-btn {
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    font-family: "FuturaPT-Book", "Arial";
}
.menu-footer {
    text-align: center;
    padding-top: 90px;
}
.alerg {
    padding-top: 65px;
}

.alerg-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
}
.alerg-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.60px;
    /* font-style: italic; */
    max-width: 750px;
    margin: 24px auto;
}
.footer-notes {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.62px;
    font-family: 'FuturaPT-Light';
    padding-top: 24px;
    max-width: 740px;
    margin: 0 auto;
}
.footer-notes p:not(:last-child) {
    margin-bottom: 24px;
}
a.book-table-btn {
    position: relative;
}
a.book-table-btn::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #5d4540;
    bottom: -5px;
}
a.book-table-btn:hover::after {
    opacity: 0;
}
a.book-table-btn {
    color: #5d4540;
}
span.food-comp {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
}
span.food-note {
    font-size: 14px;
    line-height: 24px;
}
.group-price {
    font-size: 18px;
    line-height: 36px;
    margin-top: -15px;
    margin-bottom: 40px;
    letter-spacing: 0.72px;
}
.group-title {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 24px;
    letter-spacing: 0.72px;
}
.group-desc {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.72px;
    margin: 60px 0 100px;
}
.banner-event img {
    max-height: 620px;
    object-fit: cover;
    max-width: 1120px;
    margin-top: 60px;
}
.page-cont {
    font-size: 20px;
    font-family: 'FuturaPT-Book';
    line-height: 36px;
    letter-spacing: 0.8px;
    max-width: 640px;
    margin: 55px auto 0;
}
.links {
    margin-top: 70px;
}
.footer-menu a {
    white-space: nowrap;
}
.page.page-template h1 {
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Peignot_cyr';
    letter-spacing: 2.08px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1 {
    font-weight: normal;
}
* {-webkit-font-smoothing: auto;}
h2.p3 {
    font-size: 22px;
    font-family: 'Peignot_cyr';
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 1.6px;
}
h3.p7 {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Peignot_cyr';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.page.page-template {
    padding-right: 200px;
}
.page.page-template {
    padding-right: 200px;
    font-size: 18px;
    letter-spacing: 0.42px;
    line-height: 36px;
}
.page.page-template p {
    margin-bottom: 20px;
}
.links-block + img {
    margin-top: 60px;
}
.title .big-text {
    margin-top: 20px;
    margin: 30px auto 0;
}
@media screen and (max-width: 767px){
    .page.page-template {
        padding-right: 20px;
    }
    .menu-items {
        flex-direction: column;
    }
    .menu-item {
        width: 100%;
        padding-top: 0;
    }
    .sub-tit {
        font-size: 16px;
        line-height: 24px;
    }
    .menu-item {
        padding-bottom: 0;
    }
    .sub-tit br {
        display: none;
    }
    .banner-event img {
        margin-top: 30px;
    }   
    .page-cont {
        margin-top: 25px;
    }
    .menu-title {
        font-size: 29px !important;
        line-height: 34px;
    }
    .page-cont {
        font-size: 16px;
        line-height: 24px;
    }
}
html body .book-form-club {
	margin-top: 0!important;
}
html body .image-w-text-block > div:last-of-type {
	margin-bottom: 0!important;
}
.image-w-border img {
    aspect-ratio: 250 / 338.38;
    object-fit: cover;
}
.page-desc {
    font-size: 20px;
    text-align: center;
    max-width: 655px;
    margin: 0 auto;
    line-height: 36px;
}