.site-footer {
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    background-color: #f3f3f3;
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #E9E9E9;
    padding: 35px 0;
    max-width: 1280px;
    margin: auto;
}

.site-footer__col--img {
    display: flex;
    align-items: center;
    width: 290px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.site-footer__logo {
    width: 180px;
}

.site-footer__token {
    width: 75px;
}

.site-footer__desc {
    width: 250px;
    margin-bottom: 15px;
    font-size: 12px;
}

.site-footer__company {
    font-size: 13px;
}

.site-footer__secret-link,
.site-footer__secret-link:visited {
	color: inherit;
	text-decoration: none;
}

.site-footer__secret-link:hover {
	color: #669685;
}

@media (min-width: 768px) {
    .site-footer__inner {
        padding: 30px 0;
    } 

    .site-footer {
        padding: 0 30px;
    }
}

@media (min-width: 1024px) {
	.site-footer__inner {
		flex-direction: row;
		display: flex;
		align-items: center;
		padding: 50px 0;
	}

    .site-footer__main {
        display: flex;
        align-items: center;
    }

    .site-footer__logo {
        width: 250px;
    }
    
    .site-footer__token { 
        width: 95px;
    }

    .site-footer__col--img {
        width: 400px;
        margin: 0;
    }

    .site-footer__sec {
        text-align: right;
    }
}

@media (min-width: 1600px) {
	.site-footer__inner {
		max-width: 1450px;
		padding:  60px 0;
	}

	.site-footer__desc {
	    width: 260px;
	    margin-bottom: 20px;
	    font-size: 13px;
	}
}

