

/* Start:/bitrix/templates/domus/css/normalize.css?16488160037776*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* End */


/* Start:/bitrix/templates/domus/css/dstyle.css?16488160038527*/
/* возврат стилей bitrix */
.adm-input-file,
.adm-workarea input[type="text"],
.add-file-popup-btn {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* общие */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 outline:none !important;
}

a {border:0;}
.no_margin {margin: 0 !important;}
/* breadcrumbs */
.list_breadcrumbs {
	font-size: 13px;
	margin: 10px 0 10px 0;
}
.list_breadcrumbs span {
	color: #9D8C54;
	line-height: 150%;
}
.list_breadcrumbs .del_b,
.list_breadcrumbs a {
	line-height: 150%;
	color: #81807C;
}

/* catalog */
.section_catalog {
	background: url('/bitrix/templates/domus/css/../images/bg_catalog.png');
}
.description_section {
	width: 100%;
	color: #959388;
	font-size: 13px;
	line-height: 140%;
}
.description_section td {
	vertical-align: top;
}
.description_section td:first-child {
	width: 880px;
	padding-right: 50px;
}
.description_section td:first-child + * {
	font-family: 'Times New Roman';
	font-size: 15px;
}
.description_section a {
	color: #5e5532;
}
.item_section_catalog {
	float: left;
	position: relative;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
	width: 290px;
	height: 290px;
}
.item_section_catalog_img {
	width: 100%;
	height: 100%;
}
.item_section_catalog_manufakturer .black_fon,
.item_section_catalog .black_fon {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	top: 0;
	left: 0;
	z-index: 1;
}
.name_item_section_catalog_manufakturer,
.name_item_section_catalog {
	position: absolute;
	height: 48px;
	width: 100%;
	bottom: 18px;
	left: 0;
	z-index: 2;
}
.name_item_section_catalog {
	background: url('/bitrix/templates/domus/css/../images/name_item_section_catalog.png') 0 0 repeat-x;
}
.item_section_catalog .name_item_section_catalog > div {
	display: table-cell;
	text-align: center;
	height: 48px;
	width: 290px;
	vertical-align: middle;
	position: relative;
	padding: 0 20px;
}
.item_section_catalog .name_item_section_catalog > div > table {
	margin: 0 auto;
}
.item_section_catalog .name_item_section_catalog span {
	color: #9D8D52;
	text-transform: uppercase; 
}
.item_section_catalog .newitem, .item_section_catalog_manufakturer .newitem, .item_catalog .newitem {
	display:none;
	position: absolute;
	width:80px;
	height:30px;
	left:-1px;
	background: url('/bitrix/templates/domus/css/../images/label_new.png') 0 0 repeat-x;
}
.item_section_catalog .newitem {
	top:20px;
}
.item_section_catalog_manufakturer .newitem {
	top:15px;
}
.item_catalog .newitem {
	top:10px;
}
.item_section_catalog.new .newitem, .item_section_catalog_manufakturer.new .newitem, .item_catalog.new .newitem {
	display:block;
}
.item_section_catalog_manufakturer {
	float: left;
	position: relative;
	margin-right: 12.5px;
	margin-bottom: 12.5px;
	position: relative;
	width: 230px;
	height: 230px;
}
.name_item_section_catalog_manufakturer {
	background: #fff;
}
.name_item_section_catalog_manufakturer > div {
	display: table-cell;
	text-align: center;
	height: 48px;
	width: 230px;
	vertical-align: middle;
	position: relative;
	padding: 0 15px;
}
.name_item_section_catalog_manufakturer > div > span {
	color: #000;
}
.item_list_catalog {
	display: table;
}
.item_catalog {
	float: left;
	margin-right: 12px;
	width: 190px;
	margin-bottom: 12px;
	position: relative;
}
.item_catalog_name {
	position: absolute;
	bottom: 10px;
	height: 40px;
	background: #000;
}
.item_catalog_name > div {
	height: 40px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	width: 190px;
}
.item_catalog_black_fon {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	top: 0;
	left: 0;
	z-index: 1;
}
.silde_collection > div {
	display: table;
}
.silde_collection .bx-wrapper {
	width: 840px !important;
	float: left;
	margin-right: 40px;
	position: relative;
}
.bx-controls {
	position: absolute;
	top: 275px;
	left: 0;
	width: 100%;
}
.bx-controls-direction {
	height: 23px;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
	font-size: 0;
	width: 32px;
	height: 32px;
	display: block;
	z-index: 999;
	position: relative;
	background-image: url('/bitrix/templates/domus/css/../images/bx_prev_next.png');
	background-repeat: no-repeat;
}
.bx-controls-direction .bx-prev {
	float: left;
	margin-left: 20px;
	background-position: 0px -32px;
}
.bx-controls-direction .bx-prev:hover {
	background-position: 0px 0px;
}
.bx-controls-direction .bx-next {
	float: right;
	margin-right: 20px;
	background-position: -32px -32px;
}
.bx-controls-direction .bx-next:hover {
	background-position: -32px 0px;
}
.bxslider_collection li img {
	display: block;
	margin: 0 auto;
	min-height: 555px;
}
.span_bx_control {
	position: relative;
	display: inline-block;
	width: 840px;
}
.bxslider_collection li {
	text-align: center;
}
.a_img_collection {
	display: block;
	width: 150px;
	height: 95px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.honer_a_img_collection {
	display: inline-block;
	position: relative;
}
.honer_a_img_collection .hover_span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}
.a_img_collection.active .hover_span {
	opacity: 1 !important;
	background: transparent;
}
.a_img_collection:hover .hover_span {
	opacity: 1 !important;
	border: 4px solid #9D8C54;
	background: transparent;
}
.wrap_bx_pager_collection {
	float: right;
	width: 320px;
	height: 555px;
	position: relative;
	overflow: hidden;
}
#bx_pager_collection {
	height: 555px;
	position: absolute;
	top: 0;
	left: 0;
}
.col_small_img_collection {
	float: left;
	width: 320px;
	height: 555px;
	position: relative;
}
.link_to_pdf_collection {
	position: absolute;
	right: 0;
	top: -46px;
	width: 320px;
}
.link_to_pdf_collection span {
	font-style: italic;
	color: #959388;
}
.link_to_pdf_collection a {
	font-style: italic;
	font-weight: bold;
	color: #5e5532;
}
.nav_page_col_coll {
	width: 320px;
	float: right;
	display: table;
	padding-top: 15px;
}
#prev_col_coll,
#next_col_coll {
	color: #5D5531;
	text-decoration: none;
	font-style: italic;
}
#prev_col_coll:hover,
#next_col_coll:hover {
	color: #A08D53;
}
#prev_col_coll {
	float: left;
}
#next_col_coll {
	float: right;
}
.col_small_img_collection {
	display: none;
}
.col_small_img_collection.activ {
	display: block;
}
/* news */
.news_item_list:first-child {
	margin-top: 0;
}
.news_item_list {
	margin-top: 38px;
}
.item_list_data {
	padding-right: 22px;
	color: #504D3E;
	font-size: 16px;
	line-height: 170%;
}
.item_list_data > div {
	width: 22px;
	text-align: center;
}
.item_list_data > div:first-child {
	border-bottom: 1px solid #504D3E;
}
.item_list_img {
	float: left;
	padding-right: 26px;
	padding-top: 7px;
	padding-bottom: 5px;
}
.item_list_link_dp {
	color: #83774F;
	text-decoration: none;
}
.item_list_prev_text {
	margin-top: 19px;
	font-size: 14px;
	line-height: 160%;
}
.item_news_detail .item_list_data {
	padding-right: 18px;
	padding-top: 7px;
}
.wrap_img_item_news_detail {
	display: table;
	width: 100%;
}
.wrap_img_item_news_detail > span {
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	float: left;
}
.item_news_detail_detail_text {
	margin-bottom: 40px;
}
.link_all_news {
	font-style: italic;
	color: #5F5532;
	text-decoration: none;
	margin-bottom: 40px;
	display: block;
}
/* pagination */
.block_pagination {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 10px;
}
.pagination a,
.pagination p {
	display: inline-block;
	margin-bottom: 0 !important;
	margin-left: 10px;
}
.pagination .nav_prev,
.pagination .nav_next {
	font-style: italic;
}
.pagination a {
	color: #5D5433;
	text-decoration: none;
}
.pagination p {
	font-weight: bold;
	color: #9E8E52;
}


