.copyright {
  font-size: 15px !important; }

.msgrs {
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: flex;
  z-index: 10;
  flex-direction: row; }

.msgrs_item.phone a {
  background-position: bottom left;
  margin-right: 4px; }

.msgrs_item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: 0.3s opacity linear;
  position: relative; }

.msgrs_list {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow-y: clip;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
  display: flex;
  flex-direction: column;
  justify-content: end; }

.msgrs_list.opened {
  height: 330px;
  bottom: 62px;
  opacity: 1;
  visibility: visible; }

.msgrs_item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-image: url(/t/images/msgrs_sprite.png);
  background-repeat: no-repeat;
  transition: 0.3s opacity linear;
  position: relative; }

.msgrs_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.msgrs_item span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all linear;
  white-space: nowrap; }

.msgrs_item a:hover {
  opacity: 0.9; }

.msgrs_item:hover span {
  visibility: visible;
  opacity: 1; }

.msgrs_item {
  margin-bottom: 5px;
  position: relative;
  bottom: initial !important;
  right: initial !important;
  z-index: 1 !important; }

.msgrs_item span {
  line-height: normal; }

.msgrs_but {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url(/t/images/msgrs_sprite.png);
  background-repeat: no-repeat;
  background-position: bottom -55px right 0;
  cursor: pointer;
  transition: 0.3s opacity linear; }

.msgrs_but:hover {
  opacity: 0.9; }

.msgrs_but.opened {
  background-position: bottom 0 right 0; }

@media (max-width: 950px) {
  .msgrs:not(.real-mobile) {
    bottom: 15px; } }
