@font-face {
  font-family: "Art Nouveau 1900";
  src: url("fonts/ofont.ru_Art-Nouveau\ 1900.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box; 
    font-family: 'Mont-Regular', Helvetica, Arial, Lucida, sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Скрытые SEO-заголовки для поисковых систем */
.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header--nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: linear-gradient(#1a1a1a, #141414);
    color: #C9C9CB;
    font-size: 13px;
    padding: 0px 52px;
}

.header-menu {
    display: none;
}

.nav--container {
    position: relative;
    padding-left: 30px;
}

.nav--container::after {
    position: absolute;
    content: "";
    background-image: url("images/svg/location.svg");
    width: 12px;
    height: 12px;
    left: 0px;
    top: 2px;
}

.nav--list {
    display: flex;
    margin-left: auto;
    gap: 28px;
}

.nav--list--footer {
    display: flex;
    gap: 28px;
}

.nav--link--footer.btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.nav--link.btn, .btn-rules, .btn-public {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.nav--link, .nav--link--footer {
    color: #C9C9CB;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}

.nav--link:hover, .nav--link--footer:hover {
    text-decoration: underline;
    color: #D6B782;
}

.nav--socials {
    position: relative;
    padding-left: 92px;
}

.nav--socials::after {
    position: absolute;
    content: "";
    top: -7px;
    left: 52px;
    background-image: url("images/svg/inst.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    border: 1px solid #D6B782;
    border-radius: 50%;
    width: 26px;
    height: 26px;

}

.socials-link {
    color: #C9C9CB;
    text-decoration: none;
    transition: 0.3s;
}

.socials-link:hover {
    text-decoration: underline;
    color: #D6B782;
}

.main--container {
    position: relative;
    color: white;
    padding-bottom: 185px;
    background-image: linear-gradient(black, transparent), url("images/bg-ugrushi.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.main--container.cafe {
    background-image: linear-gradient(black, transparent), url("images/bg-cafe.jpeg");
    background-size: cover;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    padding-bottom: 135px;
}

.main--header {
    position: relative;
    display: flex;
    padding: 0 72px;
    padding-top: 30px;
    justify-content: space-between;
}

.empty-for-image {
    position: relative;
    width: 160px;
    height: 83px;
    margin-right: 100px;
}

.main--header--image {
    position: absolute;
    top: -10px;
}

.main--container--wrapper {
    display: flex;
    gap: 30px;
}

.main--container--info {
    display: flex;
    align-items: center;
    height: 48px;
}

.main--container--button {
    width: 180px;
    height: 48px;
    margin-left: 60px;
    background-color: transparent;
    border: 1px solid #D6B782;
    color: #D6B782;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.main--container--button.cafe, .empty-for-image.cafe {
    margin-left: 0;
    margin-right: 0;
}

.main--container--button:hover {
    background-color: #D6B782;
    color: #fff;
}

.main--button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    background-color: #D6B782;
    color: #fff;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.main--button:hover {
    background-color: #fff;
    color: #D6B782;
    border: 1px solid #D6B782;
    text-decoration: none;
}

.main--button.transparent {
    background-color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.main--button.transparent:hover {
    background-color: #fff;
    color: #000;
}

.main--phone {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding-left: 36px;
    background-image: url("images/svg/call.svg");
    background-repeat: no-repeat;
    text-decoration: none;
}

.main--phone:hover {
    color: #D6B782;
}

.main--socials {
    font-size: 13px;
    color: #C9C9CB;
}

.main--wrapper--image {
    position: absolute;
    top: 178px;
    left: 50%;
    transform: translate(-50%, 0)
}

.main-wrapper-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 224px;
    text-transform: uppercase;
    font-family: "Art Nouveau 1900";
    font-size: 50px;
    letter-spacing: 5px;
}

.main-wrapper-title.cafe {
    margin-top: 260px;
}

.wrapper--advantages {
    position: absolute;
    bottom: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    height: 80px;
    width: 1296px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.67;
}

.advantages-element {
    position: relative;
    display: flex;
    align-items: center;
    width: 324px;
    height: 80px;
    padding-left: 80px;
}

.advantages-element:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: 0;
    top: 0;
}

.advantages-element::after {
    position: absolute;
    content: "";
    left: 30px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.advantages-element:nth-child(1)::after {
    background-image: url("images/adv1.png");
}

.advantages-element:nth-child(2)::after {
    background-image: url("images/adv2.png");
}

.advantages-element:nth-child(3)::after {
    background-image: url("images/adv3.png");
}

.advantages-element:nth-child(4)::after {
    background-image: url("images/adv4.png");
}

.advantages-text {
    font-size: 13px;
    text-transform: uppercase;
}

/* 1 секция */

.about {
    max-width: 1440px;
    padding: 0 90px;
    padding-bottom: 118px;
    margin: 0 auto;
}

.about--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    margin-top: 22px;
    margin-bottom: 20px;
}

.about--advantages {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
}

.about--advantages--element {
    position: relative;
    width: 380px;
    padding-top: 33px;
}

.about--advantages--element::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #D6B782;
    top: 0;
    left: 0;
}

.about--advantages--title {
    font-size: 23px;
    font-weight: 400;
    color: #D6B782;
    margin-bottom: 25px;
}

/* 2 секция (преимущества) */

.advantages {
    position: relative;
    background-color: #000;
    padding: 64px 72px;
    color: #fff;
}

.advantages--wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.advantages-container {
    display: flex;
    align-items: center;
    gap: 72px;
    padding-bottom: 54px;
}

.advantages--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    line-height: 96px;
    width: 362px;
}

.advantages--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 66px;
    column-gap: 90px;
}

.advantage--title {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #D6B782;
    margin-bottom: 20px;
}

.advantage--description {
    font-size: 15px;
    line-height: 24px;
}

/* 3 секция (галерея)*/

.gallery {
    background-color: #F4F4F4;
    padding: 82px 0;
}

.gallery-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.gallery--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    width: 340px;
    line-height: 96px;
    margin-left: auto;
    margin-right: 50px;
}

