.footer{
    background: #404040;
    width: 100%;
    padding: 150px 40px;
    flex-grow: 1;
    z-index: 0;
}
@media (max-width: 767px){
    .footer{
        padding: 136px 40px 40px;
    }
}

.footer__inner{
    max-width: 1361px;
    margin: 0 auto;
    position: relative;
}

.footer__social{
    margin-left: 9px;
}
@media (max-width: 767px){
    .footer__social{
        margin-left: 0px;
        text-align: center;
    }   
}
[class^="social__"]{
    display: inline-block;
    height: 67px;
    width: 67px;
    background-image: url('../images/social/twitter.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 34px;
}
@media (max-width: 767px){
    [class^="social__"]{
        height: 44px;
        width: 44px;
        margin: 0 10px;
    }
}
.social__instagram{background-image: url('../images/social/instagram.svg');}
.social__facebook{background-image: url('../images/social/facebook.svg');}
.social__youtube{background-image: url('../images/social/youtube.svg');}

.footer__info{
    margin-top: 70px;
    margin-left: 9px;
    display: flex;
}
@media (max-width: 767px){
    .footer__info{
        margin-top: 32px;
        margin-left: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }   
}

.footer__details{
    font-size: 2rem;
    font-weight: 400;
    color: #FFF;
    margin-right: 75px;
}
@media (max-width: 767px){
    .footer__details{
        font-size: 1.3rem;
        margin-top: 31px;
        margin-right: 0;
    }
}

.footer__address {
	line-height: 2.3rem;
    margin-bottom: 27px;
    margin-top: 3px;
}
@media (max-width: 767px){
    .footer__address{
        line-height: 1.5rem;
        margin-bottom: 16px;
    }
}

.footer__phone{
    margin-bottom: 28px;
}
@media (max-width: 767px){
    .footer__phone{
        margin-bottom: 17px;
    }
}
.footer__phone a {
	color: inherit;
}

.footerMenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px){
    .footer__menu{
        text-align: center;
    }   
}

.footerMenu__item {
	line-height: 2.15rem;
}
@media (max-width: 767px){
    .footerMenu__item{
        line-height: 3.75rem;
    }   
}

.footerMenu__item a{
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    transition: .25s;
}
.footerMenu__item a:hover{
    color: #FFD96E;
    transition: .25s;
}

.footer__logo{
    height: 137px;
    width: 222px;
    background-image: url('../images/logo-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px){
    .footer__logo{
        height: 84px;
        width: 135px;
        bottom: 53px;
    }
}

.footer__thinkology {
	font-size: 2rem;
	margin-top: 53px;
	display: inline-block;
	margin-left: 9px;
	color: #FFF;
}
@media (max-width: 767px){
    .footer__thinkology{
        font-size: 1.3rem;
        margin-top: 21px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

.footer a:hover{
    color: #FFD96E;
}

.footer__thinkology span{
    transition: 0.25s;
}
.footer__thinkology:hover span{color: #FFD96E; transition: 0.15s;}
.footer__thinkology:hover span:nth-child(2){color: #FFAB6C; transition: 0.15s 0.02s;}
.footer__thinkology:hover span:nth-child(3){color: #F4646C; transition: 0.15s 0.04s;}
.footer__thinkology:hover span:nth-child(4){color: #8247FF; transition: 0.15s 0.06s;}
.footer__thinkology:hover span:nth-child(5){color: #FFD96E; transition: 0.15s 0.08s;}
.footer__thinkology:hover span:nth-child(6){color: #FFAB6C; transition: 0.15s 0.10s;}
.footer__thinkology:hover span:nth-child(7){color: #F4646C; transition: 0.15s 0.12s;}
.footer__thinkology:hover span:nth-child(8){color: #8247FF; transition: 0.15s 0.14s;}
.footer__thinkology:hover span:nth-child(9){color: #FFD96E; transition: 0.15s 0.16s;}
.footer__thinkology:hover span:nth-child(10){color: #FFAB6C; transition: 0.15s 0.18s;}