@media screen and (max-width: 1700px) {
 
}

@media screen and (max-width: 1300px) {
 
}

@media screen and (max-width: 800px) {

}
#shokolad {
    /*--primary-color: #333;
    --secondary-color: #eee;*/
    --background-color: #e6dcd2;
    --header-color: #a88b7e;
    --text-color: #323031;
      --sec-color: #5a3a23;
      --light-color: #fefefe;
    --main-font: 'CORMORAN', sans-serif; /* Основной шрифт */
    --beauty-font: 'SLOOP-SCRIPT', sans-serif; /* Шрифт для заголовков */
    --secondary-font: 'Hagin', sans-serif; /* Второй шрифт */
}

#shokolad{
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 120%;
    color: var(--text-color);
    overflow: hidden;
}
#shokolad p{
        margin: 0;
}
#shokolad .title_text{
    font-family: var(--beauty-font);
    font-size: 64px;
    line-height: 100%;
   color: var(--header-color);
   padding-bottom: 20px;
}
 #shokolad .descr_text{
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 120%;
    color: var(--text-color);
}
#shokolad .header{
   
    background: var(--background-color);
    border-radius: 0 0 30px 30px;
        position: relative;
 }
 #shokolad .header-blocks-title{
 height: 100vh;
 }
 #shokolad  #playButton{
        cursor: pointer;
    width: 50px;
    margin: auto;
    padding: 10px 0;
 }
#shokolad  #music{
    padding: 30px 50px;
}
#shokolad .header-blocks-title{
    height: 100vh;
    display: flex;
    flex-direction: column;
       justify-content: center;
    gap: 100px;
    max-width: 500px;
    margin: auto;

}
#shokolad .header-blocks{
            position: relative;
}
#shokolad .header-block-up{
    display: flex;
    flex-direction: column;
    color: var(--light-color);
    font-size: 254px;
    line-height: 70%;
    font-family: UnivrstyRoman;
}
#shokolad .header-bg{
    opacity: 0.5;
}
#shokolad .header-block-up2{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--beauty-font);
    font-size: 82px;
    line-height: 80%;
    color: var(--header-color);
}
#shokolad .timer-title{
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 22px;
}
#shokolad .timer__text{
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 12px;
}
#shokolad .timer__number {
    font-size: 42px;
    line-height: 100%;
    padding: 10px 0;
}
#shokolad  .timer__sep{
        font-size: 42px;
    padding-bottom: 20px;
}
#shokolad .counter {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
}
#shokolad  .info-date{
    background-image: url(../../../../images/sites/shokolad/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
    padding: 80px 5% 80px;
    
}
#shokolad  .info-invitation{
    background: #e6dcd2db;
    border-radius: 20px;
    padding: 50px 5%;
     max-width: 500px;
    margin: auto;
}
#shokolad .date-main-small{
    color: var(--header-color);
    font-size: 84px;
    font-family: 'UnivrstyRoman';
    padding: 30px 0;
    line-height: 100%;
}
#shokolad .img-block-inv{
        width: 25px;
    margin: auto;
}
#shokolad .places{
        background: var(--background-color);
    border-radius: 30px 30px;
    position: relative;
    margin-top: -30px;
    z-index: 2;
    padding: 70px 5% 100px;
}
#shokolad #plan{
    background: var(--header-color);
    border-radius: 30px 30px;
    position: relative;
    margin-top: -60px;
    z-index: 4;
    padding: 50px 5% 70px;
}
#shokolad .welcome_title_text{
    font-size: 42px;
}
#shokolad .registration_title_text, #shokolad .banquet_title_text  {
        font-family: var(--main-font);
    color: var(--sec-color);
    font-size: 20px;
    text-transform: uppercase;
}
#shokolad #registration-time, #shokolad #banquet-time{
    font-size: 48px;
    line-height: 100%;
    padding: 10px 0 30px;
    color: var(--header-color);
}

#shokolad .place-img{
padding-bottom: 30px;
}

