.footer__notice{
    margin-bottom: 10px;
    text-align: center;
    font-size: 10px;
    color: #999;

}

.footer__social{
    background-color: #555555;
    padding: 2% 0;
}
.footer__bottom--header{
    color: white;
    text-transform: uppercase;
    margin: 5% 0;
    font-weight: bold;
    text-align: left;
}
.footer__bottom--content{
    color: white;
    text-align: left;
    padding: 5px;
    height: 100%;
}
.footer__social__about a{
    color: white;
    transition: 0.4s;
    font-size: 12px;
}
.footer__social__about a:hover{
    color: #8e8b8b;
    text-decoration: none;
}
.footer__social__icon--row{
    justify-content: center;
    height: 100%;
    display: flex;
    text-align: center;
    padding: 2% 0;
}
.footer__social__icon{display: inline-block;margin-bottom: 5%;}
.footer__social__icon--link{
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
    line-height: 2.1em;
    background-color: #676767;
    border-radius: 20px;
    color: white;
    transition: 0.4s;
}
.footer__social__icon--link:hover{
    color: #8e8b8b;
}
.footer__bottom {
    color: white;
    background-color: #424242;
    text-align: center;
}

.footer__bottom__partner--col1{
    padding-right: 5%;
    border-right: 1px solid rgba(255,255,255,.25);
    display: block;
}
.footer__bottom__partner--col1 img{
    width: 100%;
    height: 100%;
}
.footer__bottom__partner--col2{
    margin-left: 2%;
    width: 100%;
}
.footer__bottom__partner--logo{
    margin-left: 2%;
    width: 120px;
    display: block;
    margin: auto;
}
.footer__bottom__partner--logo img{
    width: 100%;
    height: 100%;
}
.footer__bottom__author{
    margin-top: 30px;
    padding-bottom: 15px;
}
.html__btn {
    position: fixed;
    bottom: 3%;
    right: 2%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color);
    text-align: center;
    line-height: 50px;
    color: white;
    border: 1px solid gray;
    z-index: 1000;
}

.html__btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
