/* Fonts */

@font-face {
    font-family: 'Tandelle';
    src: url('../fonts/tandelle/tandelle.eot');
    src: url('../fonts/tandelle/tandelle.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tandelle/tandelle.woff') format('woff'),
         url('../fonts/tandelle/tandelle.ttf') format('truetype'),
         url('../fonts/tandelle/tandelle.svg#tandelle') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'ClearSansBold';
    src: url('../fonts/clearsans_bold/clearsansb.eot');
    src: url('../fonts/clearsans_bold/clearsansb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans_bold/clearsansb.woff') format('woff'),
         url('../fonts/clearsans_bold/clearsansb.ttf') format('truetype'),
         url('../fonts/clearsans_bold/clearsansb.svg#clear_sansbold') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'ClearSansLight';
    src: url('../fonts/clearsans_thin/clearsanst.eot');
    src: url('../fonts/clearsans_thin/clearsanst.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans_thin/clearsanst.woff') format('woff'),
         url('../fonts/clearsans_thin/clearsanst.ttf') format('truetype'),
         url('../fonts/clearsans_thin/clearsanst.svg#clear_sans_thinregular') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'ClearSansRegular';
    src: url('../fonts/clearsans_regular/clearsans.eot');
    src: url('../fonts/clearsans_regular/clearsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans_regular/clearsans.woff') format('woff'),
         url('../fonts/clearsans_regular/clearsans.ttf') format('truetype'),
         url('../fonts/clearsans_regular/clearsans.svg#clear_sansregular') format('svg');
    font-style: normal;
}

/* General */

body {
	padding: 0 0 50px 0;
	background: url("../graphics/background_pattern.png") #f6eddf;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/background_pattern.svg") #f6eddf;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/background_pattern.svg") #f6eddf;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/background_pattern.svg") #f6eddf;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/background_pattern.svg") #f6eddf;
	background: linear-gradient(transparent, transparent), url("../graphics/background_pattern.svg") #f6eddf;
	background-size: 20px auto;
	background-attachment: fixed;
	font-family: "ClearSansRegular";
	font-size: 13px;
	width: 1050px;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 800px) {
	body {
		width: auto !important;
	}
	header {
		width: auto !important;
		height: auto !important;
		text-align: center;
	}
	header .block {
		float: none !important;
		display: block !important;
		margin: 20px auto !important;
		text-align: left;
	}
	header .block:last-child {
		margin-bottom: 40px;
	}
	header .block .ya-site-form {
		margin-top: 130px !important;
		position: relative;
	}
	header .ya-share2 {
		margin-top: -186px !important;
	}
	header .bet-header {
		height: 104px;
	}
	header .bet-header .logo-link {
		width: auto;
		float: none;
		display: inline-block;
	}
	header .bet-header .logo-link .logo {
		width: 40px;
		height: 40px;
		padding-top: 9px;		
	}	
	header .bet-header .logo-link .description {
		display: block;
		white-space: nowrap;
	}
	header .ya-share2__item {
		padding-right: 2px;
	}
	header .ya-share2-block {
		width: 90%;
		float: none;
		padding-left: 5px;	
	}	
	header .bet-header .contacts-block {
		height: auto;
		float: none;
		right: -50%;
		position: relative;
		margin-left: -145px;
		margin-top:  -173px;
	}	
	header .bet-header .sign-block {
		float: none;
		width: auto;
		display: inline-block;
		padding-right: 0px;
		margin-top:  7px;
	}	
	nav {
		width: auto !important;
		text-align: center;
		margin: 10px 0 20px 0 !important;
		height: 20px !important;
	}
	nav .item {
		margin: 5px;
		display: inline-block !important;
		border-radius: 3px;
	}
	nav .item a {
		border: 1px solid #47ac9d !important;
		line-height: 18px !important;
	}
	section.content {
		width: auto !important;
		margin: 0 10px !important;
		border-top: 1px solid #f6e8d3;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	section.content.columns {
		display: block !important;
	}
	section.content.columns .left {
		width: auto !important;
		height: auto !important;
		background: none !important;
		text-align: center;
		display: block !important;
	}
	section.content.columns .right {
		width: auto !important;
		display: block !important;
		border-left: 0 !important;
	}
	section.content.columns .right .clear_fix {
		margin-bottom: 20px;
	}
	section.content.columns .right .item {
		clear: none !important;
		margin-top: 0 !important;
		margin-bottom: 10px;
		line-height: normal !important;
		width: auto !important;
	}
	section.content.columns .right .item .name {
		float: none !important;
		display: inline-block;
		color: gray;
		width: 35% !important;
		margin-bottom: 0 !important;
	}
	section.content.columns .right .item .value {
		float: none !important;
		display: inline-block;
		width: 60% !important;
	}
	section.content.columns .right .item .value input {
		width: auto !important;
	}
	footer .footer-menu {
		display: none !important;
	}
	footer {
		width: auto !important;
		margin: 0 10px !important;
	}
	footer .copyright {
		width: auto !important;
	}
	footer .social {
		margin-right: 0 !important;
	}
	section.content.entry .wbuttons {
		display: block !important;
	}
	section.content.entry #timer_1 {
		display: none !important;
	}
	section.content.entry .table-wrap {
		overflow: auto !important;
	}
	section.content.entry img {
		max-width: 100% !important;
		height: auto !important;
	}
	section.content.entry .screen1 {
		display: none !important;
	}
	section.content.entry .value {
		width: auto !important;
	}
	section.content.entry > div {
		word-wrap: break-word !important;
	}	
	section.content.entries > div {
		width: auto !important;
		float: none !important;
	}
	section.content.entries .select {
		width: 250px !important;
	}
	section.content.entries .item .value input[type="text"], .item .value textarea {
		width: 250px !important;
	}
	section.content.entries .value {
		width: auto !important;
	}	
	section.content.main_page > div {
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
	}
	section.main_page .new_entry1 {
		display: none !important;
	}
	section.main_page .inform_block, section.entries .inform_block {
		height: auto !important;
	}
	section.main_page .inform_block_left, section.entries .inform_block_left {
		height: auto !important;
	}
	section.entries .partners {
		height:290px;
		text-align: center;
	}	
	section.entries .partners .partners_block {
		width: auto;
		float: none;
	}
	section.entries .partners .circle {
		float: none;
		margin: 5px;
		display: inline-block;
	}	
	section.content.rating_page > div {
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
	}
	.pay_button {
		width: 90px !important;
	}
	section.content.signup > div {
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
	}
	section.content.signup #vk_groups {
		margin: 0 auto;
	}
	section.content.signup .item, section.content.remind .item {
		clear: none !important;
		margin-top: 0 !important;
		margin-bottom: 10px;
		line-height: normal !important;
		width: auto !important;
	}
	section.content.signup .item .name, section.content.remind .item .name {
		float: none !important;
		display: inline-block;
		color: gray;
		width: 35% !important;
		margin-bottom: 0 !important;
	}
	section.content.signup .item .value, section.content.remind .item .value {
		float: none !important;
		display: inline-block;
		width: 60% !important;
	}
	section.content.signup .item .value input, section.content.remind .value input {
		width: auto !important;
	}
	section.content .item.captcha .value input {
		width: 186px !important;
		border-top-right-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
	}
	section.content .item.captcha .image {
		vertical-align: baseline !important;
		margin-left: 0 !important;
		position: static !important;
	}

	.work-buy-block .about-work {
		float: none !important;
		width: 100% !important;
	}

	.work-buy-block .alternative {
		float: none !important;
		margin: 20px 50% 20px 50% !important;
		left: -20px !important;
		position: relative !important;
	}

	.work-buy-block .buy-work, .work-buy-block .download-work {
		width: 100% !important;
	}

	.work-buy-block .order-work {
		width: 100% !important;
	}
}

