html, body {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #2e2e2e;
}

* {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 980px;
}

a {
	color: #0f75c7;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

.blue_btn,
.grey_btn,
.green_btn,
.red_btn/*,
.orange_btn*/ {
	display: block;
	margin: 10px 0;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	background-size: contain;
	outline: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	color: white;
	letter-spacing: 0.5px;
	text-align: center !important;
	text-decoration: none !important;
	outline: none;
}
@media (max-width: 959px) {
	.blue_btn,
	.grey_btn,
	.green_btn,
	.red_btn/*,
	.orange_btn*/ {
		padding: 5px;
	}
}
@media (min-width: 960px) {
	.blue_btn,
	.grey_btn,
	.green_btn,
	.red_btn/*,
	.orange_btn*/ {
		padding: 5px 10px;
	}
}

.blue_btn  {
	background-image: url(../images/blue-btn-bg.jpg);
}

.green_btn  {
	background-image: url(../images/green-btn-bg.jpg);
}

.red_btn  {
	background-image: url(../images/red-btn-bg.jpg);
}

.blue_btn:hover,
.green_btn:hover,
.red_btn:hover/*,
.orange_btn:hover*/ {
	opacity: 0.8;
}

input[type="text"],
input[type="password"] {
	padding: 4px 10px;
	height: 30px;
	background-color: white;
	border: 1px solid #dadada;
	border-radius: 3px;
	outline: none !important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #555;
}

textarea {
	padding: 4px 10px;
	min-height: 160px;
	background-color: white;
	border: 1px solid #dadada;
	border-radius: 3px;
	outline: none !important;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #555;
}

*:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed;
}

header .header-top {}
@media (max-width: 767px) {
	header .header-top {
		display: none;
	}
}

header .header-top .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

header .headerTop-left {
	width: calc(100% / 2 - 10px);
	background-image: url(../images/top-string.jpeg);
	background-position: 240px center;
	background-repeat: no-repeat;
}

header .headerTop-left .ask-a-question {
	max-width: 220px;
}

header .headerTop-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% / 2 - 10px);
}

header .headerTop-right .userName {
	flex: 1 0 auto;
    color: #1776c8;
}

header .headerTop-right .logout {
	margin-left: 10px;
	width: 100px;
}

header .headerTop-right .profile {
	margin-left: 10px;
	width: 140px;
}

header .header-middle {
	margin-top: 10px;
	background-color: #f1f1f1;
}
@media (max-width: 767px) {
	header .header-middle {
		display: none;
	}
}

