@charset "UTF-8";

/* =======================================================
*
* 	Основные стили свадебного сайта
*
* ======================================================= */

/* Шрифты и базовые стили */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),
       url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
       url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
       url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Regular (400) - кириллица */
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sofia-sans-condensed/cyrillic-400.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* SemiBold (600) - кириллица */
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/sofia-sans-condensed/cyrillic-600.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Fallback для остальных символов */
@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sofia-sans-condensed/latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

@font-face {
  font-family: 'Sofia Sans Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/sofia-sans-condensed/latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

body {
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/* Загрузчик */
.fh5co-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* Хедер */
.fh5co-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.fh5co-cover .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 1 !important;
}

#fh5co-header .display-tc {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

#fh5co-header .display-tc h1 {
  margin-bottom: 0;
  font-size: 65px;
  line-height: 1.5;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-style: italic !important;
  color: white;
  font-weight: 700 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

#fh5co-header .display-tc h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 20px;
  color: white;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-style: italic !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h1 {
    font-size: 30px;
  }
  #fh5co-header .display-tc h2 {
    font-size: 16px;
  }
}

#fh5co-header .container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  position: relative;
  z-index: 2;
}

#fh5co-header .row {
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 100vh;
}

#fh5co-header .col-xs-12,
#fh5co-header .col-sm-10,
#fh5co-header .col-sm-offset-1,
#fh5co-header .col-md-8,
#fh5co-header .col-md-offset-2 {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding: 0;
}

#fh5co-header img {
  display: block !important;
  margin: 20px auto !important;
  max-width: 200px !important;
}

/* ===== СВАДЕБНЫЙ ЗАГОЛОВОК ===== */
.wedding-title {
    font-size: 5.5rem !important; /* 88px */
    line-height: 1.1 !important;
    font-family: 'Sofia Sans Condensed', sans-serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
    color: white !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    text-shadow: 
        2px 2px 6px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(255, 255, 255, 0.15) !important;
    position: relative !important;
    display: block !important;
}

/* Декоративная линия под заголовком */
.wedding-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 180px !important;
    height: 1px !important;
    background: linear-gradient(
        90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.3) 25%, 
        rgba(255, 255, 255, 0.7) 50%, 
        rgba(255, 255, 255, 0.3) 75%, 
        transparent 100%
    ) !important;
}

/* Особенный стиль для амперсанда */
.wedding-title .ampersand {
    font-size: 6.5rem !important; /* 104px */
    font-weight: 100 !important;
    font-style: normal !important;
    color: #f8f3e6 !important;
    margin: 0 15px !important;
    display: inline-block !important;
    text-shadow: 
        0 0 20px rgba(248, 243, 230, 0.6),
        0 0 40px rgba(248, 243, 230, 0.3) !important;
    transform: translateY(-8px) !important;
    vertical-align: middle !important;
    letter-spacing: 0 !important;
    position: relative !important;
}

/* ===== СВАДЕБНАЯ ДАТА ===== */
.wedding-date {
    font-size: 2.5rem !important; /* 40px */
    font-family: 'Sofia Sans Condensed', sans-serif !important;
    font-weight: 200 !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.95) !important;
    letter-spacing: 8px !important;
    margin: 25px 0 0 0 !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    position: relative !important;
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px) !important;
}

/* Декоративные элементы по бокам даты */
.wedding-date::before,
.wedding-date::after {
    content: '❦' !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 28px !important;
}

.wedding-date::before {
    left: 0 !important;
    margin-left: -35px !important;
}

