@font-face {
    font-family: GV;
    src: url(../fonts/GreatVibes-Regular.ttf);
}

@font-face {
    font-family: SF-bold;
    src: url(../fonts/SF-pro/SF-Pro-Display-Bold.otf)
}

@font-face {
    font-family: SF-reg;
    src: url(../fonts/SF-pro/SF-Pro-Display-Regular.otf)
}

@font-face {
    font-family: SF-light;
    src: url(../fonts/SF-pro/SF-Pro-Display-Light.otf)
}

@font-face {
    font-family: SF-SBold;
    src: url(../fonts/SF-pro/SF-Pro-Display-Semibold.otf)
}

@font-face {
    font-family: SF-medium;
    src: url(../fonts/SF-pro/SF-Pro-Display-Medium.otf)
}

.SF-bold {
    font-family: SF-bold;
}

.SF-Sbold {
    font-family: SF-SBold;
}

.SF-reg {
    font-family: SF-reg;
}

.SF-light {
    font-family: SF-light;
}

.SF-medium {
    font-family: SF-medium;
}

.GV {
    font-family: GV;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.topLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 1440px;
    margin: auto;
    padding-top: 15px;
    position: relative;
    z-index: 99999999;
}

.logo {
    width: 148px;
    height: 100px;
}

.logoText {
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF80;
    ;
}

.topLineLeft {
    width: 50%;
    height: inherit;
    display: flex;
    align-items: center;
    gap: 20px;
}

.topLineRight {
    width: 50%;
    height: inherit;
    display: flex;
    align-items: center;
    gap: 30px;
}

.topWrapBg {
    position: absolute;
    width: 1920px;
    height: 905px;

    background:
        linear-gradient(254deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%),
        url('../img/lake.webp');

    background-size: 100% 160%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.footerElembg {
    position: absolute;
    width: 1920px;
    height: 905px;



    background-size: 100% 160%;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* Frame 3537 */
.greenRing {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;

    & svg {
        margin-left: 2px;

    }

    gap: 12px;
    width: 20px;
    height: 20px;
    background: #00963E;
    border-radius: 184.5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25),
    0 3px 10px rgba(0, 0, 0, 0.15);
}

.greenBoxes {
    display: flex;
    gap: 10px;
}

/* Auto layout */
.phoneH1 {
    font-size: 18px;
    color: white;
}

.phoneP {
    font-size: 14px;
    color: white;
    opacity: 0.5;
}

.tLR-Phone {
    display: flex;
    gap: 10px;
}

.tLR-PhoneText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

nav {
    width: 100%;

    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9999999999;
    margin-top: 20px;
    font-family: SF-reg;
}

.main-nav__list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;

}

.main-nav__item {
    position: relative;
    font-size: 18px;
    line-height: 1;

}

.main-nav__item>a {
    color: #FFFFFF80;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    opacity: 0.9;
    transition: opacity 0.2s ease, color 0.2s ease;

}

.main-nav__item:hover>a {
    color: #ffffff;

}

/* Активный пункт (подчёркнутый) */
.main-nav__item--active>a {
    opacity: 1;
    font-weight: 500;
}

/* Ховер по пунктам */
.main-nav__item:hover>a {
    opacity: 1;
}

/* Выпадающее меню */
.main-nav__item--has-sub::after {
    content: "▾";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.main-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    min-width: 180px;
    background: rgba(120, 120, 120, 0.271);
    border-radius: 4px;

    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    border: 1px solid #ffffff;
    padding: 0px;
}

.main-nav__dropdown li a {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.9;
    transition: background 0.15s ease, opacity 0.15s ease;

}

.main-nav__dropdown li {
    border-bottom: 1px solid #FFF;
}

.main-nav__dropdown li a:hover {
    background: rgba(255, 255, 255, 0);
    opacity: 1;
}

/* Показ дропдауна по hover */
.main-nav__item--has-sub:hover>.main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navWrap {
    width: 1440px;
    border-top: 1px solid #FFFFFF4D;
    border-bottom: 1px solid #FFFFFF4D;
    padding: 10px;
}

