.hwm-inventory a{
	FONT-SIZE:inherit;
	FONT-FAMILY:inherit;
	COLOR:inherit;
	text-decoration-skip-ink: none;
	text-decoration:none;
}

.hwm-inventory .inventory_star_corner{
	height: 30%;
	top: 0;
	position: absolute;
	z-index: 2;
	width: 3.06em;
	justify-content: flex-end;
	position: absolute;
	display: flex;
}

.hwm-inventory .inventory_one_star{
	display: inline-block;
	width: 15%;
}

.hwm-inventory .inventory_star_corner_img{
	width: auto;
	height: 100%;
}

.hwm-inventory .inventory_star_corner_img img{
	width: auto;
	height: 100%;
}

.hwm-inventory .set_wh100{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
}

.hwm-inventory .inv_kukla_dimensions{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 89.13%;
	/*	padding-top: 205px;*/
	padding-top: 246px;
}

.hwm-inventory .inv_peredachki{
	padding: 0 0.5em;
	padding-bottom: 0.5em;
}

.hwm-inventory .inv_amount_icon{
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.hwm-inventory .inv_amount_icon img{
	padding: 0;
	margin: 0;
	top: -1px;
	width: 16px;
	position: absolute;
	left: 0;
}

.hwm-inventory .inv_rotate90{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hwm-inventory .inv_scroll_content_expand_sign{
	position: absolute;
	image-rendering: auto;
	right: 0;
	top: 0;
	width:1.286em;
	height:1.286em;
}

.hwm-inventory .inv_scroll_content_expand{
	position: relative;
	float: right;
}

.hwm-inventory .inv_scroll_content_inside{
	display:inline;
	font-size: 1em;
	font-weight: bold;
}

.hwm-inventory .inv_scroll_content:hover{
	background: rgba(177, 177, 177, 0.4);
}

.hwm-inventory .inv_scroll_content{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1.42857143;
	color: inherit;
	box-sizing: border-box;
	padding: 0 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.15em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

.hwm-inventory.container_inventory_outside,
.hwm-inventory .container_inventory_outside{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hwm-inventory .inv_note_inside{
	padding: 1em;
	position: relative;
	text-align: center;
}

.hwm-inventory .inv_note{
	position: relative;
	display: block;
	max-width: 1012px;
	width: 100%;
	margin: 2px;
	padding: 0;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px silver;
	background-color: #fbfaf5;
}

.hwm-inventory .inv_note_mystery_box{
	overflow: hidden;
	background: linear-gradient(180deg, #fffefa 0%, #f6f4ec 100%);
	box-shadow: inset 0 0 0 1px #b9b3a3, 0 1px 4px rgba(53, 46, 32, 0.14);
}

.hwm-inventory .inv_note_closing{
	opacity: 0;
	-moz-transform: translateY(-6px) scale(0.98);
	-ms-transform: translateY(-6px) scale(0.98);
	-webkit-transform: translateY(-6px) scale(0.98);
	transform: translateY(-6px) scale(0.98);
	-moz-transition: opacity 360ms ease, -moz-transform 360ms ease;
	-webkit-transition: opacity 360ms ease, -webkit-transform 360ms ease;
	transition: opacity 360ms ease, transform 360ms ease;
	pointer-events: none;
}

.hwm-inventory .inv_note_mystery_box .inv_note_inside{
	z-index: 3;
	min-height: 2.3em;
	opacity: 1;
	-moz-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-moz-animation: inv_mystery_reward_show 320ms ease-out 440ms both;
	-webkit-animation: inv_mystery_reward_show 320ms ease-out 440ms both;
	animation: inv_mystery_reward_show 320ms ease-out 440ms both;
}

.hwm-inventory .inv_note_mystery_box:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: -34%;
	top: -90%;
	width: 168%;
	height: 280%;
	pointer-events: none;
	opacity: 0;
	background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.55) 0, rgba(223,213,181,0.16) 18%, rgba(223,213,181,0) 42%), linear-gradient(110deg, rgba(255,255,255,0) 34%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0) 66%);
	-moz-transform: translateX(-22%) rotate(-8deg);
	-ms-transform: translateX(-22%) rotate(-8deg);
	-webkit-transform: translateX(-22%) rotate(-8deg);
	transform: translateX(-22%) rotate(-8deg);
	-moz-animation: inv_mystery_light 760ms ease-out both;
	-webkit-animation: inv_mystery_light 760ms ease-out both;
	animation: inv_mystery_light 760ms ease-out both;
}

.hwm-inventory .inv_note_mystery_box:after{
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 58px;
	height: 58px;
	margin-left: -29px;
	margin-top: -29px;
	pointer-events: none;
	opacity: 0;
	background: url(../i/artifacts/sunduchek.png) center center no-repeat;
	background-size: contain;
	filter: saturate(0.72) opacity(0.82);
	-moz-transform: scale(0.72) rotate(-5deg);
	-ms-transform: scale(0.72) rotate(-5deg);
	-webkit-transform: scale(0.72) rotate(-5deg);
	transform: scale(0.72) rotate(-5deg);
	-moz-animation: inv_mystery_chest_open 620ms ease-out both;
	-webkit-animation: inv_mystery_chest_open 620ms ease-out both;
	animation: inv_mystery_chest_open 620ms ease-out both;
}

@-webkit-keyframes inv_mystery_chest_open{
	0%{opacity: 0;-webkit-transform: scale(0.72) rotate(-5deg);}
	18%{opacity: 1;-webkit-transform: scale(1.12) rotate(3deg);}
	38%{opacity: 1;-webkit-transform: scale(0.96) rotate(-2deg);}
	62%{opacity: 1;-webkit-transform: scale(1.05) rotate(1deg);}
	100%{opacity: 0;-webkit-transform: scale(1.32) rotate(0deg);}
}

@keyframes inv_mystery_chest_open{
	0%{opacity: 0;transform: scale(0.72) rotate(-5deg);}
	18%{opacity: 1;transform: scale(1.12) rotate(3deg);}
	38%{opacity: 1;transform: scale(0.96) rotate(-2deg);}
	62%{opacity: 1;transform: scale(1.05) rotate(1deg);}
	100%{opacity: 0;transform: scale(1.32) rotate(0deg);}
}

@-webkit-keyframes inv_mystery_light{
	0%{opacity: 0;-webkit-transform: translateX(-22%) rotate(-8deg);}
	16%{opacity: 1;}
	58%{opacity: 0.86;}
	100%{opacity: 0;-webkit-transform: translateX(28%) rotate(-8deg);}
}

@keyframes inv_mystery_light{
	0%{opacity: 0;transform: translateX(-22%) rotate(-8deg);}
	16%{opacity: 1;}
	58%{opacity: 0.86;}
	100%{opacity: 0;transform: translateX(28%) rotate(-8deg);}
}

@-webkit-keyframes inv_mystery_reward_show{
	0%{opacity: 0;-webkit-transform: translateY(7px) scale(0.98);}
	100%{opacity: 1;-webkit-transform: translateY(0) scale(1);}
}

@keyframes inv_mystery_reward_show{
	0%{opacity: 0;transform: translateY(7px) scale(0.98);}
	100%{opacity: 1;transform: translateY(0) scale(1);}
}

.hwm-inventory .inv_note_kukla{
	position: relative;
	display: block;
	max-width: 1012px;
	margin: 0.5em;
	padding: 0;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px silver;
	background-color: #fbfaf5;
	box-shadow: inset 0 0 0 1px #b19673, 0 2px 5px rgb(0 0 0 / 25%);
}

.hwm-inventory .inv_note_kukla_inside{
	position: relative;
}

.hwm-inventory .inv_item_select_info{
	float: right;
}

.hwm-inventory .inv_text_btn{
	position: relative;
	float:  left;
	clear: left;
	padding: .5em 1em;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.9);
	background: url(../i/inv_im/art_btn_bg_gold.png) #cccf63;
	background-size: 100% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #fce6b0, inset 0 0 0 2px #a78750, 0 0 0 1px rgb(0 0 0 / 13%);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hwm-inventory .inv_text_btn:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.hwm-inventory .inv_buttons_to_right{
	display: flex;
	justify-content: space-around;
	padding-bottom: 0.2em;
}

