/* footer */

.footer {
    position: relative;
    z-index: 2;
    margin-top: 130px;
    background: #151515;
    box-shadow: -8px -8px 15px #181818, 8px 8px 14px #000000;
    padding: 35px 0;
}

.footer-copy {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
}

.footer-text {
    font-size: 14px;
    line-height: 17px;
    color: #A2A2A2;
}


.footer-social {
    width: 220px;
}

.footer-social__item:nth-child(-n+4) {
    margin-bottom: 20px;
}

.footer-social__item {
    margin-right: 20px;
}

.footer-social__item:nth-child(4n) {
    margin-right: 0;
}

a path {
	
  fill:var(--c,#a8a8a8);
  stroke:none;
  pointer-events:all;
  transition:0.5s;
}

.footer-social__item:hover 
	{ --c:#ffffff; }

@media screen and (max-width: 1300px) {
	
	.footer {
    margin-top: 60px;
	}
	
    .footer-col {
        max-width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        padding: 40px 0;
        margin-top: 60px;
    }
    .footer-col {
        width: 100%;
        max-width: 100%;
    }
    .footer-copy {
        margin-bottom: 30px;
    }
    .footer-text {
        margin-bottom: 30px;
    }
 
}