@charset "UTF-8";

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

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

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

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

button,
input,
select,
textarea {
    font-family: inherit
}

button,
select {
    font-size: inherit;
    color: inherit
}

input,
select,
textarea {
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* montserrat-italic - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin_latin-ext-italic.woff2') format('woff2');
}

/* montserrat-600 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v31-latin_latin-ext-600.woff2') format('woff2');
}

/* playfair-display-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v40-latin_latin-ext-regular.woff2') format('woff2');
}

:root {
    --container-width: 1566px;
    --container-padding: 16px;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Playfair Display", serif;
    --font-titles: var(--second-family)
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body,
input,
textarea {
    font-family: var(--font-family);
    font-weight: 400
}

body {
    color: #1c1a1b;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    overflow-x: hidden
}

img {
    display: block;
}

a {
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.hidden {
    display: none;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-dropdown__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.lang-dropdown__toggle .lang-flag {
    width: 38px;
    height: auto;
}

.lang-dropdown__menu {
    position: absolute;
    top: calc(100% + 6px);
    right: -10px;
    min-width: 90px;
    background: #ffffffce;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 6px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.25s ease;
    z-index: 100;
}

.lang-dropdown__menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown__menu li {
    padding: 4px 0px 4px 8px;
}

.lang-dropdown__menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1c1a1b;
    text-decoration: none;
    font-weight: 600;
}

.lang-dropdown__menu li a:hover {
    color: #8c7851;
}

/* CTA button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1c1a1b;
    background: #cdae7e;
    padding: 11px 38px;
    border-radius: 10px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 -10px 28px rgba(201, 165, 106, .22);
    filter: saturate(1.1);
}

.swiper-button-prev,
.swiper-button-next {
    min-width: 43px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.title-1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 150px;
    line-height: 17%;
    text-transform: uppercase;
    color: #fff;
}

.title-2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 150px;
    line-height: 87%;
    text-transform: capitalize;
    color: #1c1a1b;
}

.page-id-71 .title-1 {
    font-size: 120px;
}

.page-id-71 .title-2 {
    font-size: 110px;
}

.title-3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 115%;
    text-transform: capitalize;
    color: #cdae7e;
}

.section-name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
}

/* ========== Hero ========== */
.hero {
    position: relative;
    isolation: isolate;
    background: #1C1A1B;
}

/* Background image layer */
.hero__bg {
    background: center/cover no-repeat url("/img/hero.jpg");
}

.hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 62px 0 90px 0;
}

.container.hero__container {
    max-width: 1920px;
    padding: 0 193px 0 146px;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 16px;
}

.hero__link {
    color: #fff;
}

.hero__link:hover {
    color: #cdae7e;
}

