

/* Start:/local/templates/ai_main/styles.css?164874342810135*/
body {
	font-family: "PT Serif", arial;
	font-size: 18px;
	line-height: 27px;
	color: #421930;
	font-weight: 500;
	background: #fffbee;
}
* {
	outline: none;
}

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

/* bootstrap */
.btn {
	font-size: 14px;
	line-height: 20px;
}
.btn-round {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #b44346 !important;
	text-decoration: none !important;
	padding: 11px 30px 14px;
	border: 2px solid #b44346;
	border-radius: 45px;
	transition: 0.3s all;
}
.btn-round:hover {
	background: #7c1e3b;
	border-color: #7c1e3b;
	color: #fff !important;
}
.btn-round:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}
.container img {
	max-width: 100%;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.col,
[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
/* header */

/* typography */
h1 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	margin: 30px 0 20px 0;
	padding: 0;
	text-align: center;
	font-family: "PT Serif", arial;
}
.h1-wrapper {
	margin: 0 auto 32px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    background: #fff;	
}
h1#pagetitle {
	padding: 20px 0 25px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 34px;	
}


h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 27px;
}
.inner-page h2 {
	font-size: 29px;
	line-height: 35px;
	margin-bottom: 27px;
	margin: 30px 0 15px;
}
h1, h2, h3, h4 {
	text-align: center;
	color: #7c1e3b;
}
.inner-page h2, 
.inner-page h3, 
.inner-page h4 {
	color: #421930;
	font-weight: 500;
}

a {
	color: #b44346;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #7c1e3b;
}
.font-size-sm {
	font-size: 14px;
}



