.dostavka-block {
    background-repeat: no-repeat;
    padding: 30px;
    padding-bottom: 42px;
    display: flex;
    background-position: left center;
    background-size: cover;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 26px;
}

.dostavka-full {
    width: 100%;
}

.nav-bread img {
    margin: 0px 10px;
}

.nav-bread a:hover {
    color: #c3261f !important;
}

.dostavka-block h2 {
    font-size: 30px;
}

.dostavka-block p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.6px;
}

.active-link {
    color: #c3261f !important;
}

.text-stropi ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.text-stropi ul li {
    position: relative;
    padding-left: 20px;
}

.text-stropi ul li:before {
    content: '';
    background: #dc332e;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: -2px;
}

.text-stropi {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.text-stropi h2 {
    margin-bottom: 10px;
}

.preimushestva h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.preimushestva-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.preimushestva-item {
    box-shadow: 0 2px 9px 8px rgb(0 0 0 / 2%);
    width: 31%;
    margin-bottom: 27px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
}

.preimushestva-item h3 {
    font-size: 20px;
    line-height: 127%;
    text-align: center;
}

.preimushestva-item p {
    font-size: 16px;
    font-weight: 300;
    color: #3f3f41;
    text-align: center;
    line-height: 147%;
    font-weight: normal;
}

.info-block {
    background: linear-gradient(to right, #e3e3e3 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    padding-top: 16px;
    padding-left: 19px;
    padding-bottom: 14px;
}
@media(max-width:876px) {
    .preimushestva-item {
        box-shadow: 0 2px 9px 8px rgb(0 0 0 / 2%);
        width: 48%;
        margin-bottom: 27px;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        align-items: center;
    }
}