

/* Start:/local/templates/terv_gold/css/hero.css?17805693295323*/
 .hero {
	 position: relative;
	 height: 100vh;
	 min-height: 850px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 overflow: hidden;
}
 .hero__bg {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: center/cover no-repeat;
}
 .hero__overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(180deg, rgba(27, 31, 43, 0.55) 0%, rgba(27, 31, 43, 0.30) 40%, rgba(27, 31, 43, 0.25) 60%, rgba(27, 31, 43, 0.60) 100%);
}
 .hero__particles {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 pointer-events: none;
}
 .hero__content {
	 position: relative;
	 z-index: 2;
	 text-align: center;
	 max-width: 820px;
	 padding: 48px 56px;
	 background: rgba(15, 18, 28, 0.35);
	 backdrop-filter: blur(2px);
	 border-radius: 4px;
}
 @media (max-width: 767px) {
	 .hero__content {
		 padding: 32px 24px;
		 margin: 0 20px;
	}
}
 @media (max-width: 575px) {
	 .hero__content {
		 padding: 24px 16px;
	}
}
 .hero__decorline {
	 width: 50px;
	 height: 1px;
	 background: #c9a96e;
	 margin: 0 auto 20px;
	 opacity: 0.7;
}
 .hero__label {
	 font-family: 'Montserrat', Arial, sans-serif;
	 font-size: 12px;
	 font-weight: 400;
	 color: #dbbf8c;
	 letter-spacing: 5px;
	 text-transform: uppercase;
	 margin-bottom: 18px;
	 text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
 @media (max-width: 575px) {
	 .hero__label {
		 font-size: 10px;
		 letter-spacing: 3px;
	}
}
 .hero__label-page {
	 font-size: 10px;
	 letter-spacing: 5px;
	 text-transform: uppercase;
	 color: #dbbf8c;
	 margin-bottom: 18px;
	 font-weight: 400;
	 font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}
 @media (max-width: 768px) {
	 .hero__label-page {
		 font-size: 9px;
		 letter-spacing: 3px;
	}
}
 @media (max-width: 576px) {
	 .hero__label-page {
		 font-size: 8px;
		 letter-spacing: 2px;
	}
}
 .hero__label-page::before, .hero__label-page::after {
	 content: '';
	 display: inline-block;
	 width: 28px;
	 height: 1px;
	 background: #c9a96e;
	 vertical-align: middle;
	 margin: 0 12px;
}
 @media (max-width: 768px) {
	 .hero__label-page::before, .hero__label-page::after {
		 width: 20px;
		 margin: 0 8px;
	}
}
 @media (max-width: 576px) {
	 .hero__label-page::before, .hero__label-page::after {
		 width: 15px;
		 margin: 0 6px;
	}
}
 .hero__title {
	 font-family: 'Cormorant', serif;
	 font-size: 64px;
	 font-weight: 700;
	 color: #fff;
	 line-height: 1.1;
	 margin-bottom: 10px;
	 text-shadow: 0 3px 20px rgba(0, 0, 0, 0.45);
}
 @media (max-width: 767px) {
	 .hero__title {
		 font-size: 48px;
	}
}
 @media (max-width: 575px) {
	 .hero__title {
		 font-size: 32px;
	}
}
 .hero__accent {
	 color: #c9a96e;
	 font-style: italic;
	 font-family: 'Georgia', serif;
	 font-weight: 400;
}
 .hero__accent-small {
	 font-size: 50px;
}
 .hero__subtitle {
	 font-family: 'Georgia', serif;
	 font-size: 16px;
	 font-weight: 400;
	 color: rgba(255, 255, 255, 0.92);
	 margin-bottom: 10px;
	 font-style: italic;
	 text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
 @media (max-width: 575px) {
	 .hero__subtitle {
		 font-size: 16px;
	}
}
 .hero__features {
	 display: flex;
	 justify-content: center;
	 gap: 28px;
	 margin: 24px 0 36px;
	 flex-wrap: wrap;
}
 @media (max-width: 575px) {
	 .hero__features {
		 gap: 16px;
	}
}
 .hero__feature {
	 display: flex;
	 align-items: center;
	 gap: 8px;
	 font-size: 13px;
	 color: rgba(255, 255, 255, 0.88);
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 1.5px;
	 text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
 @media (max-width: 575px) {
	 .hero__feature {
		 font-size: 10px;
		 letter-spacing: 1px;
	}
}
 .hero__dot {
	 width: 5px;
	 height: 5px;
	 background: #c9a96e;
	 border-radius: 50%;
	 flex-shrink: 0;
}
 .hero__buttons {
	 display: flex;
	 justify-content: center;
	 gap: 18px;
	 flex-wrap: wrap;
}
 .hero__scroll {
	 position: absolute;
	 bottom: 32px;
	 left: 50%;
	 transform: translateX(-50%);
	 z-index: 2;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 8px;
	 text-decoration: none;
	 color: #dbbf8c;
	 font-size: 9px;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 font-weight: 400;
	 opacity: 0.6;
	 transition: all 0.35s ease;
}
 .hero__scroll:hover {
	 opacity: 1;
}
 .hero__scroll-line {
	 width: 1px;
	 height: 36px;
	 background: #c9a96e;
	 position: relative;
	 overflow: hidden;
}
 .hero__scroll-line::after {
	 content: '';
	 position: absolute;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #fff;
	 animation: scrollDown 2.2s infinite;
}
 .particle {
	 position: absolute;
	 width: 3px;
	 height: 3px;
	 background: #c9a96e;
	 border-radius: 50%;
	 opacity: 0;
	 animation: floatUp 8s infinite;
}
 @keyframes floatUp {
	 0% {
		 transform: translateY(100vh) scale(0);
		 opacity: 0;
	}
	 10% {
		 opacity: 0.5;
	}
	 90% {
		 opacity: 0.5;
	}
	 100% {
		 transform: translateY(-80px) scale(1);
		 opacity: 0;
	}
}
 @keyframes scrollDown {
	 0% {
		 top: -100%;
	}
	 100% {
		 top: 100%;
	}
}
/* End */


/* Start:/local/templates/terv_gold/css/hall.css?17805628104499*/
.hall-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
@media (max-width: 767px) {
    .hall-block {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media (min-width: 768px) {
    .hall-block--reverse {
        direction: rtl;
    }
    .hall-block--reverse > * {
        direction: ltr;
    }
}
.hall-block__gallery {
    width: 100%;
    transition: transform 0.5s;
    overflow: hidden;
}
.hall-block__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.35s ease;
}
.hall-block__img:hover {
    transform: scale(1.02);
}
.hall-block__img--main {
    height: 420px;
    object-fit: cover;
}
@media (max-width: 860px) {
    .hall-block__img--main {
        height: 280px;
    }
}
@media (max-width: 767px) {
    .hall-block__img--main {
        height: 380px;
    }
}
@media (max-width: 520px) {
    .hall-block__img--main {
        height: 280px;
    }
}
.hall-block__img:hover {
    opacity: 0.95;
}
.hall-block__thumbs {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.hall-block__thumb {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.35s ease;
}
.hall-block__thumb:hover {
    transform: scale(1.02);
}
@media (max-width: 860px) {
    .hall-block__thumb {
        height: 130px;
    }
}
@media (max-width: 767px) {
    .hall-block__thumb {
        height: 190px;
    }
}
@media (max-width: 520px) {
    .hall-block__thumb {
        height: 130px;
    }
}
.hall-block__name {
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 700;
    color: #242836;
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    .hall-block__name {
        font-size: 26px;
    }
}
.hall-block__desc {
    font-size: 14px;
    color: #777;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 4px;
}
.hall-features {
    list-style: none;
    margin: 24px 0 32px;
}
.hall-features__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0edea;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.hall-features__item:last-child {
    border-bottom: none;
}
.hall-features__check {
    color: #c9a96e;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
.hall-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a96e, transparent);
    margin: 64px 0;
}
@media (max-width: 767px) {
    .hall-divider {
        margin: 48px 0;
    }
}

.hall-wedding-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.hall-wedding-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.hall-wedding-photos .photo-main {
    grid-column: span 2;
    aspect-ratio: 1.7777777778;
    overflow: hidden;
}
.hall-wedding-photos .photo-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}
.hall-wedding-photos .photo-main:hover img {
    transform: scale(1.03);
}
.hall-wedding-photos .photo-sm {
    aspect-ratio: 1.3333333333;
    overflow: hidden;
}
.hall-wedding-photos .photo-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}
.hall-wedding-photos .photo-sm:hover img {
    transform: scale(1.04);
}
.hall-wedding-title {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 16px;
}
.hall-wedding-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 28px;
    font-weight: 300;
}
.hall-features {
    list-style: none;
}
.hall-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--cream-dark);
    font-size: 14px;
    color: var(--text);
}
.hall-features li:last-child {
    border-bottom: none;
}
.hall-check {
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
/* End */


/* Start:/local/templates/terv_gold/css/modal.css?17805626972014*/
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.modal.active {
    display: flex;
}
.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.modal__container {
    background: #faf8f5;
    max-width: 460px;
    width: 100%;
    padding: 44px 36px;
    position: relative;
    z-index: 10;
}
@media (max-width: 575px) {
    .modal__container {
        padding: 32px 24px;
    }
}
.modal__container--gallery {
    max-width: 90vw;
    max-height: 90vh;
    padding: 0;
    background: transparent;
}
.modal__container--gallery img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
}
.modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #777;
    line-height: 1;
}
.modal__close:hover {
    color: #242836;
}
.modal__title {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-weight: 700;
    color: #242836;
    margin-bottom: 6px;
}
.modal__subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 28px;
    line-height: 1.6;
}
.modal__form-wrap {
    display: block;
}
.modal__success {
    display: none;
    text-align: center;
    padding: 20px 0;
}
.modal__success.active {
    display: block;
}
.modal__success-icon {
    font-size: 44px;
    margin-bottom: 16px;
}
.modal__success-title {
    font-family: 'Cormorant', serif;
    font-size: 26px;
    font-weight: 700;
    color: #242836;
    margin-bottom: 8px;
}
.modal__success-text {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}
.modal__gallery-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
/* End */