.gallery--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 38px;
}

.images--container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* 4 секция (цены)*/

.prices {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0;
}

.prices--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    line-height: 96px;
    margin-bottom: 68px;
}

.prices--list {
    display: flex;
    flex-direction: column;
    gap: 84px;
}

.card--about {
    display: flex;
    justify-content: space-between;
}

.price--container {
    position: relative;
    margin-bottom: 36px;
    padding-left: 130px;
}

.price--container::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 104px;
    background-color: #000;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.decor--price {
    position: absolute;
    top: 37px;
    left: 12px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.decor--price--text {
    position: absolute;
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
    top: 60px;
    left: 32px;
}

.price--about {
    height: 104px;
    display: flex;
    align-items: center;
}

.price--text {
    font-size: 13px;
}

.price--text.yellow {
    color: #D6B782;
}

.card--title {
    font-size: 32px;
    color: #D6B782;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 422px;
}

.card--info {
    width: 450px;
}

.card--info div {
    display: flex;
    margin-bottom: 25px;
}

.card--info div:not(:last-child) {
    margin-bottom: 12px;
}

.info--description {
    font-size: 15px;
    width: 154px;
}

.info-text {
    word-wrap: break-word;
    max-width: 280px;
}

.more--info {
    text-align: left;
    background-color: transparent;
    color: #D6B782;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin-bottom: 36px;
    transition: 0.3s;
}

.more--info:hover {
    color: #97825e;
}

.card--buttons {
    display: flex;
    gap: 12px;
}

.card--button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 26px;
    transition: 0.3s;
    text-decoration: none;
}

.card--button.light {
    font-size: 16px;
    border: 1px solid #D6B782;
    color: #D6B782;
    background-color: #fff;
    cursor: pointer;
}

.card--button.light:hover {
    background-color: #D6B782;
    color: #fff;
}

.card--button.dark {
    background-color: #D6B782;
    color: #fff;
    border: none;
    cursor: pointer;
}

.card--button.dark:hover {
    background-color: #fff;
    color: #D6B782;
    border: 1px solid #D6B782;
}

/* 5 секция (способ оплаты)*/

.payment {
    position: relative;
    width: 998px;
    margin: 0 auto;
    background-color: #000;
    padding: 62px 52px;
    padding-top: 0;
    color: #fff;
}

