Почему не применяются некоторые css-стили на хостинге ,хотя на ПК работает все нормально
Сайт - imperiah.ru
// main: style.less
.footer{
padding-top: 50px;
color: rgb(206, 206, 206);
background-color: #333;
}
.footer__inner{
display: flex;
padding-bottom: 40px;
}
.footer__help{
width: 50%;
}
.footer__help--help{
display: flex;
justify-content: space-around;
}
.footer__description{
width: 50%;
}
.footer__help--help--inner{
width: 230px;
}
.footer__help--help--title{
font-size: 26px;
padding-bottom: 30px;
font-weight: 800;
}
.footer__help--help--name{
padding-bottom: 3px;
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
}
.footer__help--help--name:hover{
text-decoration: underline;
}
.footer__help--help--title{
color: #fff;
}
.footer__description--social{
display: flex;
padding-bottom: 20px;
margin-left: 48%;
}
.footer__description--text{
width: 350px;
float: right;
}
.footer__copyright{
font-family: 'Old Standard TT', serif;
text-align: center;
font-size: 14px;
}
.desc__social{
text-decoration: none;
margin-left: 20px;
}