.lang {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.lang a img {
    margin-left: 12px;
}

.hero__title-wrapper {
    margin-left: 111px;
    padding-bottom: 480px;
}

.hero__title p {
    margin-bottom: 36px;
}

.hero__title span {
    display: block;
    line-height: 102%;
    white-space: nowrap;
}

.hero__title span:last-child {
    position: relative;
    text-align: right;
}

.hero__title span:last-child::before {
    content: '';
    height: 2px;
    width: 154px;
    background: #fff;
    display: inline-block;
    margin: 54px 91px 54px 0;
}

.hero__grid {
    background: #1C1A1B;
    padding: 147px 0 152px;
}

.hero__grid-wrapper {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hero__left {
    max-width: 611px;
}

.hero__about-title {
    margin-top: 24px;
}

.hero__about-text {
    padding: 20px 0 36px;
    line-height: 187%;
    color: #fff;
    max-width: 450px;
}

.hero__right {
    position: relative;
    max-width: 856px;
    width: 100%;
    padding-left: 24px;
}

.img-card {
    position: absolute;
    display: inline-block;
}

.img-card__img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-card::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -23px;
    right: 23px;
    bottom: 16px;
    border: 1px solid #cdae7e;
    border-radius: 10px;
    z-index: 1;
}

.hero__grid .img-card:nth-child(1) {
    bottom: 8px;
}

.hero__grid .img-card:nth-child(1) .img-card__img {
    height: 398px;
    max-width: 584px;
    width: 100%;
}

.hero__grid .img-card:nth-child(1) img {
    transform: scale(1.28);
}

.hero__grid .img-card:nth-child(2) {
    right: 0;
    top: -200px;
    z-index: 11;
}

.img-card.btm-brd::before {
    top: 23px;
    bottom: -23px;
    left: -16px;
    right: 16px;
}

.img-card.btm-brd .img-card__img {
    height: 584px;
    max-width: 398px;
    width: 100%;
}

.hero__gold {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.hero__gold--lt {
    left: 0px;
    top: 36%;
}

.hero__gold--rb {
    right: 0px;
    bottom: -72px;
}

/* === Responsive === */
@media (max-width: 1680px) {

	.title-1 {
		font-size: 94px;
	}
    .title-2 {
        font-size: 110px;
    }

    .page-id-71 .title-1 {
        font-size: 90px;
    }

    .page-id-71 .title-2 {
        font-size: 80px;
    }

    .hero__title span:last-child::before {
        width: 110px;
        margin: 24px 22px 36px 0;
    }
}

@media (max-width: 1280px) {

    .title-1 {
        font-size: 66px;
    }

    .title-2 {
        font-size: 72px;
    }

    .page-id-71 .title-1 {
        font-size: 75px;
    }

    .page-id-71 .title-2 {
        font-size: 52px;
    }

    .hero__actions {
        gap: 16px;
    }

    .hero__title span:last-child::before {
        width: 90px;
        margin: 24px 22px 24px 0;
    }

    .container.hero__container {
        padding: 0 16px;
    }

    .hero__title-wrapper {
        margin-left: 40px;
        padding-bottom: 340px;
    }

    .hero__left {
        max-width: 750px;
    }

    .hero__gold--lt {
        top: 22%;
        width: 25%;
    }

    .hero__grid-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero__grid {
        padding: 0px 0 100px;
    }

    .hero__right {
        padding-top: 468px;
    }

    .hero__grid .img-card:nth-child(1) {
        width: 68%;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 46%;
        top: -119px;
    }

    .img-card .img-card__img {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .hero__top {
        padding: 32px 0 86px 0;
    }

    .brand {
        width: 240px;
    }

    .hero__link {
        width: 74px;
        line-height: 110%;
    }

    .lang-dropdown__toggle {
        gap: 6px;
    }

    .lang-dropdown__toggle .lang-flag {
        width: 22px;
        height: auto;
    }

    .lang-dropdown__menu {
        right: -10px;
        min-width: 70px;
    }

    .lang-dropdown__menu li {
        padding: 4px 2px 4px 4px;
    }

    .lang-dropdown__menu li a {
        gap: 6px;
    }

    .lang-dropdown__menu img {
        width: 22px;
    }

    .btn.btn--primary {
        font-size: 14px;
        padding: 8px 12px;
    }

	.title-1 {
		font-size: 42px;
	}
    .title-2 {
        font-size: 56px;
    }

    .page-id-71 .title-1 {
        font-size: 50px;
    }

    .page-id-71 .title-2 {
        font-size: 50px;
    }

    .hero__title span:last-child::before {
        width: 44px;
        margin: 16px;
    }

    .hero__actions {
        gap: 12px;
        font-size: 14px;
    }

    .hero__title-wrapper {
        padding-bottom: 210px;
    }

    .title-3 {
        font-size: 32px;
    }

    .hero__about-title {
        margin-top: 16px;
    }

    .hero__about-text {
        padding: 14px 0 28px;
        line-height: 160%;
    }

    .hero__right {
        padding-top: 334px;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 46%;
        top: -96px;
    }

    .hero__gold--lt {
        top: 17%;
    }

    .hero__gold--rb {
        right: 0px;
        bottom: -46px;
        width: 46%;
    }
}

@media (max-width: 560px) {

    .container,
    .container.hero__container {
        padding: 0 10px;
    }

    .btn {
        font-size: 15px;
        padding: 8px 24px;
    }

    .hero__top {
        padding: 24px 0 44px 0;
    }

    .lang a {
        font-size: 14px;
    }

    .brand {
        width: 140px;
    }

    .lang a img {
        display: none;
    }

    .hero__link {
        width: 54px;
        font-size: 10px;
    }

    .btn.btn--primary {
        font-size: 12px;
        padding: 8px 8px;
    }

    .title-1,
    .title-2 {
        font-size: 32px;
    }

    .page-id-71 .title-1 {
        font-size: 32px;
    }

    .page-id-71 .title-2 {
        font-size: 32px;
    }

    .hero__title span {
        line-height: 120%;
    }

    .section-name {
        line-height: 116%;
        letter-spacing: 0.2em;
        font-size: 15px;
    }

    .hero__title span:last-child::before {
        width: 28px;
        margin: 12px;
    }

    .hero__title-wrapper {
        margin-left: 12px;
        padding-bottom: 100px;
    }

    .title-3 {
        font-size: 24px;
        line-height: 124%;
    }

    .hero__about-text {
        line-height: 140%;
        font-size: 14px;
    }

    .hero__grid {
        padding: 0px 0 66px;
    }

    .hero__right {
        padding-top: 210px;
    }

    .img-card.btm-brd::before {
        top: 18px;
        bottom: -18px;
        left: -14px;
        right: 14px;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 44%;
        top: -68px;
    }

    .hero__gold--lt {
        top: 21%;
    }

    .hero__gold--rb {
        bottom: -11px;
        width: 36%;
    }
}

.main {
    background: #f7f4f1;
}


/* === MAP === */
.address-container {
    position: relative;
}

.map-inner {
    height: 810px;
    overflow: hidden;
}

.contact-card {
    backdrop-filter: blur(24px);
    background: #1c1a1b;
    color: #fff;
    padding: 31px 32px;
    border-radius: 12px;
    width: 342px;
    position: absolute;
    overflow: hidden;
    bottom: 76px;
    left: 18px;
    z-index: 2;
}

.contact-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
}

.contact-card p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}

.contact-card p span {
    display: block;
    margin-bottom: 8px;
}


.contact-card__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    color: #cdae7e;
}

