html{
	/*background: url(../img/2.jpg) no-repeat center top;*/
	background: white;
}
/* Eric Meyer's CSS Reset */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'PT Sans', sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrapper_vnutr{
	width: 1188px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 101px;
	background: #1a1a1a;
	min-width: 1280px;
}
.logo1{
	display: inline-block;
	float: left;
	margin-top: 28px;
	margin-left: 12px;
}
.socials{
	display: inline-block;
	float: left;
	 margin-top: 34px;
    margin-right: 73px;
}

.socials a{
	display: inline-block;
	float: left;
	width: 26px;
	height: 27px;
	background: url(../img/social.png) no-repeat 0 0;
	margin-left: 17px;
}
.socials a.fb{
	background: url(../img/social.png) no-repeat -29px 0;
}
.socials a.ok{
	background: url(../img/social.png) no-repeat -58px 0;
}
.header .phoneNumber{
	display: inline-block;
	position: relative;
	float: left;
	font-weight: 900;
	font-size: 21px;
	color: white;
	margin-top: 40px;
	margin-right: 45px;
}
.header .phoneNumber:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 24px;
	background: url(../img/phoneICon.png) no-repeat 0 0;
	left: -26px;
	top: -3px;
}
.header .btn{
	display: inline-block;
	margin-top: 25px;
	margin-right: 2px;
}

.rightHeader{
	display: inline-block;
	float: right;
}


.btn{
	display: inline-block;
} 
.btn.btn-orange-line a{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
    padding: 12px 21px;
}
.btn.btn-orange-line{
	border: 1px solid #f07e3d;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
}




.mainMenu{
	display: inline-block;
	width: 100%;
	height: 75px;
	background: #f4f4f4;
	min-width: 1280px;
}
.mainMenu.mainPage {
	background: url(../img/mainPage.jpg) no-repeat center center;
	background-size: cover;
	height: 646px;
	float: left;
    position: relative;
    z-index: 10;
    min-width: 1280px;
}
.mainMenu .menuContainer{
	display: inline-block;
	float: left;
}
.mainMenu .menuContainer ul{
	
}
.mainMenu .menuContainer ul li{
	display: inline-block;
	float: left;
}
.mainMenu .menuContainer ul li a{
	text-decoration: none;
	font-size: 20px;
	color: #1a1a1a;
	display: inline-block;
	margin: 28px 21px 29px;
	position: relative;
}
.mainMenu.mainPage .menuContainer ul li a{
	color: white;
	margin: 28px 24px 29px;
}
.mainMenu .menuContainer ul li a:hover{
	color: #f07e3d;
}
.mainMenu .menuContainer ul li.active a{
	background: #f07e3d;
	padding: 28px 21px 29px;
    position: relative;
    margin: 0;
	background: #d8d8d8;
}
.mainMenu.mainPage .menuContainer ul li.active a{
	color: white;
	padding: 14px 24px 17px;
}
.mainMenu .menuContainer ul li.parent a:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(../img/arrow_bottom.png) no-repeat 0 0;
	right: -20px;
    top: 8px;
}


.mainMenu .btn.btn-orange{
	display: inline-block;
	float: right;
	margin-top: 18px;
	margin-right: 5px;
}
.mainMenu .btn.btn-orange a{

}
.btn.btn-orange a{
	display: inline-block;
	color: white;
	background: #f07e3d;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 11px 14px;
}






.lozungMainPage{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 150px;
	display: inline-block;
	width: 100%;
}
.lozungMainPage .titleName{
	font-size: 52px;
	color: white;
	line-height: 40px;
}
.lozungMainPage .podzag{
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	color: #f07e3d;
	margin-top: 33px;
	letter-spacing: 1.5px;
}


.mainMenu.mainPage .searchForm .razdelCode ul li a{
	color: white;
}
.mainMenu.mainPage .searchForm .razdelCode ul li a.active{
	color: white;
}



.breadcrumbs{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-left: 4px;
}
.breadcrumbs ul li{
	display: inline-block;
	float: left;
	position: relative;	
	margin-right: 24px;
}
.breadcrumbs ul li:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../img/arrow_right.png) no-repeat 0 0;
	right: -15px;
	top: 5px;
}
.breadcrumbs ul li:last-of-type:after{
	display: none;
}
.breadcrumbs ul li a{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.breadcrumbs ul li a:hover{
	color: #f07e3d;
}





.searchForm{
	display: inline-block;
	margin-top: 19px;
	margin-bottom: 55px;
}
.searchForm .razdelCode{
	display: inline-block;
	width: 100%;
	float: left;
}
.searchForm .razdelCode ul{
	
}
.searchForm .razdelCode ul li{
	display: inline-block;
	float: left;
}
.searchForm .razdelCode ul li a{
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	margin: 22px 26px 21px;
}
.searchForm .razdelCode ul li a.active{
	padding: 22px 26px 21px;
	margin: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #f07e3d;
}
.searchForm .infoblockName{
	display: inline-block;
	width: 100%;
	background: #f07e3d;
	border-top-right-radius: 4px;
}
.searchForm .infoblockName ul{
	display: inline-block;
	margin: 17px 60px 13px;
}
.searchForm .infoblockName ul li{
	float: left;
	margin: 0 21px;
	position: relative;
}
.searchForm .infoblockName ul li:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 28px;
    background: #f99e5a;
    right: -22px;
    top: -5px;
}
.searchForm .infoblockName ul li a{
	font-size: 18px;
	text-decoration: none;
	color: white;
	margin: 0 10px;
	position: relative;
	border-bottom: 0;
}
.searchForm .infoblockName ul li a:hover, .searchForm .infoblockName ul li a.active{
	padding: 0;
	margin: 0 10px;
}
.searchForm .infoblockName ul li a.active:after {
	top: 41px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 126, 61, 0);
	border-top-color: #f07e3d;
	border-width: 10px;
	margin-left: -10px;
}





.formSearchBody{
	padding: 35px 27px 28px;
	display: inline-block;
	width: 1134px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 2px solid #c5c5c5;
	background: #ededed;
}
.formSearchBody .lineFields{
	display: inline-block;
	float: left;
	margin-bottom: 32px;
	width: 100%;
}
.formSearchBody .lineFields:last-of-type{
	margin-bottom: 0px;
}
.formSearchBody .leftFormContainer{
	display: inline-block;
	width: 909px;
	float: left;
	position: relative;
}


.fullFormDiv{
	display: inline-block;
    position: relative;
    left: -26px;
    padding-left: 26px;
    width: 1135px;
    padding-right: 26px;
}
.fullFormDiv .longTextField{
	width: 230px;
    padding-top: 12px;
}
.fullFormDiv .smallTextField{
	width: 42px;
    padding-top: 12px;
}
.fullFormDiv .lineFields .pseudoCheck{
	float: left;
	margin-top: 12px;
	margin-left: 11px;
	margin-right: 12px;
}
.fullFormDiv .priceBlock label{
	float: left;
	margin-top: 12px;
}
.fullFormDiv .priceBlock input[type=text]{
	float: left;
}
.fullFormDiv .priceBlock.noMargin{
	margin-right: 0;
	margin-left: 10px;
}
.fullFormDiv .priceBlock.noMargin .pseudoRadioBlock{
	margin-right: 0;
}

.fullFormDiv .selectBlock .selectricWrapper{
	width: 215px;
}






.formSearchBody .rightFormContainer{
	display: inline-block;
	width: 216px;
}

.pseudoRadioBlock{
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    float: left;
    background: white;
    margin-right: 17px;
}
.pseudoRadioBlock ul{
	
}
.pseudoRadioBlock ul li{
	display: inline-block;
	float: left;
	padding: 2px;
	border-right: 1px solid #d9d9d9;
}
.pseudoRadioBlock ul li a{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
    padding: 9px 17px;
    display: inline-block;
}
.pseudoRadioBlock ul li a.active{
	background: #f07e3d;
	color: white;
}





