.flip-clock-wrapper ul {
	background-color: #dbdcdc;
	color: #908e8e;
}

.splitArea-timer ul {
	background-color: #4e9c39;
	color: #d6d7d7;
}

.splitArea__price-old {
	margin-right: 15px;
	text-decoration: line-through;
	color: #27431f;
}

.flip {
	position: relative;
}

.flip::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #82828257;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	height: 50%;
	opacity: .5;
}

.price-old__upp {
	text-decoration: line-through;
}

.numberOne__item img,
.numberOne-img {
	width: 85%;
	margin-left: 0;
}

@media screen and (max-width: 992px){ 
	.numberOne__item img,
	.numberOne-img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.numberOne__item img,
	.numberOne-img {
		width: 100%;
	}
}

.price-block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7px auto;
	flex-wrap: wrap;
	font-weight: normal;
	line-height: 40px;
	flex-direction: column;
}

.splitArea__price-block {
	flex-direction: row;
}

.splitArea__price-right {
	margin-right: 15px;
}