@font-face {
    font-family: 'IBMPlexSerif';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./fonts/IBMPlexSerif-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'IBMPlexSerif';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("./fonts/IBMPlexSerif-Medium.ttf") format("truetype");
}

h1,h2,h3,h4,h5{
    font-family: 'IBMPlexSerif';
    font-weight: 500;
}

.popup__list .corporate-events__form-field {
    margin-top: 0;
}

.popup__list .corporate-events__privacy-notice, .popup__list a, .popup__list .privacy-notice {
    color: black;
}

.popup__list .corporate-events__submit-button {
    padding: 14px 40px;
    margin-top: 24px;
}

.mod.mod--form .mod__title {
    margin-bottom: 0 !important;
}

.mod__close::before, .mod__close::after {
    background: black !important;
}

.mod__close {
    top: 15px;
    right: 15px;
}

.vertical-multilevel-menu li {
    list-style-type: none;
}

.vertical-multilevel-menu li a {
    width: 100%;
    display: inline-block;
    padding-left: 35px;
}

.case {
    padding-bottom: 0;
}

/* Общий контейнер страницы со снятым оформлением (свойство раздела SHOW_CASE=N):
   убираем max-width и боковые паддинги, чтобы блоки конструктора со своими
   контейнерами выводились на всю ширину. Специфичность .case.case--flush (0-2-0)
   перебивает базовое .case{max-width:1680px;padding:0 5vw} и адаптивные .case{padding:Xvw}. */
