/* общие стили */
:root {
    --gray: #f5f5f5;
    --dark: #e9e9e9;
    --dark2: #151516;
    --lightTxt: #111;
}
.light-bg {
    color: var(--color_bg_1);
}
.light-bg .btn {
    color: var(--color_bg_1);
}
.light-bg .btn span {
    font-weight: 600;
}
.light-bg h2 {
    color: var(--color_bg_1);
}
.light-bg p {
    font-weight: 600;
}
.mobile {
    background-color: var(--dark);
}
.mobile .menu .menu-item a {
    color: var(--lightTxt);
    padding: 0.5rem 1rem;
}
.mobile.menus .header__logistic {
    padding-left: 1.3rem;
    padding-bottom: 2rem;
}
.text_position {
    display: block;
    text-align: right;
    padding-right: 2rem;
}
.golden {
    border-radius: 50%;
    border: 1px solid #cfae78;
    z-index: 3;
    position: absolute;
}
.golden.hero-golden {
    bottom: 23%;
    left: -9%;
    width: 86px;
    height: 86px;
}
.inerior-golden {
    right: 35%;
    width: 176px;
    height: 176px;
    bottom: -4%;
}
.inerior-golden .shadow-gold {
    box-shadow: 23px 15px 61px 77px #ffc95b54;
    right: 48%;
    bottom: 53%;
}
.lanch-golden-top {
    width: 130px;
    height: 130px;
    right: 0;
    top: 18%;
}
.lanch-golden-top .shadow-gold {
    box-shadow: 18px 22px 56px 51px #ffc95b54;
}
.lanch-golden-bottom {
    width: 132px;
    height: 132px;
    bottom: 2%;
    left: 1%;
}
.lanch-golden-bottom .shadow-gold {
    box-shadow: 33px 29px 65px 65px #ffc95b54;
}
.golden.hero-golden.promo-golden-left {
    left: 28%;
    bottom: -1%;
}
.golden.hero-golden.promo-golden-right {
    left: auto;
    right: 28%;
    bottom: 10%;
    width: 65px;
    height: 65px;
}
.golden.hero-golden.promo-golden-left::before {
    content: "";
    background-image: url(../i/like.svg);
    left: 50%;
    transform: translate(-50%);
    top: -43px;
    z-index: 19;
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.golden.hero-golden.promo-golden-right::before {
    content: "";
    background-image: url(../i/like.svg);
    left: 50%;
    transform: translate(-50%);
    top: -43px;
    z-index: 19;
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shadow-gold {
    box-shadow: 15px 15px 48px 50px #ffc95b26;
    position: absolute;
    width: 2px;
    height: 2px;
    right: 54%;
    bottom: 54%;
}
#privacy {
    padding: 12rem 0;
}
.text_color {
}
.social .soc {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social .soc svg {
    width: 1.2rem;
    height: 1.2rem;
}
.social .soc svg path {
    fill: var(--lightTxt);
}
body {
    background: var(--dark);
    color: var(--lightTxt);
}
.page-frame {
    overflow: hidden;
}
.container-fluid {
    max-width: 1716px;
}
.triangle {
    position: relative;
    background: var(--gray);
    margin-bottom: 8rem;
}
.triangle-tringBottom {
}
.triangle.triangle-tringBottom::before {
    bottom: -10.2rem;
}
.triangle::before {
    position: absolute;
    content: "";
    background: url(../i/line-tringle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 8rem;
    bottom: -6.5rem;
    z-index: 3;
}
.triangle::after {
    position: absolute;
    content: "";
    border-left: 59.5rem solid transparent;
    border-right: 59.5rem solid transparent;
    border-top: 6.8rem solid var(--gray);
    width: 76%;
    height: 7rem;
    bottom: -7rem;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}
.triangle-noTring::before,
.triangle-noTring::after {
    display: none;
}
.triangle-noTring {
    margin: 0;
}
.last-tringle {
    margin-top: -8rem;
    padding-top: 11.7rem;
}
.dark {
}
/* .dark-bg {
    background: url(../i/dark-bg.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
h1 {
    font-size: 3.5rem;
    line-height: 88%;
}
.home h1 {
    margin: 0;
}
h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 96%;
}
.home h2 {
    margin: 0;
}
.button-line {
    position: relative;
}
.button-line::before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, #cfae7859, #cfae7859 56%, #cfae7859);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.logisticName {
    display: none;
}
/* кнопки */
.btn {
    background: none;
    border: 1px solid var(--color);
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    color: var(--lightTxt);
}
.btn:visited,
.btn:focus {
    border: 1px solid var(--color);
}
.btn:hover {
    background: var(--color);
    transform: none;
    font-weight: 400;
    border: 1px solid var(--color);
    transition: all 0.3s ease;
    padding: 0;
}
.btn:hover span {
    font-weight: 400;
}
.btn span {
    padding: 1rem 40px;
    font-weight: 400;
}
.line {
    background-color: var(--color);
    transition: all 0.3s ease;
}
.square-back {
    position: absolute;
    top: -7px;
    right: 0px;
    bottom: -7px;
    left: 0px;
}

.btn span.line-top {
    position: absolute;
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    min-width: 0;
}
.btn span.line-bottom {
    position: absolute;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    min-width: 0;
}
.btn:active .square-back .line-top,
.btn:active .square-back .line-bottom {
    left: 50%;
    right: 50%;
}
.reserv {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--lightTxt);
    border: 1px solid var(--lightTxt);
    display: block;
    transition: all 0.3s ease;
    /* border: none; */
}
.reserv:hover,
.reserv:active {
    background: var(--color);
    transition: all 0.3s ease;
}
.relative-box {
    position: relative;
    height: 100%;
}
.logistic {
    display: flex;
}
.logistic li {
    margin: 0 10px;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--dark2);
}
.logistic li:hover {
    background: #fff;
    transition: all 0.3s ease;
}
.logistic li a {
    display: flex;
}
/* шапка */
#undo_header_abs {
    min-height: 0;
}
#header {
    padding: 1rem 39px;
}
.home #header.header {
    padding-bottom: 0;
}
.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
}
.logo {
}
.img_link {
}
.header__block {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-left: 57px;
}
.header__row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.header__row-top-left {
    display: flex;
    align-items: center;
}
.header__discriptor {
    margin-right: 54px;
}
.descriptor {
}
.header__logistic {
}