/* page */
#page_id_kontakty table {
	width: 525px;
}
#page_id_kontakty table td {
	width: 50%;
}
#page_id_kontakty table td p {
	font-size: 16px;
}

/* map */
.ymaps-image-with-content {
	background-image: url('/bitrix/templates/domus/css/../images/map_img_gold.png') !important; 
}
.uslugi-item {margin-bottom:10px;}
.uslugi-name {color:#83774F; text-decoration:none; border-bottom:1px dotted;}
.uslugi-detail {display:none; margin-top:10px;}
/* End */


/* Start:/bitrix/templates/domus/css/menu.css?16488160032354*/
.section_topmenu {
	height: 42px;
	background: url('/bitrix/templates/domus/css/../images/bg_tm.png') 0 0 repeat-x;
}
.block_topmenu {
	height: 42px;
}
/* top menu */
.ul_top_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	height: 42px;
	width: 100%;
}
/* 1 level */
.ul_top_menu > li:first-child {
	padding-left: 0 !important;
	padding-right: 43px;
	width: 31px;
	background-image: none !important;
}
.ul_top_menu > li:first-child a {
	display: block;
	width: 31px;
	height: 24px;
	background: url('/bitrix/templates/domus/css/../images/first_bd_tm.png') 0 0 no-repeat;
}
.ul_top_menu > li:first-child + * {
	padding-left: 0 !important;
	background-image: none !important;
}
.ul_top_menu > li {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	text-align: right;
	background-image: url('/bitrix/templates/domus/css/../images/bg_litm.png');
	background-repeat: no-repeat;
}
.ul_top_menu > li > a {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #302e2a;
	text-decoration: none;
	text-transform: uppercase;
}