.contact-card__link:hover {
    color: #fff;
}

.address__gold--lt {
    left: 197px;
    bottom: 42px;
    z-index: 2;
}

.map-embed {
    filter: saturate(0.6) brightness(0.85) contrast(1.3) grayscale(0.2) hue-rotate(251deg);
}

/* === CONTACT US === */
.contact-us {
    padding: 67px 0 8px;
}

.contact-us__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.contact-us__image {
    flex: 0 0 266px;
    position: relative;
}

.contact-us__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.contact-us__info {
    flex: 1;
    display: flex;
    max-width: 560px;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 137%;
    color: #1c1a1b;
}

.contact-us__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 102%;
    text-transform: capitalize;
    color: #1c1a1b;
    margin-bottom: 51px;
    margin-top: 24px;
}

.page-id-71 .contact-us__title {
    font-size: 56px;
}

.contact-us__info a {
    color: #1c1a1b;
}

.contact-us__info a:hover {
    color: #cdae7e;
}

.contact-us__email {
    border-top: 1px solid #cdae7e;
    padding-top: 7px;
    margin-top: 7px;
}


/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .map-inner {
        height: auto;
    }
}

@media (max-width: 900px) {
    .contact-card {
        padding: 16px 20px;
        width: 290px;
        bottom: 28px;
    }

    .address__gold--lt {
        width: 18%;
    }

    .address__gold--lt {
        width: 18%;
    }

    .contact-us__title {
        font-size: 48px;
    }

    .page-id-71 .contact-us__title {
        font-size: 36px;
    }

    .contact-us__info {
        font-size: 28px;
        max-width: 386px;
    }

    .contact-us {
        padding: 46px 0 8px;
    }
}

@media (max-width: 768px) {
    .contact-us__image {
        flex: 0 0 192px;
    }

    .contact-us__title {
        font-size: 36px;
    }

    .page-id-71 .contact-us__title {
        font-size: 32px;
    }

    .contact-us__info {
        font-size: 24px;
    }
}

