.delivery-content-block .delivery-page-text {
    background-color: #f2f2f4;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    padding-left: 3.3125rem;
    padding-right: 3.3125rem;
    border-radius: 1.875rem;
}

.delivery-content-block {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    gap: 1.5rem;
}
.delivery-subtitle-wrapper span {
    color: #030712;
    font-size: 22px;
    font-weight: 600;
}

.delivery-subtitle-wrapper {
    margin-bottom: 24px;
}
.delivery-texts-decription p {
    color: #6b7280;
    font-weight: 400;
}

.info-block-title-wrapper span {
    color: #030712;
    font-size: 18px;
    font-weight: 600;
}

.info-description p,
.conditions-list-item p {
    color: #6b7280;
    font-weight: 400;
}
.prices-wrapper .info-description {
    margin-top: 20px;
}

.prices-wrapper {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.info-description,
.condtions-list {
    margin-top: 1.25rem;
}
.prices-wrapper a {
    font-size: 1rem;
    text-decoration: underline;
    transition: 0.3s;
}
.prices-wrapper a:hover {
    color: #b19367;
}

.delivery-texts-bottom-text p {
    color: #030712;
    font-size: 20px;
    font-weight: 400;
}

.delivery-info-block {
    margin-block: 30px;
}

.condtions-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.conditions-list-item {
    position: relative;
    padding-left: 2.1875rem;
    max-width: 90%;
}
.conditions-list-item::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #b19367;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0;
}

.conditions-list-item p {
    line-height: 120%;
}

.delivery-page-text {
    flex: calc(55% - 20px);
}
.delivery-map-wrapper {
    flex: calc(45% - 20px);
    border-radius: 1.5rem;
    height: max-content;
    overflow: hidden;
}

@media (max-width: 767px) {
    .delivery-content-block {
    margin-top: 2.625rem;
}
    .delivery-page-text {
        flex: 100%;
    }
    .delivery-map-wrapper {
        flex: 100%;
    }
    .delivery-content-block {
        flex-direction: column;
    }
}
