html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	min-height: 100%;
	min-width: 300px;
}

html,
html a {
	-webkit-font-smoothing: antialiased
}

body,
select,
input,
textarea,
button {
	font: normal 14px/1.5 "Proxima Nova Rg", Arial, Helvetica, sans-serif;
	color: #000;
	outline: none
}

a {
	outline: none;
	color: #000;
	text-decoration: none
}

a img {
	border: 0 none
}

h1,
h2,
h3,
h4,
h5 {
	line-height: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	text-align: left;
}

h1 {
	font-size: 23px
}

h2 {
	font-size: 21px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px
}

strong,
b {
	font-weight: 700
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.tr,
.header .headerbottom .wline .nav nav ul li a,
.barterbut .bc,
.header .headerbottom .wline .nav nav ul li,
.header .login .enter a,
.header .login .logbut a,
.barterbut .bb,
.barterbut .bb:before,
.barterbut .bc,
.bc:before,
.barters ul li a .bartervr,
.navigation ul li,
.navigation ul li a,
.newslist .newsitem .newsinfo h2,
.newslist .newsitem figure .mask,
.newslist .newsitem figure .picon,
.news .allnews a,
.footer .footertop .footerleft .footerinfo .more a,
.footer .footermenu ul li a,
.searchset .searchvr .searcht .scatpanel .scatlist > ul > li.hassub > span,
.searchset .searchvr .searcht .scatpanel .scatlist > ul > li.hassub .subsearch ul li,
.advs .advssend input[type="submit"],
.fbarter .bb,
.fbarter .bc,
.fbarter .bb:before,
.fbarter .bc:before,
.comments .commentlist .comment .cominfo .comtop .coml a,
.addcomment .inptop .inptr input,
.addcomment .inparea textarea,
.standartbutton input[type="submit"],
.gshare .gsoc ul li a,
.profile .profiletop .profinfo .proflinks ul li a,
.profile .profiletop .profinfo .proflinks ul li.sendmessage a:before,
.profile .profilebottom .proftabs ul li:after,
.xform .xline .xf input[type="text"],
.xform .xline .xf input[type="password"],
.xform .xline .xf textarea,
.logbtm .lsave label i,
.modbut {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/* -- Gotham Rounded --- */
@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/subset-GothamRnd-Bold.eot');
	src: url('../fonts/subset-GothamRnd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-GothamRnd-Bold.woff2') format('woff2'),
		url('../fonts/subset-GothamRnd-Bold.woff') format('woff'),
		url('../fonts/subset-GothamRnd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../fonts/subset-GothamRnd-Book.eot');
	src: url('../fonts/subset-GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-GothamRnd-Book.woff2') format('woff2'),
		url('../fonts/subset-GothamRnd-Book.woff') format('woff'),
		url('../fonts/subset-GothamRnd-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* -- Gotham Rounded --- */

body {
	font-family: 'Gotham Rounded', Arial, Helvetica, sans-serif;
}

.bartervr img {
	display: block;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	max-width: 65px !important;
	max-height: 65px !important;
	margin: 5px auto;
}

.modalcontent {
	width: 300px;
	height: 600px;
	padding: 5px;
	background: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}

.barters {
	position: relative;
	z-index: 9999;
}


.barters a {
	display: flex;
	align-items: center;
	z-index: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
}

.barters a .bartervr {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.popular .barters a .bartervr {
	background-color: #f0f0f0;
}

.barters img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}

.barters a .barterinfo {
	padding: 4px 1px;
	right: 0;
	top: 0;
	display: block;
	z-index: 2;
	height: 18px;
	width: 100%;
}

.barters a .barterinfo h2 {
	color: #262626;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	height: 24px;
	overflow: hidden;
	margin-bottom: 5px;
	word-wrap: break-word;
	margin-top: 20px;
}

.barters a .barterinfo .bartercat {
	display: inline-block;
	color: #f9f5e5;
	background-color: #3c4a57;
	padding: 0 8px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 3px;
	margin-bottom: 3px;
	text-transform: none;
}

.barters a .barterinfo .price {
	font-weight: bold;
	color: #109e97;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 22px;
}

.barters a .barterinfo .price span {
	display: inline-block;
	background-color: #109e97;
	padding: 0 9px;
	color: #f9f5e5;
	border-radius: 3px;
	min-width: 60px;
	text-align: center;
}

.barters a .barterinfo time {
	font-size: 14px;
	color: #7c7a71;
}

.barterbut {
	position: relative;
	clear: both;
	padding: 0 3px;
}

.barterbut .bb {
	z-index: 2;
	margin-top: 3px;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	background-color: #d31316;
	padding: 10px;
	position: absolute;
	overflow: hidden;
}

.barterbut .bb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/bbfon.png);
	background-position: 0 0;
	opacity: .18;
}

.barterbut .bb i {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../images/bb.svg);
	position: relative;
}