.wedding-date::after {
    right: 0 !important;
    margin-right: -35px !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media screen and (max-width: 992px) {
    .wedding-title {
        font-size: 4.5rem !important; /* 72px */
        letter-spacing: 3px !important;
    }
    
    .wedding-title .ampersand {
        font-size: 5.5rem !important; /* 88px */
        margin: 0 12px !important;
    }
    
    .wedding-date {
        font-size: 2rem !important; /* 32px */
        letter-spacing: 6px !important;
        padding: 12px 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .wedding-title {
        font-size: 3.5rem !important; /* 56px */
        letter-spacing: 2px !important;
    }
    
    .wedding-title .ampersand {
        font-size: 4rem !important; /* 64px */
        margin: 0 8px !important;
        transform: translateY(-5px) !important;
    }
    
    .wedding-title .ampersand::before,
    .wedding-title .ampersand::after {
        font-size: 16px !important;
    }
    
    .wedding-title .ampersand::before {
        left: -20px !important;
    }
    
    .wedding-title .ampersand::after {
        right: -20px !important;
    }
    
    .wedding-date {
        font-size: 1.75rem !important; /* 28px */
        letter-spacing: 4px !important;
        padding: 10px 20px !important;
    }
    
    .wedding-date::before,
    .wedding-date::after {
        font-size: 22px !important;
        margin-left: -25px !important;
        margin-right: -25px !important;
    }
}

@media screen and (max-width: 480px) {
    .wedding-title {
        font-size: 2.8rem !important; /* 45px */
        letter-spacing: 1px !important;
    }
    
    .wedding-title .ampersand {
        font-size: 3.2rem !important; /* 51px */
        margin: 0 6px !important;
        transform: translateY(-3px) !important;
    }
    
    .wedding-date {
        font-size: 1.5rem !important; /* 24px */
        letter-spacing: 3px !important;
        padding: 8px 15px !important;
    }
    
    .wedding-date::before,
    .wedding-date::after {
        display: none !important; /* На очень маленьких экранах убираем */
    }
}

/* Контейнер таймера */
.flipTimebox {
    text-align: center;
    margin: 30px auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 800px !important;
}

/* Секции */
.fh5co-section,
.fh5co-section-gray {
  padding: 2em 0;
  clear: both;
}

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {
  .fh5co-section,
  .fh5co-section-gray {
    padding: 1em 0;
  }
}

/* ===== ФОТО ПРИВЕТСТВИЯ ===== */
.greeting-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}

.couple-photo-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.couple-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.couple-photo:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .greeting-photo {
    margin: 30px 0;
  }
  
  .couple-photo-container {
    padding: 0 15px;
    max-width: 350px;
  }
  
  .couple-photo {
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .greeting-photo {
    margin: 20px 0;
  }
  
  .couple-photo-container {
    padding: 0 10px;
    max-width: 100%;
  }
  
  .couple-photo {
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  }
}

/* ===== ОБЩИЕ СТИЛИ ЗАГОЛОВКОВ ===== */
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-style: italic !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  position: relative;
}

/* ===== ЗАГОЛОВКИ СЕКЦИЙ ===== */
.fh5co-heading {
  margin-bottom: 1em;
  position: relative;
}

.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: bold;
  color: #646464;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-style: italic !important;
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Подчеркивание ТОЛЬКО для h2 в fh5co-heading */
.fh5co-heading h2::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #7A8B33, #94A047);
  z-index: 1;
  border-radius: 2px;
}

/* h3 НЕ получает подчеркивание автоматически */
h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

h3::after {
  display: none !important; /* Явно отключаем подчеркивание для всех h3 */
}

/* Текст после заголовка */
.fh5co-heading > p {
  margin-top: 22px !important;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #828282;
  padding: 0 20px;
}

/* Для секций с другим оформлением */
.fh5co-section-gray .fh5co-heading h2 {
  color: #222;
}

.fh5co-section-gray .fh5co-heading > p {
  color: #666;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 42px;
    margin-bottom: 22px;
  }
  
  .fh5co-heading h2::after {
    bottom: -10px;
    width: 60px;
    height: 2.5px;
  }
  
  .fh5co-heading > p {
    margin-top: 18px !important;
    font-size: 17px;
  }
  
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-heading h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .fh5co-heading h2::after {
    bottom: -8px;
    width: 50px;
    height: 2px;
  }
  
  .fh5co-heading > p {
    margin-top: 16px !important;
    font-size: 16px;
    padding: 0 10px;
  }
  
  h3 {
    font-size: 22px;
  }
}

/* ===== ЗАГОЛОВКИ В КАРТОЧКАХ И БЛОКАХ (кроме пожеланий) ===== */
/* Для заголовков в блоке пожеланий - БЕЗ подчеркивания */
.wish-content h3,
#fh5co-wishes h3,
#fh5co-wishes .wish-content h3 {
  font-size: 22px;
  color: #7A8B33;
  margin-bottom: 12px;
  font-weight: 600 !important;
  position: relative;
  display: inline-block;
}

.wish-content h3::after,
#fh5co-wishes h3::after,
#fh5co-wishes .wish-content h3::after {
  display: none !important;
}