/* 2 level */
.ul_top_menu > li:hover > ul {
	display: block;
	z-index: 500;
}
.ul_top_menu > li:first-child > ul {
	left: 0;
}
.ul_top_menu > li > ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
}
.ul_top_menu > li > ul > li > a {
	display: block;
	min-width: 100px;
}

/* left menu */
.ul_left_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 1 level */
.ul_left_menu > li {
	
}
.ul_left_menu > li > a {
	
}
/* 2 level */
.ul_left_menu > li > ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul_left_menu > li > .root_item_selected + ul {
	display: block !important;
}
.ul_left_menu > li > ul > li > a {
	
}

/* bottom_menu */
.menu_footer {
	display: table;
	height: 145px;
	color: #534e42;
	padding-top: 26px;
}
.td_bot_menu:first-child {
	margin-left: 0;
}
.td_bot_menu {
	float: left;
	margin-left: 60px;
	max-width: 100px;
}
.td_bot_menu li {
	padding-bottom: 14px;
	line-height: 120%;
}
.td_bot_menu a {
	font-size: 14px;
	text-decoration: none;
	color: #524E42;
}
.td_bot_menu a:hover {
	color: #9E8D55;
}
.td_3bot_menu {
	margin-left: 180px !important;
}















/* End */


/* Start:/bitrix/templates/domus/css/jquery.lightbox-0.5.css?16488160031866*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 46%;
	left: 0;
	height: 32px;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 32px;
	height: 32px;
	zoom: 1;
	display: block;
	background-image: url('/bitrix/templates/domus/css/../images/bx_prev_next.png');
	background-repeat: no-repeat;
}
#lightbox-nav-btnPrev {
	margin-left: 10px;
	left: 0;
	float: left;
	background-position: 0px -32px;
}
#lightbox-nav-btnPrev:hover {
	background-position: 0px 0px;
}
#lightbox-nav-btnNext {
	margin-right: 10px;
	right: 0;
	float: right;
	background-position: -32px -32px;
}
#lightbox-nav-btnNext:hover {
	background-position: -32px 0px;
}
#lightbox-container-image-data-box {
	display: none !important;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* End */


/* Start:/bitrix/templates/domus/components/bitrix/breadcrumb/breadcrumb/style.css?1648816003947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/domus/components/bitrix/breadcrumb/breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/domus/styles.css?1648816003201*/
.block_text {
	background: #ccc;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
/* End */


/* Start:/bitrix/templates/domus/template_styles.css?17633708723842*/
/* html, body, nofooter */
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
}
#clear {clear:both;height:0;}
a {
    color: #ccc;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.nofooter {
	height: auto;
	min-height: 100%;
}
section {
    width: 100%;
	min-width: 1200px;
}

/* header */
header {
    height: 120px;
}
.logo {
	width: 558px;
	height: 120px;
	float: left;
}
.logo a {
	margin: 15px auto 0 auto;
	display: block;
	width: 366px;
}
.contact_header {
	width: 320px;
	height: 120px;
	float: left;
	color: #9d8d53;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 180%;
	padding-top: 30px;
}
.contact_header p {
	font-size: 13px;
	display: inline;
}
.contact_header span {
	font-size: 17px;
}
/* end header */