.topWrapInfo {
    height: 500px;
    width: 1440px;
    margin: auto;
    display: flex;
    margin-top: 180px;
    justify-content: space-between;
    position: relative;
    z-index: 9999999;
}

.tWILeft {
    width: 66%;
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;

}

.tWILH1 {
    font-size: 24px;
    color: #FFF;
    font-size: 168px;
}

.tWILP {
    font-size: 24px;
    color: #ffffffdc !important;
    font-size: 24px;
    color: white;
    position: relative;
    top: 10px;
    line-height: 140%;
    width: 85%;
}

.tWLPButton {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #00963E;
    border-radius: 123px;
    padding: 30px 12px;
    color: white;
    position: relative;
    top: 30px;
    cursor: pointer;
}

.tWIRight {
    position: relative;
    width: 33%;
    display: flex;
    justify-content: flex-end;
}

.blurDiv {
    box-sizing: border-box;

    width: 352px;
    height: 525px;
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(8px);
    border-radius: 32px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #DDDDDD;
}

.blurDiv img {
    width: 290px;
    display: block;

    margin-bottom: 10px;
}

.blurDivH1 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.blurDivP {
    font-size: 18px;
    opacity: 0.7;
    color: #FFF;
    display: inline-block;

}

.blurButton {
    height: 54px;
    width: 244px;
    margin-top: 20px;
    background-color: #00963E;
    border-radius: 123px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.blurButton svg {
    position: relative;
    top: 4px;
}

.cloudsTop {
    background-image: url('../img/cloudsTop.webp');
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    position: relative;
    z-index: 9999;
    top: -20px;
}

.mainCont {
    width: 100%;
    position: relative;
    z-index: 99999999999;
    margin-top: -120px;
}

.trio {
    width: 1440px;
    display: flex;
    gap: 10px;
    margin: auto;
    margin-top: 50px;

}

.trioElem {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(106, 118, 144, 0.16);
    display: flex;
    align-items: flex-start;
    text-align: start;
    flex-direction: column;
    border-radius: 32px;
    padding: 25px;
    position: relative;
    z-index: 999999;
}

.trioElem>img {
    width: 50px;
}

.trioP {
    border-radius: 64px;
    font-size: 18px;
    margin-top: 20px;
    color: #1F1F24;
    line-height: 100%;
}

.cont {
    margin-top: 150px;
}

.h1GVCenter {
    color: #00963E;
    font-size: 96px;
    width: 100%;
    text-align: center;
}

.footerBg {
    position: relative;
}

.clouds {
    z-index: 999999;
    height: 420px;
    top: -669px;
}

.sky {
    top: -480px;
}

footer {
    margin-top: 500px;

}

.footerH1 {
    font-size: 342.96px;
    color: #6C98BF;
    width: 100%;
    text-align: center;
    position: relative;
    top: -263px;
    z-index: 99999999;
}

.footerText {

    width: 1440px;
    margin: auto;
    margin-top: -230px;
    position: relative;
    z-index: 999999999;

}

.footerBlock1 {
    width: 232px;
    overflow: hidden;

    & img {
        width: 148px;
        height: 100px;
    }
}

.footerBlock1P {
    color: white;
    line-height: 140%;
    font-size: 14px;
    margin-top: 15px;
}

.footGreen {
    margin-top: 30px;
    width: 224px !important;
    color: #FFFFFF;
    font-size: 14px;
    height: 22px;
    padding: 0px;
    width: 172px !important;

    & svg {
        margin-left: 20px;
    }
}


.footerBlockText {
    display: flex;
    flex-direction: column;
    width: 231px;
}

.footerTextTop {
    display: flex;

}

.footerBlockTextH1 {
    font-size: 18px;
    color: white;
    display: inline-block;

}

.footerBlockTextA {
    font-size: 14px;
    margin-top: 8px;
    color: #FFF;
    display: inline-block;
}

.footerTextBot {
    width: 1440px;
    margin-top: 30px;
    border-top: 1px solid #D9D9D9;
    display: flex;
}

.C {
    font-size: 14px;
    color: white;
    margin-top: 4;
}

.footerTextBotWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    width: 100%;
}

.weMake {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;

    & a {
        color: white !important;
    }

    & img {
        height: 39px;
    }
}


