/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    min-width: 1440px;
    background: #E0DEE0;
}

/* Фоновое изображение */
.background-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url('../img/image5.png') no-repeat center center;
    background-size: cover;
}

/* Основной контейнер для всех блоков (центрированный) */
.content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 20px 120px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    min-height: auto;
    box-sizing: border-box;
}

/* Основной блок "Куда сдать" */
.main-block {
    position: relative;
    width: 100%;
    max-width: 1117px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    padding: 32px;
    z-index: 3;
    box-sizing: border-box;
}

.main-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
    width: 100%;
    max-width: 946px;
}

.main-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 16px;
    width: 100%;
    max-width: none;
}

.main-description:last-of-type {
    margin-bottom: 0;
}

.main-description-rich {
    margin-bottom: 0;
}

.main-description-rich p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 16px;
    width: 100%;
}

.main-description-rich p:last-child {
    margin-bottom: 0;
}

/* Карта */
.map-container {
    position: relative;
    width: 100%;
    max-width: 1117px;
    height: 295px;
    background: #809C53;
    box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    z-index: 3;
    box-sizing: border-box;
}

#yandex-map {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

/* Блок "Почему важно утилизировать правильно" */
.block-why {
    position: relative;
    width: 100%;
    max-width: 1117px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding: 24px 31px;
    z-index: 3;
    box-sizing: border-box;
}

.block-why h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
    width: 688px;
}

.block-why h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
    width: 451px;
}

.block-why-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 826px;
    margin-bottom: 24px;
}

/* Список с точками для блока "Почему важно утилизировать правильно" */
.why-features {
    margin: 16px 0 24px 0;
}

.why-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 16px;
    width: 100%;
}

.why-dot {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    margin-top: 6px;
    flex-shrink: 0;
}

.why-feature-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 826px;
}

.block-why-additional {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 660px;
}

/* Блок "Почему важно выбирать лицензированный пункт" */
.block-licensed {
    position: relative;
    width: 100%;
    max-width: 1117px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding: 24px 31px;
    z-index: 3;
    box-sizing: border-box;
}

.block-licensed h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
    width: 589px;
}

.block-licensed-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 665px;
    margin-bottom: 24px;
}

.block-licensed-warning {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 495px;
}

/* Блок "Наше решение" */
.block-solution {
    position: relative;
    width: 100%;
    max-width: 723px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding: 24px 31px;
    z-index: 3;
    box-sizing: border-box;
}

.block-solution h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
    width: 245px;
}

.block-solution h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
    width: 551px;
}

.block-solution-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 629px;
    margin-bottom: 24px;
}

/* Список с точками для блока "Наше решение" */
.solution-features {
    margin: 16px 0;
}

.solution-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 16px;
    width: 100%;
}

.solution-dot {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    margin-top: 6px;
    flex-shrink: 0;
}

.solution-feature-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 629px;
}

/* Блок "Где можно сдать аккумулятор" */
.block-where {
    position: relative;
    width: 100%;
    max-width: 723px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding: 24px 31px;
    z-index: 3;
    box-sizing: border-box;
}

.block-where h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
    width: 311px;
}

.block-where-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 460px;
    margin-bottom: 24px;
}

/* Список с точками для блока "Где можно сдать аккумулятор" */
.where-features {
    margin: 16px 0;
}

.where-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 16px;
    width: 100%;
}

.where-dot {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    margin-top: 6px;
    flex-shrink: 0;
}

.where-feature-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 460px;
}

/* Блок "Почему выгодно сдавать аккумуляторы у нас" */
.block-benefits {
    position: relative;
    width: 100%;
    max-width: 723px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 40px;
    padding: 24px 31px;
    z-index: 3;
    box-sizing: border-box;
}

.block-benefits h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
    width: 468px;
}

.block-benefits-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 355px;
    margin-bottom: 24px;
}

/* Список с точками для блока "Почему выгодно сдавать" */
.benefits-features {
    margin: 16px 0;
}

.benefits-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 16px;
    width: 100%;
}

.benefits-dot {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    margin-top: 6px;
    flex-shrink: 0;
}

.benefits-feature-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 355px;
}

