

/* Start:/local/templates/domodel/js/fancybox/jquery.fancybox.css?14412215534576*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 25px !important;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/* #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/domodel/js/fancybox/fancybox_sprite.png');
} */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/domodel/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 51px;
	height: 51px;
	cursor: pointer;
	z-index: 8040;
	background: url(/local/templates/domodel/js/fancybox/./popup-close.png) 50% 50% no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/domodel/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -100px;
}

.fancybox-next {
	right: -100px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	z-index: 8040;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.fancybox-prev span {
	background: url(/local/templates/domodel/js/fancybox/./popup-prev.png) 50% 50% no-repeat;
}

.fancybox-next span {
	background: url(/local/templates/domodel/js/fancybox/./popup-next.png) 50% 50% no-repeat;
}

.fancybox-nav:hover span {background-color: #fcb117; border-color: #fcb117;}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/domodel/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/domodel/styles.css?1460478248490*/
.ve-body table.info
{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #3c311a;
	margin:0 0 30px;
	width:689px;
}

.ve-body table.info tr td
{
	vertical-align:top;
	padding:25px;
}

.ve-body table.info tr td.gray
{
	background:#efeeee
}

.ve-body table.info tr td.wood
{
	background:url(/local/templates/domodel/images/content/doma-iz-brusa-04.jpg) 0 0 no-repeat;
	color:#fff;
	font-weight:600;
	height:159px
}

.ve-body table.info tr td img
{
	display:block;
	margin:-25px
}
/* End */


/* Start:/local/templates/domodel/template_styles.css?146047824824073*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display:block
}

body
{
	line-height:1
}

ol,ul
{
	list-style:none
}

blockquote,q
{
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after
{
	content:'';
	content:none
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	width:100%
}

table td
{
	vertical-align:top
}

html,body
{
	height:100%;
	position:relative
}

body
{
	background:url(/local/templates/domodel/./images/bg.jpg) 50% 0 repeat;
	font-size:16px;
	line-height:25px;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#3c311a
}

input,textarea
{
	font-family:'Roboto',sans-serif;
	font-weight:300
}

p
{
	padding-bottom:25px
}

b,strong
{
	font-weight:600
}

label,input[type='submit']
{
	cursor:pointer
}

a
{
	color:#3c311a
}

img[align='right']
{
	margin:0 0 25px 25px
}

h2
{
	font-weight:500;
	font-size:31px;
	line-height:40px;
	margin-bottom:25px
}

h3
{
	font-weight:500;
	font-size:23px;
	line-height:40px;
	margin-bottom:15px;
	text-transform:uppercase;
	text-align:center
}

.send
{
	display:inline-block;
	padding:0 20px;
	background-color:#8dbe5a;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:20px;
	-webkit-transition:box-shadow .3s;
	-moz-transition:box-shadow .3s;
	-o-transition:box-shadow .3s;
	transition:box-shadow .3s;
	font-weight:500;
	font-size:14px
}

.send:hover
{
	box-shadow:0 1px 2px rgba(0,0,0,0.5)
}

.send-center
{
	width:145px;
	display:block;
	margin:0 auto;
	text-align:center
}

.container-wrap
{
	min-height:100%;
	_height:100%
}

.container
{
	padding-bottom:390px;
	position:relative;
	width:1024px;
	margin:0 auto
}

.header-wrap
{
	background:url(/local/templates/domodel/./images/header-bg.jpg) 0 0 repeat-x;
	box-shadow:0 1px 1px #000;
	position:relative;
	z-index:1
}

.header-wrap .header
{
	width:1024px;
	margin:0 auto;
	height:88px;
	overflow:hidden;
	font-weight:500;
	font-size:14px;
	position: relative;
}

.header-wrap .header .logo
{
	width:225px;
	height:88px;
	display:block;
	background:url(/local/templates/domodel/./images/logo.jpg) 0 0 no-repeat;
	float:left
}

.header-wrap .header ul
{
	float:left;
	margin-left:50px;
	line-height:88px;
	text-align:center
}

.header-wrap .header ul li
{
	display:block;
	float:left
}

.header-wrap .header ul li a
{
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 17px;
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}

.header-wrap .header ul li a:hover,.header-wrap .header ul li a.active
{
	background:rgba(0,0,0,0.3)
}

.header-wrap .header .send
{
	display:block;
	margin:45px 42px 0 0;
	float:right
}
div.header-phone {
    display: block;
    text-shadow: 1px 1px 1px #444;
    box-sizing: border-box;
    padding: 10px 0 0 20px;
    position: absolute;
    top: 2px;
    right: 42px;
    color: #FFF;
    font-size: 21px;
}
.middle
{
	background-color:#fff;
	width:1024px;
	margin:0 auto;
	position:relative
}

.middle:before
{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:20px;
	background:#000;
	left:0;
	border-radius:50%;
	box-shadow:0 0 40px #000;
	z-index:-1
}

.middle:after
{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:20px;
	background:#000;
	right:0;
	border-radius:50%;
	box-shadow:0 0 40px #000;
	z-index:-1
}

.middle .page
{
	position:relative;
	padding-bottom:50px;
	overflow:hidden
}

.middle .page:before
{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:20px;
	background:#593216;
	left:205px;
	border-radius:50%;
	box-shadow:0 0 20px #593216
}

.middle .page .left
{
	float:left;
	width:225px;
	position:relative;
	z-index:2;
	padding-bottom:20000px;
	margin-bottom:-20000px;
	background:#fff
}

.middle .page .left .menu
{
	line-height:40px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:20px
}

.middle .page .left .menu li a
{
	padding-left:45px;
	color:#3c311a;
	text-decoration:none;
	display:block;
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s;
	position:relative
}

.middle .page .left .menu li a:hover
{
	background:#e9af30;
	color:#fff
}

.middle .page .left .menu li a.active
{
	background:#e9af30;
	color:#fff;
}

.middle .page .left .menu li.active a
{
	background:#e9af30;
	color:#fff;
	margin:0
}

.middle .page .left .menu li ul
{
	display:none
}

.middle .page .left .infoblock
{
	margin-top:50px;
	padding:0 20px 0 45px;
	font-size:17px
}

.middle .page .left .infoblock a
{
	color:#e9af30;
	font-weight:500
}

.middle .page .left .infoblock a:hover
{
	text-decoration:none
}

.middle .page .content
{
	float:right;
	width:689px;
	padding:30px 50px 20000px;
	margin-bottom:-20000px
}

.footer-wrap
{
	background-color:#e9af30;
	margin-top:-390px;
	height:390px;
	position:relative
}

.footer-wrap .footer
{
	padding:30px 30px 0;
	width:964px;
	margin:0 auto;
	overflow:hidden
}

.footer-wrap .footer .menu
{
	float:left;
	margin-right:85px
}

.footer-wrap .footer .menu span
{
	display:block;
	font-weight:500;
	font-size:17px;
	text-transform:uppercase;
	line-height:19px;
	margin-bottom:20px
}

.footer-wrap .footer .menu ul
{
	line-height:23px;
	font-size:15px
}

.footer-wrap .footer .menu ul li a
{
	color:#3c311a;
	text-decoration:none
}

.footer-wrap .footer .menu ul li a:hover
{
	text-decoration:underline
}

.footer-wrap .footer .info
{
	float:right;
	width:280px;
	margin-bottom:20px
}

.footer-wrap .footer .info .logo
{
	height:52px;
	background:url(/local/templates/domodel/./images/footer-logo.png) 50% 50% no-repeat;
	margin-bottom:20px
}

.footer-wrap .footer .info .title
{
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	line-height:16px;
	margin-bottom:20px
}

.footer-wrap .footer .info .address
{
	line-height:23px;
	font-size:14px;
	margin-bottom:23px
}

.footer-wrap .footer .info .phones
{
	line-height:23px;
	font-size:14px;
	font-weight:500;
	margin-bottom:23px
}

.footer-wrap .footer .info .email
{
	line-height:23px;
	font-size:14px;
	font-weight:500
}

.footer-wrap .footer .copy
{
	clear:both;
	overflow:hidden;
	line-height:40px;
	font-weight:500
}

.footer-wrap .footer .copy .search
{
	float:right
}

.footer-wrap .footer .copy .search div
{
	background:#fff;
	border-radius:20px;
	width:280px;
	overflow:hidden
}

.footer-wrap .footer .copy .search div input
{
	border:none;
	margin:0;
	padding:0
}

.footer-wrap .footer .copy .search div input:focus
{
	outline:none
}

.footer-wrap .footer .copy .search div input[type='text']
{
	height:40px;
	float:left;
	width:210px;
	margin-left:20px;
	color:#939393;
	font-size:15px;
	font-weight:300
}

.footer-wrap .footer .copy .search div input[type='submit']
{
	background:url(/local/templates/domodel/./images/search-submit.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	float:right;
	margin-right:5px
}

.main-text
{
	padding:35px 45px
}

.breadcrumbs
{
	line-height:30px;
	overflow:hidden;
	margin-bottom:15px
}

.breadcrumbs li
{
	float:left;
	margin-right:15px
}

.breadcrumbs li a
{
	color:#ababab;
	text-decoration:none
}

.breadcrumbs li a:hover
{
	color:#000
}

.breadcrumbs li span
{
	display:inline-block;
	background:#ababab;
	width:1px;
	height:1px;
	border-radius:50%;
	border:1px solid #cfcece;
	vertical-align:middle
}

h1
{
	font-size:33px;
	font-weight:500;
	line-height:50px;
	margin-bottom:30px
}

.main-banner
{
	font-weight:500;
	top:320px;
	/*height:90px*/;
	/*background:url(/local/templates/domodel/./images/main-image.jpg) 0 0 no-repeat;*/
	color:#fff;
	position: relative;
	margin-bottom: 35px;
	z-index: 30;
	margin-bottom: 355px;
}

.main-banner .title
{
	font-size:42px;
	text-transform:uppercase;
	text-shadow:1px 3px 2px rgba(0,0,0,0.5);
	line-height:50px;
	position:absolute;
	left:45px;
	top:-135px
}

.main-banner .blocks
{
	overflow:hidden;
	margin:0 45px;
	font-size:21px;
	line-height:27px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}

.main-banner .blocks .phones
{
	float:left;
	padding-left:60px;
	background:url(/local/templates/domodel/./images/main-banner-phones.png) 0 50% no-repeat;
	margin-right:75px
}

.main-banner .blocks .times
{
	float:left;
	padding-left:60px;
	background:url(/local/templates/domodel/./images/main-banner-times.png) 0 50% no-repeat;
	margin-right:75px
}

.main-banner .blocks .email
{
	float:left;
	line-height:54px;
	padding-left:60px;
	background:url(/local/templates/domodel/./images/main-banner-email.png) 0 50% no-repeat
}

.main-banner .blocks .email a
{
	color:#fff
}

.main-banner .blocks .email a:hover
{
	color:#e9af30
}

.sections-list
{
	position:relative
}

.sections-list > ul
{
	width:225px;
	position:relative;
	padding:10px 0
}

.sections-list > ul > li > a
{
	line-height:40px;
	padding-left:45px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	-webkit-transition:background 0.3s,color .3s;
	-moz-transition:background 0.3s,color .3s;
	-o-transition:background 0.3s,color .3s;
	transition:background 0.3s,color .3s
}

.sections-list > ul > li > a:hover/* ,.sections-list > ul > li.active > a */
{
	background:#e9af30;
	color:#fff
}

.sections-list > ul > li > ul
{
	position:absolute;
	left:225px;
	padding:70px 0 0;
	width:798px;
	background:#e9af30;
	border-left:1px solid #d09e30;
	top:0;
	height:230px;
	text-align:center;
	display:none
}

.sections-list > ul > li > ul li
{
	display:inline-block;
	width:143px;
	vertical-align:top
}

.sections-list > ul > li > ul li a
{
	display:block;
	width:140px;
	margin:0 auto;
	line-height:19px;
	text-decoration:none;
	text-transform:uppercase;
	color:#3c311a
}

.sections-list > ul > li > ul li a .circle
{
	display:block;
	width:123px;
	height:123px;
	border:5px solid #e9af30;
	border-radius:50%;
	position:relative;
	margin-bottom:15px;
	-webkit-transition:background 0.3s,border-color .3s;
	-moz-transition:background 0.3s,border-color .3s;
	-o-transition:background 0.3s,border-color .3s;
	transition:background 0.3s,border-color .3s
}

.sections-list > ul > li > ul li a .circle img
{
	display:block;
	position:absolute;
	bottom:0;
	left:-13px
}

.sections-list > ul > li > ul li a:hover .circle
{
	border-color:#cd9835;
	background:#cd9835
}

.sections-list > ul > li.active > ul
{
	display:block
}

.work-steps
{
	padding:45px;
	background:url(/local/templates/domodel/./images/work-steps-bg.jpg) 100% 0 no-repeat #e3e3e3;
	position:relative
}

.work-steps .title
{
	font-weight:500;
	font-size:31px;
	line-height:40px;
	margin-bottom:25px
}

.work-steps ul
{
	font-weight:500;
	font-size:21px;
	line-height:62px;
	margin-bottom:35px;
	counter-reset:workstep
}

.work-steps ul li
{
	position:relative;
	padding-left:62px
}

.work-steps ul li:after
{
	content:counter(workstep);
	counter-increment:workstep;
	position:absolute;
	color:#e9af30;
	left:0;
	font-size:58px
}

.work-steps .readmore
{
	position:absolute;
	line-height:50px;
	color:#e9af30;
	text-decoration:none;
	display:block;
	padding:0 70px 0 35px;
	font-size:20px;
	font-weight:500;
	top:110px;
	right:130px;
	background:rgba(255,255,255,0.5);
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}

.work-steps .readmore:after
{
	content:'';
	background:url(/local/templates/domodel/./images/work-steps-readmore.png) 0 0 no-repeat;
	display:block;
	position:absolute;
	right:27px;
	width:18px;
	height:25px;
	top:12px
}

.work-steps .readmore:hover
{
	background:#fff
}

.feedback-form
{
	background:#eaeaea;
	padding:35px 42px;
	text-align:center;
	margin:0 0 50px
}

.feedback-form form
{
	text-align:left;
	font-size:21px
}

.feedback-form form label
{
	display:block;
	margin-bottom:15px;
	line-height:45px;
	clear:both
}

.feedback-form form label input[type='text']
{
	border:1px solid #eaeaea;
	border-top:1px solid #dcdbda;
	height:45px;
	line-height:45px;
	padding:0 10px;
	margin:0;
	float:right;
	width:295px;
	font-size:17px;
	color:#3c311a
}

.feedback-form form label textarea
{
	border:1px solid #eaeaea;
	border-top:1px solid #dcdbda;
	resize:none;
	width:583px;
	margin:0;
	padding:0 10px;
	font-size:17px;
	color:#3c311a;
	line-height:25px;
	height:150px
}

.feedback-form form label input.error
{
	border-color:red
}

.feedback-form form label input[type='text']:focus
{
	border-color:#e9af30;
	outline:none
}

.feedback-form form label textarea:focus
{
	border-color:#e9af30;
	outline:none
}

.feedback-form input[type='submit']
{
	display:block;
	float:right;
	padding:0 20px;
	background-color:#e9af30;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:20px;
	-webkit-transition:box-shadow .3s;
	-moz-transition:box-shadow .3s;
	-o-transition:box-shadow .3s;
	transition:box-shadow .3s;
	font-weight:600;
	font-size:14px;
	border:none
}

.feedback-form input[type='submit']:hover
{
	box-shadow:0 1px 2px rgba(0,0,0,0.5)
}

.input-file
{
	display:inline-block!important;
	position:relative!important;
	margin:0!important;
	line-height:40px!important
}

.input-file input
{
	position:absolute;
	left:-20000px
}

.input-file .input-file-title
{
	display:inline-block;
	padding:0 20px;
	background-color:#cbcbcb;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	border-radius:20px;
	-webkit-transition:box-shadow .3s;
	-moz-transition:box-shadow .3s;
	-o-transition:box-shadow .3s;
	transition:box-shadow .3s;
	font-weight:600;
	font-size:14px;
	cursor:pointer;
	vertical-align:top
}

.input-file .input-file-title:hover
{
	box-shadow:0 1px 2px rgba(0,0,0,0.5)
}

.input-file .input-file-file
{
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
	font-size:12px
}

.prices
{
	padding:0 0 30px
}

.prices .price-block
{
	margin:0 0 15px
}

.prices .price-block .price-block-head
{
	background:#d9d9d8;
	line-height:42px;
	padding-left:18px;
	position:relative;
	cursor:pointer
}

.prices .price-block .price-block-head:after
{
	content:'';
	position:absolute;
	width:23px;
	height:11px;
	background:url(/local/templates/domodel/./images/prices-slide.png) 0 0 no-repeat;
	right:30px;
	top:16px
}

.prices .price-block .price-block-body
{
	display:none;
	padding-top:10px
}

.prices .price-block .price-block-body .price-block-body-content
{
	border: 2px solid #d9d9d8;
	margin-top: -10px;
	padding: 10px;
}

.prices .price-block-open .price-block-head:after
{
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}

.prices table
{
	border-bottom:1px solid #6b5f4c;
	text-align:center
}

.prices table tr td
{
	border-color:#6b5f4c;
	border-width:0 1px;
	border-style:solid;
	line-height:33px
}

.prices table tr:first-child td
{
	background:#e9af30;
	line-height:42px;
	text-transform:uppercase;
	border-color:#6b5f4c;
	border-width:0 1px;
	border-style:solid
}

.prices table tr:first-child td:first-child
{
	border-left:1px solid #e9af30
}

.prices table tr:first-child td:last-child
{
	border-right:1px solid #e9af30
}

table.info
{
	border:1px solid #3c311a;
	margin:0 0 30px
}

table.info tr td
{
	padding:25px
}

table.info tr td.gray
{
	background:#efeeee
}

table.info tr td.wood
{
	background:url(/local/templates/domodel/./images/content/doma-iz-brusa-04.jpg) 0 0 no-repeat;
	color:#fff;
	font-weight:600;
	height:159px
}

table.info tr td img
{
	display:block;
	margin:-25px
}

.work-steps-2
{
	background:url(/local/templates/domodel/./images/work-steps-bg2.jpg) 100% 0 no-repeat;
	color:#fff;
	padding:15px;
	margin:0 0 50px
}

.work-steps-2 .title
{
	text-align:center;
	text-transform:uppercase;
	font-size:23px;
	line-height:50px;
	font-weight:500
}

.work-steps-2 table td
{
	padding:15px 0;
	font-weight:500;
	vertical-align:middle
}

.work-steps-2 table td img
{
	display:block;
	margin-right:45px
}

.work-steps-2 table td a
{
	color:#fff;
	font-size:21px;
	margin-top:10px;
	display:inline-block
}

.work-steps-2 table td a:hover
{
	text-decoration:none
}

.section-list li
{
	padding-left:245px;
	overflow:hidden;
	margin-bottom:25px
}

.section-list li .preview
{
	margin-left:-245px;
	float:left
}

.section-list li .link
{
	display:inline-block;
	line-height:40px;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	background:#e9af30;
	padding:0 15px;
	margin-bottom:15px
}

.gallery-sections
{
	overflow:hidden;
	margin-bottom:40px
}

.gallery-sections li
{
	float:left;
	margin-bottom:15px
}

.gallery-sections li:nth-child(3n+2)
{
	margin:0 10px 15px
}

.gallery-sections li a
{
	display:block;
	position:relative;
	width:223px;
	height:174px
}

.gallery-sections li a:after
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.6)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=0);
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}