/* Start:/local/templates/terv_gold/css/about.css?17805623462745*/
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
@media (max-width: 767px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.about__image {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    cursor: pointer;
}
.about__image img {
    width: 95%;
    height: 460px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    transition: transform 0.5s;
    overflow: hidden;
}
@media (max-width: 575px) {
    .about__image img {
        height: 320px;
    }
}
.about__image:hover img {
    transform: scale(1.01);
}
.about__image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 90px;
    height: 90px;
    border-top: 2px solid #c9a96e;
    border-left: 2px solid #c9a96e;
    pointer-events: none;
}
.about__image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 90px;
    height: 90px;
    border-bottom: 2px solid #c9a96e;
    border-right: 2px solid #c9a96e;
    pointer-events: none;
}
.about__label {
    font-size: 11px;
    font-weight: 600;
    color: #c9a96e;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.about__dec {
    width: 48px;
    height: 1px;
    background: #c9a96e;
    margin-bottom: 20px;
}
.about__dec-bottom {
    width: 48px;
    height: 1px;
    background: #c9a96e;
    margin: 20px 0 28px;
}
.about__title {
    font-family: 'Cormorant', serif;
    font-size: 40px;
    font-weight: 700;
    color: #242836;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .about__title {
        font-size: 32px;
    }
}
.about__text {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    margin-bottom: 18px;
    font-weight: 300;
}
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #f0edea;
}
@media (max-width: 575px) {
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
.stats__item {
    text-align: center;
}
.stats__number {
    font-family: 'Cormorant', serif;
    font-size: 38px;
    font-weight: 700;
    color: #c9a96e;
    line-height: 1;
}
@media (max-width: 575px) {
    .stats__number {
        font-size: 32px;
    }
}
.stats__star {
    font-size: 19px;
}
.stats__label {
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    font-weight: 300;
}
/* End */


/* Start:/local/templates/terv_gold/css/adv.css?17805620001367*/
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
@media (max-width: 1220px) {
    .advantages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 920px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 620px) {
    .advantages-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
.card {
    aspect-ratio: 1;
    text-align: center;
    padding: 32px 18px;
    background: #fff;
    border: 1px solid #f0edea;
    border-radius: 4px;
    transition: all 0.35s ease;
}
.card:hover {
    border-color: #dbbf8c;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}
.card__icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.card__icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card__title {
    font-family: 'Cormorant', serif;
    font-size: 19px;
    font-weight: 600;
    color: #242836;
    margin-bottom: 8px;
}
.card__text {
    font-size: 13px;
    color: #777;
    font-weight: 300;
    line-height: 1.6;
}
/* End */


/* Start:/local/templates/terv_gold/css/booking.css?17806430902940*/
.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}
@media (max-width: 767px) {
    .booking-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.booking__image {
    position: relative;
}
.booking__img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .booking__img {
        height: 380px;
    }
}
.booking__manager {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    background: rgba(27, 31, 43, 0.9);
    backdrop-filter: blur(12px);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 575px) {
    .booking__manager {
        padding: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}
.booking__manager-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c9a96e;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #242836;
    border: 2px solid rgba(201, 169, 110, 0.4);
}
.booking__manager-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}
.booking__manager-text strong {
    color: #c9a96e;
}
.booking__success {
    text-align: center;
    padding: 60px 20px;
}
.booking__success-icon {
    font-size: 44px;
    margin-bottom: 20px;
}
.booking__success-title {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    color: #242836;
    margin-bottom: 12px;
}
.booking__success-text {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
}
.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 575px) {
    .form__row {
        grid-template-columns: 1fr;
    }
}
.form__group {
    margin-bottom: 18px;
}
.form__label {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 7px;
    font-weight: 500;
}
.form__input, .form__select, .form__textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
    appearance: none;
    -webkit-appearance: none;
}
.form__input:focus, .form__select:focus, .form__textarea:focus {
    border-color: #c9a96e;
}
.form__textarea {
    resize: vertical;
    min-height: 90px;
}
.form__privacy {
    font-size: 11px;
    color: #777 !important;
    line-height: 1.6;
    margin-bottom: 22px;
}
.form__privacy a {
    color: #c9a96e !important;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/terv_gold/css/contacts.css?17805625742385*/
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 52px;
}
@media (max-width: 767px) {
    .contacts-grid {
        grid-template-columns: 1fr;
    }
}
.contacts__info {
    background: #242836;
    padding: 48px 44px;
    color: #fff;
    border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
    .contacts__info {
        border-radius: 4px 4px 0 0;
    }
}
@media (max-width: 575px) {
    .contacts__info {
        padding: 32px 24px;
    }
}
.contacts__title {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fff;
}
.contacts__socials {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contacts__map {
    height: 100%;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .contacts__map {
        border-radius: 4px 0 0 4px;
    }
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: none;
    display: block;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}
.contact-item__icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}
.contact-item__label {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 5px;
    font-weight: 500;
}
.contact-item__value {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
}
.contact-item__value a {
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease;
}
.contact-item__value a:hover {
    color: #c9a96e;
}
.contact-item__note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    display: block;
    margin-top: 4px;
}
.social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.35s ease;
}
.social-link:hover {
    border-color: #c9a96e;
    color: #c9a96e;
}
/* End */