.payment::before {
    position: absolute;
    content: "";
    background-color: #F0EEEE;
    background-image: url("images/payment.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    width: 246px;
    height: 246px;
    border-radius: 50%;
    top: 80px;
}

.payment--wrapper {
    margin-left: auto;
    width: 580px;
}

.payment--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
}

.payment--description {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
    max-width: 580px;
}

.payment--info {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
}

.payment--button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6B782;
    font-size: 14px;
    width: 220px;
    text-decoration: none;
    height: 48px;
    border: 1px solid #D6B782;
    background-color: #000;
    padding: 0 24px;
    cursor: pointer;
    transition: 0.3s;
}

.payment--button:hover {
    color: #fff;
    background-color: #D6B782;
}

/* 6 секция (расположение)*/

.location--title.for-mobile {
    display: none;
}

.location {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-top: 70px;
}

.location--map {
    width: 740px;
    height: 706px;
    background-color: #a3a2a2;
}

.location--info {
    max-width: 470px;
}

.location--title {
    font-size: 80px;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    line-height: 48px;
    margin-bottom: 60px;
}

.location--socials--wrapper {
    display: flex;
    align-items: last baseline;
    margin-bottom: 20px;
}

.location--adress {
    font-style: normal;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px;
}

.social--number {
    font-size: 24px;
    font-weight: 600;
}

.location--socials {
    font-size: 13px;
}

.details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.details--text {
    font-size: 14px;
}

.details--text.yellow {
    font-size: 15px;
    color: #D6B782;
}

.details--text.info {
    max-width: 260px;
}

.location--buttons {
    display: flex;
    gap: 12px;
}

.location--button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    transition: 0.3s;
    text-decoration: none;
}

.location--button.light {
    background-color: #fff;
    color: #D6B782;
    border: 1px solid #D6B782;
}

.location--button.light:hover {
    background-color: #D6B782;
    color: #fff;
}

.location--button.dark {
    background-color: #D6B782;
    color: #fff;
    border: 1px solid #D6B782;
}

.location--button.dark:hover {
    background-color: #fff;
    color: #D6B782;
}

/* подвал сайта */

.footer {
    background: linear-gradient(#000, #1f1f1f);
    font-weight: 300;
}

.footer--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px;
    margin: 0 auto;
    color: #fff;
}

.footer--info {
    display: flex;
    justify-content: space-between;
}

.info--text {
    font-size: 15px;
    margin-bottom: 12px;
}

.sub--info {
    font-size: 13px;
    opacity: 0.33;
}

.info--link {
    font-size: 13px;
    color: #C9C9CB;
    transition: 0.3s;
}

.info--link.inst {
    position: relative;
    text-decoration: none;
    padding-left: 45px;
}

.info--link.inst::after {
    position: absolute;
    content: "";
    top: -12px;
    left: 0;
    background-image: url("images/svg/inst.svg");
    background-repeat: no-repeat;
    background-position: 53%;
    background-size: 60%;
    border: 1px solid #D6B782;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.info--link:hover {
    color: #D6B782;
}

