body.dnikon, html {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	background-color: #FFF;
	color: #fff;
	font-size: 20px;
	font-family: Arial, Calibri;
	line-height: normal;
	overflow-x: hidden;
}

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

*:focus {
	outline: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
}

.ajax {
	display: -moz-inline-stack;
	display: inline-block;
	border-bottom: 1px dashed #AAA;
	color: #101796;
	text-decoration: none;
	cursor: pointer;

	_overflow: hidden;
	*zoom: 1;
	*display: inline;
}

.ajax:hover {
	border-bottom: 1px dashed transparent;
	text-decoration: none;
}

.whiteText a {
	color: #fff;
}

.whiteText a:hover {
	color: #fff;
}

.container {
	padding-right: 2px;
	padding-left: 2px;
}

/****************************************/
/************ Collapse ************/

.contentCollapse {
	position: relative;
}

.contentCollapse .collapseButton {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 35px;
	height: 22px;
	color: white;
	font-size: 34px;
	cursor: pointer;
}

.contentCollapse .collapseButton:hover {
	text-shadow: 0px 0px 7px rgba(79, 0, 0, 1);
}

.contentCollapse .collapseButton:before {
	position: absolute;
	top: -12px;
	right: 0px;
	content: "-";
	font-size: 30px;
}

.contentCollapse.collapsed .collapseButton:before {
	position: absolute;
	top: -10px;
	right: 0;
	content: "+";
}

/****************************************/
/************* MENU *********************/
nav.navbar {
	margin-bottom: 0;
}

nav .navbar-toggle {
	float: none;
	margin-right: 8px;
}

nav .logo {
	display: flex;
	align-items: flex-start;
}

nav .logo .sitename {
	font-size: 2em;
	font-weight: bold;
	color: #7d7d7d;
	text-decoration: none;
	line-height: 0.7em;
	padding-top: 10px;
	white-space: nowrap;
	position: relative;
}

nav .logo .sitename img {
	height: 29px;
	width: 30px;
	vertical-align: bottom;
	position: absolute;
	left:0;
	bottom: -1px;
}

nav .logo .desc {
	display: none;
}

nav .xs-btn-add {
	display: none;
}
@media (max-width: 767px) {
	nav .xs-btn-add {
		display: flex !important;
		padding: 7px 0 0 5px;
		text-align: right;
		margin-left: auto;
		font-size: 30px;
	}
	nav .xs-btn-add a {
		color: #f78616;
	}
}

nav .menu {
	list-style: none;
	padding: 5px 0 5px 5px;
	color: #000;
}

nav .menu li {
	padding: 5px 0 5px 0;
}

nav .submenu {
	list-style: none;
	padding: 5px 0 5px 10px;
}

.lang-flags {
	display: flex;
	flex-direction: column;
	text-align: right;
	margin-left: auto;
	font-size: 14px;
}

.lang-flags a {
	margin: 4px 0;
}
.lang-flags img {
	width: 24px;
	height: 24px;
}

/***********************************/
/* FOOTER */