.program-text strong,
.section-title {
  font-size: 22px;
  color: #7A8B33;
  margin-bottom: 12px;
  font-weight: 600 !important;
  position: relative;
  display: inline-block;
}

/* Для заголовков с рамкой (например, в локациях) */
.event-wrap h3 {
  font-size: 25px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

/* Явно убираем подчеркивание для event-wrap h3 */
.event-wrap h3::after {
  display: none !important;
}

/* ===== УНИВЕРСАЛЬНЫЙ КЛАСС ДЛЯ ПОДЧЕРКИВАНИЯ ===== */
.underlined-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  display: inline-block;
}

.underlined-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #7A8B33, #94A047);
  border-radius: 2px;
}

/* Вариант с левым выравниванием */
.underlined-title-left {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px !important;
}

.underlined-title-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #7A8B33, #94A047);
  border-radius: 2px;
}

/* Программа мероприятия */
.program {
  max-width: 700px;
  margin: 40px auto;
  padding: 0 20px;
}

.program-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  margin-bottom: 34px;
}

.program-icon {
  position: relative;
  width: 28px;
  min-width: 28px;
  display: flex;
  justify-content: center;
  color: #7A8B33;
  font-size: 22px;
}

.program-icon::after {
  content: '';
  position: absolute;
  top: 30px;
  width: 1px;
  height: calc(100% + 16px);
  background: #DCE2DC;
}

.program-icon.no-line::after {
  display: none;
}

.program-time {
  min-width: 64px;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-size: 22px;
  color: #666;
  margin-top: 2px;
}

.program-text {
  flex: 1;
  font-size: 16px;
  color: #777;
  line-height: 1.4;
}

.program-text strong {
  display: block;
  font-size: 18px;
  color: #555;
  margin-bottom: 4px;
}

.program-subtext {
  font-size: 14px;
  color: #999;
}

@media (max-width: 480px) {
  .program-time {
    font-size: 20px;
  }
  .program-text strong {
    font-size: 17px;
  }
}

/* Локации */
.fh5co-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  width: 100% !important;
  min-height: 600px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.fh5co-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.04);
}

#fh5co-locations .event-wrap {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 30px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  #fh5co-locations .event-wrap {
    margin-bottom: 10px;
  }
  .fh5co-bg {
    min-height: 400px !important;
  }
}

#fh5co-locations .event-wrap h3 {
  font-size: 25px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
}

#fh5co-locations .event-wrap p, 
#fh5co-locations .event-wrap span {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Sofia Sans Condensed', 'Work Sans', sans-serif;
  font-size: 20px;
}

#fh5co-locations .event-wrap i {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

#fh5co-locations .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.btn-green {
  background-color: #7A8B33;
  border-color: #6B7A2D;
  color: white;
  font-family: inherit;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
}

.btn-green:hover {
  background-color: #5E6E22;
  border-color: #4F5C1D;
  color: white;
  text-decoration: none;
}

.btn-green i {
  margin-right: 5px;
}