#shokolad .place-img img{
    width: 90%;
    margin: auto;
    border-radius: 10px;
        max-width: 600px;

}
#shokolad .rsvp__button{
    background: var(--background-color);
    border: 1px solid var(--sec-color);
    border-radius: 10px;
    padding: 11px 30px;
    color: var(--sec-color);
    text-transform: uppercase;
    font-size: 18px;
    
}
#shokolad .timetable__block{
     display: flex
;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: auto;
 }
#shokolad  .timetable__block-line{
     width: 30px;
 }
#shokolad .timetable__block-stroke{
    display: flex;
    align-items: center;
    gap: 10px;
        width: 100%;
 }
#shokolad .timetable__block-first{
     width: calc(50% - 15px);
     text-align: right;
 } 
#shokolad .timetable__block-last{
     width: calc(50% - 15px);
     text-align: left;
 }
#shokolad  .timetable__block-stroke-first,  #shokolad .timetable__block-stroke-end{
         width: 150px;
 }
#shokolad .timetable__block-stroke-separate{
     width: 150px;
 }
 #shokolad  .timetable__block-descr{
     font-size: 14px;
    line-height: 100%;
 }
 #shokolad .timetable__block-time{
     font-family: var(--beauty-font);
    color: var(--header-color);
    font-size: 24px;
 }
#shokolad .timetable__block-name{
         text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
    line-height: 100%;
 }

 #shokolad #plan{
    background: var(--header-color);
    border-radius: 30px 30px;
    position: relative;
    margin-top: -60px;
    z-index: 4;
    padding: 50px 5% 70px;
}
#shokolad #plan h2{
        color: var(--background-color);
}
#shokolad .timetable__block-time{
    color: var(--background-color);
    font-size: 54px;
    line-height: 80%;
}
#shokolad .timetable__block-descr{
    color: var(--text-color);
    font-size: 12px;
}
#shokolad  .details {
        background-image: url(../../../../images/sites/shokolad/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
    padding: 80px 5% 80px;
   
}
#shokolad  .dresscode_common {
    max-width: 500px;
    margin: auto;
}
#shokolad  .details-block{
    background: #e6dcd2db;
    border-radius: 20px;
    padding: 50px 5%;
     max-width: 500px;
    margin: auto;
}
#shokolad .separator-image{
        width: 20px;
    padding: 30px 0;
    margin: auto;
}
#shokolad #dresscode{
        background: white;
    border-radius: 30px 30px;
    position: relative;
    margin-top: -30px;
    z-index: 4;
    padding: 50px 5% 70px;
}
 #shokolad .dresscode__wrap {
        padding-top: 20px;
}
#shokolad #questions{
    background-image: url(../../../../images/sites/shokolad/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
    padding: 80px 5% 80px;
    
}
#shokolad  .linkblock__bloks {
 max-width: 500px;
    margin: auto;
}
#shokolad .question__bloks {
        background: #e6dcd2db;
    border-radius: 20px;
    padding: 50px 5%;
    max-width: 500px;
    margin: auto;
}

#shokolad  .question__text-mini{
  font-size: 12px;
    padding: 10px;
}
#shokolad   #question{
        display: flex
;
    text-align: left;
    flex-direction: column;
}
#shokolad  .question__label {
    display: flex