.selectBlock{
	display: inline-block;
	margin-left: 24px;
}
.selectBlock .selectricWrapper{
	width: 245px;
	margin-bottom: 0;
	border-radius: 4px;
}
.selectBlock .selectricWrapper .selectric{
	border-radius: 4px;
	background: white;
}
.selectBlock .selectricWrapper .selectric .label{
	font-size: 16px;
	color: #333333;
	padding: 11px 21px;
}
.selectBlock .selectricWrapper .selectric .button{
	height: 40px;
	background: url(../img/arrow_bottom.png) no-repeat center center; 
	font-size: 0;
	text-indent: -999em;
}
.selectBlock .selectricWrapper .selectric .button:after{
	display: none;
}



.priceBlock{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.priceBlock label{
	font-size: 16px;
	color: #333333;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
}
.priceBlock input{
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 10px;
	outline: none;
	font-size: 16px;
	width: 125px;
}
.priceBlock input + label{
	margin-left: 10px;
}



.lineFields .pseudoCheck{
	float: right;
	margin-right: 77px;
}
.pseudoCheck{
	display: inline-block;
}
.pseudoCheck label{
	font-size: 16px;
	color: #333333;
}
.pseudoCheck input{
	margin: 0px;
	display: none;
}
.pseudoCheck input + span{
	border: 1px solid #cecece;
	border-radius: 4px;
	background: white;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	position: relative;
	margin-top: 2px;
	float: left;
}
.pseudoCheck input:checked + span{
	
}
.pseudoCheck input:checked + span:after{
    content: "✔";
    position: absolute;
    font-size: 12px;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    top: -1px;
}


.searchFormButtton{
	display: inline-block;
	margin-top: 13px;
}
.searchFormButtton button{
	display: inline-block;
	width: 216px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0px;
	border-bottom: 2px solid #d76330;
	background: #e57f45;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	outline: none;
    padding: 16px 0 14px;
    cursor: pointer;
}
.searchFormButtton .biggerSearch{
	text-align: center;
	margin-top: 18px;
}
.searchFormButtton .biggerSearch a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}
.searchFormButtton .biggerSearch a:hover{
	border-bottom: 0px;
	padding-bottom: 6px;
}





.catalogList .searchTitleBlock{
	display: inline-block;
	width: 100%;
	margin-bottom: 32px;
	float: left;
}
.catalogList .searchTitleBlock .countSearch{
	font-size: 32px;
	color: #333333;
	display: inline-block;
	width: 800px;
	float: left;
}
.catalogList .searchTitleBlock .countSearch span{
	color: #f07e3d;
}
.catalogList .searchTitleBlock .sortFields{
	display: inline-block;
	float: right;
	margin-right: 9px;
}
.catalogList .searchTitleBlock .sortFields .sortItem{
	display: inline-block;
	float: left;
}
.catalogList .searchTitleBlock .sortFields .sortItem:first-of-type{
	border-right: 1px solid #ed9c5f;
	margin-right: 25px;
	padding-right: 27px;
	padding-bottom: 6px;
}
.catalogList .searchTitleBlock .sortFields .sortItem a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	position: relative;
}
.catalogList .searchTitleBlock .sortFields .sortItem a:hover{
	border-bottom: 0px;
	padding-bottom: 1px;
}
.catalogList .searchTitleBlock .sortFields .sortItem a.active:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 7px;
	background: url(../img/arrow_bottom.png) no-repeat center center;
	left: -18px;
	top: 9px;
}


.catalogList img{
	vertical-align: top;
}
.catalogListContainer{
	display: inline-block;
	width: 100%;
}