.developed--by {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.developed--text {
    font-weight: 300;
    font-size: 13px;
    color: #C9C9CB;
}

.developer {
    font-weight: 300;
    font-size: 15px;
    margin-top: 8px;
    color: #fff;
    text-decoration: none;
}

.cafe-about {
    background-color: #000;
    padding-bottom: 100px;
}

.cafe-about--wrapper {
    display: grid;
    grid-template-columns: 612px auto;
    gap: 72px;
    max-width: 1296px;
    margin: 0 auto;
    color: #fff;
    padding-top: 74px;
}

.cafe-about--image {
    object-fit: cover;
    object-position: 0 95%;
    width: 612px;
    height: 408px;
}

.cafe-about--title {
    width: 426px;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.cafe-about--text {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #c9c9c9;
}

.cafe-about--advantages {
    display: flex;
    justify-content: space-between;
    max-width: 1296px;
    margin: 0 auto;
    margin-top: 73px;
}

.about--advantages__title {
    font-family: Helvetica, sans-serif;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #D6B782;
    font-weight: 400;
    max-width: 326px;
}

.about--advantages__description {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #c9c9c9;
    max-width: 380px;
}

.story {
    display: grid;
    grid-template-columns: auto 565px;
    max-width: 1296px;
    margin: 0 auto;
    gap: 74px;
    padding-top: 74px;
    padding-bottom: 102px;
}

.story-title {
    font-size: 80px;
    line-height: 90px;
    color: #000;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.story-description {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 25px;
}

.story-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #D6B782;
    color: #D6B782;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.story-button:hover {
    background-color: #D6B782;
    color: #fff;
}

.story-image {
    object-fit: cover;
    object-position: 0 60%;
}

.cafe-gallery {
    background-color: #F4F4F4;
    padding-top: 66px;
    padding-bottom: 70px;
}

.cafe-gallery--wrapper {
    max-width: 1296px;
    margin: 0 auto;
}

.cafe-gallery--container {
    display: flex;
    gap: 75px;
    align-items: center;
    margin-bottom: 54px;
}

.cafe-gallery--title {
    width: 360px;
    font-size: 80px;
    line-height: 90px;
    color: #000;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
}

.cafe-gallery--container.second {
    display: grid;
    grid-template-columns: 851px 406px;
    gap: 38px;
    margin-bottom: 0;
}

.cafe-images--wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 406px;
}

.menu {
    padding-top: 30px;
    padding-bottom: 76px;
    background-color: #E5E5E5;
}

.menu--wrapper {
    max-width: 1227px;
    margin: 0 auto;
}

.menu--title {
    text-align: center;
    font-size: 80px;
    line-height: 90px;
    color: #000;
    font-family: "Art Nouveau 1900";
    letter-spacing: 2px;
    margin-bottom: 48px;
}

.menu--main-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    padding: 20px 40px;
    margin-bottom: 30px;
    gap: 20px;
}

.menu--counter {
    position: absolute;
    left: 20px;
    top: 20px;
    min-width: 70px;
    height: 40px;
    padding: 0 15px;
    background-color: #666;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.menu--main-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-main-image {
    width: 100%;
    height: 700px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
    background-color: #F5F5F5;
}

.menu-main-image:hover {
    transform: scale(1.01);
}

.menu--thumbnails-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.menu--thumbnails-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.menu--instruction {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 400;
}

.menu-nav-btn {
    width: 50px;
    height: 50px;
    background-color: #666;
    border: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    line-height: 1;
}

.menu-nav-btn:hover {
    background-color: #555;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.menu-nav-btn:active {
    transform: scale(0.95);
}

.menu-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.menu-thumbnail {
    flex: 1;
    max-width: calc(20% - 12px);
    height: 360px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    opacity: 0.7;
}

.menu-thumbnail:hover {
    transform: scale(1.05);
    opacity: 1;
}

.menu-thumbnail.active {
    border-color: #D6B782;
    opacity: 1;
}

/* Модальное окно для меню */
.menu-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.menu-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.menu-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-modal-close:hover {
    color: #ccc;
    background: rgba(0, 0, 0, 0.7);
}

.menu-modal-prev,
.menu-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #666;
    border: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    line-height: 1;
}

.menu-modal-prev {
    left: 20px;
}

.menu-modal-next {
    right: 20px;
}

.menu-modal-prev:hover,
.menu-modal-next:hover {
    background-color: #555;
    color: #fff;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.menu-modal-prev:active,
.menu-modal-next:active {
    transform: translateY(-50%) scale(0.95);
}

.menu-modal-prev:disabled,
.menu-modal-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-show {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.55);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: -webkit-backdrop-filter 1s 1s,backdrop-filter 1s 1s;
    backdrop-filter: saturate(180%) blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    z-index: 10;
}

.modal-socials {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 40px 0;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    width: 300px;
    background-color: #1d1c1c;
    z-index: 11;
}

.modal-socials--link {
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffffd0;
    text-decoration: none;
    height: 60px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 125px;
    background-position: 20%;
}

.modal-socials--link:hover {
    color: #ffffff83;
}

.modal-socials--link.phone {
    background-image: url("images/call-logo.png");
}

.modal-socials--link.viber {
    background-image: url("images/viber-logo.png");
}

