@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-light.woff2') format('woff2'),
         url('/assets/fonts/montserrat-light.woff') format('woff'),
         url('/assets/fonts/montserrat-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-regular.woff2') format('woff2'),
         url('/assets/fonts/montserrat-regular.woff') format('woff'),
         url('/assets/fonts/montserrat-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-medium.woff2') format('woff2'),
         url('/assets/fonts/montserrat-medium.woff') format('woff'),
         url('/assets/fonts/montserrat-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-semibold.woff2') format('woff2'),
         url('/assets/fonts/montserrat-semibold.woff') format('woff'),
         url('/assets/fonts/montserrat-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat-bold.woff2') format('woff2'),
         url('/assets/fonts/montserrat-bold.woff') format('woff'),
         url('/assets/fonts/montserrat-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #4b4a4a;
    background-image: url(/img/fon.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    line-height: 1.4;
    font-size: 1rem;
}

/* Глобальные настройки шрифтов */
h1, h2, 
.navbar-brand, .brand-text,
.invest-title, .benefits-title, .package-title, .steps-title, 
.advantages-title, .finance-title, .management-title, 
.business-model-title, .nations-title, .gallery-title,
.benefits-column-title, .finance-left-title, .management-subtitle,
.business-model-card-title, .payback-title,
.advantage-item span, .advantage-icon-small i,
.finance-value, .payback-main,
.payback-unit, .income-value, .business-model-value {
    color: #006747;
}

h1 {
    font-size: 5.5em;
}

h2 {
    font-size: 3em;
}

.item-title {
    font-size: 1.5em;
    color: #006747;
}

/* Общие стили для секций */
.invest-section,
.benefits-section,
.package-section,
.steps-section,
.advantages-section,
.finance-section,
.management-section,
.business-model-section,
.nations-section,
.gallery-section {
    margin-bottom: 65px;
}

/* Общие стили для контейнеров */
.invest-container,
.benefits-container,
.package-container,
.steps-container,
.advantages-container,
.finance-container,
.management-container,
.business-model-container,
.nations-container,
.gallery-container,
.hero-container {
    background-color: #e5f9f2bf;
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
    overflow: hidden;
}

/* Общие стили для заголовков секций */
.invest-title,
.benefits-title,
.package-title,
.steps-title,
.advantages-title,
.finance-title,
.management-title,
.business-model-title,
.nations-title,
.gallery-title {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3em;
}

.hero-title {
    font-size: 2em;
    padding-top: 20px;
    font-weight: 700;
    margin-bottom: 1.5em;
}

/* Обертка для контента поверх фона */
.content-wrapper {
    position: relative;
    z-index: 2;
}

/* Навигация */
.navbar {
    background-color: #e5f9f2bf;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #006747;
}

.contact-btn {
    background-color: #006747;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.contact-btn:hover {
    background-color: #004d38;
}

/* Главная секция */
.hero-section {
    padding-top: 50px;
    margin-bottom: 65px;
}

.hero-container {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    min-height: 100%;
    grid-template-columns: 37.5% 62.5%;
    grid-template-rows: minmax(24em, auto);
    grid-template-areas: "accent body";
    padding: 0;
}

.hero-content {
    grid-area: body;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.glamping-title {
    font-size: 5em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #006747;
}

.highlight-text {
    color: #b78f1a;
    font-weight: 700;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.hero-image {
    grid-area: accent;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    background-image: url(/img/glavnaya.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url(/img/circle-left.svg);
    mask-image: url(/img/circle-left2.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    width: 105%;
    margin-right: -5%;
}

/* Стили для списка преимуществ в первой секции */
.advantages-list {
    margin-bottom: 2em;
}

.advantage-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8em;
}

.advantage-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.advantage-item span {
    font-size: 1.3rem;
    font-weight: 600;
}

/* Секция 2 */
.invest-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background-color: #d1efe4ff;
    border-radius: 1.2em;
    margin: 0 -20px;
}

.invest-item {
    padding: 30px;
    border-right: 1px solid #b8e0d2;
    border-bottom: 1px solid #b8e0d2;
}

.invest-item:nth-child(2n) {
    border-right: none;
}

.invest-item p {
    margin: 0;
}

.invest-conclusion {
    padding: 30px 0 0 0;
    position: relative;
}

.invest-conclusion p,
.package-conclusion p,
.steps-conclusion p {
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding-left: 20px;
    border-left: max(1px, 0.125em) solid #006747;
}

/* Секция 3 */
.benefits-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.benefits-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefits-block-inner,
.invest-table,
.package-item,
.finance-table,
.payback-block,
.income-block,
.management-emphasis,
.business-model-card {
    background-color: #d1efe4ff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefits-block-inner {
    gap: 0;
}

.benefits-column-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left;
    flex-shrink: 0;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    flex-grow: 1;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
}

.benefits-list li:last-child {
    margin-bottom: 0;
}

.benefit-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background-color: #006747;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2em;
}

.benefit-content {
    flex: 1;
}

.benefits-list li strong {
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #4b4a4a;
}

.benefits-list li p {
    margin-bottom: 0;
    line-height: 1.4;
}

/* Секция 4 */
.package-images {
    display: flex;
    gap: 60px;
    margin-bottom: 4em;
}

.package-image {
    flex: 0 0 calc(50% - 30px);
}

.image-wrapper {
    width: 100%;
    height: 366px;
    background-color: #d1efe4;
    border-radius: 10px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-items {
    display: flex;
    gap: 30px;
    margin-bottom: 2em;
}

.package-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 2em;
    overflow: visible;
}

.package-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #006747;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-item-header {
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-number {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #006747;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 2;
}

.package-item-title {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-align: center;
    color: #4b4a4a;
}

.package-text p {
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
}

.package-conclusion {
    padding-top: 20px;
    position: relative;
}

/* Секция 5 - Вертикальные шаги */
.steps-vertical {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 3em;
}

.step-vertical {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    min-height: 80px;
}

.step-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
    height: 100%;
}

.step-arrow {
    position: relative;
    width: 50px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.step-arrow i {
    color: white;
    font-size: 1.2em;
    z-index: 2;
    position: relative;
}

.step-content {
    flex: 1;
    padding: 10px 0;
}

.step-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left;
    line-height: 1.3;
    color: #4b4a4a;
}

.step-text {
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.steps-subtitle,
.finance-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3em;
    text-align: left;
    line-height: 1.5;
}

.steps-conclusion {
    padding-top: 20px;
    position: relative;
}

.steps-conclusion p {
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding-left: 20px;
    border-left: max(1px, 0.125em) solid #006747;
    font-size: 1.2rem;
}