.bigCatalogCart{
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.bigCatalogCart a{
	text-decoration: none;

}
.bigCatalogCart .bigCatalogPicture{
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.bigCatalogCart .bigCatalogPicture img{
	
}
.bigCatalogCart .bigCatalogName{
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	width: 300px;
    line-height: 22px;
    padding: 24px 41px 20px;
    display: inline-block;
	background: #e57f45;
	min-height: 44px;
}
.bigCatalogCart .bigCatalogDecs{
	height: 209px;
	background: #f4f4f4;
}
.bigCatalogCart .bigPriceItem{
	font-size: 36px;
	font-weight: 900;
	color: #333333;
	padding-top: 48px;
    margin-bottom: 41px;
}
.bigCatalogCart .bigPriceItem span{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.bigCatalogCart .bigAddressItem{
	font-size: 16px;
	color: #1a1a1a;
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	width: 300px;
}
.bigCatalogCart .bigAddressItem:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url(../img/map_point.png) no-repeat center center;
	left: -13px;
    top: 2px;
    
    
    display: none;
    
}
.bigCatalogCart .bigRaionItem{
	font-size: 16px;
	color: #1a1a1a;
	font-style: italic;
}






.smallCatalogCart{
	display: inline-block;
	float: left;
	text-align: center;
	width: 382px;
	margin-right: 21px;
	margin-bottom: 21px;
}
.firstLine .smallCatalogCart:nth-child(2n), .secondLine .smallCatalogCart:nth-child(3n){
	margin-right: 0;
}
.smallCatalogCart{
	text-decoration: none;	
}
.smallCatalogCart .smallCatalogPicture{
	display: inline-block;
	float: left;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}
.smallCatalogCart .smallCatalogPicture img{

}
.smallCatalogCart .smallCatalogDescr{
	display: inline-block;
    width: 342px;
    padding: 0px 20px;
    height: 101px;
    overflow: hidden;
    background: #f4f4f4;
}
.smallCatalogCart .smallCatalogName{
	font-size: 16px;
	font-weight: 900;
	color: #1a1a1a;
	padding-top: 13px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.smallCatalogCart .smallPriceItem{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 900;
}
.smallCatalogCart .smallPriceItem span{
	font-size: 13px;
}
.smallCatalogCart .smallAddressItem{
	display: inline-block;
	font-size: 13px;
	color: #1a1a1a;
	position: relative;
	margin-top: 8px;
	height: 20px;
	overflow: hidden;
}
.smallCatalogCart .smallAddressItem:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url(../img/map_point.png) no-repeat center center;
	left: -12px;
    top: 0px;
}






.pageNavigation{
	text-align: center;	
	margin-top: 26px;
	margin-bottom: 44px;
}
.pageNavigation ul{
	display: inline-block;	
}
.pageNavigation ul li{
	display: inline-block;
	float: left;
}
.pageNavigation ul li.nav-prev a{
	display: inline-block;
	width: 13px;
	height: 36px;
	background: url(../img/nav_arrow.png) no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.pageNavigation ul li.nav-next a{
	display: inline-block;
	width: 13px;
	height: 36px;
	background: url(../img/nav_arrow.png) no-repeat 100% 100%;
	padding: 0;
	margin: 0;
}
.pageNavigation ul li a{
	display: inline-block;	
	padding: 6px 11px 5px;
    margin: 4px;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.pageNavigation ul li a.active{
	background: #e57f45;
	color: white;
}





.objectBlock{
	padding-top: 65px;
	padding-bottom: 52px;
	background: #f4f4f4;
}
.objectBlock .imageObjectTextBlock{
	display: inline-block;
	border-radius: 4px;
	float: left;
	margin-right: 60px;
}
.objectBlock .imageObjectTextBlock img{
	vertical-align: top;
	border-radius: 4px;
}
.objectBlock .textObjectTextBlock{

}
.objectBlock .textObjectTextBlock .title{
	font-size: 42px;
	color: #333333;
	    padding-top: 8px;
    padding-bottom: 33px;
}
.objectBlock .textObjectTextBlock p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 21px;
	line-height: 21px;
}




.questionForm{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 74px;
	background: #4d4d4d;
}
.questionForm .title{
	font-size: 42px;
	color: white;
	line-height: 50px;
	position: relative;
}
.questionForm .title:after{
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	height: 1px;
	width: 88px;
	margin-left: -44px;
	background: #f07e3d;
}
.questionForm .formPoyasnenie{
	font-size: 18px;
	font-style: italic;
	color: white;
	margin-top: 39px;
	margin-bottom: 48px;
}
.questionForm .formSended{

}


.formSended input[type=text]{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	border: 0px;
	border-radius: 4px;
	padding: 10px;
	margin: 0 10px;
	width: 265px;
}
.formSended input[type=text].error{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(40,105,235,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(40,105,235,1);
	box-shadow: 0px 0px 6px 0px rgba(40,105,235,1);
}
.formSended button{
	display: inline-block;
    width: 245px;
    margin-top: 45px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0px;
	border-bottom: 2px solid #d76330;
	background: #e57f45;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	outline: none;
    padding: 16px 0 14px;
}






.ipotekaForm{
	display: inline-block;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 44px;
	border-bottom: 1px solid #e1e1e1;
	background: #f4f4f4;
	position: relative;
	min-width: 1280px;
}

.ipotekaForm:after, .ipotekaForm:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*
.ipotekaForm:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #f4f4f4;
	border-width: 30px;
	margin-left: -30px;
}
*/
/*
.ipotekaForm:before {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #e1e1e1;
	border-width: 31px;
	margin-left: -31px;
}
*/
.ipotekaForm .leftIpotekaForm{
	display: inline-block;
	width: 555px;
	padding-left: 36px;
	float: left;
	background: url(../img/ipotekaLogo.png) no-repeat 0 -20px;
	padding-top: 52px;
	padding-bottom: 70px;
}
.ipotekaForm .leftIpotekaForm .title{
	font-size: 46px;
	color: #333333;
	margin-bottom: 40px;
}
.ipotekaForm .leftIpotekaForm p{
	font-size: 18px;
	color:  #333333;
	line-height: 24px;
	margin-bottom: 21px;
}
.ipotekaForm .rightIpotekaForm{
	display: inline-block;
	width: 594px;
	margin-top: 54px;
}
.ipotekaForm .rightIpotekaForm .formSended{
	display: inline-block;
	margin-left: 29px;
}
.ipotekaForm .ipotekaFormBody{

}
.ipotekaForm .ipotekaFormBody .ipotekaSumm{
	position: relative;
	margin-bottom: 36px;
}
.ipotekaForm .ipotekaFormBody .ipotekaSumm label{
	font-size: 20px;
	color: #4d4d4d;
}
.ipotekaForm .ipotekaFormBody .ipotekaSumm .polzunok{
	display: inline-block;
    width: 320px;
    height: 75px;
    background: url(../img/ipotekaPolzunok.png) no-repeat -11px 18px;
    float: left;
}
.ipotekaForm .ipotekaFormBody .ipotekaSumm .ipotekaSummInput{
	width: 176px;
	text-align: right;
	margin: 0;
	border: 1px solid #cccccc;
	margin-left: 5px;
	padding: 10px 50px 10px 10px;
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}
.ipotekaForm .ipotekaFormBody .ipotekaSumm .ipotekaSummInput + span{
	position: absolute;
	top: 42px;
	right: 20px;
}
.ipotekaForm .ipotekaFormBody input[type=text]{
    width: 252px;
    border: 1px solid #cccccc;
    margin: 0 4px;
	font-size: 18px;
	padding: 16px 10px 17px;
}
.ipotekaForm .formSended button{
	margin-top: 28px;
	margin-left: 155px;
	width: 256px;
}




.bankiForm{
	display: inline-block;
	width: 100%;
	padding-top: 73px;
	padding-bottom: 83px;
	background: #ededed;
	min-width: 1280px;
}
.bankiForm .title{
	font-size: 42px;
	color: #333333;
	text-align: center;
	margin-bottom: 65px;
}
.bankiList{	
	display: inline-block;
	width: 100%;
}
.bankiList .bankItem{
	display: inline-block;
	width: 395px;
	float: left;
	text-align: center;
}
.bankiList .bankItem .bankLogo{
	margin-bottom: 16px;
}
.bankiList .bankItem .bankLogo table{
	border-collapse: collapse;
	width: 100%;
	height: 89px;
}
.bankiList .bankItem .bankLogo table td{
	text-align: center;
	vertical-align: middle;
}
.bankiList .bankItem .bankName{
	font-size: 20px;
	font-weight: 900;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.bankiList .bankItem .bankDesc{
	font-size: 16px;
	color: #333333;
}








.perfectPredloj{
	display: inline-block;
	width: 100%;
	padding-top: 71px;
	min-width: 1280px;
}
.perfectPredloj .title{
	text-align: center;
	font-size: 46px;
	color: #333333;
	line-height: 46px;
	margin-bottom: 43px;
}
.perfectPredloj .title.white{
	color: white;
}
.perfectPredloj .tabsMenu{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 54px;
}
.tabsMenu ul{
	display: inline-block;
}
.tabsMenu ul li{
	float: left;
}
.tabsMenu ul li a{
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	font-size: 18px;
	color: #333333;
	margin: 10px 24px;
	position: relative;
}
.tabsMenu ul li a:hover{
	border-bottom: 0px;
}
.tabsMenu ul li a.active{
	padding: 10px 24px;
	margin: 0;
	background: #f07e3d;
	border-radius: 4px;
	color: white;
	border-bottom: 0px;
}
.tabsMenu ul li a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 126, 61, 0);
	border-top-color: #f07e3d;
	border-width: 10px;
	margin-left: -10px;
}



.tabsViewport{
	padding-bottom: 61px;
}



.hotBlockButton{
	text-align: center;
}
.hotBlockButton .btn.btn-orange a{
	border-bottom: 2px solid #ce5a2c;
	border-radius: 4px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
    padding: 18px 48px;
}





.directorLine{
	display: inline-block;
	width: 100%;
	padding-top: 52px;
	padding-bottom: 72px;
	background: #f4f4f4;
	min-width: 1280px;
}
.directorLine .direcrtorPic{
	display: inline-block;
	float: left;
	margin-left: 122px;
	margin-top: 6px;
	margin-right: 48px;
}
.direcrtorPic img{
	vertical-align: top;
	border-radius: 50%;
	border: 2px solid #f07e3d;
}
.directorLine .direcrtorPic2{
	display: inline-block;
	float: left;
	margin-left: 122px;
	margin-top: 6px;
	margin-right: 48px;
}
.direcrtorPic2 img{
	vertical-align: top;
	/*border-radius: 50%;
	border: 2px solid #f07e3d;*/
}
.directorLine .direcrtorPic3{
	display: inline-block;
	float: left;
	margin-left: 122px;
	margin-top: 6px;
	margin-right: 48px;
}
.direcrtorPic3 img{
	vertical-align: top;
	/*border-radius: 50%;*/
	border: 2px solid #f07e3d;
}

.directorLine .directorDesc{
	display: inline-block;
	width: 700px;
}
.directorLine .directTitle{
	font-size: 46px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 30px;
}
.directorLine p{
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 21px;
	color: #333333;
}
.directorLine .directorName{
	font-weight: 900;
	font-size: 18px;
	color: #1a1a1a;
	text-transform: uppercase;
	margin-top: 38px;
	margin-bottom: 5px;
}
.directorLine .directorDolj{
	font-size: 18px;
	color: #808080;
	font-style: italic;
}





.popularLinks{
	padding-top: 48px;
	padding-bottom: 33px;
	background: white;
	min-width: 1280px;
}
.popularLinks .headerBlock{

}
.popularLinks .title{
	font-size: 46px;
	color: #333333;
	line-height: 46px;
	display: inline-block;
	float: left;
	margin-left: 25px;
	margin-right: 19px;
}
.popularLinks .tabsMenu{
    display: inline-block;
    margin-top: 20px;
    width: auto;
}



.popularLinkBlock{
	display: inline-block;
	width: 100%;
}
.popularLinkBlock .linksItemBlock{
	display: inline-block;
	float: left;
	width: 25%;
}
.popularLinkBlock .linksItemBlock{
	
}
.popularLinkBlock .linkItemTitle{
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 900;
	position: relative;
	margin-top: 64px;
	margin-left: 26px;
	margin-bottom: 31px;
}
.popularLinkBlock .linkItemTitle span{
	font-weight: 900;
	color: #f07e3d;
	position: absolute;
	font-size: 16px;
	top:-14px;
}
.popularLinkBlock .linkItemMenu{

}
.popularLinkBlock .linkItemMenu ul{
	
}
.popularLinkBlock .linkItemMenu ul li{
    list-style-type: none;
    margin-left: 26px;
    margin-bottom: 23px;
}
.popularLinkBlock .linkItemMenu ul li a{
	text-decoration: none;
	color: #4d4d4d;
	font-size: 18px;
}
.popularLinkBlock .linkItemMenu ul li a:hover{
	
}





.agentForm{
	padding-top: 39px;
	position: relative;
	z-index: 10;
	background: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
	min-width: 1280px;
}


.agentForm:after, .agentForm:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.agentForm:after {
	border-color: rgba(244, 244, 244, 0);
	border-top-color: #f4f4f4;
	border-width: 30px;
	margin-left: -30px;
}
.agentForm:before {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #e1e1e1;
	border-width: 31px;
	margin-left: -31px;
}

.agentFormTitle{

}
.agentFormTitle .title{
	font-size: 42px;
	line-height: 50px;
	color: #333333;
	position: relative;
	text-align: center;
	margin-left: 314px;
}
.agentFormTitle .title:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 88px;
	height: 1px;
	left: 50%;
	margin-left: -44px;
	bottom: -18px;
	background: #f07e3d;
}
.agentFormTitle .agentPodzag{
	margin-left: 314px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 36px;
	font-style: italic;
	margin-bottom: 22px;
}
.agentForm .searchForm .infoblockName ul{
	margin-left: 314px;
	margin-right: 0;
}
.agentForm .searchForm .infoblockName ul li{
	margin: 0 31px;
}
.agentForm .formSearchBody{
	width: 100%;
	background: none;
	border-bottom: 1px;
	padding-left: 0;
	padding-right: 0;
}
.agentForm .formSearchContainer{
    width: 850px;
    margin-left: 320px;
    margin-top: 20px;
    display: inline-block;
}
.agentForm .lineFields .pseudoCheck{
	float: none;
	margin-right: 50px;
	margin-top: 17px; 
}
.agentForm .lineFields .textField{
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 10px;
    margin: 6px 0;
    width: 262px;
    margin-right: 11px;
}
.agentForm .searchFormButtton{
	text-align: center;
	width: 100%;
	margin-top: 0;
}
.agentForm .agentBaba{
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 627px;
	background: url(../img/babaPic.png) no-repeat center center;
	/*background: url(../img/agent3.png) no-repeat center center;*/
	margin-left: 64px;
    padding-top: 47px;
}





.agentList{
	display: inline-block;
	width: 100%;
	padding-top: 41px;
	position: relative;
	padding-bottom: 45px;
	background: #ededed;
	min-width: 1280px;
}
.agentSlider{
	text-align: center;
}
.agentSlider .slick-list{
	width: 1110px;
}
.agentSlider button, .reviewsSlider button, .bankiList button{
	border: 0;
	position: absolute;
	left: 0;
	top: 132px;
	text-indent: -999em;
	outline: none;
	cursor: pointer;
}
.reviewsSlider button{
	top: 72px;
}
.bankiList button{
	top: 35px;
}
.agentSlider button.slick-prev, .reviewsSlider button.slick-prev, .bankiList button.slick-prev{
	display: inline-block;
	width: 13px;
	height: 36px;
	background: url(../img/nav_arrow.png) no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.agentSlider button.slick-next, .reviewsSlider button.slick-next, .bankiList button.slick-next{
	display: inline-block;
	width: 13px;
	height: 36px;
	background: url(../img/nav_arrow.png) no-repeat 100% 100%;
	padding: 0;
	margin: 0;
	left: auto;
	right: 0;
}
.agentSlider .slick-dots, .reviewsSlider .slick-dots{
	margin-top: 69px;
}
.agentSlider .slick-dots li, .reviewsSlider .slick-dots li{
	margin: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
}
.agentSlider .slick-dots li.slick-active, .reviewsSlider .slick-dots li.slick-active{
	
}
.agentSlider .slick-dots li button, .reviewsSlider .slick-dots li button{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #f07e3d;
	top:0;
	border-radius: 50%;
	background: white;
}
.agentSlider .slick-dots li.slick-active button, .reviewsSlider .slick-dots li.slick-active button{
	background: #f07e3d;
}





.hotObjectsLine {
	width: 100%;
}

.agentItem{
	display: inline-block;
	text-align: center;
}
.agentItem .agentPic{
	display: inline-block;
	margin-bottom: 22px;
}
.agentItem .agentPic img{
	vertical-align: top;
	border-radius: 50%;
	border: 2px solid #f07e3d;
	width: 175px;
	height: 175px;
}
.agentItem .agentName{
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	line-height: 21px;
	margin-bottom: 7px;
	width: 200px;
}
.agentItem .agentName a{
	text-decoration: none;
	color: black;
}
.agentItem .agentDolj{
	color: #808080;
	font-size: 18px;
	font-style: italic;
}
.agentItem .agentCount{
	display: inline-block;
	font-size: 18px;
	color: #f07e3d;
	font-weight: 900;
	width: 100%;
	margin-bottom: 27px;
	margin-top: 20px;
}
.agentItem .agentCount span{
	color: #333333;
	font-weight: 400;
}	
.agentItem .agrentForm{
	display: inline-block;
}
.agentItem .agrentForm .btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 36px;
    border-bottom: 2px solid #ce5a2c;
}
.agentItem .agentInformation{
	display: inline-block;
	width: 100%;
	height: 127px;
	overflow: hidden;
}











.newsListBlock{
	display: inline-block;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 63px;
	background: white;
	min-width: 1280px;
}
.newsListBlock .title{
	font-size: 32px;
	color: #333333;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 24px;
}
.newsListContainer{
	display: inline-block;
	width: 100%;
}
.newsListContainer .newsListItem{
	display: inline-block;
	width: 368px;
	float: left;
	margin-right: 42px;
}
.newsListContainer .newsListItem:nth-child(3n){
	margin-right: 0;
}

.newsListItem .newsItemPic{
	display: inline-block;
	margin-bottom: 26px;
}
.newsListItem .newsItemPic img{
	vertical-align: top;
}
.newsListItem .newsItemName{
	display: inline-block;
	width: 100%;
}
.newsListItem .newsItemName a{
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
	color: #f07e3d;
	text-transform: uppercase;
}
.newsListItem .newsItemDate{
	font-size: 16px;
	font-style: italic;
	color: #333333;
	margin-top: 13px;
	margin-bottom: 14px;
}
.newsListItem .newsItemPreview{

}
.newsListItem .newsItemPreview p{
	font-size: 16px;
	color: #333333;
	line-height: 21px;
}






.aboutCompany{
	padding-top: 59px;
    display: inline-block;
    width: 100%;
    padding-bottom: 66px;
    background: #f4f4f4;
    min-width: 1280px;
}
.aboutCompany .aboutDesc{
    display: inline-block;
    width: 706px;
    float: left;
    margin-right: 55px;
    margin-left: 44px;
}
.aboutCompany .aboutTitle{
	font-size: 42px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 20px;
}
.aboutCompany p{
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 21px;
	color: #333333;
}




.titleReview{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 46px;
    margin-bottom: 48px;
    font-size: 42px;
    line-height: 50px;
}

.reviewsSlider{
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}
.reviewItem{

}
.reviewItem .leftBlockReview{
	display: inline-block;
	width: 215px;
	text-align: center;
	float: left;
}
.reviewItem .leftBlockReview .reviewPic{
	display: inline-block;
	margin-bottom: 20px;
}
.reviewItem .leftBlockReview .reviewPic img{
	 width: 130px;
	 height: 130px;
	 border-radius: 50%;
	 border: 2px solid #f07e3d;
}
.reviewItem .leftBlockReview .reviewName{
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
.reviewItem .leftBlockReview .reviewDoljn{
	font-size: 18px;
	font-style: italic;
	color: #808080;
	margin-bottom: 10px;

}
.reviewItem .rightBlockReview{
    display: inline-block;
    width: 578px;
    margin-left: 50px;
	padding: 38px 38px;
	border-radius: 4px;
	background: #f4f4f4;
	position: relative;
}	
.reviewItem .rightBlockReview:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 244, 244, 0);
	border-right-color: #f4f4f4;
	border-width: 30px;
	margin-top: -30px;
}
.reviewItem .rightBlockReview p{
	font-size: 16px;
	color: #333333;
	line-height: 21px;
}
.reviewsSlider .slick-dots{
	margin-top: 25px;
}








