.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: 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);
    width:38px;
}

.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 a {
    color: #194AAA;
    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: 1px solid #E5E7EB;
    background: rgba(248, 248, 248, 0.27);
    display:flex;
    gap:24px;
    flex-wrap:wrap;
}

.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: 1px solid #EEE;
    padding:19px;
}

.delivery-page__packaging .delivery-page__packaging-row:not(:last-child) {
    padding-bottom: 12px;
}

.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;
}

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

.info-page__cta {
    padding-top:32px;
}

.info-page__cta-row {
    display:flex;
    gap:18px;
}

.info-page__nav-row {
    display:flex;
    gap:18px;
    padding-top:18px;
    flex-wrap:wrap;
}

.info-page__nav-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #CECECE;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    transition:all ease-out .2s;
}

.info-page__nav-item:hover {
    background:#1D57C8;
    border-color:#1D57C8;
    color:#fff;
}

.info-page__steps {
    padding:32px 0;
}

.info-page__steps-row {
    display:flex;
    justify-content:space-between;
    gap: 12px;
}

.info-page__steps-item {
    width:100%;
    padding: 19px;
    border: 1px solid #EEE;
}

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

.info-page__steps-item ol {
    list-style: none;
    counter-reset: steps-counter;
    padding-left:0px;
}

.info-page__steps-item ol li {
    counter-increment: steps-counter;
    position: relative;
    padding: 0 0 8px 32px;
}

.info-page__steps-item ol li::before {
    content: counter(steps-counter);
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1D57C8;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.info-page__btn-primary {
    display: block;
    padding: 0.93em 1.98em !important;
    color: #fff !important;
    text-decoration: none !important;
    width: fit-content;
}

.info-pages__faq, .info-pages__default {
    padding: 32px 0;
}

.info-pages__columns-2 {
    display:flex;
    gap:24px;
}

.info-pages__columns-2 > .info-pages__column {
    max-width:50%;
}

.info-pages__columns-2 ul {
    margin:0;
}

.faq-row-1 .faq-column {
    width:100%;
}

.faq-row-1 .faq-column .faq-item:first-child {
    border-top:0;
}

@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;
    }
    
    .info-page__steps-row {
        flex-wrap:wrap;
    }
    
    .info-page__steps-item {
        max-width:calc(100% / 2 - 8px);
    }
    
    .info-page__steps-row .info-page__steps-item:last-child {
        max-width:100%;
    }
    
    .info-page__steps-item-title {
        padding:12px 0;
    }
    
    .paymets-page__variables .delivery-page__way {
        max-width:100%;
    }
}

@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:600px) {
    .info-page__steps-item {
        max-width: 100%;
    }
    
    .info-pages__columns-2 {
        flex-direction: column;
        gap: 0px;
    }
    
    .info-pages__columns-2 > .info-pages__column {
        max-width:100%;
    }
    
    .info-page__cta-row {
        flex-wrap:wrap;
    }
    
    .delivery-page__ways-companies {
        justify-content:center;
        gap: 12px;
    }
    
    .delivery-page__ways-companies img {
        max-height:30px;
    }
}

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