.global-list {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.global-list__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.global-list__item {
	display: flex;
	grid-template-columns: 40px 1fr;
	grid-column-gap: 12px;
	grid-row-gap: 14px;
}

.global-list__value {
	background-color: #0b316b;
	min-height: 40px;
	min-width: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
}

.global-list__title {
	align-self: center;
}

.global-list__desc,
.global-list__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
}

.global-list__desc {
	grid-column: span 2;
}

.global-catalog-categories__item {
	display: block;
}

.catalog-item__article span {
    color: #0B316B;
}

.info_product_property {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {

	.global-list {
		row-gap: 30px;
	}

	.global-list__item {
		grid-gap: 10px;
		grid-template-columns: 30px 1fr;
	}

	.global-list__value {
		height: 40px;
		width: 40px;
		font-size: 16px;
		line-height: 16px;

	}

	.global-list__desc {
		font-size: 16px;
		line-height: 19.2px;
	}
}


.global-list-descr {
	margin-bottom: 80px;
}

@media (max-width: 1024px) {

	.global-list-descr {
		margin-bottom: 60px;
	}
}

.global-list__main-title {
	font-size: 32px;
	font-weight: 600;
}



@media (max-width: 600px) {
	.global-list__main-title {
		font-size: 24px;
	}

	.trade-in__small-title {
		font-size: 24px;
	}
}
