div.mItem {
	margin-top: 20px
}

div.mItem>.descr {
	display: block;
	overflow: unset;
}

div.mItem>.descr {
	position: sticky;
	top: 0px;
	z-index: 1;
	background-color: var(--color-100);
}

div.mItem div.img {
	position: relative;
}

div.mItem div.img>div.img {
	text-align: center;
}

div.mItem div.img img {
	max-width: 100%;
	height: auto;
}

div.mItem div.descr div.title {
	margin-bottom: 15px;
}

div.mItem div.descr div.title h1 {
	font-size: var(--font-medium);
	text-transform: uppercase;
	color: var(--color-navy);
	background-color: transparent;
	padding: 0;
}

div.mItem div.h1 {
	text-transform: uppercase;
	color: var(--color-navy);
	font-size: 16px;
	font-weight: 900;
}

div.mItem div.descr2 {
	margin: 15px 0;
	padding: 0px 0px;
	position: relative;
	line-height: 150%;
}

div.mItem div.descr3 {
	border: 0px solid silver;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 0px;
}

div.mItem div.descrprice {
	background: var(--color-95);
	border-bottom: 2px solid var(--color-85);
	padding: var(--step2);
	text-align: left;
}

div.mItem div.descrprice div.descrpriceleft {
	margin-bottom: var(--step2);
}

div.mItem div.descrprice div.descrpriceright {
	margin-bottom: var(--step2);
}

div.mItem div.descrprice div.descrpriceright div.que {
	width: 17px;
	height: 17px;
	position: absolute;
	margin-left: -23px;
	margin-top: 4px;
	background: url(/files/template/mk/ico-que.png);
	cursor: help
}

div.mItem div.descrprice div.descrpriceleft div.name {
	color: var(--color-navy)
}

div.mItem div.descrprice div.descrpriceleft div.value {
	color: var(--color-navy);
}

div.mItem div.descrwarning {
	background: #f5d7e9;
	padding: var(--step2);
	text-align: center;
	color: red
}

div.mItem div.tradeItem {
	margin: var(--step2) 0;
	padding: 0px 0px;
	position: relative;
	display: none;
}

div.mItem div.descrprice div.descrpriceright div.name {
	width: 170px;
	float: left;
	font-weight: bold;
	background: #f1f1f1;
	padding: 5px 5px
}

div.mItem div.descrprice div.descrpriceright div.value {
	width: 80px;
	float: left;
	float: right;
	text-align: right;
	background: #ffffff;
	padding: 5px 5px
}

div.mItem div.descrprice div.descrpriceright div.nameweek {
	background: #c5d8f9
}

div.mItem div.descrprice div.descrpriceright div.actioninfo {
	width: 260px;
}

div.mItem div.descrprice div.descrpriceright div.valueweek {
	background: #d7f9f9
}

div.clear2 {
	clear: both;
	border-top: 2px solid var(--color-100);
	margin: 0
}

div.mItem div.navItems {
	clear: both;
}

div.mItem div.navItem {
	padding-right: 5px;
	margin-top: 5px;
	text-transform: uppercase
}

div.mItem div.navItem a {
	color: #27307b;
	padding: 5px 10px;
	display: block;
	background: #dedfe1;
	text-decoration: none;
}

div.mItem div.navItem.navItemSel {
	position: relative;

}

div.mItem div.navItem.navItemSel:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: fuchsia;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -10px;
	transform: rotate(45deg);
	background: #dedfe1;
}

div.brandInfo {
	margin-top: 20px;
}

div.brandInfo div.brandDescr {
	margin-top: 15px;
	text-align: left;
	line-height: 150%;
	color: #333;
}

div.mItemAdd {
	text-align: center;
	clear: both;
	width: auto;
	border: 0px solid red
}

div.mItemAdd div.h1 {
	text-align: center;
}

div.chars {
	margin-top: var(--step4);
}

div.chars div.charsitems {
	border-bottom: 2px solid var(--color-85);
	position: relative;
}

div.chars div.charsitems div.charsgroup {
	z-index: 5;

}

div.chars div.charsitems div.charsgroup>div {
	background: #f1f1f1;
	padding: 5px;
	margin: 0px 0px 0px 15px;
	width: 100%;
	overflow: hidden;
}