footer {
	margin: 20px 0;
	padding: 10px 0;
	min-height: 60px;
	background-color: #596394;
	line-height: normal;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

footer .copyright {
	padding: 5px 20px;
	text-align: center;
	font-size: 12px;
}

footer .menu {
	margin: 0;
	padding: 0;
	padding: 5px 20px;
	list-style: none;
	text-align: center;
}

footer .menu li {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 5px 10px;

	_overflow: hidden;
	*zoom: 1;
	*display: inline;
}

footer .menu li a {
	white-space: nowrap;
}

.sicon {
	font-size: 0;
	line-height: 1px !important;
	margin: 0 0 0 5px;
}

.sicon:hover {
	color: #f28703;
	text-decoration: none;
}

.sicon:before {
	font-size: 20px;
}

/* CONTENT */

article {

}

/******************/

.button {
	padding: 10px;
	border: none;
	background-color: #f28703;
	color: white;
	font-size: 18px;
}

.button-blue {
	background-color: #58b7f2;
}

.button-green {
	background-color: #4CB649;
}

.messageButtons {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.messageButtons .btn {
	margin: 5px;
	font-size: 20px;
}

@media (max-width: 991px) {
	.messageButtons {
		flex-flow: column;
	}

	.messageButtons .btn {
		width: 70%;
	}
}

@media (max-width: 560px) {
	.messageButtons .btn {
		width: 100%;
		font-size: 18px;
	}
}

@media (max-width: 460px) {
	.messageButtons .btn {
		font-size: 16px;
	}
}

/*************************************/
/***** DEFAULT *******/
/*************************************/
.maintext {
	word-break: break-word;
}

.maintext .messages {
	padding-top: 20px;
}

.maintext .fotocheckbox {
	display: none;
}

.maintext .boardcount {
	display: none;
}

.maintext.with-sidebar {
	margin-right: 200px;
}

/********* SIDEBAR **********/

.sidebar .blockhead {
	color: #000;
	font-size: 16px;
}

.sidebar .boardnew {
	margin: 0 0 10px;
}

.sidebar .boardnew .name {
	text-align: center;
}

.sidebar .boardnew .name a {
	text-align: justify;
	font-size: 12px;
}

.sidebar .boardnew .imagebox {
	text-align: center;
}

.sidebar .boardnew .imagebox img {
	width: 170px;
	height: 130px;
}

/********* pagenum ********/

.maintext .pagenum {
	padding: 7px 0 10px 10px;
	word-break: break-all;
	font-size: 1.5em;
}

.maintext .pagenum a {
	padding: 0 0 0 10px;
}

.maintext .pagenum .noactive {
	color: gray;
	text-decoration: none;
	cursor: default;
}

.maintext .pagenum .current {
	padding: 0 0 0 10px;
	font-weight: bold;
}

/***** breadcrumbs *******/

.path {
	margin: 10px 0 10px;
	padding: 5px 10px 3px 8px;
	color: #000;
	text-align: left;
	font-size: 18px;
	list-style: none;
	border-radius: 2px;
}

.path li {
	padding: 0;
	margin: 0;
	display: inline;
}

.path li:first-child a {
	vertical-align: top;
	font-size: 0;
}

.path li:first-child a i {
	font-size: 16px;
}

.path h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.path a {
	color: #6a8993;
	font-size: 1em;
}

.pathRight {
	margin: 5px 0 -5px 0;
}

.pathrightimg {
	display: none;
	float: right;
	margin: 2px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(../../default/img/x20.png) no-repeat 0 0;
	color: transparent;
	vertical-align: top;
}

.pathRight .sortList {
	display: inline-block;
	color: #000;
	width:auto;
	vertical-align: top;
	margin: 1px 0 0 0;
}

.pathRight .boardcount {
	display: inline-block;
	padding: 7px 10px 0;
	color: #000;
}

.rssimg {
	background-position: 0 0;
}

.emailimg {
	right: 22px;
	width: 27px;
	background-position: 0 -22px;
}

/*************************************/
/***** INDEX *******/
/*************************************/

main {
	position: relative;
	margin: 10px 0 0 0;
	color: #000;
}

.index-left {
	margin: 0 0 15px 0;
	width: 50%;
	height: 100%;
	outline: 10px white solid;
}

.index-right {
	position: absolute;
	left: 50%;
	box-sizing: border-box;
	margin: 0;
	width: 50%;
	height: 100%;
	border-left: 10px solid white;
	background-color: #09abb8;
}

.index-left ul {
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style: none;
}

/*************************************/

.rubricIndex {
	position: relative;
	padding: 10px;
	display: flex;
	flex-wrap:wrap;
}
#PopUpModalBody .rubricIndex  {
	margin: -20px;
}

.rubricIndex-li {
	display: block;
	width: 33%;
	overflow: hidden;
	padding: 10px;
	white-space: nowrap;
	position: relative;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.rubricIndex-li {
		width: 50%;
	}
}

@media (max-width: 460px) {
	.rubricIndex-li {
		width: 100%;
	}
}

.rubricIndex-li::after {
	content: '';
	position: absolute;
	right: 0; top: 0;
	width: 40px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
	background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
	background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
}

.rubricIndex-li:hover {
	background-color: #ececec;
	overflow: visible;
	z-index: 100;
	position: relative;
}
.rubricIndex-li:hover:after {
	display: none;
}
.rubricIndex-li:hover a {
	background: #ececec;
}
.rubricIndex-li:active,
.rubricIndex-li:focus {
	background-color: #ececec !important;
}


.rubricIndex-li:hover .rubricIndex-li-ul {

}

.rubricIndex-li-ul {
	padding: 2px 0 0 10px;
	list-style: none;
}

.rubricIndex-li-ul-li {
	white-space: nowrap;
	padding: 2px 0;
}


/********************************/

.cityIndex {
	position: relative;
	padding: 20px 10px 20px 20px;
}

.detectCity div {
	font-size: 21px;
}

.detectCity b {
	font-size: 42px;
}

.detectCity a {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 0 0 15px;
	width: 60px;
	border: none;
	background-color: #7203db;
	background-image: -ms-linear-gradient(top, #8E05F4 0%, #5D01C8 100%);
	background-image: -moz-linear-gradient(top, #8E05F4 0%, #5D01C8 100%);
	background-image: -o-linear-gradient(top, #8E05F4 0%, #5D01C8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8E05F4), color-stop(1, #5D01C8));
	background-image: -webkit-linear-gradient(top, #8E05F4 0%, #5D01C8 100%);
	background-image: linear-gradient(to bottom, #8E05F4 0%, #5D01C8 100%);
	color: white;
	vertical-align: bottom;
	text-align: center;
	font-size: 20px;
	line-height: 40px;

	_overflow: hidden;
	*zoom: 1;
	*display: inline;
}

.index-right .menu22 {
	padding: 200px 0 0 0;
	text-align: justify;
}

.index-right .menu22 a {
	display: inline-block;
	padding: 0 3px;
	color: #fff;
}

.selectCity .ajaxlist {
	position: relative;
	border-radius: 0;
	background-color: #00575f;
}

.selectCity .ajaxlist .selectcity {
	position: absolute;
	top: 11px;
	right: 10px;
	font-size: 12px;
}

.selectCity .ajaxlist .selectcity:hover {
	text-decoration: none;
}

.selectCity .ajaxlist input {
	padding: 5px 0 5px 10px;
	width: 100%;
	border: none;
	background-image: none;
	color: white;
	font-size: 18px;
}

.selectCity .ajaxlist input:focus {
	outline: none;
}

.selectCity .ajaxlist div {
	top: 32px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;

	moz-border-radius: 0;
}

/*************************************/
/***** Список объявлений *******/
/*************************************/

.boardlist {
	margin: 0;
	padding: 0 0 10px;
	color: #636363;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	font-size: 0.85em;
}

.boardlist li {
	position: relative;
	margin: 10px 0 20px;
	padding: 10px 0;
	min-height: 150px;
	text-align: left;
	word-wrap: break-word;
}

.boardlist li:nth-child(even) {
	background: #f1f1f1;
	background-image: linear-gradient(to top, #fff 0%, #f1f1f1 100%), linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
	background-size: 100% 15px;
	background-position: 0 100%, 100% 0;
	background-repeat: no-repeat;
}

.boardlist li.direct {
	border-bottom: none;
	min-height: 0;
}

.boardlist li.direct:empty {
	margin: 0;
	padding: 0;
	min-height: 0;
	width: 0;
	height: 0;
}

/*Отключенные*/
.boardlist li.active-off {
	opacity: 0.7;
}

.boardlist li.active-off:hover {
	opacity: 0.9;
}

/* Выделенное */
.boardlist li.s-sel {
	background-color: #FFF7AD;
	background-image: linear-gradient(to top, #fff 0%, #FFF7AD 100%), linear-gradient(to bottom, #fff 0%, #FFF7AD 100%);
	background-size: 100% 15px;
	background-position: 0 100%, 100% 0;
	background-repeat: no-repeat;
}

.boardlist .rowinfo {
	float: right;
	padding: 11px 3px 0 0;
	color: rgb(84, 84, 84);
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
}

.boardlist .rowimg {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	background: #596394;
}

.boardlist .rowimg a {
	display: block;
	width: 172px;
	height: 132px;
	border: 1px solid #b9b9b9;
	position: relative;
	overflow: hidden;
}

.boardlist .rowimg i {
	display: block;
	font-size: 40px;
	color: #fff;
	height: 40px;
	width: 40px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.boardlist .rowimg img {
	width: 170px;
	height: 130px;
}

.boardlist .rowimg .noimg {
	position: relative;
	top: 30px;
	left: 50px;
	width: 70px;
	height: 70px;
}

.haveMoreImg2 a {
	z-index: 10;
	background: #FFF;
}

.haveMoreImg2 a::after {
	position: absolute;
	top: 3px;
	right: -2px;
	z-index: -1;
	display: block;
	width: 82px;
	height: 102px;
	border: 1px solid #DDD;
	background: #FFF;
	content: "";
}

.boardlist .rowtext {
	width: 100%;
	padding: 0 10px 0 10px;
	vertical-align: top;
}

.boardlist .rowtext .textName {
	margin: 0;
	font-weight: bold;
}

.boardlist .rowtext .price {
	padding: 5px 0 0;
	font-weight: bold;
	font-size: 18px;
}

.boardlist .price .infoDist {
	display: none;
}

.rowtext .price::first-letter {
	text-transform: capitalize !important;
}

.boardlist .textName a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #337ab7;
}

.boardlist .textName a:visited {
	color: #80accd;
}

.boardlist .textName a:hover,
.boardlist .textName a:active {
	color: #f28703;
}

.boardlist .rowtext .textMain {
	padding: 5px 10px 0 0;
}

/* BOX VIew*/

.boardlist.boxViewList {
	display: flex;
	flex-wrap: wrap;
}
.boardlist.boxViewList li {
	margin: 5px 10px;
	padding: 0;
	height: 200px;
	width: 170px;
	font-size: 15px;
	display: block;
}

.boardlist.boxViewList li:nth-child(even) {
	background:none;
}
.boardlist.boxViewList .rowimg {
	display: block;
	float: none;
}
.boardlist.boxViewList .rowimg img {

}
.boardlist.boxViewList .textName {
	max-height: 43px;
	overflow: hidden;
}
.boardlist.boxViewList .textName a {
	font-size: 14px;
	font-weight: normal;
}
.boardlist.boxViewList .rowtext {
	display: block;
	padding: 2px 0 0 0;
}
.boardlist.boxViewList .rowtext .price {
	font-size: 15px;
}
@media (max-width: 390px) {
	.boardlist.boxViewList li {
		width: 147px;
	}
	.boardlist.boxViewList .rowimg a {
		width: 138px;
		height: 106px;
	}
	.boardlist.boxViewList .rowimg img {
		width: 136px;
		height: 104px;
	}
}
/* Simple VIew*/

.boardlist.simpleViewList li {
	display: block;
	min-height: 0;
}

.boardlist.simpleViewList li .rowtext {
	margin: 0;
}

.boardlist.simpleViewList .rowtext .textMain {
	padding: 1px 10px 10px 10px;
}

.boardlist.simpleViewList .rowtext .textName a {
	color: white;
	font-size: 15px;
}

/* BOARD ITEM */
.boarditem {
	padding-top: 10px;
}

.boarditem .name {
	margin: 0 0 10px;
	padding: 8px 0 8px 12px;
	color: #ffffff;
	font-size: 20px;
}

.boarditem .infoCost {
	padding: 5px;
	font-weight: bold;
}

.boarditem .infoCost span {
	white-space: nowrap;
}

.boarditem .infoCost .add-favorite {
	font-size: 24px;
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
}

.boarditem .infoDate {
	float: right;
	padding: 5px;
	font-weight: bold;
}

.boarditem .text {
	word-wrap: break-word;
	margin: 0 0 10px;
	line-height: 1.6em;
}

.boardparam {
	margin: 10px 0;
	width: 100%;
}

.boardparam td {
	padding: 5px;
}

.boardparam tr:nth-child(odd) td {
	background: #f1f1f1;
}

.boardparam .tdn {
	font-weight: bold;
	min-width: 140px;
	word-break: normal;
}

.boardparam h2,
.boardparam h3,
.boardparam h4 {
	font-size: inherit;
	margin: 0;
}

.boarditem .imagebox {
	margin: 0 0 10px;
}

.imagebox .bigSize {
	height: 402px;
	display: flex;
	border: 1px solid #b9b9b9;
}
.imagebox .bigSize a {
	display: block;
	margin: auto;
}
.imagebox .bigSize img {
	max-height: 400px;
	margin: 0 auto;
	background-color: #f1f1f1;
}

.imagebox .imglist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.imagebox .imglist a {
	display: block;
	margin: 10px 0 0 0;
	width: 32%;
}

.imagebox .imglist img {
	width: 100%;
	border: 1px solid white;
	background-color: #f1f1f1;
}

.boarditem .contacter {
	margin: 0 0 10px 0;
}

.boarditem .contacter a {
	display: block;
	font-size: 20px;
}

.boarditem .iconText {
	margin: 10px 3px 10px 10px;
	color: white;
	font-weight: bold;
}

.boarditem .iconText .glyphicon {
	padding: 0px 5px 0 0;
	font-size: 14px;
}

.boarditem .pluso {
}

.boarditem .pluso .pluso-wrap {
	margin: 0 !important;
	padding: 0 5px 0 5px;
}

.boarditem .pluso .pluso-wrap a {
	margin: 0 5px !important;
}

.boarditem .serv {
	display: flex;
	align-content: center;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #596394
}

/**********/


.add-favorite .glyphicon-star-empty {
	color: #b9b9b9;
}

.add-favorite .glyphicon-star-empty:hover {
	color: inherit;
}

.boarditem .add-favorite .glyphicon {
	top: -3px;
}

.boardlist .add-favorite .glyphicon {
	top: 3px;
}
/* TOOLS */

[class^="icon25-"], [class*=" icon25-"] {
	padding-left: 33px;
	background: url(../img/icons.png) no-repeat 0px 0px;
}

.icon25-phone {
	padding-left: 30px;
	background-position: -13px -16px;
}

.icon25-email {
	background-position: -11px -66px;;
}

.icon25-claim {
	background-position: -11px -66px;;
}

.icon25-contact {
	background-position: -11px -66px;
}

/* CITY LIST*/
.topCity {
	padding: 3px 0 6px;
	font-size: 1.4em;
}

.citilist {
	float: left;
	margin: 0;
	padding: 0 20px 10px;
	text-align: left;
	font-size: 1.1em;
}

.citilist .centercity {
	font-weight: bold;
}

.minicount {
	font-size: 11px;
}

/****************************************/
/* Rubric List */

.category {
	position: relative;
	overflow: hidden;
	min-height: 36px;
}

.category .name {
	position: absolute;
	top: -30px;
	padding: 6px 0 6px 19px;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

.category.collapsed .name {
	top: 0px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

.category.contentCollapse .category-content {
	margin: 10px 0 0 0;
	opacity: 1;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.category.contentCollapse.collapsed .category-content {
	opacity: 0;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.category .small {
	height: 52px;
	background-color: #8e9099;
}

.category .big {
	background-color: #8e9099;
}

/*************************/

.rubricMain {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-align-content: flex-end;
	display: flex;
	flex-flow: row wrap;
	align-content: space-around;
}

.rubricMainBlock {
	margin: 10px;
}

.rubricMainBlockName {

}

/*************************/

.topCity {
	margin: 10px 0;
	font-size: 26px;
}

.hrb {
	margin: 5px 0;
	height: 1px;
	background-image: -ms-linear-gradient(left, #e1e1e1 0%, gray 50%, #e1e1e1 100%);
	background-image: -moz-linear-gradient(left, #e1e1e1 0%, gray 50%, #e1e1e1 100%);
	background-image: -o-linear-gradient(left, #e1e1e1 0%, gray 50%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e1e1e1), color-stop(0.5, gray), color-stop(1, #e1e1e1));
	background-image: -webkit-linear-gradient(left, #e1e1e1 0%, gray 50%, #e1e1e1 100%);
	background-image: linear-gradient(to right, #e1e1e1 0%, gray 50%, #e1e1e1 100%);
}

.PopUp .PopUpContent a {
	color: #0088cc;
}

.PopUp .PopUpContent .minicount {
	color: #444;
}

#PopUp .modal-footer {
	display: none;
}

#PopUp.show-footer .modal-footer {
	display: block;
}

/**********/

.twoColumns {
	white-space: nowrap;
}

.commentColumn {

}

.messageColumn {

}

/**************************/
.messForGuset {
	margin: 10px 0;
}

.messForGuset a {

}

/* USER PANEL mboard_info*/
.mboard {
	width: 100%;
	background-color: #FFFFA6;
	margin: 0;
}

.mboard td {
	vertical-align: top;
}

.mboard_info,
.mboard_link {
	margin: 0;
	padding: 5px 0 5px 16px;
	list-style-position: inside;
	list-style-type: none;
}

.mboard_info {
}

.mboard_link {
}

.mboard_link li, .mboard_info li {
	position: relative;
}

.mboard_link a {
	color: #676974;
}

.mboard_link .ab-sel a {
	text-decoration: none;
}

.mboard_link .mboard_linkBig {
	font-size: 1.1em;
}

.mboard_link .aoff, .mboard_link .aoff a {
	color: gray;
}

.mboard_link span {
	display: block;
	margin: -1px 0 0 14px;
	font-size: 0.7em;
}

.mboard .ok {
	color: green;
}

.mboard .achtung {
	color: #ff7700;
}

.mboard .err {
	color: red;
}

/********** Услуги для объявлений*************/
div.divform.formbest {
	margin: 20px 0 30px 0;
	width: auto;
}

div.divform.formbest form {
	display: inline-block;
	width: 60%;
}

div.divform.formbest .messages {
	display: inline-block;
	width: 39%;
	vertical-align: top;
}

div.divform.formbest .messages div {
	margin: 10px 0 25px;
	text-align: justify;
	font-size: 14px;
}

div.thebest.form-group {

}

div.thebest label {
	/*position: relative;*/
	display: block;
	/*margin: 10px 0;*/
	/*padding: 0 0 0 190px;*/
	/*min-height: 135px;*/
	/*border: 1px solid #e1e1e1;*/
	/*vertical-align: top;*/
	/*text-align: left;*/
}

div.thebest label:hover {
	background: #d1faac;
}

div.thebest label[for=i-top] .theb-name {
	color: #83c944;
}

div.thebest label[for=i-sel] .theb-name {
	color: #d6c10f;
}

div.thebest label:hover[for=i-sel] {
	background: #f7ec8e;
}

div.thebest label[for=i-vip] .theb-name {
	color: #558b8b;
}

div.thebest label:hover[for=i-vip] {
	background: #c5ebeb;
}

div.thebest .theb-name {
	/*position: relative;*/
	/*display: block;*/
	/*margin: 0 0 8px;*/
	font-weight: bold;
	font-size: 1.3em;
}

div.thebest .theb-dsc {
	/*display: block;*/
	/*padding: 7px 4px 4px;*/
	font-size: 0.85em;
}

div.thebest label a {
	/*position: absolute;top:0;*/
	/*left:0;*/
}

div.thebest label img {
	display: block;
	margin: 5px;
	height: 120px;
	border: 1px solid #e1e1e1;
}

div.thebest label img:hover {
	/*border-color: gray;*/
}

div.thebest label input {
	/*margin: 3px 0 0 !important;*/
	font-size: 22px;
}

div.thebest label select {
	display: block;
	width: 100%;
	margin: 10px 10px 10px 0;
}

div.thebest label span.icon {
	/*background-color: transparent;*/
}

/*Сообщение о дублировании записи*/
.decItemNotice {
	margin: 5px 0;
	padding: 5px;
	border: solid #e1e1e1 1px;
	text-align: justify;
}

/*********************/

.PopUp .PopUpContent {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.PopUp .divform {
	background-color: transparent;
}

.PopUp hr {
	margin: 5px 0 0 0;
	border-top: 1px solid gray;
}

.PopUp div.divform .form-caption {
	color: #000;
}

.PopUp div.divform .form-caption .form-require {
	top: -1px;
}

.PopUp div.divform input,
.PopUp div.divform .ajaxlist,
.PopUp div.divform select {
	border: 1px solid #A6A6A6;
}

/************************/

.pgmap {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: circle inside none;
}

.pgmap .foldedul {
	display: -moz-inline-stack;
	display: inline-block;
	width: 14px;
	height: 13px;
	background: transparent url(../../default/img/x16.png) no-repeat scroll 0 -16px;

	_overflow: hidden;
	*zoom: 1;
	*display: inline;
}

.pgmap .unfoldedul {
	background: transparent url(../../default/img/x16.png) no-repeat scroll 0 -48px;
}

.centerItem {
	font-weight: bold;
}

i.mat {
	font-size: 1.3em;
	color: red;
	font-weight: bold;
}

/**************************/

.modal {
	color: #0f0f0f;
}

#YMapsRadius {
	font-size: 22px;
	margin: 12px 20px 10px;
}

#YMapsRadius input {
	width: 70px;
	border: 1px gray solid;
	padding: 0 3px;
	text-align: center;
	font-size: 30px;
	height: 1.2em;
}

/**************************************/

.gift-block {
	padding: 20px;
	background: url(../img/gift2.jpg) no-repeat 50% 0;
	position: relative;
	height: 250px;
	background-size: contain;
	margin: 0 auto;
}

.gift-block div {
	font-size: 20px;
	color: #596394;
	height: fit-content;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(239, 240, 255, 0.95);
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

/********************************************************/

@media (min-width: 420px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 450px) {

	.boardlist.defaultViewList li {
		display: block;
		align-items: center;
		min-height: 100px;
	}

	.boardlist.defaultViewList .rowimg {
		float: left;
		margin: 0 10px 0 0;
	}

	.boardlist.defaultViewList .rowimg a {
		width: 67px;
		height: 52px;
	}

	.boardlist.defaultViewList .rowimg img {
		width: 65px;
		height: 50px;
	}

	.boardlist.defaultViewList .textMain div:nth-child(n+2) {
		display: none;
	}

	.boardlist.defaultViewList .rowimg i {
		top: 5px;
		left: 13px;
		margin: 0;
		width: 65px;
		height: 50px;
	}
	.boardlist.defaultViewList .rowtext {
		padding: 0;
	}
	.boardlist.defaultViewList .rowtext .textName {
		height: 33px;
		overflow: hidden;
	}

	.boardlist.defaultViewList .textName a {
		font-size: 16px;
		font-weight: normal;
	}

	.boardlist.defaultViewList .rowtext .price {
		font-size: 15px;
		padding: 0;
		padding: 3px 0 0 0;
	}
	.boardlist.defaultViewList .price .infoDist {
		display: inline;
	}
	.boardlist.defaultViewList .rowinfo {
		display: none;
	}

	.boardlist.defaultViewList .textMain {
		font-size: 14px;
	}

	.boardlist.defaultViewList .add-favorite {
		position: absolute;
		top: 42px;
		right: 1px;
		font-size: 22px;
	}

}

@media (max-width: 767px) {
	.boarditem .contacter a {
		margin: 10px 0;
	}
	.boarditem .imagebox .bigSize {
		height: auto;
	}
	nav .menu .item.add {
		font-weight: bold;
	}
	nav .menu .item.add a {
		color: #f28703;
	}
	nav .menu.collapse.in,
	nav .menu.collapsing
	{
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 768px) {
	nav .logo {
		margin: 0;
		height: 55px;
		padding-top: 10px;
	}

	nav .logo .sitename {
		font-size: 3.1em;
		padding-top: 0;
	}

	nav .logo .sitename img {
		height: 43px;
		width: 45px;
	}

	nav .logo .desc {
		color: #7d7d7d;
		font-size: 20px;
		padding-left: 20px;
		display: flex;
		align-items: center;
	}

	nav.navbar {
		background: none;
		border: none;
	}
	#navbar {
		display: flex !important;
		flex-flow: row-reverse;
		align-content: center;
	}
	nav .menu {
		margin: 10px 0 0 0;
		padding: 0;
		height: 50px;
		color: #fff;
	}

	nav .menu .item {
		flex-grow: 1;
		background-color: #e0e0e0;
		list-style: none;
		text-align: center;
		border-radius: 8px;
		margin: 0 2px;
		width: 24%;
	}

	nav .menu .item .block,
	nav .menu .ajaxlist {
		display: -moz-inline-stack;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: transparent;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		line-height: 32px;
		color: #6a8993;
		_overflow: hidden;
		*zoom: 1;
		*display: inline;
	}

	nav .menu .item.add:hover {
		background-color: #E12A2B;
	}

	nav .menu .item.feedback:hover {
		background-color: #4CB649;
	}

	nav .menu .item.city:hover {
		background-color: #596394;
	}

	nav .menu .item.login:hover {
		background-color: #f28703;
	}
	nav .menu .item:hover .block {
		color: #fff;
	}

	.hasSubmenu {
		position: relative;
		cursor: pointer;
	}

	.hasSubmenu .block:before {
		position: absolute;
		top: 22px;
		right: 7px;
		color: #fff;
		content: "\25BC";
		font-size: 14px;
		line-height: 0;
	}

	.hasSubmenu .submenu {
		position: absolute;
		left: 0;
		z-index: 12;
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
	}

	.hasSubmenu:hover .submenu {
		display: block;
		background-color: #f28703;
	}

	.hasSubmenu .submenu li {
		margin: 0 0 0 10px;
		padding: 10px;
		background-color: #f28703;
		text-align: left;
	}

	.hasSubmenu .submenu li a {
		color: #fff;
	}

	/***** CITY MENU *****/
	nav .menu .item.city form {
		margin: 0;
		padding: 0;
	}

	nav .menu .item.city input {
		margin: 0;
		border: none;
		background: transparent;
		box-shadow: none;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}

	nav .menu .item.city input:-moz-placeholder {
		color: #eee;
	}

	nav .menu .item.city input::-webkit-input-placeholder {
		color: #eee;
	}

	nav .menu .item.city input:focus {
		outline: -webkit-focus-ring-color auto 0;
	}

	nav .menu .item.city input:active {
		border: none;
	}

	nav .menu .item.city .selectcity {
		position: absolute;
		top: 18px;
		right: 6px;
		z-index: 20;
		display: block;
		width: 15px;
		height: 15px;
		font-size: 14px;
	}

	nav .menu .item.city .selectcity:hover {
		color: #FCD209;
		text-decoration: none;
	}

	nav .menu .item.city .ajaxlist div {
		top: 50px;
		overflow-x: hidden;
		min-width: 100%;
		max-width: 200%;
		width: auto;
		background: #3D8AF6;
	}

	/**********/

	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	nav .menu .item,
	.category,
	.path,
	article.search,
	.boarditem .yamap,
	.boarditem .serv,
	footer {
		/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);*/
	}

	article {
		margin: 10px 0 0 0;
	}

	.path {
		margin: 0;
		padding: 8px 40px 8px 6px;
	}

	.pathRight {
		float: right;
		margin: 0;
	}

	.pathRight .boardcount {
		color: #555;
		text-align: right;
	}

	.gift-block {
		height: 450px;
	}

	/*.messForGuset {*/
	/*padding-left: 15px;*/
	/*background: #f28703;*/
	/*}*/
	.messForGuset {
		margin: 10px 0;
		padding: 15px;
		background-color: #f28703;
		color: white;
	}

	.messForGuset.openIdImg {

		padding-left: 340px;
		background: #f28703 url(../img/openid.jpg) 0 0 no-repeat;
	}

	.messForGuset a {
		border: 0;
		color: white;
		text-decoration: underline;
	}

	.imagebox .imglist img {

	}
}

@media (max-width: 991px) {

	#plink-more {
		display: none;
	}
}

/*************** SIDEBAR **********************************/

.sidebar-offcanvas {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	main {
		margin: 0;
	}

	#sideBlockBtn {
		margin: 5px 0 0 0;
	}

	#sideBlockBtn button {
		font-size: 20px;
		line-height: 31px;
	}

	main #searchSide {
		margin-top: 0;
		padding-top: 4px;
	}

	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -60%; /* 6 columns */
		padding-left: 0;
		padding-right: 30px;
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -60%; /* 6 columns */
	}

	.row-offcanvas-right.active {
		right: 60%; /* 6 columns */
	}

	.row-offcanvas-left.active {
		left: 60%; /* 6 columns */
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 60%; /* 6 columns */
	}
	.tpl-board .messages .alert {
		margin-bottom: 0;
	}
}
.fadeEndWhite {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.fadeEndWhite::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), #fff 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
}

@media screen and (max-width: 767px) {

}
@media (min-width: 768px) {
	.fadeEndWhite.only-xs::after {
		display: none;
	}
}

.boardlist.defaultViewList li:nth-child(even) .fadeEndWhite::after {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), #f1f1f1 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), #f1f1f1 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), #f1f1f1 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2), #f1f1f1 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #f1f1f1 100%);
}