/***** RESET *****/

html, body, p, div, form,
h1, h2, h3, h4, h5, h6,
img, a img {
	margin: 0;
	padding: 0;
	border: none;
}

/**:focus {outline: none}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p { margin-bottom: 5px }

ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-position:inside;
}
li {}


/***** END OF RESET *****/


/***** COMMON ELEMENTS *****/

html {
	width: 100%;
	font: 62.5%/1.4 Arial, Tahoma, Sans-serif;
}

body {
	font-size: 1.4em;
	width: 100%;
	color: #282828;
	background-color: #fff;
}
body.body {font-size:1.3em}

table {
	font-size: 1em;
}

input, button, select, textarea {
	font: 1em arial;
	color: #444;
}

input.std, textarea.std {
	border: 1px solid #a5acb2;
	background-color: #fff;
}

.usual {color:#282828}

a {
	color: #ff7200;
}

a:hover {
	color: #cf5300;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #ec271e;
}

h1 { font-size: 24px; color:#333333; font-weight:bold;}
h2 { font-size: 18px; }
h3 { font-size: 16px; font-weight: bold; color: #282828 }
h4 { font-size: 14px; font-weight: bold; color: #282828}
h5 { font-size: 100%; color: #282828}
h6 { font-size: 100%; color: rgb(105,105,105)}

h1 a, h2 a, h1 a:hover, h2 a:hover {
	color: #ec271e;
}

h1 a {text-decoration: none}

h1 .act, h2 .act {
	font-size: 11px;
	color: #555;
	vertical-align: text-top;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
}
	h1 a.act:hover, h2 a.act:hover {text-decoration: underline; color: #555;}

hr {
	height: 1px;
	font-size: 0;
	margin: 5px 0;
	padding: 0;
	background-color: #e3e2de;
	color: #e3e2de;
	border: 0;
}

.doprint {display: none}

/***** END OF COMMON ELEMENTS *****/

.pad {
	margin: 0px;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}

/************************************************************************************/
/************************************************************************************/
/************************************* FROM ROOT ************************************/
/************************************************************************************/
/************************************************************************************/

		@import "/css2/mob.css?2";
	#header__box {
		padding: 15px 30px 0 30px;
	}

	#header__box .header__top-block {
		padding: 0 0 2px;
	}

	#header__box .header__top-block .top__left_sider {
		float: left;
		color: #474747;
		font-size: 13px;
		padding-bottom: 8px;
	}
	#header__box .header__top-block .top__left_sider > span {
		margin-left: 20px;
	}
	#header__box .header__top-block .top__left_sider > span:first-child {
		margin-left: 40px;
	}
	#header__box .header__top-block .top__left_sider a {
		color: #909090;
		background: url('/img2/dots.png') 0 100% repeat-x;
		text-decoration: none;
	}
	#header__box .header__top-block .top__left_sider a:hover {
		background: none;
	}
	#header__box .header__top-block .top__right_sider {
		float: right;
		text-align: right;
		padding-bottom: 8px;
		font-size: 13px;
		color: #474747;
	}
	#header__box .header__top-block .top__right_sider a {
		color: #474747;
		margin: 0 5px;
	}
	#header__box .header__top-block .top__right_sider a.recall {
		color: #474747;
	}
	#header__box .header__bottom-block .header__logo-box {
		float: left;
	}
		.header__logo-menu {
			position: relative;
			display: inline-block;
			vertical-align: top;
			padding-top: 10px;
		}
			.header__logo-menu ul {
				display: none;
				position: absolute;
				left: 0;
				z-index: 20;
				list-style: none;
				padding: 12px 0;
				background-color: #ff6801;
				margin: 0;
			}
			.header__logo-menu:hover ul {
				display: block;
			}
			.header__logo-menu ul > li {
				display: block;
				padding: 4px 25px 4px 15px;
			}
			.header__logo-menu ul > li:hover {
				background-color: #ff9149;
			}
			.header__logo-menu ul > li > a {
				color: #fff;
				background: url('/img2/dots-white.png') 0 100% repeat-x;
			}
		.header__logo-menu-img {
			width: 24px;
		}
	#header__box .header__bottom-block.fw-border-bottom {
		margin-bottom: 0;
    padding-bottom: 15px;
	}
	#header__box .header__bottom-block .header__logo-box a i {
		display: block;
		font-size: 16px;
		color: #000;
		padding: 0 0 0 5px;
	}
	#header__box .header__bottom-block .header__logo-box a {
		text-decoration: none;
	}
	#header__box .header__bottom-block .header__button-box {
		float: right;
	}
	#header__box .header__bottom-block .header__button-box .order__btn {
		display: block;
		width: 80px;
		float: left;
		margin: 0 10px 0 0;
		border: 2px solid #ff6700;
		text-align:center;
		padding:8px 7px 7px 7px;
		text-decoration:none;
		color:#474748;
		margin-left:10px;
	}
	#header__box .header__bottom-block .header__button-box .add__btn {
		display: block;
		width: 80px;
		float: left;
		border: 2px solid #dbdbdb;
		text-align:center;
		padding:8px 7px 7px 7px;
		text-decoration:none;
		color:#474748;
	}
	.clear {
		clear: both;
	}
	#header__box .header__search-box .nh-search-wrap {
		width: 100%;
		float: none !important;
		max-width: 100% !important;
		box-sizing: border-box;
		height: 35px;
	}
	#header__box .header__search-box {
		padding: 0 220px 0 220px;
	}
	#header__box .header__search-box .link__block ul {
		padding: 0;
		list-style: none;
		overflow: hidden;
		margin: 0;

	}
	#header__box .header__search-box .link__block ul li {
		float: left;
		padding: 3px 10px 0 0;
	}
	#header__box .header__search-box .link__block ul li a {
		color: #909090;
		border-bottom: 1px dotted #909090;
		text-decoration: none;
		font-size: 12px;
	}
	#header__box .header__search-box .nh-search-wrap .label {
		background: url(/img2/search-icon.png) no-repeat 5px center;
		font-size: 0;
		width: 22px;
	}
	* {
		outline: none;
	}
	#header__box .header__search-box .last__input {
		padding-right: 2%;
		border: none;
	}
	#header__box .header__search-box .search__btn {
		vertical-align: middle;
		width: 14px;
		height: 14px;
		display: inline-block;
		background: url(/img2/enter-icon.png) no-repeat center;
		text-indent: 100%;
		border: 0;
		padding: 0;
	}
	.authorized .login {
		color: #85cd5e !important;
		overflow: hidden;
		position: relative;
		padding-left: 34px;
	}
	.authorized .exit {
		overflow: hidden;
		color: #85cd5e !important;
		position: relative;
		/*padding-left: 22px;*/
	}
	.authorized .login img {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -13px;
		border: 3px solid #dddddd;
		border-radius: 2px;
	}
	.authorized .exit img {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -5px;
	}
	#header__box .search__select {
		height: 27px;
		width: 220px !important;
		display: block;
		vertical-align: top;
		border-width: 0;
		border-radius: 3px;
		font-style: italic;
		outline: none;
		border-width: 0 1px 0 0;
		border-color: #ECE5D5;
		position: relative;
		right: -10px;
	}
	#header__box .search__input_poly {
		width: 100%;
		border: none;
		border-radius: 3px;
		height: 26px;
		right: 0;
	}
	#header__box .mt10 {
		padding: 0 35px 5px 5px;
		background: #ECE5D5;
		margin: 0;
		border-radius: 0 0 3px 3px;
	}
	#header__box .radius__none {
		border-radius: 3px 3px 0 0;
	}

	#header__box .google__block {
		border: 1px solid #ff7200;
		border-radius: 5px;
		padding: 10px;
	}
	.search__select_box .select__box {
		float: left;
	}
	.search__select_box .inp__box {
		padding-left: 233px;
	}
	#header__box #birger {
		width: 30px;
		float: right;
		margin: 5px 0 0;
		display: none;
	}
	#header__box #birger  span {
		display: block;
		height: 3px;
		background: #ff7200;
		margin: 3px;
	}

	.nh-buttons__2 {
		position: relative;
		display: inline-block;
	}

	.nh-buttons__2 ul {
		position: absolute;
		left: 0;
		top: 35px;
		width: 124px;
		background-color: #fff;
		z-index: 121;
		text-transform: uppercase;
		padding: 10px 0;
		overflow: hidden;
		border:2px solid #dbdbdb;
		list-style: none;
		margin: 0;
		display: none;
		background: #dbdbdb;
	}

	.nh-buttons__2:hover ul {
		display: block;
	}

	.nh-buttons__2 ul li a, .nh-buttons__2 ul li span {
		color: #474748;
		text-decoration: none;
		display: block;
		font-weight: bold;
		font-size: 10px;
		white-space: nowrap;
		margin: 0 8px;
		padding: 3px 0;
		border-bottom: 1px solid #fff;
	}
	.nh-buttons__2 ul li:last-child a {
		border-bottom: none;
	}
	.nh-buttons__2 ul li a:hover {
		background: #ccc;
	}

	@media only screen and (max-width: 1020px) {
		#header__box .header__top-block .top__left_sider,
		#header__box .header__top-block .top__right_sider {
			float: none;
			text-align: center;
		}
		#header__box .header__top-block .top__left_sider > span {
			margin-left: 0;
		}
		#header__box .header__top-block .top__left_sider > span:first-child {
			display: none;
		}

		#header__box .header__bottom-block .header__logo-box {
			float: left;
		}
		#header__box .header__bottom-block .header__logo-box a i {
			font-size: 10px;
		}
		#header__box .header__search-box {
			padding: 0;
			width: 100%;
		}
		#header__box .header__bottom-block .header__button-box .add__btn {
			width: 110px;
		}
		#header__box .header__bottom-block .header__button-box .order__btn {
			width: 101px;
		}
		.nh-buttons__2 ul {
			width: 154px;
			padding: 5px 0;
		}
		.nh-buttons__2 ul li a {
			padding-left: 8px;
			font-size: 12px;
		}

	}

	@media only screen and (max-width: 570px) {
		#banner20 {display: none;}
		#header__box .header__top-block .top__left_sider {
			display: none;
		}
		#header__box .header__top-block .top__right_sider {
			padding-top: 15px;
		}
		#header__box .header__bottom-block .header__logo-box {
			float: none;
			text-align: center;
		}
			#header__box .header__bottom-block .header__logo-box a i {
				font-size: 16px;
			}
			#header__box .header__bottom-block .header__logo-menu-img {
				float: left;
			}
		#header__box .header__bottom-block .header__button-box {
			float: none;
			text-align: center;
			padding: 15px 0;
		}
		#header__box .header__bottom-block .header__button-box .order__btn,
		#header__box .header__bottom-block .header__button-box .add__btn {
			display: inline-block;
			float: none;
		}
		#header__box .header__bottom-block .header__button-box .order__btn {
			margin: 0 5px 0 0;
		}
		#header__box .header__search-box {
			padding: 0 0 0 0;
		}
		#header__box .header__search-box .nh-search-wrap {
			border: none;
		}
		#header__box .header__search-box .nh-search-wrap .label {
			background-image: url('/img2/search-icon-orange.png');
		}
		#header__box .header__search-box .link__block ul {
			overflow: hidden;
			text-align: center;
			padding-top: 10px;
            padding-bottom: 20px;
		}
		#header__box .header__search-box .link__block ul li {
			float: none;
			display: inline-block;
		}
		#header__box .header__search-box .nh-search-wrap input.serach__inp {
			width: 98%;
			padding: 5px 5px;
			box-sizing: border-box;
			border: 1px solid #ddd;
			border-radius: 0 !important;
			margin-bottom: 3px;
		}
		#header__box .header__search-box .search__btn {
			padding: 0 !important;
			background-image: url('/img2/enter-icon-orange.png');
		}
		#header__box .header__search-box .nh-search-wrap input,
		#header__box .header__search-box.nh-search-wrap select {
			height: auto;
		}
		.nh-search-wrap a {
			width: 10%;
		}
		#header__box {
			padding-top: 0;
		}
		#header__box .search__input_poly {
			height: 26px !important
		}
		#header__box .search__select {
			border-right: none;
		}
		#header__box .header__search-box .link__block ul {
			display: none;
		}
		#header__box #birger  {
			display: block;
		}

		.nh-buttons__2 ul li a {
			font-size: 12px;
			padding-left: 0;
		}

	}
	@media only screen and (max-width: 500px) {
		#header__box .search__select {
			right: -5px;
		}
		.search__select_box .select__box {
			width: 100%;
			float: none;
		}
		.search__select_box .inp__box {
			padding: 5px 0 0 5px;
		}
		#header__box .search__select {
			width: 97% !important;
		}

	}
	@media only screen and (max-width: 400px) {
		#header__box .header__top-block .top__right_sider {
			text-align: left;
			margin: 0;
		}
		#header__box .header__top-block .top__right_sider a {
			margin: 0;
		}
		#header__box .header__top-block .top__right_sider a.recall {
			float: right;
		}
	}
    .search-box-full-options label {display: inline-block;}
    /*#header__box .header__bottom-block .header__button-box, #header__box .header__search-box {
        padding-top: 11px;
    }*/

/************************************************************************************/
/************************************************************************************/
/*************************************** INFERNO 13 *********************************/
/************************************************************************************/
/************************************************************************************/

.inferno_top_menu {
	position: relative;
	max-width:1140px;
	padding:0px 30px;
}
.inferno_top_menu.banner {
	padding: 0;
    max-width: 100%;
}

