* {
    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;
}
a {
    color: #809C53;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 182px;
}

.page__content {
    padding-top:100px;
    padding-bottom:48px;
}


body.error404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.error404 .not-found-page {
    flex: 1 0 auto;
    padding-top: 110px;
    padding-bottom: 48px;
}

body.error404 .footer {
    margin-top: auto;
}


body.page-template-default {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.page-template-default main.page {
    flex: 1 0 auto;
}

body.page-template-default .page__content {
    padding-top: 110px;
    padding-bottom: 48px;
}

body.page-template-default .footer {
    margin-top: auto;
}

/* Общие стили для шрифтов */
h1, h2, h3, p, span, a, div {
    font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, p {
    padding: 10px 0;
}


.top-section {
    width: 100%;
    height: 434px;
    position: relative;
    overflow: hidden;
}

.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/image.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

/* Меню */
.menu-bar {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgba(196, 196, 201, 0.5) 0%, 
        rgba(198, 198, 204, 0.5) 12.1%, 
        rgba(202, 202, 207, 0.5) 25.42%, 
        rgba(200, 201, 207, 0.5) 38.15%, 
        rgba(198, 198, 203, 0.5) 49.57%, 
        rgba(195, 195, 199, 0.5) 61.29%, 
        rgba(189, 190, 194, 0.5) 70.61%, 
        rgba(174, 174, 180, 0.5) 83.73%, 
        rgba(141, 142, 147, 0.5) 97.96%);
    backdrop-filter: blur(2px);
    z-index: 10;
}

.menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100%;
}

/* Логотип */
.logo-container {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
}

.logo-img {
    width: 51.2px;
    height: 51.41px;
}

.logo-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    width: 229px;
}