@media (max-width: 560px) {
    .address__gold--lt {
        display: none;
    }

    .map-inner iframe {
        height: 500px !important;
    }

    .contact-card {
        padding: 12px 16px;
        width: 180px;
        bottom: -24px;
        left: 10px;
    }

    .contact-card__title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .page-id-71 .contact-us__title {
        font-size: 24px;
    }

    .contact-card p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .contact-card p span {
        margin-bottom: 2px;
    }

    .contact-us {
        padding: 70px 0 30px;
    }

    .contact-us__image {
        max-width: 110px;
        flex: 1
    }

    .contact-us__info {
        font-size: 18px;
        max-width: 240px;
    }

    .contact-us__title {
        font-size: 28px;
        margin-bottom: 22px;
        margin-top: 2px;
    }
}

/* ===== Footer ===== */
.footer {
    background: #1c1a1b;
    padding: 97px 0 0;
    position: relative;
    overflow: hidden;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start
}

.footer__logo img {
    width: 513px;
    margin-top: 140px;
}

.footer__contact {
    text-align: left;
    border-left: 1px solid #fff;
    padding: 88px 206px 110px;
    position: relative;
}

.footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #f8f5f0;
    margin-bottom: 32px;
}

.footer__contact ul {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
}

.footer__contact ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer__contact p {
    width: 261px;
    padding-top: 20px;
    border-top: 1px solid #cdae7e
}

.footer__contact a {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.footer__contact a:hover {
    color: #cdae7e
}

.footer__contact a:not(:last-child) {
    margin-bottom: 8px;
}

.footer__gold--rt {
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media (max-width: 1280px) {
    .footer__logo {
        padding: 0 40px;
    }

    .footer__contact {
        padding: 66px 80px 86px;
    }
}

@media (max-width: 900px) {
    .footer__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
        justify-items: center;
    }

    .footer__contact {
        border-left: none;
        padding: 66px 0px 86px;

    }

    .footer__logo img {
        margin-top: 100px;
    }

    .footer__decor {
        width: 120px;
        height: 120px;
    }

    .footer__gold--rt {
        width: 34%;
    }
}

@media (max-width: 560px) {
    .footer {
        padding: 40px 0 0;
    }

    .footer__logo img {
        margin-top: 50px;
    }

    .footer__contact {
        padding: 40px 0px 82px;
    }
}

/* === EVENTS === */
.events {
    padding: 140px 0;
}

.events__title {
    text-align: center;
    margin-bottom: 98px;
}

.events__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1288px;
    margin: 0 auto;
}

.event-group .event-item:not(:first-child) {
    border-top: 1px solid #cdae7e;
}

/* Каждая строка события */
.event-item {
    background-color: #fff;
    padding: 12px 24px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    position: relative;
}

/* Дополнительный отступ между разными датами */
.event-item+.event-item[data-date]:not([data-date=""])::before {
    content: "";
    display: block;
    height: 12px;
    background: transparent;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
}

/* Заголовок строки */
.event-header {
    display: grid;
    grid-template-columns: 66px 1fr 130px 15px;
    align-items: center;
    font-size: 20px;
    color: #1c1a1b;
    line-height: 150%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-date {
    font-weight: 600;
    color: #cdae7e;
}

.event-name {
    font-weight: 600;
    margin-right: 8px;
}

.event-toggle {
    cursor: pointer;
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.05844 0H12.9416C13.1518 0.000874509 13.357 0.0635757 13.5313 0.180176C13.7056 0.296775 13.8411 0.462038 13.9208 0.655064C14.0004 0.848091 14.0206 1.06021 13.9787 1.26461C13.9368 1.469 13.8348 1.65649 13.6856 1.80337L7.75465 7.68805C7.65584 7.7869 7.53829 7.86535 7.40876 7.91889C7.27924 7.97243 7.14031 8 7 8C6.85968 8 6.72076 7.97243 6.59124 7.91889C6.46171 7.86535 6.34416 7.7869 6.24535 7.68805L0.314411 1.80337C0.165159 1.65649 0.0631517 1.469 0.0212895 1.26461C-0.0205726 1.06021 -0.000410408 0.848091 0.0792274 0.655064C0.158865 0.462038 0.294402 0.296775 0.468698 0.180176C0.642995 0.0635757 0.848224 0.000874509 1.05844 0Z' fill='%231C1A1B'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.3s ease;
}

/* Описание по умолчанию скрыто */
.event-content {
    display: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    padding-top: 12px;
}

/* Активное состояние */
.event-item.active {
    background-color: #1C1A1B
}

.event-item.active .event-header {
    color: #fff;
}

.event-item.active .event-time,
.event-item.active .event-name {
    color: #fff;
}

.event-item.active .event-content {
    display: block;
}

.event-item.active .event-toggle {
    transform: rotate(180deg);
    background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.05844 0H12.9416C13.1518 0.000874509 13.357 0.0635757 13.5313 0.180176C13.7056 0.296775 13.8411 0.462038 13.9208 0.655064C14.0004 0.848091 14.0206 1.06021 13.9787 1.26461C13.9368 1.469 13.8348 1.65649 13.6856 1.80337L7.75465 7.68805C7.65584 7.7869 7.53829 7.86535 7.40876 7.91889C7.27924 7.97243 7.14031 8 7 8C6.85968 8 6.72076 7.97243 6.59124 7.91889C6.46171 7.86535 6.34416 7.7869 6.24535 7.68805L0.314411 1.80337C0.165159 1.65649 0.0631517 1.469 0.0212895 1.26461C-0.0205726 1.06021 -0.000410408 0.848091 0.0792274 0.655064C0.158865 0.462038 0.294402 0.296775 0.468698 0.180176C0.642995 0.0635757 0.848224 0.000874509 1.05844 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E") center/contain no-repeat;
}

.events .btn {
    margin: 40px auto 0;
    display: flex;
    width: 197px;
    padding: 11px 0;
}

/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .events {
        padding: 110px 0;
    }

    .events__title {
        text-align: center;
        margin-bottom: 74px;
    }
}

