/* Common */
/* Media */
/* Blocks */
.delivery__block {
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}

.delivery-menu {
	flex: 0 0 379px;
	padding: 35px 44px;
	border-radius: 16px;
}

.delivery-menu__title {
	display: none;
}

.delivery-menu__name {
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 1%;
	margin-bottom: 28px;
}

.delivery-menu__drop {
	position: static;
	display: block;
	padding: 0;
}

.delivery-menu__list {
	gap: 28px;
}

.delivery-menu__link {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 1%;
}

.delivery__main {
	flex-grow: 1;
	padding: 36px 36px 20px 36px;
	border-radius: 16px;
}

.delivery__subtitle {
	display: none;
}

.delivery__box {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #bfc4cc;
	margin-bottom: 20px;
}

.delivery__box-head {
	min-height: 40px;
}

.delivery__box-head:after {
	width: 40px;
	height: 40px;
}

.delivery__box-head-number {
	flex: 0 0 60px;
	font-size: 24px;
	line-height: 106%;
}

.delivery__box-head-title {
	font-size: 18px;
	line-height: 106%;
	text-transform: uppercase;
}

.delivery__list-list {
	gap: 16px;
	padding: 15px 0 0 70px;
}

.delivery__list-list LI {
	padding-left: 15px;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
}

.delivery__list-list LI:before {
	top: 9px;
	width: 4px;
	height: 4px;
}

.delivery__listing {
	gap: 28px;
	padding: 0 0 16px 15px;
}

.delivery__listing LI {
	padding-left: 18px;
	font-size: 18px;
	line-height: 133%;
}

.delivery__listing LI:before {
	top: 10px;
	width: 4px;
	height: 4px;
}

.delivery__listing LI:hover {
	color: #ff6e0d;
}

.delivery__listing LI:hover:before {
	background: #ff6e0d;
}