.gallery-sections li a img
{
	display:block;
	position:absolute
}

.gallery-sections li a .name
{
	position:absolute;
	bottom:0;
	left:0;
	font-size:13px;
	font-weight:600;
	color:#fff;
	padding:10px;
	line-height:15px;
	text-transform:uppercase;
	z-index:1;
	width:140px
}

.gallery-sections li a .quantity
{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:15px;
	font-weight:500;
	color:#fff;
	padding-left:30px;
	line-height:30px;
	z-index:1;
	background:url(/local/templates/domodel/./images/gallery-quantity.png) 0 50% no-repeat
}

.gallery-sections li a:hover:after
{
	filter:none;
	background:rgba(235,181,56,0.9)
}

.gallery-items
{
	overflow:hidden;
	margin-bottom:40px
}

.gallery-items li
{
	float:left;
	margin-bottom:15px
}

.gallery-items li:nth-child(3n+2)
{
	margin:0 10px 15px
}

.gallery-items li a
{
	display:block;
	position:relative;
	width:223px;
	height:174px
}

.gallery-items li a img
{
	display:block
}

.gallery-items li a:after
{
	display:block;
	position:absolute;
	border-radius:50%;
	content:'';
	width:80px;
	height:80px;
	left:71px;
	top:47px;
	background:url(/local/templates/domodel/./images/zoom.png) 50% 50% no-repeat rgba(0,0,0,0.3);
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}