/* header */
.mobile-menu {
	display:none;
	position: relative;
	min-width: 30px;
}
.top-nav {
	height: 98px;
	color: #f7e9cf;

	background: #421930; /* Old browsers */
	background: -moz-linear-gradient(top, #421930 0%, #7c1e3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #421930 0%,#7c1e3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #421930 0%,#7c1e3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#421930', endColorstr='#7c1e3b',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 0px 40px rgba(0,0,0, 0.5);
}
.top-nav a {
	text-decoration: none;
}
.top-nav a:hover {
	color: #d88e6c;
}
.tn-logo-wrapper {
	width: 227px;
	height: 30px;
	position: relative;
}
.tn-logo {
	width: 227px;
	height: 163px;
	text-align: center;
	background: #7c1e3b;
	position: absolute;
	top: 0;
	z-index: 2;
	box-shadow: 1px 1px 21px rgba(0,0,0, 0.3);
}
.tn-logo img {
	width: 148px;
	height: auto;
	margin-top: 21px;
}
.header-inner .tn-logo-wrapper {
	width: 150px;
}
.header-inner .tn-logo {
/*	width: 227px;*/
	height: 98px;
	background: transparent;
	box-shadow: none;
}
.header-inner .tn-logo img {
	width: 120px;
	height: auto;
	margin-top: 3px;
}

.top-nav .tb-left,
.top-nav .tb-right {
	height: 98px;
}
.tn-menu {
	padding-top: 35px;
}
.tn-menu a {
	font-size: 17px;
	line-height: 22px;
	color: #f7e9cf;
}
.tn-menu a:last-item {
	margin: 0;
}
.tn-phone {
	line-height: 15px;
	padding-top: 30px;
}
.tnp-phone {
	font-family: 'Roboto Condensed';
	font-size: 30px;
	line-height: 38px;
	color: #f7e9cf;
	font-weight: 600;
	display: block;
	white-space: nowrap;
}
.tnp-order {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	line-height: 18px;
	color: #f7e9cf;
	font-weight: 400;
	white-space: nowrap;
}
.top-head-mobile-menu-burger {
	position: absolute;
	left: 0;
	top: 40px;
	width: 23px;
	height: 18px;
}
.top-head-mobile-menu-burger a
{
	display: block;
	width: 23px;
	height: 18px;
	padding: 0;
	position: absolute;
	top: 0;
	/*left: 0;*/
	right: 0;
}
.top-head-mobile-menu-burger a:before,
.top-head-mobile-menu-burger a:after
{
	content: '';
	display: block;
	background: #f7e9cf;
	height: 2px;
}
.top-head-mobile-menu-burger a span
{
	background: #f7e9cf;
	display: block;
	height: 2px;
	margin: 4px 0;
}


/* mainpage intro slider */
.sect-mainpage-intro {
}
.smi-slider {
	line-height: 0;
}
.smis-item-img {
	display: block;
	padding-top: 27%;
	background-size: cover;
	background-position: center;
}
.smis-item-img img {
	max-width: 100%;
}
.smis-item {
	padding-top: 30%;
	background-position: center;
	background-repeat: no-repeat;
}

.sect-mainpage-benefits {
	background: #7c1e3b;
	padding: 39px 0 6px;
	margin-bottom: 25px;
}
.smbi {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #d88e6c;
	font-family: 'Roboto Condensed';
	text-decoration: none;
	padding-top: 105px;
	margin-bottom: 30px;
	background-position: center top;
	background-repeat: no-repeat;
}
.smbi:hover {
	color: #d88e6c;
}
.row a.smbi,
.row a.smbi:visited,
.row a.smbi:focus,
.row a.smbi:hover {
	color: #d88e6c;
}
.smbi b {
	display: block;
	text-align: center;
	font-size: 23px;
	line-height: 24px;
	color: #d88e6c;
	font-family: 'PT Serif';
	font-weight: 600;
}
.smbi.smbi-percent {
	background-image: url('/local/templates/ai_main/images/ico-mortgage.svg');
	background-size: 90px;
}
.smbi.smbi-park {
	background-image: url('/local/templates/ai_main/images/ico-park.svg');
	background-size: 90px;
}
.smbi.smbi-price {
	background-image: url('/local/templates/ai_main/images/ico-interior-design.svg');
	background-size: 90px;
}
.smbi.smbi-year {
	background-image: url('/local/templates/ai_main/images/ico-calendar.svg');
	background-size: 90px;
}

.sect-mainpage-architecture {
	margin-bottom: 25px;
}
.smac-slider {
	line-height: 0;
}
.sect-mainpage-architecture .smac-slider img {
	max-width: 100%;
}

.sect-mainpage-architecture .sma-content {
	background: #fff;
	box-shadow: 10px 10px 40px rgba(216,142,108, 0.2);
}
.sect-mainpage-architecture .smac-body {
	padding: 32px 7%;
}

.sect-mainpage-appartments {
	margin-bottom: 50px;
}
.sect-mainpage-appartments a {
	text-decoration: none;
}
.smapp-title {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #7c1e3b;
}
.smapp-price {
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	color: #b44346;
}
.smapp-sq {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #7c1e3b;
}
.smapp-img {
	display: block;
	margin: 20px 0 50px 0;
}
.smapp-img.img-1 {
	margin-top: 30px;
}


.sect-mainpage-loan {
	background: #fff;
	padding: 25px 0 20px 0;
	margin: 50px 0 30px;
	box-shadow: 0 0 40px rgba(216,142,108, 0.15);
}
.sect-mainpage-loan .sml-benefit {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #7c1e3b;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed';
	text-decoration: none;
	background-position: center top;
	background-repeat: no-repeat;
}
.sect-mainpage-loan .sml-benefit b {
	display: block;
	text-align: center;
	font-size: 23px;
	line-height: 24px;
	color: #7c1e3b;
	font-family: 'PT Serif';
	font-weight: 600;
}

.smpr-slider {
/*    margin: 0 -1%;*/
	font-size: 0;
	line-height: 0;
}
.smpr-slider .smprs-item {
	display: inline-block;
	padding: 5px;
/*    height: 250px;*/
}
.smpr-slider .smprs-item a {
	display: block;
	width: 100%;
/*    height: 100%;*/
	padding-top: 75%;
	background-size: cover;
	background-position: center;
	position: relative;
}
.smpr-slider .smprs-item b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px 12px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;

/*    background: rgba(0,0,0,0.5);*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.smpr-slider .smprs-item i {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	background: url('/local/templates/ai_main/images/ico-zoom-in.svg');
	background-position: center;
	background-size: 68px;
	background-repeat: no-repeat;
	text-align: center;
	transition: 0.2s all;
}
.smpr-slider .smprs-item:hover i {
	background-size: 74px;
}
.sect-mainpage-lead {
	background: #fff;
	padding: 25px 0 36px 0;
	margin: 50px 0 -50px 0;
	box-shadow: 0 0 40px rgba(216,142,108, 0.15);
}


.footer {
	background: #7c1e3b;
	padding: 20px 0;
	margin: 50px 0 0 0;
	color: #f7e9cf;
}
.footer .container a:hover {
	color: #b44346;
}
.footer-logo img {
	width: 148px;
	height: auto;
}

.footer-menu {
	padding-top: 45px;
}
.container .footer-menu a {
	font-size: 15px;
	line-height: 22px;
	color: #f7e9cf;
	margin: 0 5px 0 0;
	text-decoration: none;
}
.footer-contacts {
	padding-top: 45px;
}
.footer-contacts,
.footer-contacts div {
	line-height: 15px;
}
.container .footer-phone a {
	font-family: 'Roboto Condensed';
	font-size: 30px;
	line-height: 30px;
	color: #f7e9cf;
	font-weight: 600;
	text-decoration: none;
}
.container .footer-order {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	line-height: 15px;
	color: #f7e9cf;
	font-weight: 400;
	text-decoration: none;
}




/************/
/************/
/*  MOBILE  */
/************/
/************/


#mmenu-mobile.mm-menu .mm-btn:after, #mmenu-mobile.mm-menu .mm-btn:before {
	border-color: #777;
}
#mmenu-mobile.mm-menu .mm-navbar a, #mmenu-mobile.mm-menu .mm-navbar>* {
	color: #777;
}