.barterbut .bc {
	/* color: #ff003c; */
	color: #323232;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

.prd_nm {
	display: block;
	width: 100%;
	padding: 0 10px;
}

.prd_name {
	color: #111827;
	font-size: 9px;
	line-height: 1;
	text-align: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.per_price {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: -79px;
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 7px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	padding: 3px;
	background-color: #ff003c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.bfr_price {
	/* margin-bottom: 3px; */
	color: #323232;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	position: relative;
	padding: 0;
}

.bfr_price span {
	display: inline-flex;
	align-items: center;
	position: relative;
}


.bfr_price span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #323232;
}

.barterbut .bc span {
	display: inline-flex;
	align-items: center;
	position: relative;
	/* padding-right: 16px; */
}

.barters ul li a:hover .barterbut .bb,
.barterbut.barterp a:hover .bb {
	background-color: #bb4207;
}

.barters ul li a:hover .barterbut .bb:before,
.barterbut.barterp a:hover .bb:before,
.barters ul li a:hover .barterbut .bc:before,
.barterbut.barterp a:hover .bc:before {
	background-position: 100% 0;
}

.modslide .owl-nav > div {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.modslide .owl-nav > div:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	top: 12px;
	background-position: 0 0;
	background-size: cover;
}

.modslide .owl-nav .owl-prev {
	left: -1px;
}

.modslide .owl-nav .owl-next {
	right: -1px;
}

.modslide .owl-nav .owl-prev:before {
	background-image: url(../images/popslideprev.svg);
}

.modslide .owl-nav .owl-next:before {
	background-image: url(../images/popslidenext.svg);
}

.modslide .owl-nav > div:hover:before {
	background-position: 0 100%;
}

h4.b_h4 {
	font-size: 13px;
	/* height: 52px; */
	overflow: hidden;
	text-align: center;
	display: block;
}

.adselogo {
	z-index: 1;
	position: absolute;
	padding: 2px;
	right: 1px;
	bottom: 1px;
	/* background: #ffffff; */
	width: 298px;
	border: 1px solid #e31e24;
	height: 29px;
}

.adselogo i {
	width: 12px;
	height: 12px;
	display: block;
	background: url(http://adsense.az/static/ads/ads.svg);
}

#adshover {
	font-family: Arial;
	/* position: absolute; */
	top: 0;
	right: 0;
	/* background-color: #e31e24; */
	color: #e31e24;
	font-size: 14px;
	height: 20px;
	line-height: 0px;
	padding: 10px 10px;
}


#adsense img {
	width: 100%;
	height: 100%;
}

a.smartbee_logo span {
	float: left;
	display: block;
	padding: 2px 4px;
	height: 17px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	display: none;
	font-family: Arial, Tahoma, sans-serif;
	background-color: #facc25;
	color: #fff;
	position: absolute;
	left: -108px;
	width: 107px;
}

a.smartbee_logo:hover span {
	display: none;
}

a.main_logo {
	float: left;
	display: block;
	width: 120px;
}

a.smartbee_logo {
	float: left;
	width: 30px;
	height: 20px;
	background: url('../images/smartbee_bg.svg') no-repeat center;
	position: relative;
}

.left-banner {
	float: left;
}

.right-banner {
	float: right;
}

.banner_top {
	z-index: 1;
	position: absolute;
	padding: 2px;
	right: 1px;
	top: 1px;
	/* background: #ffffff; */
	width: 298px;
	border: 1px solid #e31e24;
	height: 27px;
	text-align: center;
}

img.img_logo {
	/* height: 21px; */
	width: 90px;
	position: absolute;
	left: 7px;
	top: 3px;
}

img.hot__line__img {
	width: 15px;
	float: left;
	margin-right: 6px;
	margin-left: 8px;
}

.hot__line__inner.d-flex h1 {
	margin: 0px 0px 3px 9px;
	width: 90px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 700;
	color: #de1f23;
	text-transform: capitalize;
	font-size: 14px;
}

.hot__line__inner.d-flex {
	width: 100px;
	margin: 0 auto;
	margin-top: 2px;
}

img.bosh_logo {
	width: 79px;
	right: 6px;
	position: absolute;
	top: -11px;
}

.full_img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.full_img .per_price {
	left: 5px;
	top: 5px;
}

.flip-card-inner {
	width: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card-front {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.b_inner:hover .flip-card-front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}


.b_inner:hover .full_img {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}


.flip-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.full_img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}

.bnr_items {
	display: block;
	width: 100%;
	position: relative;
}

.bnr_itm_row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -1px;
}

.bnr_itm_col {
	display: flex;
	width: 50%;
	padding: 1px;
}

.b_inner {
	width: 100%;
	height: 103px;
	max-height: 100%;
	/* overflow: hidden; */
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.active_item .b_inner {
	border-color: #ff003c;
}

.bnr_items:hover .b_inner {
	border-color: #f3f3f3 !important;
}

.bnr_itm_col:hover .b_inner {
	border-color: #ff003c !important;
}


.barterinfo {
	position: relative;
}

.barterinfo .bfr_price {
	display: none;
}

.barterinfo .barterbut {
	display: block;
}

.barterinfo.open .bfr_price {
	display: block;
}

.barterinfo.open .barterbut {
	display: none;
}

.kontakt_logo {
	display: block;
	margin: 0 auto 0 0;
}

.kontakt_logo a {
	display: flex;
	width: 140px;
	height: 31px;
}

.kontakt_logo a img {
	display: flex;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}