.hwm-inventory .inv_text_kukla_btn{
	position: relative;
	min-width: 7em;
	padding: .5em 1em;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.9);
	background: url(../i/inv_im/art_btn_bg_gold.png) #cccf63;
	background-size: 100% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #fce6b0, inset 0 0 0 2px #a78750, 0 0 0 1px rgb(0 0 0 / 13%);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hwm-inventory .inv_text_kukla_btn_hover{
}

.hwm-inventory .inv_text_kukla_btn_hover:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.hwm-inventory.inv_doll_and_stats_outside,
.hwm-inventory .inv_doll_and_stats_outside{
	display: flex;
	flex-direction: column;
}

.hwm-inventory .inv_stat_text{
	font-size: 1em;
	font-weight: bold;
	/*	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	position: absolute;	bottom: 0;*/
	top: -2px;
	width: 100%;
	left: 0;
	text-align: center;
}

.hwm-inventory .inv_stat_text_info{
	font-size: 1em;
	font-weight: bold;
	/*	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	position: absolute;	bottom: 0;*/
	top: -2px;
	width: 100%;
	left: 0;
	text-align: center;
}

.hwm-inventory .inv_hidden_block{
	padding: .5em 0.5em;
	padding-top: 0;
	border-radius: .35em;
	-webkit-border-radius: .35em;
	-moz-border-radius: .35em;
	/*	box-shadow:	inset 0 0 0 1px #85734f;
	background-color: #d1cfc8;*/
	position: relative;
	text-align: left;
	font-weight: normal!important;
	white-space: normal!important;
	line-height: normal!important;
	display: none;
}