@media (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
	.top-nav .container {
		max-width: 1170px;
	}
}
@media (max-width: 1000px) {
	.mobile-menu {
		display: block;
	}
	.tn-menu-column {
		display: none;
	}
	.tn-logo-wrapper,
	.header-inner .tn-logo-wrapper {
		width: 120px;
	}
	.tn-logo {
		width: 120px;
		height: 98px;
		box-shadow: none;
		background: transparent;
	}
	.tn-logo img {
		width: 105px;
		height: auto;
		margin-top: 10px;
	}
	.tnp-phone {
		font-size: 20px;
	}
}

@media (max-width: 540px) {
	.smis-item-img {
		padding-top: 75%;
	}
}
/* End */


/* Start:/local/templates/ai_main/template_styles.css?16487434289124*/
/*
html { width:100%; height: 100%; }

body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 80.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
form { margin:0; padding:0;}
form.main-form
{
	display: block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#page-wrapper
{
	min-height:100%;
	/*width:878px;*/
	margin: 0 auto -90px;
}

* html #page-wrapper { height: 100%; }

#header { height: 106px; position: relative; z-index: 10; width:878px; margin:0 auto;}

#top-menu
{
	position: absolute;
	top: 46px;
	width: 638px;
	height: 30px;
	right: 0;

}

#top-menu-inner
{
	margin-left: 16px;
	padding-right: 16px;
	height: 30px;
}

#logo
{
	width: 235px;
	height: 100px;
	position:absolute;
	left:0;
	top:0;
	text-align: center;
}

#logo td { padding: 0;}
#logo a { outline: none;}

#top-icons { overflow: hidden; height: 15px; position: absolute; top: 17px; width: 200px; left: 252px; }
#top-icons a
{
	float: left;
	margin-right: 31px;
}

a.home-icon { width: 12px; height: 11px;}
a.search-icon { width: 12px; height: 12px;}
a.feedback-icon { width: 14px; height: 10px;}