/* Галерея отеля */
.hotel-name {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(94, 110, 34, 0.7);
  padding-bottom: 2px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.hotel-name:hover {
  color: #5E6E22;
  border-bottom-color: #5E6E22;
  transform: translateY(-1px);
}

.hotel-carousel-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.hotel-carousel img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.hotel-carousel img:hover {
  transform: scale(1.01);
}

.owl-dots {
  margin-top: 25px !important;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #ddd !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: #5E6E22 !important;
  transform: scale(1.3);
}

.hotel-carousel .item {
  cursor: pointer;
  position: relative;
}

/* Дресс-код */
.dresscode-wrapper { 
  position: relative; 
  width: 300px; 
  height: 300px; 
  margin: 30px auto; 
}

.dresscode-donut {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    #EDE0E0 0deg 9deg,
    #E1D2CE 9.05deg 18deg,
    #D5C4BC 18.05deg 27deg,
    #C9B5AA 27.05deg 36deg,
    #BDA695 36.05deg 45deg,
    #EAE0D5 45.05deg 54deg,
    #DDC9B8 54.05deg 63deg,
    #D0B49C 63.05deg 72deg,
    #C3A080 72.05deg 81deg,
    #B69165 81.05deg 90deg,
    #F2D0C1 90.05deg 99deg,
    #E6BFAF 99.05deg 108deg,
    #D9AD9D 108.05deg 117deg,
    #CD9B8B 117.05deg 126deg,
    #C18978 126.05deg 135deg,
    #A36F50 135.05deg 144deg,
    #885E43 144.05deg 153deg,
    #6D4E36 153.05deg 162deg,
    #523E2A 162.05deg 171deg,
    #382D1D 171.05deg 180deg,
    #000000 180.05deg 185deg,
    #E8ECE7 185.05deg 194deg,
    #DCE2DC 194.05deg 203deg,
    #CFD8CF 203.05deg 212deg,
    #C3CEC2 212.05deg 221deg,
    #B7C4B6 221.05deg 230deg,
    #F2E8D8 230.05deg 239deg,
    #E8DCC7 239.05deg 248deg,
    #DDD0B6 248.05deg 257deg,
    #D3C4A5 257.05deg 266deg,
    #C8B894 266.05deg 275deg,
    #EEF1C4 275.05deg 284deg,
    #E0E3AA 284.05deg 293deg,
    #D2D690 293.05deg 302deg,
    #C5C876 302.05deg 311deg,
    #B7BA5C 311.05deg 320deg,
    #97A844 320.05deg 329deg,
    #7A8B33 329.05deg 338deg,
    #5E6E22 338.05deg 347deg,
    #42510F 347.05deg 356deg,
    #2B350B 356.05deg 360deg
  );
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.dresscode-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(94, 110, 34, 0.3);
}

.dresscode-wrapper:hover .dresscode-center {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 0.3s ease;
  box-shadow: 0 0 30px rgba(94, 110, 34, 0.2);
  border-color: rgba(94, 110, 34, 0.5);
}

@media (max-width: 480px) {
  .dresscode-wrapper { 
    width: 220px; 
    height: 220px; 
  }
  .dresscode-center { 
    width: 90px; 
    height: 90px; 
  }
}

/* Опрос */
#survey-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  font-size: 16px;
}

.survey-title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

#name {
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
}

.survey-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #555;
}

.survey-option input {
  width: 18px;
  height: 18px;
  accent-color: #7aa37c;
}

#submit-btn {
  background: linear-gradient(135deg, #7A8B33, #94A047);
  border: none;
  border-radius: 14px;
  padding: 14px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  transition: all 0.25s ease;
}

#submit-btn:hover {
  background: linear-gradient(135deg, #6B7A2D, #7A8B33);
  transform: translateY(-1px);
}

#submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 139, 51, 0.4);
}

#submit-btn:disabled {
  background: linear-gradient(135deg, #c8d6a0, #d4dfb5);
  color: #7A8B33;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#submit-btn span {
  display: block;
  text-align: center;
}

#status {
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}

/* Блок пожеланий */
.wishes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.wish-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wish-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.wish-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7A8B33, #94A047);
  color: white;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
}

.wish-content h3 {
  font-size: 20px;
  color: #7A8B33;
  margin-bottom: 12px;
  font-weight: 600;
}

.wish-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* Альтернативный вариант - список пожеланий */
.wishes-list {
  max-width: 700px;
  margin: 40px auto;
  padding: 0;
}

.wish-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.wish-list-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9f7;
  color: #7A8B33;
  border-radius: 10px;
  font-size: 24px;
}

.wish-list-content h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 8px;
  font-weight: 600;
}

.wish-list-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .wishes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .wish-item {
    padding: 25px 20px;
  }
  
  .wish-list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  
  .wish-content h3,
  #fh5co-wishes h3,
  #fh5co-wishes .wish-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .wish-content h3,
  #fh5co-wishes h3,
  #fh5co-wishes .wish-content h3 {
    font-size: 18px;
  }
}

/* Кнопка наверх */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, 
.gototop a:active, 
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* Анимации */
.js .animate-box {
  opacity: 0;
}

/* Общие стили */
a {
  color: #646464;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, 
a:active, 
a:focus {
  color: #646464;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

/* Мобильные исправления */
html, body {
  overflow-x: hidden;
  width: 100%;
}

iframe {
  max-width: 100%;
}

/* Десктоп - fixed фон */
@media (min-width: 769px) {
  .fh5co-cover,
  .fh5co-bg {
    background-attachment: fixed !important;
  }
}