@import url('../fonts/blender/stylesheet.css');
@import url('../fonts/firenight/stylesheet.css');
@import url('../fonts/adigiana/font.css');
@import url('../fonts/boomboom/font.css');
/*
 Theme: Theme JumaFarm
 Powered by Jumast - jumast@ya.ru
*/
/* Обычный */
@font-face {
	font-family: 'AdigianaExtreme'; 
	src: url(/fonts/AdigianaExtreme.ttf); 
}	
@font-face {
	font-family: 'Boomboom'; 
	src: url(/fonts/Boomboom.ttf); 
}
body {
font-size: 18px;
color: #222D1F;
position: relative;
font-weight: 500;
font-family: 'Blender Pro';
min-width: 1200px;
min-height: 100%;
margin: 0; padding: 0;
background: #6a3504 url('../img/bg-main.png') top center;
background-size: 150px;
}

/*############# WRAPPER #############*/

.f-left {float: left;}
.f-right {float: right;}

.container {
	width: 1180px;
	margin: 0 auto;
}

/*############# HEADER #############*/

.promo {
	min-height: 250px;
	background: url('../img/bg.jpg') no-repeat center top;
	background-size: cover;
}

.slogan {
	color: #f3eb1b;
	font-size: 2.1rem;
	font-family: 'Boomboom', sans-serif;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0.7rem;
	width: 100%;
}


.logos {
    width: 250px;
	padding: 15px 0;
}

