@import url("reset.css");

@font-face {
    font-family: 'cuprumbold';
    src: url('../fonts/cuprum-bold-webfont.eot');
    src: url('../fonts/cuprum-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum-bold-webfont.woff') format('woff'),
         url('../fonts/cuprum-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}	


@font-face {
    font-family: 'cuprumregular';
    src: url('../fonts/cuprum-regular-webfont.eot');
    src: url('../fonts/cuprum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum-regular-webfont.woff') format('woff'),
         url('../fonts/cuprum-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pragmaticalightclight';
    src: url('../fonts/pragmalc-webfont.eot');
    src: url('../fonts/pragmalc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pragmalc-webfont.woff') format('woff'),
         url('../fonts/pragmalc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


*.pie {		
	position:relative;
	behavior: url("./public/css/PIE.htc");	
}

html {
/*	background:url("../../!TEMPLATE/vurst/contacts.jpg") no-repeat center top; */
}

BODY {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: cuprumregular, Arial, Helvetica, sans-serif;
}


.wrap {
    margin: 0 auto;
    width: 994px;
	
}

/*Header*/


.header {
	height:320px;
}

.header .logo{
	width:400px;
	float:left;
} 

.header .top{
	padding: 16px 0 20px 24px;
}

.header .phones {
    float: left;
    margin: 24px 0 0;
    width: 368px;
}

.header .top .main{
	width:525px;
	float:right;
}

.header .phones LI{
    background: url("../images/bg/phone-li-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 0 0 0 40px;
    padding: 0 0 5px 26px;
}

.header .phones LI:FIRST-CHILD{
	margin:0 0 0 5px;
}

.header .phones LI P{
    color: #333333;
    font-family: cuprumbold;
    font-size: 14px;
    line-height: 65%;
    padding: 9px 0 3px;
}

.header .phones LI P SPAN{
	color: #999999;
    padding: 0 1px 0 0;
}

.header .phones LI P STRONG{
	font-size:24px;
}

.header .mode {
    float: right;
    font-size: 14px;
    line-height: 100%;
    padding: 6px 0 0;
    width: 151px;
}

.header .mode P{
    color: #333333;
    font-size: 14px;
    padding: 0 0 8px
}	

.header .mode A{
    color: #3366CC;
    font-size: 14px;
    line-height: 24px;
}
	
.header .mode .title{
	color:#666666;
}

.header .primary {
	background:url("../images/bg/primary-bg.png") repeat-x 0 0;
	height:209px;
}

.header .primary .wrap{
    height: 100%;
    position: relative;
    z-index: 1;
}

.header .nav-menu {
    float: left;
    width: 682px;
}

.header .nav-menu LI {
	float:left;	
}

.header .nav-menu LI.active {
	background:url("../images/bg/nav-menu-li-hover.png") repeat-x 0 0;
}

.header .nav-menu LI :HOVER{
	background:url("../images/bg/nav-menu-li-hover.png") repeat-x 0 0;
}

.header .nav-menu LI A{
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    line-height: 42px;
    padding: 0 18px 0 14px;
    text-decoration: none;
}


.search {
    background: url("../images/bg/search.png") repeat-x center bottom;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65) inset;
	position: relative;
	z-index:3;
	display: block;
    float: right;
    height: 30px;
    margin: 5px 0 0 0;
    padding: 0;
    width: 199px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}

.search input[type="text"] {
    color: #999999;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    height: 26px;
    line-height: 26px;
    padding: 2px 0 0 16px;
    width: 154px
}


.search input[type="submit"] {
    background: url("../images/bg/submit.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    height: 13px;
    line-height: 30px;
    margin: 9px 10px 0 0;
    transition: all 0.25s ease 0s;
    width: 14px;
}

.search input {
    background: none;
    border: 0 none;
}

.header .cloud {
    background: url("../images/bg/cloud-bg.png") no-repeat right top;
    padding: 40px 0 0;
}	

.header .cloud .quote{
    padding: 5px 0 0 12px;
    width: 655px;
}

.header .cloud .quote P{
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
}

.header .cloud .quote .ind{
	padding: 0 0 0 181px;
}

.header .font-img {
   background: url("../images/bg/h-woman.png") no-repeat 0 0;
    bottom: 0;
    height: 234px;
    position: absolute;
    right: 24px;
    width: 306px;
    z-index: 2;
}



/*Content*/
.content {
	padding: 23px 0 0;
}

.content .title {
	color:#3366cc;
	font-size:24px;
	line-height:100%;
	font-family:cuprumbold;
}

.content .left-sidebar{
	width:286px;
	float:left;
}

.content .benefits {
    float: right;
    width: 660px;
}

.content .consultant {
    float: right;
    width: 255px;
}

.content .benefits .title {
    display: inline-block;
    padding: 19px 0 35px;
    vertical-align: top;
    width: 50%;
}

.content .benefits LI {
    background: url("../images/bg/benifits-li-bg.png") no-repeat left center;
    color: #339900;
    font-size: 18px;
    line-height: 36px;
    padding: 0 0 0 37px;
}	

.content .benefits LI A{
    color: #339900;
}

.content .consultant A{
    background: url("../images/bg/cons-link-bg.png") no-repeat 0 0;
    color: #FFFFFF;
    display: inline-block;
    font-family: cuprumbold;
    font-size: 20px;
    line-height: 38px;
    margin: 15px 0 0 5px;
    padding: 0 10px;
    vertical-align: top;;
}

.content .services {
    float: left;
    margin: 20px 0 0;
    width: 286px;
}

.services .title{
	padding:0 0 40px;
}

.content .services LI{
    background: url("../images/bg/services-bg.png") no-repeat 0 0;
    padding: 0 0 12px 33px;
}

.content .services LI A{
    color: #333333;
    font-family: cuprumregular;
    font-size: 18px;
    line-height: 18px;
}

.content .services .sub-menu{
    margin: 20px 0 0;
    padding: 0 0 0 33px
}

.content .services .sub-menu LI{
    background: none;
    margin: 0;
    padding: 0;
}	

.content .services .sub-menu LI A{
    color: #333333;
    font-family: cuprumregular;
    font-size: 14px;
    line-height: 20px;
}

.content .m-font {
    background: url("../images/bg/m-font.png") repeat-x 0 0;
    margin: 26px 0 0;
    padding: 24px 0 0;
	
}



.m-font .form {
    float: left;
    padding: 0 0 7px 2px;
    width: 312px;
}

.m-font .form INPUT[type="text"] {
    background: url("../images/bg/f-main-input.png") no-repeat 0 0;
    border: medium none;
    color: #A5A4A4;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    padding: 0 14px;
    width: 282px;
}


.m-font .form TEXTAREA {
    background: url("../images/bg/m-form-tarea.png") no-repeat 0 0;
    border: none;
    color: #A5A4A4;
    font-size: 12px;
    height: 57px;
    padding: 10px 13px;
    width: 287px;
	resize:none;
}

.m-font .form .title {
	padding: 0 0 23px;
}


.m-font .form P {
     padding: 0 0 6px;
}


.left-sidebar .services {
	float:none;
}

.left-sidebar .form {
    float: none;
    margin: 53px 0 0;
    padding: 0 0 7px 2px;
    width: 100%;
}

.left-sidebar .form INPUT[type="text"] {
    background: url("../images/bg/l-main-input.png") no-repeat 0 0;
    border: none;
    color: #A5A4A4;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    padding: 0 14px;
    width: 215px;
}


.left-sidebar .form TEXTAREA {
    background: url("../images/bg/l-form-tarea.png") no-repeat 0 0;
    border: none;
    color: #A5A4A4;
    font-size: 12px;
    height: 57px;
    padding: 10px 13px;
    width: 217px;
	resize:none;
}

.left-sidebar .form .title {
	padding: 0 0 23px;
}


.left-sidebar .form P {
     padding: 0 0 6px;
}


.left-sidebar .form .add-file {
    background: url("../images/bg/add-file-bg.png") no-repeat 0 0;
    color: #333333;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin: 11px 0 18px 7px;
    padding: 0 0 0 28px;	
}

.left-sidebar .form INPUT[type="submit"] {
    background: url("../images/bg/f-button.png") no-repeat 0 0;
    border: medium none;
    color: #FFFFFF;
    font-size: 20px;
    height: 42px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    width: 146px;
	cursor:pointer;
}

.left-sidebar .application {
	margin: 54px 0 0;
    width: 100%;
}

.left-sidebar .application LI {
    background: url("../images/bg/repl-li-bg.png") no-repeat 0 0;
    display: table;
    height: 82px;
    margin: 0 0 11px;
    width: 243px;
}

.left-sidebar .application LI.active {
	background: url("../images/bg/repl-li-hover-bg.png") no-repeat 0 0;
}

.left-sidebar .application LI:HOVER {
	background: url("../images/bg/repl-li-hover-bg.png") no-repeat 0 0;
}


.left-sidebar .application LI .apll-img {
    display: table-cell;
    height: 82px;
    text-align: center;
    vertical-align: middle;
    width: 84px;
}

.left-sidebar .application LI A{
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 0;
}

.left-sidebar .application .title {
	padding: 0 0 20px 0;
}



.m-font .application {
    float: right;
    width: 680px;
}

.m-font .application LI {
    background: url("../images/bg/repl-bg.png") no-repeat 0 0;
    display: table;
    float: left;
    height: 106px;
    margin: 0 4px 16px 22px;
    width: 313px;
}

.m-font .application LI .apll-img {
    display: table-cell;
    height: 106px;
    text-align: center;
    vertical-align: middle;
    width: 101px;
}

.m-font .application LI A{
   color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 27px 0 0;
}

.m-font .application .title {
	padding: 0 0 24px 21px;
}


.m-font .form .add-file {
    background: url("../images/bg/add-file-bg.png") no-repeat 0 0;
    color: #333333;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin: 18px 0 10px 7px;
    padding: 0 0 0 28px;	
}

.m-font .form INPUT[type="submit"] {
    background: url("../images/bg/f-button.png") no-repeat 0 0;
    border: medium none;
    color: #FFFFFF;
    font-size: 20px;
    height: 42px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    width: 146px;
	cursor:pointer;
}






.m-font .calculation {
    background:#46aa00 url("../images/bg/calculation-bg.png") repeat-x 0 0;
    border: 1px solid #528A0A;
    margin: 16px 0 0 23px;
    padding: 0 0 0 30px;
    width: 620px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.m-font .calculation IMG{
	padding:3px 0 5px;
	float:left;
}

.m-font .calculation A{
    color: #FFFFFF;
    display: block;
    font-size: 28px;
    padding: 15px 0 0 73px;;
}

.m-font .answers {
    float: left;
    margin: 38px 0 0;
    width: 312px;
}

.m-font .answers H3 {
	padding: 0 0 37px;
}

.m-font .answers LI{
	margin:0 0 15px;
	padding:0 0 0 2px;
}

.m-font .answers LI P{
	color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.m-font .answers LI A{
	color:#3366cc;
	font-size:14px;
	line-height:100%;
	text-decoration:underline;
}

.m-font .answers LI A:HOVER{
	text-decoration:none;
}

.m-font .answers .all-answers {
    color: #3366CC;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin: 24px 0 0 3px;
    text-decoration: underline;
}

.m-font .bussiness {
    float: right;
    margin: 36px 0 0;
    width: 657px;
}

.m-font .bussiness .qu {
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    padding: 0 110px 0 0;
}

.m-font .bussiness .border {
    border: 1px solid #CCCCCC;
    margin: 14px 0 0;
    width: 653px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.m-font .bussiness .h-img {
	width:345px;
	float:left;
	text-align:center;
}

.m-font .bussiness UL{
	padding: 17px 0 0 354px;
}

.m-font .bussiness UL LI A{
	color:#3366cc;
	font-size:16px;
	line-height:24px;
}

/*Footer */

.footer {
    background: url("../images/bg/footer-bg.png") repeat-x 0 75px;
    height: 300px;
    padding: 26px 0 0;
}

.footer .pigeons{
    background: url("../images/bg/footer-g.png") no-repeat scroll 0 0 transparent;
    margin: 0 0 -20px;
    min-height: 82px;
    padding: 74px 0 0;
    position: relative;
    text-align: right;
    z-index: 200;
}

.footer .top{
    background: url("../images/bg/footer-top-bg.jpg") no-repeat center 49px;
    padding: 0;
}

.footer .pigeons P{
    color: #FFFFFF;
    font-family: pragmaticalightclight;
    font-size: 30px;
    letter-spacing: -0.61px;
    line-height: 100%;
    padding: 0 49px 0 0;
}

.footer .way {
	margin: 58px 0 42px;
}

.footer .way .title{
	color:#333333;
	font-size:24px;
	line-height:100%;
	padding: 0 0 28px;
}

.footer .way .text P {
    color: #666666;
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 23px;
}

.footer .lists {
    background: url("../images/bg/lists-bg.png") repeat-x left bottom #F7F5E9;
    border-top: 1px solid #F0EDE2;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 199;
}

.footer .lists .wrap {
	 padding: 45px 0 19px;
}

.footer .lists .list{
    float: left;
    margin: 0 0 41px;
    width: 50%;
}

.footer .lists .list .title{
    color: #333333;
    font-size: 24px;
    line-height: 100%;
    padding: 0 0 24px;
}

.footer .list OL LI {
	color:#666666;
	font-size:14px;
	line-height:24px;
}

.footer .list OL LI:BEFORE {
	content: "\2043";
	margin-left: -2px;
	margin-right: 2px;
}

.footer .list UL LI{
    background: url("../images/bg/footer-list-li.png") no-repeat 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 8px;
    padding: 0 0 0 30px;
}

.footer .list-s {
	width:990px;
	margin:0 auto;
	background:url("../images/bg/lists-hr-bg.png") repeat-x 0 0;
    border:0px none;
    height:11px; /* высота 1px IE, Firefox, Opera, Safari */
}

.footer .list-s.top {
    margin-top: -11px;
    padding: 0;
}

.footer .clients{
	margin: 27px 0 0;
}


.footer .p-slider-box {
    height: 120px;
    line-height: 166px;
    margin: 0;
    padding: 45px 0 0;
    position: relative;
}

.footer .p-slider-box LI {
    display: block;
    float: left;
    margin: 0 18px 0 0;
    text-align: left;
    width: 133px;
}

.footer .clients .title {
	color:#333333;
	font-size:24px;
	line-height:100%;
	
}

a#prev, a#next {
    display: block;
    height: 36px;
    position: absolute;
    top: 87px;
    width: 36px;
    z-index: 1010;
}
a#prev {
    background: url("../images/bg/slider-prev.png") no-repeat 0 0;
    left: 0;
}

a#next {
    background: url("../images/bg/slider-next.png") no-repeat 0 0;
    right: 0;
}

a#prev span, a#next span {
    display: none;
}

.footer .cards {
    background: url("../images/bg/card-bg.png") repeat-x scroll left bottom #0098CB;
    margin: 40px 0 0;
    padding: 39px 0 41px;
}

.footer .cards LI{
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.footer .cards LI P{
	color:#ffffff;
	font-size:24px;
	line-height:48px;
}

.footer .bottom {
    margin-top: 41px;
    padding: 1px 0 0;
}

.footer .bottom .logo{
	width:286px;
	float:left;
}

.footer .bottom .right{
	width:685px;
	float:right;
}

.footer .bottom .social LI {
   float: left;
    margin: 0 0 0 11px;
}

.footer .bottom .social LI:FIRST-CHILD{
	margin:0;
}

.footer .bottom .cr{
	margin: 24px 0 50px;
}

.footer .bottom .cr P{
    color: #999999;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 100%;
    margin: 0 0 0 286px;
    vertical-align: top;
}

.footer .bottom .cr P:FIRST-CHILD{
	margin:0;
}

.footer .bottom .cr A{
	color:#999999;
	text-decoration:underline;
}

.footer .bottom .cr A:HOVER{
	text-decoration:none;
}

.content .articles {
    float: right;
    margin: 0;
    width: 708px;
}


.content .articles .title {
    display: inline-block;
    padding: 19px 0 35px;
    vertical-align: top;
    width: 50%;
}

.content .columns {
    background:#EAEAEA;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 0 10px;
	margin: 0 0 22px;
}

.content .columns P,UL{
	display:inline-block;
	vertical-align:top;
}

.content .columns LI:FIRST-CHILD{
	background:none;
	padding:0;
}

.content .columns LI{
    background: url("../images/bg/column-li-bg.jpg") no-repeat left center;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 0 0 7px;
}

.content .columns LI A{
    color: #3366CC;
    display: block;
    font-weight: normal;
}

.articles .article {
	margin: 0 0 42px;
} 

.article .left{
    float: left;
    width: 188px;
}

.article .left .date{
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 22px;
}

.article .main {
    float: right;
    width: 520px;
}

.article .main P{
   color: #666666;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
} 

.articles .article .title {
    font-size: 22px;
    padding: 0 0 20px 1px;
}

.articles .pager {
	margin: 44px 0 0;
}

.content .contacts {
	width:708px;
	float:right;
}

.content .contacts .title {
	color:#333333;
    display: inline-block;
    padding: 19px 0 35px;
    vertical-align: top;
    width: 50%;
}

.content .contacts H2{
    color: #3366CC;
    font-size: 24px;
    line-height: 100%;
    padding: 9px 0 39px;
}

.content .contacts H3{
    color: #333333;
    font-size: 20px;
    line-height: 100%;
    padding: 0 0 23px;
}

.content .contacts P{
	color:#666666;
	font-size:16px;
	line-height:100%;
}

.content .contacts .map{
    height: 314px;
    margin: 26px 0 41px;
    width: 562px;
}	

.content .contacts .cont{
	margin: 0 0 5px;
}

.content .contacts .cont .text{
	width:522px;
	float:right;
}

.contacts .text .name{
    color: #333333;
    font-size: 20px;
    line-height: 33px;
}

.contacts .text .phone{
    color: #3366CC;
    font-size: 24px;
    line-height: 44px;
	padding: 0 0 13px;
}

.contacts .text LI{
	margin: 0 0 20px;
}

.contacts .text LI P{
	color:#666666;
	font-size:14px;
	line-height:19px;
}

.contacts .text LI STRONG{
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.contacts .form {
    background: #F1F1F1;
    padding: 0 0 0 26px;
    width: 536px;
}

.contacts .form .title{
    color: #3366CC;
    font-family: cuprumregular;
    font-size: 24px;
    line-height: 100%;
    padding: 11px 0 17px;
}


.contacts .form P{
	padding: 0 0 4px;
}

.contacts .form INPUT[type="text"] {
    background: url("../images/bg/c-main-input.png") no-repeat 0 0;
    border: none;
    color: #666666;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    padding: 0 14px;
    width: 366px;
}


.contacts .form TEXTAREA {
    background: url("../images/bg/c-form-tarea.png") no-repeat 0 0;
    border: none;
    color: #666666;
    font-size: 16px;
    height: 57px;
    padding: 10px 13px;
    resize: none;
    width: 368px;
}


.contacts .form .add-file {
    background: url("../images/bg/add-file-bg.png") no-repeat 0 0;
    color: #333333;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin: 11px 0 18px 7px;
    padding: 0 0 0 28px;
}

.contacts .form INPUT[type="submit"] {
    background: url("../images/bg/f-button.png") no-repeat 0 0;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    height: 42px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    width: 146px;
}