ul>li::before {
    background-color: #ffffff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 0px;
    margin-right: 0px;
    position: relative;
    top: 0px;
    width: 0px;
}
.how-to-buy__tabs-titles {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0 0 46px 0;
}
.how-to-buy__tabs-title.active {
    background: #4CB75D;
}
.how-to-buy__tabs-title {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #E3F1E9;
    border-radius: 5px;
    padding: 7px 0 7px 8px;
    width: 100%;
    max-width: 268px;
    transition: 0.4s;
    cursor: pointer;
}

.how-to-buy__tabs-title.active span:first-child {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}
.how-to-buy__tabs-title span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #2C3236;
    background: #FFFFFF;
    border-radius: 5px;
}
.how-to-buy__tabs-title.active span:last-child {
    color: #FFFFFF;
}
.how-to-buy__tabs-title span:last-child {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #4CB75D;
    white-space: nowrap;
}
.how-to-buy__tabs-contents {
    padding: 34px 46px 41px 45px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}
.how-to-buy__tabs-content-item:not(:last-child) {
    padding-bottom: 22px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #DBDBDB;
}
.how-to-buy__tabs-content-item {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}
.how-to-buy__tabs-content-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3F1E9;
    min-width: 71px;
    width: 71px;
    height: 71px;
    border-radius: 10px;
}
.how-to-buy__tabs-content-item-text {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.how-to-buy__tabs-content-item-img img {
    min-width: 39px;
}
.how-to-buy__tabs-content-item-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #E3F1E9;
    min-width: 71px;
    width: 71px;
    height: 71px;
    border-radius: 10px;
}
.delivery__subtitle {
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    color: #2C3236;
    margin: 0 0 37px 0;
}
.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__text-block.price {
    margin: 0 0 64px 0;
}
.delivery__text-block {
    padding: 37px 46px 45px 45px;
    background: #F6F6F6;
    border-radius: 20px;
}
.delivery__text-block.time {
    padding-bottom: 42px;
    background-color: transparent;
    border: 1px solid #EAEAEA;
}
.delivery__text-block {
    padding: 37px 46px 45px 45px;
    background: #F6F6F6;
    border-radius: 20px;
}
.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__text-block-title-text {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #2C3236;
}
.delivery__text-block-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 35px 0;
}