/* Основной стиль для модального окна */
.modal-unique-3782 {
    display: none;
    position: fixed;
    z-index: 15000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
}

.modal-content-4928 {
    background: linear-gradient(to bottom right, #66e0ff, #4db6ac);
    margin: 0;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* Чтобы padding учитывался в ширину и высоту */
    overflow: auto; /* Прокрутка внутри модального окна, если содержимое не помещается */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Стиль для кнопки закрытия */
.close-btn-2738 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15vw;
    height: 15vw;
    max-width: 150px;
    max-height: 150px;
    background-color: #1de9b6;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-btn-2738:hover,
.close-btn-2738:focus {
    background-color: #00bfae;
    color: #fff;
    text-decoration: none;
}

/* Стили для текстового контейнера */
.text-container-9273 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

#text-9832 {
    font-family: Tahoma, sans-serif;
    font-size: 2.5rem; /* Приблизительно соответствует размеру <h1> */
    font-weight: bold;
    text-align: center;
}

/* Стили кнопок */
.varkgrek-7645 {
    background-color: #008B8B;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none; /* убираем подчеркивание */
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: none;
    transition: none; /* убираем анимацию */
}

.varkgrek-7645:hover,
.varkgrek-7645:focus,
.varkgrek-7645:active {
    background-color: #113d3d; /* без изменения цвета фона */
    color: white;              /* без изменения цвета текста */
    text-decoration: none;     /* гарантируем отсутствие подчеркивания */
}


.custom-button-2938 {
    background-color: #004d40;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button-2938:hover {
    background-color: #00332b;
}

/* Основные стили кнопок */
.btn {
    cursor: pointer;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: background-color 0.3s ease;
    outline: none;
}

.btn:hover {
    opacity: 0.9;
}

.btn-ocean-2738 {
    background-color: #11b7c8;
}

.btn-ocean-2738:hover {
    background-color: #20B2AA;
}

.btn-summer-4732 {
    background-color: #2ca822;
}

.btn-summer-4732:hover {
    background-color: #006400;
}

.btn-raspberry-1832 {
    background-color: #db4850;
}

.btn-raspberry-1832:hover {
    background-color: #9b4146;
}

.btn-frost-4723 {
    background-color: #1570A1E6;
}

.btn-frost-4723:hover {
    background-color: #224a5fe6;
}

.exelednt-2738 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 23px;
    color: #fff;
    background-color: #003366; /* Темно-синий цвет */
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.exelednt-2738:hover {
    background-color: #002244; /* Более темный оттенок для наведения */
}

/* Адаптивные стили для мобильных экранов */
@media (max-width: 768px) {
    .close-btn-2738 {
        width: 20vw;
        height: 20vw;
        font-size: 36px; /* Уменьшаем размер шрифта кнопки закрытия */
    }

    .modal-content-4928 {
        padding: 10px;
    }

    .text-container-9273 {
        margin: 10px 0;
    }

    #text-9832 {
        font-size: 2rem; /* Уменьшаем размер шрифта для мобильных экранов */
    }

    .varkgrek-7645 {
        font-size: 14px; /* Уменьшаем размер шрифта кнопок */
        padding: 8px 16px;
    }

    .custom-button-2938 {
        font-size: 14px; /* Уменьшаем размер шрифта кнопок */
        padding: 10px 20px;
    }

    .btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}

/* Отступ между первым и вторым вопросом */
#screen-question-4901 {
    margin-bottom: 50%;
}

#second-question-8291 {
    margin-top: 50%;
}