﻿body {
	margin: 0px;
	color: #363636; 
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	background: #fff;
}

a:link {
	color: #f1484c;
	text-decoration: none;
}

a:visited {
	color: #f1484c;
	text-decoration: none;
}

a:hover,
.breadcrumbs a:hover {
	color: #f1484c;
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.wrapper {
	width: 1440px;
	margin: 0px auto;
}

header {
	height: 70px;
	background: #0e1221;
	color: #fff;
}

#notify {
	position: fixed;
	right: 20px;
	bottom: 20px;
	min-width: 300px;
	background-color: rgba(0, 255, 0, 0.4);
	border-radius: 3px;
	padding: 10px;
	display: none;
	z-index: 10000;
	color: #000;
	font-weight: 600;
}
.warn {
	background-color: rgba(255, 0, 0, 0.4) !important;
	color: #fff !important;
}
[v-cloak] {
	display: none;
}

.breadcrumbs {
	font-weight: 600;
	padding-top: 55px;
	font-size: 13px;
}

.breadcrumbs a {
	color: #8c8c8c;
	font-weight: normal;
	position: relative;
}

.breadcrumbs span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/static/img/row_right.png) no-repeat;
	background-size: 100%;
	margin: 0px 20px;
	opacity: 0.4;
}

.go_back {
	float: right;
	display: block;
	background: url(/static/img/row_back.png) left 6px no-repeat;
	padding-left: 40px;
	background-size: 25%;
	height: 18px;
}

.item_content {
	display: table;
	width: 100%;
	padding-top: 57px;
	padding-bottom: 170px;
}

.item_demo {
	width: 900px;
	float: left;
	font-size: 0px;
	border-radius: 5px;
	overflow: hidden;
}

.item_demo img {
	width: 100%;	
}

.item_info {
	margin-left: 900px;
	padding-left: 62px;
	width: 378px
}

.item_info h1 {
	font-size: 24px;
	margin: 0px;
	line-height: 32px;
	font-weight: 600;
}

.i_block {
	margin-top: 28px;
	border-top: 1px solid #e5e5e5;
	padding-top: 28px;
}

.i_block h3 {
	font-size: 16px;
	margin: 0px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.description {
	line-height: 18px;
	word-break: break-word;
}

.buying_form {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	height: 119px;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	font-size: 14px;
	z-index: 10;
}

.buying_form .wrapper {
	width: 1440px;
	padding-right: 100px;
    box-sizing: border-box;
	padding-top: 30px;
	position: relative;
}

button {
	font-size: 11px;
	letter-spacing: 1px;
	background: none;
	border: 2px solid #f1484c;
	border-radius: 8px;
	height: 36px;
	line-height: 0px;
	padding: 0px 20px;
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 700;
	color: #363636;
	outline: none;
	cursor: pointer;
	text-align: center;
}

button:hover {
	border-color: #ff898c;
}

.green_button {
	background: linear-gradient(to top, #22a86f, #9ddf56);
	border-width: 0px;
	height: 42px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px -1px #66b457;
	padding: 0px 32px;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
}

.green_button:hover {
	background: linear-gradient(to top, #07b469, #a3fa4a);
}

.grey_button {
	border-color: rgba(0,0,0,0.1);
}

.grey_button:hover {
	border-color: rgba(0,0,0,0.2);
}

.buy_button {
	float: right;
	width: 156px;
	text-align: right;
	padding-top: 8px;
}

.buy_total {
	float: right;
	width: 253px;
	line-height: 25px;
	text-align: right;
	border-left: 1px solid #e5e5e5;
	height: 59px;
}

.sum {
	color: #49b455;
	font-size: 29px;
	font-weight: 500;
}

.discount {
	width: 70px;
	height: 70px;
	background: url(/static/img/sale_bg.png) no-repeat;
	background-size: 70px 70px;
	float: right;
	line-height: 66px;
	color: #fff;
	text-align: center;
	margin-top: -4px;
	font-size: 14px;
	font-weight: 600;
	margin-right: -40px;
	margin-left: 20px;
	text-shadow: 0px -1px #d58234;
}

.discount_sum {
	color: #8c8c8c;
	text-decoration: line-through;
	font-size: 16px;
}

.discount div {
    text-decoration: line-through;
	font-size: 20px;
}

.buy_info,
.buy_email {
	float: left;
	padding-top: 3px;
	padding-left: 36px;
	position: relative;
}

.buy_info {
	width: 310px;
}

.buy_info:before,
.info_block:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/static/img/info_icons.png) -22px 0px no-repeat;
	background-size: 44px 44px;
	position: absolute;
	left: 0px;
	top: 2px;
}

.buy_info a {
	display: inline-block;
	margin-top: 8px;
}

input {
	background: none;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	padding: 8px 0px;
	font-family: Montserrat;
	font-size: 14px;
	width: 230px;
	outline: none;
}

input:focus {
	border-color: #363636;
}

.buy_email:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/static/img/info_icons.png) no-repeat;
	background-size: 44px 44px;
	position: absolute;
	left: 0px;
	top: 2px;
}

header button {
	color: #fff;
}

.error {
	position: relative;
}

.error input {
	border-color: #f96383;
}

.error input::placeholder {
	color: #f96383;
}

.error:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url(/static/img/error_icon.png);
	background-size: 16px 16px;
	position: absolute;
	left: -37px;
	top: 7px;
	border: 4px solid #fcc1ce;
	box-shadow: 0px 0px 0px 4px rgba(247,33,78,0.1);
}

.item_info input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
 
.item_info input[type="checkbox"] + label {
	display: block;
	border: 1px solid #d9d9d9;
	height: 66px;
	font-size: 15px;
	padding: 1px 25px 1px 60px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}

.item_info input[type="checkbox"] + label > span {
	float: right;
	font-weight: 600;
	padding-top: 22px;
}

.item_info input[type="checkbox"] + label > div span {
	color: #8c8c8c;
	font-size: 13px;
	font-weight: normal;
}
 
.item_info input[type="checkbox"]:checked + label {
	border: 1px solid #f1484c;
	height: 66px;
	box-shadow: 0px 0px 0px 3px rgba(247,33,78,0.2);
}

.item_info input[type="checkbox"] + label > div {
	height: 66px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 20px;
}

.info_block {
	margin: 25px 0px 15px 0px;
	position: relative;
	padding-left: 36px;
}

.info_block:before {
	top: -1px;
}

#basic {
	height: auto;
	border: 1px solid #959598;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
}

#basic > span,
#unique > span {
	font-size: 24px;
	color: #363636;
	font-weight: 400;
    position: absolute;
    top: 17px;
    right: 20px;
}

#basic > span {
	padding-top: 0px;	
	margin-top: -7px;
}

#unique > span {
	padding-top: 15px;	
}

#basic {
	padding: 20px 24px 20px 60px;
}

#basic > div span {
	display: inline-block;
	line-height: 16px;
}

.unique input[type="checkbox"]:checked + label {
	border-color: #49b455;
	box-shadow: 0px 0px 0px 3px rgba(73,180,85,0.25);
}

.i_block table {
	font-size: 14px;
	margin-bottom: -8px;
}

.i_block table td {
	padding-bottom: 8px;
}

.td_2 {
	font-weight: 600;
	width: 54%;
}

.i_block table a {
	color: #363636;
}

.discount_bar {
	position: relative;
	height: 40px;
	margin: 8px 0px 20px 0px;
	padding-top: 59px;
}

.d_bar {
	background: #e5e5e5;
	height: 2px;
}

.d_bar > div {
	background: #f1484c;
	height: 2px;
	position: relative;
}

.level {
	font-size: 16px;
	line-height: 60px;
	color: #8c8c8c;
	font-weight: 300;
}

#lvl_1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

#lvl_2 {
	position: absolute;
	width: 74px;
	left: 50%;
	margin-left: -37px;
	top: 0px;
	text-align: center;
}

#lvl_3 {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}

.level:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	top: 54px;
	z-index: 2;
}

#lvl_3:before {
	right: 0px;
}

#lvl_2:before {
	left: 50%;
	margin-left: -5px;
}

.benefit_cp .level:after {
	content: "";
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(/static/img/rank_icons.png) no-repeat;
	background-size: 135px 45px;
	top: -32px;
}

#lvl_1:after {
	left: -4px;
}

#lvl_2:after {
	background-position: -45px 0px;
	left: 15px;
}