#banner { margin:0 auto; width:878px; height: 153px;  position: relative; }
#banner-layout { height: 142px;  table-layout: fixed; }
#banner-overlay { height: 153px; position: absolute; width:437px; left:0; top: 0;}
#banner-image { padding:0; width: 437px; vertical-align: top;}
#banner-image div { width: 437px; height: 142px; overflow: hidden;}
#banner-slogan
{
	padding:0;
	width: 441px;
	font-family: Arial;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	padding:10px 0 32px;
}

#content { width:878px; overflow: hidden; margin: 20px auto 29px; zoom: 1;}

#sidebar { width: 233px; float: left; }

#workarea { padding-top:10px; width:612px; float: right;}

#footer
{
	background: #F5F5F5 url(/local/templates/ai_main/images/footer-corner.gif) no-repeat left top;
	height: 90px;
	width:878px;
	margin:0 auto;
	position: relative;
}

#copyright { width: 49%; position: absolute; top: 20px; left: 25px;}
#copyright p { margin: 0;}
.footer-links { width:50%; position:absolute; right:25px; top: 20px; }
#footer-links { margin:0; padding:0; list-style: none; text-align: right;}
#footer-links li { display: inline; padding-left:1.5em;}

#space-for-footer { height: 90px; }

#footer-design { width:300px; position:absolute; right:25px; top: 52px;  text-align: right;}
#footer-design a{color:#757575; font-size:11px; text-decoration:none;}
#footer-design a:hover{text-decoration:underline;}

div.content-block { margin-bottom: 24px; }
div.content-block-inner { padding: 22px 18px 22px 21px;}

div.information-block div.top
{
	height: 13px;
	border-right: 1px solid;
	font-size: 1px;
	background: #FFF url(/local/templates/ai_main/images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom
{
	height: 13px;
	border-left: 1px solid;
	font-size: 1px;
	background: #FFF url(/local/templates/ai_main/images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner
{
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 9px 18px 9px 21px;
	zoom: 1;
}

div.information-block div.top, div.information-block div.bottom, div.information-block-inner { border-color: #E3E3E3; }

#search {  width:190px; overflow: hidden;}
#search div.rounded-box { float: left; width:135px;}
#search div.search-inner-box
{
	border: 1px solid;
	padding-left: 20px;
	height: 20px;
	overflow:hidden;
	background: white url(/local/templates/ai_main/images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input
{
	border:1px solid;
	width: 110px;
	height: 18px;
	padding:0;
	margin:0;
}

#search input { vertical-align: top;}
#search-button { float: right; width:48px; border: 1px solid;}
#search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/
#search-button input
{
	display: block;
	border: none;
	background: none;
	width:48px;
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
	cursor: hand;
	outline: none;
}

div.search-item h4 { margin-bottom: 0.4em;}

dl.block-list { margin: 0; padding:0; font-size: 0.85em;}
dl.block-list dt { margin: 1.5em 0 0.5em; }
dl.block-list dd { margin:0; padding:0;}
dl.block-list a { text-decoration: none; outline: none;}
dl.block-list a:hover { text-decoration: underline;}

#sidebar h3
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 1em;
	margin: 0 0 1em;
}

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

#left-menu li
{
	margin:0 0 0.7em;
	padding: 0 0 0.7em;
	display: block;
}

#left-menu a
{
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 1em 1em 0;
	outline: none;
}

#left-menu li.last-item { background: none; margin-bottom: 0; padding-bottom: 0;}
#left-menu li.selected a { padding-left: 1em; }
#left-menu li.selected { text-indent: -1em; padding-left:1em;}

/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }

/* Product List */
div.product-list { overflow: hidden; }

div.product
{
	overflow: hidden;
	width: 280px;
	height: 105px;
	margin: 0 25px 20px 0;
	position: relative;
	float: left;
}

div.product-alt { margin-right: 0;}

div.product-image
{
	width: 250px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top:0;
	left: 0;
}

div.product-overlay
{
	width: 280px;
	height: 105px;
	position: absolute;
	z-index: 1;
}

a.product-desc
{
	float:right;
	height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0px;
	width:142px;
	z-index:2;
	font-size: 1em;
	text-decoration: none;
	padding:13px 10px 30px 129px;
}

a.product-desc p { font-size: 0.85em; margin:7px 0 0;}

/* News List */
div.news-list { margin: 0 0 2em;}
div.news-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; }
div.news-date { margin: 0 0 1em;}
div.news-title { font-size: 1em; margin: 0 0 1em;  font-weight: bold;}
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}

/* Catalog List */
div.catalog-list, div.catalog-detail  { padding: 1em 0 0;}
div.catalog-item { margin: 0 0 2em; padding: 0 0 2em; border-bottom: 1px solid; overflow: hidden; zoom: 1;}
div.catalog-detail div.catalog-item { border: none; }
div.catalog-item-title { margin: 0 0 1em;}
div.catalog-item-title a { font-weight: bold; }

div.catalog-item-image { float: left; margin: 0 1em 1em 0; border:1px solid; padding: 4px; }
div.catalog-item-price {clear: left; float:left; padding: 0.5em 1em; margin:1em 0 0; font-weight: bold; }
div.catalog-item-desc { clear: left; }
div.catalog-item-desc-float { }
div.catalog-item-properties { clear: both; padding: 1em 0 0;  overflow: hidden;}
div.catalog-item-property { margin: 0 0 1em; border-bottom:1px dashed; float: left; width: 100%;}
div.catalog-item-property b { float: right; position: relative; top: 0.31em; padding-left: 3px; font-style:italic; font-weight:normal; }
div.catalog-item-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;}
div.catalog-item-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }

/* Special Product */
div.special-product-title { text-align: center; margin: 0 0 1em;}
div.special-product-image { text-align: center; margin: 0 0 1em;}
div.special-product { text-align: center; }


div.menu-clear-left { clear:left; }

/*Common Elements */
div.content-form { padding-left:1em; }

/*Top Multilevel Menu Elements */
.nav-main {
/*  margin-top: 10px;*/
}
.nav-main>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-main>ul>li {
  position: relative;
  margin-bottom: 0;
  float: left;
  height: 32px;
}
.nav-main>ul>li:first-child {
  margin-left: 0;
}
.nav-main>ul>li>a {
  font-size: 17px;
  line-height: 22px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.2s all;
}
.nav-main>ul>li:hover>a,
.nav-main>ul>li.selected>a
 {
  border-bottom: 3px solid #d88e6c;
/*  border-bottom: 3px solid #b44346;*/
}
.nav-main>ul>li>ul {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: -22px;
  top: 31px;
  width: 205px;
  list-style: none;
  padding: 15px 22px 9px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 1px 5px 5px rgba(0,0,0,.1);
  transition: opacity .2s;
}
.nav-main>ul>li:hover>ul {
  opacity: 1;
  z-index: 1;
}
.nav-main>ul>li>ul:before {
  content: "";
  /*height: 15px;*/
  position: absolute;
  background: #fff;
  top: 0;
  left: -5px;
  right: -7px;
}
.nav-main>ul>li>ul>li {
  margin-bottom: 11px;
  line-height: 18px;    
}
.nav-main>ul>li>ul>li>a {
  opacity: 0;
  transition: .2s;
  position: relative;
  top: -4px;
  text-decoration: underline;
  color: #421930;
  font-size: 15px;
  line-height: 18px;  
}
.nav-main>ul>li>ul>li.selected>a {
	font-weight: bold;
}
.nav-main>ul>li:hover>ul>li>a {
  top: 0;
  opacity: 1;
}
.nav-main>ul>li>ul>li>a:hover {
  text-decoration: none;
}

/* End */
/* /local/templates/ai_main/styles.css?164874342810135 */
/* /local/templates/ai_main/template_styles.css?16487434289124 */
