/* Common */
/* Media */
/* Blocks */
.delivery__block {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
}

.delivery-menu {
	padding: 5vw 3.125vw;
	border-radius: 3.125vw;
	background: #f0f7ff;
	color: #1a1921;
}

.delivery-menu__title {
	position: relative;
	font-weight: 500;
	font-size: 5vw;
	line-height: 100%;
}

.delivery-menu__title:after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '';
	width: 1.875vw;
	height: 3.75vw;
	background: url(../img/account-menu/pointer.svg) no-repeat 50% 50%/100% 100%;
}

.delivery-menu__title.open {
	color: #bfc4cc;
}

.delivery-menu__title.open:after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	        transform: translate(0, -50%) rotate(90deg);
	opacity: .3;
}

.delivery-menu__name {
	font-weight: 700;
	font-size: 5vw;
	line-height: 112%;
	margin-bottom: 5.625vw;
}

.delivery-menu__drop {
	display: none;
	padding: 6.25vw 3.75vw 0 3.75vw;
}

.delivery-menu__list {
	display: flex;
	flex-direction: column;
	gap: 5.625vw;
}

.delivery-menu__link {
	font-size: 5vw;
	line-height: 112%;
	color: #6e6e73;
	cursor: pointer;
}

.delivery-menu__link.current {
	font-weight: 500;
	color: #1a1921;
}

.delivery__main {
	padding: 6.25vw 3.125vw 3.125vw 3.125vw;
	border-radius: 3.125vw;
	background: #f0f7ff;
	color: #1a1921;
}

.delivery__main_hidden {
	display: none;
}

.delivery__subtitle {
	font-weight: 500;
	font-size: 5vw;
	line-height: 100%;
	margin-bottom: 5.3125vw;
}

.delivery__box {
	padding: 0 0 6.25vw 0;
	border-bottom: 1px solid #bfc4cc;
	margin-bottom: 6.25vw;
}

.delivery__box-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 12.5vw;
	padding-right: 15.625vw;
	cursor: pointer;
}

.delivery__box-head:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 12.5vw;
	height: 12.5vw;
	background: url(../img/common/icon-accordion-gray.svg) no-repeat 50% 50%/100% 100%;
}

.delivery__box-head:hover:after {
	background-image: url(../img/common/icon-accordion-orange.svg);
}

.delivery__box-head-number {
	flex: 0 0 13.125vw;
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 100%;
	color: #bfc4cc;
}

.delivery__box-head-title {
	flex-grow: 1;
	font-weight: 600;
	font-size: 4.375vw;
	line-height: 128%;
	color: #6e6e73;
}

.delivery__box.open .delivery__box-head {
	cursor: inherit;
}

.delivery__box.open .delivery__box-head:after {
	background-image: url(../img/common/icon-accordion-close-gray.svg);
}

.delivery__box.open .delivery__box-head:hover:after {
	background-image: url(../img/common/icon-accordion-close-orange.svg);
}

.delivery__box.open .delivery__box-head-title {
	color: #1a1921;
}

.delivery__list.open .delivery__list-head:after {
	display: none;
}

.delivery__list-list {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	padding: 6.25vw 0 0 13.125vw;
}

.delivery__list-list LI {
	position: relative;
	padding-left: 3.75vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.delivery__list-list LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
	background: #1a1921;
}

.delivery__listing {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
	padding: 0.625vw 0 6.25vw 2.8125vw;
}

.delivery__listing LI {
	position: relative;
	padding-left: 4.375vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 100%;
}

.delivery__listing LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
	background: #1a1921;
}