/* Start:/local/templates/terv_gold/css/event.css?17805622081662*/
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media (max-width: 767px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}
.event-card {
    position: relative;
    height: 320px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
    display: block;
}
@media (max-width: 575px) {
    .event-card {
        height: 260px;
    }
}
.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
}
.event-card:hover img {
    transform: scale(1.05);
}
.event-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.event-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(27, 31, 43, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}
.event-card__title {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}
@media (max-width: 575px) {
    .event-card__title {
        font-size: 22px;
    }
}
.event-card__text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    margin-bottom: 12px;
    line-height: 1.5;
}
.event-card__link {
    font-size: 11px;
    font-weight: 600;
    color: #c9a96e;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.35s ease;
}
.event-card__link:hover {
    color: #dbbf8c;
}
/* End */


/* Start:/local/templates/terv_gold/css/faq.css?17805639521533*/
.faq__list {
    max-width: 800px;
}
.faq__item {
    border-bottom: 1px solid #f0edea;
    overflow: hidden;
}
.faq__question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: all 0.35s ease;
    padding-right: 5px;
}
.faq__question:hover {
    color: #c9a96e;
}
.faq__question.active {
    color: #c9a96e;
}
@media (max-width: 768px) {
    .faq__question {
        font-size: 18px;
        padding: 18px 0;
        padding-right: 5px;
    }
}
.faq__icon {
    font-size: 24px;
    font-weight: 400;
    color: #c9a96e;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    line-height: 0;
    width: 9.55px;
    height: 9.55px;
}
.faq__question.active .faq__icon {
    transform: rotate(45deg);
}
.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.faq__answer.open {
    max-height: 300px;
}
@media (max-width: 768px) {
    .faq__answer.open {
        max-height: 400px;
    }
}
.faq__answer p {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    padding-bottom: 24px;
    font-weight: 300;
    margin: 0;
}
@media (max-width: 768px) {
    .faq__answer p {
        font-size: 14px;
        padding-bottom: 18px;
    }
}
/* End */