div.chars div.charsitems div.charsitem {
	background: var(--color-95);
	padding: var(--step2);
	
	
	text-align: center;
	position: relative;
}

div.chars div.charsitems div.charsdescr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;	
}

div.chars div.charsitems div.charsdescr div.item1 {
	width: auto;
	position: relative;
	padding: 0px;
}

div.chars div.charsitems div.charsdescr div.item2 {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	background: #e0e0e0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 60px;
}

div.chars div.charsitems div.charsdescr div.item2 a {
	width: 120px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: black;
	opacity: 1;
}

div.chars div.charsitems div.charsdescr div.item2.item2img a {
	opacity: 0;
}

div.chars div.charsitems div.charsdescr div.item2:hover {
	background-color: #526eb8;
}

div.chars div.charsitems div.charsdescr div.item2:hover a {
	color: white;
}


div.chars div.charsitems div.charsdescr div.item2img {
	border-radius: 0;
}


div.chars div.charsitems div.charsdescr div.item2sel {
	background-color: #7f52b8;
	opacity: 1;
	box-shadow: 0 0 10px #e7e7e7;
}

div.chars div.charsitems div.charsdescr div.item2sel a {
	color: white
}

div.chars div.charsitems div.charsdescr div.item2selInn {
	background-color: #7f52b8;
}

div.chars div.charsitems div.charsdescr div.item1inn {
	position: absolute;
	top: 0;
	right: 0
}

div.chars div.charsitems div.charsdescr div.item2over {
	background: #526eb8;
}

div.chars div.charsitems div.charsdescr div.item2over a {
	color: white;
}

div.chars div.charsitems div.clear3 {
	width: auto;
	clear: both !important;
	border-bottom: 1px solid #ededed
}

div.chars div.charsitems .charsshow {
	display: block
}

div.chars div.buttons {
	margin: 0 auto;
	margin-top: 20px;
	width: 290px;
	text-align: center
}

div.chars div.buttonsright {
	text-align: left;
	margin-top: 0;
}

div.chars div.charsitemsinbasket div.item2 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--color-navy);
	cursor: default;
	
}

div.chars div.charsitemsinbasket div.item {
	text-align: center;
	background-color: var(--color-85);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: var(--step);
	width: var(--step6);
	height: var(--step6);
	position: relative;
	margin-right: var(--step);
	cursor: default;
	border: 1px solid var(--color-85);
}

div.chars div.charsitemsinbasket div.item span {
	display: none;
	position: absolute;
	bottom: -14px;
}

div.chars div.exist {
	font-size: var(--font-small);
	font-weight: 600;
	text-transform: uppercase;
}

div.chars div.exist.exist0 {
	color: var(--color-warning);
}

div.chars div.exist.exist1 {
	color: var(--color-success);
}

div.charstween {
	position: absolute;
	z-index: 50;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: #e3e3e3;
	border: 1px solid #c8c8c8;
	border-radius: 17px;
	font-size: 10px;
	text-align: center
}

div.charstween2 {
	background-color: #e3e3e3;
	width: 50px;
	height: 50px;
}


div.buttoncbx {
	height: 32px;
	text-align: center;
}


.action {
	color: var(--color-05);
	background: #ffed4b;
	padding: var(--step2);
	max-width: 100%;
	width: max-content;
}

.price-area.pps_flex {
	padding-top: var(--step2);
	padding-bottom: var(--step2);
}

.price-block .price-title {
	color: var(--color-navy);
}

.price-block .price-price {
	font-size: var(--font-large);
	font-weight: 900;
	color: var(--color-05);
	margin-top: var(--step2);
}

.price-block .price-price.old {
	font-size: var(--font-medium);
	font-weight: normal;
}

.price-bonus {
	margin-top: var(--step);
}

.price-bonus span {
	font-size: var(--font-medium);
	font-weight: 600;
	color: var(--color-05);

}

.price-bonus-title {
	font-size: var(--font-small);
}


@media screen and (max-width: 810px) {
	div.mItem>.descr {
		position: relative;
		top: 0px;
	}
}

@media screen and (max-width: 480px) {
	div.mItem {
		margin-top: 0px;
	}
	div.chars div.charsitems div.charsdescr div.item2 {
		width: 100px;
		height: 100px;
	}
}