#lvl_3:after {	
	background-position: -90px 0px;
	right: -4px;
}

.filled {
	font-weight: 500;
	color: #363636;
}

.filled:before {
	background: #f1484c;
	border-color: #fff;
}

.amount_sum {
	position: absolute;
	right: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background: #f1484c;
	padding: 5px;
	top: -45px;
	width: 80px;
	text-align: center;
	border-radius: 5px;
	margin-right: -44px;
}

.amount_sum:hover {
	opacity: 0.4;
}

.cat_title .view_more {
	float: right;
	font-size: 13px;
	color: #8c8c8c;
	margin-right: 60px;
	margin-top: 17px;
}

.cat_title .view_more:hover {
	color: #f1484c;
}

.amount_sum:after {
	content: '';
    position: absolute;
    right: 37px;
    bottom: -16px;
    border: 8px solid transparent;
    border-top: 8px solid #f1484c;
}

.p_items {
	width: 438px;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 10px;
	font-size: 0px;
}

.p_item {
	width: 174px;
	height: auto;
	display: block;
	float: left;
	margin-right: 30px;
	cursor: pointer;
	font-size: 13px;
}

.p_img {
	width: 174px;
	height: 130px;
	background-size: cover;
	background-position: 50% top;
	border-radius: 4px;
}

.p_info {
	margin-top: 15px;
	white-space: normal;
}

.p_info a {
	color: #8c8c8c;
}

.p_info h4 {
	margin: 8px 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.p_info span {
	color: #f1484c;
	font-size: 16px;
	font-weight: 600;
}

.game_menu a {
	position: relative;
}

.game_menu a {
	content: "";
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(/static/img/game_icons_grey.png);
	background-size: 594px 54px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 50%;
}

#main_page .game_menu a {
	background-color: rgba(255,255,255,0);
}

.game_menu a span {
	display: block;
	position: absolute;
    left: 55px;
    text-align: left;
	top: 18px;
	color: #8c8c8c;
	opacity: 0;
}

.game_menu:hover a span {
	opacity: 1;	
}

.game_menu a:hover span {
	color: #f1484c;
	margin-right: -20px;
}

.game_sel span {
	color: #363636 !important;
	font-weight: 600;
}

#l2 path {
	width: 20px;
	height: 20px;
	color: #000;
}

.game_menu a:hover {
	background-image: url(/static/img/game_icons_red.png);
	background-size: 594px 54px;
}

#wow {
	background-position: -54px 0px;
}

#pw {
	background-position: -108px 0px;
}

#mc {
	background-position: -162px 0px;
}

#mu {
	background-position: -216px 0px;
}

#m2 {
	background-position: -270px 0px;
}

#other {
	background-position: -324px 0px;
}

#logos {
	background-position: -378px 0px;
}

#gambling {
	background-position: -432px 0px;
}

#crypto {
	background-position: -486px 0px;
}

#3d {
	background-position: -540px 0px;
}

.left:hover a:before {
	opacity: 1;
}

.logo {
	position: relative;
}

.logo a {
	display: block;
	width: 158px;
	height: 22px;
	background: url(/static/img/logo_full_new.png) no-repeat;
	background-size: cover;
	float: left;
	margin-top: 21px;
	margin-right: 30px;
}

.lang {
	float: right;
	margin-right: 20px;
}

.currency {
	display: none !important;
	float: left;
	position: relative;
	padding-top: 20px;
	margin-left: 5px;
}

.currency > a {
	background-color: rgba(255, 255, 255, 0.05);
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding: 0px 25px 0px 10px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.currency > a:focus {
	background-color: rgba(255, 255, 255, 0.1);	
}

.currency > a:focus:before {
	background: url(/static/img/row_up.png) no-repeat;
    background-size: 10px 10px;
    opacity: 1;	
}

#currency-list {
	margin-left: 0px;
	top: 61px;
	width: 72px;
	background-color: #1e2336;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	color: #fff;
}

#currency-list:before {
	display: none;
}

#currency-list a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding-left: 10px;
	border-radius: 5px;
}

#currency-list a:hover {
	background-color: #273153;
}

.menu {
	float: left;
	font-size: 0px;
	padding-top: 27px;
}

.profile {
	float: right;
	padding-top: 13px;
	padding-left: 30px;
	width: 130px;
}

.profile a {
	float: right;
}

.profile button {
	float: right;
}

.menu a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0px 16px;
	color: #77789a;
	text-decoration: none;
	position: relative;
}

.m_new {
	font-size: 9px;
	color: #fff;
	position: absolute;
	background: #f1484c;
	padding: 0px 3px;
	border-radius: 2px;
	top: -7px;
    right: -10px;
}

.menu a:hover {
	color: #f1484c;
}

.active {
	color: #fff !important;
	position: relative;
}

.active:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #f1484c;
	position: absolute;
	bottom: -27px;
	left: 0px;
	right: 0px;
}

.lang {
	padding-top: 20px;
}

.lang_ru,
.lang_en {
	position: relative;
}

.lang_ru:after,
.lang_en:after,
.lang_ua:after,
.lang_de:after,
.lang_pl:after,
.lang_ro:after,
.lang_cs:after,
.lang_tu:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/static/img/flags.png) no-repeat;
	background-size: 128px 16px;
	position: absolute;
	left: 7px;
	top: 7px;
	border-radius: 50%;
}

.lang_en:after {
	background: url(/static/img/flags.png) -16px top no-repeat;
	background-size: 128px 16px;
}

.lang_ua:after {
	background: url(/static/img/flags.png) -32px top no-repeat;
	background-size: 128px 16px;
}

.lang_de:after {
	background: url(/static/img/flags.png) -48px top no-repeat;
	background-size: 128px 16px;
}

.lang_pl:after {
	background: url(/static/img/flags.png) -64px top no-repeat;
	background-size: 128px 16px;
}

.lang_ro:after {
	background: url(/static/img/flags.png) -80px top no-repeat;
	background-size: 128px 16px;
}

.lang_cs:after {
	background: url(/static/img/flags.png) -96px top no-repeat;
	background-size: 128px 16px;
}

.lang_tu:after {
	background: url(/static/img/flags.png) -112px top no-repeat;
	background-size: 128px 16px;
}

.dropbtn,
.dropdown-content a {
	background-color: rgba(255,255,255,0.05);
	color: #fff !important;
	display: inline-block;
	width: 46px;
	height: 25px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding-left: 30px;
	padding-top: 5px;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 5px;
	position: relative;
}

.dropbtn:before,
.game > a:before,
.currency > a:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(/static/img/row_down.png) no-repeat;
	background-size: 10px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.3;
}

/* Dropdown button on hover & focus */
.dropbtn:focus {
    background-color: rgba(255,255,255,0.1);
}

.dropbtn:focus:before {
	background: url(/static/img/row_up.png) no-repeat;
	background-size: 10px 10px;
	opacity: 1;	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	margin-top: 1px;
    position: absolute;
    background-color: #1e2336;
    width: 76px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 9999;
	margin-left: 0px;
	border-radius: 5px;
	overflow: hidden;
}

.dropdown-content a {
	background: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #273153}

.dropdown-content a:hover span {
	color: #df696c;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block !important;}

#search {
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 12px;
}

#search input[type="checkbox"] + label {
	border: none;
	box-shadow: none;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#search input,
#search button {
	float: left;
}

#search button {
	margin-left: 10px;
}

.hide,
.hide + label ~ div{
    display: none;
}

.hide + label {
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}

.hide:checked + label {
    color: red;
    border-bottom: 0;
}

.hide:checked + label + div {
    display: block;
	position: absolute;
    background: #0e1221;
	padding-top: 17px;
	width: 530px;
	top: 0px;
	right: 0px;
	z-index: 2;
	height: 53px;
     -webkit-animation:fade ease-in 0.1s; 
     -moz-animation:fade ease-in 0.1s;
     animation:fade ease-in 0.1s; 
}
.hide:checked + label + div input {
	border: none;
	height: 36px;
	width: 370px;
	background: #fff;
	margin-right: 5px;
	font-family: Montserrat;
	font-weight: 600;
	padding: 0px 15px;
	outline: none;
    border-radius: 8px;
}

.hide:checked + label + div button {
	color: #fff;
}

@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}

@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}

@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}