.steps-conclusion strong {
    color: #006747;
}

/* Секция 6 - Преимущества */
.advantages-grid-horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.advantage-item-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.advantage-icon-small {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 5px;
}

.advantage-icon-small i {
    font-size: 1.3em;
}

.advantage-content {
    flex: 1;
}

.advantage-item-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #4b4a4a;
}

.advantage-item-text {
    line-height: 1.5;
    margin: 0;
}

.advantage-item-text strong {
    font-weight: 600;
    color: #006747;
}

/* Секция 7 - Финансовая модель */
.finance-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.finance-left-title {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: left;
}

.finance-table {
    overflow: hidden;
}

.finance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #b8e0d2;
}

.finance-row:last-child {
    border-bottom: none;
}

.finance-row.highlight {
    background-color: #006747;
    color: white;
}

.finance-row.highlight .finance-label,
.finance-row.highlight .finance-value {
    color: white;
    font-weight: 600;
}

.finance-label {
    font-size: 1.1em;
    font-weight: 500;
    flex: 1;
    color: #4b4a4a;
}

.finance-value {
    font-size: 1.2em;
    font-weight: 600;
    text-align: right;
    flex-shrink: 0;
    margin-left: 20px;
}

.finance-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.payback-block,
.income-block {
    text-align: center;
}

.payback-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 25px;
}

