.delivery-price__search ul{
    list-style: none;
}
.delivery-price__map {
    display: flex;
    flex-direction: row;
}
@media  (max-width: 992px) {
    .delivery-price__map {
        flex-direction: column;
    }
}

.delivery-rules__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.delivery-rules__block {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.delivery-rules__block img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.delivery-rules__block-container {
    padding: 20px;
}
.delivery-rules__block h2 {
    margin-bottom: 1.2rem;
}
.delivery-price__item p, .delivery-rules__block p {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0;
}
.delivery-price__wrapper h2, .delivery-rules__block h2 {
    font-size: 2rem;
    line-height: 1.2;
}
.delivery-price__search.spb ul li {
    position: relative;
    padding: 1rem 0;
    padding-left: 5rem;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 0.6rem;
    min-height: 6rem;
}
.cmn__text {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0;
    color: #333;
}
.delivery-price__search.spb ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 4rem;
    height: 4rem;
}
.delivery-price__search.spb ul li:nth-child(1)::before {
    background-color: #1aad02;
}
.delivery-price__search.spb ul li:nth-child(2)::before {
    background-color: #ff931e;
}
.delivery-price__search.spb ul li:nth-child(3)::before {
    background-color: #ed4643;
}
.delivery-price__search.spb ul li:nth-child(4)::before {
    background-color: #b51fff;
}
.delivery-price__search.spb ul li:nth-child(5)::before {
    background-color: #793d0d;
}
.delivery-price__search.spb ul li:nth-child(6)::before {
    background-color: #97a100;
}

@media (max-width: 992px) {
    .delivery-rules__content {
        flex-direction: column;
        gap: 20px 0;
    }
    .delivery-rules__block {
        max-width: 100%;
        width: 100%;

    }
}


/*-----------------------------------*/

.delivery-price__search.spb ul li {
    position: relative;
    padding: 1rem 0;
    padding-left: 5rem;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 0.6rem;
    min-height: 6rem;
}

.delivery-price__search.spb ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 4rem;
    height: 4rem;
}
.delivery-rules__block img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.delivery-price__search.ekb ul li:nth-child(1)::before {
    background-color: #1aad02;
}
.delivery-price__search.ekb ul li:nth-child(2)::before {
    background-color: #1e98ffb3;
}

/*-----------------------------------*/

.delivery-price__list {
    list-style: none;
}
.delivery-price__item::before {
    content: '';
}
.delivery-price__item::after {
    content: "";
    clear: both;
    display: block;
}
.delivery-price__places {
    max-width: 62%;
    float: left;
}
.delivery-price__item {
    position: relative;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 15px;
    min-height: 100px;
}
.delivery-price__conditions {
    position: relative;
    z-index: 2;
    margin-top: -15px;
    top: 0;
    right: 25px;
    padding: 1rem 1.7rem;
    background-color: #edf6ff;
    float: right;
}
.delivery-price__conditions::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 12px;
    background-image: url('../../local/assets/img/cut-line-item.png');
    background-size: 12px 12px;
    background-repeat: repeat;
}
.delivery-price__search.spb ul li:nth-child(1)::before {
    background-color: #1aad02;
}

.delivery-price__search.spb ul li:nth-child(2)::before {
    background-color: #ff931e;
}

.delivery-price__search.spb ul li:nth-child(3)::before {
    background-color: #ed4643;
}

.delivery-price__search.spb ul li:nth-child(4)::before {
    background-color: #b51fff;
}

.delivery-price__search.spb ul li:nth-child(5)::before {
    background-color: #793d0d;
}

.delivery-price__search.spb ul li:nth-child(6)::before {
    background-color: #97a100;
}

.delivery-price__search.spb ul li:nth-child(7)::before {
    background-color: #f378c8;
}

.delivery-price__search.spb ul li:nth-child(8)::before {
    background-color: #2482ca;
}
.map_container {
    position:relative;
    overflow:hidden;
    width: calc(100% - 45rem);
    background: #fff;
    border-radius: 1.2rem 0 0 1.2rem;
}
@media(max-width:1200px){
    .map_container {
        width:100%;
        border-radius: 0;
    }
}

@media (max-width: 964px) {
    .delivery-price__conditions {
        margin-top: auto;
        margin-bottom: -13px;
        margin-left: -15px;
        margin-right: -15px;
        right: auto;
        float: unset;
    }
    .delivery-price__places {
        max-width: 100%;
        float: unset;
    }
}

/*-----------------------------------*/

.delivery-price__search {
    padding: 2rem;
    border-radius: 0 1.2rem 1.2rem 0;
    background-color: #fff;
    order: 1;
    margin-right: auto;
    width: 45rem;
}

@media(max-width: 1200px) {
    .delivery-price__search {
        width:100%;
        height: 100%;
        margin-bottom: 1rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }
}

.delivery-price__search h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 2.5rem
}

.delivery-price__search form {
    position: relative;
    margin-bottom: 1.7rem
}

.delivery-price__search form input {
    font-family: robotocondensed-regular;
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 1rem 5rem 1rem 1rem;
    color: #163560
}

.delivery-price__search form button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4rem;
    border: 0;
    background-color: transparent
}

.delivery-price__search ul li {
    position: relative;
    padding: 1rem 0;
    padding-left: 5rem;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: .6rem;
    min-height: 6rem
}

.delivery-price__search ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 4rem;
    height: 4rem
}

.delivery-price__search ul li:nth-child(1)::before {
    background-color: #7b797a
}