.hide + label:before {
    background: url(/static/img/search_icon.png) 50% 50% no-repeat;
	background-size: 20px 20px;
    content: "";
	position: absolute;
	top: 14px;
    display: block;
    height: 42px;
    width: 42px;
	opacity: 0.3;
}

.hide + label:hover:before {
	opacity: 1 !important;
	background-color: rgba(255,255,255,0.06);
	border-radius: 50%;
}

.hide:checked + label:before {
    content: "";
	background: url(/static/img/close_icon.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}

.game_menu a,
.game_menu a:before,
.logout,
.withdraw,
input[type="checkbox"]:checked + label,
button,
.cp_block h3 div a,
.withdraw_link:before,
.sales_table tr:before,
.night_mode,
#soc a,
.filters a,
.profile .cp_profile a:before,
.hide + label:before,
input,
#close_modal,
.other_payments a,
.copy_link:before,
.u_menu,
.green_button,
.item,
.i_hover,
.menu a,
.menu_list_link,
.add_item,
input,
select,
textarea,
.add_button,
.game_menu a,
.game_menu a span,
.p_item,
.purses_info,
.add_button,
a#move_up:before,
.slider__controls,
#menu_list a:hover,
#payments a,
.f_menu ul li a,
.amount_sum,
.top-panel,
.game .sub-menu a,
.game .sub-menu .m_themes_category a:before,
.profile_avatar img,
.item_info {
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

.game_sel:before {
	color: #363636 !important;
	font-weight: 600;
}

.game_sel {
	background-image: url(/static/img/game_icons_dark.png) !important;
	background-size: 594px 54px;
}

.game_sel:hover:before {
	margin-left: -160px !important;
}

.logout,
.withdraw,
.withdraw_link:before,
.copy_link:before,
.u_menu,
.add_item {
	display: block;
	width: 42px;
	height: 42px;
	background: url(/static/img/cp_bill_icons.png) no-repeat;
	background-size: 126px 84px;
	opacity: 0.3;
	margin-left: 15px;
	margin-top: 1px;
}

.logout:hover,
.withdraw:hover,
.u_menu:hover,
.add_item:hover {
	background-color: rgba(255,255,255,0.06);
	border-radius: 50%;
	opacity: 1;
}

.withdraw {
	background-position: -42px top;
	float: right;
	margin-top: 0px;
}

.add_item {
	background: url(/static/img/add_item.png) 50% 50% no-repeat;
	background-size: 20px 20px;	
}

.f_content {
	padding: 30px 0px 60px 0px;
	border-top: 1px solid #dcdcdc;
	font-size: 14px;
	color: #8c8c8c;
}

footer .wrapper a {
	color: #8c8c8c;
}

footer .wrapper a:hover {
	color: #f1484c;	
}

/** Swipe **/
.swipe input[type="checkbox"] {
  width: 32px;
  height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cacaca;
  outline: none;
  border-radius: 6px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 0px;
  margin-left: 10px;
  cursor: pointer;
  left: 0px;
  border: none;
}
.swipe input:checked[type="checkbox"] {
  background: #f1484c !important;
}
.swipe input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #cacaca;
  border-radius: 50%;
  top: -3px;
  left: -4px;
  background: #efefef;
  transform: scale(1.1);
  transition: 0.5s;
}
.swipe input:checked[type="checkbox"]::before {
  left: 18px;
  border-color: #f1484c;
}
/** Swipe end **/

.toggle-button,
.mobile_menu {
	display: none;
}

.items_list {
	font-size: 0px;
	width: 1500px;
	display: table;
	padding-bottom: 15px;
}

.items_list h2,
.page_content h2,
.items_list h1,
.reviews_list h1 {
	margin: 0px;
	font-size: 42px;
	font-weight: 300;
	margin-top: -20px;
	margin-bottom: 37px;
	margin-top: 37px;
}

.item {
	display: inline-block;
	font-size: 13px;
	max-height: 429px;
	width: 240px;
	float: left;
	margin-right: 60px;
	margin-bottom: 40px;
	position: relative;
}

.item:hover {
	transform: translateY(-10px);
}

.i_info a {
	color: #8c8c8c;
}

.i_info h3 {
	margin: 2px 0px 15px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_info h3 a {
	color: #363636;
	font-weight: 700;
	font-size: 16px;
}

.i_img,
.i_img img {
	width: 240px;
	height: 350px;
	border-radius: 4px;
}

.i_hover {
	position: relative;
	cursor: pointer;
	text-align: center;
	width: 240px;
	height: 196px;
	background: rgba(24,23,41,0.85);
	margin-top: -350px;
	padding-top: 154px;
	opacity: 0;
	box-shadow: 0px 0px 35px rgba(76,68,102,0.75);
	border-radius: 4px;
}

.item:hover .i_hover {
	opacity: 1;
}

.i_hover button {
	color: #fff;
}

.i_price {
	color: #f1484c;
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
	position: relative;
}

footer {
    font-size: 0px;
	display: table;
	width: 100%;
}

footer .wrapper {
	display: table;
    padding-top: 40px;
	border-top: 1px solid #e7e7ee;
}

#copyright {
	font-size: 13px;
	color: #8d9294;
}

#copyright a {
	color: #8d9294;	
}

#f_copyright .wrapper {
	border-top: 1px solid #e7e7ee;
	padding: 35px 0px;
}

#copyright,
#soc {
	float: right;
}

#f_info, .f_menu {
    float: left;
    font-size: 13px;
}

.f_menu {
    width: 25%;
}

.f_menu h4, #f_info h4 {
    font-size: 14px;
	text-transform: uppercase;
    margin: 0px;
    margin-bottom: 30px;
}

#f_info h4 a,
.f_menu ul li a {
    color: #8d9294;
	position: relative;
}

.f_menu ul li a:hover {
	text-decoration: none;
	font-weight: 600;
	padding-left: 20px;
}

.f_category {
	width: 50%;
}

.f_menu ul {
    padding: 0px;
}

.f_menu ul li {
    list-style: none;
    margin-bottom: 20px;
    background-size: 8px;
    width: 280px;
    display: inline-block;
}

#soc {
    font-size: 0px;
	float: left;
}

#soc a {
    display: inline-block;
    height: 32px;
	width: 32px;
    margin-right: 12px;
    background-image: url(/static/img/soc_icon_sprite.png);
    background-size: 128px 32px;
    opacity: 0.6;
}

#soc a:hover {
    opacity: 1;
}

#youtube {
    background-position: 0px 0px;		
}

#fb {
    background-position: -32px 0px;	
}

#in {
    background-position: -64px 0px;	
}

#telegram {
    background-position: -96px 0px;	
}

#pay_f {
    height: auto;
	font-size: 0px;
	margin-top: 20px;
	padding-bottom: 30px;
}

#payments a:hover, .other_payments a:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

#payments a, .other_payments a {
    display: inline-block;
    background: url(/static/img/payment_icon_sprite3.png) no-repeat;
    background-size: 1400px 27px;
    height: 27px;
    margin-right: 24px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

footer #payments {
	text-align: left;
}

footer #payments a {
    margin-right: 25px;	
}

#visa {
    width: 59px;
    background-position: -183px 0px !important;
}

#paypal {
    width: 83px;
    background-position: -64px 0px !important;
}

#mastercard {
    width: 36px;
    background-position: -147px 0px !important;
}

#webmoney {
    width: 109px;
    background-position: -456px 0px !important;
}

#neteller {
    width: 111px;
    background-position: -565px 0px !important;
}

#skrill {
    width: 64px;
}

#g2pay {
    width: 106px;
    background-position: -242px 0px !important;
}

#bitcoin {
    width: 108px;
    background-position: -348px 0px !important;
}

#unionpay {
    width: 43px;
    background-position: -676px 0px !important;
}

#liqpay {
    width: 100px;
    background-position: -719px 0px !important;
}

#dmn {
    width: 51px;
	background: url(/static/img/dmn_cms_icon_dark.png) no-repeat !important;
	background-size: cover !important;
}

#paysend {
	width: 98px;
    background-position: -819px 0px !important;
}

#payoneer {
	width: 77px;
    background-position: -917px 0px !important;
}

#westernunion {
	width: 51px;
    background-position: -994px 0px !important;
}

#moneygram {
	width: 106px;
    background-position: -1045px 0px !important;
}

#meest {
	width: 70px;
    background-position: -1151px 0px !important;
}

#swift {
	width: 27px;
    background-position: -1221px 0px !important;
}

