@charset "utf-8";

 html{
	background-attachment: fixed;
	background-image: url(/style/images/fon.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	/* [disabled]background-size:100% 100%; */
	background-size: cover;
	background-color: #52281b;	

}
    @font-face {
font-family: "mou"; 
src: url("/style/18365.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 
footer {
    display: block;
    max-width: 380px;
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 0;
    background: url(/tensa_mod/dark_leather.png);
    padding-top: 5px;
}


/*фиксация шапки*/
/*
.sticky_header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0;
}
*/

/*фиксация подвала*/
/*
.b_foot {
    flex: 0 0 auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #101020;
    border: 1px solid #303040;
    border-radius: 5px;
    color: #b1b1b1;
    padding: 5px;
    z-index: 9999;
}
*/

.page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body{
	background-color:#52281b;
	max-width:320px;
	margin:auto;
	font-family:'mou',sans-serif;
	word-wrap:break-word;
	font-size:13px;
		flex: 1 0 auto;
	}
.overlay {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    cursor: default;
	height: 250%;
}
span.mail-chat-del{
	float:right;
	}
.count {
    float: right;
    padding: 4px;
    border: 1px solid #D1D1D1;
    border-radius: 100px;
    font-size: 10px;
    font-weight: normal;
    color: #929292;
    background: #fff;
}

.count_2{
    float: right;
    padding: 3px;
    border: 1px solid #000000;
    border-radius: 100px;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    background: #8c230eba;
}

 .block2_body_left {
            background: url('https://m1.kor.ru/media/TheKingdom/img/v2/main_design/block2/block_frame_left.png') #fbd9aa  center left repeat-y,
			url('https://m1.kor.ru/media/TheKingdom/img/v2/main_design/block2/block_frame_right.png') center right repeat-y,
			 url('https://m1.kor.ru/media/TheKingdom/img/v2/main_design/block2/block_frame_top.png') center top repeat-x,
			url('https://m1.kor.ru/media/TheKingdom/img/v2/main_design/block2/block_frame_bottom.png') center bottom repeat-x;
            }
			
			
.styled-select select {
	background: transparent;
	width: 100%;
	padding: 5px;
	color: #999;
	font-size: 13px;
	border: 1px solid #C60;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;	
}
.styled-select {
	background-color:#321a10;
	
	border-radius: 5px;
	width: 100%;
	height: 34px;
	overflow: hidden;
	background-size: 20% 80%;
	background-image: url(/style/images/sex.png);
	background-repeat: no-repeat;
	background-position: right;	
}


.vvod{
	background-color:#321a10;
	height: 35px;
	color:#fff;font-size:13px;
	border:none;border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
	box-shadow:none;
	border-top:1px solid #29160e;
	border-bottom:1px solid #3e362d
	}
.index-bg {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.index-bg-img {
    background: url(/style/images/LOGO2.png) no-repeat;
    width: 320px;
    height: inherit;
    
	background-size:100% 100%;
	max-width: 100%;
	max-height: 100%;
    animation: index-bg-img 20s ease-in-out infinite;
    position: absolute;
}
.index-dragon {
	background: url(/style/images/drakon_1.png) no-repeat;
	background-size: 100%;
	width: 35%;
	height: 100%;
	position: absolute;
	left: 5px;
	animation: index-dragon 5s cubic-bezier(0.45, 0.05, 0.26, 0.96) infinite;
	bottom: -150px;
}
.index-dragon_2 {
    background: url(/style/images/drakon_2.png) no-repeat;
    background-size: 100%;
    width: 35%;
    height: 15%;
    position: absolute;
    left: 55%;
    animation: index-dragon_2 5s cubic-bezier(0.45, 0.05, 0.26, 0.96) infinite;
    bottom: 300px;
}


	.rel {
    position: relative;
	
}

	.popup_err {
position: absolute;
    margin: -150% auto;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 14px;
    background-color: #fee6bc;
    padding: 5%;
    color: #333;
    border-radius: 5px;
    border: 1px solid #e89202;
    margin-bottom: 5px;
	
	
}

	.start {
    position: absolute;
    margin-top: -40px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

	.popup_err_2 {
position: absolute;
    margin: 10% auto;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 14px;
    background-color: #fee6bc;
    padding: 5%;
    color: #333;
    border-radius: 5px;
    border: 1px solid #e89202;
    margin-bottom: 5px;
}


.user{
	background-size:100% 100%;
	background-image: url('/images/user/fon/fon_2.png');
	background-repeat: no-repeat;
	max-width: 100%;
	max-height: 100%;
		
}
.info {
    position: absolute;
    top: 45%;
    color: #FF0000;
    text-shadow: -1px -2px 0 #511a1f, 1px -1px 0 #511a1f, -1px 1px 0 #511a1f, 1px 1px 0 #511a1f;
    font-size: 20px;
    font-weight: bold;
    display: block;
    left: 30%;
    right: 30%;
    opacity: 0;
    animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
    -moz-animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
    -o-animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
    -webkit-animation-fill-mode: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
}
.table_vin{
	background-size: 100% 100%;
	background-image: url('/images/start.png');
	background-repeat: no-repeat;	
}
.m_inCheck_main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m_inCheck_main *:before, .m_inCheck_main *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m_inCheck {
	position: fixed;
	background: #d31c0c url("/images/net/bg.png");
	border-radius: 4px;
	/* [disabled]width: 360px; */
	height: 60px;
	border-top: 1px solid #ec3515;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	font-family: arial;
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	top: 15%;
}

.m_inCheck_title {
	font-size: 17px;
}

.m_inCheck_text {
	font-size: 13px;
	margin: -1px 0 0 0;
}

.m_inCheck_all_text {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.m_inCheck_padding {
	background: url("/images/net/info.png") no-repeat 14px center;
	background-size: 34px 34px;
	height: 59px;
	padding: 10px 0 0 62px;
}

.m_inCheck_hide {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	background: #a41d0a url("/images/net/close.png") no-repeat center center;
	transition: .2s;
}

.m_inCheck_hide:hover {
	cursor: pointer;
	background: #961800 url("/images/net/close.png") no-repeat center center;
	transition: .2s;
}

.m_inCheck_show {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1 !important;
	visibility: visible;
	z-index: 9999999;
}
.btn-link1{background:url('/images/css/bg.png') repeat center;color:#ffe8b2;width:149px;font-size:14px}.btn-link1:hover{background:url('/images/css/bg.png') repeat center;color:#ffda82;text-decoration:none}

.btn-link_red{background:url('/images/css/bg_red.png') repeat center;color:#ffe8b2;width:149px;font-size:14px}
.btn-link_red:hover{
	background:url('/images/css/bg_red.png') repeat center;
	color:#ffda82;
	text-decoration:none}
.ribbon_wind,.ribbon_wind .r_end,.ribbon_wind .r_center{
	margin-bottom: 4px;
	display: block;
	font-size: 0;
	background-image: url('/images/css/bg-wind.png');
	background-repeat: no-repeat
	}
	.ribbon_wind .r_end{
	background-position: 100% -31px;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
		}
	.ribbon_wind .r_center{
	height: 27px;
	padding-top: 4px;
	font-size: small;
	text-shadow: 1px 1px 0 black;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 -62px;
	background-repeat: repeat-x
		}
.ribbon_red,.ribbon_red .r_end,.ribbon_red .r_center{margin-bottom:4px;display:block;font-size:0;background-image:url('/images/css/bg-p.png');background-repeat:no-repeat}.ribbon_red .r_end{padding:0 28px;background-position:100% -31px}.ribbon_red .r_center{height:27px;padding-top:4px;font-size:small;text-shadow:1px 1px 0 black;color:white;text-align:center;white-space:nowrap;overflow:hidden;background-position:0 -62px;background-repeat:repeat-x}
		
.link_3_red, .link_3_red .link_3_end_red, .link_3_red .link_3_center_red {
	text-align: center;
	margin-bottom: 4px; 
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_red.png');
	background-repeat: no-repeat;
}
.link_3_red .link_3_end_red {
    padding: 0 3px;
    background-position: 100% -42px;
}
.link_3_red .link_3_center_red {
    height: 36px;
    
	padding: 8px;
    font-size: small;
    text-shadow: 1px 1px 0 black;
    color: white;
    text-decoration: none;
	
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 -82px;
    background-repeat: repeat-x;
	
}

.link_3_red:hover, .link_3_red:hover .link_3_end_red:hover, .link_3_red:hover .link_3_center_red:hover {
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_red_2.png');
	background-repeat: no-repeat;
	transition : 0.7s;
}
.link_3_red:hover .link_3_end_red:hover {
    padding: 0 3px;
    background-position: 100% -42px;
	
}
.link_3_red:hover .link_3_center_red:hover {
	height: 36px;
	font-size: small;
	text-shadow: 1px 1px 0 black;
	color: #C30;
	
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 -82px;
	background-repeat: repeat-x;
}
.link_3_blue, .link_3_blue .link_3_end_blue, .link_3_blue .link_3_center_blue {
	text-align: center;
	margin-bottom: 4px; 
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_blue.png');
	background-repeat: no-repeat;
}
.link_3_blue .link_3_end_blue {
    padding: 0 3px;
    background-position: 100% -42px;
}
.link_3_blue .link_3_center_blue {
    height: 36px;
    
	padding: 8px;
    font-size: small;
    text-shadow: 1px 1px 0 black;
    color: white;
    text-decoration: none;
	
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 -82px;
    background-repeat: repeat-x;
	
}

.link_3_blue:hover, .link_3_blue:hover .link_3_end_blue:hover, .link_3_blue:hover .link_3_center_blue:hover {
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_blue_2.png');
	background-repeat: no-repeat;
	transition : 0.7s;
}
.link_3_blue:hover .link_3_end_blue:hover {
    padding: 0 3px;
    background-position: 100% -42px;
	
}
.link_3_blue:hover .link_3_center_blue:hover {
	height: 36px;
	font-size: small;
	text-shadow: 1px 1px 0 black;
	color: #30F;
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 -82px;
	background-repeat: repeat-x;
}
.link_3_green, .link_3_green .link_3_end_green, .link_3_green .link_3_center_green {
	text-align: center;
	margin-bottom: 4px; 
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_green.png');
	background-repeat: no-repeat;
}
.link_3_green .link_3_end_green {
    padding: 0 3px;
    background-position: 100% -42px;
}
.link_3_green .link_3_center_green {
    height: 36px;
    
	padding: 8px;
    font-size: small;
    text-shadow: 1px 1px 0 black;
    color: white;
    text-decoration: none;
	
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 -82px;
    background-repeat: repeat-x;
	
}
.link_3_green:hover, .link_3_green:hover .link_3_end_green:hover, .link_3_green:hover .link_3_center_green:hover {
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4_green_2.png');
	background-repeat: no-repeat;
	transition : 0.7s;
}
.link_3_green:hover .link_3_end_green:hover {
    padding: 0 3px;
    background-position: 100% -42px;
	text-decoration: none;
}
.link_3_green:hover .link_3_center_green:hover {
	height: 36px;
	
	font-size: small;
	text-shadow: 1px 1px 0 black;
	color: #6F0;
	text-decoration: none;
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 -82px;
	background-repeat: repeat-x;
	
}
.link_3, .link_3 .link_3_end, .link_3 .link_3_center {
	text-align: center;
	margin-bottom: 4px; 
	display: block;
	font-size: 0;
	text-decoration: none;
	background-image: url('/images/css/bg-wind_4.png');
	background-repeat: no-repeat;
}
.link_3 .link_3_end {
    padding: 0 3px;
    background-position: 100% -42px;
}
.link_3 .link_3_center {
    height: 36px;
    
	padding: 8px;
    font-size: small;
    text-shadow: 1px 1px 0 black;
    color: white;
    text-decoration: none;
	
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 -82px;
    background-repeat: repeat-x;
	
}



.rel {
    position: relative;
}
.popup {
    position: absolute;
    margin: 5% auto;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 14px;
	background-color:#fee6bc;
	padding: 5%;
	color:#333;
	border-radius:5px;
	border:1px solid #e89202;
	margin-bottom:5px;
}


.hp_del{
    position: absolute;
    top: 45%;
    color: #FF0000;
	text-shadow: -1px -2px 0 #511a1f, 1px -1px 0 #511a1f, -1px 1px 0 #511a1f, 1px 1px 0 #511a1f;
    font-size: 20px;
    font-weight: bold;
    display: block;
    left: 30%;
    opacity: 0;
    animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);

    -moz-animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
	-o-animation: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
	-webkit-animation-fill-mode: hp_del 2s cubic-bezier(0, 0.40, 1, 0.60);
}

dl.mail-chat {
    background-color: #fee6bc;
    padding: 10px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #e89202;
    margin-bottom: 5px;
}

dt {
    font-weight: 700;
}

.character_lvl {
	position: absolute;
	top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #0e141e;
	width: 26px;
	height: 26px;
	font-size: 12px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.41);
	z-index: 3;
}
/*
.character_lvl_2 {
    position: absolute;
    top: 70px;
	
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #191a3c;
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.41);
    z-index: 3;
	
}
*/
.example2 {
	/* [disabled]display: inline-block; */
	position: relative;	 
}
.character_lvl_2  {
	position: absolute;
    top: 15%;
    left: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #191a3c;
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.41);
    z-index: 3;
}
.character_info {
    position: absolute;
    top: 15%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #191a3c;
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.41);
    z-index: 3;
}
.character_selected {
    position: absolute;
    top: 15%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #2e6d0d;
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.41);
    z-index: 3;
}
.character_hp_2  {
position: absolute;
    top: 80%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #962222c7;
    width: 90%;
    height: 15%;
    font-size: 12px;
    border-radius: 8%;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.77);
    z-index: 3;
}
/*
.character_hp {
    position: absolute;
    top: 80%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #962222c7;
    width: 90%;
    height: 15%;
    font-size: 12px;
    border-radius: 8%;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.77);
    z-index: 3;
}
*/
.character_title_2  {
    position: absolute;
    /* top: 0%; */
    /* left: 5%; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* background: #962222c7; */
    width: 100%;
    /* height: 15%; */
    /* font-size: 12px; */
    /* border-radius: 8%; */
    /* padding: 10px; */
    /* border: 1px solid rgba(255, 255, 255, 0.77); */
    z-index: 3;}

@keyframes cssAnimation {
	to {
         width:0;
        height:0;
        visibility:hidden;
        
		
    }



    
}
@keyframes show{
0%{
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

@keyframes fight{
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateY(-200px);
}
}
@keyframes hp_del{
10% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    transform: translateY(-50px);
}
}

@keyframes index-dragon{
	50%{
		transform:scale(1.2) rotate(5deg);
		
		}
		}

@keyframes index-dragon_2{
	50%{
		transform:translateY(+50px) rotate(5deg);
		
		}
		}


@-webkit-keyframes rotate {
  100% {
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
}

