.language-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}
.language-right{

    display: flex;
    justify-content: center;
    /*border-bottom: 1px solid #CECECE;*/
    margin-bottom:32px;
    margin-top: 56px;
}
.social-box {
    text-align: center;
    margin: 20px 0 0 0;
    vertical-align: middle;
}
.social-box a {
    display: inline-block;
    color: #8b8b8b;
    margin: 0 0px 10px;
    width: 46px;
    height: 45px;
    background: url("../img/social_icon.png") 0 0 no-repeat;
    border: 1px solid #eee;
}
.social-box a:hover {
    border: 1px solid #ff0036;
}
.social-box a:nth-child(2) {
    width: 45px;
    background-position: -45px 0;
}
.social-box a:nth-child(3) {
    background-position: -90px 0;
}
.social-box a:nth-child(4) {
    background-position: -135px 0;
}
.social-box a:nth-child(5) {
    width: 45px;
    background-position: -180px 0;
}
.social-box a:nth-child(6) {
    background-position: -225px 0;
}
.social-box a:nth-child(7) {
    background:url(../img/tiktok.png)no-repeat center;
}
.social-box a:nth-child(8) {
    background:url(../img/telegram.jpg)no-repeat center;
}
.language-box p{
    color: #333;
    font-size:14px;
    line-height:1.5;
    text-align: center;
}
.email{
    margin-top: 30px;
}
.email a{
    color: #0b61ff;
}
.copy-right{
    color: #999;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family:OpenSans,Arial,Helvetica,sans-serif;
}
@media (max-width: 768px) {
    .language-right{
        margin: 0;
    }
}