#usdt {
	width: 105px;
    background-position: -1249px 0px !important;
}

#pages {
	font-size: 13px;
	text-align: center;
	padding-right: 52px;
	padding-bottom: 47px;
}

#usdt_icon {
    width: 105px;
	background: url(/static/img/payment_icon_sprite3.png) no-repeat;
    background-size: 1400px 27px;
    background-position: -1249px 0px !important;
    height: 27px;
	margin: 0px auto;
}

.usdt_qr {
	background: url(/static/img/usdt_qr_code.png) no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	margin: 10px auto;
}

#total_sum {
	color: #f1484c;
}

.usdt_wallet {
	text-align: center;
	border: 1px solid #d0d0d0;
    border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
	word-break: break-all;
}

.usdt_wallet b {
	font-size: 14px;
	color: #000;
}

.faq .other_payments {
	margin-bottom: 20px;
}

#pages a, #pages span {
    font-size: 13px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #8c8c8c;
}

#page_active {
    border: 2px solid #f1484c;
    color: #363636 !important;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 40%;
    -webkit-border-radius: 40%;
    -khtml-border-radius: 40%;
    border-radius: 40%;
}

#p_back, #p_next {
    margin-bottom: -14px;
    opacity: 0.4;
}

#p_back:hover, #p_next:hover {
    opacity: 1;
}

#p_next {
    background: url(/static/img/p_next.png) 50% 50% no-repeat;
    background-size: 7px 11px;
}

#p_back {
    background: url(/static/img/p_back.png) 50% 50% no-repeat;
    background-size: 7px 11px;
}

.color_palette {
	font-size: 0px;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.color_palette a,
.col_pal span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #000;
	transform: rotate(45deg);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
}

.col_pal span {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-left: 15px;
	margin-bottom: -5px;
}

.color_palette a:hover {
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	position: relative;
	z-index: 2;
}

.filters {
	float: right;
	font-size: 13px;
	padding-right: 59px;
	color: #8c8c8c;
	padding-top: 8px;
	position: relative;
}

.filters > a {
	color: #363636;
	margin-left: 15px;
	background: #fff url(/static/img/select_row.png) right 12px no-repeat;
	background-size: 25px 10px;
	border: 1px solid #d9d9d9;
	padding: 8px 30px 9px 14px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	opacity: 0.7;
}

.filters a:hover {
	opacity: 1;
}

.col_pal {
	position: relative;
	margin-right: 35px;
	padding-right: 15px !important;
}

.col_pal:before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #ababab;
	position: absolute;
	top: 10px;
	right: -23px;
}

.f_active {
	opacity: 1 !important;
	border-color: #363636 !important;
}

.row_up {
	background: #fff url(/static/img/row_up_dark.png) 15px 13px no-repeat !important;
	background-size: 10px 10px !important;
}

.profile_avatar img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-top: 6px;
	margin-left: 16px;
}

.profile_avatar img:hover {
	box-shadow: 0px 0px 0px 3px #f1484c;
}

.profile .cp_profile {
	position: relative;
}

.footer .wrapper a {
	color: #8c8c8c;
}

/** Modal **/

.modalx-overlay {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 1000;
	cursor: pointer;
	overflow: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear; 
    transition: background 0.25s linear;
    will-change: background;
}

.modal_window {
	width: 400px;
	background: #fff;
	border-top: 2px solid #f1484c;
	padding: 40px;
	z-index: 1002;
	position: relative;
	cursor: auto;
	margin: 0 auto;
	display: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	margin-bottom: 20px;
	transform: translateY(-50px);
	will-change: transform;
}

.modal_window h3 {
	margin: -8px 0px 25px 0px;
	font-size: 18px;
	font-weight: 700;
}

/** Tabs Style **/

.tabs {
	text-align: right;
	margin-top: -54px;
}

.tabs section {
	display: none;
	padding: 40px 0px;
	border-top: 1px solid #dcdcdc;
	font-size: 14px;
	text-align: left;
}

.tabs input {
	display: none;
}

.tabs > label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0px 20px 15px 20px;
	font-weight: 600;
	text-align: center;
	color: #989898;
	font-size: 14px;
	position: relative;
}

.tabs label:before {
	font-weight: normal;
	margin-right: 10px;
}

.tabs label:hover {
  color: #363636;
  cursor: pointer;
}

.tabs > input:checked + label {
  color: #363636;
  border-bottom: 2px solid #f1484c;
}

.tabs input:checked + label:before {
	opacity: 1;
}

.tabs #main_tab:checked 		~ #main_page,
.tabs #transactions_tab:checked ~ #transactions_page,
.tabs #sellers_tab:checked 		~ #sellers_page,
.tabs #payments_tab:checked 	~ #payments_page,
.tabs #reviews_tab:checked 		~ #reviews_page,
.tabs #discounts_tab:checked 	~ #discounts_page,
.tabs #configs_tab:checked 		~ #configs_page {
	display: block;
}

.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5,
.tabs #tab6:checked ~ #content6,
.tabs #tab7:checked ~ #content7,
.tabs #tab8:checked ~ #content8,
.tabs #tab9:checked ~ #content9,
.tabs #tab10:checked ~ #content10 {
	display: block;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
	display: block;
	margin: 0px auto;
	width: 367px;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 34px;
	font-family: Montserrat;
	outline: none;
}

.modal_form textarea {
	padding: 10px 14px;
	line-height: 18px;
}

.modal_form select {
	width: 397px;
	height: 36px;
}

.modal_form input:focus,
.modal_form select:focus,
.modal_form textarea:focus {
	border-color: #363636;
}

.modal_buttons button {
	float: right;
	margin-left: 10px;
}

.modal_buttons {
	min-height: 42px;
	margin-top: 30px;
}

.modal_buttons div {
	height: 42px;
	display: table-cell;
	vertical-align: middle;
}

#close_modal {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(/static/img/close_icon_dark.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    margin-top: -40px;
	right: 0px;
    opacity: 0.4;
}

#close_modal:hover {
	opacity: 1;
}

.other_payments {
    text-align: center;
    border: 1px solid rgba(100,100,100,0.3);
    border-radius: 2px;
    padding: 20px 10px 0px 10px;
    position: relative;
	margin-bottom: 20px;
}

.other_payments h4 {
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    bottom: 0px;
    margin-bottom: -8px;
    left: 50%;
    margin-left: -17px;
    background: #fff;
    width: 34px;
    position: absolute;
}

.other_payments a {
    margin: 0px 10px 17px 10px;
}

#mastercard {
    width: 36px;
    background-position: -147px 0px !important;
}

#visa {
    width: 59px;
    background-position: -183px 0px !important;
}

#liqpay {
    width: 100px;
    background-position: -719px 0px !important;
}

.g2a {
	margin-bottom: 0px;
}

.g2a h4 {
	width: 126px;
	margin-left: -63px;
	margin-top: -11px;
	bottom: auto;
	top: 0px;
}

.g2a button {
	margin-bottom: 30px;
	margin-top: 5px;
}

.list_items h3 {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid rgba(100,100,100,0.3);
	padding-bottom: 15px;
	margin: 0px 0px 10px 0px;
}

.list_items h3 > span {
	float: right;
	position: relative;
}

.list_items h3 span span {
	color: #f1484c;
}

.list_items table {
	margin-bottom: 30px;
}

.list_items table td {
	padding: 5px 0px 6px 0px;
	border-bottom: 1px solid #ececec;
}

.list_items h3 > span > div {
	font-size: 11px;
	position: absolute;
	top: -15px;
	right: 0px;
}

.list_items h3 > span > div span {
    text-decoration: line-through;
	color: #8c8c8c;
}

.page_content {
	font-size: 15px;
	padding-bottom: 50px;
}

.page_content img {
	display: block;
	margin: 20px 0px;
	width: 100%;
}

.view_demo,
.reviews {
	font-size: 0px;
}

.view_demo button {
	width: 100%;
	box-sizing: border-box;
}

.view_demo_button {
	height: 42px;
    border: 2px solid #dfdfdf;
    color: #8c8c8c;
    background: url(/static/img/view_demo_icon.png) 16px 50% no-repeat;
    background-size: 22px 16px;
}

.view_demo_button:hover {
	color: #363636;
	border-color: #363636;
}