.gallery-items li a:hover:after
{
	background-color:rgba(235,181,56,0.9)
}

.main-works
{
	padding:60px 30px;
	background:url(/local/templates/domodel/./images/bg.jpg) 50% 0 repeat
}

.main-works ul
{
	overflow:hidden;
	padding:10px 0;
	text-align:center
}

.main-works ul li
{
	width:33.3%;
	float:left
}

.main-works ul li a
{
	width:295px;
	margin:0 auto;
	display:block;
	background:#fff;
	text-decoration:none;
	-webkit-transition:background 0.3s,box-shadow .3s;
	-moz-transition:background 0.3s,box-shadow .3s;
	-o-transition:background 0.3s,box-shadow .3s;
	transition:background 0.3s,box-shadow .3s
}

.main-works ul li a img
{
	display:block;
	box-shadow:0 1px 1px rgba(0,0,0,0.25)
}

.main-works ul li a .name
{
	display:block;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	line-height:26px
}

.main-works ul li a .price
{
	line-height:36px
}

.main-works ul li a .price b
{
	font-size:23px
}

.main-works ul li a:hover
{
	background:#ebb537;
	box-shadow:0 0 15px #000
}

.sl-container
{
	width:317px;
	float:right;
	display:inline-block;
	background:#eaeaea;
	font-size:17px
}