.nav {
	background-image: linear-gradient(-1deg, #c45400 0%, #c15100 2%, #6a3504 100%);
	border-bottom: 2px solid #f8760c;
	box-shadow: 0px 4px 4px 2px rgba(25, 25, 25, 0.5);
	display: table;
	width: 100%;
}
.nav-menu {
	display: table;
	padding: 0; margin: 0;
	list-style: none;
}

.nav-menu li {
	text-align: center;
	display: table-cell;
	margin: 0px;
}

.nav-menu li a {
color: #ffe76e;
font-size: 26px;line-height: 1.2;
font-family: 'AdigianaExtreme', sans-serif;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
display: block;position: relative;
padding: 5px 12px;text-transform1: uppercase;
margin: 10px 5px; box-sizing: border-box;
border-radius: 1rem 0.8rem;height: 100%;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
background-image: linear-gradient(-1deg, #c45400 0%, #c15100 2%, #6a3504 100%);
transition: all -0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.nav-menu li a.reg { 
	font-family: 'Boomboom', sans-serif;
	background-image: linear-gradient(-1deg, #f90601 0%, #f90601 2%, #f90606 100%);
}
.nav-menu li a.reg:hover { 
	color: rgb(255, 249, 185);
	box-shadow: rgb(94, 32, 9) 1px 1px 12px 2px;
	background-image: linear-gradient(-1deg, #f90601 0%, #f90601 2%, #da0a06 100%);
}
.nav-menu li a::after, .nav-menu li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    right: 3px;
    bottom: 2px;
    border-radius: 0.7rem;
    background-image: linear-gradient(-1deg, #ac103d 0%, #1cb750 100%);
    z-index: -1;
}
.nav-menu li a:hover {
text-decoration: none;
color: #fbeb2b;
text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
background-image: linear-gradient(6deg, #c45400 0%, #c15100 2%, #6a3504 100%);
}

img { border:0px; }
.clr { clear:both;}


.stn:link, .stn:visited {
color: #03632F;
text-decoration: none;
font-weight: bold;
}
.stn:active, .stn:hover { color: #04CA5F; text-decoration: none; }

.stn-sort:link, .stn-sort:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; } 
.stn-sort:active, .stn-sort:hover { color: #000000; text-decoration: none; }



.header {
width: 950px;
position: relative;
padding: 25px 0px 0px 0px;

}
.clr-line {
	background: url(../img/hd-line.html) no-repeat;
	width:980px;
	height:8px;
}

table h3 {
font-family: 'Boomboom';
font-size: 18pt;
margin: 0px 0px 15px 0px;
font-weight: normal;
color: rgb(119, 119, 119);
}

.table {
	width:100%;
	border:none;
	text-align: center;
	border-collapse: collapse;
}

.table thead th {
	background: rgba(254, 116, 10, 0.9);
	border: 1px dashed #cba;
	border-bottom: 2px dotted #542;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.table td {
	background: rgba(255, 245, 235, 0.9);
	border: 1px dotted #cba;
	border-bottom: 2px dotted #852;
	padding: 5px;
}
.inform2 {
	margin: 15px 35px; 
	padding: 5px 10px; border-radius: 1em;
	background-color: rgba(255, 255, 245, 0.7);
	box-shadow: inset 0px 0px 1px 3px rgba(25, 25, 25, 0.1);
}
.payment_buttons {
    margin: 10px auto 30px auto;
    width: 40%;
}

.payment_button:nth-child(1) {
    background-image: url('../img/payeer-icon.html');
}
.payment_button:nth-child(3) {
    background-image: url('../img/qiwi-icon.html');
}
.payment_button:nth-child(4) {
    background-image: url('../img/yandex-icon.html');
}
.payment_button:nth-child(5) {
    background-image: url('../img/webmoney-icon.html');
}
.payment_button:nth-child(2) {
    background-image: url('../img/perfect-icon.html');
}
.payment_button {
    width: 70px;
    height: 70px;
    background-color: #FFF;
    float: left;
    margin: 0px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    border-radius: 15px;
    border: 1px solid;
    border-bottom: 3px solid;
    cursor: pointer;
}
.payment_button.active {
    background-color: #D0E9EE;
}

.footer .fon {
width: 100%;
position: relative;
top: 0px;
left: 0px;
}

.azbuks {
font-size: 12pt;
color: rgb(33, 0, 255);
font-weight: normal;
}

.toces {
padding: 3px 5px 2px 5px;
background: white;
border-radius: 3px;
font-size: 12pt;
margin: 2px 0px 0px 0px;
display: block;
color: rgb(255, 85, 85);
text-align: center;
}

.footer .cont {
text-align: center;
bottom: 10px;
font-size: 13px;
margin-top: -17px;
position: relative;
}

tbody strong {
font-weight: bold;
font-family: 'lobster';
font-size: 10pt;
}

.hd-menu li {
	display:inline;
	margin:0px 15px 0px 0px;
	border:3px solid #FFF;
	padding:7px 5px 3px 5px;
}

.hd-menu li:hover {
	border:3px solid #f9ac85;
	border-radius:10px;
	padding:5px 5px 3px 5px;
}

.hd-menu a {
	text-decoration:none;
	color:#000;
}


.hd-bnf {
	float:left;
	background: url(../img/bnf.png.html) repeat-x;
	height:152px;
	font-family: "lobster";
	margin:25px 0px 0px 10px;
	padding:10px 15px 0px 30px;
	color:#3f9800;
	font-size:1.2em;
	line-height: 17pt;
	border:1px solid #b6b6b6;
	border-radius:10px;
}

.hd-bnf li {
	list-style-image: url(../img/arrow.png.html);	
	background-repeat:no-repeat;
}

a {
color: rgb(83, 57, 44);
text-decoration: underline;
}

a:hover {
color: rgb(241, 72, 0);
text-decoration: none;
}



/*############# CONTENT #############*/
.content {
	border-radius: 2em;
	box-shadow: inset 0 0 14px 14px rgba(225,35,15,.3);
	border: 8px double #491200;
	background: #f08e2a url(../img/bg-fon4.png) 0 3px;
	background-size: 250px;
	margin-top: 30px;
	padding: 20px;
	width:1140px;
	z-index: 100;
	position: relative;
	display:table;
}

.cl-left {
	width: 300px;
	display:table-cell;
}

.cl-right {
	width: 100%;
	display:table-cell;
	padding: 0 0 0 20px;
}

.silver-bk a {
color: #aD271F;
display: inline-block;
margin: 0px 0px 0px 0px;
transition: color 0.2s ease-in;
text-decoration: none;
}

.silver-bk a:hover {
color: #e57E02;
transition: color 0.2s ease-in;
}

.h-title {

	text-shadow: 1px 1px 2px rgba(24, 24, 24, 0.3);
	color: #eff;
	font-family: 'AdigianaExtreme';font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 50px;border-radius: 2em;
	font-size: 28px;
	box-shadow: inset 0 -0.3rem 0.7rem rgba(25, 25, 25, 0.2);
overflow: hidden;
background-color: #5b1e00;
}
.h-title b{color: #fef148;}
.h-titles {
	text-shadow: 1px 1px 2px rgba(245, 245, 245, 0.3);
	font-family: 'Boomboom';
	display: inline-block;
	margin: 0 auto;
	padding: 5px 25px;border-radius: 2em;
	font-size: 26px;
}
/*############# LEFT COLUMN #############*/
.autoriz {
	width: 300px;
	border-radius: 1em;
	padding: 0px 0px 1em;
	border: 8px double #442008;
	margin-bottom: 20px;
	box-shadow: 0 0.3rem 0.7rem rgba(255, 219, 85, 0.3);
	background-color: #ff750b;
	background: linear-gradient(160deg,#ff750b 10%,#f4e400 100%) !important;
	position: relative;
}
 .autoriz::before {
    content: '';
    background: url("../img/krep.png") no-repeat center;
        background-size: auto;
    width: 80px;
    height: 85px;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: -7px;
    transform: scale(1, 1);
}
.h-titleleft {
	color: rgb(110, 11, 11);
	font-family: 'AdigianaExtreme';
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	margin: 0px 0.5em;
	padding: 10px 0;
}

.form-input {
	color: #513532;
	font-family: 'AdigianaExtreme';
	font-weight: normal;
	font-size: 1.3rem;
	padding: 7px 14px 7px 38px; 
	margin: 5px auto;
	line-height: normal;
	width: 224px; height: auto; display: block;
	background-color: rgba(255, 250, 245, 0.7);
	box-shadow: 0px 0px 1px 3px rgba(255, 245, 235, 0.2);
	border: 2px solid #814532;
	border-radius: 12px;
}

.lg {
	background: rgba(255, 255, 250, 0.6) url("/img/log_1.png") no-repeat 5px center;
	border-bottom: 3px solid #814532;
	margin-bottom: 7px;
}
.ps {
	background: rgba(255, 255, 250, 0.6) url("/img/log_2.png") no-repeat 5px center;
	border-bottom: 3px solid #814532;
}


.akcii {
	width: 320px;
	border-radius: 1em;
	padding: 5px; 
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
	margin-left: -5px;
}
.akciii {
	box-shadow: 0px 0px 1px 3px rgba(16, 16, 15, 0.2);
	color: #fff;
	background: #f32;
	background: linear-gradient(30deg,#ff950b 10%,#f43 100%) !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(34, 24, 24, 0.8);
	border-radius: 1em;
	padding: 5px;
}
.akciii div{
	background: linear-gradient(30deg,#ff950b 10%,#f24 100%) !important;
	border: 2px solid rgba(75, 45, 25, 0.9);
	border-radius: 0.8em;

}
.akciii img {
	position: absolute;
	top: -35px; left: 25%;
}
.akciii div h3{
	color: #fe3;
	padding: 3px 0;margin: 0;
	font-family: 'AdigianaExtreme';
	font-size: 25px;
}
.akciii div p{
	padding: 3px 0;margin: 0;
	font-weight: bold;
	font-size: 17px;
}
.akciii div a:hover{
	color: #fe3;
}

.stats {
	width: 300px;
	border-radius: 1em;
	border: 8px double #442008;
	box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.5);
	background-color: #ff750b;
	background: linear-gradient(200deg,#ff851b 10%,#f4e400 100%) !important;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	color: rgb(108, 41, 21);
}
.stats a {color: #602717;}
.stats .h-titleleft {
	color: rgb(110, 11, 11);
}
.st-block {
	display: table;
	width: 283px !important;
	margin: 7px; padding: 2px;
	border-bottom: 1px dashed #6a3504;
}

.st-ico {
	border-radius: 2em;
	height: 45px; width: 45px;
	padding-bottom: 5px; margin: 3px 7px;
}
.st-ico img {
	height: 47px; width: 47px;
	opacity: 0.9;
}
.stats h2 {
	color: #602717;
	text-shadow: 2px 2px 2px rgba(255, 210, 3, 0.3);
	font-family: 'AdigianaExtreme';
	line-height: 0.8;
	font-size: 28px;
	font-weight: bold;
	padding: 0;margin: 0;
	padding-bottom: 3px;
}

.stats h3 {
	color: rgb(110, 11, 11);
	font-family: 'Blender Pro';
	font-weight: bold;
	padding: 5px 0 10px;
	margin: 0;
}

.accmenu {
	border-radius: 1em;
	padding: 15px 0;
	margin-bottom: 20px;
	
	border: 8px double #442008;
	box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.5);
	background-color: #ff750b;
	background: linear-gradient(200deg,#ff851b 10%,#f4e400 100%) !important;
}
.accbalanc {
	font-size: 26px;
	line-height: 1;
}
.accbalanc div{
	text-shadow: 1px 2px 1px rgba(71, 7, 7, 0.2);
	border: 1px solid rgba(26, 28, 25, 0.2);
	border-bottom: 2px solid rgba(73, 18, 12, 0.3);
	border-radius: 5px;
	background-color: rgba(85, 38, 7, 0.3);
	padding: 5px 7px;
	margin: 5px 10px;
	color: #fabf62;
}
.accbalanc div span {
color: #fff8a2;
}
.accbtn {
	font-size: 19px;
	text-decoration: none;
	padding: 3px 5px;
	border-radius: 8px;
	border: 2px solid rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0.3rem 0.7rem rgba(0, 0, 0, 0.3);
	float: right;
}
.accbtn:hover {
	color: #fff;
	opacity: 0.9;
	box-shadow: inset 0 -0.3rem 0.7rem rgba(0, 0, 0, 0.3);
}
.btn_in {
	color: #fff;
	padding: 2px 7px;
	background: #4b2 !important;
}
.btn_out {
	color: #fff;
	padding: 2px 7px;
	background: #e34 !important;
}
.actionmenu {
	display: block;
	margin: 5px 0;
}

.h-titleleft2 {
font-size: 18px;
font-weight: normal;
color: #71490c;
margin: 5px 0 0 7px;
text-shadow: 1px 1px 1px rgba(71, 7, 7, 0.1);
}
.actionmenu a {
width: 270px;
padding: 5px 9px;font-weight: 900;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
margin: 4px 5px;
color: #6a3504;
display: block;
text-shadow: 1px 1px 1px rgba(255, 188, 188, 0.3);
border: 1px solid rgba(99, 85, 6, 0.4);
border-radius: 0.8em 1em;
background-color: rgba(255, 245, 160, 0.6);
box-shadow: inset 0 0 8px 1px rgba(85, 35, 7, 0.1);
}

.actionmenu a img{
	height: 24px; height: 24px; 
	margin: -3px 5px -7px 0;
}


.actionmenu span {
width: 270px;
padding: 5px 6px;
text-decoration: none;
margin: 1px 1px;
color: #1f1900;
display: block;
margin-left: 1px;
    border: 1px solid rgb(204, 185, 140);
border-radius: 2px;
background-color: #f7df9c;
font-size: 22px;
background: #f8f6f1;
}


.actionmenu a:hover {
text-decoration: none;
border: 1px solid rgba(26, 28, 25, 0.4);
border-radius: 1em;
background-color: rgba(255, 245, 150, 0.5);
}


.st-lf { float:left; margin:5px 0px 0px 0px; }
.st-rg { float:left; margin:7px 0px 0px 15px; }

.line {
	margin:10px 0px 0px 30px;
}

.line-st {
	border: 1px solid #8d8d8d;
	border-radius:10px;
	background: url(../img/inpt-hov.png) repeat-x;
	width:115px;
	height:19px;
	color:#f77827;
	text-align:center;
	margin:2px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	
}

.st-time {
	margin:3px 0px 0px 30px;
}

.wim {
width: 229px;
height: 34px;
border: 1px solid #0083CC;
border-radius: 10px;
text-align: center;
font-size: 20pt;
padding: 5px 0px 5px 0px;
margin: 0px 0px 0px 0px;
color: #0083CC;
}

.wim-block {
	margin:10px 0px 0px 67px;
}

.wim-lf {
	background: url(../img/man-1.html) no-repeat;
	width:125px;
	height:129px;
	float:left;
}

.wim-ctr {
	width:220px;
	float:left;
	color:#0a5200;
	font-size:19pt;
	text-align:center;
	margin:0px 5px 0px 5px;
}

.wim-ctr-in {
	background: url(../img/arrows.jpg.html) no-repeat;
	width:117px;
	height:63px;
	margin:10px 0px 10px 50px;
}

.wim-rg {
	background: url(../img/man-2.html) no-repeat;
	width:130px;
	height:131px;
	float:left;	
}

.garant-bk {
width: 200px;
float: left;
margin: 6px 0px 0px 0px;
text-align: center;
color: #0083CC;
font-size: 12pt;
font-weight: bold;
}

.cntrl-ps {
	width:171px;
	margin-left:71px;

}

s {
	display:block;
	background:url(../img/paysitem-sprite.png.html);
	width:57px;
	height:46px;
	float:left;
}

.s-bk-lf {
	margin-bottom: 20px;
	text-align: center;
}

.acc-title {
	color: #f4e300;
	font-family: 'AdigianaExtreme';
	display: inline-block;
	margin: 0 auto;
	padding: 3px 50px 7px;border-radius: 2em;
	font-size: 28px;
	box-shadow: inset 0 0.3rem 0.7rem rgba(0, 0, 0, 0.5);
overflow: hidden;
border: 1px solid #ff750b;
background-color: #5b1e00;
}

.acc-title1 {
color: #3c2c1c;
font-family: "Boomboom",sans-serif;
text-align: center;
margin: 0px;
padding: 5px 0px 2px 0px;
font-size: 31px;
}

.field-gr {
	background: url(../img/field-gr.html) no-repeat;
	width:220px;
	height:31px;
	padding:9px 0px 0px 48px;
	margin:-10px 0px 11px 28px;
}

.field-gr a {
	color:#7ea57b;
	text-decoration:none;
	font-size:20px;
}

.field-gr a:hover {
	color:#99be97;
	text-decoration:none;
	border-bottom:1px dashed #99be97;
	font-size:20px;
}

.field-rd {
	background: url(../img/field-rd.html) no-repeat;
	width:220px;
	height:31px;
	padding:9px 0px 0px 48px;
	margin:-10px 0px 11px 28px;
}

.field-rd a {
	color:#ad7676;
	text-decoration:none;
	font-size:20px;
}

.field-rd a:hover {
	color:#c28888;
	text-decoration:none;
	border-bottom:1px dashed #c28888;
	font-size:20px;
}



.fr-block {
float: left;
display: block;
padding: 10px 10px 10px 10px;
margin: 20px 33px 0px 124px;
border: 2px solid rgb(202, 200, 255);
position: relative;
width: 450px;
}

.calc_m {
width: 18px;
padding: 2px 2px 2px 2px;
margin: 0px 0px 0px 0px;
color: rgb(72, 81, 252);
cursor: pointer;
text-align: center;
font-weight: bold;
background: rgb(253, 253, 253);
border: 2px solid rgb(115, 115, 255);
}

.calc_p {
width: 18px;
padding: 2px 2px 2px 2px;
margin: 0px 0px 0px 0px;
color: rgb(72, 81, 252);
cursor: pointer;
text-align: center;
font-weight: bold;
background: rgb(253, 253, 253);
border: 2px solid rgb(115, 115, 255);
}

.col {
width: 50px;
padding: 2px 2px 2px 2px;
margin: 0px 0px 0px 0px;
border: 2px solid rgb(115, 115, 255);
background: rgb(255, 255, 255);
color: rgb(72, 81, 252);
cursor: pointer;
text-align: center;
font-weight: bold;
}

.fr-block:hover  {
float: left;
display: block;
padding: 10px 10px 10px 10px;
margin: 20px 33px 0px 124px;
border: 2px solid rgb(71, 184, 232);
position: relative;
width: 450px;
}

.fr-block img  {
border: 1px solid rgb(210, 210, 210);
background: white;
width: 170px;
height: 170px;
border-radius: 90px;
padding: 5px;
display: inline-block;
left: 7px;
float: left;
}

.fr-title {
	color:#7ea57b;
	font-size:18px;
}

.cl-fr-lf {
	float:left; 
	text-align:center;
}

.cl-fr-rg {
	float:left;
	margin: 10px 0px 0px 5px;
}

.fr-te-gr {
color: #0075B6;
}

.fr-te-gr-title { color:#000; font-weight:700; margin-bottom:10px;}

a.sm-btn {
	display:block;
	cursor:pointer;
	font-size: 12px;
	font-weight: 700 !important;
	margin: 0px 5px 8px 0px;
	padding: 0px 14px;
	border-radius: 10px;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
	display: inline-block;
	line-height: 26px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
	background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
	border: 1px solid #3E8FF4;
	color: #2B63A8 !important;	
	text-decoration:none;
}

a.sm-btn:hover { opacity:0.8; }

.ahrefdva a {
color: rgb(5, 63, 138);
text-decoration: none;
display: inline-block;
margin: 0px 0px 0px 0px;
transition: color 0.2s ease-in;
text-decoration: underline;
}

.ahrefdva a:hover { 
color: rgb(23, 141, 219);
transition: color 0.2s ease-in;
}

input.sm-btn {
	display:block;
	cursor:pointer;
	font-size: 12px;
	font-weight: 700 !important;
	margin: 0px 5px 8px 0px;
	padding: 0px 14px;
	border-radius: 10px;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
	display: inline-block;
	line-height: 30px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
	background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
	border: 1px solid #3E8FF4;
	color: #2B63A8 !important;	
	text-decoration:none;
}

input.sm-btn:hover { opacity:0.8; }

.silver-bk {
	border: 2px dashed rgba(225,55,15,.5);
	box-shadow: 0px 0px 4px 8px rgba(225,35,15,.3);
	background-color: rgba(250, 245, 220, 0.95);
	padding: 15px; border-radius: 1em;
	color: #3f2323;
}

.inform {
	padding: 5px 15px;
	margin: 5px 2px;
	font-size: 18px;
	border-radius: 1em;
	background-color: rgba(250, 240, 225, 0.95);
	border: 1px dashed #6d271b;
	box-shadow: inset 0px 0px 1px 3px rgba(55, 35, 15, 0.1);
}

.list {
	padding: 5px 3px 5px 20px;
	margin: 3px 2px;
	font-size: 20px;
	border-radius: 1em 12px;
	background-color: rgba(250, 240, 225, 0.9);
	box-shadow: inset 0px 0px 1px 2px rgba(55, 35, 25, 0.1);
}
.list2 {
	border-radius: 1em 12px;
	font-weight: 700;
	padding: 2px 25px;margin-top: -2px; float: right;
	background-color:  rgba(95, 75, 15, 0.1);
	box-shadow: inset 0px 0px 1px 2px rgba(65, 35, 25, 0.1);
}
.struktur {
	font-family: 'Boomboom';
	text-align: center;
	text-transform: uppercase;
	padding: 25px 10px;
	margin: 3px 2px;
	font-size: 23px;
	border-radius: 12px;
	background-color: #f9efd5;
	box-shadow: 1px 2px 1px 2px rgba(125, 45, 25, 0.3);
	border: 2px dashed #fa720a;
}

.sm-line {
	width:100%;
	float:left;
	margin:5px 0px 5px 0px;
	font-size:14px;
    margin-left: 135px;
}

.fihmenus {
margin: 10px 0px 0px 15px;
border-radius: 10px;
border: 3px solid rgba(0, 131, 204, 0.5);
width: 170px;
height: 123px;
background: #fff;
float: left;
}

.sm-line-nt {
	
	margin:5px 0px 5px 0px;
	font-size:14px;

}

.sm-line-nt img {
border: 3px solid rgba(0, 131, 204, 0.5);
border-radius: 10px;
vertical-align: -13px;
width: 75px;
height: 75px;
}

.sm-line img {
border: 3px solid rgba(0, 131, 204, 0.5);
border-radius: 10px;
vertical-align: -13px;
margin: 0px 5px 0px 0px;
width: 35px;
height: 35px;
}


.bs-py {
	border: 1px solid #8d8d8d;
	border-radius:10px;
	background: url(../img/inpt-hov.png) repeat-x;
	width:115px;
	height:24px;
	color:#f77827;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}

.out-my {
	background: none;
	border: 1px solid #8d8d8d;
	border-radius:10px;
	background: url(../img/inpt.png) repeat-x;
	width:187px;
	height:24px;
	padding:0px 0px 0px 10px;
	margin:1px 0px 0px 0px;
}

.out-my:hover {
	background: url(../img/inpt-hov.png) repeat-x;
	width:187px;
	height:24px;
}


.serf {
	background-color: rgba(255, 250, 245, 0.8);
	border: 1px solid rgba(35, 30, 30, 0.2);
	border-radius: 4px;margin-bottom: 2px;
	padding: 0;
	color: #a64;
}
.serf-title { color: #732 !important;}
.serf-title:hover {color: #e65 !important;}
.serf:hover {background-color: rgba(255, 255, 255, 0.8);}

.serf h4{margin: 0;padding: 3px 5px;font-size: 22px;}
.serf h5{margin: 0;padding: 2px 5px;}
.serf h2{margin: 0;padding: 2px 0;font-size: 30px;line-height: 0.7;font-weight: 900;}

.moneta {
	text-align: center;color: #f2fff7;
	text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.2);
	padding: 3px 3px; margin-right: 2px;margin-top: 2px;
	border: 1px solid rgba(25, 35, 30, 0.4);
	border-radius: 4px;
}
.bg-vip {
	background: #6c4;
}
.bg-lite {
	background: #876;
}
/*############# FOOTER #############*/
.footer {
	margin-top: 100px;
	background: rgba(45, 20, 10, 0.95);
	position: relative;
	height: 140px;
}
.footer2 {
	background: url(../img/bg-foot.png) repeat-x;
	background-size: 300px;
	height: 60px;
	color: #fb740a;
	font-size: 18px;
	padding: 50px 0 0 0;
	width: 100%; z-index: 999;
	position: absolute; top: -20px;
}


.strela {
margin-top: -60px;
vertical-align: middle;
}



.btn {
	font-size: 1.3rem;
	font-family: "Boomboom", "AdigianaExtreme", sans-serif; 
	text-transform: uppercase;
	padding: 9px 17px !important;
	margin-top: -10px;
	border: 1px solid rgba(25,25,25,0.1);
	border-bottom: 6px solid rgba(25,25,25,0.2);
	box-shadow: inset 0px 0px 1px 2px rgba(235, 255, 245, 0.2);
	margin-bottom: 20px;color: #fff;
	background-color: #3a4;
	text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.5);
	border-radius: 14px 14px 16px 16px;
	cursor: pointer;
}

.btn:hover {
	margin-top: -8px;
	border: 1px solid rgba(25,25,25,0.1);
	border-bottom: 4px solid rgba(25,25,25,0.2);
}


.btn:active {opacity: 0.9;}

.btn-success { background-color: #3a4;}
.btn-warning { background-color: #f42;box-shadow: inset 0px 0px 1px 2px rgba(255, 235, 225, 0.2); }


#banners a img 
{ 
opacity:0.5; -moz-opacity:0.3; filter:alpha(opacity=40); 
} 

#banners a:hover img 
{ 
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); 
}
.colz {
    width: 75px;
    padding: 3px 2px 3px 2px;
    margin: 7px 0px 7px 0px;
    border: 2px solid rgb(204, 185, 140);
    background: rgb(246, 249, 245);
    color: rgb(165, 123, 49);
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#reg_1 {
    background: url('img/reg_1.png') no-repeat 0 center;
}
#reg_2 {
    background: url('img/reg_2.png') no-repeat 0 center;
}
#reg_3 {
    background: url('img/reg_3.png') no-repeat 0 center;
}
#reg_4 {
    background: url('img/reg_4.png') no-repeat 0 center;
}
#reg_6 {
    background: url('img/reg_6.png') no-repeat 0 center;
}
.poi {
     border: 1px solid #8c6c6c;
	 border-radius: 3px;
	}
	
.submenuha {
    padding: 0;
    margin: 0;
    list-style: none;
    background: rgba(19, 19, 19, 0.79);
    text-align: center;
    display: block;
    font-size: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.submenuha:before {
    content: '';
    height: 50%;
    display: inline-block;
}

.submenuha .list_menu {
    margin: 0 20px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #9b6840;
    background: #faf3d8;
}

.submenuha .list_menu .smtitle{
    color: #88462b;
    font-weight: bold;
}

.submenuha .list_menu:before, li {
    vertical-align: middle; 
}

.submenuha .list_menu a {
    display: block;
    text-decoration: none;
	width: 333px;
}

.data_table{
	box-sizing: border-box;
	padding: 5px 15px;
	margin: 5px 2px;
	font-size: 18px;
	border-radius: 1em;
	background-color: rgba(255, 245, 235, 0.95);
	box-shadow: inset 0px 0px 1px 3px rgba(45, 35, 25, 0.1);
}

.selectPS{
	display: inline-block;
	width: 130px;
	vertical-align: top;
	text-align: center;
	padding: 5px 1px 10px 1px;
	margin: 5px 5px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 3px 1px rgba(25, 25, 25, 0.1);
	cursor: pointer;
}
.selectPS:hover{
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 3px 2px rgba(25, 25, 25, 0.2);
}
.selectPS .imagesps{
	width: 52px;
	box-sizing: border-box;
	height: 52px;
	display: inline-block;
}
.selectPS label{
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.block_name {
	font-size: 26px;
	font-family: "AdigianaExtreme", sans-serif;
	text-shadow: 1px 2px 0px rgba(35, 25, 25, 0.3);
    border-bottom: 2px solid rgba(45, 35, 25, 0.3);
	border-radius: 1em;
    background: #fe740a;
    position: relative;
    color: #fff;
	width: 104%;
	margin: 15px -30px 15px -30px !important;
    padding: 5px 15px;
}
.block_name b {color: #fe4; }

.block {
	width: 80%;
	font-size: 22px;
	margin: 5px auto 25px;
	background: rgba(45, 35, 25, 0.1);
	border: 2px solid rgba(35, 30, 25, 0.1);
	border-bottom: 8px solid rgba(35, 30, 25, 0.1);
	border-radius: 2em;
	transition: background 0.2s ease-in;
}

.block_name2 {
	border-radius: 1em 2em 0;
	width: 100%;
	margin: 5px auto !important;
}


.block_img {
	width: 160px;
	height: 160px;
	background-size: 145px !important;
	display: block;
	position: relative;
	left: 25px;
}
.block:hover {
	background: rgba(25, 25, 25, 0.15);
	transition: background 0.3s ease-out;
}
.block:hover .block_img {
	background-size: 160px !important;
}
.block_list {
	width: 90%;
	position: relative;
	margin: 0 10px;
	padding: 0;
}
.block_ul {
	padding: 0;
	margin: 15px 0 20px 15px;
	background: rgba(65, 45, 25, 0.1);
	border: 1px solid rgba(65, 45, 25, 0.1);
	border-radius: 12px;
}
.block_ul li {
	color: #421;
	font-size: 20px;
	position: relative;
	padding: 5px 15px;
	border-bottom: 1px solid rgba(65, 35, 25, 0.2);
	list-style: outside none none;
}
.block_ul li:last-child {
	border-bottom: 0px solid #a57b31;
}
.clikkotosh {
	padding: 0px;
}
.kolvo {
	margin-top: -30px;
	margin-right: 10px;
	width: 100%;
	text-align: center;
}
.number {
	display: table;
	line-height: 0.7;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	width: 60%;
	margin: 0 auto;
	color: #333;
	border: 1px solid rgba(25, 25, 25, 0.1);
	background: rgba(25, 25, 25, 0.1);
	border-radius: 1em;
}
.nnn {
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	display: block;
	width: 100%;
}
.calc_pz {
	display: table-cell;
	width: 22px;
	padding: 1px 5px;
	margin: 0px;
	color: #c12;
	cursor: pointer;
	border-radius: 2px 1em 1em 2px;
	position: relative;
}
.calc_mz {
	display: table-cell;
	width: 22px;
	padding: 1px 5px;
	margin: 0px;
	color: #2a3;
	cursor: pointer;
	border-radius: 1em 2px 2px 1em;
	position: relative;
}
.colz {
	display: table-cell;
	width: 50px;
	height: 18px;
	margin: 0px;
	border: 0px solid rgba(25, 25, 25, 0.2);
	background: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #654;
}
.alert {
	color: #291A18;
	margin: 5px 0;
	font-size: 20px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 250, 245, 0.9);
	box-shadow: inset 0px 0px 1px 3px rgba(25, 25, 25, 0.1);
	border-radius: 1em;
}
.error {
	color: #EE3327;
}
.good {
	color: #33cE2B;
}