.modal-socials--link.tg {
    background-image: url("images/tg-logo.png");
}

.modal-socials--link.wa {
    background-image: url("images/wa-logo.png");
}

.modal-socials--close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #747373;
    border: none;
    cursor: pointer;
}

.modal-socials--close:hover {
    background-color: #555555;
}

.modal-socials--close::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    transform: rotate(45deg);
}

.modal-socials--close::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    transform: rotate(-45deg);
}

.modal-fire, .modal-public {
    display: none;
    position: fixed;
    overflow: scroll;
    padding: 80px 60px;
    height: 80%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100px;
    background-color: #181818;
    z-index: 11;
    color: #fff;
}

.modal-rules {
    display: none;
    position: fixed;
    overflow: scroll;
    padding: 80px 60px;
    height: 80%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100px;
    background-color: #181818;
    z-index: 11;
    color: #fff;
}

.rules-title, .public-title {
    font-size: 40px;
    text-align: center;
    color: #D6B782;
    font-weight: 400;
    margin-bottom: 30px;
}

.rules-text, .public-text {
    font-size: 18px;
    line-height: 24px;
    color: #d5d5d5;
    font-weight: 300;
}

.fire-title {
    font-size: 40px;
    text-align: center;
    color: #D6B782;
    font-weight: 400;
    margin-bottom: 30px;
}

.fire-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.fire-description {
    font-size: 18px;
    line-height: 24px;
    color: #d5d5d5;
    font-weight: 300;
    margin-bottom: 20px;
}

.fire-container {
    cursor: pointer;
}

.fire-container--btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #D6B782;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.fire-container--btn::after {
    position: absolute;
    content: "\2193";
    right: -30px;
    top: 0;
    width: 16px;
    height: 16px;
}

.fire-container--btn.active::after {
    content: "\2191";
}

.fire-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #d5d5d5;
    font-size: 20px;
    text-decoration: none;
    padding-left: 70px;
    background-image: url("images/call-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.fire-link:not(:last-child) {
    margin-bottom: 40px;
    margin-top: 30px;
}

.fire-link--text.yellow {
    color: #D6B782;
}

.fire-button, .close-rules, .public-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #747373;
    cursor: pointer;
}

.fire-button:hover, .close-rules:hover, .public-close:hover {
    background-color: #565656;
}

.fire-button::before, .close-rules::before, .public-close::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    transform: rotate(45deg);
}

.fire-button::after, .close-rules::after, .public-close::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    transform: rotate(-45deg);
}

.fire-container--content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.fire-container--content.show {
    max-height: 1000px; /* Достаточно большое значение для контента */
    transition: max-height 0.5s ease-in;
}