.case.case--flush {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.hidden {
    display: none;
}

.breadcrumbs__name {
    text-transform: capitalize;
}
/* form REVIEW */

.contact-description {
    max-width: 520px;
    margin-top: 10px;
}

.grecaptcha {
    font-size: 0.8rem;
}

.catalog-reviews-item__top {
    display: flex;
    flex-wrap: wrap;
}

.review-files {
    margin: 10px 0;
}

.rating polygon:hover {
    cursor: pointer;
    transition: 500ms;
}

.rating polygon:hover {
    fill: gold;
}

.rating polygon {
    fill: lightgray;
}

.rating polygon.active {
    fill: gold;
}

.field__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.field__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.field__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field__file-fake {
    min-height: 3.0625rem;
    background: #f8f8f8;
    border-radius: 0.625rem 0 0 0.625rem;
    padding: 0 1.875rem;
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d4dbea;
    border-right: none;
    -webkit-border-radius: 0.625rem 0 0 0.625rem;
    -moz-border-radius: 0.625rem 0 0 0.625rem;
    -ms-border-radius: 0.625rem 0 0 0.625rem;
    -o-border-radius: 0.625rem 0 0 0.625rem;
    color: #bcbdcd;
    line-height: 1.1;
    font-size: 1rem;
    font-family: Nunito;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.field__file-fake.no-border {
    border: 1px solid transparent;
}

.field__wrapper .field__file-button {
    width: 130px;
    height: 3.0625rem;
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0.625rem 0.625rem 0;
    cursor: pointer;
    -webkit-border-radius: 0 0.625rem 0.625rem 0;
    -moz-border-radius: 0 0.625rem 0.625rem 0;
    -ms-border-radius: 0 0.625rem 0.625rem 0;
    -o-border-radius: 0 0.625rem 0.625rem 0;
}


/* end form REVIEW */


/* personal */

.bx-auth-serv-icons {
    text-align: center;
}

.personal-section {
    display: flex;
    flex-wrap: wrap;
}

.personal-section__box {
    width: calc(100%/4 - 30px);
    margin: 15px;
}

@media (max-width: 767px) {
    .personal-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }

    .personal-section__box {
        width: auto;
        margin: 0;
    }

    .personal-section__box .sale-personal-section-index-block {
        height: 100%;
    }
}

/* end of personal*/


/* pagination */

.bx-pag-prev.pagination__link span,
.bx-pag-next.pagination__link span {
    background: transparent;
    line-height: 28px;
    padding: 0;
    font-size: 0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #000;
    border-radius: 0;
    width: 10px;
    height: 10px;
    min-width: 10px;
    line-height: 15px;
}

.bx-pag-next.pagination__link span {
    transform: translateX(-2px) rotate(-45deg);
    -webkit-transform: translateX(-2px) rotate(-45deg);
    -moz-transform: translateX(-2px) rotate(-45deg);
    -ms-transform: translateX(-2px) rotate(-45deg);
    -o-transform: translateX(-2px) rotate(-45deg);
}

.bx-pag-prev.pagination__link span {
    transform: translateX(2px) rotate(135deg);
    -webkit-transform: translateX(2px) rotate(135deg);
    -moz-transform: translateX(2px) rotate(135deg);
    -ms-transform: translateX(2px) rotate(135deg);
    -o-transform: translateX(2px) rotate(135deg);
}

.bx-pag-prev.pagination__link:hover span,
.bx-pag-next.pagination__link:hover span {
    border-color: #fff;
}


/* end of pagination */

.btn[id*="_not_avail"] {
    display: block;
    background-color: transparent;
}


.product-item-info-container-quantity-rating {
    justify-content: space-between;
    align-items: center;
}

.product-item-info-container-quantity-rating,
.product-item-info-container-rating {
    display: flex;
}

.product-item-info-container-rating {
    align-items: flex-start;
    margin-bottom: 8px;
}


/* end of catalog */


/* catalog search */

.d-none {
    display: none;
}

.search-results .elements-tabs__link.--current {
    pointer-events: none;
}


/* end of catalog search */


/* cart in header */

.bx-basket-fixed {
    position: static;
    margin-top: 0px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.bx-basket-item-list-action {
    font-size: 0;
    display: none;
}

.basket-angle {
    display: none;
    border: 10px solid transparent;
    border-bottom: 18px solid white;
    position: absolute;
    top: 33px;
    left: 20%;
}

.bx-closed .bx-basket-item-list {
    display: none;
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
    width: 625px;
    position: absolute;
    right: 0;
    z-index: 25;
    border: none;
    box-shadow: -7px 5px 7px #cccccca8;
    background: #fff;
}

.bx-basket-item-list-button-container {
    text-align: center;
    bottom: 0;
    z-index: 26;
    padding: 0 10px 0 0;
    border-top: none;
}

.bx-basket-item-list-button-container .btn-big {
    display: inline-block;
    padding: 15px 28px;
    width: auto;
    height: auto;
    text-align: center;
    background: #3C6588;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bx-basket-item-list-container {
    background: #fff;
    max-height: 450px;
    padding: 25px;
}

.bx-basket-item-list-container {
    background: #fff;
    max-height: 450px;
    padding: 25px;
}

.bx-basket-item-list-item-status {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
    border-radius: 0px;
    background: transparent;
    text-align: left;
    white-space: normal;
    line-height: 1.1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: flex;
    justify-content: space-between;
}

.basket-close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 4px;
    right: 4px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

.basket-close:before,
.basket-close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    display: block;
    height: 1px;
    width: 15px;
    background-color: #2a2a2a;
    transition: all .25s ease-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.basket-close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.bx-basket-item-list-item {
    border: 1px solid #EBEBEB;
    padding: 25px 25px 5px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 65px 70% 20%;
}

.bx-basket-item-list-item:not(:last-child) {
    border-bottom: none;
}

.bx-basket-item-list-item-remove {
    top: -22px;
    left: -20px;
}

.bx-basket-item-list-item-name {
    padding: 5px 5px 15px 25px;
}

.bx-basket-item-list-item-name a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color: #2a2a2a;
    text-decoration: none;
}

.bx-basket-item-list-item-price-block {
    padding: 24px 0px 15px 1px;
    white-space: nowrap;
}

.basket-product-price {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
}

.basket-product-count {
    color: #ABABAB;
    font-size: 13px;
}

.basket-all-box {
    min-height: 50px;
    color: #2a2a2a;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.basket-all-title {
    font-size: 16px;
    font-weight: 400;
}

.basket-all-value {
    font-size: 20px;
    font-weight: 700;
}

/* end cart in header */

.pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* custom */

.personal-page__menu {
    padding-right: 0;
    padding-left: 1.5625rem;
}

.color-bg-darken .input.--grey .input__area,
.color-bg-darken .textarea.textarea--grey .textarea__area {
    background: #fff;
}

.table-3 td {
    max-width: 400px;
}
.table-3 {
    margin-top: 30px;
    /*margin-bottom: 80px;*/
}

.elements-tabs__list .element-tab__item {
    display: block;
}

/*.menu-subs {*/
/*    display: none !important;*/
/*}*/

.header .menu-section>li {
    padding: 0 20px;
}
.header .menu-section>li:first-child {
    padding-left: 0;
}
.header .header__menu-catalog .menu-section>li {
    padding: 0 35px;
}

.filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.filter label {
    font-weight: 500;
    margin-right: 20px;
}
.filter input,
.filter select {
    min-height: 2rem;
    background: #f8f8f8;
    border-radius: 0.3rem;
    padding: 0 1rem;
    border: 0.0625rem solid #d4dbea;
    color: #101241;
    font-size: 1rem;
    transition: .3s;
    position: relative;
}

.lk-chat {
    position: fixed;
    bottom: 140px;
    right: 75px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #6f3e3c;
    padding: 10px;
    border: 1px solid #fff;
}
.lk-chat svg {
    width: 100%;
    height: 100%;
}

.sectionitems__img img {
    max-height: 380px;
    object-position: top;
}

.sectionitems__img a {
    width: 100%;
    background: #f1f1f1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/* =====================================================
           Дизайн - root
           ===================================================== */
:root {
    --c-green:       rgba(97, 106, 63, 1);
    --c-green-dark:  rgba(77, 86, 43, 1);
    --c-green-60:    rgba(97, 106, 63, 0.6);
    --c-dark:        rgba(2, 32, 39, 1);
    --c-beige:       rgba(236, 233, 228, 1);
    --c-white:       rgba(255, 255, 255, 1);
    --c-gray:        rgba(128, 128, 128, 1);
    --c-border:      rgba(224, 224, 224, 1);
    --c-border-soft: rgba(230, 230, 230, 1);
    --shadow-card:   0px 0px 10px rgba(0, 0, 0, 0.05);
    --radius-card:   12px;
    --radius-btn:    8px;
    --transition:    0.3s ease;
}

/* =====================================================
   Утилиты
   ===================================================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =====================================================
   Общие: заголовки секций (font-weight:500, 45px)
   ===================================================== */
.services-section__title,
.ranch-map__title,
.photo-gallery__title,
.reviews-title,
.contact-title {
    color: var(--c-dark);
    font-weight: 500;
    font-size: 45px;
    line-height: 1.2;
    margin: 0;
    font-family: 'IBMPlexSerif';
}

.corporate-events__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    margin-right: 59px;
    margin-top: 87px;
    margin-bottom: 0;
    font-family: 'IBMPlexSerif';
}

/* =====================================================
   Общие: описания секций (font-weight:300, 16px)
   ===================================================== */
.services-section__description,
.corporate-events__description,
.photo-gallery__description,
.reviews-description {
    font-weight: 300;
    font-size: 16px;
    color: var(--c-dark);
}

/* =====================================================
   Общие: круглые элементы навигации 50×50
   ===================================================== */
.slider-nav__btn,
.corporate-events__nav-dot,
.nav-dot,
.ranch-map__pagination-dot {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
}

.corporate-events__nav-dot--inactive,
.nav-dot--inactive,
.ranch-map__pagination-dot {
    background-color: var(--c-green-60);
}

.corporate-events__nav-dot--active,
.nav-dot--active {
    background-color: var(--c-green);
}

/* =====================================================
   Общие: зелёные CTA-кнопки
   ===================================================== */
.cta-button,
.corporate-events__service-button,
.corporate-events__submit-button,
.ranch-map__cta-button,
.submit-button {
    border-radius: var(--radius-btn);
    background-color: var(--c-green);
    color: var(--c-white);
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.cta-button:hover,
.slider-nav__btn--prev:hover,
.slider-nav__btn--next:hover {
    background-color: var(--c-green-dark);
}

.ranch-map__cta-button:hover,
.submit-button:hover,
.corporate-events__submit-button:hover {
    background-color: var(--c-green-dark);
}

/* =====================================================
   Общие: полноширинные ::before-фоны
   ===================================================== */
.corporate-events__contact-section::before,
.corporate-events__content::before,
.vk-hero::before,
.contact-section::before,
.reviews-contact::before,
.photo-gallery::before {
    content: '';
    position: absolute;
    left: -50%;
    width: calc(100% + 100%);
    height: 100%;
    top: 0;
}

/* тёмный фон */
.corporate-events__contact-section::before,
.contact-section::before {
    background-color: var(--c-dark);
}

.vk-hero::before {
    background: #0a2e2e;
}

/* бежевый фон */
.corporate-events__content::before,
.reviews-contact::before,
.photo-gallery::before {
    background-color: var(--c-beige);
}

/* =====================================================
   Общие: карточки с тенью и скруглением
   ===================================================== */
.service-card__content,
.corporate-events__service-content,
.ranch-map__info-content,
.ranch-map__cta-section {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

/* =====================================================
   Общие: поля форм
   ===================================================== */
.form-field,
.corporate-events__form-field,
.corporate-events__form-field--phone,
.corporate-events__form-field--telegram,
.corporate-events__form-field--comment {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 !important;
}

.form-field input,
.corporate-events__form-field input,
.corporate-events__form-field--phone input,
.corporate-events__form-field--telegram input,
.corporate-events__form-field--comment textarea{
    outline: none;
    color: var(--c-gray);
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--c-white);
    padding: 13px 24px;
    border: 1px solid var(--c-border);
    line-height: 1.4;
    font-family: Geologica, Arial, Verdana, sans-serif;
}

.corporate-events__form-field--comment textarea{
    min-height: 90px;
}

.form-field input::placeholder {
    color: var(--c-gray);
}

/* =====================================================
   Общие: изображения object-fit:cover
   ===================================================== */
.hero-background__main-image,
.service-card__image,
.corporate-events__service-image img,
.vk-hero__image,
.photo-gallery__background-image {
    object-fit: cover;
    object-position: center;
}

/* =====================================================
   Общие: политика конфиденциальности
   ===================================================== */
.privacy-notice,
.corporate-events__privacy-notice {
    color: var(--c-beige);
    font-size: 12px;
    line-height: 17px;
}

.privacy-notice a,
.corporate-events__privacy-link {
    font-weight: 300;
    text-decoration: underline;
    color: var(--c-beige);
}

.privacy-notice a:hover,
.corporate-events__privacy-link:hover {
    opacity: 0.8;
}

/* =====================================================
   ГЛАВНАЯ СТРАНИЦА
   ===================================================== */
.ranch-homepage {
    overflow: visible;
    border-radius: 0;
}

.ranch-homepage__container {
    background-color: rgba(255, 253, 253, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.ranch-homepage__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

/* =====================================================
   HERO
   ===================================================== */
.hero-section__content {
    gap: 20px;
    display: flex;
}

.hero-section__text-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 0;
}

.hero-section__title {
    color: var(--c-green);
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    margin: 0;
    height: 198px;
    font-family: 'IBMPlexSerif';
}

.hero-section__info-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
    margin-left: 20px;
}

.hero-section__info {
    margin-top: 21px;
    width: 100%;
}

.hero-section__description {
    color: var(--c-dark);
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 31px 0;
    height: 85px;
}

.hero-section__actions {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Slider Nav */
.slider-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: auto 0;
}

.slider-nav__btn {
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    background-color: var(--c-green);
    color: var(--c-white);
}

.slider-nav__counter {
    font-size: 18px;
    color: var(--c-green);
    font-weight: 400;
    min-width: 28px;
    text-align: center;
}

/* CTA Button */
.cta-button {
    flex-direction: column;
    align-items: stretch;
    font-size: 20px;
    padding: 0;
    max-width: 228px;
    width: 100%;
    height: 68px;
    transition: all 0.3s;
}

.cta-button:focus {
    outline: 2px solid var(--c-green);
    outline-offset: 2px;
}

/* Hero Swiper */
.hero-swiper {
    overflow: hidden;
    width: 100%;
}

.hero-swiper .swiper-slide,
.corporate-events-swiper .swiper-slide {
    height: auto;
}

/* Hero Background */
.hero-background {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    margin-top: 71px;
    width: 100%;
    align-items: end;
    height: 504px;
    padding: 0;
    overflow: hidden;
}

.hero-background__main-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.hero-background__logo {
    width: 110px;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 28px;
    right: 42px;
}

/* =====================================================
   RATINGS
   ===================================================== */
.ratings-section {
    margin-top: 54px;
    width: 100%;
}

.ratings-section__grid {
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.rating-card {
    width: 100%;
    max-width: 480px;
    height: 140px;
}

.rating-card__content {
    border-radius: var(--radius-card);
    background-color: var(--c-white);
    width: 100%;
    border: 1px solid var(--c-beige);
    display: flex;
    gap: 12px;
    height: 100%;
    align-items: center;
    padding: 0 46px;
}

.rating-card__logo {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 72px;
    border-radius: 50px;
    flex-shrink: 0;
}

.rating-card__info {
    margin-top: 0;
    color: var(--c-dark);
    font-weight: 500;
    line-height: 1.2;
}

.rating-card__score-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-card__score {
    font-size: 28px;
    letter-spacing: -0.28px;
    align-self: start;
    padding-top: 7px;
}

.rating-card__stars {
    color: #F5A623;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 2px;
}

.rating-card__source {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-top: -3px;
}

/* =====================================================
   SERVICES
   ===================================================== */

.services-section__header {
    margin-bottom: 50px;
}

.services-section__title {
    align-self: start;
    margin: 0 0 19px 0;
}

.services-section__description {
    width: 740px;
    max-width: 100%;
    margin: 0;
}

.services-grid__row {
    display: flex;
    width: 100%;
    gap: 24px;
}

.services-grid__row:first-child {
    margin-bottom: 24px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    margin-left: 0;
}

.service-card__content {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    width: 100%;
    gap: 22px;
    display: flex;
    border: 1px solid rgba(2, 32, 39, 0.08);
    box-shadow: 0 8px 24px rgba(2, 32, 39, 0.045);
}

.service-card__image-column {
    width: 262px;
    min-width: 262px;
    margin-left: 0;
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.service-card__image {
    aspect-ratio: 0.82;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    flex-grow: 1;
}

.service-card__text-column {
    width: 100%;
    margin-left: 0;
    padding-right: 32px;
    position: relative;
}

.service-card__info {
    padding: 28px 0 64px;
    height: 100%;
    width: 100%;
    color: var(--c-dark);
    font-size: 16px;
}

.service-card__title {
    color: var(--c-dark);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 18px 0;
    font-family: 'IBMPlexSerif';
}

.service-card__description {
    font-weight: 300;
    align-self: stretch;
    flex-grow: 1;
    margin: 0 0 22px 0;
    color: rgba(2, 32, 39, 0.82);
}

.service-card__description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card__description ul li {
    padding-left: 18px;
    position: relative;
    line-height: 1.35;
    list-style: none !important;
}

.service-card__description ul li::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0.46em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(97, 106, 63, 0.75);
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    position: absolute;
    bottom: 30px;
    gap: 8px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    color: var(--c-dark);
    text-decoration: none;
    min-height: 38px;
    padding: 9px 18px;
    border: 1px solid rgba(97, 106, 63, 0.28);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.42);
    transition: none;
}

.service-card__link:hover {
    opacity: 1;
    color: var(--c-dark);
    border-color: rgba(97, 106, 63, 0.28);
    background-color: rgba(255, 255, 255, 0.42);
}

.service-card__link:focus {
    outline: 2px solid var(--c-green);
    outline-offset: 2px;
    border-radius: 4px;
}

.service-card__link-text {
    display: block;
}

.service-card__link-icon {
    width: 12px;
}

.services-grid__row:first-child .service-card:first-child .service-card__content {
    background-color: #efeee7;
    border-color: rgba(97, 106, 63, 0.38);
    box-shadow: 0 8px 24px rgba(2, 32, 39, 0.055);
}

.services-grid__row:first-child .service-card:first-child .service-card__content::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background-color: var(--c-green);
}

.services-grid__row:first-child .service-card:first-child .service-card__title,
.services-grid__row:first-child .service-card:first-child .service-card__link {
    color: var(--c-green-dark);
}

.services-grid__row:first-child .service-card:first-child .service-card__link {
    border-color: rgba(97, 106, 63, 0.35);
    background-color: rgba(255, 255, 255, 0.5);
}

/* =====================================================
   CORPORATE EVENTS
   ===================================================== */
.corporate-events {
    display: flex;
    flex-direction: column;
}

.corporate-events__content {
    padding-bottom: 120px;
    margin-top: 100px;
    z-index: 10;
    width: 100%;
    position: relative;
}

.corporate-events__header {
    position: relative;
    z-index: 11;
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.corporate-events__header-content {
    color: var(--c-dark);
}

.corporate-events__description {
    margin-top: 15px;
    max-width: 740px;
}

.corporate-events__navigation {
    display: flex;
    margin: 0 0 25px;
    gap: 22px;
}

.corporate-events__nav-dot {
    cursor: pointer;
    transition: background-color var(--transition);
}

.corporate-events__services {
    position: relative;
    z-index: 11;
    display: flex;
    margin-top: 50px;
    align-items: stretch;
    gap: 23px;
    flex-wrap: wrap;
}

.corporate-events__service-card {
    position: relative;
    font-size: 16px;
}

.corporate-events__service-image {
    border-radius: var(--radius-card);
    background-color: rgba(50, 50, 50, 1);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 264px;
}

.corporate-events__service-image img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-card);
    display: block;
}