.payback-numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.payback-main {
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.payback-secondary {
    font-size: 1.5em;
    font-weight: 600;
    color: #4b4a4a;
}

.payback-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.payback-unit {
    font-size: 1.2em;
    font-weight: 600;
}

.payback-desc {
    font-size: 0.95em;
    text-align: center;
    line-height: 1.4;
    color: #4b4a4a;
}

.income-value {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.income-label {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #4b4a4a;
}

.income-text {
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

/* Логотип */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.brand-text {
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

/* Секция 8 - Об управляющей компании */
.management-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.management-top {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 40px;
    align-items: start;
}

.management-photo {
    width: 270px;
}

.photo-wrapper {
    width: 270px;
    height: 337px;
    border-radius: 10px;
    overflow: hidden;
}

.photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.management-intro {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
}

.management-text p {
    line-height: 1.5;
    margin: 0;
}

.management-fullwidth {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.management-fullwidth p {
    line-height: 1.5;
    margin: 0;
}

.management-highlight strong {
    color: #006747;
}

.management-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    width: 100%;
    height: 247px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-bottom {
    display: grid;
    grid-template-columns: 1fr 441px;
    gap: 40px;
    align-items: start;
}

.management-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.management-divider {
    height: 2px;
    background-color: #006747;
    margin: 10px 0;
    opacity: 0.3;
}

.management-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.management-subtitle {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

.management-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.management-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.management-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.management-item span {
    line-height: 1.5;
    flex: 1;
}

.management-item strong {
    font-weight: 600;
    color: #006747;
}

.management-emphasis {
    border-radius: 10px;
    padding: 20px 25px;
    margin: 10px 0;
}

.management-emphasis p {
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.management-emphasis strong {
    color: #006747;
}

.management-conclusion {
    margin-top: 10px;
}

.management-conclusion p {
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.management-side-photo {
    width: 441px;
}

.side-photo-wrapper {
    width: 441px;
    height: 441px;
    border-radius: 10px;
    overflow: hidden;
}

.side-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #b8e0d2;
}

.social-text p {
    font-size: 1.1em;
    margin: 0;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5em;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link.vk {
    background-color: #4a76a8;
    color: white;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.photo-caption {
    text-align: center;
    margin-top: 15px;
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.4;
}

/* Секция 9 - Бизнес-модель */
.business-model-intro {
    font-size: 1.2rem;
    margin-bottom: 3em;
    text-align: left;
    line-height: 1.5;
}

.business-model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.business-model-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.business-model-card-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

.business-model-value {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.business-model-card-text {
    line-height: 1.5;
    margin-bottom: 20px;
}

.business-model-card-text strong {
    font-weight: 600;
    color: #006747;
}

.business-model-features {
    margin-top: auto;
}

.business-model-subtitle {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #4b4a4a;
}

.business-model-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.business-model-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.business-model-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.business-model-item span {
    line-height: 1.4;
    font-size: 0.95em;
}

/* Секция 10 - Название глэмпинга */
.nations-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nations-text p {
    line-height: 1.5;
    margin: 0;
}

.nations-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 30px 0;
}

.video-subtitle {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.1em;
}

.rutube-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}

.rutube-video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    background-image: url('/img/prewiu.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.rutube-video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 103, 71, 0.3), rgba(0, 103, 71, 0.5));
    transition: background 0.3s;
}

.rutube-video-placeholder:hover .rutube-play-button {
    transform: scale(1.15);
    background-color: rgba(0, 103, 71, 0.9);
}

.rutube-play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 103, 71, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.rutube-play-button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 5px;
}

.rutube-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-preview-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 600;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Секция 11 - Галерея */
.horizontal-gallery {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.gallery-scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-scroll-container::-webkit-scrollbar {
    display: none;
}

.gallery-scroll {
    display: flex;
    gap: 15px;
    padding: 10px 0;
}

.gallery-item {
    flex: 0 0 195px;
    height: 195px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #006747;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
    opacity: 1;
}

.gallery-arrow:hover {
    background-color: #004d38;
    transform: translateY(-50%) scale(1.1);
}

.gallery-arrow:disabled,
.gallery-arrow[style*="pointer-events: none"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.gallery-arrow:disabled:hover,
.gallery-arrow[style*="pointer-events: none"]:hover {
    background-color: #006747;
    transform: translateY(-50%) scale(1);
}

.gallery-arrow-prev {
    left: -20px;
}

.gallery-arrow-next {
    right: -20px;
}

.gallery-arrow i {
    font-size: 1.2em;
}

.rutube-previews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rutube-preview {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rutube-preview:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.rutube-linkbox {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.rutube-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #006747, #00a86b);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Добавляем или меняем эти свойства: */
    background-size: contain; /* Было cover - меняем на contain */
    background-repeat: no-repeat; /* Добавляем чтобы не повторялось */
    background-position: center; /* Центрируем изображение */
}

.rutube-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.rutube-thumbnail.has-preview {
    background: none; /* Убираем градиент */
    background-repeat: no-repeat;
    background-position: center;
}

.play-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: transform 0.3s, background-color 0.3s;
}

.play-icon i {
    color: #006747;
    font-size: 1.5em;
    margin-left: 3px;
}

.rutube-linkbox:hover .play-icon {
    transform: scale(1.1);
    background-color: white;
}

.rutube-content {
    padding: 20px;
}

.rutube-source {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rutube-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #4b4a4a;
}

.rutube-description {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Модальное окно для галереи */
.modal-image {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0;
}

.btn-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    opacity: 0.7;
}

.btn-close:hover {
    opacity: 1;
}

/* Исправления для контейнера Bootstrap */
.container {
    --bs-gutter-x: 1.5rem;
}

/* Секция 12 - Ответы на вопросы (FAQ) */
.faq-section {
    margin-bottom: 65px;
}

.faq-container {
    background-color: #e5f9f2bf;
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
}

.faq-title {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3em;
    color: #006747;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background-color: #d1efe4ff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #c1e7d8;
}

.faq-question-text {
    font-size: 1.3em;
    font-weight: 600;
    color: #4b4a4a;
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #006747;
    transition: all 0.3s ease;
}

.faq-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.faq-icon::after {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.faq-item.active .faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background-color: #e8f7f1;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.faq-answer-content {
    padding-top: 20px;
}

.faq-answer-content p {
    margin: 0;
    line-height: 1.6;
    font-size: 1.1em;
    color: #4b4a4a;
}

.faq-answer-content p:not(:last-child) {
    margin-bottom: 15px;
}

/* Секция 13 - Наша команда */
.team-section {
    margin-bottom: 65px;
}

.team-container {
    background-color: #e5f9f2bf;
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
}

.team-title {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3em;
    color: #006747;
}

/* Стили для членов команды */
.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 388px;
}

.team-photo-container {
    height: 419px;
    border-radius: 5%;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.team-photo-container:hover {
    transform: scale(1.05);
}

.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 0 10px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #4b4a4a;
    margin-bottom: 5px;
    line-height: 1.2;
}

.team-position {
    font-size: 1em;
    color: #006747;
    font-weight: 500;
    line-height: 1.2;
}

/* Секция 14 - Ограниченное предложение */
.limited-offer-section {
    margin-bottom: 65px;
}

.limited-offer-container {
    background-color: #e5f9f2bf;
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
}

.limited-offer-title {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3em;
    color: #006747;
}

.limited-offer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.limited-offer-image .gallery-item {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.limited-offer-image .gallery-item:hover {
    transform: scale(1.02);
}

.limited-offer-image .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.limited-offer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.limited-offer-subtitle {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4b4a4a;
    line-height: 1.3;
}

.limited-offer-description {
    font-size: 1.1em;
    line-height: 1.5;
    color: #4b4a4a;
    margin: 0;
}

.limited-offer-features {
    background-color: #d1efe4ff;
    border-radius: 10px;
    padding: 30px;
}

.limited-offer-features .advantages-list {
    margin-bottom: 25px;
}

.limited-offer-features .advantage-item {
    margin-bottom: 1em;
}

.limited-offer-features .advantage-item:last-child {
    margin-bottom: 0;
}

.limited-offer-features .advantage-item span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4b4a4a;
}

.limited-offer-features .advantage-item strong {
    color: #006747;
    font-weight: 700;
}

.limited-offer-conclusion {
    padding-top: 20px;
    border-top: 2px solid #b8e0d2;
}

.limited-offer-conclusion p {
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.limited-offer-conclusion strong {
    color: #006747;
}

/* Секция 15 - Контакты и форма */
.contacts-section {
    margin-bottom: 0;
}

.contacts-container {
    background-color: #e5f9f2bf;
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
}

.contacts-title {
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 2.5em;
    color: #006747;
}

.contacts-subtitle {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 2em;
    color: #4b4a4a;
    font-weight: 600;
}

/* Основной контент: преимущества и форма */
.contacts-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px;
}

.contacts-benefits {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contacts-benefits .advantages-list {
    margin-bottom: 0;
}

.action-call {
    text-align: center;
    padding: 15px;
    background-color: #d1efe4ff;
    border-radius: 10px;
}

.action-call p {
    margin: 0;
    font-size: 1.1em;
}

.contacts-form {
    height: auto;
}

.form-container {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: auto;
}

.form-container iframe {
    border: none;
    width: 100%;
    height: 600px;
}

/* Контакты на всю ширину */
.contacts-fullwidth {
    width: 100%;
    margin-bottom: 40px;
}

.contact-info {
    background-color: #d1efe4ff;
    border-radius: 10px;
    padding: 30px;
}

.contact-info-title {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #006747;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.company-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-name {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.company-data {
    font-size: 0.95em;
    color: #4b4a4a;
}

.office-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.office-image .image-wrapper {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
}

.office-image {
    margin-bottom: 10px;
    margin-top: 10px;
}

.office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office-address {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #006747;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    font-size: 1em;
}

.contact-text {
    flex: 1;
}

.contact-role {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 2px;
}

.contact-name {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4b4a4a;
}

.contact-link {
    font-size: 1.1em;
    font-weight: 600;
    color: #006747;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #004d38;
    text-decoration: underline;
}

.social-contacts {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #b8e0d2;
}

.social-role {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2em;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: white;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link.telegram {
    background-color: #0088cc;
}

.social-link.whatsapp {
    background-color: #25D366;
}

.social-link.vk {
    background-color: #4a76a8;
}

.social-link.rutube {
    background-color: #ff0000;
}

.investment-call {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background-color: #d1efe4ff;
    border-radius: 10px;
}

.investment-title {
    font-size: 2em;
    font-weight: 700;
    color: #006747;
    margin: 0;
    line-height: 1.2;
}

/* Футер */
.main-footer {
    border-top: 2px solid #b8e0d2;
    padding-top: 30px;
    margin-top: 30px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-link {
    color: #4b4a4a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #006747;
}

.footer-bottom {
    text-align: center;
}

.copyright {
    font-size: 1em;
    color: #4b4a4a;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-disclaimer {
    font-size: 0.85em;
    color: #666;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.privacy-link {
    color: #006747;
    text-decoration: underline;
    transition: color 0.3s;
}

.privacy-link:hover {
    color: #004d38;
}

/* Кнопка прокрутки наверх */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #006747;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #004d38;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
    transform: translateY(-1px);
}

/* Стили для модального окна связи */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.modal-header {
    background-color: #006747;
    color: white;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
}

.modal-title {
    font-weight: 600;
    font-size: 1.3em;
}

.modal-body {
    padding: 25px;
}

.form-label {
    font-weight: 600;
    color: #4b4a4a;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1em;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #006747;
    box-shadow: 0 0 0 0.2rem rgba(0, 103, 71, 0.25);
}

.form-check {
    margin-top: 15px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.2em;
}

.form-check-input:checked {
    background-color: #006747;
    border-color: #006747;
}

.form-check-label {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
    margin-left: 5px;
}

.btn-primary {
    background-color: #006747;
    border-color: #006747;
    padding: 12px;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #004d38;
    border-color: #004d38;
    transform: translateY(-2px);
}


/* Секция 16 - Партнеры */
.partners-section {
    margin-bottom: 65px;
}

.partners-container {
    border-radius: 1.2em;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 50px;
    overflow: hidden;
}

.partners-title {
    font-weight: 700;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 2em;
    color: #006747;
}

.partners-content {
    height: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.partners-track {
    display: flex;
    align-items: center;
    animation: scroll-partners 30s linear infinite;
    width: max-content;
}

.partner-logo {
    flex: 0 0 auto;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 80px;
    max-width: 150px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partner-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Пауза при наведении для лучшего UX */
.partners-container:hover .partners-track {
    animation-play-state: paused;
}

/* Анимации появления - УСКОРЕННЫЕ НА 10% */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Было 0.5s, стало 0.45s */
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Для изображения в герое - убираем transform */
.hero-image {
    grid-area: accent;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    background-image: url(/img/glavnaya.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url(/img/circle-left.svg);
    mask-image: url(/img/circle-left2.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    width: 105%;
    margin-right: -5%;
    transform: none !important;
}

/* МЕДЛЕННАЯ анимация выезда справа налево для пунктов преимуществ */
@keyframes slideInRightSlow {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Специальные классы для пунктов преимуществ - МЕДЛЕННЫЕ */
.advantage-item {
    opacity: 0;
}

.advantage-item.animated {
    animation: slideInRightSlow 0.54s ease-out forwards; /* Было 0.6s, стало 0.54s */
}

/* Оригинальные задержки для последовательного появления */
.advantage-item.animated:nth-child(1) { animation-delay: 0.1s; }
.advantage-item.animated:nth-child(2) { animation-delay: 0.3s; }
.advantage-item.animated:nth-child(3) { animation-delay: 0.5s; }
.advantage-item.animated:nth-child(4) { animation-delay: 0.7s; }

/* ЗАМЕДЛЕННАЯ анимация выезда слева направо для секции 4 */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Переопределяем стандартную анимацию для package items */
.package-items .package-item.animate-on-scroll {
    opacity: 0;
    transform: translateX(-50px);
    transition: none;
}

/* ЗАМЕДЛЕННАЯ анимация для карточек секции 4 (было 0.65s, стало 0.585s) */
.package-items .package-item.animate-on-scroll.animated {
    animation: slideInLeft 0.585s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Увеличенные задержки для последовательного появления */
.package-items .package-item.animate-on-scroll.animated:nth-child(1) {
    animation-delay: 0.07s;
}

.package-items .package-item.animate-on-scroll.animated:nth-child(2) {
    animation-delay: 0.2s;
}

.package-items .package-item.animate-on-scroll.animated:nth-child(3) {
    animation-delay: 0.33s;
}

/* Анимация простого появления для management items - УСКОРЕНА НА 20% */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для management items */
.management-list .management-item.animate-on-scroll-management {
    opacity: 0;
    transform: translateY(20px);
    transition: none;
}

/* Ускоренная анимация на 20% (было 0.648s, стало 0.52s) */
.management-list .management-item.animate-on-scroll-management.animated {
    animation: fadeInUp 0.52s ease-out forwards;
}

/* Уменьшенные задержки для последовательного появления (на 20% меньше) */
.management-list .management-item.animate-on-scroll-management.animated:nth-child(1) {
    animation-delay: 0.1s; /* Было 0.12s */
}

.management-list .management-item.animate-on-scroll-management.animated:nth-child(2) {
    animation-delay: 0.2s; /* Было 0.24s */
}

.management-list .management-item.animate-on-scroll-management.animated:nth-child(3) {
    animation-delay: 0.3s; /* Было 0.36s */
}

.management-list .management-item.animate-on-scroll-management.animated:nth-child(4) {
    animation-delay: 0.4s; /* Было 0.48s */
}

/* Анимация плавного появления из ниоткуда */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Стили для fade-in анимации */
.animate-fade-in {
    opacity: 0;
}

.animate-fade-in.animated {
    animation: fadeIn 0.72s ease-out forwards; /* Было 0.8s, стало 0.72s */
}

/* Задержки для карточек бизнес-модели */
.business-model-card[data-delay="0"].animated {
    animation-delay: 0.2s;
}

.business-model-card[data-delay="1"].animated {
    animation-delay: 0.6s;
}

/* Гарантируем, что анимация сработает даже если элементы уже в viewport при загрузке */
@media (prefers-reduced-motion: no-preference) {
    .package-items .package-item.animate-on-scroll.animated {
        animation: slideInLeft 0.585s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    }
}

/* Большие ноутбуки и десктопы */
@media (max-width: 1400px) {
    .navbar-nav .nav-link {
        font-size: 0.8rem;
        margin: 0 8px;
        padding: 0.3rem 0.5rem;
    }
    
    .brand-text {
        font-size: 1.3rem;
    }
    
    .contact-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .navbar .container {
        max-width: 1320px;
    }
    
    .glamping-title {
        font-size: 4em;
    }
    
    .hero-title {
        font-size: 2em;
    }
    
    .advantages-grid-horizontal,
    .finance-content {
        gap: 40px;
    }
    
    .payback-main {
        font-size: 3.5em;
    }
    
    .income-value {
        font-size: 2.2em;
    }
    
    .advantage-item-title {
        font-size: 1.3em;
    }
    
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 2.8em;
    }
    
    .management-top {
        grid-template-columns: 250px 1fr;
        gap: 30px;
    }
    
    .management-photo {
        width: 250px;
    }
    
    .photo-wrapper {
        width: 250px;
        height: 312px;
    }
    
    .management-bottom {
        grid-template-columns: 1fr 400px;
        gap: 30px;
    }
    
    .management-side-photo {
        width: 400px;
    }
    
    .side-photo-wrapper {
        width: 400px;
        height: 400px;
    }
    
    .business-model-grid {
        gap: 30px;
    }
    
    .business-model-value {
        font-size: 2.2em;
    }
    
    .rutube-previews {
        gap: 25px;
    }

    .faq-title {
        font-size: 2.8em;
    }

    .team-title {
        font-size: 2.8em;
    }

    .limited-offer-title {
        font-size: 2.8em;
    }
    
    .limited-offer-subtitle {
        font-size: 1.6em;
    }

    .contacts-title {
        font-size: 2.2em;
    }
    
    .investment-title {
        font-size: 1.8em;
    }
    
    .partners-title {
        font-size: 2.8em;
    }
}

/* Ноутбуки 993px - 1400px */
@media (max-width: 1400px) and (min-width: 993px) {
    .hero-container {
        grid-template-rows: minmax(20em, auto);
    }
    
    .glamping-title {
        font-size: 4em;
        line-height: 1.2;
    }
    
    .hero-title {
        font-size: 1.8em;
        margin-bottom: 1em;
    }
    
    .hero-content {
        padding: 40px;
    }
    
    .advantage-item span {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .advantages-list {
        margin-bottom: 1.5em;
    }
    
    .navbar-collapse {
        flex-grow: 1;
        display: flex;
        justify-content: center;
    }
    
    .navbar-nav {
        position: static;
        transform: none;
        display: flex;
        justify-content: center;
        width: auto;
        margin: 0 auto !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0 8px;
    }
    
    .contact-btn {
        margin-left: auto;
    }
    
    .navbar-nav .nav-link {
        font-size: 0.85rem;
        margin: 0 8px;
        padding: 0.4rem 0.6rem;
    }
    
    .brand-text {
        font-size: 1.3rem;
    }
    
    .contact-btn {
        padding: 7px 16px;
        font-size: 0.85rem;
    }

    .hero-section,
    .invest-section,
    .benefits-section,
    .package-section,
    .steps-section,
    .advantages-section {
        margin-bottom: 50px;
    }
    
    .invest-container,
    .benefits-container,
    .package-container,
    .steps-container,
    .advantages-container {
        padding: 40px;
    }
    
    .invest-title,
    .benefits-title,
    .package-title,
    .steps-title,
    .advantages-title {
        font-size: 2.5em;
        margin-bottom: 1em;
    }
    
    .invest-item {
        padding: 25px;
    }
    
    .benefits-blocks {
        gap: 15px;
    }
    
    .benefits-block-inner {
        padding: 25px;
    }
    
    .benefits-column-title {
        font-size: 1.8em;
    }
    
    .benefits-list li strong {
        font-size: 1.3em;
    }
    
    .package-images {
        gap: 40px;
        margin-bottom: 3em;
    }
    
    .image-wrapper {
        height: 300px;
    }
    
    .steps-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2em;
    }
    
    .step-arrow {
        width: 45px;
        height: 54px;
    }
}

/* Ноутбуки 1200px */
@media (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 0.8rem;
        margin: 0 4px;
        padding: 0.25rem 0.4rem;
    }
    
    .brand-text {
        font-size: 1.1rem;
    }
    
    .logo-img {
        width: 30px;
        height: 30px;
    }
    
    .contact-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
    }
}

/* Маленькие ноутбуки 993px - 1200px */
@media (max-width: 1200px) and (min-width: 993px) {
    .glamping-title {
        font-size: 3.5em;
    }
    
    .hero-title {
        font-size: 1.6em;
    }
    
    .hero-content {
        padding: 35px;
    }
    
    .invest-container,
    .benefits-container,
    .package-container,
    .steps-container,
    .advantages-container {
        padding: 35px;
    }
    
    .invest-title,
    .benefits-title,
    .package-title,
    .steps-title,
    .advantages-title {
        font-size: 2.2em;
    }
    
    .navbar-nav .nav-link {
        font-size: 0.75rem;
        margin: 0 4px;
        padding: 0.25rem 0.4rem;
    }
    
    .brand-text {
        font-size: 1.1rem;
    }
    
    .contact-btn {
        padding: 5px 12px;
        font-size: 0.75rem;
    }

    .image-wrapper {
        height: 250px;
    }
    
    .advantage-item-horizontal {
        gap: 15px;
    }
    
    .advantage-item-title {
        font-size: 1.3em;
    }
}

/* Планшеты и маленькие ноутбуки */
@media (max-width: 1100px) {
    .navbar-nav .nav-link {
        font-size: 0.75rem;
        margin: 0 3px;
        padding: 0.2rem 0.3rem;
    }
    
    .brand-text {
        font-size: 1rem;
    }
    
    .logo-img {
        width: 25px;
        height: 25px;
    }
    
    .contact-btn {
        padding: 4px 8px;
        font-size: 0.75rem;
    }
    
    .nav-link[href*="модель"]::after {
        content: "Фин.модель";
        font-size: 0.75rem;
    }
    
    .nav-link[href*="модель"] {
        font-size: 0 !important;
    }
    
    .nav-link[href*="глэмпинг"]::after {
        content: "О глэмпинге";
        font-size: 0.75rem;
    }
    
    .nav-link[href*="глэмпинг"] {
        font-size: 0 !important;
    }
}

/* Планшеты */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        grid-template-rows: 300px auto;
        grid-template-areas: "accent" "body";
    }
    
    .hero-image {
        width: 100%;
        margin-right: 0;
        -webkit-mask-position: center;
        mask-position: center;
    }
    
    .hero-content {
        padding: 30px;
    }
    
    .glamping-title {
        font-size: 3.5em;
    }
    
    .hero-title {
        font-size: 1.8em;
    }
    
    .invest-table {
        grid-template-columns: 1fr;
        margin: 0;
    }
    
    .invest-item {
        border-right: none;
        border-bottom: 1px solid #b8e0d2;
    }
    
    .invest-item:nth-child(2n) {
        border-right: none;
    }
    
    .invest-item:last-child {
        border-bottom: none;
    }
    
    .invest-container,
    .benefits-container,
    .package-container,
    .steps-container,
    .advantages-container,
    .finance-container,
    .management-container,
    .business-model-container,
    .nations-container,
    .gallery-container {
        padding: 30px;
    }
    
    .benefits-blocks,
    .advantages-grid-horizontal,
    .finance-content,
    .business-model-grid,
    .rutube-previews {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .package-items {
        flex-direction: column;
        gap: 10px;
    }
    
    .package-item {
        margin-top: 2em;
    }
    
    .steps-title,
    .advantages-title,
    .finance-title,
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 2.5em;
    }
    
    .finance-left-title {
        font-size: 1.6em;
    }
    
    .payback-main {
        font-size: 3em;
    }
    
    .income-value {
        font-size: 2em;
    }
    
    .step-icon-wrapper {
        margin-right: 20px;
    }
    
    .step-arrow {
        width: 45px;
        height: 54px;
    }
    
    .step-arrow i {
        font-size: 1.1em;
    }
    
    .advantage-item-horizontal {
        gap: 15px;
    }
    
    .navbar-collapse {
        margin-top: 15px;
    }
    
    .navbar-nav {
        margin-bottom: 15px;
    }
    
    .navbar-nav .nav-item {
        text-align: center;
        margin-bottom: 8px;
    }
    
    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    .contact-btn {
        width: auto;
        margin: 0 auto;
        display: block;
        max-width: 200px;
        font-size: 0.9rem;
        padding: 8px 20px;
    }
    
    .management-top,
    .management-bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .management-photo,
    .management-side-photo {
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }
    
    .photo-wrapper {
        width: 100%;
        height: 337px;
    }
    
    .side-photo-wrapper {
        width: 100%;
        height: 441px;
    }
    
    .gallery-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .management-social {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .business-model-card {
        padding: 25px;
    }
    
    .business-model-value {
        font-size: 2em;
    }
    
    .gallery-arrow {
        display: none !important;
    }
    
    .rutube-thumbnail {
        height: 180px;
        background-size: contain; /* Добавляем и здесь */
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .rutube-play-button {
        width: 70px;
        height: 70px;
    }
    
    .photo-caption {
        margin-top: 12px;
        font-size: 0.9em;
    }

    .faq-container {
        padding: 30px;
    }
    
    .faq-title {
        font-size: 2.5em;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-question-text {
        font-size: 1.2em;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 25px 20px;
    }

    .team-container {
        padding: 30px;
    }
    
    .team-title {
        font-size: 2.5em;
    }
    
    .team-member {
        flex: 0 0 180px;
    }
    
    .team-photo-container {
        width: 130px;
        height: 130px;
    }

    .limited-offer-container {
        padding: 30px;
    }
    
    .limited-offer-title {
        font-size: 2.5em;
    }
    
    .limited-offer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .limited-offer-image .gallery-item {
        height: 250px;
    }
    
    .limited-offer-subtitle {
        font-size: 1.5em;
        text-align: center;
    }
    
    .limited-offer-description {
        text-align: center;
    }
    
    .limited-offer-features {
        padding: 25px;
    }

    .contacts-container {
        padding: 30px;
    }
    
    .contacts-main-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contacts-title {
        font-size: 2em;
    }
    
    .investment-title {
        font-size: 1.6em;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .partners-container {
        padding: 30px;
    }
    
    .partners-title {
        font-size: 2.5em;
    }
    
    .partners-content {
        height: 180px;
    }
    
    .partner-logo {
        margin: 0 30px;
    }
    
    .partner-logo img {
        max-height: 70px;
        max-width: 130px;
    }
    
    .footer-nav {
        gap: 20px;
    }
}

/* Мобильные устройства */
@media (max-width: 768px) {
    .animate-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }
    
    .advantage-item,
    .benefits-list li,
    .package-item,
    .step-vertical,
    .advantage-item-horizontal,
    .faq-item,
    .team-member,
    .partner-logo {
        opacity: 1;
        transform: none;
        transition: none;
    }
    
    body {
        font-size: 1rem;
    }
    
    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 2em;
    }
    
    .item-title {
        font-size: 1.2em;
    }
    
    .glamping-title {
        font-size: 2.5em;
    }
    
    .hero-title {
        font-size: 1.5em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .advantage-item span {
        font-size: 1.1rem;
    }
    
    .advantage-icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 15px;
    }
    
    .contact-btn {
        margin-top: 10px;
        width: 100%;
    }
    
    .invest-title {
        margin-bottom: 1em;
    }
    
    .invest-item {
        padding: 20px;
    }
    
    .invest-conclusion {
        padding: 20px 0 0 0;
    }
    
    .benefits-blocks {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .benefits-block-inner {
        padding: 20px;
    }
    
    .benefits-column-title {
        font-size: 1.6em;
    }
    
    .benefits-list li strong {
        font-size: 1.2em;
    }
    
    .benefit-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 1em;
    }
    
    .package-images {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 3em;
    }
    
    .package-image {
        flex: 0 0 auto;
    }
    
    .image-wrapper {
        height: 250px;
    }
    
    .package-item-title {
        font-size: 1.4em;
    }
    
    .package-item {
        padding: 25px;
    }
    
    .package-item::before {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .package-item-header {
        top: -1.8em;
        width: 2.5em;
        height: 2.5em;
    }
    
    .steps-title,
    .advantages-title,
    .finance-title,
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 2em;
        margin-bottom: 0.8em;
    }
    
    .steps-subtitle,
    .finance-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2em;
    }
    
    .step-arrow {
        width: 40px;
        height: 48px;
    }
    
    .step-arrow i {
        font-size: 1em;
    }
    
    .step-title {
        font-size: 1.15em;
    }
    
    .steps-conclusion p {
        font-size: 1.1rem;
    }
    
    .advantage-icon-small {
        width: 22px;
        height: 22px;
    }
    
    .advantage-icon-small i {
        font-size: 1.2em;
    }
    
    .advantage-item-title {
        font-size: 1.2em;
    }
    
    .advantage-item-text {
        font-size: 0.95rem;
    }
    
    .finance-left-title {
        font-size: 1.4em;
    }
    
    .finance-row {
        padding: 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .finance-value {
        text-align: left;
        margin-left: 0;
        font-size: 1.1em;
    }
    
    .payback-main {
        font-size: 2.5em;
    }
    
    .payback-secondary {
        font-size: 1.3em;
    }
    
    .income-value {
        font-size: 1.8em;
    }
    
    .payback-block,
    .income-block {
        padding: 25px 20px;
    }
    
    .logo-img {
        width: 35px;
        height: 35px;
    }
    
    .brand-text {
        font-size: 1.3rem;
    }
    
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 2em;
    }
    
    .management-intro {
        font-size: 1.1rem;
    }
    
    .management-text p,
    .management-fullwidth p {
        font-size: 0.95rem;
    }
    
    .management-subtitle {
        font-size: 1.3em;
    }
    
    .management-emphasis {
        padding: 15px 20px;
    }
    
    .management-emphasis p,
    .management-conclusion p {
        font-size: 0.95rem;
    }
    
    .gallery-item {
        height: 180px;
    }
    
    .social-text p {
        font-size: 1rem;
    }
    
    .business-model-intro {
        font-size: 1.1rem;
        margin-bottom: 2em;
    }
    
    .business-model-card-title {
        font-size: 1.3em;
    }
    
    .business-model-value {
        font-size: 1.8em;
    }
    
    .business-model-card-text {
        font-size: 0.95rem;
    }
    
    .business-model-subtitle {
        font-size: 1em;
    }
    
    .business-model-item span {
        font-size: 0.9rem;
    }
    
    .nations-text p {
        font-size: 0.95rem;
    }
    
    .video-subtitle {
        font-size: 1em;
    }
    
    .rutube-thumbnail {
        height: 160px;
        background-size: contain; /* Добавляем и здесь */
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .rutube-play-button {
        width: 60px;
        height: 60px;
    }
    
    .rutube-play-button::after {
        border-width: 12px 0 12px 20px;
    }
    
    .video-preview-text {
        bottom: 15px;
        left: 15px;
        font-size: 0.9em;
    }
    
    .gallery-scroll {
        gap: 10px;
    }
    
    .gallery-item {
        flex: 0 0 180px;
        height: 180px;
    }
    
    .rutube-content {
        padding: 15px;
    }
    
    .rutube-title {
        font-size: 1em;
    }
    
    .rutube-description {
        font-size: 0.85em;
    }

    .faq-title {
        font-size: 2em;
        margin-bottom: 1em;
    }
    
    .faq-container {
        padding: 25px;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-question-text {
        font-size: 1.1em;
        padding-right: 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 18px;
    }
    
    .faq-answer-content p {
        font-size: 1em;
    }

    .team-title {
        font-size: 2em;
        margin-bottom: 1em;
    }
    
    .team-container {
        padding: 25px;
    }
    
    .team-member {
        flex: 0 0 160px;
    }
    
    .team-photo-container {
        width: 120px;
        height: 120px;
    }
    
    .team-name {
        font-size: 1.1em;
    }
    
    .team-position {
        font-size: 0.95em;
    }

    .limited-offer-title {
        font-size: 2em;
        margin-bottom: 1em;
    }
    
    .limited-offer-container {
        padding: 25px;
    }
    
    .limited-offer-image .gallery-item {
        height: 200px;
    }
    
    .limited-offer-subtitle {
        font-size: 1.3em;
    }
    
    .limited-offer-description {
        font-size: 1em;
    }
    
    .limited-offer-features {
        padding: 20px;
    }
    
    .limited-offer-features .advantage-item span {
        font-size: 1.1rem;
    }
    
    .limited-offer-conclusion p {
        font-size: 1.1em;
    }

    .contacts-benefits {
        order: 1;
        width: 100%;
    }
    
    .contacts-form {
        order: 2;
        width: 100%;
    }
    
    .form-container iframe {
        height: 500px;
    }
    
    .contact-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .company-card {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    
    .company-details {
        text-align: center;
        padding: 20px;
        background-color: #e8f7f1;
        border-radius: 10px;
    }
    
    .office-info {
        order: 2;
        text-align: center;
    }
    
    .office-image .image-wrapper {
        height: 200px;
        margin-bottom: 15px;
    }
    
    .contact-details {
        order: 3;
        gap: 25px;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 15px;
        background-color: #e8f7f1;
        border-radius: 10px;
    }
    
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9em;
    }
    
    .social-contacts {
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
    }

    .social-links {
        justify-content: center;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.1em;
    }
    
    .partners-container {
        padding: 25px;
    }
    
    .partners-title {
        font-size: 2em;
        margin-bottom: 1em;
    }
    
    .partners-content {
        height: 160px;
    }
    
    .partner-logo {
        margin: 0 25px;
    }
    
    .partner-logo img {
        max-height: 60px;
        max-width: 110px;
    }
    
    .partners-track {
        animation: scroll-partners 25s linear infinite;
    }
}

/* Маленькие мобильные устройства */
@media (max-width: 576px) {
    h1 {
        font-size: 2.5em;
    }
    
    h2 {
        font-size: 1.7em;
    }
    
    .item-title {
        font-size: 1.1em;
    }
    
    .glamping-title {
        font-size: 3em;
    }
    
    .hero-title {
        font-size: 1.3em;
    }
    
    .hero-content {
        padding: 28px;
    }
    
    .advantage-item span {
        font-size: 1rem;
    }
    
    .invest-container,
    .benefits-container,
    .package-container,
    .steps-container,
    .advantages-container,
    .finance-container,
    .management-container,
    .business-model-container,
    .nations-container,
    .gallery-container {
        padding: 20px;
    }
    
    .benefits-column-title {
        font-size: 1.5em;
    }
    
    .benefits-list li strong {
        font-size: 1.1em;
    }
    
    .image-wrapper {
        height: 200px;
    }
    
    .package-item-title {
        font-size: 1.2em;
    }
    
    .package-item {
        padding: 20px;
    }
    
    .package-item::before {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    
    .package-item-header {
        top: -1.1em;
        width: 2.2em;
        height: 2.2em;
    }
    
    .package-number {
        font-size: 1.5em;
    }
    
    .invest-title,
    .benefits-title,
    .package-title,
    .steps-title,
    .advantages-title,
    .finance-title,
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 1.7em;
        margin-bottom: 0.7em;
    }
    
    .steps-subtitle,
    .finance-subtitle {
        font-size: 1rem;
    }
    
    .step-vertical {
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: auto;
    }
    
    .step-icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
    }
    
    .step-content {
        text-align: center;
        padding: 0 0 20px 0;
    }
    
    .step-title,
    .step-text {
        text-align: center;
    }
    
    .step-vertical:last-child .step-content {
        padding-bottom: 0;
    }
    
    .step-arrow {
        width: 35px;
        height: 42px;
    }
    
    .step-arrow i {
        font-size: 0.9em;
    }
    
    .advantages-grid-horizontal {
        gap: 20px;
    }
    
    .advantage-item-horizontal {
        gap: 12px;
    }
    
    .advantage-icon-small {
        width: 20px;
        height: 20px;
    }
    
    .advantage-icon-small i {
        font-size: 1.1em;
    }
    
    .advantage-item-title {
        font-size: 1.1em;
    }
    
    .advantage-item-text {
        font-size: 0.9rem;
    }
    
    .finance-left-title {
        font-size: 1.3em;
        margin-bottom: 1em;
    }
    
    .finance-row {
        padding: 12px 15px;
    }
    
    .finance-label {
        font-size: 1em;
    }
    
    .finance-value {
        font-size: 1em;
    }
    
    .payback-main {
        font-size: 2em;
    }
    
    .payback-secondary {
        font-size: 1.1em;
    }
    
    .income-value {
        font-size: 1.5em;
    }
    
    .payback-block,
    .income-block {
        padding: 20px 15px;
    }
    
    .payback-title {
        font-size: 1.2em;
    }
    
    .income-label {
        font-size: 1em;
    }
    
    .income-text {
        font-size: 0.9rem;
    }
    
    .logo-wrapper {
        gap: 8px;
    }
    
    .logo-img {
        width: 30px;
        height: 30px;
    }
    
    .brand-text {
        font-size: 1.2rem;
    }
    
    .management-title,
    .business-model-title,
    .nations-title,
    .gallery-title {
        font-size: 1.7em;
    }
    
    .management-content {
        gap: 25px;
    }
    
    .management-text {
        gap: 15px;
    }
    
    .management-intro {
        font-size: 1rem;
    }
    
    .management-text p,
    .management-fullwidth p {
        font-size: 0.9rem;
    }
    
    .management-fullwidth {
        gap: 15px;
    }
    
    .gallery-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .gallery-item {
        height: 250px;
    }
    
    .management-info {
        gap: 20px;
    }
    
    .management-features {
        gap: 20px;
    }
    
    .management-subtitle {
        font-size: 1.2em;
    }
    
    .management-item {
        gap: 12px;
    }
    
    .management-icon {
        width: 20px;
        height: 20px;
    }
    
    .management-item span {
        font-size: 0.9rem;
    }
    
    .management-emphasis {
        padding: 15px;
    }
    
    .management-emphasis p,
    .management-conclusion p {
        font-size: 0.9rem;
    }
    
    .photo-wrapper {
        height: 300px;
    }
    
    .side-photo-wrapper {
        height: 350px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.3em;
    }
    
    .business-model-intro {
        font-size: 1rem;
        margin-bottom: 1.5em;
    }
    
    .business-model-card {
        padding: 20px;
    }
    
    .business-model-card-title {
        font-size: 1.2em;
    }
    
    .business-model-value {
        font-size: 1.6em;
    }
    
    .business-model-card-text {
        font-size: 0.9rem;
    }
    
    .business-model-subtitle {
        font-size: 0.95em;
    }
    
    .business-model-item {
        gap: 10px;
    }
    
    .business-model-icon {
        width: 18px;
        height: 18px;
    }
    
    .business-model-item span {
        font-size: 0.85rem;
    }
    
    .nations-title {
        font-size: 1.7em;
    }
    
    .nations-content {
        gap: 15px;
    }
    
    .nations-text p {
        font-size: 0.9rem;
    }
    
    .nations-divider {
        margin: 20px 0;
    }
    
    .video-subtitle {
        font-size: 0.95em;
        margin-bottom: 15px;
    }
    
    .rutube-play-button {
        width: 50px;
        height: 50px;
    }
    
    .rutube-play-button::after {
        border-width: 10px 0 10px 16px;
    }
    
    .gallery-item {
        flex: 0 0 150px;
        height: 150px;
    }
    
    .horizontal-gallery {
        margin-bottom: 30px;
    }
    
    .rutube-thumbnail {
        height: 140px;
        background-size: contain; /* Добавляем и здесь */
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .play-icon {
        width: 50px;
        height: 50px;
    }
    
    .play-icon i {
        font-size: 1.3em;
    }
    
    .photo-caption {
        margin-top: 10px;
        font-size: 0.85em;
    }

    .faq-title {
        font-size: 1.7em;
    }
    
    .faq-container {
        padding: 20px;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question-text {
        font-size: 1em;
        padding-right: 12px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 18px 15px;
    }
    
    .faq-answer-content {
        padding-top: 15px;
    }
    
    .faq-answer-content p {
        font-size: 0.95em;
    }

    .team-title {
        font-size: 1.7em;
    }
    
    .team-container {
        padding: 20px;
    }
    
    .team-member {
        flex: 0 0 140px;
    }
    
    .team-photo-container {
        width: 100px;
        height: 100px;
    }
    
    .team-name {
        font-size: 1em;
    }
    
    .team-position {
        font-size: 0.9em;
    }

    .limited-offer-title {
        font-size: 1.7em;
    }
    
    .limited-offer-container {
        padding: 20px;
    }
    
    .limited-offer-image .gallery-item {
        height: 180px;
    }
    
    .limited-offer-subtitle {
        font-size: 1.2em;
    }
    
    .limited-offer-features {
        padding: 15px;
    }
    
    .limited-offer-features .advantage-item span {
        font-size: 1rem;
    }
    
    .limited-offer-conclusion p {
        font-size: 1em;
    }

    .contacts-container {
        padding: 20px 15px;
    }
    
    .contacts-title {
        font-size: 1.5em;
    }
    
    .contacts-subtitle {
        font-size: 1em;
        margin-bottom: 1.5em;
    }
    
    .form-container iframe {
        height: 450px;
    }
    
    .contact-info {
        padding: 20px 15px;
    }
    
    .contact-info-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    
    .company-details {
        padding: 15px;
    }
    
    .company-name {
        font-size: 1.1em;
    }
    
    .company-data {
        font-size: 0.9em;
    }
    
    .office-image .image-wrapper {
        height: 180px;
    }
    
    .office-address {
        font-size: 0.9em;
    }
    
    .contact-details {
        gap: 20px;
    }
    
    .contact-item {
        padding: 12px;
    }
    
    .contact-role {
        font-size: 0.85em;
    }
    
    .contact-name {
        font-size: 0.95em;
    }
    
    .contact-link {
        font-size: 1em;
    }
    
    .investment-title {
        font-size: 1.3em;
        padding: 20px;
    }
    
    .partners-container {
        padding: 20px;
    }
    
    .partners-title {
        font-size: 1.7em;
    }
    
    .partners-content {
        height: 140px;
    }
    
    .partner-logo {
        margin: 0 20px;
    }
    
    .partner-logo img {
        max-height: 50px;
        max-width: 90px;
    }
    
    .partners-track {
        animation: scroll-partners 20s linear infinite;
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 12px;
        display: flex;
        align-items: center;
    }
    
    .footer-link {
        font-size: 0.9em;
    }

    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 1em;
    }

    .modal-dialog {
        margin: 20px;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .form-control {
        padding: 10px 12px;
    }
}

/* Очень маленькие мобильные устройства */
@media (max-width: 400px) {
    .form-container iframe {
        height: 400px;
    }
    
    .contacts-title {
        font-size: 1.4em;
    }
    
    .office-image .image-wrapper {
        height: 160px;
    }
    
    .contact-item {
        padding: 10px;
    }
    
    .contact-icon {
        width: 30px;
        height: 30px;
        font-size: 0.8em;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }
    
    .investment-title {
        font-size: 1.2em;
        padding: 15px;
    }
}

/* Десктопные стили */
@media (min-width: 1100px) {
    .nav-link[href*="модель"]::after,
    .nav-link[href*="глэмпинг"]::after {
        content: none;
    }
    
    .nav-link[href*="модель"],
    .nav-link[href*="глэмпинг"] {
        font-size: inherit !important;
    }
}