/* Start:/local/templates/terv_gold/css/fonts.css?17809055971903*/
@font-face {
  font-family: 'Georgia';
  src: url('/local/templates/terv_gold/fonts/Georgia/georgia_0_med.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('/local/templates/terv_gold/fonts/Georgia/georgiai_0_med_it.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('/local/templates/terv_gold/fonts/Georgia/georgiab_0_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('/local/templates/terv_gold/fonts/Georgia/georgiaz_0_bold_it.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/terv_gold/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/terv_gold/fonts/Montserrat/Montserrat-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/terv_gold/fonts/Montserrat/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('/local/templates/terv_gold/fonts/Cormorant/Cormorant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Сormorant';
  src: url('/local/templates/terv_gold/fonts/Cormorant/Cormorant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* End */


/* Start:/local/templates/terv_gold/css/gallery.css?1780562401657*/
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 8px;
}
@media (max-width: 767px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .gallery {
        grid-auto-rows: 160px;
    }
}
.gallery__item {
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
}
.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.gallery__item:hover img {
    transform: scale(1.06);
}
.gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
}
/* End */


/* Start:/local/templates/terv_gold/css/packages.css?17805628643453*/
.packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 992px) {
    .packages {
        grid-template-columns: repeat(2, 1fr);
    }
    .packages__card:nth-child(3) {
        grid-column: -1;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .packages {
        grid-template-columns: 1fr;
    }
    .packages__card:nth-child(3) {
        grid-column: auto;
        margin: 0 0;
    }
}
.packages__card {
    background: #fff;
    border: 1px solid #f0edea;
    padding: 36px 28px;
    position: relative;
    transition: all 0.35s ease;
    border-radius: 4px;
}
.packages__card:hover {
    border-color: #c9a96e;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.packages__card--featured {
    border-color: #c9a96e;
    background: #242836;
}
.packages__card--featured .packages__name {
    color: #fff;
}
.packages__card--featured .packages__price {
    color: #c9a96e;
}
.packages__card--featured .packages__item {
    color: rgba(255, 255, 255, 0.75);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.packages__card--featured .packages__item::before {
    color: #c9a96e;
}
.packages__card--featured .packages__btn {
    background: transparent;
    border-color: #c9a96e;
    color: #c9a96e;
}
.packages__card--featured .packages__btn:hover {
    background: #c9a96e;
    color: #242836;
}
.packages__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #c9a96e;
    color: #242836;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 16px;
    white-space: nowrap;
    border-radius: 2px;
}
.packages__name {
    font-family: 'Cormorant', serif;
    font-size: 26px;
    font-weight: 700;
    color: #242836;
    margin-bottom: 8px;
    text-align: center;
}
@media (max-width: 768px) {
    .packages__name {
        font-size: 24px;
    }
}
.packages__price {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #c9a96e;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .packages__price {
        font-size: 18px;
    }
}
.packages__divider {
    width: 40px;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 24px;
    opacity: 0.5;
}
.packages__list {
    list-style: none;
    margin-bottom: 28px;
}
.packages__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #333;
    padding: 8px 0;
    border-bottom: 1px solid #f0edea;
    font-weight: 300;
    line-height: 1.5;
}
.packages__item::before {
    content: '✓';
    color: #c9a96e;
    font-weight: 700;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .packages__item {
        font-size: 12px;
        padding: 6px 0;
    }
}
.packages__btn {
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1px solid #c9a96e;
    color: #c9a96e;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.35s ease;
    border-radius: 2px;
}
.packages__btn:hover {
    background: #c9a96e;
    color: #242836;
}
/* End */


/* Start:/local/templates/terv_gold/css/reviews.css?17806398642782*/
.reviews-slider {
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.reviews-slider .swiper-wrapper {
    display: flex;
}
.reviews-slider .swiper-slide {
    height: auto;
    display: flex;
}
.reviews-slider .review-card {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px 32px;
    transition: transform 0.3s ease;
}
@media (max-width: 575px) {
    .reviews-slider .review-card {
        padding: 24px 20px;
    }
}
.reviews-slider .review-card:hover {
    transform: translateY(-4px);
}
.reviews-slider .review-card__stars {
    color: #c9a96e;
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.reviews-slider .review-card__text {
    font-family: 'Cormorant', serif;
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 24px;
}
@media (max-width: 575px) {
    .reviews-slider .review-card__text {
        font-size: 16px;
    }
}
.reviews-slider .review-card__author {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
}
.reviews-slider .review-card__type {
    font-size: 11px;
    color: #c9a96e;
    margin-top: 4px;
    letter-spacing: 1px;
}
.reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
    color: #c9a96e;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.reviews-slider .swiper-button-prev::after, .reviews-slider .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}
.reviews-slider .swiper-button-prev:hover, .reviews-slider .swiper-button-next:hover {
    color: #c9a96e;
}
@media (max-width: 575px) {
    .reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
        display: none;
    }
}
.reviews-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}
.reviews-slider .swiper-pagination-bullet-active {
    background: #c9a96e;
}
.reviews__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.reviews__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ratings {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.ratings__badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 11px 18px;
    font-size: 13px;
    color: #fff;
}
.ratings__badge strong {
    color: #c9a96e;
}

.swiper-wrapper {
    height: auto !important;
}
/* End */


/* Start:/local/templates/terv_gold/css/swiper-bundle.min.css?178055474714621*/
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/local/templates/terv_gold/styles.css?17805646875790*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,main,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;font-size:inherit;color:inherit;background-color:inherit;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color:inherit;}
a:hover{text-decoration: none;color:inherit;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	 scroll-behavior: smooth;
}
@media (max-width: 767px) {
	html {
		scroll-behavior: auto;
}
}
body {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #333;
	background: #faf8f5;
	line-height: 1.6;
	overflow-x: hidden;
}
body.menu-open, body.modal-open {
	overflow: hidden;
}
.container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 36px;
}
@media (max-width: 767px) {
	.container {
		padding: 0 24px;
	}
}
@media (max-width: 575px) {
	.container {
		padding: 0 16px;
	}
}
.gold {
	color: #c9a96e;
	font-style: italic;
	font-family: 'Georgia', serif;
	font-weight: 600;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: 'Montserrat', Arial, sans-serif;
	cursor: pointer;
	transition: all 0.35s ease;
	border: none;
	background: none;
	text-decoration: none;
}
.btn--primary {
	padding: 15px 36px;
	background: #c9a96e;
	color: #242836;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 2px solid #c9a96e;
}
 @media (max-width: 575px) {
	.btn--primary {
		 padding: 12px 24px;
	}
}
.btn--primary:hover {
	background: #b8944f;
	border-color: #b8944f;
	transform: translateY(-2px);
}
.btn--secondary {
	padding: 15px 36px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 575px) {
	.btn--secondary {
		padding: 12px 24px;
	}
}
.btn--secondary:hover {
	border-color: #c9a96e;
	color: #c9a96e;
	background: rgba(201, 169, 110, 0.08);
	transform: translateY(-2px);
}
.btn--outline {
	padding: 9px 22px;
	background: transparent;
	border: 1px solid #c9a96e;
	color: #c9a96e;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn--outline:hover {
	background: #c9a96e;
	color: #242836;
}
.btn--outline-gold {
	background: transparent;
	color: #c9a96e !important;
	border: 1px solid rgba(201, 169, 110, 0.4);
	padding: 12px 26px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn--outline-gold:hover {
	background: rgba(201, 169, 110, 0.1);
	border-color: #c9a96e;
}
.btn--outline-white {
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 12px 26px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn--outline-white:hover {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}
.btn--submit {
	width: 100%;
	background: #c9a96e;
	color: #242836;
	padding: 17px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn--submit:hover {
	background: #b8944f;
}

.section {
	padding: 90px 0;
}
@media (max-width: 767px) {
	.section {
		padding: 60px 0;
	}
}
@media (max-width: 575px) {
	.section {
		padding: 48px 0;
	}
}
.section--dark-cream {
	background: #f7f5e9;
}
.section--white {
	background: #fff;
}
.section--cream {
	background: #faf8f5;
}
.section--dark {
	background: #242836;
}
 .section__label {
	 font-family: 'Montserrat', Arial, sans-serif;
	 font-size: 11px;
	 font-weight: 600;
	 color: #c9a96e;
	 letter-spacing: 4px;
	 text-transform: uppercase;
	 margin-bottom: 14px;
	 text-align: left;
	 display: flex;
	 align-items: center;
	 gap: 12px;
}
.section__label::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #c9a96e;
	flex-shrink: 0;
}
.section--dark .section__label {
	color: #dbbf8c;
}
.section--dark .section__label::before {
	background: #dbbf8c;
}
.section__title {
	font-family: 'Cormorant', serif;
	font-size: 44px;
	font-weight: 700;
	color: #242836;
	line-height: 1.2;
	margin-bottom: 16px;
	text-align: left;
}
@media (max-width: 767px) {
	.section__title {
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	.section__title {
		font-size: 28px;
	}
}
.section--dark .section__title {
	color: #fff;
}
.section__subtitle {
	font-size: 15px;
	color: #777;
	text-align: left;
	max-width: 600px;
	margin: 0 0 52px;
	font-weight: 300;
	line-height: 1.7;
}
@media (max-width: 575px) {
	.section__subtitle {
		margin-bottom: 36px;
		font-size: 14px;
	}
}
.section--dark .section__subtitle {
	color: #d8d8d8;
}

.fade-in {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}
.text-center {
	text-align: center;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
/* End */


/* Start:/local/templates/terv_gold/template_styles.css?17805742047476*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.35s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.header.scrolled {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.header.scrolled .header__container {
    height: 120px;
}
.header.scrolled .logo {
    height: 80px;
}
.header__color-cont {
    height: 100%;
    background: rgba(27, 31, 43, 0.85);
}
.header__container {
    max-width: 1340px;
    height: 135px;
    margin: 0 auto;
    padding: 0 36px;
    padding-bottom: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition-duration: 300ms;
}
@media (max-width: 730px) {
    .header__container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 450px) {
    .header__container {
        height: 110px;
    }
}
.header__nav {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c9a96e7c;
}
@media (max-width: 970px) {
    .header__nav {
        height: 0;
    }
}
.header__right {
    width: 300px;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 767px) {
    .header__right {
        gap: 12px;
    }
}
@media (max-width: 730px) {
    .header__right {
        width: auto;
    }
}
@media (max-width: 970px) {
    .header__right .btn--outline {
        display: none;
    }
    .header__right {
        justify-content: end;
        width: 200px;
    }
}
.header__phone {
    font-size: 12px;
    font-weight: 600;
    color: #dbbf8c !important;
    text-decoration: none;
    transition: all 0.35s ease;
    font-family: 'Montserrat';
}
.header__phone:hover {
    color: #c9a96e;
}
@media (max-width: 575px) {
    .header__phone {
        font-size: 12px;
    }
}
.logo {
    position: relative;
    height: 100px;
    width: 200px;
    transition-duration: 300ms;
    display: block;
}
@media (max-width: 450px) {
    .logo {
        height: 70px;
        width: 160px;
    }
}
.logo > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.left {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 300px;
}
@media (max-width: 970px) {
    .left {
        width: 200px;
    }
}
@media (max-width: 730px) {
    .left {
        display: none;
    }
}
.left__name {
    font-family: 'Cormorant', serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
}
@media (max-width: 575px) {
    .left__name {
        font-size: 20px;
    }
}
.left__accent {
    color: #c9a96e;
}
.left__tagline {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    color: #dbbf8c;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}
@media (max-width: 970px) {
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #242836;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        transition: all 0.35s ease;
        z-index: 999;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
    }
    .nav.active {
        right: 0;
    }
}
.nav__link {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.35s ease;
    padding: 4px 0;
    line-height: 1;
    font-family: 'Montserrat';
}
@media (max-width: 991px) {
    .nav__link {
        font-size: 14px;
    }
}
.nav__link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c9a96e;
    transition: all 0.35s ease;
}
.nav__link:hover {
    color: #c9a96e;
}
.nav__link:hover::after {
    width: 100%;
}
.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}
@media (max-width: 970px) {
    .burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
.burger__line {
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all 0.35s ease;
}
.burger.active .burger__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.burger.active .burger__line:nth-child(2) {
    opacity: 0;
}
.burger.active .burger__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}   

.footer {
    background: #242836;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 60px 0 0;
}
@media (max-width: 575px) {
    .footer {
        padding: 40px 0 0;
    }
}
.footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}
@media (max-width: 767px) {
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
.footer__brand p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}
.footer__logo {
    position: relative;
    width: 360px;
    height: 160px;
}
@media (max-width: 860px) {
    .footer__logo {
        width: 250px;
        height: 120px;
    }
}
.footer__logo > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer__socials {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.footer__social-link {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.35s ease;
}
.footer__social-link:hover {
    border-color: #c9a96e;
    color: #c9a96e;
}
.footer__title {
    font-family: 'Cormorant', serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}
.footer__links {
    list-style: none;
}
.footer__links li {
    margin-bottom: 10px;
}
.footer__links a {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: all 0.35s ease;
}
.footer__links a:hover {
    color: #c9a96e;
}
.footer__booking-link {
    color: #c9a96e !important;
}
.footer__bottom {
    max-width: 1340px;
    margin: 40px auto 0;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }
}
.footer__bottom a {
    color: #c9a96e;
    text-decoration: none;
}
/* End */
/* /local/templates/terv_gold/css/hero.css?17805693295323 */
/* /local/templates/terv_gold/css/hall.css?17805628104499 */
/* /local/templates/terv_gold/css/modal.css?17805626972014 */
/* /local/templates/terv_gold/css/about.css?17805623462745 */
/* /local/templates/terv_gold/css/adv.css?17805620001367 */
/* /local/templates/terv_gold/css/booking.css?17806430902940 */
/* /local/templates/terv_gold/css/contacts.css?17805625742385 */
/* /local/templates/terv_gold/css/event.css?17805622081662 */
/* /local/templates/terv_gold/css/faq.css?17805639521533 */
/* /local/templates/terv_gold/css/fonts.css?17809055971903 */
/* /local/templates/terv_gold/css/gallery.css?1780562401657 */
/* /local/templates/terv_gold/css/packages.css?17805628643453 */
/* /local/templates/terv_gold/css/reviews.css?17806398642782 */
/* /local/templates/terv_gold/css/swiper-bundle.min.css?178055474714621 */
/* /local/templates/terv_gold/styles.css?17805646875790 */
/* /local/templates/terv_gold/template_styles.css?17805742047476 */