.star {
	display: inline-block;
	width: 19px;
	height: 18px;
    background: url(/static/img/rating_icon.png)no-repeat;
    background-size: 19px 18px;
}

.star_grey {
	filter: grayscale(100%);
	opacity: 0.5;
}

.cp_profile a {
	margin-left: 0px;
}

.u_menu {
	background: url(/static/img/user_menu_icon.png) 50% 50% no-repeat;
	background-size: 20px 20px;
}

.sub-menu 
{ 
	display: none;
} 

.main-item:focus ~ .sub-menu, 
.main-item:active ~ .sub-menu, 
.sub-menu:hover 
{ 
   display: block;
   position: absolute;
   background: #fff;
   border-radius: 5px;
   box-shadow: 0px 30px 38px rgba(0,0,0,0.16);
   top: 46px;
   width: 520px;
   margin-left: -390px;
   padding: 0px;
   z-index: 3;
   color: #363636;
}

.sub-menu li {
	list-style: none;
}

.main-item:active,
.main-item:focus {
	opacity: 1 !important;
	outline: none;
}

.sub-menu:before {
	content: ''; 
    position: absolute;
    right: 102px;
	top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.user_main {
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.user_stats {
	padding: 30px 50px 36px 50px;
	color: #8c8c8c;
	font-size: 0px;
	text-align: center;
}

.user_avatar {
	width: 80px;
	height: 80px;
	float: left;
	position: relative;
}

.user_avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.user_info {
	margin-left: 104px;
	height: 75px;
	color: #8c8c8c;
	font-size: 14px;
	padding-top: 5px;
	display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-left: 20px;
}

.user_info h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #363636;
	margin-top: 4px;
	float: left;
}

.account_type {
	display: inline-block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 8px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
	background: #8cc13a;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}

.artist {
	background: #dd4c39;
}

.coder {
	background: #2e85e6;
}

.admin {
	background: linear-gradient(to right, #694ef1, #28c1ce);
}

.block {
	background: #444;
}

.user_stats div {
	width: 33%;
	display: inline-block;
	font-size: 12px;
}

.user_stats div b {
	color: #363636;
	font-size: 24px;
	font-weight: 600;
	display: block;
}

.google_plus,
.facebook,
.instagram,
.google_button:before,
.facebook_button:before {
	background: #fff url(/static/img/soc_u_icons.png);
	background-size: 84px 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
}

.facebook,
.facebook_button:before {
	background: #3b5999 url(/static/img/soc_u_icons.png) -28px 0px;
	background-size: 84px 28px;
	box-shadow: 0px 7px 10px rgba(59,89,153,0.4);
}

.instagram {
	background: #d42e81 url(/static/img/soc_u_icons.png) -56px 0px;
	background-size: 84px 28px;
	box-shadow: 0px 7px 10px rgba(212,46,129,0.4);
}

#reviews_modal {
	width: 800px;
}

.ratings {
	font-size: 0px;
	height: 18px;
}

.ratings span {
	font-size: 18px;
	font-weight: 600;
	height: 18px;
	line-height: 19px;
	display: block;
	float: left;
	margin-right: 12px;
}

.review_item {
	margin-bottom: 30px;
}

.ratings div {
	margin: 0px 2px;
}

.review_main {
	float: left;
	width: 204px;
}

.review_main .p_items {
	width: auto;
	padding-top: 0px;
	text-align: center;
}

.review_main .p_item {
	margin-right: 0px;
}

.review_content {
	border-left: 1px solid #e5e5e5;
	margin: -40px 0px -40px 244px;
	padding: 40px 0px 10px 40px;
}

.ri_avatar {
	width: 50px;
	height: 50px;
	float: left;
}

.ri_avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.ri_content {
	margin-left: 70px;
	min-height: 50px;
	padding-top: 5px;
}

.ri_content h4 {
	font-size: 14px;
	font-weight: 600;
	color: #363636;
	margin: 0px 0px 10px 0px;
}

.ri_content h4 div {
	color: #8c8c8c;
	font-weight: normal;
	font-size: 13px;
	margin-top: 3px;
}

.review_text {
	background: #e9eaf2;
	padding: 22px 26px 24px 26px;
	border-radius: 5px;
	margin-top: 20px;
}

.review_text .ratings {
	margin-bottom: 15px;
}

.ri_avatar div {
	width: 50px;
	text-align: center;
	margin-top: 12px;
	color: #8c8c8c;	
}

.review_text .ratings span {
	width: 50px;
	margin-left: -236px;
	text-align: center;
}

.review_text h4 a,
.ri_content h4 a {
	color: #363636;	
}

.mark_info {
	font-size: 0px;
	margin-top: 20px;
}

.mark_info div {
	font-size: 13px;
	text-align: center;
	width: 50%;
	display: inline-block;
	color: #8c8c8c;
}

.mark_info div h3 {
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #363636;
}

.banner {
	overflow: hidden;
	border-top: 1px solid #282738;
	height: 90px;
}

.review_add {
	border-top: 1px solid #e5e5e5;
	padding: 30px 40px 40px 40px;
}

.sign_form {
	text-align: center;
}

.seo_text {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.seo_text h6 {
	font-size: 16px;
    margin: 0px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

#demo_modal {
	background-color: #000;
	padding: 0px;
	width: 1280px;
	height: 720px;
	border-top: none;
}

#demo_modal #close_modal {
	background: url(/static/img/close_icon.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	margin-top: 0px;
	margin-right: -60px;
}

#menu_list {
	width: 240px;
	background: #fff;
	color: #fff;
	padding: 10px 0px;
	margin-left: auto;
	right: 60px;
	z-index: 10;
	box-shadow: 0px 8px 40px rgba(0,0,0,0.16);
}

#menu_list:before {
	border-bottom: 8px solid #fff;
	right: 15px;
}

.menu_list_link:focus {
	border-color: #363636;
	background: #fff url(/static/img/select_row_up.png) right 13px no-repeat;
    background-size: 25px 10px;
}

#menu_list a {
	display: block;
	padding: 10px 35px;
	color: #8c8c8c;
	text-decoration: none;
}

#menu_list a:hover {
	background-color: rgba(0,0,0,0.04);
	color: #363636;
}

.active_m,
.active_m:hover {
	color: #fff !important;
	font-weight: 600 !important;
	background-color: #f1484c !important;
	background-image: url(/static/img/confirm_icon.png);
	background-position: 12px 11px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.menu .active_menu,
.menu .active_menu:hover {
	color: #fff;
	position: relative;
}

.menu .active_menu:before {
	content: "";
	display: block;
	position: absolute;
	background: #f1484c;
	height: 2px;
	width: 100%;
	left: 0px;
	bottom: -35px;
}

.lang .active_m {
	border-radius: 0px;
	background-image: url(/static/img/confirm_icon.png);
	background-position: 53px 7px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.new,
.sale,
.free {
	position: absolute;
	width: 73px;
	height: 73px;
	background: url(/static/img/new.png) no-repeat;
	background-size: 73px 73px;
	z-index: 2;
	top: 37px;
    left: -2px;
	cursor: pointer;
}

.sale {
	background: url(/static/img/sale.png) no-repeat;
	background-size: 73px 73px;
}

.sale span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0px -1px #d58234;
	display: block;
	transform: rotate(-45deg);
	margin-top: 15px;
	margin-left: -5px;
	width: 60px;
	text-align: center;
}

.free {
	background: url(/static/img/free.png) no-repeat;
	background-size: 73px 73px;
}

.discount_price {
	font-size: 13px;
	display: block;
	position: absolute;
	margin-top: 23px;
	margin-right: 10px;
	margin-bottom: -5px;
	color: #d3d3d3;
	font-weight: 600;
	text-decoration: line-through;
}

.basic .discount_price {
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 30px;
}

.t_price {
	color: #f1484c;
	text-align: right;
	width: 80px;
	font-weight: 600;
}

.list_items .t_price {
	float: right;
}

.top-panel {
	display: none;
}

/** Game Menu **/
.game {
	display: block;
	float: left;
	height: 30px;
	margin-top: 20px;
	margin-right: 25px;
}

.game .main-item:focus ~ .sub-menu,
.game .main-item:active ~ .sub-menu,
.game .sub-menu:hover {
	position: absolute;
	width: 865px !important;
	top: 60px;
	z-index: 9999;
	width: auto;
	margin-left: 0px;
	margin: 0px;
	border-radius: 6px;
	padding: 30px;
}

.game a:hover {
	text-decoration: none;
}

.game .main-item:focus:before {
	background: url(../img/row_up.png) no-repeat;
	background-size: 10px 10px;
	opacity: 1;
}

.game .main-item:hover:focus {
	text-decoration: none;
}

.game .sub-menu:before {
	left: 63px;
	right: auto;
}

.game li a {
	display: block;
	padding: 12px 20px 12px 56px;
}

.sub-menu li a {
	font-size: 15px;
	color: #363636;
	text-decoration: none;
}

.category {
	color: #fff !important;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	padding-left: 40px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.category:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: -7px;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.1) url(../img/game_icons_white.png) -300px 0px no-repeat;
	background-size: 330px 30px;
	border-radius: 50%;
}

.game > a:before {
	right: -18px;
	top: 3px;
}

.game .item_num {
	float: right;
	font-size: 12px;
	padding: 0px 8px;
	height: 24px;
	line-height: 23px;
	border-radius: 12px;
	margin-top: -2px;
}

.l2:after {
	background-position: 0px 0px;
}

.wow:after {
	background-position: -30px 0px;
}

.pw:after {
	background-position: -60px 0px;
}

.mc:after {
	background-position: -90px 0px;
}

.mu:after {
	background-position: -119px 0px;
}

.m2:after {
	background-position: -150px 0px;
}

.other:after {
	background-position: -180px 0px;
}

.logos:after {
	background-position: -210px 0px;
}

.gambling:after {
	background-position: -240px 0px;
}

.crypto:after {
	background-position: -270px 0px;
}

.3d:after {
	background-position: -300px 0px;
}

.html:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -3px -3px;
}