.header__row-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__soc {
    margin-right: 64px;
}
.header__phone {
}
.header__reserved {
    margin-left: 32px;
}
a[href^="tel:"].phone-content {
    font-size: 16px;
    line-height: 22px;
    color: var(--lightTxt);
}
.header__menu {
    border-top: 0.1px solid var(--lightTxt);
}
.menu_block {
    margin: 0 -1rem;
}
#menu .menu {
    background: none;
}
.menu .menu-item::after,
.menu .menu-item::before {
    display: none;
}
#menu .menu .current-menu-item a::after,
#menu .menu .current-menu-parent a::after,
#menu .menu .current-post-ancestor a::after {
    display: none;
}
#menu .menu .menu-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    border-left: none;
    padding: 1rem;
    color: var(--lightTxt);
}
#menu .menu .menu-item a:hover {
    color: var(--color);
}
#menu .menu .current-menu-item a,
#menu .menu .current-menu-parent a,
#menu .menu .current-post-ancestor a {
    color: var(--color);
}
/* Первый экран */
.hero {
    padding-top: 8rem;
    padding-bottom: 2.9rem;
    background-color: var(--dark);
}
.home .hero {
    /* background-image: url(../i/shum.webp); */
}
.hero.error {
    background: url(../i/404-bg.webp);
}
.error-image {
}
.hero__prolax {
    position: relative;
}
.hero__prolax-relative {
}
.hero__prolax .front-image {
    position: absolute;
}
.hero__prolax .front-image.front-image-1 {
    top: 49px;
    left: 0;
    aspect-ratio: 1 / 1.36;
    width: 287px;
}
.hero__prolax .front-image.front-image-2 {
    right: 0;
    bottom: 0;
    aspect-ratio: 49 / 65;
    width: 392px;
}
.hero__prolax .front-image.front-image-3 {
    top: 38px;
    left: 0;
    aspect-ratio: 49 / 65;
    width: 392px;
}
.hero__prolax .front-image.front-image-4 {
    bottom: 0;
    right: 0;
    aspect-ratio: 1 / 1.32;
    width: 315px;
}
.hero__prolax .front-image.front-image-5 {
    top: 41px;
    right: 0;
}
.hero__prolax.hero__prolax-left {
    flex: 1 0 auto;
}
.thanck .hero__prolax.hero__prolax-left {
    flex: 0 0 30%;
}
.hero__prolax.hero__prolax-right {
    flex: 1 0 auto;
}
.thanck .hero__prolax.hero__prolax-right {
    flex: 0 0 30%;
}
.hero__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.hero__heading {
    text-align: center;
}
.hero__txt {
    padding: 5.7rem 0 0;
}
.thanck .hero__txt {
    padding: 64px 0 0;
}
.hero__content {
    max-width: 883px;
    flex: 0 0 880px;
    padding: 7.4rem 58px 9rem 45px;
}
.hero__content.error {
    flex: 0 0 100%;
    margin: 0 auto;
    padding: 0 0 8rem;
}
.thanck .hero__content {
    padding-bottom: 376px;

    flex: 0 0 40%;
}
.info__content-items {
    position: relative;
    flex: 0 0 33%;
    line-height: 134.8%;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
}
.hero .info__content-items {
    justify-content: space-between;
}
.info__content-item {
    position: relative;
    padding-left: 56px;
    width: max-content;
    margin-bottom: 5rem;
}
.info__content-item::before {
    content: "";
    background-image: url(../i/romb.webp);
    width: 80px;
    height: 80px;
    left: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.lanch .info__content-item::after {
    /* content: "";
    background-image: url(../i/romb-dark.webp);
    width: 100%;
    height: 80px;
    left: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background-repeat: no-repeat;
    z-index: -1; */
}
.info__content-item-txt {
}
.hero__txt.thanck-page {
    max-width: 18rem;
    margin: 0 auto;
    text-align: center;
}
.info__content-item-txt p {
    margin: 0;
}
.hero__button {
    margin-top: 2rem;
    text-align: center;
}
.hero__buton-info {
    margin-bottom: 1.3rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
/* опции для приятного отдыха */
.option {
    padding-top: 115px;
}
.option__svgAnimation {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    pointer-events: none;
    align-items: flex-start;
    overflow: hidden;
}
.option__svgAnimation svg {
}
.slick-arrow:active {
    box-shadow: none;
}
/* .option__svgAnimation svg line {
    transform: scaleY(0);
    transition: all 2s ease;
} */
/* .option__svgAnimation .option__svgAnimation-left {
    transform: scaleY(0);
    transition: all 2s ease;
}
.option__svgAnimation.active .option__svgAnimation-left {
    transform: scaleY(1);
} */
/* .option__svgAnimation.active svg line {
    transform: scaleY(1);
    transition: all 2s ease;
} */

/* .interior .option__svgAnimation svg path {
    transform: scaleY(0);
    transition: all 2s ease;
} */
/* .interior .option__svgAnimation.active svg path {
    transform: scaleY(1);
    transition: all 2s ease;
} */

/* .option__svgAnimation .option__svgAnimation-right {
    transform: scaleY(0);
    transition: all 2s ease;
}
.option__svgAnimation.active .option__svgAnimation-right {
    transform: scaleY(1);
} */
/* .option__svgAnimation-right svg {
    transform: scaleX(-1);
} */
/* .interior .option__svgAnimation-right svg {
    transform: none;
} */
.option__heading {
    margin: 0 auto;
    max-width: 45rem;
    text-align: center;
    margin-bottom: 70px;
    background: var(--gray);
    z-index: 5;
    position: relative;
    padding-top: 45px;
}
.option__block {
    padding: 0 3rem;
}
.option__scroll {
}
.option__scroll-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
}
.option__scroll-line-info {
    position: absolute;
    max-width: 250px;
}
.option__scroll-line-info p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.option__scroll-line-info p:first-of-type {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: var(--color);
    font-family: var(--f2);
}
.option__scroll-left {
    position: relative;
    flex: 0 0 50%;
}
.option__scroll-left .option__scroll-line-info {
    right: 0;
    top: 5rem;
}
.interior .option__svgAnimation img {
    top: -4rem;
    position: relative;
}
.option__scroll-left .option-image {
    /* transform: rotate(-3deg); */
}
.option__scroll-right {
    position: relative;
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}
.option__scroll-right .option__scroll-line-info {
    left: 0;
    bottom: 0;
}
.option__scroll-right .option-image {
    /* transform: rotate(3deg); */
}
.option-image {
    width: 62%;
}
/* Забронируйте столик */
.reserved {
    padding-top: 9rem;
    background: #000;
    color: var(--light);
}
.reserved .fog-block {
    background: url(../i/smog-static.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    pointer-events: none;
}
.reserved .container-fluid {
    z-index: 999;
}

.reserved__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reserved__heading {
    flex: 0 0 100%;
    margin-bottom: 48px;
}
.reserved__heading h2 {
    max-width: 25rem;
    line-height: 110%;
}
.reserved__form {
    flex: 0 0 927px;
}
.reserved__travokur {
    flex: 1 1 24%;
    position: relative;
    margin-right: -5.4rem;
    margin-top: -5.6rem;
}
.reserved__travokur::before {
    position: absolute;
    content: "";
    background-color: #373b4261;
    width: 276px;
    height: 259px;
    right: 32px;
    top: 0;
    z-index: -1;
}
.reserved__travokur::after {
    position: absolute;
    content: "";
    box-shadow: 23px 0px 253px 182px #83858adb;
    width: 0px;
    height: 0px;
    right: 90px;
    top: 12px;
    border-radius: 50%;
    z-index: 14;
}
input::placeholder {
    color: #8d8d8d;
}
.form-element {
}
.form-element .form-icon {
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 9999;
    background: var(--light);
}
.form-element .form-icon svg path {
    fill: #8d8d8d;
    transition: all 0.3s ease;
}
.form-field:hover .form-icon svg path {
    fill: var(--color);
    transition: all 0.3s ease;
}
.form-element.textArea {
    flex: 0 0 100%;
}
.input-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.form-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 22px;
}
.form-footer .btn {
    color: var(--light);
}
.form-footer .formFooterIcon {
    margin-right: 10px;
}
.form-footer .form-button-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff6e;
    max-width: 14rem;
    display: block;
    padding-top: 1rem;
}
.form-footer .button {
    flex: 0 0 282px;
    margin: 0;
    padding-top: 4px;
}
.form-info {
    flex: 1 1 50%;
    margin-left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background: var(--gray);
    border-radius: 3px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    color: var(--color_bg_1);
}
.reserved__smoke {
}
.reserved__form-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reserved__form-line {
    display: flex;
    justify-content: space-between;
    flex: 1 1 20%;
    flex-wrap: wrap;
    padding-left: 40px;
    align-items: flex-start;
}
.reserved__form-tabl {
    flex: 0 0 282px;
}
/* Авторские блюда и кальяны */
.centereMenu {
    padding-bottom: 5rem;
    padding-top: 9.1rem;
    background: var(--dark2);
    color: var(--gray);
}
.centereMenu .fog-block {
    /* background: url(../i/st.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}
.centereMenu .container-fluid {
    z-index: 6;
}
.centereMenu .logisticName {
    display: block;
    margin-right: 10px;
}
.centereMenu .logistic li {
    border-radius: 3px;
    padding: 10px 1rem;
    margin: 0;
    margin-right: 10px;
}
.centreMenu-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.centereMenu__smoke {
}
.centereMenu__block {
    display: flex;
    justify-content: space-between;
}
.centereMenu__left {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.centereMenu__heading {
    max-width: 30rem;
}
.centereMenu__info {
    background: var(--color_bg_1);
    position: relative;
    padding: 39px 8px 40px 48px;
    max-width: 28.4rem;
    height: 200px;
    margin-left: auto;
    color: var(--light);
}
.centereMenu__info .centereMenu__info-bg {
    position: absolute;
    top: -36px;
    right: -45%;
    pointer-events: none;
}
.centereMenu__info::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-left: 70px solid var(--color_bg_1);
    border-bottom: 100px solid transparent;
    right: -70px;
    top: 0;
}
.centereMenu__info-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 32px;
    max-width: 15rem;
}
.centereMenu__buttons {
}
.centereMenu__right {
    flex: 0 0 50%;
}
.centereMenu__right .slick-slide {
}
.centereMenu__tabSlider {
}
.centereMenu__tabSlider-head {
}
.centereMenu__tabSlider-nav {
    display: flex;
    padding-bottom: 16px;
    justify-content: center;
}
.centereMenu__tabSlider-navElement {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid rgba(141, 141, 141, 0.5);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.centereMenu__tabSlider-navElement.active {
    background: var(--color);
    border-color: var(--color);
    transition: all 0.3s ease;
}
.centereMenu__tabSlider-navElement.active::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 22px solid transparent;
    border-top: 16px solid var(--color);
    bottom: -16px;
    right: -2px;
    transition: all 0.3s ease;
}
.centereMenu__tabSlider-body {
    position: relative;
}
.centereMenu__tabSlider-bodyTElment {
    display: none;
}
.centereMenu__tabSlider-bodyTElment.active {
    display: block;
}
.centereMenu__tabSlider-bodyTElment .menu__arrows {
    display: none;
}
.centereMenu__tabSlider-bodyTElment.active .menu__arrows {
    display: block;
}
.centereMenu__slider {
    /* aspect-ratio: 1 / 1.45; */
    max-width: 580px;
    margin: 0 auto;
    padding-top: 4rem;
}
.centereMenu__slider img {
    /* aspect-ratio: 1 / 1.45; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.centereMenu__slider .slick-track {
    margin-left: 0;
}
.centereMenu__nums {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.centereMenu__nums {
}
.centereMenu__nums li {
    display: none;
    font-weight: 500;
    font-size: 48px;
    line-height: 96%;
    font-family: var(--f2);
}
.centereMenu__nums li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 96%;
}
.centereMenu__nums li.slick-active {
    display: block;
}
.slickImg-center {
    text-align: center;
}
/* интерьер и атмосфера */
.interior {
    padding-top: 8rem;
    z-index: 3;
}
.interior__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 4.4rem;
}
.interior__block-video {
    position: relative;
    flex: 1 1 20%;
    margin-right: 102px;
}
.interior__block-video video {
    height: 521px;
    width: 324px;
    display: none;
}
.interior__block-video.active video {
    display: block;
}
.interior__content {
    max-width: 444px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.interior__heading {
    padding: 2.8rem 0 0rem;
}
.interior__info {
}
.interior__button {
    padding: 29px 40px 36px 40px;
    background-color: var(--color_bg_1);
    background-image: url(../i/morda.webp);
    background-size: 17%;
    background-position: 91% bottom;
    background-repeat: no-repeat;
    color: #fff;
}
.interior__button .btn {
    color: #fff;
}
.interior__button .interior__button-info {
    margin-bottom: 1.8rem;
}
.interior__block-left {
    position: relative;
    flex: 1 1 20%;
    margin-left: 102px;
}
.interior__scroll {
}
.interior__bloc-slider {
    margin: 0 -45px;
}
.interior-image {
    position: absolute;
}
.interior-image.interior-image-1 {
    top: 0;
    left: 0;
    width: 60%;
}
.interior-image.interior-image-2 {
    bottom: 0;
    right: 0;
    width: 74%;
}
.interior__bloc-slider .element {
    overflow: hidden;
    height: 380px;
}
.interior__bloc-slider .element img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.interior__bloc-slider .slick-slide {
    margin: 0 10px;
}
/* актуальные акции */
.promo {
}
.promo:before {
    position: absolute;
    content: "";
    box-shadow: 23px 0px 253px 182px rgb(207 174 120 / 40%);
    width: 0px;
    height: 0px;
    left: 19%;
    bottom: 21%;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.promo::after {
    position: absolute;
    content: "";
    box-shadow: 23px 0px 253px 146px rgb(207 174 120 / 40%);
    width: 0px;
    height: 0%;
    right: 15%;
    top: 25%;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.promo__block {
}
.promo__heading {
    text-align: center;
    margin: 0 auto 3.9rem;
    position: relative;
}
.promo__slider {
}
.promo__element {
}
.promo__soc {
    max-width: 383px;
    text-align: center;
    padding: 32px 48px;
    margin: 2rem auto;
    background: var(--gray);
    position: relative;
    color: var(--lightTxt);
    box-shadow: 5px 8px 28px 1px #0000001f;
}
.promo-romb {
    position: absolute;
}
.promo-romb.promo-romb-top {
    left: -41px;
    top: 0;
}
.promo-romb.promo-romb-bottom {
    right: -42px;
    bottom: 0;
    rotate: 180deg;
}
.promo__soc ul {
    justify-content: center;
    margin-top: 25px;
}
.fly {
    position: absolute;
    z-index: 999;
}
.fly.promo-fly {
    bottom: -10rem;
}
.fly.map-fly {
    top: -11.5rem;
    left: -14.7rem;
    z-index: 0;
}
.fly.lanch-fly {
    right: 0;
    bottom: -8rem;
}
/* Красивые блюда  */
.centereMenuTwo {
}
.centereMenuTwo__svgAnimation {
}
.centereMenuTwo__heading {
    max-width: 500px;
    text-align: center;
    margin: 4rem auto;
}
.centereMenuTwo__block {
}
.centereMenuTwo__blockSlider {
    height: 100%;
    position: relative;
}
.golden-border {
    position: relative;
    height: 100%;
}
.centereMenuTwo__blockPhotos {
    position: relative;
}
.golden-border::before {
    content: "";
    position: absolute;
    height: 231px;
    width: 1px;
    background: var(--color);
    top: -20px;
    right: -5px;
}
.golden-border::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 238px;
    background: var(--color);
    top: -10px;
    right: -15px;
}

.centereMenuTwo__blockPhotos::before {
    content: "";
    position: absolute;
    height: 231px;
    width: 1px;
    background: var(--color);
    bottom: -20px;
    left: -10px;
}
.centereMenuTwo__blockPhotos::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 238px;
    background: var(--color);
    bottom: -10px;
    left: -20px;
}

.centereMenuTwo__blockSlider .slick-list {
    height: 100%;
}
.centereMenuTwo__blockSlider .slick-list .slick-track {
    height: 100%;
}
.centereMenuTwo__blockSlider .slick-list .slick-track .slick-slide > div {
    height: 100%;
}
.centereMenuTwo__blockSlider .slick-list .slick-track .centereMenuTwo__element {
    height: 100%;
}
.centereMenuTwo__blockSlider .slick-list .slick-track .centereMenuTwo__element img {
    object-fit: cover;
    height: 100%;
}
.centereMenuTwo .slick-dots {
    bottom: 28px;
}
.centereMenuTwo .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #817e7e;
    box-shadow: none;
    margin: 0.5rem;
}
.centereMenuTwo .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
}
.centereMenuTwo__blockPhotos {
    padding: 49px 32px 54px 32px;
    /* background: url(../i/guests-bg.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--dark);
    box-shadow: 5px 8px 28px 1px #0000001f;
}
.centereMenuTwo__photos-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 96%;
    text-align: center;
    font-family: var(--f2);
    margin-bottom: 2rem;
}
.centereMenuTwo__photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.7rem;
}
.centereMenuTwo__photos .centereMenuTwo__el {
    margin-bottom: 1rem;
    flex: 0 0 32%;
}
.centereMenuTwo__button {
    text-align: center;
}
/* мероприятия */
.fiesta {
    padding-bottom: 11.8rem;
    color: var(--light);
}
.fiesta.fiesta-bg {
    background-color: #1e1f23;
    background-image: url(../i/fiesta-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fiesta-block {
    max-width: 617px;
}
.fiesta__heading {
    margin-bottom: 6rem;
}
.fiesta__heading h2 {
}
.fiesta__heading h2 + p {
    font-weight: 500;
    font-size: 24px;
    line-height: 96%;
    font-family: var(--f2);
    margin: 1.5rem 0;
}
.fiesta__content {
    margin-bottom: 1.3rem;
}
.fiesta__content .info__content-items {
    flex-wrap: wrap;
}
.fiesta__content .info__content-items li {
    flex: 0 0 50%;
}
.fiesta__button {
    background-image: url(../i/morda.webp);
    background-size: 17%;
    background-position: 91% bottom;
    background-repeat: no-repeat;
    background-color: var(--color_bg_1);
    max-width: 450px;
    padding: 38px 40px;
    color: var(--light);
}
.fiesta__button .btn {
    color: var(--light);
}
.fiesta__button p {
    max-width: 14.6rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}
/* сытные ланчи */
.lanch {
    padding-top: 9.1rem;
    padding-bottom: 5rem;
}
.lanch__head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3.3rem;
}
.lanch__heading {
    max-width: 20rem;
    margin-right: 13%;
}
.lanch__heading h2 {
}
.lanch__heading p {
    font-family: var(--f2);
    font-size: 24px;
}
.lanch__list {
    flex: 1 1 auto;
}
.lanch__list ul {
}
.lanch__list li {
    flex: 0 0 25%;
    margin-bottom: 2.1rem;
}
.lanch__block {
}
.lanch__block-item {
    aspect-ratio: 204 / 287;
}
.lanch__block-item img {
}
.lanch__block-item.smal {
    aspect-ratio: 136 / 167;
    text-align: center;
}
.lanch__block-item.center {
}
/* сердце вологды */
.centreMap {
    padding-bottom: 5rem;
}
.centreMap__block {
    display: flex;
    justify-content: space-between;
}
.centreMap__content {
    flex: 0 0 31%;
}
.centreMap__heading {
    max-width: 30rem;
    margin-bottom: 64px;
    line-height: 205%;
}
.centreMap__address {
    font-weight: 700;
}
.centreMap__mode {
    padding-bottom: 34px;
    padding-top: 17px;
}
.centreMap__button {
    padding: 40px 0 45px;
}
.centreMap__button span.centreMap__button-sp {
    display: block;
    margin-bottom: 36px;
    line-height: 22px;
}
.centreMap__button span.centreMap__button-sp .text_color {
    font-weight: 700;
}
.centreMap__blockMap {
    /* position: relative; */
    flex: 0 0 66%;
    position: relative;
}
.centreMap__blockMap .right-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 5px 5px 21px 3px #00000038;
}
.front-map {
    position: relative;
}
/* форма в секции "забронируйте столик" */
.hideLabels .form-group {
    border-radius: 3px;
    margin: 11px auto 18px;
}
.hideLabels .form-control {
    color: #000;
}
.hideLabels .form-element.textArea .form-control {
    padding-bottom: 25px;
}
.hideLabels .form-group label {
    top: 17px;
}
/* Футер */
#footer.footer {
    /* background: url(../i/dark-bg.webp), var(--dark); */
    /* background: url(../i/shum.webp); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.4rem 0;
    color: var(--dark2);
}
.footer__content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.footer__content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 65%;
    background: linear-gradient(to top, #cfae7859, #cfae7859 56%, #cfae7859);
    right: -1rem;
    top: 50%;
    transform: translate(0, -50%);
}
.footer__content.last {
    border-right: none;
    border-right: none;
    justify-content: flex-end;
}
.footer__content.last::before {
    display: none;
}
#footer .footer-logo {
    margin: 0;
    margin-right: 5rem;
}
.img_link {
}
.footer__logistic {
}
.footer__logistic ul {
}
.footer__logistic ul li {
    margin: 15px 20px 0 0;
}
.footer__soc {
    margin: 0 auto;
}
.footer__contacts {
}
.footer__address {
    color: var(--color);
    margin-bottom: 7px;
    font-size: 1rem;
}
.footer__reserved {
    display: flex;
    align-items: center;
}
.footer__contacts .reserv {
    margin-left: 32px;
}
#footer .phone-content {
    font-weight: 200;
    font-size: 1rem;
}

.slick-arrow {
    background: none;
    box-shadow: none;
    position: absolute;
    transition: all 0.3s ease;
}
.slick-arrow:hover svg path {
    stroke: #fff;
    transition: all 0.3s ease;
}
.slick-arrow::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    border: 1px solid var(--color);
    rotate: 45deg;
}
.slick-arrow::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid var(--color);
    rotate: 45deg;
}
.slid-usl-arrows .slick-arrow {
    position: absolute;
}
.slid-usl-arrows .slick-arrow.slick-next {
    right: 0;
}
.slid-usl-arrows .slick-arrow.slick-prev {
}
.slick-next {
}
.slick-next svg {
    rotate: 180deg;
}
.slick-prev {
}
.slick-arrow svg {
    height: 36%;
}
.popup {
    background: var(--dark_80);
    color: #fff;
}
.popup .btn {
    color: #fff;
}
.promo__arrow {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    justify-content: space-between;
    padding-right: 1.8rem;
}
.promo .slick-arrow {
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    justify-content: center;
}
.promo .slick-arrow.slick-next {
}
.promo .slick-arrow.slick-prev {
}
.promo .slick-track {
    text-align: center;
}
.promo .slick-slide {
    margin: 0 0.5rem;
}
#footer-2 {
    background: var(--dark);
    padding: 1.1rem 0;
    font-size: 14px;
    color: var(--lightTxt);
}
#footer-2::before {
    background: none;
}
#footer-2 a {
    color: var(--color);
}
.footer-2-block {
    display: flex;
    align-items: center;
}
.b2b-copy {
    padding: 11px 32px;
    margin: 0 2rem;
    opacity: 1;
}
.social .soc {
    transition: all 0.3s ease;
}
.social .soc:hover svg path {
    fill: var(--color);
    transition: all 0.3s ease;
}
.mobile-icon:hover {
    background: #000;
}
/* дым */

.fog-block {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.fog-block.active {
    display: block;
}
.fog {
    width: 100%;
    height: 100%;
}
.fog__transition {
    width: 200%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 70%;
    top: 0;
    opacity: 1;
}
.centreMenu .fog__transition {
    width: 100%;
}
.fog__transition-1 {
    animation: transition-1 120s ease-out infinite;
}
.fog__transition-2 {
    animation: transition-1 110s ease-out infinite;
}
.fog__transition-3 {
    animation: transition-1 30s ease-out infinite;
}
.fog__transition-4 {
    animation: transition-1 80s ease-out infinite;
}
.fog__transition-5 {
    animation: transition-1 40s ease-out infinite;
}
.centreMenu .fog__transition-1 {
    animation: transition-1 110s ease-out infinite;
}
.centreMenu .fog__transition-2 {
    animation: transition-1 100s ease-out infinite;
}
.centreMenu .fog__transition-3 {
    animation: transition-1 20s ease-out infinite;
}
.centreMenu .fog__transition-4 {
    animation: transition-1 70s ease-out infinite;
}
.centreMenu .fog__transition-5 {
    animation: transition-1 30s ease-out infinite;
}

@keyframes transition-1 {
    0% {
        background-position: 200% 0%;
        /* opacity: 0.7; */
    }
    25% {
        background-position: 100% 0%;
        /* opacity: 0.8; */
    }

    50% {
        background-position: 0% 0%;
        /* opacity: 0.6; */
    }
    75% {
        background-position-y: -100% 0%;
        /* opacity: 0.7; */
    }
    100% {
        background-position: -200% 0%;
        /* opacity: 0.7; */
    }
}
.fog-2 {
    width: 50%;
    height: 100%;
}
.fog__transition-single {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    /* background-size: 66%; */
    bottom: 0;
    right: 0;
    background-position-x: 50%;
    background-position-y: bottom;
}
.fog__transition-single-1 {
    animation: transition-2 7s ease-out infinite;
}
.fog__transition-single-2 {
    animation: transition-2 6s ease-out infinite;
}
.fog__transition-single-3 {
    animation: transition-2 5s ease-out infinite;
}
.fog__transition-single-4 {
    animation: transition-2 4s ease-out infinite;
}
.fog__transition-single-5 {
    animation: transition-2 3s ease-out infinite;
}
@keyframes transition-2 {
    0% {
        background-size: 60%;
        opacity: 0;
    }
    /* 25% {
        background-size: 20%;
        opacity: 0.7;
    } */

    50% {
        opacity: 0.05;
    }
    /* 75% {
        background-size: 18%;
        opacity: 0.6;
    } */
    100% {
        background-size: 96%;
        opacity: 0;
    }
}
@keyframes transition-3 {
    0% {
        background-size: 50%;
        opacity: 0;
        transform: skew(0deg, 24deg) scale(1);
    }
    /* 25% {
        background-size: 20%;
        opacity: 0.7;
    } */

    50% {
        opacity: 0.3;
        transform: skew(14deg, 18deg) scale(1.1);
    }
    /* 75% {
        background-size: 18%;
        opacity: 0.6;
    } */
    100% {
        background-size: 96%;
        opacity: 0;
        transform: skew(0deg, 24deg) scale(1);
    }
}