/* width content */
.width_content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* end width content */

/* container */
.container_table {
	display: table;
}
.block_content {
	/*display: table-cell;*/
	vertical-align: top;
}
.center_content > div {
	min-width: 880px;
}
.right_content {
	float: right;
}
.right_content > div {
    max-width: 320px;
    padding: 0;
	color: #959388;
	font-family: 'Times New Roman';
}
.right_content > div a {
	color: #5e5532;
}
.workarea {
	color: #959388;
	font-size: 14px;
	padding-bottom: 30px;
}
.catalog .workarea, .novinki .workarea {
	padding-bottom: 0;
}
.workarea p {
	margin-bottom: 20px;
}
h1 {
	font-size: 50px;
	color: #9d8d53;
	font-weight: normal;
	margin-bottom: 25px;
}
.catalog h1, .novinki h1 {
	margin-bottom: 10px;
}
.catalog .pagetitle, .novinki .pagetitle {
	line-height: 100%;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
	color: #83774F;
	line-height: 120%;
}
hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 0;
}

/*.b_top_but {
	position: fixed;
	display: block;
	right: 10px;
	bottom: 20px;
	width: 40px;
	height: 60px;
	background: url(/bitrix/templates/domus/images/bg_b_top.png) no-repeat;
	cursor: pointer;
}*/
/*@media screen and (max-width: 1920px) {.b_top_but {right: 325px; bottom: 235px;}}
@media screen and (max-width: 1680px) {.b_top_but {right: 325px;}}
@media screen and (max-width: 1600px) {.b_top_but {right: 250px;}}
@media screen and (max-width: 1440px) {.b_top_but {right: 170px;}}
@media screen and (max-width: 1366px) {.b_top_but {right: 135px;}}
@media screen and (max-width: 1280px) {.b_top_but {right: 90px;}}
@media screen and (max-width: 1024px) {.b_top_but {right: 1px;}}*/
/* end container */
.block_breadcrumbs{
	overflow:hidden;
}
.searchbox {
	float:right;
	width:200px;
	height:30px;
	margin-top:8px;
}
.searchbox input {
	float:left;
	background:#9d8d53;
}
.searchbox .search_button {
	width:35px;
	background:#9d8d53;
	border:2px #9d8d53 outset;
}
.searchbox .search_input {
	width:150px;
	height:26px;
	margin-right:10px;
	border:2px #9d8d53 inset;
	padding:2px 4px;
	font-size:14px;
}
/* footer */
.finish {
	height: 148px;
}
.section_footer {
	margin-top: -148px;
	background-color: #000;
	border-top: 1px solid #544E42;
}
footer {
    height: 147px;
}
.block_footer_l {
	float: left;
	height: 145px;
}
.block_footer_r {
	float: right;
	height: 145px;
}
.menu_footer {
	display: table;
	height: 145px;
	color: #534e42;
}
.copyright {
	width: 240px;
	height: 16px;
	color: #3a3731;
	margin-top: 97px;
	font-size: 12px;
	text-align: right;
}
/* end footer */

.o_nas b {color:#83774F;}

.search-page hr {
	margin:10px 0;
}
.search-page .gold {
	color:#9d8d53;
}
.search-page font.notetext {
	color:#9d8d53;
}
.search-page input {
	background:#9d8d53;
}
.search-page .search_button {
	height:26px;
	background:#9d8d53;
	border:2px #9d8d53 outset;
}
.search-page .search_input {
	height:26px;
	margin-right:10px;
	border:2px #9d8d53 inset;
	padding:2px 4px;
	font-size:14px;
}
/* End */
/* /bitrix/templates/domus/css/normalize.css?16488160037776 */
/* /bitrix/templates/domus/css/dstyle.css?16488160038527 */
/* /bitrix/templates/domus/css/menu.css?16488160032354 */
/* /bitrix/templates/domus/css/jquery.lightbox-0.5.css?16488160031866 */
/* /bitrix/templates/domus/components/bitrix/breadcrumb/breadcrumb/style.css?1648816003947 */
/* /bitrix/templates/domus/styles.css?1648816003201 */
/* /bitrix/templates/domus/template_styles.css?17633708723842 */
