/* Базовые стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #17181E;
    line-height: 1.6;
}

/* Основная секция */
.delivetypage {
    /* max-width: 1160px; */
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 104px;
}

/* Заголовок секции */
.delivetypage__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 80px;
}

/* Блок информации о доставке */
.delivetypage__info-block {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

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

h2.delivetypage__subtitle {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    width: 50%;
}

.delivetypage__delivery-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.delivetypage__icon {
    flex-shrink: 0;
}

.delivetypage__option-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #CD3131;
}

/* Блок упаковки */
.delivetypage__packaging {
    background: #FFEDD5;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.delivetypage__packaging-image {
    position: absolute;
    right: 0;
    top: -208px;
    width: 772px;
    height: 544px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
}

.delivetypage__packaging-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivetypage__checkbox-wrapper {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

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

.delivetypage__checkbox--empty {
    background: transparent;
}

.delivetypage__packaging-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    justify-content: center;
}

h3.delivetypage__packaging-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 10px;
}

.delivetypage__packaging-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #88888B;
}

/* Секция доставки и оплаты */
.delivetypage__payment-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.delivetypage__section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}

.delivetypage__cards-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.delivetypage__card {
    border: 1px solid rgba(185, 186, 188, 0.5);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    min-width: 300px;
}

.delivetypage__card-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivetypage__card-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.delivetypage__card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.delivetypage__card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.delivetypage__option-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(23, 24, 30, 0.1);
}

.delivetypage__option-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(23, 24, 30, 0.8);
}

.delivetypage__option-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

/* Секция адресов */
.delivetypage__addresses-section {
    background: #F5F5F5;
    padding: 80px 380px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin: 0 -380px;
}

.delivetypage__addresses-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.delivetypage__addresses-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

.delivetypage__addresses-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.delivetypage__addresses-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.delivetypage__addresses-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
}

.delivetypage__map-button {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 16px;
}

.delivetypage__map-button span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #CD3131;
}

.delivetypage__addresses-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    
}
.delivetypage__addresses-list:before{
    background: linear-gradient(0deg, #f5f5f5, transparent);
    content:'';
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.delivetypage__address-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 300px;
}

.delivetypage__address-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
}

.delivetypage__address-metro {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #88888B;
}

.delivetypage__address-street {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.delivetypage__address-divider {
    width: 100%;
    height: 1px;
    background: rgba(23, 24, 30, 0.1);
}

.delivetypage__show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
}

.delivetypage__show-more span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #CD3131;
}

.delivetypage__addresses-map {
    width: 100%;
    height: 505px;
    object-fit: cover;
    border-radius: 10px;
}

/* Секция возврата */
.delivetypage__return-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delivetypage__return-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

.delivetypage__return-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delivetypage__return-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delivetypage__step-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.delivetypage__step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFCE7A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.delivetypage__step-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
}

.delivetypage__step-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

.delivetypage__step-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delivetypage__step-item {
    display: flex;
    gap: 12px;
}

.delivetypage__step-bullet {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background: #FFCE7A;
    border-radius: 50%;
    margin-top: 8px;
}

.delivetypage__step-note {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

/* Форма */
.delivetypage__form-section {
    background: #FFEDD5;
    border-radius: 10px;
    padding: 48px;
}

.delivetypage__form-wrapper {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.delivetypage__form-image {
    width: 508px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    align-self: flex-start;
}

.delivetypage__form-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    flex: 1;
}

.delivetypage__form-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}

.delivetypage__form-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
}

.delivetypage__form-fields {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.delivetypage__form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 300px;
}

.delivetypage__form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #333333;
}

.delivetypage__form-input {
    padding: 22px 20px;
    border: none;
    border-radius: 5px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #B9BABC;
    font-family: inherit;
}

.delivetypage__form-input::placeholder {
    color: #B9BABC;
}

.delivetypage__phone-input {
    display: flex;
    align-items: center;
    gap: 6px;
}

.delivetypage__form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.delivetypage__form-button {
    width: 100%;
    padding: 20px 32px;
    background: #CD3131;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    font-family: inherit;
}

.delivetypage__form-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.delivetypage__checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #B19870;
    cursor: pointer;
}