.rub_big{
	display: inline-block;
	width: 21px;
	height: 23px;
	background: url(../img/rub_big.png) no-repeat center center;
}
.rub_small{
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url(../img/rub_small.png) no-repeat center center;
}
.shildic{
    display: inline-block;
    border: 2px solid white;
    border-right: 0;
    background: #f07e3d;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 3px 8px;
}
.shildic:after{
	content: "";
	position: absolute;
    right: -18px;
    top: -2px;
	display: inline-block;
	width: 19px;
	height: 29px;
	background: url(../img/shildItem.png) no-repeat 0 0;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 189px;
	min-width: 1280px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -230px auto 0;
	height: 230px;
	position: relative;
	background: #333333;
	min-width: 1280px;
}


.footerMenu{
	padding-top: 40px;
}
.footerMenu .menuContainer{
	display: inline-block;
	margin-top: 11px;
	margin-left: 12px;
}
.footerMenu ul{
	
}
.footerMenu ul li{
	display: inline-block;
	float: left;
	margin-right: 55px;
}
.footerMenu ul li:last-of-type{
	margin-right: 0;
}
.footerMenu ul li a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.footerMenu .btn{
    margin-left: 29px;
    position: relative;
    top: -5px;
    float: right;
    margin-right: 22px;
}


.logo2{
	display: inline-block;
	float: left;
    margin-top: 18px;
    margin-left: 17px;
}
.logo2 img{
	vertical-align: top;	
}
.logo2 a{
	display: inline-block;
	float: left;
}
.logo2 .copyright{
	display: inline-block;
	font-size: 16px; 
	color: #cccccc;
	    margin-top: 12px;
    margin-left: 19px;
}


