.russia_znak {
	/* position: absolute; */
	/* z-index: 20; */
	height: 44px;
	/* right: 8px; */
	/* top: 50px; */
}





.discount-price {
	color: #ed1c24;
}

.same-head {
	margin: 30px 0 5px 0;
	font-size: 16px;
	color: #808080;
}
.same-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	gap: 10px;
}
.same-item {
	display: block;
	padding: 95px 63px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.product_price__wrapper span {
	margin-left: 0;
}

.size-texts {
	width: 100%;
	max-width: 290px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	color: #808080;
	font-size: 12px;
	margin: 0 0 5px 0;
	align-items: flex-end;
}
.size-texts .size-name {
	margin: 0;
	font-size: 16px;
}
.size-texts a {
	color: #808080;
	font-size: 15px;
	text-decoration: underline;
}

.size-buttons {
	width: 100%;
	margin: 0 0 15px 0;
	/* max-width: 290px; */
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.size-button {
	display: inline;
	cursor: pointer;
	margin: 0;
}
.size-button input {
	display: none;
}
.size-button input + span {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #000;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.size-button input:checked + span, .size-button:hover input + span {
	border-color: #ED1C24;
	background-color: #ED1C24;
	color: #fff;
}

.btn-add-to-basket.btn_custom {
	width: 290px;
	max-width: 100%;
}
.btn-add-to-basket.btn_custom:hover {
	border-color: #ed1c24 !important;
	background-color: #ed1c24 !important;
}
.action-finish-time {
	display: block;
	margin: 5px 0 0 0;
	color: #f00;
}