@media (max-width: 900px) {
    .events {
        padding: 90px 0;
    }

    .events__title {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .events {
        padding: 70px 0 70px;
    }
}

@media (max-width: 560px) {
    .event-item {
        padding: 10px 14px;
    }

    .event-header {
        font-size: 16px;
        grid-template-columns: 52px 1fr 98px 15px;
        line-height: 128%;
    }

    .event-content {
        font-size: 14px;
        line-height: 134%;
    }

    .events .btn {
        margin: 30px auto 0;
    }
}

/* === Menu === */
.menu {
    padding: 0 0 140px;
}


.menu__title {
    margin-bottom: 86px;
    text-align: center;
}

.menu__tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.menu__tab {
    border: 1px solid #1C1A1B;
    background-color: #1C1A1B;
    color: #fff;
    padding: 11px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    min-width: 137px;
    height: 46px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu__tab.active {
    background: transparent;
    border: 1px solid #1C1A1B;
    color: #1C1A1B;
}

.menu-group {
    display: flex;
    flex-wrap: wrap;
    gap: 69px 64px;
    text-align: left;
    justify-content: center;
    border-bottom: 1px solid #CDAE7E;
    padding-bottom: 65px;
    margin: 64px 0;
}

.menu-item {
    flex: 0 0 29%;
}

.menu-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.menu-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--second-family);
    color: #1c1a1b;
    font-size: 20px;
    margin-bottom: 18px;
}

.menu-item__name {
    display: flex;
    align-items: baseline;
    flex: 1;
    position: relative;
}

.menu-item__name::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #CDAE7E;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.menu-item__name span {
    margin-left: 10px;
}

.menu-item__desc {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #1c1a1b;
}

/* Hide inactive tabs */
.menu__content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu__content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .menu {
        padding: 0 0 110px;
    }

    .menu__title {
        text-align: center;
        margin-bottom: 74px;
    }

    .menu-item {
        flex: 0 0 45%;
    }
}

@media (max-width: 900px) {
    .menu {
        padding: 0 0 90px;
    }

    .menu__title {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .menu {
        padding: 0 0 70px;
    }

    .menu-item {
        flex: 0 0 80%;
    }

    .menu-group {
        gap: 40px;
        margin: 50px 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 560px) {
    .menu__tabs {
        gap: 12px;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .menu__tab {
        width: auto;
        min-width: auto;
        height: 36px;
        padding: 6px 14px;
        white-space: nowrap;
    }

    .menu-group {
        gap: 24px;
        margin: 32px 0;
        padding-bottom: 32px;
    }

    .menu-item {
        flex: 0 0 90%;
    }

    .menu-item__head {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .menu-item__desc {
        font-size: 15px;
        line-height: 120%;
    }
}