.delivery-page__subtitle {
    color:#000;
}

.delivery-page__title {
    margin-bottom:11px;
}

.delivery-page__ways {
    padding:64px 0 32px;
}

.delivery-page__block-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.6px;
    padding-bottom:12px;
}

.delivery-page__ways-row {
    display:flex;
    gap:18px;
    padding-bottom:18px;
}

.delivery-page__way {
    padding:19px;
    width:100%;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.delivery-page__icon {
    border-radius: 7px;
    border: 1px solid #E0E7FF;
    background: #EEF2FF;
    box-shadow: 0 4px 14px 0 rgba(17, 24, 39, 0.06);
}

.delivery-page__way-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    padding:24px 0;
}

.default-content * {
    line-height:180%;
    color: #000;
}

.default-content p {
    margin-bottom:12px;
}

.default-content ul {
    list-style:none;
}

.default-content li {
    position:relative;
}

.default-content li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #008DD2;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 9px;
}

.default-content a {
    color: #008DD2;
    text-decoration: underline;
}

.default-content *:last-child {
    padding-bottom:0px;
    margin-bottom:0px;
}

.default-content *:first-child {
    padding-top:0px;
    margin-top:0px;
}

.delivery-page__ways-companies {
    padding: 14px 16px;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    background: rgba(248, 248, 248, 0.27);
    display:flex;
    gap:24px;
}

.delivery-page__billet {
    padding: 16px 17px !important;
    border-radius: 5px;
    background: #F8F8F8;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.05);
}

.delivery-page__price-term {
    padding:32px 0;
    display:flex;
    gap:24px;
}

.delivery-page__price-term-item {
    width:100%;
}

.delivery-page__packaging {
    padding:32px 0;
}

.delivery-page__packaging-row {
    display:flex;
    gap:12px;
}

.delivery-page__packaging-item {
    width:100%;
    border-radius: 5px;
    border: 1px solid #EEE;
    padding:19px;
}

.delivery-page__packaging-title {
    padding:12px 0 24px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.delivery-page__promo {
    background-size:cover;
    border-radius: 5px;
    margin:12px 0 12px;
}

.delivery-page__promo-text {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding:50px 0;
}

.delivery-page__tracking {
    padding:32px 0;
}

.delivery-page__recipient {
    padding:32px 0;
}

.delivery-page__recipient-row {
    display:flex;
    gap:24px;
}

.delivery-page__recipient-row > * {
    width:100%;
}

.delivery-page__form {
    padding:32px 0;
}

.delivery-page__footer {
    padding:32px 0 0;
}

.delivery-page__contacts {
    padding:32px 0;
}

.delivery-page__contacts-row {
    display:flex;
    flex-direction:column;
    padding:25px 0 0;
}

.delivery-page__contacts-row a {
    width:fit-content;
}

@media (max-width:1300px) {
    .delivery-page__ways-row {
        flex-wrap:wrap;
    }
    
    .delivery-page__way {
        max-width:calc(50% - 9px);
    }
    
    .delivery-page__ways-row .delivery-page__way:last-child {
        max-width:100%;
    }
    
    .delivery-page__price-term {
        flex-wrap:wrap;
    }
    
    .delivery-page__recipient-row {
        flex-wrap:wrap;
        gap: 12px;
    }
}

@media (max-width:1000px) {
    .delivery-page__ways {
        padding:32px 0;
    }
    
    .delivery-page__contacts-row {
        padding:0px;
    }
}

@media (max-width:700px) {
    .delivery-page__way {
        max-width:100%;
    }
    
    .delivery-page__packaging-row {
        flex-wrap:wrap;
    }
    
    .delivery-page__ways-companies {
        flex-wrap:wrap;
    }
}

@media (max-width:500px) {
    .delivery-page__promo-text {
        font-size:20px;
    }
}