.footerLine2{
	display: inline-block;
	width: 100%;
}


.footer .socials{
	margin-top: 26px;
	margin-left: 106px;
}
.footer .phoneNumber{
	display: inline-block;
	position: relative;
	float: left;
	font-weight: 900;
	font-size: 21px;
	color: white;
	margin-top: 32px;
	margin-left: 32px;
}
.footer .phoneNumber:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 24px;
	background: url(../img/phoneICon.png) no-repeat 0 0;
	left: -26px;
	top: -3px;
}
.footer .btn.btn-orange-line{
	float: right;
	    margin-top: 17px;
    margin-right: 21px;
}











.shadow{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(3,3,3,0.5);
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.shadowForm{
	display: inline-block;
	position: fixed;
	top:50%;
	left: 50%;
	border-radius: 6px;
	z-index: 30;
	background: #333333;
	border-bottom: 2px solid #202020;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}
.shadowForm .shadowFormBody{
	text-align: center;
}
.shadowForm .shadowFormBody .titleForm{
	font-size:32px;
	color: white; 
	margin-top: 42px;
	margin-bottom: 36px;
}
.shadowForm .shadowFormBody .shadowFormInputs{

}
.shadowForm .shadowFormBody .shadowFormInputs input[type=text]{
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: #333333;
    text-align: center;
    width: 325px;
    padding: 11px 20px;
    border: 0;
    border-radius: 4px;
    margin-bottom: 13px;
}
.shadowForm .shadowFormBody .searchFormButtton{
	margin-top: 7px;
}
.shadowForm .shadowFormBody .searchFormButtton button{
	width: 240px;
}

.shadowForm.agentStyle{
	width: 740px;
	height: 310px;
	margin-left: -370px;
	margin-top: -155px;
}

.shadowFormClose{
	display: inline-block;
	width: 30px;
	height: 29px;
	background: url(../img/shadowClose.png) no-repeat center center;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.shadowForm.agentStyle .leftSideForm{
	display: inline-block;
	float: left;
	text-align: center;
    padding: 41px 38px;
	width: 200px;
}
.shadowForm.agentStyle .leftSideForm .agentFormPic{
	display: inline-block;
	margin-bottom: 17px;
}
.shadowForm.agentStyle .leftSideForm .agentFormPic img{
	display: inline-block;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	border: 2px solid #f07e3d;
}
.shadowForm.agentStyle .leftSideForm .agentFormName{
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 5px;
}
.shadowForm.agentStyle .leftSideForm .agentFormDolj{
	font-size: 18px;
	color: #808080;
	font-style: italic;

}
.shadowForm.agentStyle .rightSideForm{
	display: inline-block;
	width: 380px;
}






.shadowForm.agentStyle .successBlock{
	font-size: 36px;
	color: white;
}
.shadowForm.agentStyle .successBlock .titleShadow{
	margin-top: 70px;
	margin-bottom: 50px;
}






.resultMessage{
	font-size: 16px;
	margin-top: 10px;
	color: white;
	font-style: italic;
}	
.resultMessage div{
	
}
.sendQueryForm .resultMessage{
	color:black;
	width: 100%;
	text-align: center;
}












.detailPage{
	display: inline-block;
	margin-top: 35px;
	width: 1190px;
	margin: 6px 5px;
}
.detailPage table{
	border-collapse: collapse;
}
.detailPage table td{
	vertical-align: top;
}
.detailPage .photoBlock{
	display: inline-block;
	float: left;
	margin-right: 21px;
}
.detailPage .photoBlock .button{
	margin-top: 28px;
	width: 100%;
	text-align: center;
}
.detailPage .photoBlock .button a{
    padding: 16px 0px 14px 25px;
    width: 215px;
}
.detailPage .photoBlock .button span{
    font-size: 24px;
    position: absolute;
    margin-left: -34px;
    margin-top: -3px;
}
.detailPage .smallInfoBlock{
	display: inline-block;
	width: 280px;
}
.detailPage .smallInfoBlock .priceObject{
	font-size: 42px;
	font-weight: bold;
	color: #1a1a1a;
    margin-top: 13px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.detailPage .smallInfoBlock .priceObject span{
	font-size: 27px;
	position: relative;
	top: -3px;
	color: #7b90f8;
}
.detailPage .smallInfoBlock .button{
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.detailPage .smallInfoBlock .button a{
	width: 254px;
	padding: 22px 0;
	font-size: 16px;
}
.detailPage .smallInfoBlock .ipotekaLink{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 13px;
}
.detailPage .smallInfoBlock .ipotekaLink span{
	font-size: 20px;
	color: 	#7b90f8;
	margin-right: 5px;
	position: relative;
	top: 5px;
	left: -2px;
}
.detailPage .smallInfoBlock .ipotekaLink a{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px dotted #1a1a1a;
	color: #1a1a1a;
	font-weight: bold;
	padding-bottom: 2px;
}
.detailPage .smallInfoBlock .ipotekaLink a:hover{
	border-bottom: 0;
}
.detailPage .objectAdress{
	margin-top: 35px;
	padding-bottom: 18px;
	border-radius: 4px;
	background: #f4f4f4;
}
.detailPage .objectAdress .raionAndType{
	border-bottom: 1px solid white;
	padding: 32px 0 18px;
}
.detailPage .objectAdress .raionAndType div{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1a1a;
	padding-left: 40px;
	margin-bottom: 21px;
}
.detailPage .objectAdress .raionAndType div:last-of-type{
	margin-bottom: 0;
}
.detailPage .objectAdress .jilieInfo{
	padding: 21px 20px 20px 40px;
}
.detailPage .objectAdress .jilieInfo .title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.detailPage .objectAdress .jilieInfo .title span{
	font-size: 22px;
	color: #7b90f8;
	position: relative;
	left: -5px;
	top: 5px;
}
.detailPage .objectAdress .infoLine{
	margin-top: 5px;
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}
.detailPage .objectAdress .infoLine .lineITem{
	display: inline-block;
	width: 100%;
	margin-bottom: 9px;
}
.detailPage .objectAdress .infoLine .nameLine{
	display: inline-block;
	float: left;
	width: 92px;
	font-size: 16px;
	color: #1a1a1a;
}
.detailPage .objectAdress .infoLine .resultLine{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #1a1a1a;
	position: relative;
}
.detailPage .objectAdress .infoLine .m2{
	display: inline-block;
	position: absolute;
	top: -2px;
	font-size: 12px;
}
.detailPage .objectAdress .adressLine{
	
}
.detailPage .objectAdress .adressLine .adress{
	font-size: 16px;
}
.detailPage .objectAdress .adressLine .ipotekaLink{
	text-align: left;
}

.detailPage .objectDesc{
    display: inline-block;
    width: 100%;
    margin-top: 37px;
}
.detailPage .objectDescTabs{
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	top: 1px;
}
.detailPage .objectDescTabs ul{
	
}
.detailPage .objectDescTabs li{
    border: 1px solid transparent;
    display: inline-block;
    float: left;
    padding: 22px 38px 15px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.detailPage .objectDescTabs li.active{
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid white;
}
.detailPage .objectDescTabs li a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #7b90f8;
}
.detailPage .objectDescTabs li.active a{
	color: #1a1a1a;
}
.detailPage .tabsBox{
	display: inline-block;
	padding: 35px 30px 26px 42px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    border-top-left-radius: 0;
    width: 814px;
}

.detailOther{
	display: inline-block;
	width: 888px;
	margin-top: 60px;
}
.detailOther .bigTitle{
	text-align: left;
}
.productsCarts.detailCart{
	margin-top: 28px;
	text-align: center;
	margin-bottom: 19px;
}
.productsCarts.detailCart .productItem{
	margin: 0 8px;
}
.productsCarts.detailCart .slick-list{
	width: 888px;
}





.productsCarts.detailCart .slick-prev, .productsCarts.detailCart .slick-next{
	border:none;
	display: inline-block;
	width: 19px;
	height: 35px;
	position: absolute;
	text-indent: -999em;
	cursor: pointer;
	outline: none;
	margin-top: 53px
}
.productsCarts.detailCart .slick-prev{
	background: url(../img/leftSlider.png) no-repeat center center;
	left: 50%;
	margin-left: -100px;
}
.productsCarts.detailCart .slick-next{
	background: url(../img/rightSlider.png) no-repeat center center;
	left: 50%;
	margin-left: 81px;
}
.productsCarts.detailCart .slick-dots{
	margin-top: 60px;
}
.productsCarts.detailCart .slick-dots li{
	
}
.productsCarts.detailCart .slick-dots li button {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #f4f4f4;
	top: 0;
	transition: all 0.3s;
}
.productsCarts.detailCart .slick-dots li.slick-active{

}
.productsCarts.detailCart .slick-dots li.slick-active button{
	top:0;
	background: #7b90f8;
}










.bigSlider{
	width: 586px;
}
.bigSlider .slick-list{
	width: 586px;
}
.bigSlider .slick-list img{
	vertical-align: top;
}
.smallSlider{
	width: 560px;
	margin: 37px 13px 0;
}
.smallSlider .slick-list{
	width: 530px;
}


.smallSlider .slick-prev, .smallSlider .slick-next{
	border:none;
	display: inline-block;
	width: 19px;
	height: 35px;
	position: absolute;
	text-indent: -999em;
	cursor: pointer;
	outline: none;
	top: 22px;
}
.smallSlider .slick-prev{
	background: url(../img/leftSlider.png) no-repeat center center;
	left: -17px;
}
.smallSlider .slick-next{
	background: url(../img/rightSlider.png) no-repeat center center;
	right: -4px;
}





.hotDetail{
	display: inline-block;
	margin-left: 23px;
	width: 280px;
	padding-bottom: 15px;
	border-radius: 10px;
	background: #f4f4f4;
}
.hotDetail .blockTitle{
	margin-left: 10px;
    margin-top: 11px;
    margin-bottom: 22px;
}
.hotDetail .productsCarts .productItem{
    margin: 0 12px;
    width: 256px;
    margin-bottom: 36px;
}
.hotDetail .productsCarts .productItem img{
	width: 256px;
}
.hotDetail .productsCarts .productItem .objectDiscount{
	top: 109px;
}
.hotDetail .productsCarts .productItem .productItemPrice{
	background: none;
	padding-top: 17px;
	padding-bottom: 0px;
}
.hotDetail .productsCarts .productItem .productItemDescr{
	background: none;
	padding-top: 26px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7b90f8;
}
.hotDetail .productsCarts .productItem:last-of-type{
	margin-bottom: 0px;
}
.hotDetail .productsCarts .productItem:last-of-type .productItemDescr{
	border-bottom: 0;
}











.catalogTitle{
	margin-top: 21px;
	margin-bottom: 11px;
}
.catalogTitle h1{
	font-size: 42px;
	font-weight: normal;
	color: #333333;
	line-height: 90%;
}


.detailPage{
	margin: 6px 0px;
}
.detailPage .obyavlenieNumber{
	font-size: 16px;
	color: #666666;
	margin-bottom: 14px;
}
.detailPage .obyavlenieNumber span{
	color: #f07e3d;
}
.bigSlider{
	width: 583px;
	border-radius: 4px;
}
.bigSlider img{
	border-radius: 4px;
}
.detailPage .photoBlock{
	width: 583px;
	margin-right: 0px;
}
.detailPage .smallInfoBlock{
	padding: 10px;
	width: 300px;
}
.detailPage .smallInfoBlock .priceObject{
	line-height: 42px;
	margin-top: 1px;
}
.detailPage .smallInfoBlock .button{
	margin-top: 18px;
}
.detailPage .smallInfoBlock .button a{
	display: inline-block;
    width: 225px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0px;
    border-bottom: 2px solid #d76330;
    background: #e57f45;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    outline: none;
    padding: 19px 0 15px;
    text-decoration: none;
}
.detailPage .smallInfoBlock .ipotekaLink{
	margin-top: 18px;
	text-transform: lowercase;
}
.detailPage .smallInfoBlock .ipotekaLink a{
	font-weight: normal;
	border-bottom: 1px dotted #1a1a1a
}

.detailPage .objectAdress{
	width: 220px;
	margin: 35px auto 10px;
	border-top: 1px solid #f7be9e;
	background: none;
}
.detailPage .objectAdress .raionAndType{
	padding: 23px 0 18px;
}
.detailPage .objectAdress .raionAndType div{
	font-weight: normal;
	text-transform: none;
	line-height: 25px;
	margin-bottom: 14px;
}
.detailPage .objectAdress .raionAndType div.adress{
	background: url(../img/map_point.png) no-repeat 12px 5px;
}
.detailPage .objectAdress .raionAndType div.etaj{
	background: url(../img/etag_point.png) no-repeat 13px 4px;
}


.smallSlider{
	width: 583px;
	margin: 16px 0;
}
.smallSlider .slick-list{
	width: 583px;
}
.smallSlider .slick-list img{
	vertical-align: top;
	border-radius: 50%;
}


.detailPage .objectDesc{
	margin-top: 24px;
}
.detailPage .detailPageTitle{
	font-size: 32px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 20px;
}
.detailPage .objectDesc .detailPageDescr{
	margin-bottom: 39px;
	width: 850px;
}
.detailPage .objectDesc .detailPageDescr p{
	font-size: 16px;
	color: #333333;
	line-height: 21px;
}

.detailPage .agentBody{
	display: inline-block;
	padding-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	background: #f4f4f4;
	padding-bottom: 35px;
	width: 273px;
}
.detailPage .agentBody .agentTitle{
    font-size: 22px;
    margin-top: 23px;
    line-height: 28px;
    margin-bottom: 22px;
}
.detailPage .agentBody .agentPhoto{
	display: inline-block;
}
.detailPage .agentBody .agentPhoto img{
	vertical-align: top;
	border-radius: 50%;
	border: 2px solid #f07e3d;
}
.detailPage .agentBody .agentName{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 23px;
	margin-bottom: -2px;
}
.detailPage .agentBody .agentDolj{
	font-size: 18px;
	color: #808080;
	font-style: italic;
	line-height: 24px;
	text-transform: lowercase;
}
.detailPage .agentBody .agentPhone{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
	margin-top: 20px;
}
.detailPage .detailPageKhar{
	display: inline-block;
	width: 100%;
}
.detailPage .detailPageKhar .kharakterItem{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	width: 398px;
	float: left;
	margin-bottom: 8px;
}
.detailPage .detailPageKhar .kharakterItem b{
	font-weight: bold;
	display: inline-block;
	width: 112px;
}
.detailPage .viewLink{
	text-align: center;
	width: 780px;
	margin-top: 32px;
}
.detailPage .viewLink a{
	color: white;
	text-transform: uppercase;
    border-bottom: 2px solid #d76330;
	padding: 18px 24px 14px;
}
.detailPage .detailOther{
	margin-top: 35px;
}




.eais{
	display: inline-block;
	width: 23px;
	height: 14px;
	background: url(../img/eais.png) no-repeat center center;
	margin-right: 5px;
}
.icon-percent{
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../img/persent.png) no-repeat center center;
	top: 1px;
	left: -11px;
}




.hotDetail{
	margin-left: 0px;
	width: auto;
	background: none;
}



.hotBody .blockTitle{
	font-size: 22px;
    margin-top: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-left: 0;
}
.hotBody .smallCatalogCart{
	width: 273px;
	margin-right: 0px;
	margin-bottom: 40px;
}
.hotBody .smallCatalogCart img{
	width: 273px;
	height: 172px;
	vertical-align: top;
}
.hotBody .smallCatalogCart .smallCatalogDescr{
	width: 233px; 
	height: 211px;
}
.hotBody .smallCatalogCart .smallPriceItem{
	font-size: 29px;
	margin-top: 25px;
	margin-bottom: 16px;
}
.hotBody .smallCatalogCart .smallCatalogName{
	min-height: 44px;
}



.showAllAbjectsLink{
	text-align: center;
}
.showAllAbjectsLink a{
	
    display: inline-block;
    width: 245px;
    margin-top: 45px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0px;
    border-bottom: 2px solid #d76330;
    background: #e57f45;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    outline: none;
    padding: 16px 0 14px;
    text-decoration: none;
    
    
}
/*
.showAllAbjectsLink a:hover{
	border-bottom: 1px dotted transparent;
}
*/
.objectTextBlock{
	display: inline-block;
	width: 100%;
}

.contentPageSector{
	padding-bottom: 50px;
}

.ipotekaForm.contentPage{
	padding-top: 50px;
	padding-bottom: 81px;
}
.ipotekaForm.contentPage .leftIpotekaForm{
	position: relative;
	background: none;
	width: 455px;
}
.ipotekaForm.contentPage .leftIpotekaForm img{
    position: absolute;
    top: -58px;
    left: 65px;
}
.ipotekaForm.contentPage .rightIpotekaForm{
	margin-top: 0px;
	width: 620px;
}
.ipotekaForm.contentPage .rightIpotekaForm .title{
	font-size: 42px;
	line-height: 42px;
	color: #333333;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 54px
}
.ipotekaForm.contentPage .rightIpotekaForm .title:before{
	content:"";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 100px;
	bottom: -22px;
	left: 50%;
	margin-left: -50px;
	background: #f07e3d;
}



.contentPageSector.whiteBg{
	background: white;
	padding-top: 73px;
	padding-bottom: 0px;
}
.PriemList{
	
}
.PriemList .priemLine{
	margin-bottom: 84px;
}
.PriemList table{
	border-collapse: collapse;
}
.PriemList table td{
	vertical-align: top;
}
.PriemList .priemushItem{
	width: 405px;
}
.PriemList .priemushItem tr td:first-child{
	width: 100px;
}
.PriemList .priemushItem img{
	vertical-align: top;
	margin-left: 19px;
    margin-right: 34px;
}
.PriemList .priemushItem .priemTitle{
	font-size:18px;
	text-transform: uppercase;
	font-weight:bold;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 7px;
}
.PriemList .priemushItem .priemDesc{
	font-size:16px;
	color: #333333;
	line-height: 21px;
}






#slider-range-min{
    background: none;
    border: none;
    margin-top: 31px;
    margin-left: 3px;
    width: 302px;
    height: 11px;
}
#slider-range-min .ui-slider-range-min{
	background: none;
}
#slider-range-min .ui-slider-handle{
	width: 25px;
	height: 27px;
	background: url(../img/ipotekaSlide.png) no-repeat center center;
	border: 0px;
	outline: none;
	    top: -0.5em;
}


.ipotekaFormSubmit{
	
}
.ipotekaFormSubmit .resultMessage{
	text-align: center;
	color: green;
}






.contactsPage{
	display: inline-block;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.contactsPage .leftAddress{
	display: inline-block;
	width: 400px;
	float: left;
}
.contactsPage .leftAddress .adressList{
	display: inline-block;
	margin-top: 25px;
	width: 100%;
}
.contactsPage .leftAddress .adressList .adressItem{
	
}
.contactsPage .leftAddress .adressList .adressItem a{
    text-decoration: none;
    display: inline-block;
    width: 313px;
    padding: 18px 39px 27px;
}
.contactsPage .leftAddress .adressList .adressItem a.active{
	background: #f4f4f4;
}
.contactsPage .leftAddress .adressList .adressItemName{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.contactsPage .leftAddress .adressList .addresItemMaps{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	background: url(../img/map_point.png) no-repeat left center;
	padding-left: 21px;
	margin-bottom: 11px;
}
.contactsPage .leftAddress .adressList .addresItemPhone{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	background: url(../img/phoneICon.png) no-repeat left center;
	padding-left: 21px;
}
.contactsPage .rightAddress{
	display: inline-block;
	width: 780px;
	float: right;
	position: relative;
}
.mapcontainer{
	position: absolute;
	top: 0;
	right:0;	
}


#map{
	margin-top: 26px;
    margin-left: 16px;
    width: 100%; 
    height: 597px;
}




.moreMap {
	background-color: #ffffff;
    border: 2px solid #6064c8;
    border-radius: 5px;
    padding: 15px;
    width: 255px;
    z-index: 80;
}
.moreMap img {
	float: left;
    height: 86px;
    margin: 0 12px 0 0;
    width: 86px;
}
span.more-title {
	color: #484bb2;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
span.more-adress {
	color: #4e4e4e;
    display: block;
    font-size: 12px;
	margin: 2px 0 5px 0;
}
span.more-phone {
	background-image: url("/css/../images/phone-point.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
}
.moreMap .close {
	position: absolute;
	left: 275px;
	top: -1px;
}













.servicePage{
	display: inline-block;
	width: 100%;
	margin-top: 36px;
}
.servicePage .serviceStr{
	
}
.servicePage .serviceStr:nth-child(2n) td{
	background: #f4f4f4;
}
.servicePage .serviceStr .serviceItem{
	display: inline-block;
	width: 590px;
	
}
.servicePage .serviceStr .serviceItem .descPercentPrice{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
.servicePage .serviceStr .serviceItem .serviceItemName{
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	display: inline-block;
	width: 322px;
	float: left;
	padding: 34px 32px;
}
.servicePage .serviceStr .serviceItem .serviceItemPrice{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 152px;
   	padding: 16px 25px;
    text-align: center;
    position: relative;
}
.servicePage .serviceStr .serviceItem .serviceItemPrice:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 50px;
	background: #f07e3d;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.servicePage .serviceStr table{
	border-collapse: collapse;
}
.servicePage .serviceStr table td{
	vertical-align: middle;
}






.shadowOtherForm{
	
}
.shadowOtherForm .shadowForm{
	width: 500px;
	margin-left: -250px;
	height: 330px;
	margin-top: -165px;
}
.shadowOtherForm .messageDiv{
    color: white;
    line-height: 14px;
    margin-top: 14px;
}


.agentSlider2{
	
}
.agentSlider2 .agentItem{
	width: 250px;
	margin: 3px 22px 82px;
}
.agentTitle{
    text-align: center;
    font-size: 42px;
    color: #333333;
    line-height: 46px;
    margin-bottom: 60px;
    margin-top: 7px;
}




.detailPageNews{
	display: inline-block;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 59px;
}
.detailPageNews .detailNewsPic{
    display: inline-block;
    float: left;
    margin-left: 6px;
    margin-right: 55px;
}
.detailPageNews .detailPageText{
	
}
.detailPageNews .detailPageText .catalogTitle{
	margin-top: 0;
	margin-bottom: 25px;
}
.detailPageNews .detailPageText .date{
    font-size: 16px;
    font-style: italic;
    color: #333333;
    margin-bottom: 19px;
    display: inline-block;
}
.detailPageNews .detailPageText p{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}
.otherNews{
    font-size: 32px;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 36px;
}







.UridichForm{
	display: inline-block;
	width: 100%;
	background: #f4f4f4;
	height: 559px;
	border-bottom: 18px solid #e6e6e6;
}
.UridichForm .leftUrForm{
	display: inline-block;
	position: relative;
	width: 455px;
	float: left;
    margin-left: 46px;
}
.UridichForm .leftUrForm .bigMugic{
	display: inline-block;
	position: relative;
	left: -107px;
	top: -53px;
	z-index: 10;
}
.UridichForm .leftUrForm .bigMugic img{
	vertical-align: top;
	    width: 615px;
}
.UridichForm .uristyForm{
	display: inline-block;
	width: 570px;
	margin-top: 52px;
    text-align: center;
    position: relative;
}
.UridichForm .uristyForm:after{
	content: "";
	position: absolute;
	width: 738px;
	height: 471px;
	background: url(../img/ur_logo.png) no-repeat center center;
	left: -65px;
    top: 0px;
    z-index: 0;
}
.UridichForm .uristyFormBody{
	position: relative;
	z-index: 10;
}
.uristFormTitle{
	font-size: 42px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 38px;
	position: relative;
}
.uristFormTitle:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #f07e3d;
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
}
.uristFormPodzag{
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	margin-bottom: 21px;
}
.uristFormSubmit{
	
}
.uristFormSubmit input[type=text]{
    border: 1px solid #cccccc;
    width: 252px;
    margin: 3px 7px;
    float: left;
    font-size: 18px;
    color: #4d4d4d;
	padding: 17px 10px;
	background: white;
}
.uristFormSubmit textarea{
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 18px;
	width: 540px;
	margin-top: 15px;
	height: 129px;
	margin-left: 5px;
	padding: 10px;
	background: white;
	font-family: 'PT Sans', sans-serif;
}
.uristFormSubmit button{
	margin-top: 35px;
}



.uridichYslygi{
	margin-top: 61px;
}
.uridichYslygi .uristFormTitle{
	text-align: center;
	margin-bottom: 58px;
}
.uridichYslygi .uristFormTitle:after{
	display: none;
}
.UrServiceContainer{
	display: inline-block;
	width: 100%;
}
.UrServiceContainer .stolbecUrService{
    display: inline-block;
    width: 330px;
    float: left;
    margin-right: 75px;
}
.UrServiceContainer .stolbecUrService:last-of-type{
	margin-right: 0px;
}
.urServiceItem{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	padding-left: 27px;
	position: relative;
    margin-bottom: 30px;
}
.urServiceItem:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f07e3d;
	left: 6px;
	top: 5px;
}
.urServiceItem b{
	font-weight: 900;
}
.uristFormSubmit .resultMessage{
	color: green;
}




.textBlock404{
	height: 694px;
	background: url(../img/404.png) no-repeat bottom center;
	background-size: cover;
}
.textBlock404 .text{
	font-weight: 900;
	font-size: 255px;
	color: #f07e3d;
	line-height: 220px;
	position: relative;
}
.textBlock404 .text:after{
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	bottom: -16px;
	width: 420px;
	background: #b3b3b3;
	left: 50%;
	margin-left: -210px;
}
.textBlock404 .text table{
	border-collapse: collapse;
	width: 100%;
}
.textBlock404 .text table td{
	text-align: center;
}
.textBlock404 .notFound{
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 35px;
    margin-bottom: 6px;
}
.textBlock404 .descr404{
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.textBlock404 .descr404 a{
	font-weight: 600;
	color: #f07e3d;
	text-decoration: none;
}



.ipotechniyBroker{
	display: inline-block;
	width: 100%;
	margin-bottom: 58px;
}
.ipotechniyBroker .title{
	font-size: 42px;
	color: #333333;
	text-align: center;
	margin-bottom: 65px;
	margin-top: 68px;
}
.ipotechniyBroker .containerBody{
	display: inline-block;
	float: left;
	width: 560px;
}
.ipotechniyBroker .containerBody img{    
	margin-bottom: 10px;
}
.ipotechniyBroker .imageBottomText p{
	font-size: 16px;
	line-height: 21px;
}
.ipotechniyBroker .titlePodzag{
	padding-left: 49px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 26px;
}
.ipotechniyBroker .urServiceItem{
	margin-left: 42px;
}

.sokrat{
	display: inline-block;
	margin-top: 45px;
	font-size: 16px;
	color: #cccccc;
    text-decoration: none;
    position: relative;
    left: -80px;
}
.sokrat img{    
	top: 2px;
    position: relative;
}


.pagenavigation{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.pagenavigation a,.pagenavigation b{
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	display: inline-block;
	padding: 8px 14px;
	background: white;
}
.pagenavigation b{
	background: #e57f45;
	color: white;
}




.bannerSession{
	 position: fixed;
	 display: inline-block;
	 width: 100%;
	 height: 100%;
	 z-index: 100;
}
.bannerSession .bannerShadow{
	position: fixed;
	top:0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6); 
	z-index: 100;
}
.bannerSession .bannerBody{
	position: fixed;
	display: inline-block;
	width: 960px;
	height: 640px;
/*	background: url(../img/banner.png) no-repeat center center;*/
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -480px;
	z-index: 200;
}
.bannerSession .bannerBody table{
	width: 960px;
	height: 640px;
}
.bannerSession .bannerBody table td{
	width: 960px;
	height: 640px;
	vertical-align: middle;
}
.bannerSession .bannerBody img{
	max-width: 960px;
}
.bankiList .slick-list{
	width: 1188px;
}

.orangeInformationBlock{
	display: inline-block;
	width: 100%;
	background: #f07e3d;
}
.containerUridInfo{
	width: 790px;
	margin: 0 auto;
}
.orangeInformationBlock .greyBlock{
    display: inline-block;
    float: left;
    background: #4d4d4d;
    color: white;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    width: 120px;
    padding: 50px 44px;
    position: relative;
}
.orangeInformationBlock .greyBlock:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(77, 77, 77, 0);
	border-left-color: #4d4d4d;
	border-width: 15px;
	margin-top: -15px;
}
.orangeInformationBlock .orangePphoto{
	float: left;
	margin-left: 51px;
	margin-top: 16px;
}
.orangeInformationBlock .orangePphoto img{
	border-radius: 50%;
	border: 2px solid white;
}
.orangeInformationBlock .orangeInfo{
color: white;
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 37px;
}
.orangeInformationBlock .agentName{
	font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.orangeInformationBlock .agentDoljnost{
	font-style: italic;
	font-size: 18px;
	margin-bottom: 12px;
}
.orangeInformationBlock .agentPhone{
    font-size: 17px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
.orangeInformationBlock .agentPhone:before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 19px;
	background: url(../img/phoneIcon.png) no-repeat center center;
	position: absolute;
	left: -2px;
	top: 0px;
}
.orangeInformationBlock .orangeButton{
	display: inline-block;
	margin-top: 48px;
    float: right;
}
.orangeInformationBlock .orangeButton a{
	display: inline-block;
	width: 190px;
	padding: 17px 0px 13px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	color: #f07e3d;
	background: white;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
}




/*
.pseudoRadioBlock ul li.smallTypeRadio a{
	padding: 9px 9px;
}
*/

/* блок спроси директора на главной*/
.ask-block{
	position: absolute;
	left:50%;
	margin-left: 140px;
	top:306px;
	background: #f4f4f4;
	border-radius: 3px;
	font-size: 18px;
	color:#000;
	height: 120px;
	text-align: center;
	box-sizing: border-box;
	padding: 13px;
	padding-right: 150px;
}
.ask-block .workerName{
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}
.ask-block .workerName b {
	border-bottom: 1px solid #f07e3d;
}
.ask-block .workerImage{
	position: absolute;
	right: -30px;
	top:-20px;
}
.ask-block .workerImage img{
	border:2px solid #ef7e3d;
	border-radius: 165px;
}
.ask-block .workerPhone,.ask-block .workerEmail{
	display: none;
}
.ask-block .workerButt{
	text-transform: uppercase;
}
.ask-block .workerPost{
	color:#777777;
}
.ask-block:hover .workerButt{
	display: none;
}
.ask-block:hover .workerPhone,.ask-block:hover .workerEmail{
	display: block;
	font-weight: bold;
}
/*
html{
	background: url(/design/img/ask.jpg) center top;
}
body{
	opacity: .5;
}*/