header, footer, article, section, nav, menu, hgroup {
	display: block;
}

h1, h2.sitename {
	margin: 0;
	font-family: "ClearSansBold";
	font-size: 16px;
	text-transform: uppercase;
	color: #3e3e3e;
	clear: both;
	text-shadow: 0 1px 1px white;
    font-weight: normal;
    line-height: 20px;
}

.block-content h2, .main_page h2, .main_page h3, .entries h2, .new_referats, h2.slogan {
	margin: 0;
	font-family: "ClearSansBold";
	font-size: 16px;
	text-transform: uppercase;
	color: #3e3e3e;
	clear: both;
	text-shadow: 0 1px 1px white;
    font-weight: normal;
    line-height: 20px;
}

h1.slogan, h2.slogan {
    text-align: center;
    font-family: "ClearSansRegular";
    font-weight: normal;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	font-family: "ClearSansBold";
}

b {
	font-weight: normal;
	font-family: 'ClearSansBold';
}

hr {
	border-top: 1px solid #e3e3e3;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

a:link, a:visited {
	color: #29b29d;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	line-height: 18px;
}

input[type="text"], input[type="password"], input[type="number"] {
	border: 1px solid #d9d9d9;
	padding: 7px;
	border-radius: 5px;
	outline: none;
	width: 298px;
	font-size: 12px;
	margin-bottom: 7px;
}

textarea {
	border: 1px solid #d9d9d9;
	padding: 7px;
	margin: 0;
	border-radius: 5px;
	outline: none;
	font-size: 12px;
}

ul {
	list-style: none;
	padding-left: 20px;
}

ul li {
	display: block;
	background: url("../graphics/square.png") left center no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/square.svg") left center no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/square.svg") left center no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/square.svg") left center no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/square.svg") left center no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/square.svg") left center no-repeat;
	padding-left: 15px;
	line-height: 16px;
}

ol {
	padding-left: 35px;
}

ol li {
	line-height: 16px;
}

.clear_fix {
	clear: both;
}

#error {
	position: fixed;
	background: #f39797;
	top: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	border-bottom-right-radius: 5px;
	padding: 0 10px;
	color: #3e3e3e;
	font-size: 12px;
}

.error {
	color: #cc0000;
	margin-bottom: 0;
}

.success {
	color: #0078ff;
}

.neutral {
	color: gray;
}

/* Table styles */

section.content.pay_access table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0; 
}

section.content.pay_access table td {
	padding: 10px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	background: #fafafa;
}

section.content.pay_access table tr:first-child td {
	text-align: center;
}

section.content.pay_access table tr:last-child td {
	border-bottom: 1px solid #d9d9d9;
}

section.content.pay_access table tr td:last-child {
	border-right: 1px solid #d9d9d9;
}

section.content.pay_access table tr:first-child td:first-child {
	border-top-left-radius: 5px;
}

section.content.pay_access table tr:first-child td:last-child {
	border-top-right-radius: 5px;
}

section.content.pay_access table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

section.content.pay_access table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

/* Form elements */

.button input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	padding: 10px;
	opacity: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
}

button.inline, .button.inline {
	display: inline-block;
}

