/* Стили для страницы оптовых закупок */
.wholesale-page {
    position: relative;
    width: 100%;
    background: #E4E3E6;
    overflow: hidden;
}

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

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

.wholesale-main-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #819A43;
    width: 694px;
    margin-bottom: 24px; 
}

.wholesale-special-offer {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 510px;
    margin-bottom: 16px;
}

.wholesale-subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 389px;
    margin-bottom: 24px;
}

/* Блок преимуществ */
.benefits-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    width: 654px;
    margin-bottom: 80px; 
}

.benefit-item {
    width: 212px;
    height: 128px;
}

.benefit-card {
    width: 100%;
    height: 100%;
    background: #70A9BC;
    box-shadow: 6px 9px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.benefit-icon-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.benefit-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}

/* Зеленый блок с информацией о компании */
.company-info-block {
    position: relative;
    width: 100%;
    height: 211px;
    background: linear-gradient(90deg, #819A43 0%, #70A9BC 100%);
    display: flex;
    align-items: center;
    z-index: 2;
    margin-top: 0;
}

.company-info-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.company-photo {
    width: 202px;
    height: 177px;
    filter: drop-shadow(6px 9px 20px rgba(0, 0, 0, 0.25));
    flex-shrink: 0;
    margin-left: 90px;
}

.company-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.company-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
}

.company-description {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 495px;
    text-align: center;
}

.company-history {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    max-width: 522px;
    text-align: center;
}

/* Города и карта */
.cities-and-map {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 90px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.cities-block {
    width: 474px;
    flex-shrink: 0;
    margin-left: 0;
}

.cities-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 24px;
}

.cities-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
}

.city-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.city-marker {
    width: 5.05px;
    height: 5px;
    background: #809C53;
    display: inline-block;
    flex-shrink: 0;
}

.city-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

/* Документы */
.documents-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-top: -30px;
    margin-bottom: 24px;
}

.documents-list {
    width: 395px;
}

.document-item {
    padding: 12px 0;
}

.document-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.document-divider {
    width: 100%;
    height: 1px;
    background: #809C53;
}

/* Карта */
.map-block {
    position: relative;
    width: 462px;
    height: 267px;
    flex-shrink: 0;
    margin-top: 50px;
    margin-right: 0;
}

.map-container {
    width: 100%;
    height: 100%;
    background: #809C53;
    box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    overflow: hidden;
}

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

/* Футер */
.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;
}