.psd:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -38px -4px;
}

.dmn:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -74px -3px;
}

.figma:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -399px -3px;
}

.morpheus:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -579px -3px;
}

.wordpress:after {
	background-image: url(../img/file_types_sprite.png);
    background-size: 612px 36px;
	background-position: -111px -3px;
}

.templ_cat:after {
	background: rgba(255,255,255,0.1) url(../img/templ_cat_icon.png) 2px 2px no-repeat;
	background-size: 27px 27px;
}

.game .sub-menu a {
	position: relative;
	width: 212px;
	float: left;
}

.game .sub-menu a:hover {
	background-color: rgba(0,0,0,0.05);
	border-radius: 4px;
}

.game .sub-menu .m_themes_category a:hover:before {
	background-image: url(../img/game_icons_dark.png);
}

.game .sub-menu a:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(../img/game_icons_grey.png);
	background-size: 396px 36px;
	background-position: -360px 0px;
	position: absolute;
	top: 4px;
	left: 13px;
}

#l2:before {
	background-position: 0px 0px !important;
}

#wow:before {
	background-position: -36px 0px !important;
}

#pw:before {
	background-position: -72px 0px !important;
}

#mc:before {
	background-position: -108px 0px !important;
}

#mu:before {
	background-position: -144px 0px !important;
}

#m2:before {
	background-position: -180px 0px !important;
}

#other:before {
	background-position: -216px 0px !important;
}

#logos:before {
	background-position: -252px 0px !important;
}

#gambling:before {
	background-position: -288px 0px !important;
}

#crypto:before {
	background-position: -324px 0px !important;
}

#3d:before {
	background-position: -360px 0px !important;
}

.active_m:before {
	background-image: url(../img/game_icons_white.png) !important;
	background-size: 594px 54px;
}

.m_file_category {
	width: 285px;
	float: left;
}

.m_themes_category {
	display: block;
	float: left;
	width: 580px;
}

.m_file_category h4,
.m_themes_category h4 {
	margin: 0px 0px 15px 20px;
    font-size: 16px;
    font-weight: 600;
}

.game .active_m, 
.game .active_m:hover {
	border-radius: 4px;
	background: none;
}

.game .m_file_category a:before {
	background-image: url(../img/file_types_sprite.png);
	background-size: 612px 36px;
}

.game .m_file_category .html:before {
	background-position: 0px 0px;
}

.game .m_file_category .psd:before {
	background-position: -36px 0px;
}

.game .m_file_category .dmn:before {
	background-position: -72px 0px;
}

.game .m_file_category .wordpress:before {
	background-position: -108px 0px;
}

.game .m_file_category .momu:before {
	background-position: -432px 0px;
}

.game .m_file_category .stl:before {
	background-position: -468px 0px;
}

.game .m_file_category .figma:before {
	background-position: -396px 0px;
}

.game .m_file_category .morpheus:before {
	background-position: -360px 0px;
}

#payment_modal .other_payments a,
.faq .other_payments a {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
}

.item_num {
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
	font-weight: 600;
	height: 18px;
	line-height: 17px;
	padding: 0px 6px;
	border-radius: 9px;
	background: rgba(0,0,0,0.05);
}

#signin_modal {
	text-align: center;
}

#signin_modal h3 {
	font-size: 24px;
	font-weight: 600;
}

.sign_text {
	font-size: 14px;
	line-height: 22px;
}

.sign_buttons {
	margin-top: 35px;
}

.sign_buttons button {
	border: none;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	width: 300px;
	position: relative;
	margin-bottom: 10px;
}

.google_button:before,
.facebook_button:before {
	content: "";
	display: block;
	background: url(/static/img/soc_u_icons.png);
	background-size: 84px 28px;
	box-shadow: none;
	left: 7px;
	top: 4px;
}

.facebook_button:before {
	background-position: -28px 0px !important;
}

.sign_agreement,
.sign_text {
	padding: 0px 20px;
}

.sign_agreement {
	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 22px;
}

.google_button {
	background-color: none;
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.15);
	color: #363636 !important;
	font-size: 13px;
}

.google_button:hover {
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.4);	
}

.facebook_button {
	background-color: #4269b2;
}

.user_rank {
	float: right;
	margin-top: -5px;
}

.user_rank a {
	display: block;
	width: 90px;
	height: 90px;
	background: url(/static/img/rank_icons.png) no-repeat;
	background-size: 270px 90px;
}

.gold {
	background-position: -180px 0px !important;
}

.jade {
	background-position: -90px 0px !important;
}

.sales_table .payment_icon:before {
	top: 6px;
}

.cart {
	width: 32px;
	height: 32px;
	background: url(/static/img/cart_icon.png) no-repeat;
	background-size: 32px 32px;
	position: absolute;
	left: 960px;
	top: 43px;
}

.num {
	background: #f1484c;
	padding: 2px 7px 3px 7px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	border-radius: 12px;
	position: absolute;
	box-shadow: 0px 5px 10px rgba(241,72,76,0.3);
	top: -6px;
	right: 2px;
}

.cart .num {
	top: -3px;
    right: -5px;
}

.cat_content {
	display: table;
	width: 100%;
	min-height: 500px;
}

.purses_info {
	border: 1px dashed #d9d9d9;
	border-radius: 2px;
	padding: 80px 0px 20px 0px;
	text-align: center;
	background: #fff;
    position: relative;
	width: 395px;
    margin: 0px auto;
	cursor: pointer;
}

.purses_info:hover {
	border-color: #363636;
}

.purses_info:before {
	content: "";
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(/static/img/info_icon_sprite.png) no-repeat;
	background-size: 640px 128px;
	left: 50%;
	margin-left: -32px;
	top: 14px;
}

.sign_link {
	display: inline-block;
	font-size: 12px;
    font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 0.5px;
	color: #77789a !important;
	text-decoration: none !important;
	position: relative;
	margin-top: 14px;
}

.sign_link:hover {
	color: #f1484c !important;
}

.sign_link:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin-top: -7px;
	margin-left: 15px;
	border-radius: 50%;
	background: url(/static/img/no_avatar.png) no-repeat;
	background-size: cover;
}

.b_disabled {
	opacity: 0.4;
	filter: grayscale(100%);
}

.b_disabled label {
	cursor: default !important;
}

.purse_result {
	width: 400px;
	margin: 0px auto;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -275px;
}

.pr_icon {
	background: #f5faf5 url(/static/img/success_icon.png) 50% 50% no-repeat;
	background-size: 100%;
	border-radius: 50%;
	width: 400px;
	height: 400px;
}

.pr_text {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 20px;
	margin-top: -120px;
}

.pr_text h3 {
	font-size: 24px;
	font-weight: 600;
}

.pr_button {
	text-align: center;
	padding: 30px 0px 40px 0px;
}