button, .button {
	border: 1px solid #5daa92;
	color: white !important;
	font-size: 13px;
	overflow: hidden;
	display: block;
	margin: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-top-style: solid;
	text-align: center;
	position: relative;
	font-family: "ClearSansRegular";
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 5px;
	text-shadow: 0 1px 1px #4d8c78;
	cursor: pointer;
	background: #5fc5b6;
	background: -moz-linear-gradient(#5fc5b6, #29b29d);
	background: -webkit-linear-gradient(#5fc5b6, #29b29d);
	background: -o-linear-gradient(#5fc5b6, #29b29d);
	background: -ms-linear-gradient(#5fc5b6, #29b29d);
	background: linear-gradient(#5fc5b6, #29b29d);
	-webkit-font-smoothing: antialiased;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
}

button.disable, .button.disable {
	cursor: default;
	background: -moz-linear-gradient(#c4c4c4, #afafaf);
	background: -webkit-linear-gradient(#c4c4c4, #afafaf);
	background: -o-linear-gradient(#c4c4c4, #afafaf);
	background: -ms-linear-gradient(#c4c4c4, #afafaf);
	background: linear-gradient(#c4c4c4, #afafaf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#afafaf');
	border: 1px solid #ababab;
	text-shadow: 0 1px 1px #919191;
}

button.big, .button.big {
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	vertical-align: middle;
	padding: 0 20px;
}

button:hover:not(.disable), .button:hover:not(.disable) {
	background: #7fd1c4;
	text-decoration: none;
	background: -moz-linear-gradient(#74cdbf, #29b29d);
	background: -webkit-linear-gradient(#74cdbf, #29b29d);
	background: -o-linear-gradient(#74cdbf, #29b29d);
	background: -ms-linear-gradient(#74cdbf, #29b29d);
	background: linear-gradient(#74cdbf, #29b29d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74cdbf', endColorstr='#29b29d');
}

button:active:not(.disable), .button:active:not(.disable) {
	background: #29b29d;
	text-indent: 0;
	background: -moz-linear-gradient(#29b29d, #5fc5b6);
	background: -webkit-linear-gradient(#29b29d, #5fc5b6);
	background: -o-linear-gradient(#29b29d, #5fc5b6);
	background: -ms-linear-gradient(#29b29d, #5fc5b6);
	background: linear-gradient(#29b29d, #5fc5b6);
	text-shadow: 0 -1px 1px #4d8c78;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b29d', endColorstr='#5fc5b6');
	padding-top: 1px;
	height: 29px;
	text-decoration: none;
}

button.big:active:not(.disable), .button.big:active:not(.disable) {
	height: 35px;
}

doesnotexist:-o-prefocus, button:not(.disable) {
	line-height: 30px;
}

doesnotexist:-o-prefocus, button.big:not(.disable) {
	line-height: 35px;
}

doesnotexist:-o-prefocus, button:active:hover:not(.disable) {
	text-indent: -1px;
	padding-right: 16px;
}

doesnotexist:-o-prefocus, button.big:active:not(.disable), button:active:not(.disable) {
	padding-top: 0;
}

doesnotexist:-o-prefocus, button.big:active:hover:not(.disable) {
	padding-right: 21px;
}

.select {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}

.select .selected {
	border-radius: 5px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background: white;
	font-size: 12px;
	line-height: 29px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}

.select.showed .selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow-x: visible;
}

.select .selected .triangle {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333333;
	margin-top: 13px;
	margin-left: 6px;
}

.select.showed .selected .triangle {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #333333;
	border-top: 0;
}

.select .options {
	position: absolute;
	display: none;
	background: white;
	width: 100%;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
	z-index: 2;
	max-height: 250px;
	overflow-y: auto;
}

.select .options a.item {
	display: block;
	color: #3e3e3e;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	transition: .5s ease;
}

.select .options a.item:hover {
	text-decoration: none;
	background: #f5f5f5;
}

.select .options a.item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

input[type="radio"] {
    display: none;
}

label.for_radio {
	cursor: pointer;
	line-height: 16px;
	vertical-align: middle;
}

label.for_radio > span {
    background: url("../graphics/radio_button.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/radio_button.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/radio_button.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/radio_button.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/radio_button.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/radio_button.svg") no-repeat;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

label.for_radio input[type="radio"] + span {
    background-position: 0 0;
}

label.for_radio:hover input[type="radio"] + span {
    background-position: 0 -16px;
}

label.for_radio input[type="radio"]:checked + span {
    background-position: 0 -32px;
}

label.for_radio:hover input[type="radio"]:checked + span {
    background-position: 0 -48px;
}

/* Alert messages */

.alert {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 200px !important;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
	z-index: 5;
}

.alert .title {
	background: #5fc5b6;
	padding: 5px 10px;
	background: -moz-linear-gradient(#5fc5b6, #29b29d);
	background: -webkit-linear-gradient(#5fc5b6, #29b29d);
	background: -o-linear-gradient(#5fc5b6, #29b29d);
	background: -ms-linear-gradient(#5fc5b6, #29b29d);
	background: linear-gradient(#5fc5b6, #29b29d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #5daa92;
}

.alert .title .text {
	font-family: 'ClearSansBold';
	color: white;
	height: 18px;
	line-height: 18px;
}

.alert .title .close {
	display: block;
	float: right;
	width: 11px;
	margin-top: 4px;
	height: 11px;
	background: url("../graphics/delete_white.png") no-repeat #b9b9b9;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	opacity: 0.4;
	transition: opacity .5s ease;
}

.alert .title .close:hover {
	opacity: 1.0;
}

.alert .body {
	background: #f6f5f2;
	padding: 10px;
	border-bottom-left-radius: 3px;
	color: #3e3e3e;
	border-bottom-right-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: 65px;
	line-height: 16px;
}

.alert.im .body {
	
}

.alert.im .body .avatar {
	float: left;
}

.alert.im .body .avatar img {
	max-width: 60px;
	max-height: 60px;
	opacity: 1.0;
	transition: opacity .5s ease;
}

.alert.im .body .avatar:hover img {
	opacity: 0.7;
}

.alert.im .body .text {
	float: left;
	width: 210px;
	max-height: 60px;
	overflow: hidden;
	margin-left: 10px;
	color: #3e3e3e;
	text-decoration: none;
	transition: color .5s ease;
}

.alert.im .body .text:hover {
	color: gray;
}

.alert.im .body .text .autor {
	line-height: 26px;
	height: 26px;
	font-family: 'ClearSansBold';
	display: block;
}

.alert.im .body .text .message {
	line-height: 17px;
	font-size: 12px;
	display: block;
}

.alert.im .body .text .message .attachment {
	background: url("../graphics/attachment.png") left center no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	padding-left: 18px;
	line-height: 17px;
	height: 17px;
	display: block;
}

.alert.support .body, .alert.support_admin .body {
	
}

.alert.support .body .avatar, .alert.support_admin .body .avatar {
	float: left;
}

.alert.support .body .avatar img, .alert.support_admin .body .avatar img {
	max-width: 60px;
	max-height: 60px;
	opacity: 1.0;
	transition: opacity .5s ease;
}

.alert.support .body .avatar:hover img, .alert.support_admin .body .avatar:hover img {
	opacity: 0.7;
}

.alert.support .body .text, .alert.support_admin .body .text {
	float: left;
	width: 210px;
	max-height: 60px;
	overflow: hidden;
	margin-left: 10px;
	color: #3e3e3e;
	text-decoration: none;
	transition: color .5s ease;
}

.alert.support .body .text:hover, .alert.support_admin .body .text:hover {
	color: gray;
}

.alert.support .body .text .message, .alert.support_admin .body .text .message {
	line-height: 17px;
	font-size: 12px;
	display: block;
}

.alert.support .body .text .message .attachment, .alert.support_admin .body .text .message .attachment {
	background: url("../graphics/attachment.png") left center no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/attachment.svg") left center no-repeat;
	padding-left: 18px;
	line-height: 17px;
	height: 17px;
	display: block;
}

.alert.im .body .text .autor {
	line-height: 26px;
	height: 26px;
	font-family: 'ClearSansBold';
	display: block;
}

.alert.reputation .body {
	
}

.alert.reputation .body .avatar {
	float: left;
}

.alert.reputation .body .avatar img {
	max-width: 60px;
	max-height: 60px;
	opacity: 1.0;
	transition: opacity .5s ease;
}

.alert.reputation .body .avatar:hover img {
	opacity: 0.7;
}

.alert.reputation .body .text {
	float: left;
	width: 210px;
	max-height: 60px;
	overflow: hidden;
	margin-left: 10px;
	color: #3e3e3e;
	text-decoration: none;
	transition: color .5s ease;
}

.alert.reputation .body .text:hover {
	color: gray;
}

.alert.reputation .body .text .autor {
	line-height: 26px;
	height: 26px;
	font-family: 'ClearSansBold';
	display: inline-block;
}

.alert.reputation .body .message .type {
	width: 12px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	line-height: 16px;
	vertical-align: middle;
	opacity: 0.3;
}

.alert.reputation .body .message .type.plus {
	background: url("../graphics/reputation_plus.png") center center no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/reputation_plus.svg") center center no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/reputation_plus.svg") center center no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/reputation_plus.svg") center center no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/reputation_plus.svg") center center no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/reputation_plus.svg") center center no-repeat;
}

.alert.reputation .body .message .type.minus {
	background: url("../graphics/reputation_minus.png") center center no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/reputation_minus.svg") center center no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/reputation_minus.svg") center center no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/reputation_minus.svg") center center no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/reputation_minus.svg") center center no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/reputation_minus.svg") center center no-repeat;
}

.alert.reputation .body .text .message {
	line-height: 17px;
	font-size: 12px;
	display: block;
}

/* Popups */

.box_shadow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.15);
}

.box {
	position: fixed;
	width: 280px !important;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
	opacity: 0.0;
}

.box .title {
	background: #5fc5b6;
	padding: 5px 10px;
	background: -moz-linear-gradient(#5fc5b6, #29b29d);
	background: -webkit-linear-gradient(#5fc5b6, #29b29d);
	background: -o-linear-gradient(#5fc5b6, #29b29d);
	background: -ms-linear-gradient(#5fc5b6, #29b29d);
	background: linear-gradient(#5fc5b6, #29b29d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #5daa92;
}

.box .title .text {
	font-family: 'ClearSansBold';
	color: white;
	height: 18px;
	line-height: 18px;
}

.box .title .close {
	display: block;
	float: right;
	width: 11px;
	margin-top: 4px;
	height: 11px;
	background: url("../graphics/delete_white.png") no-repeat #b9b9b9;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/delete_white.svg") no-repeat;
	opacity: 0.4;
	transition: opacity .5s ease;
}

.box .title .close:hover {
	opacity: 1.0;
}

.box .body {
	background: #f6f5f2;
	padding: 10px;
	border-bottom-left-radius: 3px;
	color: #3e3e3e;
	border-bottom-right-radius: 3px;
	width: inherit;
	box-sizing: border-box;
	overflow-y: auto;
	line-height: 16px;
}

.box .body .loading {
	margin: 20px auto;
	width: 35px;
	height: 35px;
}

.box form.main .item {
	width: 600px;
}

.box form.main .item .name {
	width: 200px;
}

.box form.main .item .value {
	width: 400px;
}

.box form.main .item .value textarea {
	max-width: 384px;
}

/* Navigation */

nav {
	display: table;
	width: 1000px;
	margin: 10px auto 0 auto;
	height: 40px;
}

nav .item {
	display: table-cell;
	width: 120px;
	height: inherit;
	overflow: hidden;
	vertical-align: middle;
}

nav .item a {
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	vertical-align: middle;
	height: 38px;
	border-left: 1px solid #69c9ba;
	border-right: 1px solid #47ac9d;
	border-top: 1px solid #47ac9d;
	border-bottom: 1px solid #47ac9d;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #4d8c78;
	background: #5fc5b6;
	background: -moz-linear-gradient(#5fc5b6, #29b29d);
	background: -webkit-linear-gradient(#5fc5b6, #29b29d);
	background: -o-linear-gradient(#5fc5b6, #29b29d);
	background: -ms-linear-gradient(#5fc5b6, #29b29d);
	background: linear-gradient(#5fc5b6, #29b29d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
}

nav .item:first-child a {
	border-left: 1px solid #5daa92;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

nav .item:first-child {
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

nav .item:last-child {
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

nav .item:last-child a {
	border-right: 1px solid #5daa92;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

nav .item a:link, nav .item a:visited {
	color: white;
}

nav .item a:hover {
	text-decoration: none;
	background: #7fd1c4;
	background: -moz-linear-gradient(#74cdbf, #29b29d);
	background: -webkit-linear-gradient(#74cdbf, #29b29d);
	background: -o-linear-gradient(#74cdbf, #29b29d);
	background: -ms-linear-gradient(#74cdbf, #29b29d);
	background: linear-gradient(#74cdbf, #29b29d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74cdbf', endColorstr='#29b29d');
}

nav .item a:active {
	text-decoration: none;
	text-shadow: 0 -1px 1px #4d8c78;
	background: #29b29d;
	background: -moz-linear-gradient(#29b29d, #5fc5b6);
	background: -webkit-linear-gradient(#29b29d, #5fc5b6);
	background: -o-linear-gradient(#29b29d, #5fc5b6);
	background: -ms-linear-gradient(#29b29d, #5fc5b6);
	background: linear-gradient(#29b29d, #5fc5b6);
	text-shadow: 0 -1px 1px #4d8c78;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b29d', endColorstr='#5fc5b6');
}

/* Header */

header {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

header .logo {
	width: 130px;
	padding-top: 130px;
	color: #29b29d;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	margin-right: 44px;
	margin-left: 70px;
	background: url("../graphics/logo.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/logo.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/logo.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/logo.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/logo.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/logo.svg") no-repeat;
	background-size: contain;
}

header .logo .title {
	font-family: "Tandelle", sans-serif;
	font-size: 35px;
	line-height: 60px;
	display: block;
	text-shadow: 0 1px 1px white;
}

header .logo .description {
	display: block;
	font-size: 24px;
	line-height: 20px;
	margin-top: -16px;
	text-shadow: 0 1px 1px white;
}

header .block {
	float: left;
	height: 100px;
	width: 310px;
	background: rgba(246, 245, 242, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaf6f5f2', endColorstr='#aaf6f5f2');
	border-radius: 5px;
	border: 1px solid #f6e8d3;
	font-size: 13px;
	padding: 20px;
	margin-left: 26px;
	color: #3e3e3e;
	margin-top: 25px;
}

header .block:last-child {
	margin-left: 0;
	float: right;
}

header .block .block-tabs {
	float: left;
	width: 50px;
}

header .block .tabs {
	width: 291px;
}

header .block .tabs a {
	display: block;
	float: left;
	width: 97px;
	text-align: center;
}

header .block .tabs a.active {
	color: #919191;
	transition: .5s ease;
}

header .block .tabs a.active:hover {
	color: #626262;
	text-decoration: none;
}

header .block .block-content {
	float: left;
	width: 310px;
}

header .block .block-content.hidden {
	display: none;
}

header .block .block-content a {
	color: #3e3e3e;
	text-decoration: none;
	transition: color .5s ease;
}

header .block .block-content a:hover {
	color: gray;
}

header .block .block-content .work-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 290px;
	display: block;
}

header .block .block-content ul {
	margin: 0 0 5px 10px;
	padding-left: 0;
}

header .block .block-content ul li {
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

header .block h1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

header .block p {
	margin: 6px 0;
	max-height: 50px;
	overflow: hidden;
	line-height: 17px;
}

header .block.profile .avatar {
	transition: opacity .5s ease;
	display: table-cell;
	vertical-align: middle;
}

header .block.profile .avatar:hover {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

header .block.profile .avatar img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 2px;
}

header .block.profile .links {
	padding-left: 20px;
	display: table-cell;
	line-height: 16px;
	padding-top: 1px;
}

header .block.profile .links a {
	display: block;
	color: #919191;
	transition: color .5s ease;
}

header .block.profile .links a .arrow {
	display: inline-block;
	position: relative;
	width: 5px;
	height: 8px;
	background: url("../graphics/arrow.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/arrow.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/arrow.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/arrow.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/arrow.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/arrow.svg") no-repeat;
	background-size: cover;
	background-position: 0 0;
}

header .block.profile .links a .text {
	margin-left: 8px;
	position: relative;
}

header .block.profile .links a:hover {
	color: #626262;
	text-decoration: none;
}

header .block.profile .links a:hover .arrow {
	background-position: -5px 0;
}

header .block.profile .signin input[type="text"], header .block.profile .signin input[type="password"] {
	display: block;
	margin-top: 0;
}

header .block.profile .signin button {
	margin-right: 15px;
	display: inline-block;
}

header .block.profile .signin {
	text-align: center;
	display: none;
}

header .block.profile .signin .remind {
	display: inline-block;
	line-height: 13px;
	padding: 10px 0;
	vertical-align: top;
}

header .block.profile .sign {
	text-align: center;
}

header .block.profile .sign button {
	margin: 17px auto;
	display: block;
}

header .block.profile .signup {
	font-size: 14px;
}

header .block:last-child {
	margin-right: 0;
}

header .block .balance {
	font-size: 40px;
	text-align: center;
	margin-top: 10px;
	color: #919191;
}

header .block .get_credits {
	text-align: center;
	display: block;
	color: #919191;
	transition: color .5s ease;
	font-size: 15px;
}

header .block .get_credits:hover {
	color: #626262;
	text-decoration: none;
}

/* Footer */

footer {
	height: 100%;
}

footer .footer-menu {
	float: right;
	margin-right: 20px;
}

footer .footer-menu .col {
	display: inline-block;
	text-align: left;
	width: 200px;
}

footer .footer-menu .col a {
	display: block;
	margin-top: 5px;
}

footer {
	width: 958px;
	margin: 0 auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #f6e8d3;
	background: rgba(246, 245, 242, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaf6f5f2', endColorstr='#aaf6f5f2');
	padding: 20px 20px 10px 20px;
}

footer .copyright {
	font-size: 11px;
	line-height: 15px;
	width: 800px;
	color: #919191;
}

footer .social {
	margin-right: 30px;
	margin-top: 5px;
	float: right;
}

footer .copyright .icon {
	display: block;
	float: left;
	background: url("../graphics/social_icons.png") no-repeat #b9b9b9;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/social_icons.svg") no-repeat #b9b9b9;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/social_icons.svg") no-repeat #b9b9b9;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/social_icons.svg") no-repeat #b9b9b9;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/social_icons.svg") no-repeat #b9b9b9;
	background: linear-gradient(transparent, transparent), url("../graphics/social_icons.svg") no-repeat #b9b9b9;
	border-radius: 5px;
	width: 26px;
	height: 26px;
	margin-left: 20px;
	background-size: 26px 78px;
	transition: .5s ease;
}

doesnotexist:-o-prefocus, footer .social .icon {
	background: url("../graphics/social_icons.png") no-repeat #b9b9b9;
}

footer .copyright .vk {
	background-position: 0 -52px;
	margin-left: 0;
	float: none;
}

footer .copyright .vk:hover {
	background-color: #4e76a4;
}

footer .social .fb {
	background-position: 0 0;
}

footer .social .fb:hover {
	background-color: #3b5b99;
}

footer .social .tw {
	background-position: 0 -26px;
}

footer .social .tw:hover {
	background-color: #00aad5;
}

/* Common pages */

section.content {
	width: 938px;
	background: #f6f5f2;
	margin: 0 auto;
	border-left: 1px solid #f6e8d3;
	border-right: 1px solid #f6e8d3;
	padding: 30px;
	color: #3e3e3e;
}

section.content p:first-child {
	margin-top: 0;
}

.agreement ul li {
	background: none;
	line-height: 16px;
	padding: 3px 0;
}

.agreement > ul {
	padding-left: 0;
}

.agreement ul ul {
	padding-left: 30px;
}

.agreement .registration_next_step {
	width: 700px;
}

.agreement .registration_next_step label {
	margin-left: 10px;
}

.agreement .last_modified {
	margin: 10px 0 30px 0;
}

form.main {
	margin: 15px 0;
}

form.main .item {
	clear: both;
	padding-top: 5px;
}

form.main .item .name {
	float: left;
	width: 300px;
	margin-top: 8px;
	color: gray;
}

form.main.short .item .name {
	width: 258px;
}

form.main .item.readonly .name {
	margin-top: 0;
	margin-bottom: 5px;
}

form.main .item .value {
	float: left;
	width: 638px;
}

form.main.short .item .value {
	width: 464px;
}

form.main .item .value .notice {
	font-size: 11px;
	color: gray;
}

form.main .item .value input[type="text"], form .item .value input[type="password"], form .item .value textarea {
	width: 622px;
	max-width: 622px;
}

form .item .value textarea {
	height: 100px;
}

form.main.short .item .value input[type="text"], form.short .item .value input[type="password"] {
	width: 447px;
}

form.main .item.captcha input[type="text"] {
	width: 149px;
	height: 46px;
	font-size: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

form.main .item.captcha .image {
	cursor: pointer;
	vertical-align: middle;
	position: absolute;
	margin-left: 164px;
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

form.main .item.submit {
	padding-top: 15px;
}

form.main .item.submit button[type="submit"] {
	margin: 0 auto;
}

form.main .file_attach {
	display: none;
}

section.content .status_message {
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}

section.content .status_message .close {
	width: 11px;
	margin-top: 3px;
	height: 11px;
	background: url("../graphics/delete.png") no-repeat #b9b9b9;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	opacity: 0.3;
	transition: opacity .5s ease;
	float: right;
}

section.content .status_message .close:hover {
	opacity: 1.0;
}

section.content p.info_block {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 15px;
}

section.content > .main {
	float: left;
}

section.content > .addition {
	float: right;
	color: gray;
}

section.content .section {
	float: right;
	margin-top: 4px;
}

section.content h1 {
	clear: none;
}

.content.entry h1 {
	margin-bottom: 10px;
}

section.columns {
	width: 998px;
	padding: 0;
	display: table;
}

section.columns .left {
	display: table-cell;
	vertical-align: top;
	background: #f6f5f2;
	width: 164px;
	height: 215px;
	padding: 20px 30px 20px 30px;
}

section.columns .left .avatar {
	border-radius: 2px;
	max-width: 165px;
	max-height: 165px;
	display: block;
	margin: 0 auto 20px auto;
}

section.columns .left button:last-child {
	margin-bottom: 0;
}

section.columns .left button, section.columns .left .button {
	width: 130px;
	margin: 0  auto 10px auto;
	display: block;
}

section.columns .left button:last-child, section.columns .left a.button:last-child {
	margin-bottom: 0;
}

section.columns .right {
	display: table-cell;
	vertical-align: top;
	width: 723px;
	min-height: 215px;
	background: #fafafa;
	padding: 20px 25px 20px 25px;
	border-left: 1px solid #e4e4e4;
}

section.columns .right h1.main {
	float: left;
}

section.columns .right .addition {
	float: right;
	color: gray;
}

section.columns .right div.item {
	clear: both;
	margin-top: 20px;
	line-height: 16px;
	width: 721px;
}

section.columns .right div.item .name {
	float: left;
	width: 258px;
	color: gray;
	margin-bottom: 10px;
}

section.columns .right div.item .value {
	float: left;
	width: 463px;
}

section.columns .right div.item:last-child .name, section.columns .right div.item:last-child .value {
	margin-bottom: 0;
}

/* Entry page */

section.entry .entry_block .date, section.entry .comments .date {
	color: gray;
	font-size: 12px;
	display: inline-block;
	line-height: 13px;
	height: 13px;
	vertical-align: middle;
}

section.entry .new_comment {
	margin-top: 10px;
}

section.entry .entry_block table {
	border-collapse: collapse;
}

section.entry .entry_block table td {
	border: 1px solid #ccc;
	padding: 5px;
}

section.entry .entry_block .edit {
	width: 13px;
	height: 13px;
	margin-left: 2px;
	line-height: 13px;
	height: 13px;
	vertical-align: middle;
	display: inline-block;
	background: url("../graphics/edit.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	transition: opacity .5s ease;
}

section.entry .entry_block .edit:hover {
	opacity: 0.7;
}

section.entry .entry_block img {
	max-width: 938px;
}

section.entry .entry_block p.pending {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 15px;
}

section.entry .comments .item_comment {
	background: #fafafa;
	padding: 12px;
	margin: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

section.entry .comments a.load_more {
	background: #fafafa;
	padding: 12px;
	margin: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #3e3e3e;
}

section.entry .comments a.load_more.loading {
	color: #3e3e3e;
}

section.entry .comments .item_comment .avatar {
	display: table-cell;
	vertical-align: top;
	width: 65px;
	height: 100%;
}

section.entry .comments .item_comment .avatar:hover img {
	opacity: 0.7;
}

section.entry .comments .item_comment .avatar img {
	max-height: 65px;
	max-width: 65px;
	border-radius: 2px;
	transition: opacity .5s ease;
	display: block;
}

section.entry .comments .item_comment .content {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

section.entry .comments .item_comment .content .login {
	
}

section.entry .comments .item_comment .content .date {
	color: gray;
	font-size: 12px;
	margin-top: 5px;
}

section.entry .comments .item_comment .content .edit {
	width: 13px;
	height: 13px;
	margin-left: 2px;
	line-height: 13px;
	height: 13px;
	margin-top: 5px;
	vertical-align: middle;
	display: inline-block;
	background: url("../graphics/edit.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/edit.svg") no-repeat;
	transition: opacity .5s ease;
}

section.entry .comments .item_comment .content .edit:hover {
	opacity: 0.7;
}

section.entry .entry_block .download {
	display: block;
	width: 64px;
	height: 18px;
	background: url("../graphics/download.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/download.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/download.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/download.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/download.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/download.svg") no-repeat;
	transition: opacity .5s ease;
	color: #d07c40;
	padding-top: 42px;
	text-align: center;
	font-size: 11px;
}

section.entry .entry_block .download:hover {
	opacity: 0.7;
	text-decoration: none;
}

section.entry .entry_block .additional_info {
	margin-top: 5px;
	float: right;
	text-align: right;
}

section.entry .entry_block .additional_info a:hover {
	text-decoration: none;
	color: gray;
}

section.entry .entry_block .avatar_block {
	color: #3e3e3e;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	line-height: 20px;
	vertical-align: middle;
	transition: color .5s ease;
}

section.entry .entry_block .avatar_block .login {
	float: left;
	padding-left: 5px;
}

section.entry .entry_block .avatar_block img {
	max-height: 20px;
	border-radius: 2px;
	max-width: 20px;
	float: left;
	transition: opacity .5s ease;
}

section.entry .entry_block .avatar_block:hover img {
	opacity: 0.7;
}

section.entry .entry_block .additional_info .login {
	display: inline-block;
}

section.entry .entry_block .additional_info .rating {
	font-family: 'ClearSansBold';
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}

section.entry .entry_block .additional_info .rating.green {
	color: #36b564;
}

section.entry .entry_block .additional_info .rating.gray {
	color: gray;
}

section.entry .entry_block .additional_info .rating.red {
	color: #dc5b3d;
}

section.entry .entry_block .additional_info .change_rating {
	background: url("../graphics/like_icons.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/like_icons.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/like_icons.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/like_icons.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/like_icons.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/like_icons.svg") no-repeat;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	transition: opacity .5s ease;
}

section.entry .entry_block .additional_info .change_rating.disactive {
	opacity: 0.3;
}

section.entry .entry_block .additional_info .change_rating:not(.disactive):hover {
	opacity: 0.7;
}

section.entry .entry_block .additional_info .change_rating.not_downloaded {
	opacity: 0.3;
}

section.entry .entry_block .additional_info .change_rating:not(.not_downloaded):hover {
	opacity: 0.7;
}

section.entry .entry_block .additional_info .change_rating.plus {
	background-position: 0 0;
}

section.entry .entry_block .additional_info .change_rating.minus {
	background-position: -14px 0;
}

section.entry .entry_block .copyright {
	font-size: 12px;
	line-height: 14px;
	color: gray;
	text-align: justify;
}

section.entry .entry_block .bad_quality {
	font-size: 12px;
}

section.entry .entry_block .similar_works .tag {
	color: gray;
	display: inline-block;
	margin-right: 10px;
	line-height: 16px;
}

section.entry .entry_block .wbuttons {
	display: inline-block;
	background: #47ac9d;
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
}

section.entry .entry_block .wbuttons.dw:after {
	content: '';
	position: absolute;
	margin-left: 8px;
	margin-top: -3px;
	border: 12px solid transparent;
	border-left: 12px solid #47ac9d;
}

section.entry .entry_block .wbuttons.dw:hover, section.entry .entry_block .wbuttons.dw:active {
	text-decoration: underline;
}

/* Entries page */

section.entries .letter_block {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 5px;
	background: #fff;
	color: #555;
}

section.entries .pagination_toggle {
	margin-left: 5px;
	display: none;
}

section.entries .pagination {
	text-align: justify;
	line-height: 16px;
}

section.entries .pagination a, section.entries .pagination span {
	display: inline-block;
	width: 30px;
	text-align: center;
}

section.entries .entry_block {
	background: #fafafa;
	padding: 12px;
	margin: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	display: block;
	color: #3e3e3e;
}

section.entries .entry_block .description {
	display: none;
	margin-top: 10px;
	color: gray;
}

section.entries .entry_block .title {
	font-family: 'ClearSansBold';
	display: inline-block;
}

section.entries .entry_block .type {
	display: inline-block;
}

section.entries .entry_block .rating {
	float: right;
	font-family: 'ClearSansBold';
	font-size: 16px;
	margin-top: -3px;
}

section.entries .entry_block .rating.green {
	color: #36b564;
}

section.entries .entry_block .rating.gray {
	color: gray;
}

section.entries .entry_block .rating.red {
	color: #dc5b3d;
}

section.entries .entry_block .date {
	color: gray;
	font-size: 12px;
	display: inline-block;
}

section.entries .entry_block .message {
	margin: 5px 0;
	display: block;
}

section.entries .entry_block:hover {
	text-decoration: none;
	background: #f5f5f5;
}

section.entries .filters {
	float:right;
	margin-top: 4px;
}

section.entries .no_entries {
	margin: 10px 0;
	text-align: center;
}

section.entries .search input[type="text"] {
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	width: 280px;
	padding-right: 22px;
}

section.entries .search a.clear {
	display: none;
	float: right;
	position: absolute;
	margin-left: 262px;
	margin-top: 8px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background: url("../graphics/delete.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/delete.svg") no-repeat;
	opacity: 0.5;
	transition: opacity .5s ease;
}

section.entries .search a.clear:hover {
	opacity: 1.0;
}

section.entries h1 {
	clear: none;
}

section.entries .section {
	float: right;
	margin-top: 4px;
}

/* Main page */

.categories a {
	width: 310px;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 3px 0;
}

.categories a .square {
	display: inline-block;
	vertical-align: middle;
	background: #3e3e3e;
	width: 4px;
	height: 4px;
}

.categories a .text {
	vertical-align: middle;
	margin-left: 10px;
}

.categories a:hover {
	text-decoration: none;
}

.categories a:hover .text {
	text-decoration: underline;
}

.b-share_theme_counter {
	margin-left: -3px;
	margin-top: 10px;
}

#top {
	bottom: 15px;
	z-index: 10;
	cursor: pointer;
	display: none;
	opacity: 0.5;
	position: fixed;
	right: 30px;
	width: 33px;
	height: 20px;
	background-size: contain;
	background: url("../graphics/top.png") no-repeat;
	background: -webkit-linear-gradient(transparent, transparent), url("../graphics/top.svg") no-repeat;
	background: -moz-linear-gradient(transparent, transparent), url("../graphics/top.svg") no-repeat;
	background: -o-linear-gradient(transparent, transparent), url("../graphics/top.svg") no-repeat;
	background: -ms-linear-gradient(transparent, transparent), url("../graphics/top.svg") no-repeat;
	background: linear-gradient(transparent, transparent), url("../graphics/top.svg") no-repeat;
	border-radius: 3px;
	transition: opacity .5s ease;
}

#top:hover {
	opacity: 1.0;
}

.new_entries {
	margin-top: 15px;
}

.new_entries .new_entry {
	background: #fafafa;
	text-decoration: none;
	color: #3e3e3e;
	display: block;
	border: 1px solid #e4e4e4;
	padding: 1px 15px 1px 15px;
}

.new_entries .new_entry:nth-child(n+2) {
	border-top: none;
}

.new_entries .new_entry:hover {
	background: #f5f5f5;
}

.new_entries .new_entry .title, .new_entries .new_entry .description {
	display: block;
	margin: 10px 0;
}

section.rating_page {

}

section.rating_page .user_block {
	background: #fafafa;
	padding: 12px;
	margin: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	display: block;
	color: #3e3e3e;
}

section.rating_page .user_block > * {
	display: inline-block;
}

section.rating_page .user_block .number {
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	width: 30px;
	text-align: center;
	margin: 0 15px 0 5px;
}

section.rating_page .user_block .user {
	
}

section.rating_page .user_block .user:hover {
	text-decoration: none;
}

section.rating_page .user_block .user img {
	max-width: 30px;
	max-height: 30px;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 5px;
}

section.rating_page .user_block .works_count {
	float: right;
	line-height: 30px;
	vertical-align: middle;
}

.search-loader {
	display: inline-block;
	margin-left: 10px;
	height: 27px;
	vertical-align: middle;
}

.search-loader img {
	display: block;
	margin-top: 4px;
}

#ya-site-results {
	margin: 20px 0;
	background: none !important;
}

.b-serp-item__links-item {
	display: none;
}

section.main_page .inform_block {
	float: left;
	width: 290px;
	height: 65px;
	padding: 10px;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	margin-bottom: 10px;
}

section.main_page .inform_block_left {
	float: left;
	width: 290px;
	height: 65px;
	padding: 10px;
	border-left: none !important;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	margin-bottom: 10px;
}

.ya-share2__list_direction_horizontal .ya-share2__item {
    background: none;
	padding-left: 0px;
}

.bet-header {
	height: 18px;
}

.bet-header .logo-link {
	float: left;
	width: 200px;
}

.bet-header .logo-link:hover {
	text-decoration: none;
}

.bet-header .logo-link .logo {
	width: 40px;
	height: 40px;	
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	padding-top: 0;
}

.bet-header .logo-link .title {
	font-family: "Impact";
	text-transform: uppercase;	
	font-size: 22px;
}

.bet-header .logo-link .description {
	font-size: 12px;
	text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
	display: inline-block;
}

.ya-share2-block {
	width: 220px;
	float: left;
	text-align: center;
	margin-top:  10px;
	display: inline-block;
}

.bet-header .contacts-block {
	width: 260px;
	float: left;
	text-align: center;
}

.bet-header .contacts-block .contacts-email-wrap {
	margin-top: 22px;
	text-align: right;
	display: inline-block;
	margin-left: 30px;
}

.bet-header .contacts-block .contacts-email-wrap .contacts-email {
	color: #47ac9d;
	font-size: 16px;
}

.bet-header .contacts-block .contacts-email-wrap .mail-icon {
    background-image: url("/static/graphics/mail_30x23.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
}

.bet-header .contacts-block .contacts-all-wrap {
	margin-top: 22px;
	text-align: right;
	display: inline-block;
	margin-left: 30px;
}

.bet-header .contacts-block .contacts-all-wrap a {
	text-decoration: none;
}

.bet-header .contacts-block .contacts-all-wrap .search-icon {
    background-image: url("/static/graphics/search_24x26.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: sub;
}

.bet-header .contacts-block .contacts-all-wrap .contacts-all {
	color: #fff;
	background: #47ac9d;
	padding: 1px 6px;
	border-radius: 2px;
}

.bet-header .sign-block {
	width: 280px;
	float: left;
	text-align: right;
	margin-top:  22px; 
	padding-right: 20px;
}

.bet-header .sign-block .sign-in{
	color: #47ac9d;
	font-size: 16px;
	background: url('/static/graphics/login.png') no-repeat;
	padding-left: 25px;
}

.bet-header .sign-block .sign-out {
	color: #47ac9d;
	font-size: 16px;
    margin-left: 30px;
	background: url('/static/graphics/login.png') no-repeat;
	padding-left: 25px;
}

.bet-header .sign-block .sign-up {
	color: #47ac9d;
	font-size: 16px;
	margin-left: 30px;
	background: url('/static/graphics/register.png') no-repeat;
	padding-left: 25px;
}

.bet-header .sign-block .profile {
    color: #47ac9d;
    font-size: 16px;
    background: url('/static/graphics/register.png') no-repeat;
    padding-left: 25px;
}

.bet-header .contacts-block .contacts-all-wrap .contacts-all {
	color: #fff;
	background: #47ac9d;
	padding: 1px 6px;
	border-radius: 3px;
}

.entries .partners {
	height:110px;
	width: 575px;
	margin: 0 auto;
	margin-top: 20px;
}

.entries .partners .partners_block {
	width: 250px;
	padding-top:10px;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #EBF3DB;
	float: left;
}

.entries .partners .circle {
	width:50px;
	height:50px;
	border-radius:25px;
	font-size:19px; color:#fff;
	line-height:50px;
	text-align:center;
	background:#29b29d;
	float: left;
	margin: 30px 10px 0px 10px; 
}

section.entries .inform_block {
	float: left; 
	width: 310px;
	height:80px;
	padding-top:10px;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	margin-bottom: 20px;
}

section.entries .inform_block_left  {
	float: left; 
	width: 310px;
	height:80px;
	padding-top:10px;
	border-left: none !important;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	margin-bottom: 20px;
}

.work-buy-block {
	margin: 20px 0 0 0;
}

.work-buy-block .about-work {
	width: 420px;
	text-align: center;
	float: left;
	border: 1px solid #bababa;
	background: #fff;
	height: 304px;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
}

.work-buy-block .about-work .avatar {
	width: 50px;
	height: 50px;
	padding: 2px;
	border-radius: 50px;
	border: 1px solid #bababa;
}

.work-buy-block .about-work .author {
	color: gray;
}

.work-buy-block .about-work .unique-percent {
	font-size: 16px;
}

.work-buy-block .about-work .line {
	height: 1px;
	background: #bfbfbf;
	width: 150px;
	margin: 20px auto 30px auto;
}

.work-buy-block .about-work .line .rhombus-wrap {
	display: inline-block;
	position: absolute;
	margin-top: -5px;
	width: 17px;
	height: 17px;
	border: 1px solid #f1f1f1;
	background: white;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.work-buy-block .about-work .line .rhombus-wrap .rhombus {
	display: inline-block;
	margin-top: -2px;
	margin-left: -2px;
	width: 8px;
	height: 8px;
	background: #bfbfbf;
}

.work-buy-block .about-work .variant {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}

.work-buy-block .about-work .sum {
	font-size: 30px;
	font-weight: bold;
}

.work-buy-block .about-work .work-search .icon {
	background: url("/static/graphics/work-search.png") no-repeat;
	display: inline-block;
	background-size: contain;
	width: 48px;
	height: 48px;
	margin-top: 14px;
	margin-left: 8px;
}

.work-buy-block .about-work .work-search {
	background: #29b29d;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: inline-block;
}

.work-buy-block .buy-work, .work-buy-block .download-work {
	width: 418px;
	background: #29b29d;
	color: white;
	text-transform: uppercase;
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.work-buy-block .buy-work .icon {
	background: url("/static/graphics/order-work.png") no-repeat;
	display: inline-block;
	background-size: contain;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.work-buy-block .alternative {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 19px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #29b29d;
	float: left;
	margin: 120px 22px 0 22px;
}

.work-buy-block .order-work {
	width: 418px;
	background: #62c958;
	box-sizing: border-box;
	color: white;
	text-transform: uppercase;
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

.work-buy-block .order-work .icon {
	background: url("/static/graphics/cart-512.png") no-repeat;
	display: inline-block;
	background-size: contain;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.work-agreement-block {
	border: 1px solid gray;
	padding: 10px;
	font-size: 13px;
	margin-top: 15px;
}

.withdraw-table {
	border: 1px solid #e4e4e4;
	background: #fafafa;
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	text-align: center;
}

.withdraw-table-head {
	font-weight: bold;
}

.withdraw-table td {
	padding: 10px;
}

.withdraw-table tr:nth-child(n+1) td {
	border-bottom: 1px solid #e4e4e4;
}

.withdraw-table tr td:nth-child(n+1) {
	border-left: 1px solid #e4e4e4;
}

.withdraw-row {
	clear: both;
}

.withdraw-row .left {
	width: 50%;
	float: left;
	color: grey;
	padding: 10px;
	box-sizing: border-box;
	line-height: 30px;
	vertical-align: middle;
}

.withdraw-row .right {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
}

.withdraw-row input[type="text"], .withdraw-row input[type="number"], .withdraw-row .select {
	width: 100%;
	box-sizing: border-box;
}

body.balance .status_message {
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.remove-work {
	margin-left: 20px;
}

.sellblock1 {
	text-align: center;
}

.sellblock1 .sellinfo  {
	display: inline-block;
	vertical-align: bottom;
	margin: 10px 30px 0 30px;
	text-decoration: none;
	width: 155px;
}

.sellblock2 {
	text-align: center;
}

.sellblock2 .sellinfo {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;	
	margin: 10px 30px 10px 30px;
    border: 1px solid #e4e4e4;
    background: #f6f2ea;
	display: inline-block;
	line-height: 1.6;
}

.main_page .header {
	text-transform: uppercase;
	font-weight:bold;
}

footer .header {
	text-transform: uppercase;
	font-weight:bold;
	color: #47ac9d;
}

.main_page hr.style-four {
	border: 0;
	height: 14px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #f6f5f2, #47ac9d, #f6f5f2);
	background-image: -moz-linear-gradient(left, #f6f5f2, #47ac9d, #f6f5f2);
	background-image: -ms-linear-gradient(left, #f6f5f2, #47ac9d, #f6f5f2);
	background-image: -o-linear-gradient(left, #f6f5f2, #47ac9d, #f6f5f2);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main_page hr.style-four:after {
	content: "NEW";
	display: inline-block;
	position: relative;
	top: -0.4em;
	font-size: 1.5em;
	padding: 2px 0.25em 0 0.25em;
	background: #f6f5f2;
	color: #47ac9d;
}

    	.promo-text {
    		box-sizing: border-box;
    		display: flex;
    		align-items: center;
    		justify-content: space-between;
    		border: 2px green dashed;
		    padding: 15px 0 0 15px;
		    margin: 10px auto;
		    border-radius: 1px;
		    font-size: 24px;
		    font-family: Arial -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;

    	}

    	.promo-text .block1,
    	.promo-text .block2 {
    		margin-right: 15px;
    		margin-bottom: 15px
    	}

    	.promo-text .block1 {
    		color: #555;
    	}

    	.promo-text .block2 {
    		min-width: min-content
    	}

    	.promo-text .block2 a {
    		width: 100%;
    		box-sizing: border-box;
    		border: 1px solid transparent;
		    color: #fff;
		    background-color: #47ac9d;
		    border-color: #47ac9d;
		    font-weight: 400;
		    text-align: center;
		    vertical-align: middle;
		    display: inline-block;
		    -ms-touch-action: manipulation;
		    touch-action: manipulation;
		    cursor: pointer;
		    white-space: nowrap;
		    padding: 6px 12px;
		    font-size: 20px;
		    line-height: 1.42857143;
		    border-radius: 4px;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    text-decoration: none;
		}
    	

    	@media (max-width: 575px) {
    		.promo-text {
			    font-size: 18px;
			    font-weight: 600;
			}

			.promo-text .block2 a {
				font-size: 15px;
    			padding: 6px 12px;
			}
    	}

    	@media (max-width: 380px) {
    		.promo-text {
    			flex-wrap: wrap
    		}
    	}