/* Шрифты */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700,600&subset=latin,cyrillic-ext);
@font-face {
    font-family: 'kelson_sans_ru';
    src: url('kelson_sans_bold_ru-webfont.eot');
    src: url('kelson_sans_bold_ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('kelson_sans_bold_ru-webfont.woff') format('woff'),
         url('kelson_sans_bold_ru-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'kelson_sans_ru';
    src: url('kelson_sans_regular_ru-webfont.eot');
    src: url('kelson_sans_regular_ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('kelson_sans_regular_ru-webfont.woff') format('woff'),
         url('kelson_sans_regular_ru-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}







/* Основа всея и всего */
.sec-cont {
	background: url(../img/main.png) top center no-repeat;
	overflow: auto;
}



/* Заголовок */
.sec-title {
	text-align: center;
	height: 73px;
	line-height: 68px;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,.5);
	background: url(../img/title.png) center no-repeat;
	font-size: 16px;
	-moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}



/* Столбцы под скин и планки */
.sec-skin {
	float: left;
}

.sec-stats {
	float: right;
	width: 327px;
	margin: 0 22px 0;
}

@-moz-document url-prefix() { 
	.sec-stats {
		margin: 0 21px 0;
	}
}




/* Место под скин */
.sec-place {
	width: 205px;
	height: 467px;
	overflow: hidden;
	margin: 69px 0 0 53px;
	background: center no-repeat;
}


/* Плавный эффект */
.sec-btn,
.sec-stats a {
	background: url(../img/buttons1.png) no-repeat;
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	font-size: 0;
	
}

.sec-btn:hover,
.sec-stats a:hover {
	opacity: 1;
	-moz-opacity: 1;
}



/* Кнопка "Установить скин" */
.sec-btn-skin {
	background-position: -326px 0;
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 68px;
	opacity: 0;
	-moz-opacity: 0;
	outline: none;
	position: relative;
	margin: 47px 0 0 38px;
	width: 100%;
}



/* Основа планок */
.sec-stats ul {
	list-style: none;
	margin: 59px 0 0;
	padding: 0;
}

.sec-stats li {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}



/* Планка "Баланс" */
.sec-item1 {
	line-height: 42px;
	height: 50px;
	padding: 0 50px;
	text-align: right;
	text-shadow: 0 2px 0 rgba(0,0,0,.46);
}


.sec-green {
	color: #57b160;
}



/* Планка "Пополнить счет" */
.sec-item2 a {
	line-height: 66px;
	height: 66px;
	background-position: 0 0;
	margin: 8px 0 0;
}



/* Планка "Купить VIP" */
.sec-item3 a {
	line-height: 72px;
	height: 72px;
	background-position: 0 -66px;
}



/* Планка "Магазин товаров" */
.sec-item4 a {
	line-height: 65px;
	height: 65px;
	background-position: 0 -138px;
}



/* Планка "Статус аккаунта" */
.sec-item5 {
	line-height: 71px;
	height: 71px;
	text-align: right;
	padding: 0 40px;
}

.sec-item5 > span {
	display: inline-block;
	width: 102px;
	text-align: center;
}



/* Планка "Проиграно часов" */
.sec-item6 {
	line-height: 69px;
	height: 69px;
	text-align: right;
	padding: 0 40px;
}
	
.sec-item6 > span {
	display: inline-block;
	width: 102px;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0,0,0,.46);
}



/* Планка "Дата регистрации" */
.sec-item7 {
	line-height: 69px;
	height: 69px;
	text-align: right;
	padding: 0 40px;
}
	
.sec-item7 > span {
	display: inline-block;
	width: 102px;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0,0,0,.46);
}



/* Планка "Форум" */
.sec-item8 a {
	line-height: 64px;
	height: 64px;
	background-position: 0 -203px;
}



/* Планка "Тех. поддержка" */
.sec-item9 a {
	line-height: 50px;
	height: 50px;
	background-position: 0 -267px;
}



/* Меню в магазине */
.sec-nav {
	background: url('../img/buttons2.png') no-repeat;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sec-tab1 a {
	background: url(../img/buttons2.png) 0 -57px no-repeat;
}

.sec-tab2 a {
	background: url(../img/buttons2.png) -168px -57px no-repeat;
}

.sec-tab3 a {
	background: url(../img/buttons2.png) -335px -57px no-repeat;
}

.sec-tab4 a {
	background: url(../img/buttons2.png) -503px -57px no-repeat;
}

.sec-nav li {
	line-height: 57px;
	float: left;
	width: 25%;
	text-align: center;
	
}

.sec-nav li a {
	display: block;
	height: 57px;
	font-size: 0;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sec-nav li a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

.sec-nav li:first-child a{
	margin-left: 0;
}




/* Горячие товары */
.sec-shop {
	background: url(../img/hot-items.png) no-repeat;
}

.sec-hot-items {
	
	height: 358px;
}

.sec-hot-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 105px;
}

.sec-hot-items li {
	display: inline-block;
	width: 118px;
	
	margin: 4px;
	
}

.sec-hotitem-title {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	
	line-height: 26px;
	margin-top: 2px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-shadow: 0 1px rgba(0,0,0,.75);
}

.sec-hot-items img {
	height: 24px;
	cursor: pointer;
	position: relative;
	right: 2px;
}

.sec-hot-items img:hover {
	-webkit-animation: rotateicon .7s infinite;
	-moz-animation: rotateicon .7s infinite;
	-o-animation: rotateicon .7s infinite;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

@-webkit-keyframes rotateicon {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-6deg);
	}
	50% {
		-webkit-transform: rotate(9deg);
	}
	75% {
		-webkit-transform: rotate(-6deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes rotateicon {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-6deg);
	}
	50% {
		-webkit-transform: rotate(9deg);
	}
	75% {
		-webkit-transform: rotate(-6deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}
@-o-keyframes rotateicon {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-6deg);
	}
	50% {
		-webkit-transform: rotate(9deg);
	}
	75% {
		-webkit-transform: rotate(-6deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}

.sec-hot-items input[type="text"] {
	display: block;
	margin: 13px auto 4px;
margin-bottom: 1px;
	width: 88px;
	border: 0;
	outline: none;
	font-family: 'Open Sans';
	font-size: 11px;
	text-align: center;
	background: none;
	color: #fff;
	text-shadow: 0 1px  0 rgba(0,0,0,.75);
}

.sec-hotitem-price {
	color: #fff;
	font-size: 10.5px;
	text-shadow: 0 1px  0 rgba(0,0,0,.75);
	white-space: nowrap;
}

.sec-lgreen {
	color: #5cff6b;
	font-weight: normal;
}

.sec-hot-items input[type="submit"] {
	border: 0;
	height: 32px;
	width: 93px;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: url(../img/buttons3.png) 0 0 no-repeat;
	font-size: 0;
	margin-top: 2px;
	margin-left: 3px;
}

.sec-hot-items input[type="submit"]:hover {
	background-position: 0 -32px;
}

.sec-hot-items input[type="submit"]:active {
	background-position: 0 -64px;
}










/* Товары */
.sec-items {
	
}

.sec-items ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.sec-items li {
	
	display: inline-block;
	width: 118px;
	margin: 4px;
	height: 157px;
	background: url(../img/item.png) center no-repeat;
	
}


.sec-item-title {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	
	line-height: 40px;
	white-space: nowrap;
	text-shadow: 0 1px rgba(0,0,0,.75);
	
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

.sec-items img {
	height: 24px;
	cursor: pointer;
}

.sec-items img:hover {
	-webkit-animation: rotateicon .7s infinite;
	-moz-animation: rotateicon .7s infinite;
	-o-animation: rotateicon .7s infinite;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}


.sec-items input[type="text"] {
	display: block;
	margin: 10px auto 4px;
margin-bottom: 2px;
	width: 72px;
	border: 0;
	outline: none;
	font-family: 'Open Sans';
	font-size: 11px;
	text-align: center;
	background: none;
	color: #fff;
	text-shadow: 0 1px  0 rgba(0,0,0,.75);
	
}

.sec-item-price {
	color: #fff;
	font-size: 10.5px;
	text-shadow: 0 1px  0 rgba(0,0,0,.75);
	white-space: nowrap;
}


.sec-items input[type="submit"] {
	border: 0;
	height: 29px;
	width: 95px;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: url(../img/buttons4.png) 0 0 no-repeat;
	font-size: 0;
	margin-top: 4px;
	margin-left: 3px;
}

.sec-items input[type="submit"]:hover {
	background-position: 0 -29px;
}

.sec-items input[type="submit"]:active {
	background-position: 0 -58px;
}






/* Профиль */
.sec-profile {
	max-width: 260px;
	background: url(../img/buttons5.png) left bottom no-repeat;
	margin: auto;
}

.sec-avatar {
	width: 102px;
	height: 102px;
	border: 2px solid #745228;
	margin: auto;
	background: center no-repeat;
}

.sec-avatar-descr {
	height: 19px;
	background: rgba(0,0,0,.69);
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	border-top: 1px solid rgba(255,255,255,.13);
	margin-top: 82px;
	position: relative;
}

.sec-profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sec-profile li {
	float: left;
	
	font-size: 0;
	cursor: pointer;
}

.sec-profile a{
	display: block;
	height: 45px;
	background: url(../img/buttons5.png) no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sec-profile-tab1 a {
	width: 130px;
	background-position: -260px -15px;
}

.sec-profile-tab2 a {
	width: 129px;
	background-position: -390px -15px;
}

.sec-profile-tab3 a {
	width: 154px;
	height: 40px;
	background-position: -260px -60px;
}

.sec-profile-tab4 a {
	width: 106px;
	height: 40px;
	background-position: -414px -60px;
}

.sec-profile a:hover {
	opacity: 1;
	-moz-opacity: 1;
}


.sec-btn-logout {
	margin: auto;
	
	font-size: 0;
	background: url(../img/buttons6.png) 0 0 no-repeat;
	width: 134px;
}

.sec-btn-logout a {
	display: block;
	background: url(../img/buttons6.png) 0 -49px no-repeat;
	height: 49px;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sec-btn-logout a:hover {
	opacity: 1;
	-moz-opacity: 1;
}



/* Модальное окно */
.sec-fade {
	background: rgba(0,0,0,.68);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.sec-modal {
	background: url(../img/modal-middle.png) repeat-y center;
	width: 866px;
	
	position: fixed;
	display: none;
	left: 50%;
	margin: 0 -433px 0;

}

.sec-modal2 {
	background: url(../img/modal-top.png) top center no-repeat;
	margin-top: -179px;
}

.sec-modal3 {
	background: url(../img/modal-bottom.png) bottom center no-repeat;
	min-height: 375px;
	margin-bottom: -190px;
}



.sec-wide {
	width: 1084px;
	height: 768px;
	margin: -363px -542px 0;
	top: 50%;
	background: url(../img/status1.png) no-repeat top center;
}

.sec-wide .sec-modal-close {
	top: 70px;
	right: 82px;
}


.sec-modal-close {
	width: 22px;
	height: 22px;
	background: url(../img/modal-q.png) no-repeat;
	position: absolute;
	right: 72px;
	top: -109px;
	cursor: pointer;
}

.sec-modal-close:hover {
	background-position: 0 -22px;
}

.modal-content {
	padding: 90px 80px;
}

.modal-title {
	text-align: center;
	font-family: 'kelson_sans_ru';
	font-weight: bold;
	color: #755a37;
	font-size: 19px;
}

.sec-balance {
	line-height: 80px;
	height: 86px;
	background: url('../img/balance.png') center no-repeat;
	text-align: center;
	margin-top: 40px;
}

.sec-balance {
	font-family: 'kelson_sans_ru';
	font-size: 19px;
	color: #fff;
}
	
.sec-modal-input {
	border: 2px solid #985c34;
	line-height: 34px;
	height: 36px;
	display: inline-block;
	background: #fff;
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	color: #aba8a8;

	font-family: 'kelson_sans_ru';
	font-size: 13px;
	cursor: text;
	padding-right: 12px;
	margin: 0 6px;
	position: relative;
	right: -25px;
	top: 1px;
	z-index: 101;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 244px;
	text-align: left;
	
	  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.sec-summ {
	position: relative;
	top: 3px; 
	left: 25px;
	  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  
  cursor: default;
}

.sec-balance  input[type="text"] {
	border: none;
	line-height: 30px;
	height: 30px;
	padding-left: 12px;
	width: 180px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #8acf41;
	font-family: 'kelson_sans_ru';
	font-size: 13px;
	outline: none;
	background: none;
	margin: 0;
}

.sec-balance  input[type="submit"] {
	width: 199px;
	height: 82px;
	font-size: 0;
	border: 0;
	background: url(../img/balance2.png);
	cursor: pointer;
	position: relative;
	top: -4px;
	right: 9px;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	outline: none;
	z-index: 99;
}

.sec-balance  input[type="submit"]:hover {
	opacity: 1;
	-moz-opacity: 1;
}

.uppercase {
	text-transform: uppercase;
}

.sec-modal-faq {
	font-family: 'kelson_sans_ru';
	color: #634f47;
	font-size: 15px;
	margin: 10px 0;
}

.sec-line {
	height: 2px;
	background: #e8c57c;
	opacity: .5;
	margin: 10px 0;
}

.sec-line:first-child {
	margin-top: 0;
}

.sec-red {
	color: #802b2b;
}

.sec-black {
	color: #301306;
}

.sec-greeen {
	color: #546e1b;
}

.sec-blue {
	color: #132753;
}

.sec-light-red {
	color: #d23434;
}

.sec-modal-descr {
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}

.sec-align-center {
	text-align: center;
}


.sec-modal-balance {
	display: inline-block;
	background: url(../img/brown.png) repeat-x;
	height: 31px;
	line-height: 31px;
	font-family: 'kelson_sans_ru';
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0 7px;
	float: right;
	margin-top: -23px;
	margin-right: 28px;
	text-shadow: 0 2px 0 rgba(0,0,0,.37);
}

.sec-balance1 {
	text-transform: uppercase;
}

.sec-balance2 {
	color: #b4de36;
}

.sec-clear {
	clear: both;
}

.sec-balance3 {
	font-size: 10px;
	text-transform: uppercase;
}

.sec-services {
	margin-top: 20px;
}

.sec-services input[type="submit"] {
	height: 38px;
	width: 100%;
	border: 0;
	outline: none;
	cursor: pointer;
	background: url(../img/buy3.png) center no-repeat;
	font-size: 0;
	margin: 12px -2px 0;
	padding: 0;
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.sec-services input[type="submit"]:hover {
	opacity: 1;
	-moz-opacity: 0;
}

.sec-services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sec-services >ul > li {
	width: 25%;
	float: left;
	background: url(../img/status.png) top center no-repeat;
	height: 495px;
}

.sec-services-title {
	height: 86px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'kelson_sans_ru';
	font-weight: bold;
	color: #fff;
	text-shadow: 0 3px 4px rgba(0,0,0,.39);
	font-size: 18px;

}

.sec-services-rating {
	width: 150px;
	margin: 5px auto 0;
	background: url(../img/rating.png) no-repeat;
}

.sec-services-stars {
	height: 25px;
	width: 0;
	background: url(../img/rating.png) 0 -25px no-repeat;
	cursor: default;
}

.sec-services-stars.one {
	width: 30px;
}

.sec-services-stars.two {
	width: 60px;
}

.sec-services-stars.three {
	width: 90px;
}

.sec-services-stars.four {
	width: 120px;
}

.sec-services-stars.five {
	width: 150px;
}

.sec-services-descr {
	margin-top: 7px;
	line-height: 18px;
	padding: 0 40px;
	color: #fff;
	font-family: 'kelson_sans_ru';
	font-size: 15px;
	text-align: center;
	height: 82px;
}

.sec-services-opp {
display: block;
text-decoration: none;
	line-height: 28px;
	text-align: center;
	font-family: 'kelson_sans_ru';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #eb7237;
	text-shadow: 0 3px 4px rgba(0,0,0,.39);
	cursor: pointer;
	margin-bottom: 15px;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
}

.sec-services-opp:hover {
	color: #f98e46;
}






/* Селект */
.select {
	width: 161px;
	margin: auto;
	position: relative;
	z-index: 999;
}

.slct {
	display: block;
	width: 161px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 34px;
	height: 38px;
	background: url(../img/select.png) top center no-repeat;
	padding: 4px 15px 4px 10px;
	color: #7c5a47;
	font-family: 'kelson_sans_ru';
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;

	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	

}
.slct.active {
	
}
.drop {
	margin: 0;
	padding: 0;
	width: 157px;
	border: 2px solid #955933;
	border-top: none;
	display: none;
	position: absolute;
	background: #ede3dd;
}
.drop li {
	list-style: none;
	cursor: pointer;
	display: block;
	color: #955933;
	padding: 0 10px;
	line-height: 24px;
	font-family: 'kelson_sans_ru';
	font-size: 13px;
	
	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
}
.drop li:hover {
	background: #955933;
	color: #fff;
}


.sec-price-service {
	height: 70px;
	background: url(../img/newprice.png) 0 0 no-repeat;
	position: relative;
	top: 10px;
}

.modal-content > div {
	display: none;
}

.sec-wide .modal-content > div {
	display: block;
}

.wide-balance {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 0;
	margin: auto;
	position: relative;
	top: 20px;
}


.sec-services{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.sec-services-descr {
	cursor: default;
}

.sec-services-title {
	cursor: pointer;
}

.pass-pass {
	width: 262px;
	
	font-size: 0;
	background: url(../img/pass.png) top center no-repeat;
	position: relative;
left: 20px;
top: -17px;
}

.head-pass {
	cursor: pointer;
	height: 48px;
	background: url(../img/pass3.png);
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.head-pass:hover {
	opacity: 1;
	-moz-opacity: 1;
}

.pass-content {
	display: none;
	text-align: center;
}

.pass-content input[type=password] {
	border: 2px solid #955933;
	height: 20px;
	width: 165px;
	outline: none;
	padding: 0 4px;
	margin: 2px 0;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.27);
}


.pass-content input[type=submit] {
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 0;
	display: block;
	width: 118px;
	height: 46px;
	margin: auto;
	background: url(../img/pass2.png) no-repeat;
	margin-top: 17px;
	opacity: 0;
	position: relative;
	right: 2px;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.pass-content input[type=submit]:hover {
	opacity: 1;
	-moz-opacity: 1;
}

.super-errors {
height: 36px;
margin-top: -36px;
text-align: center;
position: relative;
top: 62px;
color: #922626;
}


.logomask1 {
	width: 400px;
	height: 100px;
	position: absolute;
	z-index: 665;
	top: 360px;
	left: 50%;
	margin-left: -200px;
}

.logomask2 {
	width: 400px;
	height: 100px;
	position: absolute;
	z-index: 665;
	bottom: 100px;
	left: 50%;
	margin-left: -200px;
}


.shopinfo34 {
	text-align: center;
	padding: 50px 0;
	 font-family: 'kelson_sans_ru';
}

.day-itemname {
	 font-family: 'kelson_sans_ru';
	 font-weight: bold;
	 color: #613b25;
	 font-size: 19px;
}

.dayitem {
	text-align: center;
}

.dayitem > img {
	margin: 10px 0;
}

.dayitem-server {
	font-family: 'kelson_sans_ru';
	 color: #613b25;
	 font-size: 17px;
	  font-weight: bold;
}

.dayitem-price {
	height: 77px;
	line-height: 77px;
	background: url(../img/dayitem.png) center no-repeat;
	color: #fff;
	font-family: 'kelson_sans_ru';
	margin: 10px 0;

}

.old-price {
	text-decoration: line-through;
	color: #e43838;
}

.old-price2 {
	color: #fff;
}

.new-price {
	font-size: 19px;
	font-family: 'kelson_sans_ru';
	 font-weight: bold;
}

.dayitem-button {
	margin-left: -17px;
	background: url(../img/dayitem1.png) 0 0 no-repeat;
}

.dayitem-submit {
display: block;
	height: 69px;
	width: 100%;
	border: 0;
	background: url(../img/dayitem1.png) 0 -69px no-repeat;
	outline: none;
	font-size: 0;
	cursor: pointer;
	
	opacity: 0;
	-moz-opacity: 0;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
}

.dayitem-submit:hover {
	opacity: 1;
	-moz-opacity: 1;
}

.addbalance35 {
font-family: 'kelson_sans_ru';
	 font-weight: bold;
	 text-decoration: none;
	 font-size: 15px;
	 color: #522f1b;
}

.addbalance35:hover {
	color: #d49934;
}

.activetab {
	opacity: 1 !important;
}

.has-copied {
	display: none;
}

.dlitelnost {
	margin-top: 5px;
	z-index: 800;
}

.ebanabutton {
	position: relative;
}