/* Навигация */
.navigation {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-item {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.nav-item:hover {
    text-decoration: underline;
}

.nav-item.active {
    font-weight: 700;
}

/* Выбор города */
.city-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.city-selector span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.arrow-down {
    width: 7px;
    height: 5px;
    background: #000000;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* Телефон */
.phone-number {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
    white-space: nowrap;
    text-decoration-thickness: 1px;
    flex-shrink: 0;
    margin-left: 20px;
}

/* Основной контент */
.main-content {
    position: relative;
    width: auto;
    padding-top: 100px;
    z-index: 2;
}

.main-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    width:665px;
    color: #000000;
    margin-bottom: 32px;
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.paragraph {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 378px;
}

.paragraph:last-child {
    width: 318px;
}

/* Остправить заявку */
.second-section {
    width: 100%;
    height: 171px;
    background: linear-gradient(90deg, #819A43 0%, #70A9BC 100%);
}

.second-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 171px;
    padding: 24px 0;
}

.second-left {
    width: 692px;
}

.second-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 32px;
    width: 634px;
}

.second-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 692px;
}

.second-right {
    width: 251px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-notice {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 251px;
    margin-bottom: 21px;
}

.request-button {
    width: 247px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
}

.request-button:hover {
    transform: translateY(-2px);
}

.button-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    background: linear-gradient(90deg, #75A59B 0%, #73A6A6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Цены и приём */
.third-section {
    background-color: #E4E3E6;
    padding: 71px 0 116px 0;
}

.prices-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 24px;
}

.price-cards {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.price-card {
    width: 330.72px;
    height: 277px;
    background: #FFFFFF;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 13px 42px 18px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weight-label {
    width: 247px;
    height: 40px;
    border-radius: 50px;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.green-label {
    background: #819A46;
}

.weight-label span {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
}

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

.feature-dot {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

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

.show-prices-button {
    width: 247px;
    height: 40px;
    background: #71A9BB;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
    margin-top: auto;
    text-decoration: none;
}

.show-prices-button:hover {
    transform: translateY(-2px);
}

.show-prices-button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

/* Преимущества */
.fourth-section {
    width: 100%;
    height: 171px;
    background: linear-gradient(90deg, #819A43 0%, #70A9BC 100%);
}

.advantages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 118px;
    padding-top: 29px;
    height: 171px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 283px;
}

.advantage-icon {
    margin-bottom: 9px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.advantage-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

/* Шаги */
.fifth-section {
    background-color: #E4E3E6;
    padding: 71px 0 100px 0;
}

.work-principle-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 52px;
}

.work-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.work-step-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.work-step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    min-height: 240px;
    padding: 24px;
    border-radius: 30px;
    box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    overflow: hidden;
}

.step-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-self: center;
}

.number-outer {
    width: 58px;
    height: 58px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.number-inner {
    width: 48px;
    height: 48px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.step-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 10px;
    width: 100%;
}

.step-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.step-description {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.work-step::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(112, 169, 187, 0.9);
    border-radius: 30px;
    z-index: 1;
}

.work-step::after {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 30px;
}

.step-1 {
    flex: 1 1 420px;
}

.step-1::after {
    background-image: url('../img/1.png');
}

.step-2 {
    flex: 1 1 420px;
}

.step-2::after {
    background-image: url('../img/2.png');
}

.step-3 {
    width: 100%;
}

.step-3::after {
    background-image: url('../img/3.png');
}

/* Приём и переработка */
.sixth-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.sixth-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/image.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.sixth-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.recycling-content {
    width: 100%;
    padding:24px 0;
}

.recycling-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    width: 1079px;
    margin-bottom: 26px;
}

.recycling-text {
    width: 640px;
}

.recycling-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 16px;
}

.recycling-text p:last-child {
    margin-bottom: 0;
}

/* Футер */
.footer {
    width: 100%;
    height: 136px;
    background: linear-gradient(90deg, #819A43 0%, #70A9BC 100%);
    position: relative;
    z-index: 1;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.copyright {
    margin-top: 21px;
    margin-bottom: 26px;
}

.copyright-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    flex-shrink: 0;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.contact-item:first-child .contact-text {
    text-decoration: underline;
}

.contact-item:nth-child(3) .contact-text,
.contact-item:nth-child(4) .contact-text {
    white-space: normal;
    line-height: 1.4;
}

.contact-item:nth-child(3) .contact-text {
    width: 294px;
}

.contact-item:nth-child(4) .contact-text {
    width: 106px;
}

/* Список городов */
.city-dropdown {
    position: absolute;
    width: auto;
    height: 225px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.dropdown-header {
    position: relative;
    width: 100%;
    height: 41px;
    background: linear-gradient(90deg, #687D32 0%, #70A9BC 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.close-dropdown {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-line {
    position: absolute;
    width: 11px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
}

.close-line.line-1 {
    transform: rotate(-45deg);
}

.close-line.line-2 {
    transform: rotate(45deg);
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 50px;
    padding: 25px;
}

.city-option {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    transition: color 0.2s;
    white-space: nowrap;
}

.city-option:hover {
    color: #687E36;
}

.city-option.selected {
    color: #687E36;
    text-decoration: underline;
}

/* Заявки */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-container {
    position: relative;
    width: 500px;
    height: auto;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
    position: relative;
    width: 100%;
    height: 64px;
    background: linear-gradient(90deg, #687D32 0%, #70A9BC 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}

.close-modal {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 22px;
    cursor: pointer;
}

.modal-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    width: 312px;
    margin: 18px auto 0px;
}

.request-form {
    padding: 0 121px;
}

.form-group {
    margin-bottom: 0px;
}

.form-input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    box-shadow: inset 0 0 0 1px #E0E0E0;
    transition: box-shadow 0.2s;
}

.form-input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #71A9BB;
}

.form-input::placeholder {
    color: #757171;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0px;
    width: 315px;
}

.checkbox-input {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    accent-color: #71A9BB;
    flex-shrink: 0;
}

.checkbox-label {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

.submit-button {
    width: 100%;
    height: 40px;
    background: #71A9BB;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin-bottom:24px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
}

.submit-button:hover {
    transform: translateY(-2px);
}

.submit-button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.modal-footer {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #687D32 0%, #70A9BC 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-notice {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
}

.hamburger-menu {
    display: none;
}

/* Адаптация */
/* @media (max-width: 1440px) {
    html {
        font-size: 15px;
    }
    
    .container {
        padding: 0 140px;
    }
    
    .top-section {
        height: 400px;
    }
    
    .second-section,
    .fourth-section {
        height: 160px;
    }
    
    .sixth-section {
        height: 440px;
    }
    
    .footer {
        height: 130px;
    }
    
    .price-card {
        width: 310px;
        height: 260px;
    }
    
    .step-1 {
        width: 490px;
        height: 250px;
    }
    
    .step-2 {
        width: 475px;
        height: 250px;
    }
    
    .step-3 {
        width: 1010px;
        height: 230px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
    
    .container {
        padding: 0 80px;
    }
    
    .top-section {
        height: 380px;
    }
    
    .second-section,
    .fourth-section {
        height: 150px;
    }
    
    .sixth-section {
        height: 420px;
    }
    
    .footer {
        height: 125px;
    }
    
    .price-card {
        width: 290px;
        height: 245px;
    }
    
    .step-1,
    .step-2 {
        width: 48%;
        min-width: 400px;
    }
    
    .step-3 {
        width: 96%;
    }
} */

/* Включается мобильное меню */
/*@media (max-width: 1023px) {
    .navigation {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, 
            rgba(196, 196, 201, 0.98) 0%, 
            rgba(198, 198, 204, 0.98) 12.1%, 
            rgba(202, 202, 207, 0.98) 25.42%, 
            rgba(200, 201, 207, 0.98) 38.15%, 
            rgba(198, 198, 203, 0.98) 49.57%, 
            rgba(195, 195, 199, 0.98) 61.29%, 
            rgba(189, 190, 194, 0.98) 70.61%, 
            rgba(174, 174, 180, 0.98) 83.73%, 
            rgba(141, 142, 147, 0.98) 97.96%);
        backdrop-filter: blur(10px);
        z-index: 100;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    
    .navigation.active {
        display: flex;
    }
    
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        cursor: pointer;
        margin-left: auto;
        z-index: 101;
    }
    
    .hamburger-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;
    }
    
    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .phone-number {
        display: none;
    }
    
    .logo-text {
        font-size: 12px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    
    .main-content {
        width: 100%;
        position: relative;
        top: auto;
        padding-top: 100px;
    }
    
    .main-title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    
    .text-content {
        align-items: center;
        text-align: center;
    }
    
    .paragraph,
    .paragraph:last-child {
        width: 100%;
    }
}*/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    z-index: 2;
    position: relative;
    text-align: center;
    display: none !important;
}