.main-footer{background:var(--color-h);color:var(--white-txt)}.main-footer__upper{display:flex;justify-content:space-between;padding:6rem 0}.main-footer__social-icon-link{width:100%;padding:1rem}@media only screen and (max-width:56.25em){.footer__logo{display:flex;flex-direction:column;justify-content:center;width:25rem;align-items:center}.main-footer__social-cont{margin-top:0}.heading-social__footer{display:none}}@media only screen and (max-width:37.5em){.main-footer__upper{display:flex;flex-direction:column;align-items:center}.main-footer__row-1{order:1}}.main-footer__row-1{display:flex;flex-direction:column;order:2;justify-content:center}.main-footer__row-2{display:flex;flex-direction:column;align-items:center;order:2}.main-footer__social-cont{margin-top:0}@media only screen and (max-width:56.25em){.main-footer__upper{display:flex;flex-direction:column;align-items:center}.main-footer__row-1{margin-bottom:5rem;order:1}}.main-footer__row-2{width:40%;order:1;max-width:50rem}@media only screen and (max-width:56.25em){.main-footer__row-2{display:flex;flex-direction:column;align-items:center;order:2}}.main-footer__short-desc{margin-top:2rem;color:var(--extra-light-footer);font-size:1.5rem;line-height:1.7}.main-footer__social-cont{margin-top:2rem}.main-footer__social-cont i{color:var(--extra-light-footer)}.main-footer__icon{margin-right:1rem;width:2.5rem;transition:transform .3s ease-in-out;transition:all .3s ease-in-out}.main-footer__icon:hover{color:var(--btn-hvr-color);animation:translateY .3s infinite alternate}.main-footer__icon--mr-none{margin-right:0}.main-footer__lower{padding:6rem 0;border-top:1px solid #444;color:var(--extra-light-footer);font-size:1.2rem;text-align:left;text-align:center}.main-footer__lower a{text-decoration:none;font-weight:700;margin-left:2px;transition:all .2s ease-in-out}.main-footer__lower a:hover{color:var(--btn-hvr-color);text-decoration:underline}@media only screen and (max-width:56.25em){.main-footer__lower{padding:3.5rem 0}}footer a.top{background:url(../img/sprite.png) 0 -180px;width:130px;height:90px;display:block;position:absolute;left:50%;margin-left:-62px;bottom:410px;text-indent:-9999px;transition:all .4s ease-in-out}footer a:hover.top{bottom:415px;animation:translateY-footer .4s infinite alternate;-webkit-animation:translateY-footer pulse .4s infinite alternate}@keyframes translateY-footer{from{transform:translateY(0)}to{transform:translateY(-1.5px)}}