.delivetypage__form-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Контакты */
.delivetypage__contacts-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.delivetypage__contacts-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.delivetypage__contacts-cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.delivetypage__contact-card {
    border: 1px solid rgba(185, 186, 188, 0.5);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1;
    min-width: 300px;
    position: relative;
}

.delivetypage__contact-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.delivetypage__contact-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #88888B;
}

.delivetypage__contact-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.delivetypage__contact-icon {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 72px;
    height: 72px;
}

.delivetypage__contact-icon--whatsapp {
    top: auto;
    bottom: 9px;
    right: auto;
    left: 9px;
}
#mapdeliverywidjet{
	width:100%;
}
#mapdeliverywidjet iframe{
	width:100%;
	height:400px;
	border: 0;
}

/* Адаптивность */
@media (max-width: 1920px) {
    .delivetypage__addresses-section {
        padding: 40px 40px;
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .delivetypage {
        gap: 80px;
    }
    
    .delivetypage__title {
        font-size: 40px;
        margin-bottom: 60px;
    }
    
    .delivetypage__subtitle {
        font-size: 32px;
    }
    
    .delivetypage__section-title {
        font-size: 32px;
    }
    
    .delivetypage__addresses-subtitle {
        font-size: 28px;
    }
    
    .delivetypage__form-title {
        font-size: 32px;
    }
    
    .delivetypage__contacts-title {
        font-size: 32px;
    }
    
    .delivetypage__packaging-image {
        width: 600px;
        height: auto;
    }
    
    .delivetypage__form-image {
        width: 400px;
    }
}

@media (max-width: 768px) {
    h2.delivetypage__subtitle{
    width: 100%;
    font-size: 30px;
}
    .delivetypage__option-row{flex-direction: column;
    align-items: start;}
    .delivetypage {
        padding: 20px 16px;
        gap: 60px;
    }
    
    .delivetypage__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .delivetypage__subtitle {
        font-size: 24px;
    }
    
    .delivetypage__option-text {
        font-size: 18px;
    }
    
    .delivetypage__packaging {
        padding: 24px;
    }
    
    .delivetypage__packaging-image {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 772px;
        height: auto;
        margin-top: 32px;
    }
    
    .delivetypage__card {
        padding: 24px;
        min-width: 100%;
    }
    
    .delivetypage__section-title {
        font-size: 24px;
    }
    
    .delivetypage__addresses-section {
        padding: 40px 16px;
    }
    
    .delivetypage__addresses-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .delivetypage__addresses-subtitle {
        font-size: 24px;
    }
    
    .delivetypage__address-column {
        min-width: 100%;
    }
    
    .delivetypage__form-section {
        padding: 24px;
    }
    
    .delivetypage__form-wrapper {
        flex-direction: column;
    }
    
    .delivetypage__form-image {
        width: 100%;
        max-width: 508px;
        margin: 0 auto;
    }
    
    .delivetypage__form-content {
        gap: 40px;
    }
    
    .delivetypage__packaging-image {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 772px;
        height: auto;
        margin-top: 32px;
    }
    
    .delivetypage__addresses-map {
        height: auto;
    }
    
    .delivetypage__form-title {
        font-size: 24px;
    }
    
    .delivetypage__form-subtitle {
        font-size: 16px;
    }
    
    .delivetypage__form-group {
        min-width: 100%;
    }
    
    .delivetypage__contacts-title {
        font-size: 24px;
    }
    
    .delivetypage__contact-card {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .delivetypage {
        gap: 40px;
    }
    
    .delivetypage__title {
        font-size: 28px;
    }
    
    .delivetypage__subtitle {
        font-size: 20px;
    }
    
    .delivetypage__section-title {
        font-size: 20px;
    }
    
    .delivetypage__cards-wrapper {
        flex-direction: column;
    }
    
    .delivetypage__card {
        min-width: 100%;
    }
    
    .delivetypage__addresses-list {
        flex-direction: column;
    }
    
    .delivetypage__form-fields {
        flex-direction: column;
    }
    
    .delivetypage__contacts-cards {
        flex-direction: column;
    }
}