header .header-middle .container {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-logo {
	display: flex;
	flex-shrink: 0;
	width: 120px;
	height: 45px;
	background: url(../images/logo.png) center center no-repeat transparent;
	background-size: cover;
}

header .header-slogan.desktop {
	margin-left: 15px;
	max-width: 230px;
	font-weight: bold;
	line-height: 15px;
	color: #636363;
}
@media (max-width: 767px) {
	header .header-slogan.desktop {
		display: none;
	}
}

header .header-slogan.mobile {
	margin-top: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f1f1f1;
	font-size: 12px;
}
@media (min-width: 768px) {
	header .header-slogan.mobile {
		display: none;
	}
}

header .header-search {
	margin-left: 30px;
	flex: 1 0 auto;
	min-width: 0;
}

header .add-advert {
	margin-left: 10px;
    width: 140px;
}

header .header-bottom {
	margin-top: 20px;
	background-color: #f1f1f1;
}
@media (max-width: 767px) {
	header .header-bottom {
		display: none;
	}
}

header .header-filter {
	margin: 0 -5px;
	padding: 10px 0;
	display: flex;
	align-items: flex-end;
}

header .headerFilter-col {
	margin: 0 5px;
}

header .headerFilter-col_categories {
	flex-grow: 1;
}

header .headerFilter-col_condition {
	width: 100px;
}

header .headerFilter-col_price .headerFilter-input {
	display: flex;
	align-items: center;
	width: 170px;
}

header .headerFilter-col_price .headerFilter-input span {
	width: 20px;
	text-align: center;
}

header .headerFilter-col input {
	width: calc(50% - 5px);
}

header .headerFilter-col_currency {
	width: 100px;
}

header .headerFilter-col_actions {}
@media (max-width: 959px) {
	header .headerFilter-col_actions {
		width: 100px;
	}
}
@media (min-width: 960px) {
	header .headerFilter-col_actions {
		display: flex;
		justify-content: space-between;
		width: 210px;
	}
}

header .headerFilter-col_actions .blue_btn {
	margin: 0;
}
@media (max-width: 959px) {
	header .headerFilter-col_actions .blue_btn {
		width: 100%;
	}
}
@media (min-width: 960px) {
	header .headerFilter-col_actions .blue_btn {
		width: 50%;
	}
}

header .headerFilter-col_actions .red_btn {
	margin: 10px 0 0 0;
}
@media (max-width: 959px) {
	header .headerFilter-col_actions .red_btn {
		margin: 10px 0 0 0;
		width: 100%;
	}
}
@media (min-width: 960px) {
	header .headerFilter-col_actions .red_btn {
		margin: 0 0 0 10px;
		width: 50%;
	}
}

header .header-map {
	margin-top: 20px;
	height: 300px;
}

header .header-mobile {
	position: fixed;
	z-index: 31;
	top: 0;
	right: 0;
	left: 0;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
	header .header-mobile {
		display: none;
	}
}

header .header-mobile .container {
	padding-right: 10px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: auto;
}
header .header-mobile .container::-webkit-scrollbar {
	display: none;
}

header .headerMobile-left {
	display: flex;
	align-items: center;
}

header .headerMobile-left .header-logo {
	width: 90px;
	height: 33.75px;
}

header .headerMobile-left .ask-a-question {
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

header .headerMobile-left .ask-a-question svg {
	display: block;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

header .headerMobile-right {
	display: flex;
	align-items: center;
}

header .headerMobile-right .add-advert {
	margin: 0;
}
@media (max-width: 959px) {
	header .headerMobile-right .add-advert {
		padding: 10px;
		width: auto;
		border-radius: 50%;
	}
}

header .headerMobile-right .add-advert span {}
@media (max-width: 959px) {
	header .headerMobile-right .add-advert span {
		display: none;
	}
}

header .headerMobile-right .add-advert svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: white;
}
@media (min-width: 960px) {
	header .headerMobile-right .add-advert svg {
		display: none;
	}
}

header .headerMobile-right .header-searchTigger {
	position: relative;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

header .headerMobile-right .header-searchTigger i {
	position: absolute;
	display: block;
	height: 4px;
	width: 24px;
	left: 50%;
	background: #636363;
	border-radius: 2px;
	transition: all .25s ease-out;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
}

header .headerMobile-right .header-searchTigger i:nth-child(1) {
	top: 50%;
	margin-top: -10px;
}

header .headerMobile-right .header-searchTigger i:nth-child(2) {
	top: 50%;
	margin-top: 6px;
}

header .headerMobile-right .header-searchTigger svg {
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1;
	pointer-events: none;
}

.search-opened header .headerMobile-right .header-searchTigger i {
	opacity: 1;
}

.search-opened header .headerMobile-right .header-searchTigger i:nth-child(1) {
	margin-top: 0;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.search-opened header .headerMobile-right .header-searchTigger i:nth-child(2) {
	margin-top: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.search-opened header .headerMobile-right .header-searchTigger svg {
	opacity: 0;
}

#mobile-search {
	position: fixed;
	z-index: 11;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: calc(100vh - 56px);
	background: #f1f1f1;
	overflow: auto;
	transform: translateX(-100vw);
	transition: all 0.5s ease-in-out;
}
.search-opened #mobile-search {
	transform: translateX(0);
}

header .headerMobile-right .headerMobile-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

header .headerMobile-right .headerMobile-profile svg {
	display: block;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

header .headerMobile-right .header-menuTrigger {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
}

header .headerMobile-right .header-menuTrigger i {
	display: block;
	height: 4px;
	width: 24px;
	position: absolute;
	left: 50%;
	background: #636363;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: all .25s ease-out;
}

header .headerMobile-right .header-menuTrigger i:nth-child(1) {
	top: 50%;
	margin-top: -10px;
}

header .headerMobile-right .header-menuTrigger i:nth-child(2) {
	top: 50%;
	margin-top: -2px;
}

header .headerMobile-right .header-menuTrigger i:nth-child(3) {
	top: 50%;
	margin-top: 6px;
}

.menu-opened header .headerMobile-right .header-menuTrigger i:nth-child(1) {
	margin-top: 0;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-opened header .headerMobile-right .header-menuTrigger i:nth-child(2) {
	display: none;
}

.menu-opened header .headerMobile-right .header-menuTrigger i:nth-child(3) {
	margin-top: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#content {
	margin-top: 30px;
}
@media (min-width: 960px) {
	#content {
		display: flex;
		justify-content: space-between;
	}
}

#content .content-left {}
@media (min-width: 960px) {
	#content .content-left {
		flex-grow: 1;
		max-width: 100%;
	}
	body:not(.advert-page) #content .content-left {
		max-width: calc(100% - 300px);
	}
}

#content .code-container {
	margin-top: 20px;
}

#content .code-question {
	position: relative;
	margin-top: 2px;
	padding: 5px 5px 5px 30px;
	background-color: #f2f2f2;
	cursor: pointer;
}
#content .code-question:before {
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	content: '';
	width: 13px;
    height: 13px;
    background: url(../images/faq-strings.png) center center transparent;
    transform: rotate(0);
    transition: all 0.15s ease-in-out;
}
#content .code-question.opened:before {
    transform: rotate(90deg);
}

