.land-container {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    transform: translateZ(0);
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #373C44;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
}

.animated-content {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.question {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    display: flex;
    flex-direction: column;
    align-content: center;
    transform: translateZ(0);
}

.img-container {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;
    outline-color: #C52200;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

img {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    display: block;
    border-style: none;
    width: 100%;
    height: auto;
}

.question-text {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;
    outline-color: #C52200;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.dm-button {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 25px 90px;
    border: 1px solid #C52200;
    border-radius: 5px;
    background-color: #de2600;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
    outline: none;
    flex: 1;
    margin-right: 5px;
}

.dm-button-primary-main {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 25px 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #e6e6e6;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
    outline: none;
    flex: 1;
    margin-left: 5px;
}

.dm-button,
.dm-button-primary-main {
    flex: 0 1 auto;
}

.question .action-buttons {
    display: flex;
    justify-content: center;
}

body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.step {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: transparent;
    box-sizing: border-box;
}

.step-active {
    background-color: green;
    border: 2px solid green;
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .dm-button,
    .dm-button-primary,
    .dm-button-primary-main{
        padding: 15px 45px; /* Smaller padding for mobile */
        font-size: 14px; /* Smaller font size for mobile */
        line-height: 18px;
    }
}

.land-container {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    transform: translateZ(0);
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #373C44;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
}

.animated-content {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.girl-type-selector {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #23FF9900;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    margin: 0 -15px;
}

.question-text {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
    outline-color: #C52200;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.selector-desktop {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #23FF9900;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.selector-option {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #23FF9900;
    position: relative;
    flex: 1;
    border-radius: 50%;
    cursor: pointer;
}

.overlay {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: border-box;
    outline-color: #C52200;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    flex-direction: column;
    background: rgba(31, 42, 52, .75);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #C52200;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    display: none;
}

img {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: border-box;
    outline-color: #C52200;
    display: block;
    border-style: none;
    width: 100%;
}

body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    /* Відступ від нижньої частини сторінки */
    left: 50%;
    transform: translateX(-50%);
}

/* Стилізація для всіх кружечків */
.step {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid black;
    /* Чорний контур для неактивних кружечків */
    background-color: transparent;
    /* Прозорий фон для неактивних кружечків */
    box-sizing: border-box;
    /* Врахування контура в розмірі елемента */
}

/* Стилізація для активного кроку */
.step-active {
    background-color: green;
    /* Заповнений зелений кружечок */
    border: 2px solid green;
    /* Той самий зелений контур */
}

.selector-option.selected {
    border: 3px solid #C52200;
    /* Зелена обводка */
}

/* Скрити кнопку для десктопної версії */
@media (min-width: 768px) {
    .option-button {
        display: none;
    }

    /* Додати ефект наведення */
    .selector-option:hover .overlay {
        display: flex;
    }
}

/* Показати кнопку для мобільної версії */
@media (max-width: 767px) {
    .overlay {
        display: none;
    }
}

@media (max-width: 767px) {
.selector-desktop {
display: grid;
grid-template-columns: 1fr 1fr; /* Two columns */
gap: 10px; /* Gap between images */
}

.selector-option {
width: 100%; /* Make each option take full width of its grid cell */
}
}

body {
    background-color: #373C44;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content-container {
    text-align: center; /* Центруємо текст по горизонталі */
    position: absolute; /* Абсолютне позиціонування для центрування */
    top: 50%; /* Позиціонуємо по вертикалі на половину висоти веб-сайту */
    left: 50%; /* Центруємо по горизонталі на половину ширини веб-сайту */
    transform: translate(-50%, -50%); /* Здійснюємо точне центрування */
    width: 100%; /* Встановлюємо максимальну ширину */
}



.text {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    box-sizing: border-box;
    outline-color: #C52200;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.progress-container {
    width: 80%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    height: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #C52200;
    transition: width 0.05s linear;
}

.percentage {
    margin-top: 10px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    color: #000;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.step {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: transparent;
    box-sizing: border-box;
}

.step-active {
    background-color: green;
    border: 2px solid green;
}

.land-container {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    transform: translateZ(0);
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
}

.animated-content {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: 500;
    box-sizing: border-box;
    outline-color: #C52200;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.search-result {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #000;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    transform: translateZ(0);
}

.text {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
    outline-color: #C52200;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.girls-container {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    display: flex;
    flex-direction: column;
    /* Спочатку вертикально */
    align-items: center;
}

.girl {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    min-width: 252px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
}

.photo {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-right: 30px;
}

img {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    display: block;
    border-style: none;
    width: 100%;
    height: auto;
}

.info {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    outline-color: #C52200;
    font-weight: 400;
    line-height: 22px;
}

.main {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #000;
    font-family: Roboto, Avenir, Helvetica, Arial;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    outline-color: #C52200;
    font-size: 16px;
}

.location {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    color: #fff;
    font-family: Roboto, Avenir, Helvetica, Arial;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    outline-color: #C52200;
    font-size: 12px;
}

.dm-button-primary {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 15px auto;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 9px 25px;
    border: 2px solid #C52200;
    border-radius: 5px;
    background-color: #de2600;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .25);
    outline: none;
    text-decoration: none;
}

body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    /* Відступ від нижньої частини сторінки */
    left: 50%;
    transform: translateX(-50%);
}

/* Стилізація для всіх кружечків */
.step {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px #000;
    /* Чорний контур для неактивних кружечків */
    background-color: #e6e6e6;
    /* Прозорий фон для неактивних кружечків */
    box-sizing: border-box;
    /* Врахування контура в розмірі елемента */
}

/* Стилізація для активного кроку */
.step-active {
    background-color: #000;
    /* Заповнений зелений кружечок */
    border: 2px #e6e6e6;
    /* Той самий зелений контур */
}

/* Медіа-запит для зміни розташування на горизонтальне при ширині екрану більше ніж 768px */
@media (min-width: 768px) {
    .girls-container {
        flex-direction: row;
        /* Горизонтальне розташування */
        justify-content: space-between;
        /* Розподіл простору між елементами */
    }

    .girl {
        flex-direction: column;
        /* Вертикальне розташування фото та інформації всередині кожної "girl" */
        align-items: center;
    }

    .photo {
        margin-right: 0;
        /* Приберемо відступ між фото і текстом */
        margin-bottom: 15px;
        /* Додаємо відступ знизу під фото */
        max-width: 150px;
        /* Збільшимо максимальну ширину фото */
    }
}