.pr_button span a {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	padding: 0px 30px;
	background: linear-gradient(to top, #22a86f, #9ddf56);
	box-shadow: 0px 10px 15px 0px rgba(52,176,107,0.3);
	border-radius: 5px;
	text-transform: uppercase;
}

.pr_button div {
	font-size: 16px;
	padding-top: 40px;
}

.pr_fail .pr_icon {
	background: #fef9f7 url(/static/img/fail_icon.png) 50% 50% no-repeat;
	background-size: 100%;
}

.pr_fail .pr_button span a {
	background: #f93612;
	box-shadow: none;
}

.reviews_list {
	padding-bottom: 10px;
}

.rev_img {
	width: 120px;
	float: left;
}

.rev_img div {
	width: 120px;
	height: 70px;
	background-size: cover;
	border-radius: 3px;
	cursor: pointer;
}

.rev_content {
	margin-left: 140px;
	min-height: 70px;
}

.reviews_list h1 .add_button {
	float: right;
	margin-top: 16px;
}

.add_button {
    color: #49b455 !important;
    font-weight: 600;
    background: #e5f3e2;
    padding: 5px 14px 6px 32px;
    border-radius: 3px;
    position: relative;
    text-decoration: none !important;
	font-size: 13px;
}

.add_button:hover {
	background: #cceac5;	
}

.add_button:before {
    content: "+";
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #49b455;
    line-height: 16px;
    position: absolute;
    left: 8px;
    top: 6px;
}

select {
    background: url(../img/select_row.png) right 11px no-repeat;
    background-size: 25px 10px;
    -webkit-appearance: none;
    border-radius: 2px;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
	padding: 0px 14px;
}

.rev_add .modal_form select,
.rev_add .modal_form input,
.rev_add .modal_form textarea {
	margin: 0px 0px 10px 0px;
	width: 100%;
	box-sizing: border-box;
}

.rev_add {
	margin: 0px -40px;
}

.rev_add .buttons {
	padding-top: 10px;
}

.rev_add .review_text {
	margin-top: 0px;
	background: #e9eaf2;
}

.rev_add .review_text select {
	background-color: #fff;
}

a#move_up {
	position: fixed;
	top: 50%;
	margin-top: -34px;
	right: 30px;
	height: 68px;
	width: 42px;
	display: none;
	background: rgba(24,23,41,0.95);
	opacity: 0.7;
	z-index: 999;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
}

a#move_up:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/go_top.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 18px;
	left: 5px;
}

a#move_up:hover:before {
	top: 12px;
}

.faq img {
	width: auto;
	border: 1px solid #e5e5e5;
}

.file_type {
	width: 74px;
	height: 74px;
	border: none !important;
	float: left;
    margin: 0px 20px 20px 0px !important;
}

.buy_warn {
	font-size: 12px;
}

.buy_warn a {
	color: #363636;
	text-decoration: underline;
}

/** Rating **/

.rate {
	width: 100%;
	height: 36px;
}

#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url(../img/rating_icons.png) no-repeat;
  background-size: cover;
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input h4 {
	float: left;
	margin-right: 10px;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -18px;
  height: 18px;
  width: 19px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 18px;
  width: 19px;
  float: right;
  cursor: pointer;
  margin-right: 4px;
  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -18px;
  height: 18px;
  width: 19px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 21px;
}
#reviewStars-input #star-2 {
  left: 42px;
}
#reviewStars-input #star-3 {
  left: 63px;
}
#reviewStars-input #star-4 {
  left: 84px;
}
#reviewStars-input #star-5 {
  left: 105px;
}

#reviews_modal .review_add {
	padding-bottom: 0px;
}

/** Slider Style **/

/* стили основного контейнера слайдера */
.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* стили для обёртки, в которой заключены слайды */
.slider__wrapper {
  position: relative;
  overflow: hidden;
}

/* стили для контейнера слайдов */
.slider__items {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__items img {
	float: left;
}

/* стили для слайдов */
.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  height: 64px;
  cursor: pointer;
  padding-top: 24px;
}

/* стили для кнопок "вперед" и "назад" */
.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.slider__control_prev {
  left: 0px;
}

.slider__control_next {
  right: 0px;
}

.slider__control::before,
.f_menu ul li a:hover:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.f_menu ul li a:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0484d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.f_menu ul li a:hover:before {
	position: absolute;
	left: 0px;
	top: 4px;
	color: red;
}

/* стили для индикаторов */
.slider__indicators {
  position: absolute;
  right: 0;
  left: 0;
  top: 105px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.slider__indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  text-indent: -999px;
  cursor: pointer;
  position: relative;
  margin: 0px 2px;
}

.slider__indicators li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid #363636;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 7px;
	opacity: 0.3;
}

.slider__indicators li.active:before {
	border-color: #f1484c;
	opacity: 1;
	box-shadow: 0px 0px 10px 0px rgba(241,72,76,1);
}

/* для стилизации текущего слайдера */
.img-fluid {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.slider__controls {
	opacity: 0;
}

.slider:hover .slider__controls {
	opacity: 1;
}

.slider_block {
	background-color: #100f1d;
	color: #fff;
}

.slide_banner {
	height: 88px;
	width: 960px;
	background-size: cover;
}

.paypal_banner {
	background: url(../img/slider/paypal_banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.youtube_banner {
	background: url(../img/slider/youtube_banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.dmn_banner {
	background: url(../img/slider/dmn_banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.black_banner {
	background: url(../img/slider/black_banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;	
}

.christmas_banner {
	background: url(../img/slider/christmas_banner.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;	
}

.partner_banner {
	background: url(../img/slider/partner_banner.jpg) center no-repeat;
	background-size: cover;
}

.ukraine_banner {
	background: url(../img/slider/ukraine_banner.jpg) center no-repeat;
	background-size: cover;
}

.momu_banner {
	background: url(../img/slider/momu_banner.jpg) center no-repeat;
	background-size: cover;
}

.slider__item button {
	float: right;
	border-color: rgba(255,255,255,0.4);
	color: #fff;
}

.slider__item h4 {
	font-size: 30px;
	font-weight: 400;
	padding-left: 0px;
	margin: 0px;
	display: inline-block;
	margin-top: -4px;
}

.slider__item img {
	margin-right: 30px;
}

.slider__item span {
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin-left: 40px;
}

.slider__item span:before {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background: rgba(255,255,255,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
}

.services_table td {
	padding: 8px 12px;
	border: 1px solid #fff;
	border-bottom: 1px solid #e2e2e2;
}

.td_service {
	width: 68%;
}

.td_terms {
	width: 16%;
	text-align: center
}

.td_price {
	width: 16%;
	text-align: center;
	color: #49b455;
	font-weight: 600;
}

.sub_title td {
	background: #e9eaf2;
	color: #363636;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.table_info {
	margin-top: 20px;
	font-size: 11px;
	margin-bottom: 20px;
}

.empty_products {
	font-size: 13px;
}

.lock_icon {
	display: none;
}

.manual_mode {
	margin-top: 35px;
}

.manual_mode h4 {
	width: 176px;
	margin-left: -88px;
	bottom: auto;
	top: -10px;
}

.manual_mode > div {
	padding: 0px 20px 20px 20px;
	text-align: left;
}

footer #payments a {
	margin-bottom: 10px;
}

.item_info input[type="checkbox"] + label:before {
	content: "";
    background-size: 16px 16px;
	background-color: #fff;
    border: 1px solid #d9d9d9;
    position: absolute;
    display: block;
    top: 25px;
    left: -9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;	
}

#basic:before {
    background-color: #959598;
    border-color: #959598;
    background-image: url(../img/confirm_icon.png);
    top: 50%;
	margin-top: -10px;
}

#basic > div {
    height: auto;
	display: block;
}

.item_info input[type="checkbox"]:checked + label:before {
	background-color: #f1484c;
    border-color: #f1484c;
    background-image: url(../img/confirm_icon.png);	
}

.item_info input[type="checkbox"]:checked + #unique:before {
	background-color: #49b455;
    border-color: #49b455;
}

#user_header {
	height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
	padding-top: 100px;
	overflow: hidden;
}

#blured_header {
	height: 200px;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
    background-position: 50% 50%;
    background-size: cover;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
}

#user_header:before, #user_header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

#user_header .user_avatar {
	float: none;
	margin: 0px auto;
}

#user_header .user_avatar,
.username {
	position: relative;
	text-align: center;
	z-index: 2;
}

.username {
	font-size: 16px;
}

#user_header .user_avatar img,
#user_header .user_avatar {
	width: 100px;
	height: 100px;
}

.username h2 {
	font-size: 24px;
	margin: 15px 0px 0px 0px;
}

.profile_title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 30px;
	height: 36px;
	line-height: 36px;
}

.profile_title .contact_button {
	float: right;
}

.profile_title .contact_button button {
	text-transform: none;
	letter-spacing: 1px;
	border: none;
	background: rgba(0,0,0,0.05);
	font-size: 13px;
	height: 36px;
	padding: 0px 20px 2px 20px;
}

.profile_title h3 {
	margin: 0px;
	font-weight: 400;
}

.item_content #payments a {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
	margin-right: 15px;
}

