/* В шрифте только (!) один символ рубля */
@font-face {
	font-family: 'Rub PTSans Bold';
	font-weight: normal;
	font-style: normal;
	src: local('PT Sans'), local('PTSans'), local('PTSans-Regular'),
		 url('fonts/rub-PTSans-Bold.woff2') format('woff2');
}
/*
@font-face {
	font-family: 'Rub PTSans Reg';
	font-weight: normal;
	font-style: normal;
	src: local('PT Sans'), local('PTSans'), local('PTSans-Regular'),
		 url('fonts/rub-PTSans-Regular.woff2') format('woff2');
}
*/
span.rub_bold {
	font-family: 'Rub PTSans Bold';
	/*font-family: 'Rub PTSans Reg';*/
}


div.crs__i_header_ext_C {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}
div.crs__i_header_left_C {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px 40px;
	flex-basis: 100%;
	margin: 0;
}
@media (min-width: 992px) {
	div.crs__i_header_left_C {
		flex-basis: calc(100% - 448px);
		margin: 0 40px 0 0;
	}
}

div.crs__i_header_right_C {
	position: relative;
	min-width: 290px;
	min-height: 200px;
	padding: 20px 24px 20px 24px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #bbb;
	box-shadow: 0 3px 8px #ddd;
	border-radius: 16px;
}
@media (min-width: 576px) {
	div.crs__i_header_right_C {
		min-width: 400px;
	}
}

@media (min-width: 992px) {
	div.crs__i_header_right_C {
		/*flex-basis: 400px;*/
		position: absolute;
		top:0; right:0;
		margin: 0 8px 0 0;
	}
}



div.crs__i_header_vendor_C {
	flex-basis: 100%;
}
@media (min-width: 1200px) {
	div.crs__i_header_vendor_C { flex-basis: 25%; }
}
@media (min-width: 1400px) {
	div.crs__i_header_vendor_C { flex-basis: 19%; }
}

div.crs__i_header_info_C {
	flex-basis: 100%;
}
@media (min-width: 1200px) {
	div.crs__i_header_info_C {
		flex-basis: calc(75% - 81px);
		border-left: 1px solid #aaa;
		padding: 0 0 0 40px;
	}
}
@media (min-width: 1400px) {
	div.crs__i_header_info_C {
		flex-basis: calc(81% - 81px);
	}
}


div.crs__i_header_vendor_C div.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top;
}

div.crs__i_header_vendor_C div.icon img {
	width: 32px;
	height: 32px;
}

div.crs__i_header_vendor_C div.logo {
	display: inline-block;
	width: 120px;
	margin: 7px 0 0 16px;
	vertical-align: top;
	/*margin: 12px 0 0 20px;*/
}

div.crs__i_header_vendor_C div.rating {
	font-size: 22px;
	color: #333;
	margin: 20px 0 0 0;
}
div.crs__i_header_vendor_C div.rating:before {
	content: "";

	background-size: cover;
	width:26px;
	height:26px;
	display: inline-block;
	margin: 0px 7px -5px 0;
}
div.crs__i_header_vendor_C div.rating.r0:before { background: url('../pic/star_0.svg') no-repeat center center; background-size: cover; }
div.crs__i_header_vendor_C div.rating.r1:before { background: url('../pic/star_1.svg') no-repeat center center; background-size: cover; }
div.crs__i_header_vendor_C div.rating.r2:before { background: url('../pic/star_2.svg') no-repeat center center; background-size: cover; }
div.crs__i_header_vendor_C div.rating.r3:before { background: url('../pic/star_3.svg') no-repeat center center; background-size: cover; }
div.crs__i_header_vendor_C div.rating.r4:before { background: url('../pic/star_4.svg') no-repeat center center; background-size: cover; }
div.crs__i_header_vendor_C div.rating.r5:before { background: url('../pic/star_5.svg') no-repeat center center; background-size: cover; }


div.crs__i_header_right_C div.rating_C {
	position: absolute;
	top: -15px;
	right: -8px;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	/*border: 10px solid #AED581;*/

	text-align: center;
}
div.crs__i_header_right_C div.rating_C.r0 { background-color: #BDBDBD; }
div.crs__i_header_right_C div.rating_C.r1 { background-color: #FF8A65; }
div.crs__i_header_right_C div.rating_C.r2 { background-color: #FFD54F; }
div.crs__i_header_right_C div.rating_C.r3 { background-color: #CDDC39; }
div.crs__i_header_right_C div.rating_C.r4 { background-color: #9CCC65; }
div.crs__i_header_right_C div.rating_C.r5 { background-color: #81C784; }

div.crs__i_header_right_C div.rating_C div.rating {
	font-size: 26px;
	color: #fff;

}
div.crs__i_header_right_C div.rating_C div.star {
	background: url('../pic/star_w.svg') no-repeat center center;
	background-size: cover;
	width:28px;
	height:28px;
	margin: 15px auto 0 auto;
}

div.crs__i_header_right_C div.prices_C {
	margin: 40px 0 0 0;
	padding: 18px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

div.crs__i_header_right_C div.prices_C span.price_1 {
	font-size: 1.7em;
	margin: 0 0 0 7px;
}
div.crs__i_header_right_C div.prices_C span.price_2 {
	font-size: 1.4em;
	margin: 0 0 0 7px;
}

span.crs__i_item_old_price {
	color:#aaa;
	text-decoration: line-through #999;
	font-size: 1.3em;
}

div.crs__i_header_right_C div.button_jump {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 20px 14px;
	text-align: center;
	border-radius: 14px;
	background-color: #5C6BC0; /* 26A69A */
	color: #fff;
	cursor: pointer;
	font-size: 1.22em;
	box-sizing: border-box;
}
div.crs__i_header_right_C div.button_jump:hover {background-color:#3F51B5;}

div.crs__i_item_txt_C {
	width: 100%;
	margin: 70px 0 0 0;
}
@media (min-width: 992px) {
	div.crs__i_item_txt_C { width: calc(100% - 448px); }
}
div.crs__i_item_h3 {
	margin: 0 0 30px 0;
	font-size: 1.9em;
}