.hwm-inventory .inv_hidden_block_showed{
	display: block;
}

.hwm-inventory .smaller_font{
	font-size: 0.95em;
}

.hwm-inventory .btn_standard{
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
	display: block;
	position: relative;
	/*margin: .2em 0;*/
	text-align: center;
	/*padding: .5em 0;*/
	color: #592C08;
	background: url(../i/shop_images/art_btn_bg_gold.png) #DAB761;
	background-size: 100% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:
	inset 0 0 0 1px #fce6b0,
	inset 0 0 0 2px #a78750,
	0 0 0 1px rgba(0,0,0,.13);
	line-height: 2em;
}

.hwm-inventory .btn_standard:hover{
	-webkit-filter: brightness(1.1);
	filter: brightness(110%);
}

.hwm-inventory .btn_on_edit{
	background-color: #F1D86e;
	color: #000000;
	text-shadow: none;
}

.hwm-inventory .inv_menu_but_disabled{
	-webkit-filter: grayscale(100%) opacity(0.8);
	opacity: 0.8;
	filter: gray alpha(opacity=80);
	pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.hwm-inventory .inv_menu_but_disabled{
		opacity: 0.5;
	}
}

.hwm-inventory .btn_disabled{
	-webkit-filter: grayscale(100%) opacity(0.8);
	opacity: 0.8;
	background-color: rgb(128, 128, 128);
	filter: gray alpha(opacity=80);
	pointer-events: none;
}

