
.footer {
    background: #cfd8dc;
	padding: 30px 0 0 0;
}

.copyright:before {
    border-top: 1px dashed #b0bec5;
    content: "";
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.copyright {
    color: #90a4ae;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 20px 10px;
    text-align: center;
}
.text-copyright {
	color: #90a4ae;
    font-size: 12px;
    line-height: 14px;
}

/* ----------------------------------------- contacts -------------------------------------------------- */
.footer-contact-title {
	color: #546e7a;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
	font-style: normal;
    font-weight: normal;
}
.footer-contact-value {
	color: #90a4ae;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
	font-style: normal;
    font-weight: normal;
}
.phone-code {
	font-size: 10px;
    opacity: 0.7;
}
.footer-contact-phone-desc {
	font-size: 11px;
}
/* -- END contacts -- */