#content .code-question:first-child {
	border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#content .code-answer {
	padding: 0 10px;
	display: none;
	border: 1px solid #f2f2f2;
}

#content .tabs-header {
	margin: 0 -10px;
	display: flex;
	align-items: center;
}

#content .tabsHeader-item {
    display: block;
    padding: 5px 10px;
    margin: 0 10px;
    background-color: #f1f1f1;
    background-size: contain;
    border-radius: 3px;
    outline: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
#content .tabsHeader-item:hover,
#content .tabsHeader-item.active {
	background-image: url(../images/blue-btn-bg.jpg);
	color: white;
}

#content .tabs-container {
	margin-top: 30px;
}

#content .tabsContainer-item[data-tab="login"] {
    margin: 0 auto;
    max-width: 400px;
}
#content .tabsContainer-item[data-tab="forgot"] {
    margin: 0 auto;
    max-width: 500px;
}
#content .tabsContainer-item:not(.active) {
	display: none;
}

#content .content-right {}
@media (max-width: 959px) {
	#content .content-right {
		margin-top: 20px;
	}
}
@media (min-width: 960px) {
	#content .content-right {
		flex: 0 0 270px;
	}
}

#content .socials-block {}
@media (max-width: 959px) {
	#content .socials-block {
		display: none;
	}
}

#content .socials-block .ya-share2 {
	margin: 10px 0 0 0;
}

#content .socialsBlock-title {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

#content .categories-block {
	margin-top: 15px;
}
@media (max-width: 959px) {
	#content .categories-block {
		display: none;
	}
}

#content .categoriesBlock-title {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

#content .categoriesBlock-list {
	margin-top: 10px;
	line-height: 22px;
}

#content .categoriesBlock-list .level-2 {
	position: relative;
	padding: 0 0 0 30px;
}
#content .categoriesBlock-list .level-2:before {
	position: absolute;
	top: 8px;
	left: 15px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: 1px solid #2e2e2e;
	border-radius: 50%;
}