.hwm-inventory .container{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.hwm-inventory .container_inventory{
	font-size: 12px;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	/*font-size: 13px;*/
	font-weight: normal;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: flex;
	flex-direction: row;
	max-width: 1012px;
	width: 100%;
}

.hwm-inventory .inv_request_info{
	font-size: 90%;
	line-height: 1.25em;
	display: flex;
	padding: 0.25em 0;
}

.hwm-inventory .container_block_left{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
	/*		min-width: 244px;*/
	min-width: 292px;
	max-width: 25.3623%;
}

.hwm-inventory .separator2{
	width: 100%;
	height: 1px;
	margin: .45em auto;
	background-color: #bdb6a8;
}

.hwm-inventory .inv_separator4{
	width: 100%;
	height: 1px;
	margin: .2em auto;
	background-color: #bdb6a8;
}

.hwm-inventory .inv_separator3{
	width: 100%;
	height: 1px;
	margin: .45em auto;
	margin-bottom:0;
	background-color: #bdb6a8;
}

.hwm-inventory .container_block{
	width: 100%;
	/*	height: 100%;*/
	min-height: 100%;
	padding: 0.35em 0;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #f5f3ea;
	background:
	url('../i/inv_im/corner_lt2.png') no-repeat top left,
	url('../i/inv_im/corner_rt2.png') no-repeat top right,
	url('../i/inv_im/corner_lb2.png') no-repeat bottom left,
	url('../i/inv_im/corner_rb2.png') no-repeat bottom right #f5f3ea;
	background-color: #f5f3ea;
	background-size: 14px;
	box-shadow: inset 0 0 0 1px #85734f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.hwm-inventory .container_block_right{
	margin: 0;
	padding: 0;
	/*		width: auto;*/
	width: 100%;
	/*		flex-grow: 1;*/
	margin-left: 0.25em;
	display: flex;
}

.hwm-inventory .filter_tabs_block_outer{
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.hwm-inventory .filter_tabs_block{
	flex-wrap: wrap;
	image-rendering: auto;
	margin: auto;
	width: 100%;
	line-height: 0!important;
	margin-bottom: .5em;
	background: url(../i/inv_im/dot.png) repeat-x bottom left;
	display: flex;
	flex-direction: row;
	/*box-shadow: 0 0 0 1px red;*/
}

.hwm-inventory .filter_tab_disabled{
	pointer-events: none;
	opacity: 0.3;
}

.hwm-inventory .filter_tab{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	flex: 1;
	-webkit-filter: grayscale(50%) opacity(0.5);
	filter: gray alpha(opacity=50);
	display: inline-block;
	margin: 0!important;
	padding: 1.2em 0!important;
	background-position: center!important;
	background-size: auto 100%!important;
	position: relative!important;
	border: solid 1px #bdb6a8;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	box-shadow: inset 0 -.5em .3em rgba(0,0,0,.12);
}

.hwm-inventory .filter_tab_for_hover:hover{
	box-shadow: 0 -1px 0px 1px #999999;
}

.hwm-inventory .popup{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: .5em;
	pointer-events: initial;
	/*box-shadow: 0 0 50px rgba(0,0,0,.5)*/
	width: 100%;
	max-width: 40%;
	height: fit-content;
}

.hwm-inventory .inv_stat_data{
	display: block;
	width: 24px;
	min-width: 1.3em;
	min-height: 1.3em;
	height: auto;
	position: relative;
}

.hwm-inventory .inv_stat_data2{
	display: block;
	width: 24px;
	min-width: 1.3em;
	min-height: 1.3em;
	height: auto;
	position: relative;
}

.hwm-inventory .inv_stat_data_margin{
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.hwm-inventory .art_doll_img{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
}

.hwm-inventory .art_doll_img img{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hwm-inventory .art_doll_inside{
	position: relative;
	top: 0;
	left: 0;
	/*	width: 230px;
	height: unset;*/
	width: 276px;
	height: 246px;
}

.hwm-inventory .inventory_block{
	font-size: 120%;
	/*	margin-left: 0.55em;
	margin-right: 0.8em;*/
	margin-left: 0.45em;
	margin-right: 0.45em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.hwm-inventory .inventory_block_wide{
	justify-content: space-between;
}

.hwm-inventory .inv_item_menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	position: fixed;
	transition: opacity 0.5s;
	color: white;
	background: rgba(0,0,0,.7);
	background-size: 1em;
	border-radius: .35em;
	-webkit-border-radius: .35em;
	-moz-border-radius: .35em;
	box-shadow:
	inset 0 0 0 1px #592c08,
	inset 0 0 10px rgba(0,0,0,.25);
	padding: 0.25em;
	z-index: 4;
	font-size: 120%;
}

.hwm-inventory .inv_stat_img_div{
	position: relative;
	width: 100%;
}

.hwm-inventory .inv_stat_img_div2{
	position: relative;
	width: 100%;
}

.hwm-inventory .inventory_item_div{
	position: relative;
	cursor: pointer;
	margin-left: 0.15em;
	margin-right: 0.15em;
	margin-bottom: 0.7em;
	width: 4.1667em;
	max-width: 100px;
	height: 4.1667em;
	max-height: 100px;
}

@media screen and (max-width: 900px) and (max-height: 950px) {

	.hwm-inventory .inventory_item_div{
		margin-bottom: 0.3em;
	}

	.hwm-inventory .inv_kukla_dimensions{
		padding-top: 205px;
	}

	.hwm-inventory .inv_scroll_content:hover{
		background: none;
	}

	.hwm-inventory .inv_scroll_content2:hover{
		background: none;
	}

	.hwm-inventory .inv_item_menu{
		font-size: 100%;
	}

	.hwm-inventory .inventory_block{
		font-size: 100%;
		margin-left: 0.15em;
		margin-right: 0.3em;
	}

	.hwm-inventory .art_doll_inside{
		width:100%;
		/*		min-width: 153.33px;
		min-height: 136.67px;*/
		width: 230px;
		height: 205px;
		min-width: 230px;
		min-height: 205px;
	}

	.hwm-inventory .filter_tabs_block{
		margin-bottom: 0.25em;
	}

	.hwm-inventory .container_block_left{
		min-width: 244px;
		margin: 0;
		padding: 0;
		max-width: 30%;
	}

	.hwm-inventory .container_block{
		margin-top: 0;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
		background: #f5f3ea;
	}

	.hwm-inventory .separator2{
		margin-top: 0.3em;
		margin-bottom: 0.4em;
	}

	.hwm-inventory .container_inventory{
		min-height: 100%;
	}

	.hwm-inventory .container_block_right{
		margin-left: 0em;
		border-left: 1px solid rgb(0, 0, 0, 0.25);
	}
}

.hwm-inventory .inventory_margins{
	margin-left: 8px;
	margin-right: 8px;
}

.hwm-inventory.inventory_stats,
.hwm-inventory .inventory_stats{
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.hwm-inventory .inventory_doll_stats{
	position: relative;
	width: 100%;
	display: flex;
	margin: 0 auto;
}

.hwm-inventory .home_kukla_margins{
	margin: 0;
}

.hwm-inventory .home_doll_stats{
	width: auto;
}

@media only screen and (orientation: portrait) and (max-width: 270px) and (max-height: 950px) {
	.hwm-inventory .home_reset_btn{
		width: 20px!important;
		height: 20px!important;
		top: 3px;
		position: relative;
	}
}

@media only screen and (orientation: portrait) and (max-width: 700px) and (min-width: 300px) and (max-height: 950px) {
	.hwm-inventory .inv_stat_img_div{
		height: 100%;
	}

	.hwm-inventory .inventory_doll_stats{
		width: auto;
	}

	.hwm-inventory .art_doll_inside{
		width:100%;
		width: 242.34px;
		height: 216px;
	}

	.hwm-inventory .inv_doll_and_stats_outside{
		flex-direction: row-reverse;
	}

	.hwm-inventory .inventory_stats{
		flex-direction: column;
	}

	.hwm-inventory .inv_stat_data{
		height: 24px;
		display: flex;
		width: 100%;
	}

	.hwm-inventory .inv_stat_text{
		padding-left: 0.3em;
		position: relative;
		display: inline-block;
		padding-top: 0.6em;
		margin: auto;
		font-size: 1em;
		/*		position: absolute;
		top: auto;
		bottom: 0;
		font-size: 1em;*/
		text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	}
}

@media only screen and (orientation: portrait) and (max-width: 700px) and (max-height: 950px) {

	.hwm-inventory .container_block{
		min-height: 0;
	}

	.hwm-inventory .set_wh100{
		min-width: 24px;
	}

	.hwm-inventory .inv_item_menu{
		font-size: 100%;
	}

	.hwm-inventory .inventory_block{
		font-size: 100%;
	}

	.hwm-inventory .inventory_margins{
		margin: 0 auto;
	}

	.hwm-inventory .popup{
		width: 100%;
		height: fit-content;
	}

	.hwm-inventory .container_block_right{
		border-left: none;
	}

	.hwm-inventory .filter_tab{
		-webkit-border-bottom-left-radius: .5em;
		-webkit-border-bottom-right-radius: .5em;
		-moz-border-radius-bottomleft: .5em;
		-moz-border-radius-bottomright: .5em;
		border-bottom-left-radius: .5em;
		border-bottom-right-radius: .5em;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.hwm-inventory .container_block{
		margin-top: 0;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding-top: 0.1em;
		background: #f5f3ea;
	}

	.hwm-inventory .filter_tabs_block{
		background: url(../i/inv_im/dot.png) repeat-x top left;
	}

	.hwm-inventory .separator2{
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	.hwm-inventory .container_inventory{
		flex-direction: column;
	}

	.hwm-inventory .container_block_left{
		min-width: 100%;
		max-width: 100%;
	}

	.hwm-inventory .container_block_right{
		width: 100%;
	}
}

.hwm-inventory .filter_tab_active{
	-webkit-filter: grayscale(0%) opacity(1);
	filter: gray alpha(opacity=100);
	border: solid 1px #bdb6a8;
	border-bottom: solid 1px #dcd9cd;
	box-shadow: inset 0 -.5em .3em rgba(0,0,0,0);
	background-size: auto 100%!important;
	cursor: auto;
}

.hwm-inventory .inv_item_buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.hwm-inventory .inv_item_menu_visible{
	opacity: 1;
	display: block;
}

.hwm-inventory .inv_item_dop_info{
	font-size: 95%;
}

.hwm-inventory .inv_item_select{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	margin: 0.15em;
	width: 3em;
	max-width: 90px;
	height: 3em;
	max-height: 90px;
	display: inline-block;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
}

.hwm-inventory .inv_item_art_name{
	margin: auto;
	text-align: center;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
}

.hwm-inventory .inv_item_select_img{
	image-rendering: auto;
	max-width:100%;
	max-height:100%;
}

.hwm-inventory .inv_item_close{
	position: relative;
	float: right;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.hwm-inventory .inv_btn_close{
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	width: 1em;
	height: 1em;
	cursor: pointer;
}

.hwm-inventory .inv_btn_close:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.hwm-inventory .inv_item_select_img:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.hwm-inventory .inv_art_around{
	width: 4.1667em;
	max-width: 100px;
	height: 4.1667em;
	max-height: 100px;
}

.hwm-inventory .inventory_item{
	max-width:100%;
	max-height:100%;
	border: 1px solid #9a7e56;
	background: #e7e6ad;
	background: -moz-radial-gradient(center, ellipse cover, #e7e6ad 0%, #dbbd87 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #e7e6ad 0%,#dbbd87 100%);
	background: radial-gradient(ellipse at center, #e7e6ad 0%,#dbbd87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e6ad', endColorstr='#dbbd87',GradientType=1 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.hwm-inventory .inventory_item:hover{
	box-shadow: 0 0 1px 2px #ffed87;
}

.hwm-inventory .inventory_item_normal{
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid rgba(154, 126, 86, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hwm-inventory .inventory_item_normal:hover{
	box-shadow: 0 0 1px 2px #ffed87;
}

.hwm-inventory .inventory_item_broken{
	border: 2px solid rgba(200, 0, 0, 0.7);
}

.hwm-inventory .inventory_item_in_rent{
	border: 2px solid rgba(9, 22, 200, 0.8);
}

.hwm-inventory .inventory_item_finished_rent{
	border: 1px solid rgba(9, 22, 202, 0.8);
	border-style: double;
	border-width: 3px;
	/*	border: 2px solid rgba(9, 22, 202, 0.8);*/
}

.hwm-inventory .inventory_item_in_forge{
	border: 2px solid rgba(0, 0, 0, 1);
}

.hwm-inventory .formFieldContainer{
	position: relative!important;
	margin: .5em;
}

.hwm-inventory .form_input_field_Container{
	margin: 0;
	background-color: #99968b;
	border: 1px solid #592c08;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.hwm-inventory .form_input_field{
	background-color: transparent;
	border: none;
	font-weight: bold;
	margin: .5em;
	color:#fff!important;
}

.hwm-inventory .form_input_field:focus{
	border: none;
	box-shadow: none;
}

.hwm-inventory *:focus{
	outline: none;
}

.hwm-inventory .text_width_button_float{
	float: right;
}

.hwm-inventory .text_with_button{
	image-rendering: auto;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: 1em;
	background-position: right center;
	padding-right: 1.3em;
	/*font-weight: bold;	*/
	color: #592c08;
}

.hwm-inventory .btn_filter_armourers{background-image: url(../i/inv_im/btn_filter_armourers.png);}
.hwm-inventory .btn_filter_weapon{background-image: url(../i/inv_im/btn_filter_weapon2.png);}
.hwm-inventory .btn_filter_armor{background-image: url(../i/inv_im/btn_filter_armor2.png);}
.hwm-inventory .btn_filter_jewelery{background-image: url(../i/inv_im/btn_filter_jewelery2.png);}
.hwm-inventory .btn_filter_another{background-image: url(../i/inv_im/btn_filter_another2.png);}
.hwm-inventory .btn_filter_rent{background-image: url(../i/inv_im/btn_filter_rent.png);}
.hwm-inventory .btn_filter_repair{background-image: url(../i/inv_im/btn_filter_repair.png);}
.hwm-inventory .btn_filter_star1{background-image: url(../i/inv_im/btn_filter_star1.png);}
.hwm-inventory .btn_filter_star2{background-image: url(../i/inv_im/btn_filter_star2.png);}
.hwm-inventory .btn_filter_chest{background-image: url(../i/inv_im/btn_filter_chest.png);}
.hwm-inventory .bad_buttons{
	height: auto!important;
	text-align: center;
	/*box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.15);*/
}

.hwm-inventory .bad_buttons a{
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 .2em;
}

.hwm-inventory .bad_buttons a:before{
	content: "";
	padding-top: 100%;
	float: left;
}

.hwm-inventory .bad_content{
	height: auto!important;
	text-align: left;
	/*box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.15);*/
}

.hwm-inventory .divs_inline{
	height: 2em;
	position: relative;
	margin: auto;
	margin-bottom: .4em;
	display: flex;
	/*box-shadow: 0 0 0 1px red;*/
}

.hwm-inventory .inv_cut_text{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hwm-inventory .divs_inline_left{
	width: 40%;
	flex-grow: 1;
	position: relative;
	/*box-shadow: 0 0 0 1px purple;*/
}

.hwm-inventory .divs_inline_right{
	image-rendering: auto;
	width: 2em;
	height: 2em;
	position: relative;
	/*box-shadow: 0 0 0 1px green;*/
}

.hwm-inventory .divs_inline_right_24{
	image-rendering: auto;
	top: 1px;
	width: 24px;
	height: 24px;
	right: 0;
	position: absolute;
}

.hwm-inventory .divs_inline_edit{
	image-rendering: auto;
	padding-left: 1em;
	padding-right: 1em;
	width: 2em;
	height: 2em;
	position: relative;
	background: url(../i/inv_im/btn_save.png) no-repeat center center;
	background-size: contain;
	/*box-shadow: 0 0 0 1px green;*/
}

.hwm-inventory .mwh100{
	max-width:100%;
	max-height:100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hwm-inventory .inventory_stats_info{
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.hwm-inventory .item_not_selected{
	opacity: 90%;
	filter: brightness(1.45);
	webkit-filter: brightness(145%);
	filter: alpha(opacity=90);
}

.hwm-inventory .item_is_selected{
	background: rgba(250, 250, 0, 0.25);
	border-radius: 20px;
}

.hwm-inventory .art_is_selected{
	box-shadow: 0 0 1px 2px #efdd77;
}

.hwm-inventory .arts_predmeti{
	width: 95%;
	margin: 0 0.5em;
	font-size: 1.15em;
	height: 1.3em;
	text-align: center;
	text-transform: none;
	padding-top: 0.35em;
	padding-bottom: 0.15em;
	font-weight: normal!important;
	position: relative;
	display: inline-block;
	content: '';
}

.hwm-inventory .inv_slot_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.hwm-inventory .inv_slot_hover:hover{
	box-shadow: 0 0 0px 1px #ffed87;
}

.hwm-inventory .btn_txt_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.hwm-inventory .btn_txt_hover:hover{
	box-shadow: 0 0 1px 2px #ffed87;
}

.hwm-inventory .btn_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.hwm-inventory .btn_hover img:hover{
	-webkit-filter: brightness(145%) drop-shadow(0 0 2px #ffe4b3);
	filter: brightness(145%) drop-shadow(0 0 2px #ffe4b3);
}

.hwm-inventory .inv_art_outside{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwm-inventory .inventory_item_div_wide > .inv_art_outside{
	width: 4.1667em;
	max-width: 100px;
	height: 4.1667em;
	max-height: 100px;
}

.hwm-inventory .shop_art_info{
	image-rendering: auto;
}

.hwm-inventory .arts_info{  position: relative;  top: 0;  left: 0; overflow: hidden;}
.hwm-inventory .arts_parent_info{   font-weight: 400;   font-family: 'Arial',sans-serif; position: relative;	letter-spacing: normal;    font-size: 16px;	-moz-user-select: none;	-webkit-user-select: none; -ms-user-select: none; display:inline-block;}

.hwm-inventory .art_click{
	display: flex;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.hwm-inventory .inventory_item_div_empty{
	cursor: pointer;
	margin-left: 0.15em;
	margin-right: 0.15em;
	width: 4.1667em;
	max-width: 100px;
	max-height: 100px;
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.hwm-inventory .inventory_item2:hover{
	box-shadow: 0 0 1px 2px #ffed87;
}

.hwm-inventory .inventory_item2{
	max-width:100%;
	max-height:100%;
}

.hwm-inventory .inv_100mwmh{
	max-width:100%;
	max-height:100%;
}

.hwm-inventory .d{
	cursor: auto;
	filter: grayscale(.7);
}

.hwm-inventory .inv_buttons_to_right a{
	text-decoration:none;
}

.hwm-inventory .inventory_item_div_wide{
	width: 16em;
	max-width: 230px;
	background-color: #fbfaf5;
	box-shadow: inset 0 0 0 1px #b19673, 0 2px 5px rgb(0 0 0 / 25%);
}

.hwm-inventory .invetory_item_text_inside{
	font-size:80%
}

.hwm-inventory .inventory_item_text{
	position: absolute;
	width: 11.1em;
	top: 0.5em;
	left: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hwm-inventory .inv_item_select_return_small{
	position: absolute;
	font-size: 0.7em;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 2;
	max-width:100%;
	max-height:100%;
}

.hwm-inventory .inventory_item_nadet_button{
	display: none;
	left: 3.2em;
	width: 2.5em;
	height: 2.5em;
	image-rendering: auto;
	top: 0;
	z-index: 3;
}

.hwm-inventory .inventory_item2:hover .inventory_item_nadet_button{
	display: block;
}

.hwm-inventory .inventory_repair_info{
	position: absolute;
	width: 4.1667em;
	height: 4.1667em;
	z-index: 3;
	top: 0em;
	left: 0em;
	pointer-events: none;
}

.hwm-inventory .inventory_repair_info img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 2em;
	height: 2em;
	-webkit-filter: brightness(125%) drop-shadow(0 0 4px #ffffff);
	filter: brightness(125%) drop-shadow(0 0 4px #ffffff);
}

.hwm-inventory .inventory_repair_text{
	color: white;
	text-shadow: 0px 0px 2px #000000;
	font-size: 75%;
	left: 50%;
	top: 65%;
	position: absolute;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
}

.hwm-inventory .inventory_black_background{
	position: absolute;
	width: 4.1667em;
	height: 4.1667em;
	top: 0em;
	left: 0em;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.hwm-inventory .inv_art_prop_amount_icon{
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding-left: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	/*box-shadow: inset 0 0 0 1px green;*/
}

.hwm-inventory .inv_art_prop_amount_icon img{
	padding: 0;
	margin: 0;
	width: 1.3334em;
	height: auto;
	position: absolute;
	left: 0;
	/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
}

.hwm-inventory .inv_art_prop_amount_icon a{
	color: #3582C4;
}

.hwm-inventory .inv_res_img:not(:nth-child(0)){
	margin-left: 0.5em;
}

.hwm-inventory .inv_res_img img{
	top: -0.1em;
}

.hwm-inventory .inv_renew_box{
	margin-top:0.4em;
}
