.delivery__wrap {
    margin-top: 35px;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}
.delivery__info-item {
    border-radius: 4px;
    background-color: var(--secondary-color);
    padding: 30px;
    width: 400px;
    margin-bottom: 30px;
}
.delivery__info-item:last-of-type {
    margin-bottom: 0;
}
.delivery__info-title {
    font-weight: 700;
    margin-bottom: 30px;
}
.delivery__info-line {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #d4d7d9;
}
.delivery__info-line:first-of-type {
    padding-top: 0;
}
.delivery__info-line:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.delivery__pros {
    padding-bottom: 50px;
}
.delivery__pros-list {
    grid: none/repeat(4, 1fr);
    gap: 48px;
}
.delivery__pros-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.delivery__pros-icon {
    width: 43px;
}
.delivery__pros-name {
    width: calc(100% - 43px);
    padding-left: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.delivery__terms {
    padding-top: 50px;
    padding-bottom: calc(50px + 10px);
    border-top: 1px solid #d4d7d9;
}
.delivery__terms-title {
    margin-bottom: 30px;
}
.delivery__terms-text p {
    margin-bottom: 20px;
}
.delivery__terms-text p:last-of-type {
    margin-bottom: 0;
}
.delivery__map {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	height: 500px;
	background: #f0eeec;
	/*pointer-events: none;*/
}
.delivery__map img {
	max-width: none !important;
}
.delivery__map ymaps[class$="-copyrights-pane"] {
	display: none !important;
}
@media screen and (min-width: 1576px) {
	.delivery__info-item {
		width: 640px;
	}
	.delivery__pros-list {
		gap: 78px;
	}
}
@media screen and (max-width: 1220px) {
	.delivery__img {
        width: 500px !important;
		height: auto !important;
    }
	.delivery__img img {
        width: auto !important;
		height: auto !important;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
    .delivery__pros-list {
        grid: none/repeat(2, 1fr);
        gap: 30px;
    }
}
@media screen and (max-width: 992px) {
    .delivery__wrap {
        flex-direction: column;
    }
    .delivery__info {
        margin-bottom: 20px;
    }
    .delivery__pros {
        padding-bottom: calc(40px + 5px);
    }
    .delivery__terms {
        padding-top: 40px;
        padding-bottom: calc(40px + 10px);
    }
}
@media screen and (max-width: 540px) {
    .delivery__img {
        width: 100% !important;
		max-width: 300px !important;
    }
    .delivery__pros-list {
        grid: none/repeat(1, 1fr);
    }
	.delivery__wrap {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.delivery__info-item {
		padding: 25px;
		width: 100%;
		margin-bottom: 20px;
	}
	.delivery__info-title {
		margin-bottom: 25px;
	}
	.delivery__info-line {
		padding-top: 7px;
	}
	.delivery__info-elem {
		display: block;
		margin-top: 3px;
	}
	.delivery__info-elem:first-child:after {
		content: ": ";
	}
	.delivery__pros-list {
		gap: 25px;
	}
	.delivery__pros-head {
		margin-bottom: 15px;
	}
	.delivery__terms {
		padding-top: 35px;
		padding-bottom: calc(35px + 10px);
	}
    .delivery__pros {
        padding-bottom: calc(35px + 5px);
    }
	.delivery__map {
		height: 350px;
	}
}