#content .categoriesBlock-list span {
	font-weight: bold;
    color: #0f75c7;
}

#content .content-right .banners-block {
	margin-top: 15px;
}
@media (max-width: 959px) {
	#content .content-right .banners-block {
		margin-right: -5px;
		margin-left: -5px;
		display: flex;
		justify-content: space-between;
	}
}

#content .content-right .banners-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
}
@media (max-width: 959px) {
	#content .content-right .banners-item {
		margin: 0 5px;
		width: calc(100% / 2 - 5px);
	}
}

footer {
	margin-top: 30px;
	margin-bottom: 10px;
}

footer .footer-top {}
@media (max-width: 639px) {
	footer .footer-top {
		display: none;
	}
}

footer .footer-middle {
	margin-top: 30px;
}

footer .footer-middle .container {}
@media (min-width: 640px) {
	footer .footer-middle .container {
		display: flex;
		justify-content: space-between;
	}
}

footer .footerMiddle-left {}
@media (max-width: 639px) {
	footer .footerMiddle-left {
		padding-top: 10px;
		border-top: 1px solid #e8e8e8;
		font-size: 12px;
		text-align: center;
	}
}

footer .footerMiddle-right {}
@media (max-width: 639px) {
	footer .footerMiddle-right {
		display: none;
	}
}

footer .footer-bottom {
	margin-top: 10px;
	text-align: center;
}

#mobile-menu {
	position: fixed;
	z-index: 11;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: calc(100vh - 56px);
	background: #f1f1f1;
	overflow: auto;
	transform: translateX(-100vw);
	transition: all 0.5s ease-in-out;
}
.menu-opened #mobile-menu {
	transform: translateX(0);
}

.mobileMenu-top {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

#mobile-menu .mobile-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-menu .mobile-menu li {
	margin: 2px 0;
}

#mobile-menu .mobile-menu li a,
#mobile-menu .mobile-menu li span {
	font-size: 18px;
	line-height: 20px;
}

#mobile-menu .mobile-menu li span {
	color: #0f75c7;
	text-decoration: underline;
	opacity: 0.4;
}

.mobileMenu-categories {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.mobileMenu-categories .level-1 {
	margin: 2px 0;
	font-size: 14px;
	line-height: 16px;
}

.mobileMenu-categories .level-2 {
	margin: 2px 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 14px;
}
.mobileMenu-categories .level-1 + .level-2,
.mobileMenu-categories .level-2 + .level-1 {
	margin-top: 5px;
}

.mobileMenu-categories .level-1 span,
.mobileMenu-categories .level-2 span {
	color: #0f75c7;
	text-decoration: underline;
	opacity: 0.4;
}

.mobileSearch-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 17px;
	text-align: center;
	color: #636363;
}

.mobileFilter-row {
	margin-top: 15px;
}
.mobileFilter-row:first-child {
	margin-top: 0;
}

.mobileFilter-row_price {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobileFilter-row_price input {
	width: calc(50% - 10px);
}

.mobileFilter-row_price span {
	width: 20px;
	text-align: center;
}

.mobileFilter-row_actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobileFilter-row_actions .blue_btn,
.mobileFilter-row_actions .red_btn {
	width: calc(50% - 10px);
}

.grecaptcha-badge {
	display: none !important;
}

#success .popup-content {
	margin-top: 20px;
}

#moderate-advert {
	width: 400px;
	max-width: 100%;
}

#moderate-advert .popup-row {
	margin-top: 20px;
}

#moderate-advert .popup-row_actions {
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
	justify-content: center;
}

#moderate-advert .popup-row_actions .blue_btn,
#moderate-advert .popup-row_actions .red_btn {
	margin: 0 5px;
	width: 160px;
}

.addAdvert-page #content .nice-select.open .list {
    max-height: 240px;
    overflow: auto;
}