.rm-slider {
    position: relative;
    width: 60%;
    overflow: hidden;
    border-radius: 20px;
    height: 600px;
}

/* ВАЖНО: задаём высоту через паддинг, чтобы блок не был 0 */
.rm-slider__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* соотношение сторон 16:9, можно изменить */
.rm-slider__viewport::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 9 / 16 * 100 */
}

/* каждый слайд занимает всю область вьюпорта */
.rm-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.rm-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.activity-card__text {
    display: none;
}

.is-active .activity-card__body .activity-card__text {
    display: block;
}

.activity-slider__track {
    /* padding-left: 40px; твой нужный отступ */
}

.activity-slider__track {
    display: flex;
    gap: 24px;
    /* padding-left: 40px;          твой отступ слева */
    transition: transform .35s ease;
    align-items: center;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.rm-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0px !important;
}

.slider-buttons {
    width: 100%;
    display: flex;
    gap: 15px;
    padding-left: 20px;

    & * {
        padding: 18px 32px 16px 32px;
        font-size: 17px;
        width: fit-content;
        border-radius: 123px;
        line-height: 17px;
    }
}

.sliderButton1 {
    background-color: #00963E;
    transition: 0.3s all ease;
    color: white;

    &:hover {
        background-color: #00ad48;
    }
}

.sliderButton2 {
    border: 1px solid #00963E;
    transition: 0.3s all ease;
    color: #000;

    &:hover {
        background-color: #00ad48;
        color: white;
    }
}

/* точки */
.rm-dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 6;
}

.rm-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.rm-dots span.is-active {
    background: #00963E;
    transform: scale(1.2);
}

.sliderRight {
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #FFF;
    z-index: 999;
    border-radius: 20px;
    height: 90%;
    top: 5%;
    right: 0px;

    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(106, 109, 175, 0.25);
    border-radius: 32px;

}

.sliderH1 {
    font-size: 32px;
    color: #1F1F24;
    padding: 0px 30px;
}

.variables {
    display: flex;
    width: 1440px;
    margin: auto;
    position: relative;
    margin-bottom: 200px;
}