.corporate-events__service-content {
    background-color: var(--c-white);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    border: 1px solid rgba(245, 245, 245, 1);
    margin-top: 0;
    padding: 290px 20px 96px;
    position: relative;
    height: 100%;
}

.corporate-events__service-title {
    margin: 0;
    line-height: 1.2;
    width: 100%;
    color: var(--c-dark);
    font-weight: 600;
    font-size: 24px;
    font-family: 'IBMPlexSerif';
}

.corporate-events__service-description {
    color: var(--c-dark);
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.2;
    height: 60px;
    overflow: hidden;
}

.corporate-events__service-button {
    align-items: center;
    padding: 0;
    width: 180px;
    height: 40px;
    margin-top: 34px;
    gap: 5px;
    white-space: nowrap;
    position: absolute;
    bottom: 28px;
    right: 20px;
}

.corporate-events__service-button-icon {
    width: 16px;
}

.corporate-events__service-card--last .corporate-events__service-button {
    align-self: center;
    width: 30px;
    height: 40px;
    padding: 0;
}

/* Corporate Events: Contact Sub-section */
.corporate-events__contact-section {
    margin-top: 0;
    padding: 100px 0 140px;
    position: relative;
}

.corporate-events__contact-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
}

.corporate-events__contact-content {
    display: flex;
    gap: 132px;
    justify-content: center;
}