.warning_block {
	border: 2px dashed #f1484c;
	padding: 15px 20px 16px 64px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #f1484c;
	position: relative;
}

.warning_block:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/warning_icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 13px;
	left: 13px;
}

.warning_block a {
	text-decoration: underline;
}

.info_bar {
	height: 38px;
	background: linear-gradient(to right, #000, #f40011);
	color: #fff;
	font-size: 11px;
	line-height: 38px;
	padding-left: 48px;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
}

.info_bar:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: 16px;
	background: url(../img/info_bar_icon.png) no-repeat;
}

.info_bar span {
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 40px;
	position: relative;
}

.info_bar span:before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 2px;
	right: -22px;
}

.file_types {
    position: absolute;
    right: 0px;
	padding-left: 90px;
    height: 36px;
    overflow: hidden;
	margin-top: 5px;
	margin-bottom: -3px;
}

.file_types a {
	display: block;
	position: relative;
	z-index: 4;
	float: right;
	width: 36px;
	height: 36px;
	margin: 0px -7px;
	background: url(../img/file_types_sprite.png) no-repeat;
	background-size: 612px 36px;
}

.file_category {
	margin-bottom: 40px;
}

.file_category a {
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.04);
	border-radius: 50%;
	margin-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

.file_category a:hover {
	background-image: none;
	background: rgba(0,0,0,0.06);
}

.file_category a span {
	top: 9px;
}

.file_category a:before {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../img/file_types_sprite.png) no-repeat;
	background-size: 612px 36px;
}

.basic label:after {
	top: 9px;
    left: 12px;
}

.basic #basic:after {
	top: 50%;
	margin-top: -26px;
}

.file_category .psd:before,
.file_types .psd {
	background-position: -36px 0px !important;	
}

.file_category .dmn:before,
.file_types .dmn {
	background-position: -72px 0px !important;	
}

.file_category .wordpress:before,
.file_types .wordpress {
	background-position: -108px 0px !important;	
}

.file_category .ipb:before,
.file_types .ipb {
	background-position: -144px 0px !important;	
}

.file_category .mobile:before,
.file_types .mobile {
	background-position: -216px 0px !important;	
}

.file_category .phpbb:before,
.file_types .phpbb {
	background-position: -180px 0px !important;	
}

.file_category .woltlab:before,
.file_types .woltlab {
	background-position: -252px 0px !important;	
}

.file_category .webengine:before,
.file_types .webengine {
	background-position: -288px 0px !important;	
}

.file_category .jpg:before,
.file_types .jpg {
	background-position: -324px 0px !important;	
}

.file_category .morpheus:before,
.file_types .morpheus {
	background-position: -360px 0px !important;	
}

.file_category .figma:before,
.file_types .figma {
	background-position: -396px 0px !important;	
}

.file_category .momu:before,
.file_types .momu {
	background-position: -432px 0px !important;	
}

.file_category .stl:before,
.file_types .stl {
	background-position: -468px 0px !important;	
}

.file_category .png:before,
.file_types .png {
	background-position: -504px 0px !important;	
}

.file_category .xmu:before,
.file_types .xmu {
	background-position: -540px 0px !important;	
}

.basic label:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 50px;
	background: url(../img/file_types_new.png) no-repeat;
	background-size: 800px 50px;	
}

.basic .psd:after {
	background-position: -40px 0px !important;	
}

.basic .dmn:after {
	background-position: -80px 0px !important;	
}

.basic .wordpress:after {
	background-position: -120px 0px !important;	
}

.basic .ipb:after {
	background-position: -160px 0px !important;		
}

.basic .mobile:after {
	background-position: -240px 0px !important;		
}

.basic .figma:after {
	background-position: -440px 0px !important;		
}

.basic .phpbb:after {
	background-position: -200px 0px !important;		
}

.basic .woltlab:after {
	background-position: -280px 0px !important;		
}

.basic .webengine:after {
	background-position: -320px 0px !important;		
}

.basic .jpg:after {
	background-position: -360px 0px !important;		
}

.basic .momu:after {
	background-position: -480px 0px !important;		
}

.basic .stl:after {
	background-position: -520px 0px !important;		
}

.basic .morpheus:after {
	background-position: -400px 0px !important;		
}

.basic .png:after {
	background-position: -560px 0px !important;		
}

.basic .xmu:after {
	background-position: -600px 0px !important;		
}

.product_demo {
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
    top: 54px;
    right: 15px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    opacity: 0.4;
	z-index: 9;
	cursor: pointer;
}

.product_demo:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/video_icon.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 7px;
	top: 2px;
}

.partnership_link {
	color: #37c781 !important;
}

.new_file > div:before {
	display: none;
	content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(../img/new.png) no-repeat;
    background-size: cover;
    z-index: 2;
    top: -2px;
    left: -2px;
    cursor: pointer;	
}

.cp_profile .main-item:focus ~ .sub-menu, 
.cp_profile .main-item:active ~ .sub-menu, 
.cp_profile .sub-menu:hover {
   top: 34px;	
}

@media screen and (max-width: 1610px) {
	.wrapper {
		width: 1140px;
	}
	
	.items_list {
		width: 1200px;
	}
	
	.item_demo {
		width: 700px;
	}
	
	.item_info {
		margin-left: 700px;
	}
	
	.buying_form .wrapper {
		width: 1140px;
		padding-right: 0px;
	}
	
	.cart {
		left: 760px;
	}
}

@media screen and (max-width: 1420px) {
	#demo_modal,
	#demo_modal iframe	{
		width: 1080px;
		height: 608px;
	}	
}

@media screen and (max-width: 1310px) {
	.wrapper {
		width: 840px;
	}
	
	.items_list {
		width: 900px;
	}
	
	.item_content {
		display: block;
		width: auto;
	}
	
	.item_demo {
		width: 100%;
		float: none;
	}
	
	.item_info {
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 20px;
		width: auto;
	}
	
	.i_block {
		margin-top: 20px;
		padding-top: 20px;
	}
	
	.warning_block:before {
		width: 32px;
		height: 32px;
		top: 7px;
		left: 13px;
	}
	
	.warning_block {
		padding: 15px 20px 16px 55px;
	}
	
	.p_items {
		width: auto;
	}
	
	.buy_info {
		width: 200px;
	}
	
	.buy_total {
		width: 184px;
	}
	
	.cart {
        left: 520px;
    }
	
	.buy_email input {
		width: 200px;
	}
	
	.buying_form .wrapper {
		width: 840px;
		padding-right: 0px;
	}
	
	.game .main-item:focus ~ .sub-menu,
	.game .main-item:active ~ .sub-menu,
	.game .sub-menu:hover {
		width: 570px !important;
	}
	
	.m_themes_category {
		width: 285px;
	}
	
	#demo_modal,
	#demo_modal iframe {
		width: 800px;
		height: 450px;
	}
	
	.menu a {
		margin: 0px 10px;
	}
	
	.lang {
		margin-right: 10px;
	}
	
	.profile_avatar img {
		margin-left: 10px;
	}
	
	#search {
		margin-right: 5px;
	}
	
	.hide:checked + label + div {
		width: 490px;
	}
	
	.hide:checked + label + div input {
		width: 340px;
	}
	
	.slider__item span {
		width: 220px;
		margin-top: 0px;
		font-size: 16px;
		height: 38px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.slider__item span:before {
		display: none;
	}
	
	.slider__item h4 {
		margin-top: 0px;
		float: left;
	}
	
	.slider__item span {
		padding-left: 20px;
		margin-left: 20px;
	}
}