.rm-img {
    position: absolute;
    height: 100px;
    width: 60%;
    bottom: -120px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.rm-img div {
    height: 100%;
    width: 150px;
    cursor: pointer;
    background-size: cover;
    opacity: 0.5;
    border-radius: 15px;
}

.is-active {
    opacity: 1 !important;
    /* активный яркий */
}

.plusi {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    padding: 0px 30px;
}

.plusiItem {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;

    & img {
        width: 30px;
    }
}

.sliderP {
    color: #1F1F24;
    font-size: 23px;
    line-height: 140%;
    width: 60%;
    margin-top: 20px;
    padding: 0px 30px;
}

.sliderPrice {
    display: flex;
    gap: 20px;
    padding: 0px 30px;
}

.priceNumber span:nth-child(1) {
    color: black;
    font-size: 30px;
}

.priceNumber span:nth-child(3) {
    color: #1F1F24;
    font-size: 18px;
    opacity: 0.5;
}

.sR2 {
    left: 0px;
}

.var-left {
    justify-content: flex-end;
}

.answers {

    width: 1440px;
    margin: auto;
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
}

.answersLeft {
    width: 50%;
}

.answersRight {
    width: 50%;
}

.answersH1 {
    color: #00963E;
    font-size: 96px;
}

.answersP {
    color: #1F1F24;
    font-size: 24px;
    line-height: 140%;
    opacity: 0.7;
}

.sellAccordion {
    margin-top: 30px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    /* box-shadow: 0 0 24px rgba(106, 109, 175, 0.25); */
    border-radius: 16px;
    padding: 30px 20px;
    background-color: #F6F6F6;
}

/* Frame 3420 */



.sellAccTop {
    display: flex;
    font-size: 24px;
    justify-content: space-between;
}

.down-arrow {
    width: 0;
    height: 0;

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4C4C5A;
    margin-left: auto;
    margin-right: 15px;
}


.sellAccBot {

    font-size: 18px;
    line-height: 140%;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.burger {
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger span {
    display: block;
    height: 5px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    transition: 0.3s;
}



/* Оверлей */
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    pointer-events: none;
}

.overlay-content {
    width: 90%;
    max-width: 900px;
    min-height: 50vh;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.5);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-around;
    gap: 15px;
}

.navOpen {
    display: flex !important;

    &>.navWrap {
        border: none;
    }
}


.lakes18H1 {
    color: #00963E;
    font-size: 96px;
    text-align: center;
}

.lakes18Wrap {
    margin-top: 60px;
}

.lakes18 {
    display: flex;
    flex-wrap: wrap;
    width: 1440px;
    margin: auto;
    margin-top: 50px;
    justify-content: space-between;
}

.l18column {
    height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 473px;
}

.lc18Img {
    width: 450px;
    height: 500px;
    background-size: 150% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lc18Img-c1 {
    border-bottom-right-radius: 0px !important;
    background-image: url('../img/l18-c1.png');

}

.l18Border-c1 {
    border-bottom-right-radius: 0px !important;
}

.l18Border {
    width: 95%;
    height: 95%;
    /* Rectangle 75 */
    border: 1px solid #FFFFFF;

    border-radius: 123px;
}

.l18num {
    position: absolute;
    width: 64px;
    height: 64px;

    background: #00963E;
    border-radius: 16px;
    text-align: center;
    line-height: 64px;
    color: white;
    font-size: 32px;
}

.l18num-c1 {
    right: 0px;
    bottom: 0px;
    border-bottom-right-radius: 0px !important;
}

.l18Text {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}

.lc18Img-c2 {
    border-top-left-radius: 0px !important;
    background-image: url('../img/l18-c2.png');
    background-size: 100% 100%;
}

.l18Border-c2 {
    border-top-left-radius: 0px !important;
}

.l18num-c2 {
    left: 0px;
    top: 0px;
    border-top-left-radius: 0px !important;
}

.lc18Img-c3 {
    border-bottom-left-radius: 0px !important;
    background-image: url('../img/l18-c3.png');
    background-size: 170% 100%;
}

.l18Border-c3 {
    border-bottom-left-radius: 0px !important;
}

.l18num-c3 {
    left: 0px;
    bottom: 0px;
    border-bottom-left-radius: 0px !important;
}

.footerGreenBox {
    background-color: #00963E;
    display: flex;
    justify-content: space-between;
    padding: 15px 13px;
    padding-top: 20px;
    border-radius: 123px;
}


:root {
    --green: #00a651;
    --card-radius: 24px;
    --card-gap: 24px;
    --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.10);
    --bg: #f5f7fb;
}


/* Секция */

.activity {
    margin-bottom: 40px;
    width: 100vw;
}

/* ВЕРХНИЙ БЛОК (ЗАГОЛОВОК + КНОПКИ) — ОГРАНИЧЕН 1440px */
.activity__top {
    max-width: 1440px;
    margin: auto;
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.activity__title {
    font-size: 96px;
    font-weight: 400;
    font-family: GV;
    color: #00963E;
}

.activity__controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.activity__arrow {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    background: #00963E;
    transition: background 0.2s, transform 0.15s;
    color: white;
}

.activity__arrow:hover {
    background: #09ab00;
    transform: translateY(-1px);
}

.activity__all-btn {
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.06em;
    background: #00963E;
    color: #fff;
    font-family: 'SF-reg';
    
}

/* СЛАЙДЕР — НА ВСЮ ШИРИНУ СТРАНИЦЫ */
.activity-slider {
    width: 100vw;
    /* во всю ширину окна */
    margin: 0;
    /* без ограничений по центру */
}

.activity-slider__track.owl-carousel .owl-stage-outer {
    /* overflow: hidden; */
}

/* ФИКСИРОВАННАЯ ШИРИНА КАРТОЧЕК ВНУТРИ СЛАЙДЕРА */
.activity-card {
    width: 360px;
    /* фиксированная ширина элемента */
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.activity-card__image {
    position: relative;
    /* overflow: hidden; */
}

.activity-card__image img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.activity-img-border {
    position: absolute;
    inset: 12px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.activity-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.activity-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    font-family: 'SF-reg';
}

.activity-card__text {
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    margin: 0 0 12px;
    flex: 1;
    font-family: 'SF-reg';
}

.activity-card__price {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'SF-reg';
}

.activity-card__price span {
    font-size: 16px;
    font-weight: 700;
}

/* АДАПТИВ: уменьшаем ширину карточки на очень маленьких экранах */
@media (max-width: 480px) {
    .activity__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .activity__title {
        font-size: 22px;
    }

    .activity-card {
        width: 280px;
    }
}
.activity-card {
    width: 360px;              /* твоя фиксированная ширина */
    background: #fff;
    border-radius: 16px;
    /* overflow: hidden; */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;

    opacity: 0.4;
    transform: scale(0.9);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Выбранная карточка (самый левый активный слайд) */
.activity-card.is-selected {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

/* Текст, который должен показываться только у выбранного слайда
   Можно использовать уже существующий .activity-card__text */
.activity-card__text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition:
        opacity 0.3s ease,
        max-height 0.3s ease,
        transform 0.3s ease;
}

/* Когда карточка выбрана — раскрываем текст */
.activity-card.is-selected .activity-card__text {
    opacity: 1;
    max-height: 300px; /* подбери под свой контент */
    transform: translateY(0);
}
.activity-card {
    width: 360px;              /* фиксированная ширина */
    background: #fff;
    border-radius: 16px;
    /* overflow: hidden; */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;

    opacity: 0.4;
    transform: scale(0.9);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.activity-card.is-selected {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

/* Текст, который показывается только у выбранного */


/* Карточка — как уже настроено */
.activity-card {
    /* твои стили */
    transform: scale(0.9);
    transition:
        transform 0.6s ease,
        box-shadow 0.6s ease;
}

.activity-card.is-selected {
    transform: scale(1.15);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}



/* У выбранной карточки текст показываем */
.activity-card.is-selected .activity-card__text {
    opacity: 1;
    max-height: 300px; /* подбери под свои реальные тексты */
    transform: translateY(0);
    display: inline;
}
.activity-slider .owl-stage-outer {
    padding-left: 80px;  /* сколько нужно */
}
.bar{
    width: 1440px;
    margin: auto;
    margin-top: 150px;
}
.bar-h1{
    font-size: 96px;
    color: #00963E;

    width: fit-content;
    margin: auto;
}
/* прячем нужные .variables */
.variables.is-hidden {
    display: none;
}

/* активная кнопка ресторана */
.bar-button {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: 0.2s all ease;
}

.bar-button--active {
    border-color: #00963E;
    background-color: rgba(0, 150, 62, 0.08);
}
.bar-trio {
    position: relative;
    display: flex;
    width: fit-content;
    align-items: center;
    border-radius: 123px;
    border: 1px solid #00963E;
    padding: 0px;
    background: #fff;
    overflow: hidden;
    margin: auto;
    margin-bottom: 50px;
}
.bar-slider-p{
    width:95%;
}

/* зелёная бегущая капсула */
.bar-pill {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 999px;
    background: #00963E;
    z-index: 0;
}

/* сами «кнопки» */
.bar-button {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    padding: 12px 32px 16px 32px ;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 32px;
    font-family: 'SF-reg';
    color: #4A4A57;
    white-space: nowrap;
}

/* активный пункт: только цвет текста белый,
   фон даёт .bar-pill */
.bar-button--active {
    color: #fff;
}

/* скрытие остальных слайдеров */
.variables.is-hidden {
    display: none;
}
.halfBlocks{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.LeftHB{
    & .hBLeft{
        order: 1;
        & > img{
            width: 100%;
            border-top-right-radius: 32px;
            border-bottom-right-radius: 32px;
        }
    }
    & .hBRight{
        order: 2;
    }
}
.hBLeft{
    width: 50%;
    
}
.hBRight{
    width: 45%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.hBH1{
    font-size: 48px;

}
.hBTime{
    font-family: 'SF-reg';
    line-height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hBP{
    opacity: 0.7;
    font-size: 24px;
    line-height: 140%;
    color: #1F1F24;
}
.hBButton{
    padding: 18px 32px 16px 32px;
    font-size: 17px;
    width: fit-content;
    border-radius: 123px;
    line-height: 17px;
    margin-top: 50px;
}