.inferno_top_menu ul {
	margin: 0; /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
	padding: 10px 0px 10px 0px; /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ */
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inferno_top_menu ul li a {
    color:#929292;
	text-decoration:none;
}

.toggle-light .toggle-slide {
	box-shadow:0px;
}

.inferno_top_menu_switcher {
	display: none;
	background: #ff6700;
	border: 0;
	width: 100%;
	height: 40px;
	padding: 6px 0 0;
}
	.inferno_top_menu_switcher > span {
		display: block;
		width: 24px;
		height: 3px;
		margin: 0 auto 4px;
		background: #fff;
	}
@media screen and (max-width: 570px) {
	.inferno_top_menu_switcher {
		display: block;
	}
	div.inferno_top_menu {
		padding: 0;
	}
	div.inferno_top_menu ul {
		display: none;
		position: absolute;
		top: 40px;
		left: 0; right: 0;
		z-index: 10;
		background: #ff6700;
		padding: 0;
		border-top: 1px solid #fff;
		text-align: center;
		text-align-last: center;
	}
		div.inferno_top_menu ul li {
			display: block;
			border-bottom: 1px solid #fff;
		}
			div.inferno_top_menu ul li a {
				display: block;
				font-size: 16px;
				color: #fff;
				padding: 8px 0;
			}
	div.inferno_top_menu ul.show {
		display: block;
	}
}

/************************************************************************************/
/************************************************************************************/
/************************************** /INFERNO 131313 *****************************/
/************************************************************************************/
/************************************************************************************/

#wrapper,
.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

	#banner20 {overflow:hidden; width:100% !important; height:50px; display:block;}
		#banner20 object {width:100% !important; height:100% !important;}
	@media screen and (min-width: 1020px) {
		#banner20 {background-size: 100% !important;}
	}

	#banner21 {overflow:hidden; width:100% !important; height:40px; display:block;}

        #level1 {background-color: white; }
		#level1 table td {padding: 7px 5px 6px 5px;}
		#level1 table td.item:hover,#level1 table td.item.current {background: #f0f3f7 url(/images/theme-mark.png) 50% 100% no-repeat}

		#mob-menu {display:none;}
		#logo {width:210px; float:left; padding:10px 0;}
		#theme-desc {margin-left: 235px; margin-right:200px;}
		#themes-menu {display:none; margin-left: 230px;}
		#themes-menu img {margin-bottom:0px;}
		#themes-menu a {color:#909090;}
		#themes-menu td:first-child a {color:#ff7200;}
		body.theme-0 #themes-menu {display:block;}
		#fav {float: right; padding: 30px 20px 0 0;}


	#level2 {position:relative;}
		#search {width: 208px; height:23px;background:url(/images/search.png); margin-bottom:15px;position:relative}
			#search input {width: 180px; border:none;background:transparent;padding:3px 10px;}
			#search a {position:absolute; right:0; top:0; bottom:0; width:20px;}
			#search .submit {border:none; background:none; cursor:pointer; position:absolute; right:0; top:0; bottom:0; width:20px;}

	#level-catalog {margin-bottom: 30px; position: relative}
		.catalog-cell {/* width:19.6%; */  width: 300px; height:280px; float: left; margin:0 0.2%; border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
		.catalog-cell.type1 {background: url(/images/catalog-bg-1.png) 0 0 repeat-x}
		.catalog-cell.type2 {background: url(/images/catalog-bg-2.png) 0 0 repeat-x}
			.catalog-cell table {width: 100%}
			table td.tdgname {padding: 2px 2px 2px 5px}
			table td.tdgname div {height: 22px}
			table td.tdgname a {line-height: 12px; text-decoration:none; white-space: nowrap;}
			table td.tdgname a:hover {color:#ff6700;line-height: 12px; text-decoration:underline;}
		.catalog-next {position:absolute; bottom:5px;z-index:100; right: 5px; font-size:17px; font-weight:bold;}
		.catalog-prev {position:absolute; bottom:5px;z-index:100; left: 5px; font-size:17px; font-weight:bold;}
		.catalog-wrapper {position: relative; width:100%; height: 319px; overflow:hidden}

	.wedding-catalog {line-height:1.2em}
	.wedding-catalog-cell {width:25%; float:left; text-align:center;}
	.wedding-catalog-cell.last {width:50%;}
	.wedding-catalog a {font-size:14px; font-weight:bold; line-height:1.4em}
	.wedding-logo {position:relative; margin:0 auto; width:220px; height:213px; background-repeat:no-repeat; background-position:28px 20px; /* background-size:157px 157px; */}
	.wedding-logo div {position:relative; margin:0 auto; height:100%; background:url(/images/theme7/ramka-big.png)}
	.wedding-logo img {position:absolute; left:28px; top:20px; width:157px;}

	.wedding-photo {float:left; width:20%; text-align:center; height:220px;}
	.wedding-photo-sep {float:left; width:5%; height:220px;}

	.hall-photo {width:25%; text-align:center; float:left;}
	.hall-photo-seminar {width:16.6%; text-align:center; float:left;}

	.drcatalog a, .activerestcatalog a {color:#455358}
	.activerestcatalog table table tr td:first-child {text-align:center;}

	.drcatalog div {float: left; width:20%;}

	.profi-big-link {float:left; width:30%; margin-right:3%; margin-bottom:20px;}
		.profi-big-link > div {height:113px;}

	.kids-catalog-cell {float:left; width:20%; text-align:center; height:180px;}
	.kids-kostyl {width:400px; margin-top:-500px;}
	.seminar-kostyl {width:460px; margin-top:-160px;}

	/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅ пїЅпїЅпїЅпїЅпїЅ */

	.afishamod-left {float:left; overflow:hidden; padding-top:5px; padding-bottom:15px;}
	.afishamod-right {overflow:hidden;  padding-top:5px; overflow:hidden;}
	.afishamod-calendar-col {float:left; width:210px; }
	.afishamod-rub-col {float:none; margin-left:220px;}


	.afisha-theme .afishamod-left {width:375px;background-color:#f7f7f6}
	.afisha-theme .afishamod-right {margin-left:375px; background-color:#fbf1ca;}
	.afisha-theme .afishamod-itemscol {width:50%; float:left;}
	.afisha-theme .afisha-wrapper {height:530px;}

	.kids-theme .afishamod-left {width:460px;background-color:#ffe4fd}
	.kids-theme .afishamod-right {margin-left:460px; background-color:#ffcefb;}

	.seminar-theme .afishamod-left {width:460px;background-color:#f7f7f6}
	.seminar-theme .afishamod-right {margin-left:460px; background-color:#f2f5f7;}

	.afisha-wrapper {position:relative; overflow: hidden}
	.afisha-wrapper .items {position:absolute; height:2000em;}
	/* .afisha-wrapper .item {height:80px} */

	.bannersline {}
		.bannersline td {padding: 10px 0}
			.bannersline td.bord {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}


	.bh {color:#2d2d2d; font-size:20px; margin-bottom: 0.5em;}
		.bh a {color:#2d2d2d}
		.bhlink {white-space: nowrap; color: #8a999f !important; font-size:11px; vertical-align:middle; text-decoration:none}
	.grad-bg-1 {background: #ffd6a6 url(/images/grad-bg-1.png) 0 0 repeat-x}
	.grad-bg-2 {background: #ffbaa6 url(/images/grad-bg-2.png) 0 0 repeat-x}
	.blue-bg {background-color:#eaeff2}
	.yell-bg {background-color:#fbf1c9}
	.white-bg {background-color:#fff}
	.green-bg {background-color:#daf6bf}
	.bord-or {border: 1px solid #ffc066}
	.yw-line {height:2px; font-size:0; line-height:0; background: url(/images/yellow-white-line.png) 0 0 repeat-x;}

	.event-selected {padding: 10px; background-color:#eaeff2; border-radius:10px 0 0 10px}
	.event-selected a {color:black; text-decoration:none}

	.eventcat {background-position: 5px center; background-repeat:no-repeat; padding-left: 33px}

	#middle {
		margin-top:10px;
	}

		.catalog_header {
			width: 204px;
			height: 36px;
			background: url('/images/theme_0/catalog_header.png') 0 0 no-repeat;
		}
			.catalog_header a {
				font-size: 17px;
				text-decoration: none;
				padding-left: 20px;
				line-height: 32px;
			}

		.catalog_body {
			width: 204px;
			background: #f00 url('/images/theme_0/catalog_body.png') left bottom no-repeat;
			position: relative;
			color: #fff;
			padding-bottom: 80px;
		}
			.catalog_bottom {
				position: absolute;
				left: 10px;
				bottom: 0;
				right: 10px;
				height: 70px;
			}

			ul.catalog {
				margin: 0;
				padding: 0;
			}

			ul.catalog li {
				list-style-type: none;
				background: url('/images/white_arrow.png') 0 0 no-repeat;
				padding: 0 0 0 13px;
				margin: 0 0 10px 0;
			}

				ul.catalog li.hover ul {display: block}
				ul.catalog li ul {display: none; margin-top: 10px; margin-bottom: 10px}

				ul.catalog li a {
					font-weight: bold;
					border-bottom: 1px dotted #fff;
				}

				/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ 2пїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */

				ul.catalog li ul li a {
					font-weight: normal;
					border-bottom: none;
				}

				ul.catalog li ul li a:hover {
					text-decoration: underline;
				}
				ul.catalog li ul li.selected a:hover {
					text-decoration: none;
				}

				ul.catalog li ul li {
					background: none;
					padding-left: 0;
					margin-left: 10px;
					list-style-type: disc;
				}


				ul.catalog li ul li.selected a {
					font-weight: bold;
					cursor: default;
				}

.f-title2 {display: none}

#level2-col1 {float: left; width:210px;}
#level2-col2 {margin-left:40px; float:left; width:210px;}
.proryv_header #level2-col2 {width:auto;}
#level2-col3 {margin-left:500px; position: relative;}
#level2-banners {position:absolute; top:40px; left:0; width:100%;}

.list-row {margin-bottom:20px; overflow:hidden;}
.list-img {float:left; margin-right:10px;}

.catalog-list-item {float: left; width:50%;}

.tarif3 .catalog-list-demand-button {width:124px;}
.tarif2 .catalog-list-demand-button {width:104px;}
.tarif1 .catalog-list-demand-button {width:84px;}

.letters-nav {padding:5px; margin-bottom:10px; background-color: #EEEEEE;}

.block1of3 {width:33%; float:left;}

.article-body {font-size:14px;}

.half {float:left; width:50%;}

/* GRID */
.col {}
.gridrow {position: relative; clear: both; overflow:hidden}

.gridrow-1-1-1-1 {}
	.gridrow-1-1-1-1 .col-1-2, .gridrow-1-1-1-1 .col-3-4 {width:50%; float:left;}
	.gridrow-1-1-1-1 .col-1 {width: 205px; float: left; margin-right:20px;}
	.gridrow-1-1-1-1 .col-2 {margin-left:225px; margin-right:20px;}
	.gridrow-1-1-1-1 .col-3 {float:left; width:100%; overflow:hidden;}
		.gridrow-1-1-1-1 .col-3 .col-pad {padding-right:225px;}
	.gridrow-1-1-1-1 .col-4 {width:205px; margin-left:-205px; float:left;}

.gridrow-1-2-1 {}
    .gridrow-1-2-1 .col-1-2 {width:100%; float:left;}
        .gridrow-1-2-1 .col-1-2 .col-pad {padding-right:225px;}
    .gridrow-1-2-1 .col-1 {float:left; width:205px;}
    .gridrow-1-2-1 .col-2 {margin-left:225px;}
    .gridrow-1-2-1 .col-3 {float:left; width:205px; margin-left:-205px;}

.gridrow-3-1 {}

	.gridrow-3-1 .col-1 {width:100%; float:left;}
		.gridrow-3-1 .col-1 .col-pad {padding-right:25%}
	.gridrow-3-1 .col-2 {width:23%; float:left; margin-left:-23%;}

	.gridrow-3-1-fixed .col-1 {width:100%; float:left;}
		.gridrow-3-1-fixed .col-1 .col-pad {padding-right:225px}
	.gridrow-3-1-fixed .col-2 {width:205px; float:left; margin-left:-205px;}

.griwrow-1-3 {}
	.gridrow-1-3 .col-1 {width:23%; float: left;}
	.gridrow-1-3 .col-2 {margin-left:25%;}

	.gridrow-1-3-fixed .col-1 {width:205px; float: left;}
	.gridrow-1-3-fixed .col-2 {margin-left:225px;}

.gridrow-1-1-1 {}
	.gridrow-1-1-1 .col-1, .gridrow-1-1-1 .col-2, .gridrow-1-1-1 .col-3 {float:left; width:33.33%}

	.gridrow-1-1-1-corp .col-1 {width:38%; float:left;}
	.gridrow-1-1-1-corp .col-2 {width:38%; float:left;}
	.gridrow-1-1-1-corp .col-3 {width:24%; float:left;}

	.gridrow-1-1-1-wed .col-1 {width:23%; margin-right:2%; float:left;}
	.gridrow-1-1-1-wed .col-2 {width:43%; margin-right:2%; float:left;}
	.gridrow-1-1-1-wed .col-3 {width:30%; float:left;}

.gridrow-1-1-2 {}
	.gridrow-1-1-2 .col-1, .gridrow-1-1-2 .col-2 {width:23%; margin-right:2%; float: left;}
	.gridrow-1-1-2 .col-3 {width:50%; float: left;}

.alert-message {border-radius:10px; border:1px solid red; text-align:center; padding:5px; background-color:#fff;}

#auth-block, #ecode-block {
	display: none; position: fixed; width: 400px; top: 30%; left: 50%; margin-left:-200px; z-index:1001;
	background: #fff; border: 3px solid #ff933b; border-radius: 7px; box-shadow: 0 0 20px #AAA;
}
.auth-block-inner {position: relative; padding: 40px 40px 10px}
.close-auth {position:absolute; bottom: 5px; right:5px}
@media screen and (max-width: 500px) {
    .auth-block-inner {
        padding: 10px 10px 10px;
    }
    #auth-block {
        width: 320px;
        left: 50%;
        margin-left: -160px;
    }
}
@media screen and (max-width: 450px) {
    #auth-block {
        width: 270px;
        margin-left: -138px;
    }
    #auth-block input.w200 {
        width: 150px;
    }
}

.w33p {
	display: inline;
	width: 31.3%;
	margin: 0 1%;
}

.day {width: 36px; font-size: 17px; 	line-height: 1em; padding: 2px 0px; border: 1px solid #FF7200; border-top-width: 4px; text-align: center; background-color:#fff}
.day-small {
	width: 26px;
	height: 24px;
	border: 1px solid #c9d3db;
	border-top-width: 6px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}

.sep {
	display: none;
	clear: both;
	height: 11px;
	margin: 10px 0 10px;
	font-size: 1px;
	background: url('/images/sep.gif') 50% 0 no-repeat;
}

.inp {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: #7c7c7c;
	border-left-color: #7c7c7c;
	height: 16px;
}

.search {
	width: 160px;
	height: 23px;
	padding: 0 10px;
	background: url('/images/search_field.png') 0 0 no-repeat;
	border: none;
	vertical-align: bottom;
}

.but {
	width: 68px;
	height: 20px;
	background: transparent url('/images/but.png') 0 0 no-repeat;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.decbut, .decbut2 {
	display:inline-block; height:27px; line-height:27px; border:3px solid #ECF2F3; border-radius:12px; background: #f8ae00 url(../images/decbut-bg.png) left bottom repeat-x;
	color:white; font-size: 12px; font-weight:bold; padding: 0 20px;
	text-decoration:none; overflow:hidden; text-align:center;
}
.decbut2 {background-image: url(../images/decbut2-bg.png)}

.decbut:hover, .decbut2:hover {color:white}

input.required, textarea.required {
	border: 1px solid orange;
}

ul.publish_rules {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

ul.publish_rules li {
	padding-left: 18px;
}

ul.publish_rules li:before {
	content: "\2015";
	margin-left: -18px;
	margin-right: 1ex;

}

ul.map {
	list-style-type: square;
	color: #999;
}

.drop_image {position: absolute;left: 3px;top: 3px;}
.edit_image {position: absolute;left: 22px;top: 3px;}
.accept_image {position: absolute; left: 41px; top: 3px;}

.firms_hor_sep {
	font-size: 0;
	height: 3px;
	margin: 10px -10px 10px -10px;
	background-color:#fcfbeb !important;
}

.firms_vert_sep {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -3px;
	background-color:#fcfbeb !important;
}

.recommend-item {float:left; width:50%;overflow: hidden;}

.af-current {background:#ccc; text-decoration:none; padding:2px 5px; border-radius:3px;}

#catalog-afisha-block .afisha-event-type {display:none;}


.darkred {color: #da251c !important}
.vinous {color: #d03434}
.pale, a.pale { color: silver }
.grey, a.grey { color: #666 !important;}
.lightgrey, a.lightgrey { color: #999 !important;}
.green, a.green, a.green:hover { color: #85cd5e}
.pink {color: #ff4e6c}
.lightblack, .darkgrey {color: #555}
.onlinecolor {color: #21b436 !important}

.blue_bg {background-color: #f4f0ef}
.grey_bg {background-color: #eee}
.white_bg {background-color: #fff}
.pink_bg {background-color: #F8E3D0}
.orange_bg {background-color: #FFF3CD}

.bordered {border: 1px solid	#ff7e00}

.dotted {border-bottom: 1px dotted; text-decoration:none;}

.notice {border:1px solid #999; padding:7px; font-weight:bold;}

.stdblock, .decblock {border: 1px solid #FF7200; background-color:white; border-radius:5px; padding:5px;}

.r8 {border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px}

.homepage_block a {
	text-decoration: none;
	color: #282828;
}
.homepage_block a:hover {
	text-decoration: underline;
}

.linksgrey a {color: #666;}

.dectable th {background: #EFEDD1}

#tagsbg {width:140px; height:122px; position: fixed; right:0; bottom:0; background:url(/images/tagsbg.png)}
#cons-tag {display: block; position: fixed; right:63px; bottom: 5px;	}
#notepad-tag {display: block;z-index:5; position: fixed; right:0px; bottom: 0px; width: 72px; height:70px; background:url(/images/notepad-tag.png)}

#manager {position: fixed; padding: 7px; right:90px; bottom:0; background:#fff; border:1px solid #aaa; border-bottom:none; box-shadow:0 0 5px #aaa;}
#cookie {
	position: fixed; display: none; padding: 10px; bottom:20px; background:#fff; border:1px solid #aaa; border-bottom:none; box-shadow:0 0 5px #aaa;
	left: 50%;
	min-width: 300px;
	transform: translateX(-50%);
	text-align: center;
}
#cookie button {
	cursor: pointer;
	border: 2px solid #ff6700;
	padding: 8px;
	text-align: center;
	background: #fff;
	color: #3a3a3a;
	text-transform: uppercase;
}

.preview50 {width:56px;height:56px; overflow:visible; float:left; position:relative; margin-right:10px}
.preview50 img {position:absolute; width:50px;}
.preview60 {width:66px;height:66px;overflow:visible; text-align: left !important;}
.preview60 img {position:absolute; width:60px;}

.notepad-select-wrapper {position: absolute; z-index: 99; padding: 10px; margin-top: -10px; margin-left: 10px; background: white !important; border: 1px solid #ccc !important; box-shadow: 2px 2px 7px #9a9a9a;}

#contest-table {min-width: 100%;}
#contest-table td {border: 1px solid #888;}

table.bordered {border:none;}
table.bordered td, table.bordered th {border: 1px solid #BCB87E}
tr.bg td, tr.bg th {background-color: #EFEDD1}

.palev {color:#282828; text-decoration:none; cursor:text}
.palev:hover {color:#282828}

.online {padding-left: 12px; background:url(/images/online.png) left center no-repeat;}

.banner-upload-button {width:32px;height:32px; background:url(/images/icons/upload32.png); overflow:hidden; cursor:pointer;}
.up-file {opacity: 0; cursor:pointer !important; font-size:20px;}

img.comment-rate {border:2px solid transparent; border-radius:32px; padding:5px;}
img.comment-rate.active {border-color:#ff7200;}


/***** FIRM PAGE *****/
.views-table {font-size:11px;}
.views-table td, .views-table th {border:1px solid silver; padding: 3px 0; text-align:center;}
.views-table td:first-child {text-align:left;}



/***** PRORYV HEADER *****/
.pr-logo {float:left; margin-bottom:10px; width:23%;}
.pr-menu {float:left; margin-top:12px; width:57%;}
	.pr-menu table td {padding:2px 10px !important; text-align:center;}
	.pr-menu a {color:#ff0101;}
.pr-text {float:left;width:20%; color:#5e5e5e; font-size: 14px; font-style: italic; font-weight:400; margin-top:30px;}


/***** FORMS *****/
.frow {overflow:hidden; padding:5px 0;}
.frow.highlight {border: 1px solid red;}
.fleft {float:left; width:30%; line-height:20px;}
.fright {float: left; width:70%;}
.fright input[type=text], .fright textarea {width:80%; max-width:98%;}


/***** CALENDAR *****/
.calendar-table td {padding: 5px; text-align:center;}
.calendar-table th {font-weight:bold;}
	.daycell {cursor:pointer; -moz-user-select: none;}
	.daycell.ch {font-weight:bold;}
	.daycell.full {background-color:#58D358 !important;}
	/*.daycell.partiallyfull {background-color:#C5F7C6 !important}*/
	#flbox .daycell.partiallyfull {background: url('/images/calendar-day-green-corner.png') 0 0 no-repeat;}
	.daycell.partiallyfull {background: url('/images/calendar-day-green-corner.png') 0 0px no-repeat;}
	.daycell.holiday a {color:red !important}
	.daycell.disabled {color:#bbb;}

.hours-line {}
.hours-line td {font-size:10px; line-height:10px; padding:3px; background:#eee; border:2px solid white;}
	.hourcell {cursor:pointer;}
	.hourcell.ch {background:#83EF85;}

#calendar-wrapper {background-color: #fcf3e1; padding: 5px;}
#calendar-wrapper.firm_schedule {margin-bottom:10px;}
	#calendar-wrapper select {
		cursor: pointer;
		font-size: 16px;
		background-color: #fcf3e1;
		color: #9d948b;
		border: none;
		width: initial !important;
		/*border-bottom: 1px dotted #9d948b;*/
		margin: 5px 3px 10px;
		text-transform: capitalize;
	}
	/*#calendar-wrapper > .mt5.c {
		position: absolute;
		left: 240px;
		top: 0;
		width: 100%;
		text-align: left;
		font-size: 13px;
		margin-top: 10px;
		z-index: 10;
	}*/
#calendar-wrapper > .mt5.c {
    /* position: absolute; */
    /* left: 240px; */
    /* top: 0; */
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
    z-index: 10;
}    
		#calendar-wrapper > .mt5.c > a {
			color: #9d948b;
		}
	#calendar-wrapper > .mt5.c + .mt5.c {
		top: 15px;
	}

table.eventCalendar {
	border-collapse: separate;
	border-spacing: 3px;
}
table.eventCalendar tr:nth-child(2) > td {
	color: #9ca5a9 !important;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
table.eventCalendar tr:nth-child(2) > td.red {
	color: #d7030d !important;
}

table.eventCalendar tr.days td {
	border: 1px solid #ebeff0;
	background-color: #fff;
    padding: 5px 0px;
    font-size: 15px;
}
table.eventCalendar tr.days td.calendar_today {
	border: 1px solid transparent;
	background-color: #ff6700;
}
	table.eventCalendar tr.days td > a {
		color: #3a3a3a !important;
	}
	table.eventCalendar tr.days td.calendar_today > a {
		color: #fff !important;
	}
	table.eventCalendar tr.days td:nth-child(6) > a,
	table.eventCalendar tr.days td:nth-child(7) > a {
		color: #9d948b !important;
	}

table.eventCalendar tr.days td:hover {
	border: 1px solid #ff7200;
}

.calendar-box {
	position: relative;
	float: left;
	width: 220px;
	background: #fcf3e1;
	margin-bottom: 7px;
}
.calendar-row {
	margin-left: 240px;
	padding-top: 50px;
}
.calendar-items-wrapper {
	height: 190px;
}
.calendar-col {
	float: left;
	width: 205px;
	height: 190px;
}
.calendar-event {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	margin: 0 10px 10px 0;
	color: #3a3a3a;
	text-decoration: none;
}
	.calendar-event:hover .calendar-event-day {
		color: #3a3a3a;
	}
	.calendar-event-day {
		width: 36px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1em;
		padding: 6px;
		border: 1px solid #FF7200;
		border-top-width: 4px;
		text-align: center;
		background-color: #fff;
		margin-right: 12px;
		float: left;
	}
	.calendar-event-month {
		font-size: 14px;
		font-weight: 400;
		line-height: 1em;
	}
	.calendar-event-name {
		line-height: 18px;
		overflow: hidden;
		max-height: 57px;
	}
	.calendar-scroll-btn {
		top: 120px !important;
	}

/***** GALLERY *****/
#add-user-photo {display:none;}
#album1 #add-user-photo {display:block}

#add-photo {display:block;}
#album1 #add-photo {display:none}


/* CHAT */

#flmessage-container {position:fixed; bottom: 20px; left:20px;z-index: 100;}
.flmessage {
	width:260px; background:#F7A835; box-shadow:1px 1px 10px #777; border-radius:5px;
	position:relative; padding:20px; margin-bottom:20px; z-index: 99; overflow:hidden;
}
	.flheader {cursor:pointer; font-weight:bold;}
	.flbody {cursor:pointer}

	.flclose {
		position:absolute; top:5px; right:5px; width:15px; height:15px;
		background:url(/images/close.png); cursor:pointer;
	}

.ui-effects-transfer { border: 2px solid grey;}

#chat-popup {z-index: 200; position:fixed; top:155px; left:20px; display:none; width:500px; background:white;border: 1px solid #aaa; box-shadow:0 0 7px #aaa;}
#chat-popup-body {height:400px;}
#chat-popup-header {height: 23px; line-height: 23px; font-weight: bold; background: url('/js/flbox/header.png') 0 0 repeat-x;}

#chat-wrapper	{position: relative; height:100%; overflow:hidden;}
#chat-users		{position:absolute; top:0; left:0; bottom:0; width:200px; border-right:1px solid #FFC791; overflow-x:hidden; overflow-y:auto;}
#chat			{position:absolute; top:0; left:201px; bottom: 70px; right:0; overflow:auto; background:white;}

#chat-message {position:absolute; left:201px; bottom:0px; right:0; height:70px;}
	#message {width:100%; height:100%; border:1px solid #FFC791; border-width:1px 0;}

#send {cursor:pointer; font-size:13px; font-weight:bold;}

#chat-showusers {display:none}

.message {padding: 5px}
	.message-date {font-size:11px; color:#666;}

.dialogs-text {padding:4px 7px; background-color:#FFE0C4; font-weight:bold;}
.user {padding:10px; cursor:pointer;}
	.user-avatar {width:30px; margin-right:5px; vertical-align:middle;}
	.user.current {font-weight:bold; background-color:#FFF3CD; }

	.user-unread {display:none; margin-left:5px; font-size:10px; color:white; border-radius:5px; background:red; padding:0 4px;}

.chattab {display:none;}


/* ROUNDED BLOCK WITHOUT BORDER. R=5 */

.rb1, .rb2, .rb3, .rb4, .rb5 {
	height: 1px;
	font-size: 0;
	overflow: hidden;
}

.rb5 {margin: 0 5px}
.rb4 {margin: 0 4px}
.rb3 {margin: 0 3px}
.rb2 {margin: 0 2px}
.rb1 {margin: 0 1px}


/* ROUNDED BLOCK WITH 1PX BORDER */

.rbb1, .rbb2, .rbb3, .rbb4 {
	height: 1px;
	font-size: 0;
	overflow: hidden;
}

.rbb2, .rbb3, .rbb4, .rbb-inner {
	background-color: white;
	border: solid #da251c;
}
.rbb1 {
	margin: 0 5px;
	background-color: #da251c;
}
.rbb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.rbb3 {
	margin: 0 2px;
	border-width: 0 1px;
}
.rbb4 {
	height: 2px;
	margin: 0 1px;
	border-width: 0 1px;
}
.rbb-inner {
	border-width: 0 1px;
}

/* ROUNDED BLOCK WITH 2PX BORDER */

.rb2b1, .rb2b2, .rb2b3, .rb2b4, .rb2b5, .rb2b6 {
		height: 1px;
		font-size: 0;
		overflow: hidden;
	}

.rb2b3, .rb2b4, .rb2b5, .rb2b6, .rb2b-inner {
	background-color: white;
	border: solid #f55e1e;
}

.rb2b1 {
	margin: 0 5px;
	background-color: #f55e1e;
}

.rb2b2 {
	margin: 0 3px;
	background-color: #f55e1e;
}

.rb2b3 {
	margin: 0 2px;
	border-width: 0 4px;
}

.rb2b4 {
	margin: 0 1px;
	border-width: 0 3px;
}
.rb2b5 {
	margin: 0 1px;
	border-width: 0 2px;
}
.rb2b6 {
	border-width: 0 3px;
}

.rb2b-inner {
	border-width: 0 2px;
}

.cornerold {position: absolute;left: 30px;top: -11px;}
.corner {position: absolute;left: 30px;bottom: -17px;}

/*********************/
.rb-catalog div {
	background-color: #f8e3d0;
}

.top_firm_dec {
	border: 1px solid #da251c;
	padding: 1px;
}

/***** DEFAULT THEME *****/

.themecolor {color: #ff7200 !important}

.rbb-themecolor div {
	border-color: #ff7200;
}
.rbb-themecolor .rbb1 {
	background-color: #ff7200;
}

.dec {
	border: 1px solid #ddd;
}

/***** JCROP *****/

.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/***** CKEDITOR *****/

.cke_skin_v2 .cke_contents {
	background-color: #fcfbeb !important;
}

/* DATEPICKER */

#ui-datepicker-div {font-size: 11px !important}
img.ui-datepicker-trigger {vertical-align:middle}


/* TOKEN INPUT */
ul.token-input-list li input {padding: 1px 3px !important;}
div.token-input-dropdown {}
div.token-input-dropdown p {font-weight: normal !important;}
div.token-input-dropdown ul li {font-weight:400 !important;}
.token-input-token {font-weight:400 !important;}


/***** TECH *****/

.fwb, .bold { font-weight: bold; }
.fwn { font-weight: normal }
.italic {font-style: italic}

.m0 {margin: 0 !important}
.mb5 { margin-bottom: 5px }
.mt5 { margin-top:5px }
.ml5 { margin-left: 5px }
.mr5 { margin-right: 5px }

.mb3 {margin-bottom:3px}

.mb10 { margin-bottom: 10px }
.mt10 { margin-top:0px }
.ml10 { margin-left: 10px }
.mr10 {	margin-right: 10px }

.mb15 {margin-bottom: 15px}

.mb20 {	margin-bottom: 20px }
.mt20 { margin-top:20px }
.ml20 { margin-left: 20px }
.mr20 {	margin-right: 20px }

.mb30 {margin-bottom: 30px}

.mb40 {	margin-bottom: 40px }
.mt40 { margin-top: 40px}
.ml40 { margin-left: 40px }
.mr40 {	margin-right: 40px }

.mb50 {margin-bottom: 50px} .mt50 {margin-top: 50px} .ml50 {margin-left: 50px} .mr50 {margin-right: 50px}

.m_auto, .centered {margin-right: auto; margin-left: auto}

.p0 {padding: 0}
.p5 {padding: 5px}
.p10 { padding: 10px }
.p15 { padding: 15px }
.p20 { padding: 20px }
.p40 { padding: 40px }

.pt0 {padding-top: 0}
.pb0 {padding-bottom: 0}
.pb15 {padding-bottom: 15px}

.pl5 {padding-left:5px;}

.pl10 {padding-left: 10px}
.pr10 {padding-right: 10px}
.pt10 {padding-top: 10px}
.pr15 {padding-right: 15px}
.pr20 {padding-right: 20px}

.flr { float: right }
.fll { float: left }
.di { display: inline }
.db { display: block }
.dib { display: inline-block }
.dit { display: table; _height: 0; zoom:1; }
.hide { display: none }

.c { text-align:center }
.ar { text-align:right }
.al { text-align: left }
.aj { text-align: justify }

.fs90 {	font-size: 90% }
.fs80 { font-size: 80% }
.fs70 { font-size: 70% }
.fs60 { font-size: 60% }
.fs50 { font-size: 50% }
.fs110 { font-size:110% }
.fs125 { font-size:125% }
.fs150 { font-size:150% }
.fs175 { font-size:175% }
.fs200 { font-size:200% }

.fs9px {font-size: 9px}
.fs10px {font-size: 10px}
.fs11px {font-size: 11px}
.fs12px {font-size: 12px}
.fs13px {font-size: 13px}
.fs14px {font-size: 14px}
.fs15px {font-size: 15px}
.fs16px {font-size: 16px}
.fs17px {font-size: 17px}
.fs18px {font-size: 18px}
.fs20px {font-size: 20px}
.fs22px {font-size: 22px}
.fs24px {font-size: 24px}

.lh1 {line-height: 1em}

.vam, table.vam td  { vertical-align:middle }
.vat, table.vat td { vertical-align:top }

.oh { overflow: hidden }

.cl {clear: both}
.clear {
	height: 1px;
	clear: both;
	font-size: 0;
	margin-top:-1px;
}

.nobr { white-space: nowrap }

.pr { position: relative }
.pa { position: absolute }

a.nou { text-decoration: none }
.u, a.u { text-decoration: underline }
a.hover-u {text-decoration: none}
a.hover-u:hover {text-decoration: underline}

.link {cursor: pointer}
.not_link {cursor: default}

.uc {text-transform:uppercase;}

.h100p {height: 100%}
.w100p {width: 100%}
.w96p {width: 96%}
.w50p {width: 50%}
.w25p {width: 25%}

.test {
	border: 1px solid red;
}

.red, .error {color: #f00 !important}
.white { color: #fff !important}
.black { color: #000 !important}

.w20 {width: 20px}
.w50 {width: 50px}
.w100 {width: 100px}
.w150 {width: 150px}
.w200 {width: 200px}
.w250 {width: 250px}
.w300 {width: 300px}

table.normal_padding td, table.normal-padding td {padding: 4px 5px}
table.small-padding td {padding: 2px 3px}
table.form td {padding: 5px 0}
table.form td[align="right"] {padding-right: 10px}

table.form td table td {padding: 0}

.r10 {border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.r15 {border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }

/***** END OF TECH *****/
.yashare-auto-init{
    /*display: none;*/
}
.mobile-proryv {display: none;}

@media only screen and (max-width: 630px) and (min-width: 0px) {
    .nh-main-wrap .login_block-wrapper{
        float: none !important; margin-right: 0; height: initial; margin-bottom: 20px;
    }
    .nh-main-wrap{
        float: none !important;
    }
    .nh-main-wrap .nh-buttons{
        margin-bottom: 20px;
        text-align: center
    }
    .nh-search-wrap {
        border: 1px solid #dddddd; height: 25px;  display: table; padding: 5px; float: none !important; width: 97%;
    }
}
@media only screen and (max-width: 800px) and (min-width: 630px) {
    .nh-search-wrap {
        border: 1px solid #dddddd; height: 25px;  display: table; padding: 5px; float: none !important;  width: 97%;
    }
}
@media only screen and (max-width: 1230px) and (min-width: 800px) {
    .nh-main-wrap .login_block-wrapper{
        float: left; margin-right: 7px; height: 35px;
    }
    .nh-search-wrap {
        border: 1px solid #dddddd; height: 25px;  display: table; padding: 5px; float: right !important; max-width: 50%;
    }
    .nh-buttons {display: inline-block;}
    body.theme-0  #themes-menu {
        width: 1% !important;
        margin-left: 0;
        display: inline-block;
    }
    body.theme-0  .desktop-proryv {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}
@media only screen and (min-width: 1230px) {
    .nh-main-wrap .login_block-wrapper{
        float: left; margin-right: 44px; height: 27px;
    }
    .nh-search-wrap {
       border: 1px solid #dddddd; height: 25px;  display: table; padding: 5px; float: right !important; width: 50%;
    }
}
.nh-main-wrap {
    min-width: 49%;
}

.nh-main-wrap .nh-buttons a{
    display: inline-block;
}

.nh-search-wrap {
    border: 1px solid #dddddd;
	height: 25px;
	display: table;
	padding: 5px;
    float: right;
}
.nh-search-wrap .login_block-wrapper{
    float: left; margin-right: 44px; height: 35px;
}
.nh-search-wrap .label{
    color: #FFA400;
	margin-top: 3px;
	margin-left: 24px;
	font-size: 16px;
	font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: center;
}
.nh-search-wrap .label .scope{
    display: none;
}
.nh-search-wrap.nh-search-scope .label{
    width: 25%;
}
.nh-search-wrap.nh-search-scope .label .scope{
    display: inline-block;
}
.nh-search-wrap a{
    display: table-cell;
    width: 5%;
    background-color: white;
    text-align: center;
    border-radius: 0 3px 3px 0;
    min-width: 23px;
}
.nh-search-wrap input, .nh-search-wrap select{
    display: table-cell;
    width: 22%;
    height: 100%;
    outline: none;
    padding-left: 2%;
    border-width: 0 1px 0 0;
    border-color: #ECE5D5;
    position: relative;
    right: -2%;
}
.nh-search-wrap input[disabled]{
    background: #eee;
    text-decoration: line-through;
}
@media only screen and (max-width: 630px) and (min-width: 0px) {
    .nh-buttons ul li a {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 655px) and (min-width: 630px) {
    .nh-buttons ul {
        margin-left: 151px !important;
        margin-top: -6px !important;
    }
}
@media only screen and (max-width: 1230px) and (min-width: 800px) {
    .nh-buttons ul {
        margin-left: 151px !important;
        margin-top: -6px !important;
    }
}
@media only screen and (min-width: 1025px) {
    .firm-block.tarif3  .dit{
        width: 69%;
    }
}

.nh-buttons ul {
    display: inline-block;
    position: absolute;
    width: 137px;
    background-color: #FF7500;
    margin-left: -150px;
    margin-top: 33px;
    z-index: 121;
    text-transform: uppercase;
    padding: 15px 0;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    display: none;
}
.nh-buttons ul li a{
    color: white !important;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 14px;
}
.nh-buttons ul li:hover{
    background: #FF9C00;
}
.nh-buttons ul li{
    list-style: none;
}
.gallery .albums > div:first-child {
    z-index: 99;
}
a.show-auth {cursor: pointer;}
.user-comment-img {
    width: 15px;
    vertical-align: middle;
    margin-right: 7px;
}
.user-comment-img.clone {
    position: absolute;
    width: auto;
    margin-left: -33px;
    margin-top: -30px;
}
#level-catalog.new  {
    background: #fcf3e1;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}
#level-catalog.new .catalog-cell.type1,
#level-catalog.new .catalog-cell.type2 {
    background: none;
	padding: 0 30px 0 0;
    width: 195px !important;
}

.fw-container .fw-next,
.fw-container .fw-prev,
#level-catalog.new .catalog-next,
#level-catalog.new .catalog-prev {
    bottom: 44%;
    width: 14px;
    height: 44px;
    color: transparent !important;
}
.fw-container .fw-next,
#level-catalog.new .catalog-next {
    background: url(/img/scroll-arrow-right.png) 0 0 no-repeat;
    right: 21px;
}
.fw-container .fw-prev,
#level-catalog.new .catalog-prev {
    background: url(/img/scroll-arrow-left.png) 0 0 no-repeat;
    left: 21px;
}
#level-catalog .sorter {display: none;}
#level-catalog.new .sorter {display: inherit; text-align: center; padding-top: 12px; padding-bottom: 12px; position: relative;}
#level-catalog.new .sorter > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 11px;
}
#level-catalog.new .sorter > span.popul {width: 115px;}
#level-catalog.new .sorter > span.alpha {width: 83px;}
#level-catalog.new .sorter > span.order_advert {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	line-height: 20px;
}

#level-catalog.new .sorter > span.popul a,
#level-catalog.new .sorter > span.alpha a,
#level-catalog.new .sorter > span.order_advert a {
	display: inline-block;
    color: #9d948b;
    text-decoration: none;
    line-height: 14px;
    background: url('/img2/dots.png') 0 100% repeat-x;
    font-weight: bold;
}
#level-catalog.new .sorter > span.popul.chosen a,
#level-catalog.new .sorter > span.alpha.chosen a {
	color: #3a3a3a;
    background: none;
}
#level-catalog .catalog-cell.hidden {display: none;}
.toggle-light .toggle-on {
    background: #fff;
    box-shadow: none;
}

#level-catalog-mob {
	display:none;
	margin: 15px 0;
	background: #fcf3e1;
	padding: 10px 14px;
}
	#level-catalog-mob .order_advert {
		text-align: center;
		margin: 18px 0 8px;
	}
	#level-catalog-mob .order_advert a {
		display: inline-block;
		color: #9d948b;
		text-decoration: none;
		background:url('/img2/dots.png') 0 100%  repeat-x;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 16px;
		font-size: 11px;
	}
.m-catalog-menu {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	list-style: none;
}
	.m-catalog-menu > li > a {
		display: block;
		color: #3a3a3a;
		text-transform: uppercase;
		margin: 2px 0;
		padding: 5px 0;
		text-decoration: none;
		background: url('/img2/dots.png') 0 100% repeat-x;
	}
	.m-catalog-menu:last-of-type > li > a {
		background: none;
	}
	.m-catalog-menu > li > a.active {
		color: #ff6700;
		background: none;
	}
.m-catalog-submenu {
	margin: 10px 0;
	list-style: none;
	font-weight: normal;
}
	.m-catalog-submenu li {
		position: relative;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 16px;
	}
	.m-catalog-submenu li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #ff6700;
	}
		.m-catalog-submenu li > a {
			color: #3a3a3a;
			text-decoration: none;
		}

@media screen and (max-width: 570px) {
	#level-catalog {display:none;}
	#level-catalog-mob {display:block;}
}


.theme-0 .col.col-4 div[class="mb10"], #rightcol div.c div[class="mb10"]{
    margin-bottom: 42px;
}
@media only screen and (max-width: 900px) and (min-width: 0px) {
    .theme-0 .col.col-4 div[class="mb10"]{
        margin-bottom: 0;
    }
    .theme-0 .col.col-4 br + br{
        display: none;
    }
}
.uploadifive-queue-item .progress {
    display: none;
}
.uploadifive-queue-item .progress.started {
    display: block;
}
@media only screen and (max-width: 500px){
    #nh-title br {
        display: block !important;
    }

}
#ecode-block {
    width: 300px;
    margin-left: -150px;
}
.theme-1 #theme-desc, .theme-5 #theme-desc, .theme-7 #theme-desc , .theme-8 #theme-desc, .theme-12 #theme-desc{
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
}
.theme-7 #theme-desc  {
    margin-bottom: 5px;
}
.theme-12 #theme-desc  {
    margin-bottom: 5px;
}
.theme-6 #theme-desc , .theme-11 #theme-desc{
    margin-top: -5px;
    margin-bottom: 5px;
}
.theme-10 #theme-desc {
    margin-top: -10px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    #theme-desc {
        margin-left: 15px;
    }
}

::-webkit-input-placeholder { /* Chrome */
  color: #bbbbbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbbbbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #bbbbbb;
  opacity: 1;
}

.fw-container .in-one-line .fw-next,
.fw-container .in-one-line .fw-prev,
.fw-container .fw-next,
.fw-container .fw-prev {
	top:50px;
}
.fw-container .fw-next,
.fw-container .fw-prev {cursor: pointer; position:absolute; z-index:100; font-size:17px; font-weight:bold;}
.fw-container .fw-next {right: 5px;}
.fw-container .fw-prev {left: 5px;}

.fw-container {
	margin: 0 30px 25px;
}
.fw-border-bottom,
.fw-container.border-bottom {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
	.fw-header,
	.fw-header-small,
	.fw-header-xsmall {
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	.fw-header {
		margin-right: 20px;
	}
	a.fw-header,
	span.fw-header {
		display: inline-block;
		line-height: 28px;
	}
	.fw-header-small {
    display: inline-block;
		margin-top: 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.fw-header-xsmall {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 18px;
	}
	.fw-header-link:hover {text-decoration: underline;}
	.news-subscribe-link {
		float: right;
		font-size: 13px;
		color: #9d948b !important;
		background: url('/img2/dots.png') 0 100% repeat-x;
		text-decoration: none;
		line-height: 16px;
		margin-top: 9px;
	}
	.fw-header .f-btn,
	.fw-header-small .f-btn,
	.fw-header-xsmall .f-btn {
		font-size: 13px;
		padding: 8px 20px;
		text-decoration: none;
	}
	.fw-header-xsmall .f-btn {
		padding: 3px 20px;
		margin-top: -5px;
	}

.afisha-container {
	background-color: #f6cb12;
	padding: 20px 30px;
}
	.afisha-add-link {
		color: #3a3a3a !important;
	}
	.afisha-switch-link {
		float: right;
		font-size: 15px;
		text-transform: uppercase;
		background: url('/img2/dots.png') 0 100% repeat-x;
		line-height: 16px;
		margin-top: 11px;
		text-decoration: none;
	}
	.afisha-container .fw-prev { background-image: url('/img2/scroll-arrow-left-light.png'); }
	.afisha-container .fw-next { background-image: url('/img2/scroll-arrow-right-light.png'); }
	.afisha-container .fw-row { margin: 0 -27px; }
	.afisha-container .news-items-wrapper .m-news { padding: 11px; }
	.afisha-container .news-items-wrapper .m-news:hover { border: 1px solid #3a3a3a; }
	.afisha-container .m-news .m-news-date { color: #fff; }
	.afisha-container .m-news:hover .m-news-name {color: #3d3d3d;}

.fw-row {
	position: relative;
	padding-left: 27px;
	padding-right: 27px;
}
.scrollable-items-wrapper {
	position: relative;
    width: 100%;
    overflow: hidden;
}
.scrollable-items-wrapper > .items {
	position: absolute;
	width: 4000em;
}
.in-one-line .news-items-wrapper,
.news-items-wrapper {
    height: 260px;
}
	.in-one-line .news-items-wrapper .m-news {
		float: left !important;
	}
	.news-items-wrapper .m-news {
		float: left;
		height: 230px;
		overflow: hidden;
	}
	.m-news {
		display: block;
		width: 145px;
		padding: 12px;
		border: 1px solid transparent;
		text-decoration: none;
	}
	.m-news:hover {border: 1px solid #ddd;}
		.top-5-img-wrapper,
		.m-news .m-news-img-wrapper {
			border: 1px solid #edf0f1;
			display: block;
			width: 145px;
			height: 120px;
			overflow: hidden;
			margin-bottom: 10px;
		}
		.m-news .m-news-img-wrapper > img {width: 100%; height: auto;}
		.top-5-date,
		.m-news .m-news-date {
			color: #8d979c;
			font-size: 11px;
			line-height: 18px;
		}
		.top-5-name,
		.m-news .m-news-name {
			color: #3d3d3d;
			font-size: 14px;
			line-height: 18px;
			text-decoration: none;
		}
		.top-5-item:hover .top-5-name,
		.m-news:hover .m-news-name {
			color: #ff6700;
			text-decoration: underline;
		}
		.m-news .m-news-shows {
			font-size: 11px;
			color: #9d948b;
			white-space: nowrap;
		}
		.m-news .m-news-shows > span {
			font-weight: bold;
			color: #ff6700;
		}
		.m-news .m-news-log {
			font-size: 11px;
			line-height: 16px;
		}
		.m-news .m-news-log a {
			color: #474747;
			text-decoration: none;
		}
		.m-news .m-news-log a:hover {
			text-decoration: underline;
		}
			.m-news-log-link {
				padding-left: 15px;
				white-space: nowrap;
				background: no-repeat center left;
			}
			.m-news-log-link.info {
				background-image: url('/img2/changes-info-ico.png');
			}
			.m-news-log-link.recommend {
				background-image: url('/img2/changes-recommend-ico.png');
			}
			.m-news-log-link.video {
				background-image: url('/img2/changes-video-ico.png');
			}
			.m-news-log-link.participant {
				background-image: url('/img2/changes-participant-ico.png');
			}
			.m-news-log-link.review {
				background-image: url('/img2/changes-review-ico.png');
			}
			.m-news-log-link.photo {
				background-image: url('/img2/changes-photo-ico.png');
			}
			.m-news-log-link.logo {
				background-image: url('/img2/changes-logo-ico.png');
			}
.news-col-xs {
	display: inline-block;
	float: left;
}
.top-5-item {
	display: block;
	width: 205px;
	text-decoration: none;
	position: relative;
	margin: 0 auto 45px;
}
.top-5-item::after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: -15px;
	height: 1px;
	background-color: #ddd;
}
	.top-5-img-wrapper {
		width: 205px;
	}
	.top-5-img-wrapper > img {width: 100%; height: auto;}

/*.comment-scroll-btn {
	top: 50px !important;
}*/
.comment-wrapper {
	height: 152px;
}
.comment-box {
	position: relative;
	float: left;
	height: 104px;
	width: 235px;
	margin: 0 10px;
	padding: 15px 18px;
	background-color: #fcf3e1;
}
.comment-box::before {
	content: '';
	position: absolute;
	left: 37px;
	bottom: -18px;
	height: 0;
	width: 0;
	border-top: 18px solid #fcf3e1;
	border-right: 27px solid transparent;
}
.comment-header {
	/*white-space: nowrap;*/
	margin-bottom: 1px;
}
.comment-author {
	font-size: 12px;
	font-weight: bold;
	color: #9d948b;
}
.comment-author span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;    
    position: relative;
    top: 3px;
    margin-top: -3px;
    max-width: 118px;
}
.comment-author img + span {
    max-width: 96px;
}
.comment-time {
	font-size: 12px;
}
.comment-thumb {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	transform: translate(3px, -2px);
	background-size: 16px;
}
.comment-thumb.up {
}
.comment-thumb.vote-1 {
	background-image: url('/img2/1.png');
}
.comment-thumb.vote-2 {
	background-image: url('/img2/2.png');
}
.comment-thumb.vote-3 {
	background-image: url('/img2/3.png');
}
.comment-place {
	display: block;
	color: #3a3a3a;
	font-size: 12px;
}
.comment-descr {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

.users-scroll-btn {
	top: 30px !important;
}
.active-user-link {
	color: #8a999f !important;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
	margin-right: 25px;
}
.m-user-wrapper {
	height: 122px;
}
.m-user {
	float: left;
	margin: 0 12px;
	text-align: center;
	width: 90px;
	margin-right: 20px;
}
.m-user-img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
}
.m-user-online {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	background-color: #00d30a;
}
.m-user-name {
	display:block;
	color: #9d948b;
	margin-top: 10px;
	text-decoration: none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m-user-name:hover {
	text-decoration: underline;
}

.gallery-scroll-btn {
	top: 24px !important;
}
.video-g-scroll-btn {
	top: 29px !important;
}
.img-gallery-items-wrapper {
	height: 120px;
}
.gallery_thumb-item,
.video-gallery_thumb-item {
	float: left;
	overflow: hidden;
	margin: 0 5px;
}
.gallery_thumb-item {
	width: 150px;
	height: 120px;
}
.video-gallery-items-wrapper {
	height: 100px;
}
.video-gallery_thumb-item {
	width: 150px;
	height: 100px;
}
.gallery_thumb-item > img,
.video-gallery_thumb-item > img {
	width: 100%;
	height: auto;
}
.gallery_thumb-item,
.video-gallery_thumb-item {
    margin-right: 18px;
}
.video-gallery-items-wrapper .gallery_thumb-item {
    background-size: 150px 100px;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
}
[data-vimg].gallery_thumb-item > img {
    width: 150px;
    height: 100px;
}
[data-vimg].gallery_thumb-item:before, [data-vimg*=http].albumtab:before {
    content: ' ';
    width: 150px;
    height: 100px;
    display: block;
    position: absolute;
}
[data-vimg*=http].albumtab:before {
    height: 113px;
    background: url(/img2/youtube.png) no-repeat center center;
}
[data-vimg*=http].gallery_thumb-item:before {
    background: url(/img2/youtube.png) no-repeat center center;
}
.vacancy-add-container {
	font-size: 14px;
	font-weight: bold;
}
.vacancy-add-container.mt15 {
    margin-top: 15px;
}
	.vacancy-add-container > a {
		/*display: block;*/
		text-decoration: none;
	}
	.vacancy-add-container > a:hover {
		text-decoration: underline;
	}

#footer {
	margin-top: 25px;
	padding: 40px 30px 25px;
	background-color: #fcf3e1;
	color: #3a3a3a;
	line-height: 18px;
	font-size: 12px;
}
.footer-table {
	width: 100%;
	display: table-row;
}
.footer-first-col,
.footer-last-col {
	display: table-cell;
	padding: 0 10px;
	vertical-align: top;
}
.footer-table div:first-child {
	padding-left: 0;
}
.footer-table div:last-child {
	padding-right: 0;
}
.footer-col-copyright {
	float: left;
	padding-right: 140px;
}
	.footer-col-copyright a {
		color: #3a3a3a;
	}
.footer-col-links {
	float: left;
	margin-left: -130px;
	width: 130px;
}
	.footer-col-links a {
		display: inline-block;
		width: 100%;
		color: #3a3a3a;
		line-height: 24px;
	}
.footer-col-contacts {
	float: left;
	padding-right: 100px;
}
	.footer-col-contacts a {
		color: #9d948b;
	}
.footer-col-counters {
	float: left;
	margin-left: -90px;
	width: 90px;
}
@media screen and (max-width: 1230px) {
	#wrapper,
	.wrapper {
		max-width: 1000px;
	}
}
@media screen and (max-width: 1020px) {
	/* grid */
	#wrapper,
	.wrapper {
		max-width: 750px;
	}
	.release-col-2-sm > .col-2 {
		width: 100%;
		margin-left: 0;
	}
	.release-col-2-sm > .col-1 > .col-pad {
		padding-right: 0;
	}
	/* aside */
	.fw-container-sm {
		margin: 0 30px -10px;
	}
	.banner-row {
		margin: 0 -10px;
	}
	.top-5-row-sm::after,
	.banner-row::after {
		content: '';
		display: table;
		clear: both;
	}
		.banner-col {
			float: left;
			width: 33.33%;
			min-width: 225px;
			padding: 0 10px;
			box-sizing: border-box;
		}
	.vacancy-row-sm {
		font-size: 0;
	}
		.vacancy-row-sm > * {
			display: inline-block;
			vertical-align: top;
			font-size: 13px;
			width: 220px;
			margin-right: 10px;
		}
	.top-5-row-sm {
		margin: 20px -25px 0;
		font-size: 0;
	}
		.top-5-wrapper {
			display: inline-block;
			vertical-align: top;
			width: 33%;
			padding: 0 25px;
			box-sizing: border-box;
			font-size: 13px;
		}
	/* components */
	.m-news {
		margin-right: 45px;
	}
	.dib-container .m-news {
		margin: 0 auto;
	}
	.comment-box {
		margin-right: 40px;
		margin-left: 0;
	}
	.m-user {
		margin-right: 25px;
	}
	.gallery_thumb-item,
	.video-gallery_thumb-item {
		margin-right: 5px;
	}
	/* footer */
	.footer-col-contacts,
	.footer-col-counters {
		float: none;
		padding: 0;
		margin: 0 0 10px;
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	/* aside */
	.top-5-wrapper {
		width: 50%;
	}
	.active-user-wrapper-sm {
		display: block;
	}
	/* footer */
	.footer-col-copyright,
	.footer-col-links {
		float: none;
		padding: 0;
		margin: 0 0 10px;
		width: 100%;
	}
		.footer-col-links > a {
			width: initial;
			vertical-align: top;
			margin-right: 10px;
		}
	.comment-scroll-btn  {
		/*top: 178px !important;*/
	}
	.comment-wrapper {
		/*height: 420px;*/
	}
		.comment-author {
			display: block;
		}
	.comment-box {
		display: block;
		float: none !important;
		margin-bottom: 33px;
		width: 200px;
		height: 150px;
	}
}
@media screen and (max-width: 500px) {
	#header__box {
		padding-right: 15px;
		padding-left: 15px;
	}
	.fw-container {
		margin-right: 15px;
		margin-left: 15px;
	}
	/* components */
	.news-subscribe-link {
		float: none;
	}
	.news-subscribe-link::before {
		content: '';
		display: table;
	}
	.m-news {
		margin: 0 20px;
	}
	.m-user {
		margin-right: 20px;
	}
	.gallery_thumb-item {
		margin-right: 6px;
	}

	#calendar-wrapper > .mt5.c {
		left: 0;
		top: initial;
		margin-top: 20px;
	}
	.calendar-box {
		float: none;
	}
	.calendar-row {
		margin-left: 0;
	}
	/* aside */
	.banner-col {
		float: none;
		width: 100%;
		text-align: center;
	}
		.banner-col > * {
			width: 205px;
			margin-left: auto;
			margin-right: auto;
		}
	.top-5-wrapper {
		width: 100%;
	}
	/* footer */
	.footer-table,
	.footer-first-col,
	.footer-last-col {
		display: block;
		padding: 0;
		margin-bottom: 15px;
	}
		.footer-col-links > a {
			float: left;
			width: 50%;
			margin: 0;
		}
		.footer-col-counters {
			text-align: center;
		}
	.footer-first-col,
	.footer-col-copyright,
	.footer-col-contacts {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 465px) {
	.m-news {
		margin: 0 10px;
	}
}
@media screen and (max-width: 425px) {
	.fw-container .fw-next,
	.fw-container .fw-prev {
		/*top: 240px;*/
	}
	#afisha-block .fw-next,
	#afisha-block .fw-prev {
		top: 215px;
	}
	.news-items-wrapper {
		/*height: 520px;*/
	}
	.m-news {
		margin: 0 20px;
		float: none !important;
	}
	.calendar-col {
		width: 210px;
		margin: 0 15px;
	}
}
@media screen and (max-width: 320px) {
	.video-gallery_thumb-item {
		margin: 0 35px;
	}
}

/* secondary pages */
.middle-text {
	margin: 10px 0;
	font-size: 14px;
	color: #3d3d3d;
}
.user-text {
	font-size: 16px;
	color: #3d3d3d;
	margin: 20px 0;
	overflow: hidden;
}
.navigation {
	padding: 0;
	margin-top: 10px;
}
.navigation > a {
	text-decoration: none;
}
.navigation > a:hover {
	text-decoration: underline;
}
.central-container,
.right-container {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.central-container {
	padding-right: 290px;
	width: 100%;
}
.right-container {
	margin-left: -260px;
	width: 260px;
}
.small-aside .central-container {
	padding-right: 235px;
	width: 100%;
}
.small-aside .right-container {
	margin-left: -205px;
	width: 205px;
}
.f-logo-wrapper {
	display: inline-block;
  vertical-align: top;
	width: 60px;
	height: 60px;
	border: 1px solid #d8e0e6;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
	.f-logo-wrapper > img {
		width: 100%;
		height: auto;
	}
.f-logo-big {
	position: relative;
	max-width: 250px;
	width: 100%;
	font-size: 0;
	margin: 10px auto 15px;
	border: 1px solid #d8e0e6;
	overflow: hidden;
}
	.f-logo-big > img {
		width: 100%;
		height: auto;
	}
.f-link {
	color: #3a3a3a;
}
.f-info {
	position: relative;
	border: 1px solid #edf0f1;
	padding: 0 10px 10px;
	margin-bottom: 20px;
}
.firm-margin-correct {
	margin-top: 100px;
}
.f-info.sale::before {
	content: '';
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	width:  60px;
	height: 43px;
	background: url('/img2/sale-label.png') no-repeat;
}
	.f-info-phone-modal {
		position: absolute;
		left: -20px;
		right: -20px;
		max-width: 245px;
		border: 2px solid #edf0f1;
		padding: 25px 20px;
		background: #fff;
		margin-top: -90px;
		z-index: 11;
	}
		.fipm-close {
			position: absolute;
			top: 10px;
			right: 7px;
			height: 15px;
			width: 15px;
			background: url('/img2/close-ico.png') center no-repeat;
		}
		.fipm-header {
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 18px;
		}
	.f-info-phone-show {
		cursor: pointer;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 10px;
		margin-bottom: 10px;
		margin-left: 25px;
		border: 2px dashed #ff6700;
		background: transparent;
	}
		.f-info-phone-show::before {
			content: '';
			height: 20px;
			width: 20px;
			position: absolute;
			left: -25px; top: 0;
			background: url('/img2/phone-ico.png') left center no-repeat;
		}
	.f-info-phone {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		padding: 0 5px;
		margin-bottom: 5px;
		padding-left: 20px;
	}
		.f-info-phone.icon {
			background: url('/img2/phone-ico.png') left 3px no-repeat;
		}
	.f-btn,
	.f-info-order-btn {
		cursor: pointer;
		border: 2px solid #ff6700;
		padding: 8px;
		text-align: center;
		background: #fff;
		color: #3a3a3a;
		text-transform: uppercase;
	}
	.f-info-order-btn {
		display: block;
		margin: 8px 10px 15px;
	}
	.f-info-phone a,
	.f-info-order-btn {
		text-decoration: none;
	}
	.f-info-phone a:hover {
		text-decoration: underline;
	}
	.f-info-order-btn:hover {
		color: #3d3d3d;
	}
	.f-info-row {
		margin-bottom: 10px;
		line-height: 18px;
		padding-left: 20px;
		background: left 2px no-repeat;
	}
	.f-info-row.header {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
    letter-spacing: -.4px;
	}
	.f-info-row.address {
		background-image: url('/img2/address-ico.png');
	}
	.f-info-row.phone {
		background-image: url('/img2/phone-ico.png');
	}
		.f-info-row.phone > a {
			color: #3d3d3d;
			font-weight: bold;
			text-decoration: none;
		}
		.f-info-row.phone > a:hover {
			text-decoration: underline;
		}
	.f-info-row.email {
		background-image: url('/img2/email-ico.png');
		background-position-y: 4px;
	}
	.f-info-row.icq {}
	.f-info-row.www {
		background-image: url('/img2/www-ico.png');
	}
	.f-info-row.lunch {
		background-image: url('/img2/food-ico.png');
	}
	.f-info-row-delimiter {
		color: #a0a0a0;
		margin: 0 10px;
	}
	.wifi {
		display: inline-block;
		vertical-align: middle;
		width: 36px;
		height: 16px;
		background: url('/img2/wi-fi.png') no-repeat center;
	}
.f-owner {
	margin-bottom: 30px;
}
	.f-owner-img {
		float: left;
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.f-owner-content {
		padding-left: 70px;
		line-height: 18px;
		min-height: 60px;
		padding-top: 3px;
		box-sizing: border-box;
	}
	.f-owner-content.manager {
		padding-top: 13px;
	}
		.f-owner-content > * {
			display: block;
		}
		.f-owner-title {
			color: #959595;
		}
		.f-owner-link {
			color: #3a3a3a;
		}
.f-audio-blank {
	margin-top: 8px;
}
.f-audio-edit-btn {
	cursor: pointer;
	color: #9d948b;
	border: 0;
	background: transparent;
	padding: 3px 0;
}
.f-rating {
	margin: 35px 0 30px;
	padding: 20px;
	padding-left: 50px;
	background: #fcf3e1 url('/img2/rating-star.png') 20px 20px no-repeat;
}
	.f-rating-header {
		font-size: 16px;
		margin: 0;
	}
	.f-rating-header .f-link {
		color: #3a3a3a !important;
	}
	.f-reating-amount {
		cursor: pointer;
		color: #ff6700;
		background: url('/img2/dots-orange.png') 0 100% repeat-x;
	}
	.f-rating-header + .rating-details {
		padding-top: 10px;
	}
.f-views-table-wrapper {
	margin: 0 0 30px;
}
.f-views-table-wrapper .views-table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 3px;
    border: none;
}
	.f-views-table-wrapper .views-table td,
	.f-views-table-wrapper .views-table th {
		text-align: left;
		font-weight: bold;
		border: none;
		border-bottom: 1px solid silver;
		font-size: 12px;
	}
	.f-views-table-wrapper .views-table th,
	.f-views-table-wrapper .views-table td:nth-child(1) {
		font-weight: normal;
	}
	.f-views-table-wrapper .views-table tr:last-child td {
		border: none;
	}
.f-participation {
	line-height: 40px;
	white-space: nowrap;
}
	.f-achievements {
		display: inline-block;
		font-size: 0;
		margin-left: 20px;
		height: 40px;
		vertical-align: middle;
	}
		.f-achievements a {
			display: inline-block;
			margin-left: -20px;
		}
		.f-achievements img {
			width: 40px;
			height: auto;
		}
.f-title {
	position: relative;
	margin-bottom: 20px;
  text-align: center;
}
	.f-title-text {
		display: inline-flex;
    min-height: 60px;
    align-items: center;
	}
	.f-title-links {
		position: absolute;
		top: 0; /*right: -290px;
		width: 260px;
		text-align: right;*/
	}
.f-title-review-link {
	position: relative;
	margin-left: 32px;
	font-size: 15px;
	color: #ff6802 !important;
	background: url('/img2/dots-orange.png') 0 100% repeat-x;
}
	.f-title-review-link::before {
		content: '';
		position: absolute;
		left: -32px; top: 0;
		width: 20px;
		height: 16px;
		background: url('/img2/comments-ico.png') no-repeat;
	}
.f-title-recommend-link {
	position: relative;
	font-size: 12px !important;
	color: #9d948b !important;
	vertical-align: middle !important;
	padding-left: 23px;
}
	.f-title-recommend-link::before {
		content: '';
		position: absolute;
		left: 0; top: -2px;
		width: 16px;
		height: 16px;
		background: url('/img2/thumb_up-o.png') left center no-repeat;
	}

.gallery-add-btn {
	font-size: 18px;
	text-decoration: none;
	color: #ff6700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.g-sorter {
	text-align: center;
	margin: 0 0 20px;
}
	.g-toggle-label {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		color: #ff6700;
		background: url('/img2/dots-orange.png') 0 100% repeat-x;
		margin: 0 12px;
		border: 0;
		padding: 0;
	}
	.g-toggle-label.active {
		color: #3a3a3a;
		background: transparent;
	}
	.g-toggle {
		display: inline-block;
		vertical-align: middle;
	}
		.g-toggle .toggle-slide {
			background: url('/img2/gallery-toggler-bg.png') no-repeat;
		}
		.g-toggle .toggle-blob {
			border-radius: 50%;
			background-image: -moz-linear-gradient( 90deg, rgb(255,103,0) 0%, rgb(255,159,8) 100%);
			background-image: -webkit-linear-gradient( 90deg, rgb(255,103,0) 0%, rgb(255,159,8) 100%);
			background-image: -ms-linear-gradient( 90deg, rgb(255,103,0) 0%, rgb(255,159,8) 100%);
			box-shadow: 0px 1px 1px 0px rgba(0, 1, 1, 0.35);
		}
.g-slider {
	position: relative;
	padding: 0 30px;
}
	.g-slider-btn {
		cursor: pointer;
		position: absolute;
		top: 190px;
		width: 30px;
		height: 69px;
		background: center no-repeat;
		border: 0;
		padding: 0;
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
	}
	.g-slider-btn.prev {
		left: 0;
		background-image: url('/img2/arrow-left-big.png');
	}
	.g-slider-btn.next {
		right: 0;
		background-image: url('/img2/arrow-right-big.png');
	}
	.g-slider-items {
		position: relative;
		width: 100%;
		height: 430px;
		overflow: hidden;
	}
		.g-slider-item {
			display: none;
	    position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
			transition: .5s transform;
			z-index: -1;
		}
		.g-slider-item.active {
			display: block;
			z-index: 7;
		}
		.g-slider-item.next {
			display: block;
			transform: translateX(100%);
			z-index: 5;
		}
		.g-slider-item.prev {
			display: block;
			transform: translateX(-100%);
			z-index: 5;
		}
		.g-slider-item .popup-image {
			display: table-cell;
            text-align: center;
			text-decoration: none;
            /*height: 100%;*/
            vertical-align: middle;
		}
.g-slider-item .popup-image > img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.g-add-btns {
	margin: 20px 0;
	padding: 0 30px;
}
.g-album-container {
	position: relative;
	margin: 20px 0 60px;
}
	.g-album-container .fw-next,
	.g-album-container .fw-prev {
		top: 25px;
	}
	.g-album-container .fw-next {
		right: 0;
	}
	.g-album-container .fw-prev {
		left: 0;
	}
.albums.centered {
	text-align: center;
}
	.albums.centered .albumtab {
		display: inline-block;
		vertical-align: top;
		float: none;
	}
.albums {
	height: 120px;
	margin: 20px 0;
}
	.albumtab {
		cursor: pointer;
		position: relative;
		float: left;
		height: 120px;
		width: 150px;
		margin-right: 10px;
		overflow: hidden;
	}
		.album-img {
			width: 100%;
			height: auto;
		}
		.album-name {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 30px;
			overflow: hidden;
			font-size: 12px;
			padding: 0 10px;
			color: #fff;
			background-color: rgba(0, 0, 0, .5);
		}
		.album-admin-panel {
			position: absolute;
			top: 0;
			right: 0;
		}
.mini-gallery {
	margin-bottom: 40px;
}
	.mini-gallery .g-slider-btn {
		top: 100px;
	}
	.mini-gallery .g-slider {
		max-width: 440px;
		margin: 0 auto;
	}
	.mini-gallery .g-slider-items {
		height: 260px;
	}
		.mini-gallery .g-slider-item {
			border: 1px solid #ddd;
		}
@media screen and (max-width: 400px) {
	.mini-gallery .g-slider-btn {
    top: 55px;
	}
	.mini-gallery .g-slider-items {
	    height: 180px;
	}
}

.f-contacts {
	padding: 20px;
	background-color: #fcf3e1;
	/*height: 230px;*/
	margin-bottom: 40px;
}
	.f-contacts-header {
		font-size: 22px;
		font-weight: bold;
		color: #3a3a3a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0 0 20px;
	}
		.f-contacts-header > span {
			font-size: 16px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	.f-dummy-row {
		margin: 0 -1px;
	}
	.f-contacts-map-col,
	.f-contacts-left-col {
		position: relative;
		float: left;
		min-height: 230px;
		padding: 0 1px;
		box-sizing: border-box;
	}
	.f-contacts-left-col {
		width: 100%;
		padding-right: 310px;
		padding-bottom: 50px;
	}
	.f-contacts-map-col {
		margin-left: -300px;
		width: 300px;
		max-width: 100%;
		background: #e5e5e5;
		overflow: hidden;
	}
	#YMapsID {
		width: 100%;
		height: 100%;
	}
	.f-contacts .f-info-order-btn {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0;
		width: 100px;
		margin: 1px;
    margin-left: 20px;
	}
	.f-contacts.no-map,
	.no-map .f-contacts-left-col {
		height: initial;
		min-height: 0;
	}
	.f-contacts.no-map .f-info-order-btn {
		position: static;
	}
	.no-map .f-contacts-left-col {
		float: none;
		padding: 0 1px;
	}
	.no-map .f-contacts-map-col {
		display: none;
	}
	.big-map .f-contacts-left-col {
    padding-right: 600px;
	}
	.big-map .f-contacts-map-col {
    margin-left: -590px;
    width: 590px;
	}
.f-comments {
	margin-bottom: 30px;
}
	.f-comments .fw-header {
		display: block;
	}
.f-sub-header {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.f-comments .f-sub-header {
	margin-bottom: 20px;
}
.f-comments .comment-box {
	background: #fff;
	border: 2px solid #fcf3e1;
	width: 215px;
	height: 156px;
	margin: 0 16px 0 0;
}
.f-comments .comment-box::after {
	content: '';
    position: absolute;
    left: 39px;
    bottom: -14px;
    height: 0;
    width: 0;
    border-top: 16px solid #fff;
    border-right: 23px solid transparent;
}
.fw-row.f-row {
	padding-left: 20px;
    padding-right: 20px;
}
.f-row .comment-wrapper {
    height: 210px;
}
.f-row .fw-container .fw-prev {
	left: 0;
}
.f-row .fw-container .fw-next {
	right: 0;
}
.f-sale {
	border: 1px solid #ff6700;
	padding: 15px 15px;
	margin-bottom: 40px;
}
	.f-sale-col {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 1px;
		box-sizing: border-box;
	}
	.f-sale-col + .f-sale-col {
		padding-left: 15px;
	}
	.f-sale-col + .f-sale-col::before {
		content: '';
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #edf0f1;
	}
		.f-sale-header {
			font-size: 18px;
			font-weight: bold;
			line-height: 22px;
		}
		.f-sale-header::before {
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 28px;
			height: 20px;
			background: left center no-repeat;
		}
		.f-sale-header.sale::before {
			background-image: url('/img2/sale-ico.png');
		}
		.f-sale-header.present::before {
			background-image: url('/img2/present-ico.png');
		}
		.f-sale-text {
			font-size: 14px;
			line-height: 16px;
			margin: 10px 0;
		}
		.f-sale-print {
			color: #9d948b !important;
			line-height: 24px;
			padding-left: 25px;
			background: url('/img2/printer-ico.png') left center no-repeat;
		}

.firm-cards {
	margin-bottom: 30px;
}
.firm-cards-items-wrapper {
	height: 290px;
}
	.firm-cards .fw-next,
	.firm-cards .fw-prev {
		top: 105px;
	}
.firm-cards .m-news {
	border: 1px solid #d8d4d1;
	float: left;
    margin-right: 20px;
	height: 263px;
}
	.firm-cards .m-news > .link {
		text-decoration: none;
	}
.firm-card-header {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #3a3a3a;
}
.firm-card-header:hover {
	text-decoration: none;
}
.f-vacancy-box {
	border: 1px solid #edf0f1;
	padding: 25px 20px;
}
	.f-vacancy-salary {
		margin-bottom: 10px;
		font-size: 13px;
	}

.f-recommend-row .fw-prev,
.f-recommend-row .fw-next {
	top: 50px !important;
}
.recommend-items-wrapper {
	height: 190px;
}
.recommend-header {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	margin-left: -100px;
}
	.recommend-header sup {
    font-size: 11px;
	}
.recommend-item {
	float: left;
	border: 1px solid #d8d4d1;
	padding: 20px;
	padding-left: 95px;
	height: 130px;
	width: 250px;
	margin: 0 20px 0 0;
}
	.recommend-img-wrapper {
		float: left;
		margin-left: -75px;
		height: 60px;
		width: 60px;
		overflow: hidden;
	}
		.recommend-img-wrapper > img {
			width: 100%;
			height: auto;
		}
	.recommend-item .ri-name {
		color: #9d948b;
	}
	.recommend-item .ri-gname {
		color: #3a3a3a;
	}
	.recommend-item .ri-name,
	.recommend-item .ri-gname {
		text-decoration: underline;
	}
	.recommend-item .ri-name:hover,
	.recommend-item .ri-gname:hover {
		text-decoration: none;
	}

.f-social {
	font-size: 0;
	padding: 15px 20px;
	border: 1px solid #d8d4d1;
}
.f-social-col1 {
	margin-right: 20px;
}
.f-social-col1,
.f-social-col2,
.f-social-col3,
.f-social-col1-md {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.f-social-col2 {
	padding-left: 4px;
}
	.f-social-col2 a {
		color: #9d948b;
		margin-right: 17px;
		width: 65px;
		display: inline-block;
		vertical-align: middle;
	}
	.f-social-col2 a.notepad-ico {
		width: 55px;
	}
	.f-social-col2 a.printer-ico {
		width: 45px;
	}
	.notepad-ico {
		padding-left: 25px;
		background: url('/img2/notepad-ico.png') left center no-repeat;
	}
	.printer-ico {
		padding-left: 25px;
		background: url('/img2/printer-ico.png') left center no-repeat;
	}
.f-social-col3 {
	width: 223px;
	padding-left: 4px;
}
	.f-counter-link {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		margin-right: 10px;
	}

.f-aside-in-center .fw-header-small,
.f-aside-in-center .f-rating {
	margin-top: 0;
}
.f-aside-in-center .f-owner {
    margin-top: 12px;
}
.f-aside-in-center object {
	transform: translate(-27px, -23px) scale(.8);
	margin-bottom: -30px;
}

.visible-sm,
.visible-xs,
.visible-xxs {
	display: none;
}
.col3 {
	float: left;
	width: 33.33%;
	padding: 0 1px;
	box-sizing: border-box;
}
@media screen and (max-width: 1230px) {
	.central-container {
		padding-right: 270px;
	}
	.right-container {
		margin-left: -240px;
		width: 240px;
	}
	.firm-margin-correct {
		margin-top: 0;
	}
	.f-title {
		padding-right: 110px;
	}
		/*.f-title-links {
			right: 0;
			width: 110px;
		}*/
	.f-comments .comment-wrapper {
		height: 190px;
	}
	.f-comments .comment-box {
		width: 260px;
		height: 136px;
	}
	.recommend-item {
		width: 170px;
		margin: 0 5px;
	}
	.f-social-col1,
	.f-social-col2 {
		display: block;
	}
	.f-social-col1-md {
		width: 400px;
	}
	.f-social-col2 {
		margin-top: 20px;
	}
		.f-social-col2 a {
			width: initial !important;
			margin-bottom: 20px;
		}
	.f-social-col3 {
		vertical-align: top;
	}
	.big-map .f-contacts-left-col {
    padding-right: 310px;
	}
	.big-map .f-contacts-map-col {
    margin-left: -300px;
    width: 300px;
	}
}
@media screen and (max-width: 1020px) {
	/* grid */
	#wrapper,
	.wrapper {
		max-width: 750px;
	}
	.f-contacts-header > span {
		display: block;
	}
	.central-container {
		padding: 0 !important;
	}
	.right-container {
		display: none;
	}
	.hide-sm {
		display: none;
	}
	.visible-sm {
		display: block;
	}
	.f-comments .comment-box {
		margin-right: 15px;
	}
	.recommend-item {
		margin-right: 10px;
	}
	.f-social-col1-md {
		/*width: initial;*/
	}
}
@media screen and (max-width: 700px) {
	.f-title {
		padding-right: 0;
	}
	.f-title-links {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	.hide-xs {
		display: none;
	}
	.recommend-grid .col-1-2 {
		width: 100%;
	}
	.f-aside-in-center .col3 {
		width: 100%;
		margin-bottom: 20px;
	}
		.f-aside-in-center .col3 > * {
			display: block;
			max-width: 230px;
			margin: 0 auto;
		}
	.f-aside-in-center object {
		transform: none;
		margin-bottom: 0;
	}
	.f-comments .comment-wrapper {
		height: 400px;
	}
	.f-comments .comment-box {
		margin-bottom: 30px;
	}
	.f-comments .f-btn {
		display: none;
	}

	.f-contacts {
		height: initial;
	}
	.f-contacts .f-info-order-btn {
		position: static;
	}
	.f-contacts-left-col {
		float: none;
		/*padding: 0 1px !important;*/
	}
	.f-contacts-map-col {
		float: none;
		margin: 0 !important;
	}
}
@media screen and (max-width: 500px) {
	.g-album-container .fw-prev,
	.g-album-container .fw-next {
		top: 50px;
	}
	.albums {
		height: 175px;
	}
	.albumtab {
		width: 240px;
		height: 175px;
		margin-right: 30px;
	}
	.f-logo-wrapper {
		width: 250px;
		height: auto;
    font-size: 0;
		display: block;
		float: none;
		margin: 20px auto;
	}
	.f-sale-col {
		width: 100%;
		padding: 0 !important;
	}
	.f-sale-col:last-child {
		margin-top: 20px;
	}
	.f-sale-col:last-child::before {
		content: none;
	}
	.firm-cards-items-wrapper {
		height: 590px;
	}
	.firm-cards-items-wrapper .m-news {
		float: none;
		margin-bottom: 30px;
	}
	.firm-cards .fw-prev,
	.firm-cards .fw-next {
		top: 270px;
	}
	.hide-xxs {
		display: none;
	}
	.visible-xxs {
		display: block;
	}
	.f-info-phone-modal {
		left: 0;
		right: auto;
	}
}
@media screen and (max-width: 400px) {
	.recommend-item {
		width: 120px;
	}
	.f-contacts-map-col {
		width: 250px;
	}
	.f-comments .comment-box {
		width: 200px;
		margin: 0 20px 30px 0;
	}
	.firm-cards-items-wrapper .m-news {
		margin-right: 40px;
	}
}
/* catalog */
.catalog-h1 {
	color: #3a3a3a;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 25px;
	position: relative;
	z-index: 10;
  text-align: center;
}
	.upp {
		text-transform: uppercase;
	}
	.catalog-h1 a {
		display: inline-block;
		vertical-align: middle;
		color: #9d948b;
		font-size: 12px;
		line-height: 28px;
	}
.catalog-h1-links {
	float: right;
	width: 200px;
}
	.catalog-h1-add-btn {
		margin: 0 10px;
	}
	.catalog-share-link {
		color: #9d948b;
		padding-left: 28px;
		background: url('/img2/megafon-big.png') left center no-repeat;
	}
	.catalog-print-link {
		padding-left: 20px;
		margin-left: 18px;
		height: 28px;
		background: url('/img2/printer-big.png') left center no-repeat;
	}
	.catalog-subscribe {
		text-decoration: underline;
    margin-left: 50px;
	}
	.catalog-subscribe:hover {
		text-decoration: none;
	}
	.catalog-sort-links {
		display: inline-block;
		vertical-align: middle;
	}
		.catalog-sort-link {
			position: relative;
			display: inline-block;
			border: 1px solid #ff7b22;
			padding: 0 12px;
			padding-right: 26px;
			color: #3a3a3a !important;
			text-decoration: none;
			user-select: none;
			box-sizing: border-box;
			transition: .3s all;
		}
		.catalog-sort-link:hover {
			color: #ff8533 !important;
		}
			.catalog-sort-link.down::after,
			.catalog-sort-link.up::after {
				content: '';
		    position: absolute;
		    right: 0;
		    width: 0;
		    height: 0;
		    margin: 0 10px;
		    border: 5px solid transparent;
		    pointer-events: none;
			}
			.catalog-sort-link.down::after {
				top: 12px;
				border-top-color: #ff8533;
			}
			.catalog-sort-link.up::after {
				top: 7px;
		    border-bottom-color: #ff8533;
			}
.catalog-introtext {
	color: #929292;
	font-size: 14px;
}
.catalog-introtext.bottom-text {
	margin: 15px 0 20px;
}
	.catalog-introtext a {
		color: #929292;
	}
.catalog-add-btn {
	display: block;
	margin: 30px auto 15px;
	width: 260px;
	text-decoration: none;
}
.catalog-big-add-btn {
	display: block;
	background: #fcf3e1;
	padding: 30px;
	text-align: center;
}
	.catalog-big-add-btn a {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 25px;
		color: #ff6700;
		background: url('/img2/dots-orange.png') 0 100% repeat-x;
	}
.catalog-toggle-top {
	margin: 5px 0 15px;
}
	.catalog-toggle-link {
		display: inline-block;
		padding: 4px 14px;
		font-size: 13px;
		border: 1px solid #ff7b22;
		text-decoration: none;
		color: #3a3a3a;
		margin: 10px 3px 0 0;
	}
	.catalog-toggle-link.current {
		color: #ff6700;
	}

.free-firm-block {
	position: relative;
	background: #fcf3e1;
	padding: 12px;
	margin: 7px 0;
}
	.ff-img-wrapper {
		width: 60px;
		height: 60px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
		.ff-img-wrapper > img {
			width: 100%;
			height: auto;
		}
	.ff-descr {
		/*padding-right: 90px;*/
		padding-left: 80px;
	}
		.ff-link {
			display: inline-block;
			margin: 0 0 5px;
			font-size: 18px;
			line-height: 24px;
			color: #010101;
			text-decoration: none;
		}
		.ff-link:hover {
			text-decoration: underline;
		}
	.ff-order-btn {
		position: absolute;
		top: 12px; right: 12px;
		line-height: 1em;
		text-decoration: none;
		margin-top: 7px;
	}

.letters-nav {
	background: #fcf3e1;
	padding: 15px 20px;
}
	.letters-nav .ln-link {
		color: #3d3d3d;
		margin-right: 10px;
		text-transform: capitalize;
	}
	.letters-nav .ln-link.current {
		font-weight: bold;
		text-decoration: none;
	}
.perelink {
	font-size: 17px;
	margin: 15px auto 20px;
	padding: 18px;
	text-align: center;
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	border: 1px solid #ff6700;
}
.yashare-auto-init {
  text-align: center;
	margin-bottom: 30px;
}

.catalog-form {
	border: 1px solid #ddd;
	line-height: 30px;
	padding: 15px 10px 5px;
	color: #929292;
	margin-bottom: 25px;
}
	.catalog-form label {
		cursor: pointer;
		vertical-align: middle;
	}
	.catalog-form input,
	.catalog-form select {
		border: 1px solid #ddd;
		height: 28px;
		padding: 0 10px;
		box-sizing: border-box;
		vertical-align: middle;
		width: 100%;
	}
	.catalog-form .select {
		display: inline-block;
		position: relative;
		font-size: 0;
		height: 30px;
	}
		.catalog-form .select > select {
			font-size: 13px;
		}
	.catalog-form .select::before {
		content: '';
		position: absolute;
		top: 2px; bottom: 2px;
		right: 1px;
		width: 30px;
		background: #fff;
		pointer-events: none;
	}
	.catalog-form .select::after {
		content: '';
		position: absolute;
		top: 13px;
		right: 0;
		width: 0;
		height: 0;
		margin: 0 10px;
		border: 5px solid transparent;
		border-top-color: #ff8533;
		pointer-events: none;
	}
	.catalog-form-capacity,
	.catalog-form-range {
		display: inline-block;
		vertical-align: middle;
	}
		.catalog-form-range input {
			width: 52px;
		}
		.catalog-form-capacity input {
			width: 95px;
			text-align: right;
		}
	.catalog-form-btn {
		font-size: 13px;
		padding: 6px;
		width: 110px;
		vertical-align: middle;
	}
	.catalog-form [type="checkbox"] {
		display: none;
	}
	.catalog-form label.checkbox {
		position: relative;
		padding-left: 30px;
	}
	.catalog-form label.checkbox::before,
	.catalog-form label.checkbox::after {
		position: absolute;
		top: 0; bottom: 0;
		left: 0;
		margin: auto 0;
	}
	.catalog-form label.checkbox::before {
		content: '';
		width: 18px;
		height: 18px;
		border: 1px solid #ddd;
		background: #fff;
	}
	.catalog-form label.checkbox::after {
		top: -4px;
		left: 3px;
		width: 12px;
		height: 5px;
		border-left: 4px solid #ff8533;
		border-bottom: 4px solid #ff8533;
		transform: rotate(-45deg);
	}
	.catalog-form [type="checkbox"]:checked + label.checkbox::after {
		content: '';
	}
	.catalog-form [type="checkbox"][disabled] + label.checkbox {
		opacity: 0.5;
	}
	.catalog-form label,
	.catalog-form-range,
	.catalog-form-capacity {
    display: inline-block;
		margin-bottom: 10px;
	}
	.catalog-form-btn {
		display: block;
    margin: 8px auto 10px;
	}
	.cli-firm-block.checked .cli-name-header a::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 3px;
		width: 14px;
		height: 16px;
		background: url('/img2/org-checked-ico.png') center no-repeat;
	}


    @media (max-width: 575px) {
        .catalog-form {
            display: none;
        }
    }

.catalog-card-row {
	margin: -10px -15px 10px;
}
.catalog-list-item {
	padding: 12px 15px;
	box-sizing: border-box;
}
.cli-firm-block {
	padding: 12px;
	overflow: hidden;
}
.catalog-advert-block,
.cli-firm-block {
	border: 1px solid #d8d4d1;
	box-sizing: border-box;
}
.catalog-advert-block.tarif3,
.cli-firm-block.tarif3 {
	background: #fcf3e1;
	border: none;
}
.cli-left-col {
	position: relative;
	float: left;
}
	.cli-firm-block.sale .cli-left-col::before {
		content: '';
		position: absolute;
		top: -15px;
		left: 80px;
		z-index: 10;
		width:  60px;
		height: 43px;
		background: url('/img2/sale-label.png') no-repeat;
    transform: scale(.75);
	}
	.cli-img-wrapper {
		display: block;
		overflow: hidden;
		width: 120px;
		height: 120px;
	}
		.cli-img-wrapper > img {
			width: 100%;
			height: auto;
		}
	.cli-order-btn {
		display: block;
		margin: 10px 0;
		text-decoration: none;
		padding: 6px 10px;
		width: 96px;
	}

.cli-right-col {
	padding-left: 135px;
}
	.cli-name-header > a {
		display: inline-block;
		font-size: 18px;
		line-height: 24px;
		text-decoration: none;
		color: #000;
		/*max-height: 50px;
		overflow: hidden;*/
	}
	.cli-name-header > a:hover {
		text-decoration: underline;
	}
	.cli-firm-block .f-info-phone {
		padding: 0;
	}
	.cli-text {
		margin-bottom: 10px;
		overflow: hidden;
	}

.catalog-advert-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 40px;
	width: 100%;
}
	.catalog-advert-header {
		font-size: 25px;
		line-height: 25px;
		color: #aaa29a;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.catalog-advert-text {
		line-height: 20px;
	}
		.catalog-advert-text > span {
			font-size: 15px;
			font-weight: bold;
		}

.tarif1 .cli-img-wrapper {
	width: 80px;
  height: 80px;
}
.tarif1 .cli-order-btn {
    padding: 6px;
    width: 64px;
}
.cli-firm-block.tarif1.sale .cli-left-col::before {
	left: 45px;
}
.tarif1 .cli-right-col {
  padding-left: 100px;
}

#page-header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.pagination {
	margin: 20px 0 30px;
}
	.page {
		cursor: pointer;
		display: inline-block;
		padding: 8px 14px;
		margin-right: 1px;
		text-align: center;
		border: 1px solid #ff6700;
		color: #3a3a3a;
		text-decoration: none;
		user-select: none;
		margin-top: 10px;
	}
	span.page,
	.current_page {
		border-color: #e4e4e4;
	}

.catalog-choose-links {
	margin-top: 20px;
}
	.catalog-choose-links a {
		display: inline-block;
		height: 30px;
		line-height: 30px;
		border: 1px solid #fcf3e1;
		padding: 0 15px;
		color: #929292;
		margin-top: 5px;
		text-decoration: none;
		transition: .3s all;
	}
	.catalog-choose-links a:hover {
		background: #fcf3e1;
	}
	.catalog-choose-links a.active {
		font-weight: bold;
		background: #fcf3e1;
		color: #404040;
	}
.ccl-title-row {
	padding-left: 60px;
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
}
	.ccl-title {
		float: left;
		margin-left: -60px;
		margin-top: 5px;
	}

.catalog-promo-block {
	float: left;
	padding: 0 1px;
	margin-bottom: 20px;
	width: 30%;
	box-sizing: border-box;
}
.catalog-promo-block.big {
	width: 40%;
}
.cpb-content {
	color: #4e4e4e;
	font-size: 14px;
	padding: 15px;
	border: 1px solid #edf0f1;
	height: 210px;
}
	.cpb-header {
		font-weight: bold;
		font-size: 20px;
		line-height: 22px;
		color: #3a3a3a;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.cpb-img-wrapper {
		float: left;
		width: 150px;
		height: 120px;
		overflow: hidden;
	}
		.cpb-img-wrapper > img {
			width: 100%;
			height: auto;
		}
	.cpb-text {
		padding-left: 165px;
	}
	.cpb-line {
		margin-bottom: 15px;
	}
	.cpb-link,
	.catalog-promo-block a {
		color: #ff6700;
	}

.dib-container {
	font-size: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.dib-container > * {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size: 13px;
		float: none;
		/*margin-left: auto;
		margin-right: auto;*/
	}
	.dib-container > .catalog-list-item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
.dib-container.gap20 {
	margin: 20px -20px;
}
	.dib-container.gap20 > * {
		padding: 0 20px;
		box-sizing: border-box;
	}
.dib-container.gap10 {
	margin: 10px -10px;
}
	.dib-container.gap10 > * {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.dib-container.g-1-1 > * {
		width: 50%;
	}
.dib-container.no-stretch > * {
	align-items: flex-start;
}
.dib-container.mt20 {
	margin-top: 20px;
}

.catalog-central-calendar #calendar-wrapper > .mt5.c,
.event-catalog-calendar #calendar-wrapper > .mt5.c {
	display: none;
}

@media screen and (max-width: 1230px) {
	.catalog-card-row {
    margin: -10px -10px 10px;
	}
	.catalog-list-item {
		padding: 10px;
	}
	/* event catalog */
	.event-catalog-calendar {
		margin-top: 50px;
	}
	.event-catalog-h1 {
		margin-right: -235px;
	}
	/* article catalog */
	.catalog-promo-block {
		width: 25%;
	}
	.catalog-promo-block.big {
		width: 50%;
	}
}
@media screen and (max-width: 1020px) {
	/* event catalog */
	.event-catalog-calendar {
		margin-top: 0;
	}
	.event-catalog-h1 {
		margin-right: 0;
		margin-bottom: 60px;
	}
	.catalog-sort-links {
		position: absolute;
		top: 40px;
	}
	.catalog-subscribe {
    margin-left: 90px;
	}
}
@media screen and (max-width: 1020px) and (min-width:321px) {
	.catalog-form label,
	.catalog-form-range,
	.catalog-form-capacity {
		margin-right: 10px;
	}
	.catalog-form-btn {
		display: inline-block;
		margin-top: 0;
	}
	.catalog-form-range input {
		width: 70px;
	}
	.catalog-form-capacity {
		width: 310px;
	}
	.catalog-form-capacity input {
		width: 100%;
	}
	.catalog-form input,
	.catalog-form select {
	    max-width: 220px;
	}
}
@media screen and (max-width: 700px) {
	.catalog-list-item {
		width: 100%;
	}
	/* event catalog */
	.catalog-sort-links {
    left: 0;
	}
	.catalog-subscribe {
    margin-left: 0;
	}
	/* article catalog */
	.catalog-promo-block,
	.catalog-promo-block.big {
		width: 100%;
	}
		.cpb-content {
			height: initial;
		}
}
@media screen and (max-width: 570px) {
	/* event catalog */
	.event-catalog-h1 {
		margin-bottom: 100px;
	}
	.catalog-sort-links {
		/*top: 70px;*/
	}
	.event-catalog-h1 .catalog-h1-links {
    position: absolute;
		top: 39px;
    /*left: 90px;*/
	}
	.catalog-h1-links {
		float: none;
	}
	.catalog-subscribe {
		/*position: absolute;
    top: 40px;
    left: 0;*/
	}
	.catalog-sort-link {
    padding: 0 6px;
    padding-right: 22px;
	}
	.catalog-sort-link.down::after,
	.catalog-sort-link.up::after {
    margin: 0 7px;
	}
	.firm-catalog-h1 {
    display: flex;
    flex-direction: column;
	}
		.firm-catalog-h1 .catalog-h1-links {
			width: 100%;
			order: 2;
			margin-top: 10px;
		}
}
@media screen and (max-width: 500px) {
		.firm-catalog-h1 .catalog-h1-links > a {
			float: left;
		}
		.firm-catalog-h1 .catalog-h1-links > a:last-child {
			float: right;
		}
}
@media screen and (max-width: 425px) {
	.ff-descr {
		padding-right: 0;
	}
	.ff-order-btn {
		position: static;
		display: inline-block;
		margin-left: 80px;
	}
	.cli-firm-block {
    height: initial;
	}
	.catalog-advert-block {
		height: 360px;
	}
	.cli-last-col {
		padding: 10px 0 0;
		text-align: center;
	}
	.cli-last-col::before {
		content: '';
		display: table;
		clear: both;
	}
		.cli-last-col .f-info-row {
	    display: inline-block;
			margin: 0 10px 10px;
		}
	/* article catalog */
	.cpb-img-wrapper {
		float: none;
		margin-bottom: 15px;
	}
	.cpb-text {
		padding-left: 0;
	}
}

.article-body {
	padding-bottom: 10px;
}
	.article-body img {
		border: 1px solid #d8e0e6;
		max-width: 100%;
		height: auto;
	}
	.article-body p {
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 22px;
	}
.article-social-box {
	padding: 14px 18px;
	border: 1px solid #d8d4d1;
	margin-bottom: 25px;
}
	.article-social-box > * {
		vertical-align: middle;
	}

.article_group_container {
	margin: 10px -10px;
}
	.article_group_row {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}
		.article_group_list {
			display: none;
			position: relative;
			top: -1px;
			border: 1px solid #ff6700;
			padding: 25px 15px;
			z-index: 9;
			text-align: left;
			margin-right: -100%;
			margin-right: calc(-100% - 20px);
			background: #fff;
		}
		.article_group_row:nth-child(2n) .article_group_list {
			margin-right: 0;
			margin-left: calc(-100% - 20px);
		}
			.article_group_inside_link {
				display: inline-flex;
				align-items: center;
				font-size: 16px;
				margin-bottom: 20px;
				width: 50%;
				width: calc(50% + 10px);
				box-sizing: border-box;
				padding-left: 40px;
				background: url('/img2/a-img-19.png') left center no-repeat;
			}
			.article_group_inside_link:nth-child(2n) {
				width: calc(50% - 10px);
			}
		.article_group {
			position: relative;
			border: 1px solid #edf0f1;
			padding: 20px 15px;
		}
		.article_group.active {
			border-color: #ff6700;
			border-bottom-color: #fff;
			z-index: 10;
		}
		.article_group_link,
		.article_group_link::after {
			filter: grayscale(1);
		}
		.article_group.active .article_group_link,
		.article_group.active .article_group_link::after {
			filter: grayscale(0);
		}
		.article_group_link,
		.article_group_link::after,
		.article_group_link > a,
		.article_group_link > span {
			transition: .3s all;
		}
		.article_group_link {
			cursor: pointer;
			display: inline-block;
			font-weight: bold;
			font-size: 16px;
			padding: 10px 20px 10px 50px;
			line-height: 24px;
		}
			.article_group_link > a,
			.article_group_link > span {
				color: #3a3a3a;
				text-decoration: underline;
			}
			.article_group.active .article_group_link > a,
			.article_group.active .article_group_link > span,
			.article_group_link:hover > a,
			.article_group_link:hover > span {
				color: #ff6700;
			}
		.article_group_link::after {
			content: '';
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
			width: 11px;
			height: 11px;
			background: url('/img2/circle-down-orange.png') center no-repeat;
		}
		.article_group_link.active::after {
			background: url('/img2/circle-up-orange.png');
		}
		.article_group_link.img-111 {
			background: url('/img2/a-img-01.png') left center no-repeat;
		}
		.article_group_link.img-112 {
			background: url('/img2/a-img-02.png') left center no-repeat;
		}
		.article_group_link.img-113 {
			background: url('/img2/a-img-03.png') left center no-repeat;
		}
		.article_group_link.img-117 {
			background: url('/img2/a-img-04.png') left center no-repeat;
		}
		.article_group_link.img-83 {
			background: url('/img2/a-img-05.png') left center no-repeat;
		}
		.article_group_link.img-84 {
			background: url('/img2/a-img-06.png') left center no-repeat;
		}
		.article_group_link.img-82 {
			background: url('/img2/a-img-07.png') left center no-repeat;
		}
		.article_group_link.img-85 {
			background: url('/img2/a-img-08.png') left center no-repeat;
		}
		.article_group_link.img-126 {
			background: url('/img2/a-img-09.png') left center no-repeat;
		}
		.article_group_link.img-87 {
			background: url('/img2/a-img-10.png') left center no-repeat;
		}
		.article_group_link.img-86 {
			background: url('/img2/a-img-11.png') left center no-repeat;
		}
		.article_group_link.img-88 {
			background: url('/img2/a-img-12.png') left center no-repeat;
		}
		.article_group_link.img-89 {
			background: url('/img2/a-img-13.png') left center no-repeat;
		}
		.article_group_link.img-91 {
			background: url('/img2/a-img-14.png') left center no-repeat;
		}
		.article_group_link.img-90 {
			background: url('/img2/a-img-17.png') left center no-repeat;
		}
		.article_group_link.img-92 {
			background: url('/img2/a-img-18.png') left center no-repeat;
		}
@media screen and (max-width: 700px) {
	.article_group_row {
		width: 100%;
	}
	.article_group_list {
		margin: 0 !important;
	}
	.article_group_inside_link {
		width: 100% !important;
	}
}

.page-comment-row {
	padding: 20px 15px;
	border: 1px solid #edf0f1;
	margin-bottom: 20px;
}
	.pcr-name {
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.pcr-date {
		float: right;
		color: #8d979c;
		font-size: 11px;
		margin-top: -30px;
	}
	.pcr-body,
	.pcr-body-all {
		font-style: italic;
		color: #404040;
		font-size: 14px;
		line-height: 20px;
	}
	.pcr-body-all {
		display: none;
	}
	.pcr-more,
	.pcr-less {
		display: inline-block;
		margin-top: 10px;
		line-height: 20px;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
	}
	.link-more,
	.link-less {
		cursor: pointer;
		color: #333;
		border: 0;
		padding: 0;
		background: transparent;
	}
	.link-less {
		color: #ff6700;
	}
	.link-more::after,
	.link-less::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		width: 11px;
		height: 11px;
		background: center no-repeat;
	}
	.link-more::after {
		filter: grayscale(1);
		background-image: url('/img2/circle-down-orange.png');
	}
	.link-less::after {
		background-image: url('/img2/circle-up-orange.png');
	}
	.pcr-author {
		float: right;
		margin-top: -20px;
	}
		.negative .pcr-author::before,
		.positive .pcr-author::before {
			content: '';
			position: relative;
			display: inline-block;
			vertical-align: baseline;
			margin-right: 7px;
			width: 21px;
			height: 21px;
			background: left center no-repeat;
		}
	.negative .pcr-author::before {
		top: 9px;
		background-image: url('/img2/negative.png');
	}
	/*.positive .pcr-author::before {
		top: 3px;
		background-image: url('/img2/positive.png');
	}*/
@media screen and (max-width: 500px) {
	.pcr-date,
	.pcr-author {
		float: none;
		margin-top: 0;
	}
}

.vacancy-page-controls {
	margin-bottom: 15px;
}
	.vpc-form,
	.vpc-btn {
		display: inline-block;
		vertical-align: middle;
		width: 210px;
		margin-bottom: 10px;
	}
	.vpc-input {
		padding-left: 40px;
	  background: #fff url('/img2/search-icon.png') no-repeat 8px center;
		border: 1px solid #ddd;
		height: 36px;
	}
	.vpc-form {
		margin-right: 20px;
	}
	.vpc-btn {
		text-decoration: none;
	}
	.f-btn.gray-border {
		border-color: #ddd;
	}

.pointer {
	cursor: pointer;
}
.vacancy-page-box {
		border: 1px solid #edf0f1;
		margin-bottom: 25px;
}
	.vpb-header {
		position: relative;
		background-color: #edf0f1;
		padding: 15px 25px;
		font-size: 16px;
	}
	.vpb-header.pointer {
		text-decoration: underline;
	}
		.vpb-title {
			padding-right: 110px;
		}
		.vpb-more,
		.vpb-less {
			float: right;
			text-decoration: underline;
		}
		.date-with-ico {
			color: #8d979c;
			font-size: 11px;
			padding-left: 25px;
			background: url('/img2/calendar-ico.png') left center no-repeat;
		}
		.vpb-date {
			position: absolute;
			top: 22px; right: 25px;
		}
	.vpb-general {
		padding: 20px 20px 0;
		justify-content: space-between;
	}
	.vpb-general.no-padding {
			padding: 10px 0;
	}
		.vpb-general-item {
			margin: 0 0 20px;
			max-width: 25%;
			font-size: 15px !important;
			padding-right: 10px;
			box-sizing: border-box;
		}
		.vpb-general-item b {
			display: block;
			margin-top: 5px;
		}
		.vpb-general-item a {
			color: #3a3a3a;
		}
		.vpb-btn {
			max-width: 120px;
			text-decoration: none;
			display: inline-block;
			padding: 7px 10px;
		}
	.vpb-details {
		border-top: 1px solid #edf0f1;
		padding: 20px 0;
		margin: 0 20px;
		font-size: 14px;
	}
		.vpb-details > p {
			margin-bottom: 15px;
		}
		.vpb-details .dib-container > * {
			margin: 0 0 20px;
			width: 50%;
		}
		.vpb-details ul {
			list-style: none;
	    padding-right: 10px;
			margin: 0;
		}
		.vpb-details p,
		.vpb-details li {
			margin-bottom: 8px;
		}
		.vpb-details li::before {
			content: '';
			width: 4px;
			height: 4px;
			margin-right: 8px;
			display: inline-block;
			vertical-align: middle;
			border-radius: 50%;
			background-color: #ffb380;
		}
@media screen and (max-width: 700px) {
	.vpb-general-item {
		width: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 500px) {
	.vpb-general-item,
	.vpb-details .dib-container > *  {
		width: 100%;
		max-width: 100%;
	}
	.vpb-more,
	.vpb-less {
		display: none !important;
	}
	.vpb-date {
		position: static;
		margin-top: 5px;
	}
	.vpb-title {
		padding: 0;
	}
}

.filled-page-filter {
	background: #fcf3e1;
	margin-bottom: 25px;
	color: #929292;
	padding: 20px 20px 10px;
  border: none;
}
	.filled-page-filter label {
		position: relative;
    display: inline-block;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	.filled-page-filter label:last-child {
		margin-right: 0;
	}
		.filled-page-filter .select::before {
			content: '';
			position: absolute;
			top: 2px; bottom: 2px;
			right: 1px;
			width: 30px;
			background: #fff;
			pointer-events: none;
		}
		.filled-page-filter .select::after {
			content: '';
			position: absolute;
			top: 13px;
			right: 0;
			width: 7px;
			height: 5px;
			margin: 0 10px;
			background: url('/img2/arrow-down-orange.png') no-repeat;
			pointer-events: none;
		}
	.filled-page-filter select {
		max-width: 330px;
		margin: 0 0 0 8px !important;
		padding: 0 30px 0 10px;
		height: 30px;
		border: 1px solid #ddd;
	}
.user-page-filter-input {
	width: 290px;
}

.fw-page-block {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	color: #969696;
}
	.audio-block object {
		display: none;
	}
	.fw-page-img-wrapper {
		float: left;
		width: 80px;
		height: 80px;
		border: 1px solid #ddd;
	}
		.fw-page-img-wrapper > img {
			width: 100%;
			height: auto;
		}
	.fw-page-content {
		padding-left: 100px;
	}
	.fw-page-section {
		font-size: 13px;
	}
	.fw-page-small-text {
		font-size: 11px;
		color: #8d979c;
	}
.catalog-h1 .fw-page-block {
	color: #3a3a3a;
}
	.catalog-h1 .fw-page-small-text a {
		color: #ff6700;
		text-decoration: underline;
	}
	.catalog-h1 .fw-page-small-text a:hover {
		text-decoration: none;
	}

	.audio-block-name {
		font-size: 16px;
		color: #dbdbdb;
	}
		.audio-block-name > a:last-child {
			color: #333;
		}
	.audio-block-controls {
		padding: 10px 0 6px 20px;
	}
		.audio-block-play {
			cursor: pointer;
			position: relative;
			top: 3px;
			margin-left: -20px;
			width: 14px;
			height: 14px;
			border: 0;
			background: url('/img2/play.png') left center no-repeat;
		}
		.audio-block-progress {
			display: inline-block;
			vertical-align: middle;
			position: relative;
			width: 100%;
			height: 6px;
			border-radius: 3px;
			background: #dedede;
		}
			.audio-block-progress-ready {
				position: absolute;
				left: 0;
				top: 0; bottom: 0;
				margin: auto 0;
				height: 6px;
				border-radius: 3px;
				background: #aaa;
			}
			.audio-block-progress-bar {
				cursor: pointer;
				position: absolute;
				left: 0;
				top: -12px;
				width: 29px;
				height: 29px;
				margin-left: -1px;
				filter: grayscale(1);
				background: url('/img2/audio-bar.png') center no-repeat;
			}
			.play .audio-block-play {
				background-image: url('/img2/pause.png');
			}
			.play .audio-block-progress-ready {
				background: #ff6700;
			}
			.play .audio-block-progress-bar {
				filter: grayscale(0);
			}

@media screen and (max-width: 1230px) {
	.filled-page-filter select {
		max-width: 235px;
	}
	.user-page-filter .input {
		display: block;
		margin-right: 0;
	}
		.user-page-filter-input {
			width: 100%;
    	box-sizing: border-box;
		}
}
@media screen and (max-width: 1020px) {
	.filled-page-filter select {
		max-width: 225px;
	}
}
@media screen and (max-width: 768px) {
	.filled-page-filter .select {
		display: block;
		padding-left: 110px;
		margin-right: 0;
	}
	.user-page-filter .select {
		padding-left: 210px;
	}
		.filled-page-filter .select > span {
			float: left;
			margin: 5px 0 0 -110px;
		}
		.user-page-filter .select > span {
			margin-left: -210px;
		}
	.filled-page-filter select {
		margin: 0 !important;
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 425px) {
	.filled-page-filter .select::before {
    top: 23px;
	}
	.filled-page-filter .select::after {
    top: 34px;
	}
	.filled-page-filter .select {
		padding-left: 0;
	}
	.filled-page-filter label > span {
		float: none;
		margin: 0 0 3px !important;
		display: block;
	}
}

.f-btn.message::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 10px;
	margin-right: 5px;
	background: url('/img2/email-ico.png') center no-repeat;
}
.user-page-block .upb-name {
	font-size: 16px;
}
.user-page-block .upb-post {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.user-page-block .upb-counts {
	color: #969696;
}
	.user-page-block .upb-counts > span {
		margin-right: 22px;
	}
.user-page-block .upb-btns {
	float: right;
	margin-top: -50px;
}
	.user-page-block .upb-btns .f-btn {
		display: inline-block;
		text-decoration: none;
	}
	.user-page-block .upb-btns .f-btn:last-child {
		margin-left: 8px;
	}
@media screen and (max-width: 700px) {
	.user-page-block .upb-btns {
		width: 150px;
		margin-top: -80px;
    text-align: right;
	}
		.user-page-block .upb-btns .f-btn {
			margin: 0 0 5px !important;
			width: 120px;
		}
}
@media screen and (max-width: 570px) {
	.user-page-block .upb-post {
    margin-bottom: 10px;
	}
	.user-page-block .upb-btns {
		width: initial;
    text-align: left;
		float: left;
		margin-top: 20px;
    margin-left: -100px;
	}
		.user-page-block .upb-btns .f-btn {
			margin: 0 8px 10px 0 !important;
			width: initial;
		}
		.user-page-block .upb-counts > span {
	    margin-right: 2px;
		}
}

.search-filter {
	line-height: 20px;
}
.search-filter-leftcol {
	float: left;
	padding-right: 120px;
}
.search-filter-rightcol {
	float: right;
	margin-left: -120px;
	width: 120px;
	margin-top: 7px;
	text-align: right;
}
	.search-filter-rightcol .f-btn {
		background: #fcf3e1;
		margin-bottom: 10px;
	}

.no-content-padding .fw-page-img-wrapper {
	margin-right: 10px;
}
.no-content-padding .fw-page-content {
	padding: 0;
}
.srb-breadcrumbs {
	color: #3d3d3d;
	font-size: 16px;
	margin-bottom: 5px;
}
	.srb-breadcrumbs > span {
		text-decoration: underline;
	}
.srb-text {
	color: #3d3d3d;
	font-size: 14px;
	margin-top: 5px;
}
@media screen and (max-width: 700px) {
	.search-filter-leftcol {
		float: none;
		padding-right: 0;
	}
	.search-filter-rightcol {
		float: none;
		margin-left: 0;
		text-align: left;
	}
}

.celebration-row {
	margin-bottom: 40px;
}
	.celebration-header {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		color: #3a3a3a;
		margin-bottom: 15px;
		padding-left: 40px;
		background: url('/img2/calendar-star.png') left center no-repeat;
	}
	.celebration-row-item {
		margin-bottom: 10px;
	}
		.celebration-row-item a {
			color: #636363;
		}

.fm-img-wrapper {
	border: 1px solid #d8e0e6;
	overflow: hidden;
	font-size: 0;
}
	.fm-img-wrapper > img {
	  position: absolute;
		left: 0; top: 0;
		width: 100%;
		height: auto;
	}
.fm-img-wrapper,
.video-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-bottom: 66.7%;
}
	.video-container > iframe {
	  position: absolute;
		left: 0; top: 0;
		width: 100%;
		height: 100%;
	}
@media screen and (max-width: 768px) {
	.fm-gallery-item {
		width: 100%;
		margin-bottom: 10px;
	}
}

.firm-variant-header-link {
	color: #ff6700 !important;
	text-decoration: none;
}
	.firm-variant-header-link:hover {
		text-decoration: underline;
	}

.firm-variant-row {
  margin: 25px 0 40px;
}
.firm-variant-row .fw-next,
.firm-variant-row .fw-prev {
	top: 140px;
}
	.firm-variant-items-wrapper {
		height: 340px;
	}

.firm-block {
	float: left;
	border: 1px solid #d8d4d1;
	padding: 25px 30px 15px;
	width: 100%;
}
	.fmb-name-header {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.fmb-links {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.fmb-img-wrapper {
		width: 150px;
		height: 150px;
	}
	.fmb-right-col {
	  padding-left: 165px;
	}
		.fmb-text {
			max-height: 200px;
			overflow: hidden;
		}
@media screen and (max-width: 700px) {
	.firm-variant-items-wrapper {
    height: 420px;
	}
		.fmb-img-wrapper {
	    width: 120px;
	    height: 120px;
		}
		.fmb-links .fl,
		.fmb-links .fr {
			display: block;
			float: none;
		}
		.fmb-right-col {
	    padding-left: 135px;
		}
	.fmb-right-col.cli-last-col {
		padding-left: 0;
	}
}
@media screen and (max-width: 500px) {
	.firm-variant-items-wrapper {
    height: 480px;
	}
	.fmb-img-wrapper {
		width: 150px;
		height: 150px;
	}
		.fmb-name-header {
			text-align: center;
		}
		.fmb-left-col {
			width: 150px;
			margin-left: auto;
			margin-right: auto;
			float: none;
		}
			.fmb-links .fl {
				float: left;
			}
			.fmb-links .fr {
				float: right;
			}
		.fmb-right-col {
			padding-left: 0;
		}
			.fmb-text {
				display: none;
			}
}

.celebration-page-item {
	margin: 0 0 20px;
}
.cpi-container {
	border: 1px solid #edf0f1;
}
	.cpi-header {
		height: 50px;
		line-height: 50px;
		background-color: #edf0f1;
		padding: 0 18px;
		font-size: 16px;
	}
		.cpi-day-number {
			display: inline-block;
			vertical-align: middle;
			width: 28px;
			font-size: 15px;
			color: #ff7111;
			font-weight: bold;
			text-align: center;
			margin-right: 5px;
			background: url('/img2/calendar-empty.png') center 9px no-repeat;
		}
	.cpi-content {
		padding: 10px 20px 10px 56px;
	}
		.cpi-link {
			margin-bottom: 8px;
		}
			.cpi-link > a {
				color: #636363;
			}
			.cpi-link > a:hover {
				color: #ff7111;
			}
@media screen and (max-width: 700px) {
	.celebration-page-item {
		width: 100% !important;
	}
}

.celebration-page-block {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #edf0f1;
}
	.celebration-page-block .user-text {
		margin-bottom: 0;
	}
.celebration-page-header {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	padding-left: 34px;
	background: url('/img2/calendar-star.png') left center no-repeat;
}
.celebration-news-header {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #505050;
	margin-top: 20px;
	margin-bottom: 15px;
}

.celebration-event-filter-row {
	padding-left: 60px;
}
	.celebration-event-filter-row > span {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		width: 50px;
		float: left;
		margin-left: -60px;
	}
	.celebration-event-filter-row > label {
		color: #676767;
		margin-right: 5px;
	}

.birthday-company-name {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
  margin-top: 30px;
}
	.birthday-company-name::before {
		content: '';
		width: 30px;
		height: 30px;
		margin-top: -8px;
    margin-right: 7px;
		display: inline-block;
		vertical-align: top;
		background: url('/img2/cake-big.png') center no-repeat;
	}
.birthday-company-text,
.birthday-company-numbers {
		font-size: 16px;
		line-height: 30px;
		margin: 5px 0;
}
.birthday-btn {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	width: 120px;
}

.user-reviews-header-link {
	color: #ff6700 !important;
	font-size: 13px;
	text-transform: none;
	margin-left: 10px;
}
.user-page-envited,
.user-page-reviews {
	margin: 30px 0;
}
	.user-page-reviews-btn {
		display: inline-block;
		text-decoration: none;
		margin: 10px 0;
	}
.upe-page-block {
	margin: 0 0 20px;
}
	.upe-page-block .upe-btns {
		width: 150px;
    margin-top: -80px;
    text-align: right;
	}
	.upe-page-block .upe-btns .f-btn {
    margin: 0 0 5px !important;
    width: 120px;
	}

.user-info-big {
	border: 2px solid #fcf1da;
}
.uib-general {
	margin: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.uib-general-info {
  padding-left: 190px;
}
	.uib-img-wrapper {
		float: left;
		width: 170px;
		height: 170px;
		overflow: hidden;
		margin-right: 20px;
	}
		.uib-img-wrapper > img {
			width: auto;
			height: 100%;
		}
	.uib-row {
		font-size: 15px;
		margin-bottom: 9px;
		color: #929292;
	}
	.uib-nickname {
		color: #08101d;
	}
		.uib-row b {
			font-weight: normal;
			color: #333;
		}

.uib-links {
	padding: 10px 20px;
}
.uib-link-item {
	margin: 0 0 10px;
}
	.uib-add-btn {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		color: #fff;
		text-align: center;
		width: 15px;
		height: 15px;
		line-height: 15px;
		border-radius: 50%;
		border: none;
		background-color: #ff6700;
		margin-left: 8px;
		padding: 0 1px;
	}

.user-service-block {
	background-color: #fcf3e1;
}
.user-service-padding-block {
	padding: 20px;
	color: #969696;
}
	.srb-time-span {
		margin-top: 10px;
	}
	.srb-time-span b {
		font-weight: normal;
		color: #3a3a3a;
	}

.user-expand-block {
	background-color: #ececec;
}
	.ueb-header {
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		padding: 16px 20px;
		height: 16px;
	}
		.ueb-header .f-btn {
			font-size: 13px;
			padding: 7px 20px;
    	transform: translateY(-7px);
		}
	.ueb-content {
		display: none;
		padding: 20px;
	}
	.ueb-more,
	.ueb-less {
		float: right;
		text-decoration: underline;
		margin-right: 10px;
	}
	.big-ico-link {
		position: relative;
		display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
		min-height: 26px;
    padding-left: 40px;
    background: left center no-repeat;
	}
	.big-ico-link.plus::before,
	.big-ico-link.minus::before {
		content: '';
		position: absolute;
		top: 11px; bottom: 0;
		left: 16px;
		margin: auto 0;
		height: 10px;
		width: 10px;
		background: center no-repeat;
	}
	.big-ico-link.plus::before {
		background-image: url('/img2/u-plus-ico.png');
	}
	.big-ico-link.minus::before {
		background-image: url('/img2/u-minus-ico.png');
	}
	.big-ico-link.plus.disabled::before,
	.big-ico-link.minus.disabled::before {
		filter: grayscale(1);
		opacity: .5;
	}
	.big-ico-link.edit { background-image: url('/img2/u-edit-ico.png'); }
	.big-ico-link.photo { background-image: url('/img2/u-photo-ico.png'); }
	.big-ico-link.video { background-image: url('/img2/u-video-ico.png'); }
	.big-ico-link.music { background-image: url('/img2/u-music-ico.png'); }
	.big-ico-link.event { background-image: url('/img2/u-event-ico.png'); }
	.big-ico-link.sale { background-image: url('/img2/u-sale-ico.png'); }
	.big-ico-link.press { background-image: url('/img2/u-press-ico.png'); }
	.big-ico-link.raiting { background-image: url('/img2/u-raiting-ico.png'); }
	.big-ico-link.calendar { background-image: url('/img2/u-calendar-ico.png'); }
	.big-ico-link.delete { background-image: url('/img2/u-delete-ico.png'); }

.user-page-info-wrapper {
	margin: 20px -20px;
}
	.user-page-info-item {
		float: left;
		width: 50%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
.upii-fw-header {
	padding-right: 215px;
}
	.upii-fw-header .f-btn {
		float: right;
		margin-right: -215px;
	}
.upii-header-2 {
	padding-right: 200px;
}
	.upii-header-2 .f-btn {
		float: right;
		margin-right: -200px;
	}

@media screen and (max-width: 1230px) {
	.upii-header-2 .f-btn {
		transform: translateY(-22px);
	}
}
@media screen and (max-width: 1020px) {
	.user-page-info-item {
		width: 100%;
	}
	.upe-page-block  {
		width: 100% !important;
	}
	.upii-header-2 .f-btn {
		transform: translateY(0);
	}
}
@media screen and (max-width: 640px) {
	.upii-header-2 {
		padding-right: 0;
	}
		.upii-header-2 .f-btn {
			display: block;
			width: 215px;
			float: none;
			margin-right: 0;
			margin-top: 10px;
		}
}
@media screen and (max-width: 570px) {
	.upe-page-block .upe-btns {
	    width: initial;
	    text-align: left;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 500px) {
	.uib-img-wrapper {
		float: none;
		margin: 0 0 10px;
	}
	.uib-general-info {
		padding-left: 0;
	}
	.ueb-col2,
	.uib-link-item {
		width: 100% !important;
	}
	.ueb-col2 .big-ico-link {
		display: block;
	}
	.upii-fw-header {
		padding-right: 0;
	}
		.upii-fw-header .f-btn {
			display: block;
			width: 215px;
			float: none;
			margin-right: 0;
			margin-top: 10px;
		}
}
@media screen and (max-width: 400px) {
	.ueb-header .f-btn {
		width: 130px;
	}
}

#level-catalog.new {
    padding-left: 62px;
    padding-right: 62px;
}
#level-catalog.new .catalog-cell.type1,
#level-catalog.new .catalog-cell.type2 {
    padding: 0 24px 0 0;
}
.inferno_top_menu.banner_padding {
	padding: 0 30px;
}
#header__box.no_padding {
	padding-left: 0;
	padding-right: 0;
}
html[contenteditable="true"] body {font-size: 16px;}


.grayscale {
    filter: grayscale(1);
}