.sl-container .sl-placeholder-container
{
	outline:none;
	border:1px solid #eaeaea;
	border-color:#eaeaea #d5d5d6 #b7b6b6;
	position:relative;
	z-index:3
}

.sl-container .sl-placeholder-container .sl-placeholder
{
	background:#fff;
	padding:0 20px
}

.sl-container .sl-placeholder-container .sl-button
{
	width:47px;
	background:url(/local/templates/domodel/./images/select.png) 50% 50% no-repeat #f1f1f1
}

.sl-container .sl-options
{
	background:#fff;
	display:none;
	width:100%;
	box-shadow:0 0 10px #aaa;
	z-index:2;
	top:47px!important
}

.sl-container .sl-options li a
{
	display:block;
	text-decoration:none;
	padding:0 20px
}

.sl-container .sl-options li a.sl-selected,.sl-container .sl-options li a:hover
{
	background:#efa40b;
	color:#fff
}

.sl-container.sl-open
{
	border-color:#eaeaea;
	box-shadow:0 0 10px #aaa
}

.sl-container.sl-open .sl-placeholder-container
{
	border-color:#f1f1f1
}

.sl-container.sl-open .sl-placeholder-container .sl-placeholder
{
	background:#f1f1f1
}

.sl-container.sl-open .sl-options
{
	display:block
}