.corporate-events__contact-image-column {
    width: 100%;
    max-width: 633px;
}

.corporate-events__contact-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 14px;
    margin-top: 11px;
}

.corporate-events__contact-form-column {
    width: 100%;
    max-width: 487px;
}

.corporate-events__contact-form {
    width: 100%;
    color: var(--c-gray);
    font-weight: 500;
    font-size: 16px;
}

.corporate-events__form-title {
    color: var(--c-white);
    font-family: 'IBMPlexSerif';
    font-size: 45px;
    line-height: 50px;
    margin: 0;
}

.company-name {
    height: 0;
    width: 100%;
    opacity: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.corporate-events__form-field {
    margin-top: 36px;
    white-space: nowrap;
}

.corporate-events__form-row {
    display: flex;
    margin-top: 15px;
    gap: 13px;
    line-height: 1.4;
}

.corporate-events__form-row > div {
    width: 50%;
}

.corporate-events__form-field--telegram {
    align-items: stretch;
    padding: 13px 23px;
}

.corporate-events__form-field--comment {
    margin-top: 15px;
    line-height: 22px;
    padding: 9px 24px 10px;
    min-height: 96px;
}

.corporate-events__submit-button {
    align-items: center;
    margin-top: 42px;
    font-size: 20px;
    white-space: nowrap;
    padding: 22px 40px;
    margin-bottom: 15px;
    width: 100%;
}

.corporate-events-swiper {
    width: 100%;
    overflow: visible;
    margin-top: 50px;
}

/* =====================================================
   RANCH MAP
   ===================================================== */
.ranch-map {
    border-radius: 0;
}

.ranch-map__container {
    background-color: var(--c-white);
    width: 100%;
    padding: 100px 0 160px;
}

.ranch-map__content {
    display: flex;
    margin-bottom: -27px;
    width: 100%;
    max-width: 1505px;
    flex-direction: column;
    align-items: stretch;
}

.ranch-map__main-section {
    margin-top: 58px;
    width: 100%;
}

.ranch-map__layout {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ranch-map__map-column {
    width: 100%;
    margin-left: 73px;
    max-width: 992px;
    position: relative;
    min-width: 992px;
}

.ranch-map__map-image {
    margin: 27px 0 0;
    width: 100%;
}

.ranch-map__info-column {
    width: 100%;
    margin-left: 0;
    max-width: 358px;
}

.ranch-map__info-card {
    position: relative;
}

.ranch-map__info-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 14px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 264px;
}

.ranch-map__info-image.not-images {
    background: #323232;
}

.ranch-map__info-content {
    background-color: var(--c-beige);
    width: 100%;
    margin-top: 0;
    padding: 285px 21px 30px;
}

.ranch-map__info-title {
    color: var(--c-dark);
    font-family: 'IBMPlexSerif';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.ranch-map__info-description {
    color: var(--c-dark);
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0 0;
    line-height: 1.2;
}

.ranch-map__pagination {
    display: flex;
    margin-top: 20px;
    width: 183px;
    max-width: 100%;
    align-items: stretch;
    gap: 12px;
    font-size: 22px;
    color: var(--c-green);
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ranch-map__pagination-text {
    color: var(--c-green);
    margin: auto 0;
}

.ranch-map__cta-section {
    background-color: var(--c-white);
    padding: 28px 21px;
    margin-top: 24px;
    width: 100%;
    border: 1px solid var(--c-border-soft);
}

.ranch-map__cta-title {
    color: var(--c-dark);
    font-family: 'IBMPlexSerif';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.ranch-map__cta-button {
    align-items: center;
    margin-top: 40px;
    gap: 6px;
    font-size: 15px;
    margin-left: auto;
    width: 180px;
    height: 40px;
    padding: 0;
    transition: background-color 0.2s ease;
}

.ranch-map__cta-button:focus {
    outline: 2px solid var(--c-green);
    outline-offset: 2px;
}

.ranch-map__cta-icon {
    object-fit: contain;
    object-position: center;
    width: 15px;
}

.ranch-map__locations {
    margin-top: 70px;
    width: 100%;
}

.ranch-map__locations-row {
    display: grid;
    width: 100%;
    gap: 7px 29px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    color: var(--c-dark);
    line-height: 1.2;
}

.ranch-map__locations-row--last {
    width: 989px;
    max-width: 100%;
    gap: 28px;
}

.ranch-map__location-item {
    display: flex;
    gap: 4px;
    cursor: pointer;
}

.ranch-map__location-number {
    border-radius: var(--radius-card);
    background-color: var(--c-beige);
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    height: 37px;
    width: 50px;
    transition: all var(--transition);
}

.ranch-map__location-number span,
.ranch-map__location-label span {
    display: block;
}

.ranch-map__location-label {
    border-radius: var(--radius-card);
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    border: 1px solid var(--c-border-soft);
    width: 100%;
    padding: 5px 19px;
    height: 37px;
    line-height: 1.2;
}

.ranch-map__map-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ranch-map__map-icon-item {
    appearance: none;
    border: 0;
    position: absolute;
    background: url(/uploads/marker-icon.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    width: 31px;
    height: 40px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: white;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    cursor: pointer;
    transition: opacity 0.2s;
}

.ranch-map__map-icon-item::before {
    content: "";
    position: absolute;
    inset: -5px;
}

.ranch-map__map-icon-item.active,
.ranch-map__map-icon-item:hover {
    background: url(/uploads/marker-icon-black.svg);
}

.ranch-map__map-icon-item:focus-visible {
    outline: 3px solid var(--c-green);
    outline-offset: 3px;
}

.ranch-map__location-item.active .ranch-map__location-number,
.ranch-map__location-item:hover .ranch-map__location-number {
    background-color: var(--c-green);
    color: var(--c-white);
}

.ranch-map-swiper {
    overflow: hidden;
}

/* =====================================================
   PHOTO GALLERY
   ===================================================== */
.photo-gallery {
    padding: 120px 0 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.photo-gallery__header {
    width: 100%;
    position: relative;
}

.photo-gallery__title {
    line-height: 1.4;
}

.photo-gallery__intro {
    display: flex;
    margin-top: 9px;
    width: 100%;
    max-width: 1504px;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo-gallery__description {
    margin: 11px 0 0 0;
    max-width: 740px;
    line-height: 1.2;
}

.photo-gallery__indicators {
    display: flex;
    align-items: stretch;
    gap: 22px;
}

.photo-gallery__indicator {
    cursor: pointer;
}

.photo-gallery-swiper {
    overflow: visible;
    margin-top: 50px;
    width: 100%;
}

.photo-gallery__grid {
    align-self: stretch;
    width: 100%;
}

.photo-gallery__column--large,
.photo-gallery__column--small {
    width: 100%;
    border-radius: var(--radius-card);
    overflow: hidden;
    height: 414px;
}

.photo-gallery__column--large {
    max-width: 526px;
}

.photo-gallery__column--small {
    max-width: 276px;
}

.photo-gallery__card-link {
    display: block;
}

.photo-gallery__image-wrapper {
    margin: 0;
    height: 100%;
}

.photo-gallery__image {
    width: 100%;
    border-radius: var(--radius-card);
    flex-grow: 1;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photo-gallery__column--medium .photo-gallery__image {
    width: 276px;
    flex-shrink: 0;
    max-width: 100%;
}

.photo-gallery__overlay-container {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-card);
    position: relative;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    min-height: 382px;
}

.photo-gallery__background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.photo-gallery__overlay-icon {
    aspect-ratio: 1.01;
    object-fit: contain;
    object-position: center;
    width: 77px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

/* =====================================================
   VK HERO
   ===================================================== */
.vk-hero {
    width: 100%;
    position: relative;
}

.vk-hero__container {
    width: 100%;
    padding: 100px 80px;
    position: relative;
    z-index: 2;
}

.vk-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}

.vk-hero__carousel-section {
    flex: 1;
    position: relative;
}

.vk-hero__carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vk-hero__nav-icon {
    color: var(--c-white);
    width: 24px;
    height: 24px;
}

.vk-hero__images {
    position: relative;
    height: 464px;
    width: 100%;
}

.vk-hero__image-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 464px;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
    pointer-events: none;
}

.vk-hero__image-wrapper--center {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: auto;
}

.vk-hero__image-wrapper--left {
    opacity: 0.6;
    transform: translate(calc(-50% - 185px), -50%) scale(0.68);
    z-index: 1;
    pointer-events: auto;
}

.vk-hero__image-wrapper--right {
    opacity: 0.6;
    transform: translate(calc(-50% + 185px), -50%) scale(0.68);
    z-index: 1;
    pointer-events: auto;
}

.vk-hero__image {
    width: 100%;
    height: 100%;
}

.vk-hero__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.vk-hero__pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--c-white);
    opacity: 0.3;
    border: none;
    cursor: pointer;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.vk-hero__pagination-dot:hover {
    opacity: 0.6;
}

.vk-hero__pagination-dot:focus {
    outline: 2px solid var(--c-white);
    outline-offset: 2px;
}

.vk-hero__pagination-dot--active {
    opacity: 1;
}

.vk-hero__text-section {
    max-width: 485px;
    width: 100%;
}

.vk-hero__title {
    color: var(--c-white);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'IBMPlexSerif';
    margin: 0 0 24px 0;
}

.vk-hero__description {
    color: var(--c-white);
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 110px 0;
    max-width: 425px;
}

.vk-hero__cta-button {
    width: 100%;
    background-color: #616A3F;
    color: var(--c-white);
    height: 68px;
    font-size: 20px;
    font-weight: 600;
    border-radius: var(--radius-card);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vk-hero__cta-button:hover {
    background-color: var(--c-green-dark);
}

.vk-hero__carousel .slider-nav__btn--prev,
.vk-hero__carousel .slider-nav__btn--next {
    position: relative;
    left: 0;
}

/* =====================================================
   REVIEWS
   ===================================================== */
.reviews-contact {
    padding: 120px 0;
    position: relative;
}

.reviews-section {
    position: relative;
    z-index: 2;
    width: 100%;
}

.reviews-container {
    width: 100%;
    max-width: 1600px;
}

.reviews-content {
    display: flex;
    width: 100%;
    max-width: 1510px;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: var(--c-dark);
}

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

.reviews-title {
    font-weight: 500;
}

.reviews-icon {
    width: 196px;
    max-width: 100%;
}

.reviews-description {
    margin-top: 11px;
    line-height: 1.3;
}

.reviews-navigation {
    display: flex;
    align-items: stretch;
    gap: 22px;
    margin: auto 0;
}

.nav-dot {
    cursor: pointer;
    transition: background-color var(--transition);
}

.reviews-gallery {
    margin-top: 50px;
}

.reviews-gallery-swiper {
    overflow: visible;
}

.testimonial-image {
    object-fit: contain;
    object-position: center;
    border-radius: var(--radius-card);
    max-width: 100%;
}

/* =====================================================
   CONTACT
   ===================================================== */
.contact-section {
    margin-top: 0;
    position: relative;
    padding: 100px 80px;
}

.contact-container {
    position: relative;
    z-index: 2;
}

.contact-content {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.contact-info-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 100%;
    max-width: 756px;
}

.contact-info {
    color: var(--c-white);
}

.contact-details {
    margin-top: 61px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 34px;
}

.contact-details a {
    color: var(--c-white);
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 500;
}

.contact-address {
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
}

.contact-address span {
    display: block;
    font-weight: 500;
    font-size: 28px;
}

.contact-form-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 100%;
    margin-left: 20px;
    max-width: 485px;
}

.contact-form {
    margin-top: 25px;
    flex-grow: 1;
    color: var(--c-gray);
    font-weight: 500;
    font-size: 16px;
}

.contact-form-column .corporate-events__form-row {
    flex-wrap: wrap;
}

.contact-form-column .corporate-events__form-row > div {
    width: 100%;
}

.contact-form-column .corporate-events__form-field {
    margin-top: 20px;
}

.form-field {
    margin-bottom: 15px;
}

.form-field:first-child {
    white-space: nowrap;
}

.submit-button {
    align-items: center;
    margin-top: 43px;
    font-size: 20px;
    padding: 15px;
    height: 68px;
    width: 100%;
    margin-bottom: 10px;
    transition: background-color var(--transition);
}

.submit-button:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.contact-footer {
    display: flex;
    margin-top: 4px;
    width: 1163px;
    max-width: 100%;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-links {
    align-self: start;
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.social-link {
    background-color: var(--c-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    flex-shrink: 0;
    height: 36px;
    cursor: pointer;
    transition: opacity var(--transition);
}

.contact-description {
    max-width: 520px;
    margin-top: 10px;
}

.social-link:hover {
    opacity: 0.8;
}

.privacy-text {
    font-weight: 300;
}

.contact-info .contact-title {
    color: white;
}

.reviews-description {
    position: relative;
}

.reviews-contact .mob-visible-icon {
    bottom: -8px;
}
/* =====================================================
   SITE FOOTER (.sf)
   ===================================================== */
.footer.sf {
    background-color: var(--c-dark);
    color: var(--c-white);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.sf__inner {
    margin: 0 auto;
    max-width: 1504px;
    padding: 86px 0 149px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

/* --- Колонка 1: лого --- */
.sf__col-logo {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: -53px;
}

.sf__logo-link {
    display: inline-block;
    text-decoration: none;
}

.sf__logo-link .logo-auto {
    width: min(100%, 176px);
    max-width: 176px;
    height: 151px;
}

.sf__service-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sf__service-link {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.35;
    transition: color var(--transition), opacity var(--transition);
}

.sf__service-link:hover {
    color: var(--c-white);
    opacity: 1;
}

.sf__social {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.sf__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--c-green);
    color: var(--c-white);
    text-decoration: none;
    flex-shrink: 0;
    transition: background-color var(--transition), opacity var(--transition);
}

.sf__social-btn svg {
    width: 18px;
    height: 18px;
}

.sf__social-btn:hover {
    background-color: var(--c-green-dark);
    opacity: 1;
}

/* --- Колонка 2: навигация --- */
.sf__col-nav {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-top: 4px;
}

.sf__title {
    margin: 0;
    color: var(--c-white);
    font-family: 'IBMPlexSerif';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sf__nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sf__nav-list a {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.15;
    transition: color var(--transition), opacity var(--transition);
}

.sf__nav-list a:hover {
    color: var(--c-white);
    opacity: 1;
}

.sf__nav-link--accent {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* --- Колонка 3: юридическая информация --- */
.sf__col-legal {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 4px;
}

.sf__legal-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sf__legal-item {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.45;
}

/* --- Колонка 4: кнопка + рейтинг --- */
.sf__col-contacts {
    width: 100%;
    max-width: 360px;
    justify-self: end;
}

.sf__inner-content {
    width: 100%;
    max-width: 924px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.sf__callback-btn {
    display: block;
    width: 100%;
    min-height: 68px;
    padding: 20px 24px;
    margin-bottom: 18px;
    background-color: var(--c-green);
    color: var(--c-white);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background-color var(--transition), transform var(--transition);
}

.sf__callback-btn:hover {
    background-color: var(--c-green-dark);
}

.sf__callback-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 3px;
}

/* Яндекс-карточка */
.sf__yandex-card {
    position: relative;
    min-height: 152px;
    padding: 9px 16px;
    border-radius: 8px;
    background-color: rgba(21, 50, 56, 0.96);
    color: var(--c-white);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.sf__yandex-top {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 18px;
}

.sf__yandex-pin {
    position: relative;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.sf__yandex-pin::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, #ff8a1e 0%, #ff5b16 45%, #f1391d 100%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.sf__yandex-pin-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--c-white);
    transform: translate(-50%, -63%);
}

.sf__yandex-rating {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 1px;
}

.sf__yandex-score-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sf__yandex-score {
    font-size: 22px;
    font-weight: 500;
    color: var(--c-white);
    line-height: 1;
}

.sf__yandex-stars {
    color: #f7c84b;
    font-size: 26px;
    line-height: 0.4;
    margin-top: -1px;
    letter-spacing: 0.12em;
}

.sf__yandex-label {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.2;
}

.sf__contacts-block {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 38px;
}

.sf__address,
.sf__phone,
.sf__email {
    color: rgba(255, 255, 255, 0.94);
    text-decoration: none;
    display: block;
    line-height: 1.38;
}

.sf__phone:hover,
.sf__email:hover {
    color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.sf__yandex-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.95;
    transition: transform var(--transition), opacity var(--transition);
}

.sf__yandex-badge:hover {
    opacity: 1;
}

.sf__title.sf__title--with-arrow {
    display: flex;
}

.sf__title.sf__title--with-arrow svg {
    position: relative;
    top: -2px;
}

.vk-hero__image-wrapper--video-active .vk-hero__image.vk-hero__slide-preview {
    opacity: 0;
}

.vk-hero__slide-video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s;
}

.vk-hero__image {
    transition: all 0.3s;
}

.vk-hero__image-wrapper--video-active .vk-hero__slide-video {
    opacity: 1;
}

.sf-header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.sf-header--sticky.is-visible {
    transform: translateY(0);
}

.sf-header--sticky .case.sf-header__top-inner {
    margin-top: 10px !important;
    padding-bottom: 0 !important;
}

.sf-header--sticky .sf-header__brand {
    max-width: 240px;
    top: 6px;
}

.sf-header--sticky .sf-header__address {
    font-size: 12px;
}

.sf-header--sticky .sf-header__phone {
    font-size: 12px;
}

.sf-header--sticky .sf-header__social-link {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
}

.sf-header--sticky .sf-header__social-link svg {
    width: 16px;
}

.sf-header--sticky .sf-header__button {
    width: 150px;
    min-height: 34px !important;
    font-size: 14px;
}

.sf-header--sticky .sf-header__nav-wrap {
    margin-top: 12px;
}

.sf-header--sticky .sf-header-menu__link {
    font-size: 12px;
}

.sf-header--sticky .sf-header-menu__list {
    min-height: 45px !important;
    padding-bottom: 0 !important;
}

.sf-header--sticky .sf-header__top {
    background: transparent;
}

#vertical-multilevel-menu a.root-item-selected {
    border-left: 3px solid #6f3e3c;
}

.mod__wrap .corporate-events__form-title {
    color: black;
}

.totop-btn {
    bottom: 32px;
    right: 95px;
}

.home-intro .ranch-homepage__container {
    padding-bottom: 90px;
}

.home-services .ranch-homepage__container {
    padding-top: 0;
}

html .ranch-homepage.home-intro {
    margin-top: 51px;
}

.corporate-events__privacy-notice span {
    color: white !important;
}

.mod__item .corporate-events__privacy-notice span {
    color: black !important;
}


@media screen and (max-width: 375px) {
    .mod.mod--form {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .mod.mod--form {
        width: 100%;
    }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1600px) {
    .vk-hero__container {
        padding: 100px 0;
    }

    .sf__inner {
        width: 94%;
    }

}

@media (max-width: 1500px) {
    .hero-section__title {
        font-size: 46px;
        line-height: 52px;
    }
    .ranch-map__map-column {
        margin-left: auto;
        margin-right: auto;
    }
    .ranch-map__layout {
        flex-wrap: wrap;
    }
    .ranch-map__main-section {
        margin-top: 0;
    }
    .ranch-map__info-column {
        max-width: 100%;
    }
    .ranch-map__info-card {
        display: flex;
        flex-wrap: wrap;
    }
    .ranch-map__info-image {
        width: 264px;
    }
    .ranch-map__info-content {
        padding: 30px 21px 30px;
        padding-left: 285px;
        min-height: 264px;
    }
    .ranch-map__cta-button {
        margin-top: 20px;
        margin-left: 0;
    }
    .ranch-map__cta-title {
        font-size: 20px;
    }
    .ranch-map__cta-section {
        padding: 20px;
    }
    .ranch-map__map-image {
        margin: 26px 0 0;
    }
    .swiper-slide .ranch-map__cta-section {
        display: none;
    }
    .swiper-slide.swiper-slide-active .ranch-map__cta-section {
        display: block;
    }
    .vk-hero__carousel-section {
        min-width: 668px;
        max-width: 668px;
    }
    .vk-hero__content {
        gap: 20px;
    }
    .vk-hero__description {
        margin: 0 0 34px 0;
    }
}

@media (max-width: 1200px) {
    
    .sf__inner {
        padding: 50px 30px;
        gap: 20px;
    }
    .sf__col-logo {
        width: 180px;
    }
    .sf__col-nav {
        width: 180px;
    }
    .sf__col-legal {
        width: 170px;
    }
    .sf__col-contacts {
        width: 240px;
    }

    .hero-section__title {
        font-size: 30px;
        line-height: 1.1;
        height: 105px;
    }
    .hero-section__info {
        margin-top: 10px;
    }
    .hero-section__description {
        margin-bottom: 20px;
        height: 92px;
        font-size: 16px;
        line-height: 22px;
    }
    .hero-background {
        margin-top: 0;
        margin-bottom: 32px;
        padding: 0;
    }
    .hero-section__info-column {
        margin-left: 0;
    }
    .cta-button {
        font-size: 18px;
        font-weight: 500;
        max-width: 100%;
        height: 56px;
        order: -1;
    }
    .slider-nav__btn {
        width: 40px;
        height: 40px;
    }
    .slider-nav__counter {
        font-size: 16px;
    }
    .hero-background {
        height: 200px;
    }
    .hero-background__logo {
        width: 56px;
        bottom: auto;
        right: 0;
        top: 150px;
    }
    .hero-section__content {
        gap: 0;
        flex-wrap: wrap;
    }
    .hero-section__text-column,
    .hero-section__info-column {
        width: 100%;
    }
    .ranch-homepage__container {
        padding: 40px 0 0px;
    }
    .rating-card__content {
        align-items: inherit;
        padding: 16px 20px;
    }
    .rating-card__logo {
        width: 42px;
    }
    .rating-card {
        max-width: 100%;
        height: auto;
    }
    .rating-card__score-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .rating-card__stars {
        margin-top: 0;
        width: 120px;
    }
    .rating-card__source {
        margin-top: 0;
    }
    .rating-card__score {
        font-size: 24px;
    }
    .ratings-section {
        margin-top: 40px;
    }
    .services-grid__row {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-card {
        width: 48%;
        flex-basis: calc(50% - 12px);
    }
    .service-card__content {
        flex-wrap: wrap;
    }
    .services-grid__row:first-child .service-card:first-child .service-card__content::before {
        top: 0;
        bottom: auto;
        left: 24px;
        width: 72px;
        height: 4px;
        border-radius: 0 0 4px 4px;
    }
    .service-card__image-column {
        width: 100%;
        min-width: 100%;
        height: 200px;
        padding: 10px 10px 0;
    }
    .service-card__image {
        aspect-ratio: auto;
    }
    .service-card__text-column {
        padding: 24px;
        padding-top: 10px;
    }
    .service-card__info {
        padding: 0;
    }
    .service-card__link {
        position: relative;
        bottom: 0;
        margin-top: 4px;
    }
    .service-card__title {
        font-size: 20px;
        line-height: 22px;
    }
    .services-section__title {
        font-size: 28px;
        line-height: 38px;
    }
    .services-section__description {
        font-size: 14px;
        line-height: 1.2;
    }
    .services-section__header {
        margin-bottom: 25px;
    }
    .services-section {
        margin-top: 60px;
    }
    .corporate-events__title {
        margin-right: 0;
        margin-top: 60px;
        font-size: 28px;
        line-height: 38px;
    }
    .corporate-events__description {
        margin-top: 10px;
    }
    .corporate-events__service-title {
        font-size: 20px;
    }
    .corporate-events__service-content {
        padding: 290px 20px 80px;
    }
    .corporate-events__content {
        padding-bottom: 80px;
    }
    .corporate-events-swiper {
        margin-top: 0;
    }
    .ranch-map__map-column {
        transform: translateX(-55px);
    }
    .ranch-map__container {
        padding: 80px 0 105px;
    }
    .ranch-map__locations-row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(8, auto);
    }
    .ranch-map__locations {
        margin-top: 40px;
    }
    .hero-background {
        order: -1;
    }
    .hero-swiper .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }
    .hero-section__actions {
        height: 56px;
        flex-wrap: nowrap;
    }
    .ratings-section__grid {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .rating-card {
        min-width: 277px;
    }
    .corporate-events__contact-content {
        gap: 38px;
    }
    .corporate-events__contact-section {
        padding: 80px 0;
    }
    .vk-hero__content {
        justify-content: center;
    }
    .vk-hero__image-wrapper {
        width: 200px;
        height: 364px;
    }
    .vk-hero__image-wrapper--right {
        transform: translate(calc(-50% + 140px), -50%) scale(0.68);
    }
    .vk-hero__image-wrapper--left {
        transform: translate(calc(-50% - 140px), -50%) scale(0.68);
    }
    .vk-hero__title {
        font-size: 34px;
    }
    .vk-hero__cta-button {
        height: 58px;
        font-size: 18px;
    }
    .vk-hero__pagination {
        margin-top: 0;
    }
    .vk-hero__carousel-section {
        min-width: 535px;
        max-width: 535px;
    }
    .vk-hero__container {
        padding: 40px 0 80px;
    }
    .contact-section {
        padding: 140px 0;
    }
    .contact-info {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .sf__inner {
        flex-wrap: wrap;
        gap: 32px 24px;
        padding: 44px 24px;
    }

    .ranch-map__cta-title {
        font-size: 20px;
    }

    .photo-gallery__column--large, .photo-gallery__column--small {
        height: 100%;
    }

    .sf__inner {
        width: 100%;
    }
    .sf__col-logo {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px 40px;
    }

    .sf__inner-content {
        flex-wrap: wrap;
    }

    .sf__col-logo {
        margin-top: 0;
    }

    .footer.sf {
        padding-top: 20px;
    }

    .ranch-map__layout {
        gap: 28px;
    }
    .ranch-map__map-column {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin: 0 auto;
        transform: none;
    }
    .ranch-map__map-image {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .ranch-map__map-icon-item {
        width: clamp(22px, 7vw, 31px);
        height: clamp(29px, 9vw, 40px);
        font-size: clamp(12px, 3.6vw, 18px);
        padding-top: clamp(2px, 0.7vw, 3px);
    }
    .ranch-map__header {
        margin-bottom: 28px;
    }
    .vk-hero__text-section {
        max-width: 600px;
        text-align: center;
    }
    .vk-hero__title {
        max-width: 100%;
    }
    .vk-hero__description {
        max-width: 100%;
    }
    .vk-hero__cta-button {
        margin: 0 auto;
    }
    .vk-hero__images {
        height: 270px;
    }
    .vk-hero__content {
        flex-wrap: wrap;
    }
    .vk-hero__image-wrapper {
        width: 150px;
        height: 264px;
    }
    .vk-hero__image-wrapper--right {
        transform: translate(calc(-50% + 110px), -50%) scale(0.68);
    }
    .vk-hero__image-wrapper--left {
        transform: translate(calc(-50% - 110px), -50%) scale(0.68);
    }
    .vk-hero__pagination {
        margin-top: 24px;
    }
    .vk-hero__container {
        padding: 80px 0;
    }
    .vk-hero__carousel-section {
        min-width: 435px;
        max-width: 435px;
    }
    .contact-section {
        padding: 80px 0;
    }
    .contact-info {
        max-width: 100%;
    }
    .contact-content {
        flex-wrap: wrap;
    }
    .contact-info-column {
        width: 100%;
    }
    .contact-details {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-details a {
        margin-bottom: 20px;
    }
    .contact-form-column {
        width: 50%;
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .mob-visible-icon{
        display:none !important;
    }
}

@media (max-width: 768px) {
    .sf__inner {
        flex-direction: column;
        gap: 32px;
        padding: 36px 20px;
    }
    .sf__col-logo {
        width: 100%;
    }
    .sf__col-nav,
    .sf__col-legal,
    .sf__col-contacts {
        flex: none;
        width: 100%;
    }
    .sf__callback-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
    .ranch-map__info-content {
        padding: 285px 21px 30px;
        padding-left: 21px;
    }
    .ranch-map__info-image {
        width: 100%;
    }
    .ranch-map__locations-row {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .ranch-map__location-label {
        font-size: 14px;
        padding: 5px 12px;
        height: auto;
    }
    .ranch-map__location-number {
        font-size: 14px;
        height: 28px;
        width: 28px;
        min-width: 28px;
    }
    .ranch-map__info-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .ranch-map__pagination-text {
        font-size: 14px;
    }
    .ranch-map__location-item {
        width: 47%;
    }
    .ranch-map__title {
        font-size: 28px;
        line-height: 38px;
    }
    .corporate-events__contact-content {
        gap: 24px;
        flex-wrap: wrap;
    }
    .corporate-events__contact-form-column {
        max-width: 100%;
    }
    .corporate-events__form-field {
        margin-top: 0;
    }
    .corporate-events__form-title {
        font-size: 28px;
        line-height: 38px;
    }
    .corporate-events__submit-button {
        margin-top: 24px;
        font-size: 16px;
        padding: 14px 20px;
    }
    .corporate-events__form-field--comment textarea {
        font-size: 14px;
    }
    .corporate-events__form-row > div {
        width: 100%;
    }
    .corporate-events__form-row {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .photo-gallery {
        padding: 80px 0;
    }
    .photo-gallery__title {
        font-size: 28px;
        line-height: 38px;
    }
    .photo-gallery-swiper {
        margin-top: 24px;
    }
    .photo-gallery__column--large .photo-gallery__overlay-container {
        min-height: 255px;
    }
    .photo-gallery__image {
        object-fit: cover;
        height: 100%;
        max-height: 255px;
        min-height: 256px;
        display: block;
    }
    .photo-gallery__overlay-container {
        min-height: 255px;
    }
    .vk-hero__title {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 14px 0;
    }
    .vk-hero__image-wrapper {
        width: 115px;
        height: 200px;
    }
    .vk-hero__image-wrapper--right {
        transform: translate(calc(-50% + 85px), -50%) scale(0.68);
    }
    .vk-hero__image-wrapper--left {
        transform: translate(calc(-50% - 85px), -50%) scale(0.68);
    }
    .vk-hero__images {
        height: 200px;
    }
    .vk-hero__carousel-section {
        min-width: 340px;
        max-width: 340px;
    }
    .vk-hero__description {
        margin: 0 0 24px 0;
        font-size: 14px;
    }
    .vk-hero__cta-button {
        height: 54px;
        max-width: 300px;
    }
    .service-card {
        width: 100%;
        flex-basis: 100%;
    }
    .reviews-contact {
        padding: 80px 0;
    }
    .reviews-gallery {
        margin-top: 0;
    }
    .reviews-title {
        font-size: 28px;
        line-height: 38px;
    }
    .contact-title {
        font-size: 28px;
        line-height: 38px;
    }
    .contact-details {
        font-size: 20px;
        line-height: 28px;
    }
    .contact-address span {
        font-size: 20px;
    }
    .contact-address {
        font-size: 16px;
        line-height: 23px;
    }
    .contact-form-column {
        width: 100%;
    }
    .contact-form {
        margin-top: 10px;
    }
    .submit-button {
        margin-top: 20px;
        height: 50px;
    }
    .reviews-description br {
        display: none;
    }

    .not-visible-icon {
        display: none !important;
    }

    .mob-visible-icon {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .services-section__description, .corporate-events__description, .photo-gallery__description, .reviews-description {
        margin-bottom: 30px;
        padding-right: 60px;
    }

    .ranch-map__pagination {
        justify-content: center;
    }

    .lk-chat {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .totop-btn {
        bottom: 5px;
        right: 16px;
    }

    .sf-header--sticky .case.sf-header__top-inner {
        margin-top: 0px !important;
        padding-bottom: 15px !important;
    }

    .ranch-map__cta-title {
        font-size: 18px;
    }

    .ranch-map__info-image {
        width: 85%;
        margin: 0 auto;
    }

    .ranch-map__info-content {
        padding: 250px 21px 30px;
    }

    .ranch-map__info-image {
        height: 255px;
        right: 0;
    }

    .ranch-map__map-box-icon {
        width: 105%;
        height: 110%;
    }

    .ranch-map__map-column {
        height: 280px;
        position: relative;
        top: -30px;
        left: -12px;
    }

    .ranch-map__map-image {
        height: 100%;
        min-width: 390px;
        position: absolute;
        min-height: 335px;
        object-fit: contain;
    }

    .ranch-map__map-icon-item {
        width: clamp(22px, 6vw, 31px);
        height: clamp(29px, 7vw, 40px);
        font-size: clamp(12px, 2.6vw, 10px);
        padding-top: clamp(2px, 1.7vw, 4px);
    }

    .ranch-map__info-description {
        font-size: 14px;
    }

    .corporate-events__contact-section .corporate-events__privacy-notice span {
        color: white !important;
    }

    .mod__item .corporate-events__privacy-notice span {
        color: black !important;
    }

}

@media (max-width: 1200px) {
    .home-intro .ranch-homepage__container {
        padding-bottom: 40px;
    }
}