;
    align-items: center;
    gap: 5px;
}
#shokolad  .opros-inside .rsvp__button{
    background: none;
    margin: auto;
    text-align: center;
    display: flex;
}
#shokolad .question__string input[type="text"]::placeholder {
    color: var(--text-color);
    opacity: 1; /* Обязательно, чтобы Firefox и Safari не делали текст полупрозрачным */
}
#shokolad  .question__string{
    margin-bottom: 10px;
}
#shokolad  .question__label{
        margin-bottom: 0px;
}
#shokolad  .question__unvisible {
    display: none;
}
#shokolad  .question__visible-radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
   
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid var(--text-color);
    border-radius: 50%;
}
#shokolad  .question__unvisible:checked + .question__visible-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: var(--text-color);
    border-radius: 50%;
}
#shokolad  .question__visible-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
   
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid var(--text-color);
}
#shokolad  .question__unvisible:checked + .question__visible-checkbox::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color:var(--text-color);
}
#shokolad  .question__string input[type="text"]{
    border: 0;
       background: none;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 !important;
    color: var(--text-color);
}
#shokolad  #answ_good, #shokolad #answ_null{
   color: var(--header-color);
}
#shokolad .question__label-input{
      color: var(--text-color);
    text-transform: uppercase;
    font-size: 13px;
}
#shokolad  #question label{
   color: var(--text-color);
}
#shokolad  #linkblock{
    display: block;
    background: var(--header-color);
    border-radius: 30px 30px;
    position: relative;
    margin-top: -30px;
    z-index: 4;
    padding: 50px 5% 100px;
}
#shokolad .linkblock_title_text{
    color: var(--background-color);
}
#shokolad .footer  {
          background: var(--background-color);
    border-radius: 30px 30px;
    position: relative;
    margin-top: -60px;
    z-index: 4;
    padding: 50px 5% 70px;
}
#shokolad .text-footer{
        font-family: 'UnivrstyRoman';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 120%;
}
#shokolad .img-footer{
        width: 20px;
    margin: auto;
    padding: 30px 0 40px;
}
#shokolad .names-footer{
    font-family: var(--beauty-font);
    color: var(--header-color);
    font-size: 60px;
    line-height: 120%;
}
#shokolad  #answ_good, #shokolad  #answ_null{
        color: var(--header-color);
}
@media screen and (max-width: 1700px) {
 
}

@media screen and (max-width: 1300px) {
 
}

@media screen and (max-width: 800px) {
#shokolad{
}
 #shokolad .title_text{
}
 #shokolad .descr_text{
}
}


/* Стили для галереи Dress Code */
 #shokolad .gallery-container {
    position: relative;
    width: 100%;
    max-width: 900px; /* Ограничение ширины */
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

 #shokolad .gallery-track {
    display: flex;
    gap: 15px; /* Расстояние между фото */
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    width: 90%;
    
    /* Скрытие скроллбара для красоты */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

 #shokolad .gallery-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

 #shokolad .gallery-item {
    flex: 0 0 auto;
    /* Высота картинок. На мобильных можно меньше, на ПК больше */
    height: 400px; 
    width: auto;
    border-radius: 4px; /* Легкое скругление, если нужно */
    transition: transform 0.3s ease;
}

 #shokolad .gallery-item:hover {
    transform: scale(1.02);
}

/* Кнопки навигации */
 #shokolad .gallery-btn {
    background: transparent;
    border: none;
    color: var(--header-color); /* Ваш красный цвет */
    font-size: 40px;
    cursor: pointer;
    padding: 0 10px;
    z-index: 10;
    transition: opacity 0.3s, transform 0.2s;
    font-family: var(--main-font); /* Основной шрифт */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

 #shokolad .gallery-btn:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

 #shokolad .gallery-btn:active {
    transform: scale(0.9);
}

/* Адаптивность */
@media screen and (max-width: 800px) {
    #shokolad .gallery-item {
        height: 300px; /* Уменьшаем высоту на планшетах */
    }
   #shokolad .gallery-btn {
        font-size: 30px;
        padding: 0 5px;
        display: none;
    }
}

@media screen and (max-width: 500px) {
   #shokolad .gallery-container {
        width: 100%;
    }
  #shokolad .gallery-track {
        width: 100%;
        padding: 0 15px; /* Отступы по краям */
    }
   #shokolad .gallery-item {
        height: 250px; /* Уменьшаем высоту на телефонах */
    }
    /* На мобильных часто удобнее свайпать пальцем, стрелки можно скрыть или оставить маленькими */
  #shokolad .gallery-btn {
      display: none; 
    }
}