.sl-container.sl-open .sl-placeholder-container .sl-button
{
	transform:rotate(180deg)
}

.left-menu-hover
{
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:-88px;
	left:225px;
	width:799px;
	height:0;
	z-index:1;
	overflow:hidden;
	display:none
}

.left-menu-hover ul
{
	background:#e9af30;
	width:211px;
	height:100%;
	box-shadow:0 0 20px #555;
	padding-top:40px
}

.left-menu-hover ul li
{
	padding-left:3px
}

.left-menu-hover ul li a
{
	display:block;
	text-decoration:none;
	padding:18px 0 18px 84px;
	-webkit-transition:background .3s;
	-moz-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}

.left-menu-hover ul li a .img
{
	display:inline-block;
	width:56px;
	height:56px;
	border-radius:50%;
	margin-left:-70px;
	background:50% 50% no-repeat;
	box-shadow:inset 0 2px 2px #999;
	vertical-align:middle;
	margin-right:14px
}

.left-menu-hover ul li a .name
{
	display:inline-block;
	vertical-align:middle;
	line-height:23px
}

.left-menu-hover ul li a:hover
{
	background:#fff
}

.left-menu-hover .close
{
	width:24px;
	height:24px;
	background:url(/local/templates/domodel/./images/menu-close.png) 50% 50% no-repeat;
	position:absolute;
	display:block;
	top:10px;
	left:177px
}

