* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Kontrabanda';
    src: url('ofont.ru_Kontrabanda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'felidae';
    src: url(https://static.tildacdn.net/tild6133-6566-4331-b930-376166616332/Thin-Karlotte.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;600;700&display=swap');

body {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    min-height: 100vh;
    background: #fef8f5;
}

/* Секция 1 - hero с фоном */
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('fon-hero.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.photos {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 220px;
    margin: 0 auto;
}

.photo {
    text-align: center;
}

.photo img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.name {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
}

.adelya {
    color: #ffb7c5;
}

.anton {
    color: #a8d8ff;
}

.plus {
    font-size: 36px;
    font-weight: 400;
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin: 5px 0;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
}

.text {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
}

.title {
    font-size: 24px;
    font-weight: 700;
    color: #9bc48b;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 8px;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
}

.date {
    font-size: 28px;
    font-weight: 700;
    color: #9bc48b;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
}

@media (max-width: 480px) {
    .photos {
        max-width: 180px;
    }
    .plus {
        font-size: 30px;
    }
    .name {
        font-size: 16px;
    }
    .title {
        font-size: 20px;
    }
    .date {
        font-size: 24px;
    }
}

/* Обновленные стили для второй секции - детский почерк */
.section-white {
    background: white;
    width: 100%;
    padding: 70px 20px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.invitation-heading {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-weight: 700;
    font-size: 32px;
    color: #253759;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.invitation-text-main {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}

.invitation-text-light {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-weight: 400;
    font-size: 18px;
    color: #555;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}

.calendar-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .invitation-heading {
        font-size: 28px;
    }
    .invitation-text-main {
        font-size: 18px;
    }
    .invitation-text-light {
        font-size: 16px;
    }
    .section-white {
        padding: 40px 20px;
    }
}

/* Секция 3 - Программа дня */
.section-program {
    background: white;
    width: 100%;
    padding: 70px 20px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-container {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.program-title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 48px;
    font-weight: 500;
    color: #253759;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 1.5px;
}

.program-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 65px;
}

.program-time {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 38px;
    font-weight: 300;
    color: #253759;
    min-width: 120px;
    text-align: left;
    padding-top: 6px;
    letter-spacing: 1px;
}

.program-icon {
    width: 95px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 8px;
}

.program-content {
    flex: 1;
    text-align: left;
}

.program-subtitle {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 44px;
    font-weight: 300;
    color: #253759;
    margin-bottom: 18px;
    line-height: 1.25;
    letter-spacing: 0.8px;
}

.program-description {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-program {
        padding: 55px 20px 65px;
    }
    
    .program-title {
        font-size: 38px;
        margin-bottom: 55px;
        font-weight: 500;
    }
    
    .program-time {
        font-size: 32px;
        min-width: 100px;
        font-weight: 300;
    }
    
    .program-icon {
        width: 75px;
    }
    
    .program-subtitle {
        font-size: 36px;
        font-weight: 300;
    }
    
    .program-description {
        font-size: 17px;
    }
    
    .program-item {
        gap: 22px;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .section-program {
        padding: 45px 15px 55px;
    }
    
    .program-title {
        font-size: 32px;
        margin-bottom: 40px;
        font-weight: 500;
    }
    
    .program-time {
        font-size: 26px;
        min-width: 80px;
        font-weight: 300;
    }
    
    .program-icon {
        width: 55px;
    }
    
    .program-subtitle {
        font-size: 28px;
        font-weight: 300;
    }
    
    .program-description {
        font-size: 15px;
    }
    
    .program-item {
        gap: 18px;
        margin-bottom: 40px;
    }
}

/* Секция 4 - Дресс-код */
.section-dresscode {
    background: white;
    width: 100%;
    padding: 70px 20px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dresscode-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dresscode-title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 48px;
    font-weight: 500;
    color: #253759;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.dresscode-subtitle {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5;
}

.color-swatches {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.color-stroke {
    width: 120px;
    height: 80px;
    border-radius: 60% 40% 50% 50% / 70% 50% 60% 40%;
    transform: rotate(var(--rotation, 0deg));
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.color-stroke:hover {
    transform: rotate(var(--rotation, 0deg)) scale(1.05);
}

.stroke-1 {
    background: #CED8E1;
    --rotation: -8deg;
    border-radius: 70% 30% 60% 40% / 50% 60% 40% 50%;
}

.stroke-2 {
    background: #EEDEBD;
    --rotation: 5deg;
    border-radius: 40% 60% 45% 55% / 65% 40% 60% 35%;
}

.stroke-3 {
    background:  #FFE085;
    --rotation: -12deg;
    border-radius: 55% 45% 65% 35% / 40% 70% 30% 60%;
}

.stroke-4 {
    background: #A3B382;
    --rotation: -12deg;
    border-radius: 55% 45% 65% 35% / 40% 70% 30% 60%;
}

.stroke-5 {
    background: #E5A0A5;
    --rotation: -12deg;
    border-radius: 55% 45% 65% 35% / 40% 70% 30% 60%;
}

.stroke-6 {
    background: #AEBECB;
    --rotation: -12deg;
    border-radius: 55% 45% 65% 35% / 40% 70% 30% 60%;
}

.color-labels {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.color-labels span {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    text-align: center;
    min-width: 100px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .section-dresscode {
        padding: 55px 20px 65px;
    }
    
    .dresscode-title {
        font-size: 38px;
        margin-bottom: 15px;
    }
    
    .dresscode-subtitle {
        font-size: 17px;
        margin-bottom: 50px;
    }
    
    .color-swatches {
        gap: 25px;
    }
    
    .color-stroke {
        width: 100px;
        height: 70px;
    }
    
    .color-labels {
        gap: 25px;
    }
    
    .color-labels span {
        font-size: 16px;
        min-width: 85px;
    }
}

@media (max-width: 480px) {
    .section-dresscode {
        padding: 45px 15px 55px;
    }
    
    .dresscode-title {
        font-size: 32px;
    }
    
    .dresscode-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }
    
    .color-swatches {
        gap: 20px;
    }
    
    .color-stroke {
        width: 80px;
        height: 55px;
    }
    
    .color-labels {
        gap: 20px;
    }
    
    .color-labels span {
        font-size: 14px;
        min-width: 70px;
    }
}

/* Секция 5 - Пожелания */
.section-wishes {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wishes-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('fon2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

/* .wishes-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
} */

.wishes-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.wishes-title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 48px;
    font-weight: 500;
    color: #253759;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 1.5px;
}

.wishes-text p {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: left;
}

.wishes-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-wishes {
        padding: 70px 20px;
    }
    
    .wishes-container {
        padding: 35px 25px;
    }
    
    .wishes-title {
        font-size: 38px;
        margin-bottom: 25px;
    }
    
    .wishes-text p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .section-wishes {
        padding: 50px 15px;
    }
    
    .wishes-container {
        padding: 28px 20px;
    }
    
    .wishes-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .wishes-text p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
}

/* Секция 6 - Анкета гостя */
.section-guest {
    background: white;
    width: 100%;
    padding: 70px 20px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest-container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.guest-title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 48px;
    font-weight: 500;
    color: #253759;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}

.guest-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.guest-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guest-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.link-icon {
    font-size: 22px;
}

.telegram {
    background: linear-gradient(135deg, #2aabee 0%, #0088cc 100%);
}

.vk {
    background: linear-gradient(135deg, #4c75a3 0%, #2a4a7a 100%);
}

.guest-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 500;
    color: #253759;
    margin-bottom: 12px;
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: border-color 0.3s ease;
    background: white;
}

.form-input:focus {
    outline: none;
    border-color: #9bc48b;
}

.attendance-options,
.drinks-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.attendance-radio,
.drink-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.attendance-radio input,
.drink-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-button {
    width: 100%;
    padding: 14px;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background: #9bc48b;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.form-button:hover {
    background: #8ab578;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .section-guest {
        padding: 55px 20px 65px;
    }
    
    .guest-title {
        font-size: 38px;
        margin-bottom: 30px;
    }
    
    .guest-links {
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .guest-link {
        font-size: 16px;
        padding: 10px 25px;
    }
    
    .guest-form {
        padding: 30px 25px;
    }
    
    .form-label {
        font-size: 16px;
    }
    
    .attendance-options,
    .drinks-options {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .section-guest {
        padding: 45px 15px 55px;
    }
    
    .guest-title {
        font-size: 32px;
    }
    
    .guest-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .guest-link {
        width: 200px;
        justify-content: center;
    }
    
    .guest-form {
        padding: 25px 20px;
    }
    
    .form-label {
        font-size: 15px;
    }
    
    .attendance-options,
    .drinks-options {
        flex-direction: column;
        gap: 12px;
    }
}

/* Подключение нового шрифта для заголовков */
@font-face {
    font-family: 'Havana';
    src: url('ofont.ru_Havana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Применение шрифта Havana ко всем заголовкам */
.hero .title,
.hero .date,
.invitation-heading,
.program-title,
.program-subtitle,
.dresscode-title,
.wishes-title,
.guest-title {
    font-family: 'Havana', 'Kontrabanda', 'Playpen Sans', cursive !important;
}

/* Дополнительно для подзаголовков программы дня */
.program-time {
    font-family: 'Havana', 'Kontrabanda', 'Playpen Sans', cursive !important;
}

/* Увеличение размера шрифтов для всех заголовков и текста */

/* Герой секция */
.hero .title {
    font-size: 36px !important;
}
.hero .date {
    font-size: 42px !important;
}
.hero .name {
    font-size: 24px !important;
}

/* Секция приглашения */
.invitation-heading {
    font-size: 48px !important;
}
.invitation-text-main {
    font-size: 28px !important;
}
.invitation-text-light {
    font-size: 24px !important;
}

/* Секция программы дня */
.program-title {
    font-size: 68px !important;
}
.program-time {
    font-size: 48px !important;
}
.program-subtitle {
    font-size: 58px !important;
}
.program-description {
    font-size: 26px !important;
}

/* Секция дресс-кода */
.dresscode-title {
    font-size: 68px !important;
}
.dresscode-subtitle {
    font-size: 28px !important;
}
.color-labels span {
    font-size: 24px !important;
}

/* Секция пожеланий */
.wishes-title {
    font-size: 68px !important;
}
.wishes-text p {
    font-size: 26px !important;
    line-height: 1.8 !important;
}

/* Секция анкеты */
.guest-title {
    font-size: 68px !important;
}
.guest-link {
    font-size: 24px !important;
    padding: 16px 40px !important;
}
.form-label {
    font-size: 24px !important;
}
.form-input {
    font-size: 20px !important;
    padding: 16px 20px !important;
}
.attendance-radio,
.drink-checkbox {
    font-size: 20px !important;
}
.form-button {
    font-size: 24px !important;
    padding: 18px !important;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .hero .title { font-size: 48px !important; }
    .hero .date { font-size: 44px !important; }
    .hero .name { font-size: 40px !important; }
    
    .invitation-heading { font-size: 38px !important; }
    .invitation-text-main { font-size: 22px !important; }
    .invitation-text-light { font-size: 19px !important; }
    
    .program-title { font-size: 52px !important; }
    .program-time { font-size: 38px !important; }
    .program-subtitle { font-size: 44px !important; }
    .program-description { font-size: 20px !important; }
    
    .dresscode-title { font-size: 52px !important; }
    .dresscode-subtitle { font-size: 22px !important; }
    .color-labels span { font-size: 19px !important; }
    
    .wishes-title { font-size: 52px !important; }
    .wishes-text p { font-size: 20px !important; }
    
    .guest-title { font-size: 52px !important; }
    .guest-link { font-size: 20px !important; }
    .form-label { font-size: 20px !important; }
    .form-input { font-size: 18px !important; }
    .attendance-radio, .drink-checkbox { font-size: 18px !important; }
    .form-button { font-size: 20px !important; }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .hero .title { font-size: 44px !important; }
    .hero .date { font-size: 48px !important; }
    .hero .name { font-size: 38px !important; }
    
    .invitation-heading { font-size: 32px !important; }
    .invitation-text-main { font-size: 19px !important; }
    .invitation-text-light { font-size: 17px !important; }
    
    .program-title { font-size: 42px !important; }
    .program-time { font-size: 30px !important; }
    .program-subtitle { font-size: 34px !important; }
    .program-description { font-size: 17px !important; }
    
    .dresscode-title { font-size: 42px !important; }
    .dresscode-subtitle { font-size: 18px !important; }
    .color-labels span { font-size: 16px !important; }
    
    .wishes-title { font-size: 42px !important; }
    .wishes-text p { font-size: 17px !important; }
    
    .guest-title { font-size: 42px !important; }
    .guest-link { font-size: 18px !important; }
    .form-label { font-size: 18px !important; }
    .form-input { font-size: 16px !important; }
    .attendance-radio, .drink-checkbox { font-size: 16px !important; }
    .form-button { font-size: 18px !important; }
}

/* Увеличение остального текста (не заголовков) */

/* Секция приглашения - основной текст */
.invitation-text-main,
.invitation-text-light {
    font-size: 32px !important;
}

/* Секция программы дня - описания */
.program-description {
    font-size: 32px !important;
    line-height: 1.6 !important;
}

/* Секция дресс-кода - подзаголовок и подписи цветов */
.dresscode-subtitle {
    font-size: 32px !important;
}
.color-labels span {
    font-size: 28px !important;
}

/* Секция пожеланий - основной текст */
.wishes-text p {
    font-size: 32px !important;
    line-height: 1.8 !important;
}

/* Секция анкеты - все текстовые элементы */
.form-label {
    font-size: 28px !important;
}
.form-input {
    font-size: 26px !important;
    padding: 18px 22px !important;
}
.attendance-radio,
.drink-checkbox {
    font-size: 26px !important;
}
.guest-link {
    font-size: 28px !important;
    padding: 18px 45px !important;
}
.form-button {
    font-size: 28px !important;
    padding: 20px !important;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .invitation-text-main,
    .invitation-text-light {
        font-size: 26px !important;
    }
    
    .program-description {
        font-size: 26px !important;
    }
    
    .dresscode-subtitle {
        font-size: 26px !important;
    }
    .color-labels span {
        font-size: 22px !important;
    }
    
    .wishes-text p {
        font-size: 26px !important;
    }
    
    .form-label {
        font-size: 24px !important;
    }
    .form-input {
        font-size: 22px !important;
        padding: 16px 20px !important;
    }
    .attendance-radio,
    .drink-checkbox {
        font-size: 22px !important;
    }
    .guest-link {
        font-size: 24px !important;
        padding: 15px 35px !important;
    }
    .form-button {
        font-size: 24px !important;
        padding: 18px !important;
    }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .invitation-text-main,
    .invitation-text-light {
        font-size: 22px !important;
    }
    
    .program-description {
        font-size: 22px !important;
    }
    
    .dresscode-subtitle {
        font-size: 22px !important;
    }
    .color-labels span {
        font-size: 18px !important;
    }
    
    .wishes-text p {
        font-size: 22px !important;
    }
    
    .form-label {
        font-size: 20px !important;
    }
    .form-input {
        font-size: 18px !important;
        padding: 14px 18px !important;
    }
    .attendance-radio,
    .drink-checkbox {
        font-size: 18px !important;
    }
    .guest-link {
        font-size: 20px !important;
        padding: 12px 30px !important;
    }
    .form-button {
        font-size: 20px !important;
        padding: 16px !important;
    }
}

/* Применение шрифта Kontrabanda для заголовка "МЫ ЖЕНИМСЯ !" */
.hero .title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive !important;
}

.wishes-text p {
    text-indent: 40px !important;
}



/* Секция 7 - Локация */
.section-location {
    position: relative;
    width: 100%;
    padding: 80px 20px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.location-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('fon2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.location-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    z-index: 1;
}

.location-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.location-title {
    font-family: 'Havana', 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 68px;
    font-weight: 500;
    color: #253759;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

.location-info {
    margin-bottom: 40px;
}

.location-name {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 32px;
    font-weight: 500;
    color: #253759;
    margin-bottom: 15px;
    line-height: 1.4;
}

.location-address {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 24px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
}

.location-map {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.location-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

@media (max-width: 768px) {
    .section-location {
        padding: 60px 20px 70px;
    }
    
    .location-container {
        padding: 35px 25px;
    }
    
    .location-title {
        font-size: 52px;
        margin-bottom: 25px;
    }
    
    .location-name {
        font-size: 26px;
    }
    
    .location-address {
        font-size: 20px;
    }
    
    .location-map iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .section-location {
        padding: 50px 15px 60px;
    }
    
    .location-container {
        padding: 28px 20px;
    }
    
    .location-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    
    .location-name {
        font-size: 22px;
    }
    
    .location-address {
        font-size: 17px;
    }
    
    .location-map iframe {
        height: 280px;
    }
}

/* Добавление фонового изображения под каждый заголовок */
.hero .text,
.section-white .content,
.section-program .program-container,
.section-dresscode .dresscode-container,
.section-wishes .wishes-container,
.section-guest .guest-container,
.section-location .location-container {
    position: relative;
}

/* Общие стили для всех заголовков с фоновым изображением */
/* .hero .title, */
.invitation-heading,
.program-title,
.dresscode-title,
.wishes-title,
.guest-title,
.location-title {
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    background-image: url('title1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка в hero секции */
/* .hero .title {
    background-size: contain;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
} */

/* Для заголовка в секции приглашения */
.invitation-heading {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 15px 40px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка программы дня */
.program-title {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка дресс-кода */
.dresscode-title {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка пожеланий */
.wishes-title {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка анкеты */
.guest-title {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Для заголовка локации */
.location-title {
    background-size: 100% 100% !important;
    background-position: center;
    padding: 10px 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .hero .title,
    .invitation-heading,
    .program-title,
    .dresscode-title,
    .wishes-title,
    .guest-title,
    .location-title {
        padding: 8px 25px;
    }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .hero .title,
    .invitation-heading,
    .program-title,
    .dresscode-title,
    .wishes-title,
    .guest-title,
    .location-title {
        padding: 6px 20px;
    }
}


/* Стили для фото в стиле Полароид */
/* Уменьшенная рамка Полароид */
.photo {
    text-align: center;
    background: white;
    padding: 10px 10px 15px 10px;  /* было 12px 12px 35px 12px */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(var(--rotate, 0deg));
    transition: transform 0.3s ease;
    border-radius: 2px;
}

.photo:first-child {
    --rotate: -3deg;
}

.photo:last-child {
    --rotate: 3deg;
}

.photo:hover {
    transform: rotate(0deg) scale(1.02);
}

.photo img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Имена внутри рамки Полароид */
.photo .name {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    color: #555;
    text-shadow: none;
    letter-spacing: 1px;
}

/* Цвета имен */
.photo .adelya {
    color: #e8a0b0;
}

.photo .anton {
    color: #8ab5d4;
}

/* Убираем старый стиль для .name */
.name {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
}


.photos {
    gap: 20px;
}

.photo:first-child {
    transform: translateX(-30px) rotate(-5deg);
    z-index: 2;
}

.photo:last-child {
    transform: translateX(30px) rotate(5deg);
    z-index: 1;
}



.program-subtitle {
    font-family: 'Kontrabanda', 'Havana', 'Playpen Sans', cursive !important;
}


/* Декоративные SVG объекты */
.wishes-container {
    position: relative;
    overflow: visible !important;
}

.wishes-svg {
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    pointer-events: none;
}

.svg-1 {
    top: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    animation: float 6s ease-in-out infinite;
}

.svg-2 {
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    animation: float 8s ease-in-out infinite reverse;
}

.svg-3 {
    top: 50%;
    right: -40px;
    width: 100px;
    height: 100px;
    animation: float 7s ease-in-out infinite;
    transform: translateY(-50%);
}

.svg-4 {
    bottom: 30%;
    left: -35px;
    width: 70px;
    height: 70px;
    animation: float 5s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

@keyframes float-reverse {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(10px) rotate(-5deg); }
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .wishes-svg {
        width: 60px;
        height: 60px;
    }
    
    .svg-3, .svg-4 {
        display: none;
    }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .wishes-svg {
        display: none;
    }
}

/* Стили для фото локации в стиле Полароид */
/* Стили для фото локации в стиле Полароид - с наклоном и наложением */
.location-photos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 40px;
    min-height: 320px;
}

.location-photo {
    position: absolute;
    text-align: center;
    background: white;
    padding: 10px 10px 15px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, z-index 0.3s ease;
    border-radius: 2px;
    width: 250px;
    z-index: 1;
}

.location-photo:hover {
    transform: rotate(0deg) scale(1.05) !important;
    z-index: 10;
}

.location-photo img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 8px;
}

.location-photo-caption {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.5px;
}

/* Первое фото - наклон влево и смещение влево */
.photo-1 {
    transform: translateX(-40px) translateY(-15px) rotate(-8deg);
    z-index: 2;
}

/* Второе фото - наклон вправо и смещение вправо, наезжает на первое */
.photo-2 {
    transform: translateX(40px) translateY(15px) rotate(6deg);
    z-index: 1;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .location-photo {
        width: 220px;
        padding: 8px 8px 12px 8px;
    }
    
    .photo-1 {
        transform: translateX(-40px) translateY(-15px) rotate(-8deg);
    }
    
    .photo-2 {
        transform: translateX(40px) translateY(15px) rotate(6deg);
    }
    
    .location-photo-caption {
        font-size: 14px;
    }
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .location-photos {
        min-height: 280px;
    }
    
    .location-photo {
        width: 200px;
        padding: 6px 6px 10px 6px;
    }
    
    .photo-1 {
        transform: translateX(-40px) translateY(-85px) rotate(-8deg);
    }
    
    .photo-2 {
        transform: translateX(40px) translateY(85px) rotate(6deg);
    }
    
    .location-photo-caption {
        font-size: 12px;
    }
}

/* Цветовое выделение текста в секции пожеланий */
.wishes-highlight {
    display: inline;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.highlight-pink {
    background: linear-gradient(120deg, rgba(232, 160, 176, 0.25) 0%, rgba(232, 160, 176, 0.1) 100%);
    color: #cf909e;
    border-left: 3px solid #e8a0b0;
}

.highlight-green {
    background: linear-gradient(120deg, rgba(163, 179, 130, 0.25) 0%, rgba(163, 179, 130, 0.1) 100%);
    color: #7f8c62;
    border-left: 3px solid #a3b382;
}

.highlight-beige {
    background: linear-gradient(120deg, rgba(238, 222, 189, 0.4) 0%, rgba(238, 222, 189, 0.15) 100%);
    color: #bc9e51;
    border-left: 3px solid #eedebd;
}

.highlight-blue {
    background: linear-gradient(120deg, rgba(168, 190, 203, 0.25) 0%, rgba(168, 190, 203, 0.1) 100%);
    color: #7c9cab;
    border-left: 3px solid #a8becb;
}

/* Анимации плавного появления при скролле */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Базовые стили для анимируемых элементов */
.hero,
.section-white,
.section-location,
.section-program,
.section-dresscode,
.section-wishes,
.section-guest {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Активное состояние - когда элемент появляется */
.hero.visible,
.section-white.visible,
.section-location.visible,
.section-program.visible,
.section-dresscode.visible,
.section-wishes.visible,
.section-guest.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Индивидуальные анимации для разных элементов */
.hero.visible .photos {
    animation: fadeLeft 0.6s ease-out forwards;
}

.hero.visible .text {
    animation: fadeRight 0.6s ease-out 0.2s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-white.visible .invitation-heading {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-white.visible .invitation-text-main {
    animation: fadeUp 0.5s ease-out 0.15s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-white.visible .invitation-text-light {
    animation: fadeUp 0.5s ease-out 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-white.visible .calendar-img {
    animation: scaleIn 0.6s ease-out 0.45s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-location.visible .location-title {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-location.visible .location-info {
    animation: fadeUp 0.5s ease-out 0.15s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-location.visible .location-photos {
    animation: scaleIn 0.6s ease-out 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-location.visible .location-map {
    animation: fadeUp 0.5s ease-out 0.5s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-program.visible .program-title {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-program.visible .program-item:nth-child(2) {
    animation: fadeLeft 0.5s ease-out 0.15s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-program.visible .program-item:nth-child(3) {
    animation: fadeLeft 0.5s ease-out 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-program.visible .program-item:nth-child(4) {
    animation: fadeLeft 0.5s ease-out 0.45s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-dresscode.visible .dresscode-title {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-dresscode.visible .dresscode-subtitle {
    animation: fadeUp 0.5s ease-out 0.15s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-dresscode.visible .color-swatches {
    animation: scaleIn 0.6s ease-out 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-wishes.visible .wishes-title {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-wishes.visible .wishes-text {
    animation: fadeUp 0.5s ease-out 0.2s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-wishes.visible .wishes-svg {
    animation: scaleIn 0.5s ease-out forwards;
}

.section-guest.visible .guest-title {
    animation: fadeUp 0.5s ease-out forwards;
}

.section-guest.visible .guest-links {
    animation: fadeUp 0.5s ease-out 0.15s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.section-guest.visible .guest-form {
    animation: fadeUp 0.5s ease-out 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

/* Аудио плеер для второй секции */
.audio-player {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8a0b0 0%, #d48396 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(232, 160, 176, 0.4);
}

.play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(232, 160, 176, 0.5);
}

.play-btn svg {
    width: 24px;
    height: 24px;
    display: block;
}

.audio-title {
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 16px;
    color: #555;
    letter-spacing: 0.5px;
}

@media (max-width: 480px) {
    .audio-player {
        padding: 8px 15px;
        gap: 10px;
    }
    
    .play-btn {
        width: 40px;
        height: 40px;
    }
    
    .play-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .audio-title {
        font-size: 14px;
    }
}


/* Подключение шрифта Ustroke-Regular */
@font-face {
    font-family: 'Ustroke-Regular';
    src: url('Ustroke-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Применение шрифта Ustroke-Regular к тексту "МЫ ЖЕНИМСЯ !" и "03.07.2026" */
.hero .title,
.hero .date {
    font-family: 'Ustroke-Regular', 'Kontrabanda', 'Playpen Sans', cursive !important;
    font-size: 40px !important;
    font-weight: 100 !important;
}

/* Применение шрифта Ustroke-Regular к именам */
.hero .name {
    font-family: 'Ustroke-Regular', 'Kontrabanda', 'Playpen Sans', cursive !important;
    font-size: 20px !important;
    font-weight: 1010 !important;
}


.hero .plus {
    font-family: 'Ustroke-Regular', 'Kontrabanda', 'Playpen Sans', cursive !important;
    font-weight: 100 !important;
    color: #9bc48b !important;
    font-size: 72px !important;
    margin: 0 !important;  /* убирает все отступы */
}

/* Таймер обратного отсчета */
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.countdown-block {
    text-align: center;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    padding: 20px 25px;
    border-radius: 20px;
    min-width: 100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.countdown-number {
    display: block;
    font-family: 'Havana', 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 48px;
    font-weight: 700;
    color: #9bc48b;
    line-height: 1.2;
}

.countdown-label {
    display: block;
    font-family: 'Kontrabanda', 'Playpen Sans', cursive;
    font-size: 16px;
    color: #888;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .countdown-timer {
        gap: 15px;
    }
    
    .countdown-block {
        padding: 15px 18px;
        min-width: 70px;
    }
    
    .countdown-number {
        font-size: 32px;
    }
    
    .countdown-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .countdown-timer {
        gap: 10px;
    }
    
    .countdown-block {
        padding: 12px 12px;
        min-width: 60px;
    }
    
    .countdown-number {
        font-size: 24px;
    }
    
    .countdown-label {
        font-size: 10px;
    }
}

/* Смена порядка для пункта 15:00 в программе дня */
.program-item-reverse {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 65px;
}

.program-item-reverse .program-content {
    order: 1;
    text-align: right; /* Выравнивание текста вправо */
}

.program-item-reverse .program-icon {
    order: 2;
}

.program-item-reverse .program-time {
    order: 3;
    text-align: right;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .program-item-reverse {
        gap: 22px;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .program-item-reverse {
        gap: 18px;
        margin-bottom: 40px;
    }
    
}/* Жесткое позиционирование картинок - только слева или справа, никогда сверху */
.program-desc-line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
}

.program-side-img {
    width: 70px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    display: block !important;
}

.program-description {
    flex: 1 !important;
}

/* Для 14:00 - картинка слева */
.program-item .program-desc-line {
    flex-direction: row !important;
}

/* Для 15:00 - картинка справа */
.program-item-reverse .program-desc-line {
    flex-direction: row !important;
    justify-content: flex-start !important;
}

/* УНИЧТОЖАЕМ любые медиа-запросы которые могли бы сломать расположение */
@media (max-width: 10000px) {
    .program-desc-line {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
    .program-side-img {
        width: 55px !important;
    }
}

@media (max-width: 480px) {
    .program-desc-line {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
    }
    .program-side-img {
        width: 45px !important;
    }
}


/* Увеличение фото str.jpg и str2.jpg */
.program-side-img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .program-side-img {
        width: 90px !important;
        max-width: 90px !important;
    }
}

@media (max-width: 480px) {
    .program-side-img {
        width: 70px !important;
        max-width: 70px !important;
    }
}

/* Заставляем фото прижаться к краям на мобильных - ЖЕСТКО */
@media (max-width: 600px) {
    .program-item .program-desc-line {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        margin-left: -20px !important;
    }
    
    .program-item-reverse .program-desc-line {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        gap: 0 !important;
        margin-right: -20px !important;
    }
    
    .program-side-img {
        width: 80px !important;
    }
    
    .program-item .program-side-img {
        margin-left: -10px !important;
    }
    
    .program-item-reverse .program-side-img {
        margin-right: -10px !important;
    }
}

/* Увеличение фото str.jpg и str2.jpg - на всех экранах */
.program-side-img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
}

/* На планшетах чуть меньше */
@media (max-width: 768px) {
    .program-side-img {
        width: 90px !important;
        max-width: 140px !important;
    }
}

/* На мобильных телефонах - большие, но вписываются в экран */
@media (max-width: 550px) {
    .program-side-img {
        width: 80px !important;
        max-width: 100px !important;
    }
}

/* Пунктирный контур для секции пожеланий */
.section-wishes .wishes-container {
    border: 3px dashed rgba(51, 51, 51, 0.3) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

/* Сдвигаем ТОЛЬКО str2.jpg (левое фото в пункте 14:00) */
.program-item .program-desc-line .program-side-img:first-child {
    margin-left: -78px !important;
    position: relative !important;
    left: -20px !important;
}

/* Сдвигаем str.jpg (правое фото в пункте 15:00) вправо */
.program-item-reverse .program-desc-line .program-side-img:last-child {
    margin-right: -78px !important;
    position: relative !important;
    right: -20px !important;
}
