/*---------FOOTER---------*/
	.footer {
		background: url(images/backgrounds/bg_footer.jpg) repeat-x scroll 0 0 transparent;
		clear: both;
		color: #4E4F52;
		height: 600px;
	}
		.footer-wrap {
			background: url('../img/footer_bg.jpg') no-repeat 0 0 #E9EAEF;
			height: 100%;
			position: relative;
			background-size: 100%;
			overflow: hidden;
			padding: 30px 52px 0;
			font-size: 11px;
			line-height: 11px !important;
		}
			.footer-wrap li {
				font-size: 11px;
				line-height: 11px !important;
			}
			.footer-wrap span.first {
				font-weight: bold;
			}
			.footer-wrap div.copy {
				color: #888888;
				font-size: 11px;
				margin: 38px 0 5px;
				text-transform: uppercase;
			}
			.footer-wrap div.copyright {
				left: 60px;
				position: absolute;
				top: 36px;
			}
				.footer-wrap div.copyright, .footer-wrap div.copyright p {
					color: #464646;
					font-size: 12px;
					line-height: 20px;
				}
				.footer-wrap div.copyright p {
					padding: 0 0 0 10px;
				}
				.footer-wrap div.copyright a {
					color:#464646;
					text-decoration:underline;
				}
				
			.footer-wrap .footer-nav-block {
				overflow: hidden;
				padding-top: 36px;
				position: absolute;
				right: 60px;
			}
				.footer-nav {
					float: left;
					width: 28%;
				}
					.footer-nav ul {
						margin: 0 30px 20px 0;
					}
					.footer-nav h5 {
						color: #464646;
						margin: 0 0 1px;
						font: bold 14px/20px Arial,Helvetica,sans-serif;
					}
					.footer-nav li {
						padding: 5px 0;
						border-bottom: 1px dotted #B3B6BD;
					}
					.footer a {
						color: #464646;
						font-size: 11px;
						line-height: 11px;
						text-decoration: none;
					}
                                        
                                        
                                        .footer ul li {
                                            list-style-type: none; /* Убираем маркеры */
                                        }