#form .feedback-form
{
	margin:0
}

.prices-other
{
	text-transform:uppercase;
	font-weight:500
}

.prices-other li a:hover
{
	text-decoration:none
}

.search-page form div
{
	background:#fff;
	border-radius:20px;
	overflow:hidden;
	border:1px solid #ababab;
	margin:0 0 20px
}

.search-page form div input
{
	border:none;
	margin:0;
	padding:0
}

.search-page form div input:focus
{
	outline:none
}

.search-page form div input[type='text']
{
	height:40px;
	float:left;
	width:620px;
	margin-left:20px;
	color:#939393;
	font-size:15px;
	font-weight:300
}

.search-page form div input[type='submit']
{
	background:url(/local/templates/domodel/./images/search-submit.png) 0 0 no-repeat;
	width:40px;
	height:40px;
	float:right;
	margin-right:5px
}

.bx-yandex-view-layout
{
	margin:0 0 45px
}

.map-columns {margin: 0 0 45px;}

div.new-main-banner {
	float:left;
	width: 1024px;
	position: absolute;
	z-index: 10;
}
div.main-bottom-text {
	box-sizzing:border-box;
	padding:20px 40px;
}
div.main-bottom-text ul {
	list-style: disc;
}
div.main-bottom-text p,div.main-bottom-text ul  {
	padding:1px;
	font-size:13px;
	line-height: 20px;
}
div.main-bottom-text ul li {
	padding-left:0px;
	margin-left:40px;
}
/* End */
/* /local/templates/domodel/js/fancybox/jquery.fancybox.css?14412215534576 */
/* /local/templates/domodel/styles.css?1460478248490 */
/* /local/templates/domodel/template_styles.css?146047824824073 */