.fire-container--hide {
    font-size: 18px;
    line-height: 24px;
    color: #d5d5d5;
    font-weight: 300;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fire-container--content.show .fire-container--hide {
    opacity: 1;
    transform: translateY(0);
}

/* Задержка для каждого параграфа */
.fire-container--content.show .fire-container--hide { transition-delay: 0.1s; }

.price-hide {
    max-width: 450px;
    margin-bottom: 20px;
}

.price-hide--text {
    font-size: 15px;
    line-height: 25px;
}

.price-hide {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
}

.price-hide.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.more--info {
    min-width: 80px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.more--info::after {
    position: absolute;
    content: "\2193";
    right: -260px;
    bottom: 0;
    width: 16px;
    height: 16px;
}

.more--info.active::after {
    content: "\2191";
    transform: translateY(-50%) rotate(0deg);
}

.info-block {
    margin-bottom: 20px;
}

.story-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out, opacity 0.5s ease;
    opacity: 0;
}

.story-hide.show {
    max-height: 1000px; /* Достаточно большое значение для плавности */
    opacity: 1;
}

.story-description.hide {
    margin: 0;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.story-button {
    transition: all 0.3s ease;
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.gallery-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
    background: rgb(59, 59, 59);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.gallery-modal-close:hover {
    color: #ccc;
    background: rgb(49, 49, 49);
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* Стили для изображений галереи */
.gallery--img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

.gallery--img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cafe-gallery-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.cafe-gallery-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.cafe-gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cafe-gallery-modal-close:hover {
    color: #ccc;
    background: rgba(0, 0, 0, 0.7);
}


/* Стили для изображений кафе-галереи */
.story-image {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

.story-image:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

.room-gallery {
    position: relative;
    width: 750px;
}

.room-gallery-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.room-gallery-images {
    position: relative;
    width: 750px;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.room-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.room-main-image.active {
    opacity: 1;
}

.room-nav-btn {
    position: absolute;
    background: #515151;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 1;
}

.room-nav-btn.next {
    right: 10px;
}

.room-nav-btn.prev {
    left: 10px;
}

.room-nav-btn:hover {
    background: #333333;
}

.room-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.room-thumbnails {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.thumbnail.active {
    opacity: 1;
    border-color: #272727;
}

/* Модальное окно для полноэкранного просмотра */
.room-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.room-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 0.3s ease;
    border-radius: 8px;
}

.room-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-modal-close:hover {
    color: #ccc;
}

.room-modal-prev,
.room-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    padding: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    user-select: none;
    transition: background 0.3s ease;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.room-modal-prev:hover,
.room-modal-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.room-modal-prev {
    left: 20px;
}

.room-modal-next {
    right: 20px;
}

.room-modal-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

@media (max-width: 1370px) {
    .menu--title {
        font-size: 70px;
        line-height: 80px;
    }

    .menu-main-image {
        height: 600px;
    }

    .menu-thumbnail {
        height: 300px;
    }

    .room-gallery, .room-gallery-images {
        width: 100%;
    }

    .room-gallery-images {
        height: 600px;
    }

    .price-hide {
        max-width: none;
    }

    .wrapper--advantages, .main--container--wrapper, .nav--list {
        display: none;
    }

    .main--container {
        padding-top: 48px;
    }

    .header-menu {
        display: block;
        height: 36px;
        width: 36px;
        background-image: url("images/svg/menu.svg");
        background-position: 50%;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .header--nav {
        position: fixed;
        top: 0;
        z-index: 10;
    }

    .nav--list {
        flex-direction: column;
        position: absolute;
        gap: 0;
        top: 48px;
        left: 0;
        width: 100%;
        z-index: 3;
        background-color: #181818;
    }

    .nav--element {
        display: flex;
        align-items: center;
        height: 90px;
        background-color: #181818;
        cursor: pointer;
        transition: 0.3s;
    }

    .nav--element:hover {
        background-color: #ffffff;
    }

    .nav--link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 100%;
        height: 100%;
    }

    .nav--link:hover {
        color: #000;
        text-decoration: none;
    }

    .menu-wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .main--header {
        padding: 0 20px;
        padding-top: 30px;
    }

    .main--container--button {
        margin-left: 0;
    }

    .empty-for-image {
        margin-right: 0;
    }

    .header--nav {
        justify-content: space-between;
    }

    .about {
        padding: 0 36px;
        padding-bottom: 67px;
    }

    .about--advantages {
        flex-direction: column;
        width: auto;
    }

    .about--advantages--element {
        width: 100%;
    }

    .about--advantages--description {
        margin-bottom: 33px;
    }

    .about--title {
        line-height: 90px;
        margin-bottom: 50px;
    }

    .advantages {
        padding: 64px 36px;
    }

    .advantages-container {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    .advantages--img {
        width: 100%;
        height: auto;
    }

    .advantages--title {
        width: auto;
    }

    .advantages--list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .gallery {
        padding: 50px 0;
    }

    .gallery--container {
        padding: 0 36px;
        flex-direction: column;
        align-items: start;
    }

    .gallery--title {
        margin: 0;
        margin-left: auto;
        text-align: right;
    }

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

    .prices {
        padding: 50px 36px;
    }

    .card--about {
        flex-direction: column;
        gap: 20px;
    }

    .prices--card:nth-child(odd) .card--about {
        flex-direction: column-reverse;
    }

    .card--about img {
        width: 100%;
        height: auto;
    }

    .payment {
        width: 100%;
        padding: 50px 36px;
        padding-top: 260px;
    }

    .payment::before {
        left: 30px;
        top: 30px;
    }

    .payment--wrapper {
        margin: 0;
    }

    .payment--description {
        max-width: none;
    }

    .payment--wrapper {
        width: auto;
    }

    .location--title {
        display: none;
    }

    .location--title.for-mobile {
        display: block;
    }

    .location {
        width: 100%;
        flex-direction: column;
        padding: 50px 36px;
        margin-bottom: 0;
    }

    .location--map {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer--wrapper {
        position: relative;
        flex-direction: column;
        gap: 30px;
        align-items: start;
        padding: 30px 36px;
    }

    .developed--by {
        position: absolute;
        right: 36px;
        bottom: 30px;
    }

    .advantages--wrapper, .gallery-wrapper, .prices {
        max-width: none;
    }

    .images--container {
        width: 100%;
    }

    .info-text {
        max-width: none;
    }

    .cafe-about--wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .cafe-about--image {
        width: 100%;
        height: auto;
        max-height: 700px;
    }

    .cafe-about {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 60px;
    }

    .cafe-about--title {
        width: auto;
    }

    .cafe-about--advantages {
        flex-direction: column;
        gap: 30px;
        max-width: none;
    }

    .about--advantages__title, .about--advantages__description {
        max-width: none;
    }

    .story {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 50px;
    }

    .story-image {
        width: 100%;
        height: auto;
        max-height: 700px;
    }

    .cafe-gallery--wrapper {
        max-width: none;
        padding-left: 36px;
        padding-right: 36px;
    }

    .cafe-gallery--container {
        flex-direction: column-reverse;
        align-items: start;
        gap: 40px;
    }

    .cafe-gallery--title {
        width: auto;
    }

    .cafe-gallery--container.second {
        display: flex;
        flex-direction: column;
    }

    .cafe-images--wrapper {
        display: flex;
        width: 100%;
        gap: 38px;
    }

    .menu--wrapper {
        max-width: none;
        padding-left: 36px;
        padding-right: 36px;
    }

    .menu--title {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    .menu--instruction {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .menu--main-container {
        padding: 15px 20px;
        gap: 15px;
        margin-bottom: 20px;
    }

    .menu-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 28px;
        position: relative;
        flex-shrink: 0;
    }

    .menu-main-image {
        height: 500px;
    }

    .menu--counter {
        left: 15px;
        top: 15px;
        min-width: 60px;
        height: 35px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 18px;
    }

    .menu--thumbnails-wrapper {
        gap: 12px;
        padding: 0;
    }

    .menu--thumbnails-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .menu-thumbnail {
        flex: 0 0 calc(20% - 8px);
        max-width: calc(20% - 8px);
        height: 220px;
        min-width: 0;
    }

    .card--info {
        width: auto;
    }
}

@media (max-width: 768px) {
    .booking {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav--list--footer {
        flex-wrap: wrap;
    }

    .card--buttons, .location--buttons {
        flex-wrap: wrap;
    }

    .location--map, .location--map iframe {
        height: 300px;
    }

    .main--container--info, .nav--socials {
        display: none;
    }

    .main--header {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
        height: 113px;
        padding-left: 0;
        padding-right: 0;
    }


    .main--wrapper--image {
        top: 240px;
    }

    .main--container {
        padding-bottom: 100px;
    }

    .header--nav {
        padding: 0 25px;
    }

    .main-wrapper-title {
        text-align: center;
        line-height: 60px;
        margin-top: 270px;
    }

    .main--container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .about--title, .advantages--title, .gallery--title, .prices--title, .payment--title, .payment--title, .location--title {
        font-size: 58px;
        line-height: 60px;
    }

    .payment {
        padding-top: 280px;
    }

    .payment--title {
        margin-bottom: 30px;
    }

    .about, .advantages, .gallery--container, .prices, .payment, .location, .footer--wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .gallery--title {
        width: auto;
    }

    .card--info {
        width: auto;
    }

    .card--info div {
        display: grid;
        grid-template-columns: 150px auto;
    }

    .info-text {
        max-width: none;
    }

    .social--number {
        font-size: 14px;
    }

    .cafe-about--image, .story-image {
        max-height: 450px;
    }


    .modal-fire, .modal-public, .modal-rules {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .fire-title, .rules-title, .public-title {
        margin-top: 10px;
        font-size: 32px;
    }

    .fire-subtitle {
        font-size: 18px;
    }

    .fire-container--text {
        width: 90%;
    }

    .fire-container--text::after {
        right: -30px;
    }

    .fire-link--text {
        font-size: 14px;
    }

    .fire-container--btn {
        text-align: left;
        max-width: 350px;
    }

    .gallery-modal-content {
        max-width: 95%;
        max-height: 70%;
    }
    
    .gallery-modal-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .room-gallery {
        width: 100%;
    }
    
    .room-gallery-images {
        width: 100%;
        height: 400px;
    }

    .room-main-image.active {
        height: 100%;
    }
    
    .room-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .thumbnail {
        width: 60px;
        height: 45px;
    }
    
    .room-modal-content {
        max-width: 95%;
        max-height: 70%;
    }
    
    .room-modal-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
    
    .room-modal-prev {
        left: 10px;
        font-size: 24px;
        padding: 12px;
        width: 40px;
        height: 40px;
    }
    
    .room-modal-next {
        right: 10px;
        font-size: 24px;
        padding: 12px;
        width: 40px;
        height: 40px;
    }

    .cafe-gallery-modal-content {
        max-width: 95%;
        max-height: 70%;
    }
    
    .cafe-gallery-modal-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .menu-modal-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .menu-modal-prev,
    .menu-modal-next {
        width: 50px;
        height: 50px;
        font-size: 28px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-modal-prev {
        left: 15px;
    }

    .menu-modal-next {
        right: 15px;
    }

    .menu-modal-prev:hover,
    .menu-modal-next:hover {
        transform: translateY(-50%) scale(1.05);
    }

    .menu-modal-prev:active,
    .menu-modal-next:active {
        transform: translateY(-50%) scale(0.95);
    }

    .menu--title {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .menu--instruction {
        font-size: 14px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .menu--main-container {
        padding: 12px 10px;
        gap: 10px;
        margin-bottom: 20px;
    }

    .menu-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 28px;
        position: relative;
        flex-shrink: 0;
    }

    .menu-main-image {
        height: 400px;
    }

    .menu--counter {
        left: 12px;
        top: 12px;
        min-width: 60px;
        height: 32px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 16px;
    }

    .menu--thumbnails-wrapper {
        gap: 10px;
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu--thumbnails-row {
        display: contents;
    }

    .menu-thumbnail {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        height: 220px;
    }

    .menu-modal-content {
        max-width: 95%;
        max-height: 85%;
    }

    .nav--link {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .menu--title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .menu--instruction {
        font-size: 13px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .menu--main-container {
        padding: 10px 5px;
        gap: 8px;
        margin-bottom: 15px;
    }

    .menu-nav-btn {
        width: 48px;
        height: 48px;
        font-size: 26px;
        position: relative;
        flex-shrink: 0;
    }

    .menu-main-image {
        height: 380px;
    }

    .menu--counter {
        left: 10px;
        top: 10px;
        min-width: 58px;
        height: 30px;
        padding: 0 9px;
        font-size: 12px;
        border-radius: 15px;
    }

    .menu--thumbnails-wrapper {
        gap: 8px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu--thumbnails-row {
        display: contents;
    }

    .menu-thumbnail {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        height: 200px;
        border-width: 3px;
    }


    .menu-modal-content {
        max-width: 98%;
        max-height: 90%;
    }

    .menu-modal-prev,
    .menu-modal-next {
        width: 48px;
        height: 48px;
        font-size: 26px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-modal-prev {
        left: 10px;
    }

    .menu-modal-next {
        right: 10px;
    }

    .menu-modal-prev:hover,
    .menu-modal-next:hover {
        transform: translateY(-50%) scale(1.05);
    }

    .menu-modal-prev:active,
    .menu-modal-next:active {
        transform: translateY(-50%) scale(0.95);
    }

    .menu-modal-close {
        top: 5px;
        right: 10px;
        font-size: 24px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 460px) {
    .fire-container--btn {
        max-width: 250px;
    }
}

@media (max-width: 330px) {
    .modal-socials--link {
        padding-left: 100px;
        background-position: 10%;
    }

    .modal-socials {
        width: 90%;
    }

    .fire-container--btn {
        max-width: 200px;
    }
}