.delivery-price__search ul li:nth-child(2)::before {
    background-color: rgb(255, 105, 105);
}

.delivery-price__search ul li:nth-child(3)::before {
    background-color: #f7b
}

.delivery-price__search ul li:nth-child(4)::before {
    background-color: #6996ff
}

.delivery-price__search ul li:nth-child(5)::before {
    background-color: #ffb169
}

.delivery-price__search ul li:nth-child(6)::before {
    background-color: #a2ff69
}

.delivery-price__search ul span {
    color: #175cff
}

.delivery-order__wrapper {
    background-color: #fff;
    padding: 2.5rem 3rem;
    margin: 0 auto;
    max-width: 162rem;
    margin-bottom: 2.5rem;
    border-radius: 12px
}

@media(max-width: 1027px) {
    .delivery-order__wrapper {
        padding:3rem
    }
}

@media(max-width: 964px) {
    .delivery-order__wrapper {
        padding:1.5rem
    }
}

@media(max-width: 1919px) {
    .delivery-order__wrapper {
        max-width:100%;
        margin: 0 5rem;
        margin-bottom: 2.5rem
    }
}

@media(max-width: 1439px) {
    .delivery-order__wrapper {
        margin:0 2.8rem;
        margin-bottom: 2.5rem
    }
}

@media(max-width: 1365px) {
    .delivery-order__wrapper {
        margin:0 4rem;
        margin-bottom: 2.5rem
    }
}

@media(max-width: 1027px) {
    .delivery-order__wrapper {
        margin:0 2rem;
        margin-bottom: 1.5rem
    }
}

@media(max-width: 964px) {
    .delivery-order__wrapper {
        margin:0 1.5rem;
        margin-bottom: 1.5rem
    }
}


/* --------------------------------------------------------*/


.delivery-order__list {
    list-style: none;
}

.delivery-order__list {
    display: flex;
    margin-bottom: 2rem
}

@media(max-width: 1365px) {
    .delivery-order__list {
        flex-wrap:wrap
    }
}

.delivery-order__list li {
    position: relative;
    display: flex;
    align-items: center;
    width: 25%;
    max-width: 36rem;
    padding-left: 5.5rem;
    min-height: 13.2rem;
    margin-right: 2.1rem;
    margin-bottom: 1rem
}

@media(max-width: 1365px) {
    .delivery-order__list li {
        max-width:calc(50% - 2.1rem);
        width: 100%;
        max-width: 100%;
        min-height: 5.9rem;
        padding-left: 3rem
    }
}

.delivery-order__list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.7rem;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width: 1365px) {
    .delivery-order__list li::before {
        width:2.1rem;
        height: 5.9rem
    }
}

.delivery-order__list li:nth-child(1)::before {
    background-image: url('/local/assets/img/1.png')
}

@media(max-width: 1365px) {
    .delivery-order__list li:nth-child(1)::before {
        background-image:url('/local/assets/img/1_mob.png')
    }
}

.delivery-order__list li:nth-child(2)::before {
    background-image: url('/local/assets/img/2.png')
}

@media(max-width: 1365px) {
    .delivery-order__list li:nth-child(2)::before {
        background-image:url('/local/assets/img/2_mob.png')
    }
}

.delivery-order__list li:nth-child(3)::before {
    background-image: url('/local/assets/img/3.png')
}

@media(max-width: 1365px) {
    .delivery-order__list li:nth-child(3)::before {
        background-image:url('/local/assets/img/3_mob.png')
    }
}

.delivery-order__list li:nth-child(4)::before {
    background-image: url('/local/assets/img/4.png')
}

@media(max-width: 1365px) {
    .delivery-order__list li:nth-child(4)::before {
        background-image:url('/local/assets/img/4_mob.png')
    }
}
.delivery-order__adds p {
    margin-bottom: 15px;
}
.delivery-order__adds a {
    transition: background-color .3s .1s ease;
    justify-content: space-between;
    padding: .8rem .9rem;
    background: #175cff;
    border-radius: 8px;
}



.delivery-price__search.saratov ul li:nth-child(1)::before {
    background-color: #72e060;
}

.delivery-price__search.saratov ul li:nth-child(2)::before {
    background-color: #bebebe;
}

.delivery-price__search.saratov ul li:nth-child(3)::before {
    background-color: #f376d2;
}

.delivery-price__search.saratov ul li:nth-child(4)::before {
    background-color: #ff9727;
}

.delivery-price__search.saratov ul li:nth-child(5)::before {
    background-color: #d688fb;
}

.delivery-price__search.saratov ul li:nth-child(6)::before {
    background-color: #f3a09e;
}

.delivery-price__search.saratov ul li:nth-child(7)::before {
    background-color: #ffe88c;
}

.delivery-price__search.saratov ul li:nth-child(8)::before {
    background-color: #ba9b83;
}

.delivery-price__search.saratov ul li:nth-child(9)::before {
    background-color: #8ac4f4;
}

.delivery-price__search.saratov ul li:nth-child(10)::before {
    background-color: #cbd07c;
}

/* krasnodar */

.delivery-price__search.krasnodar ul li:nth-child(1)::before {
    background-color: #72e060;
}

.delivery-price__search.krasnodar ul li:nth-child(2)::before {
    background-color: #b51fff;
}

.delivery-price__search.krasnodar ul li:nth-child(3)::before {
    background-color: #2482ca;
}

.delivery-price__search.krasnodar ul li:nth-child(4)::before {
    background-color: #ed4643;
}