ul>li::before {
    background-color: #ffffff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 0px;
    margin-right: 0px;
    position: relative;
    top: 0px;
    width: 0px;
}
.delivery__description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 33px 33px 36px 33px;
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    margin: 0 0 59px 0;
}
.delivery__description-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F6F6;
    max-width: 31%;
    width: 100%;
    min-height: 220px;
    padding-top: 33px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.delivery__description-item:first-child p:first-child {
    margin-bottom: 11px;
}
.delivery__description-item:first-child p:last-child {
    max-width: 245px;
}
.delivery__description-item-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #2C3236;
    max-width: 245px;
}


.delivery__tabs {
    margin: 0 0 79px 0;
}
.delivery__tabs-titles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 67px;
    padding-bottom: 13px;
    margin-bottom: 50px;
    border-bottom: 3px solid #F6F6F6;
}
.delivery__tabs-title.active {
    color: #4CB75D;
}
.delivery__tabs-title {
    position: relative;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #CCCCCC;
    cursor: pointer;
    transition: 0.2s;
}
.delivery__tabs-title.active:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #4CB75D;
    width: 100%;
    height: 3px;
    border-radius: 10px;
}


.delivery__text-block.price {
    margin: 0 0 64px 0;
}
.delivery__text-block {
    padding: 37px 46px 45px 45px;
    background: #F6F6F6;
    border-radius: 20px;
}
.delivery__text-block-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 35px 0;
}
.delivery__text-block-title-text {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #2C3236;
}
element.style {

}
.delivery__text-block-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
}
.delivery__text-block-item p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 71px;
    width: 71px;
    height: 71px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #4CB75D;
    background: #FFFFFF;
    margin-top: 4px;
    border-radius: 10px;
}
.delivery__text-block-item p:last-child {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #2C3236;
}

.delivery__text-block.time {
    padding-bottom: 42px;
    background-color: transparent;
    border: 1px solid #EAEAEA;
}