.msgrs {
  position: fixed;
  right: 20px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  z-index: 21;
  font-family: Montserrat, sans-serif;
}
.msgrs.msgrs_mobile {
  color: #000;
}
.msgrs.msgrs_mobile .msgrs_item a span {
  display: none;
}
.msgrs_list {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
  line-height: 0;
  font-size: 0;
  overflow-y: clip;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
}
.msgrs_list.opened {
  max-height: 275px;
  bottom: 55px;
  opacity: 1;
  visibility: visible;
}
.msgrs_item.phone a {
  background: url(msgrs_sprite.png) 0 100% no-repeat;
}
.msgrs_item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: 0.3s opacity linear;
  position: relative;
  font-size: 0;
}
.msgrs_item a img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}
.msgrs_item a span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all linear;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.msgrs_item a:hover {
  opacity: 0.9;
}
.msgrs_item a:hover span {
  visibility: visible;
  opacity: 1;
}
.msgrs_item:not(.phone) {
  margin-bottom: 5px;
}
.msgrs_item.phone a {
  background-position: bottom left;
}
.msgrs_item.telegram a {
  background-position: top right;
}
.msgrs_item.whatsapp a {
  background-position: top -55px right 0;
}
.msgrs_item.viber a {
  background-position: top -110px right 0;
}
.msgrs_item.form a {
  background-position: top -165px right 0;
}
.msgrs_but {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url(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;
}
.shop2-kinds-group-in .shop2-product-options {
  display: none;
}
.phones-6 .text_body {
  position: relative;
  align-items: center;
}
.soc_s {
  position: relative;
  top: 0;
  right: 0;
}
.block-2 {
  width: auto;
}
.phones-6 .text_body a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.soc_s {
  display: flex;
  align-items: center;
}
.side-panel .phones-6 .text_body {
  display: flex;
  flex-direction: column;
}
a.link_mess {
  gap: 6px;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: none;
  color: #ff8a64;
  margin-top: 10px;
  border-radius: 8px;
  border: 2px solid #ff8a64;
  align-items: center;
  transition: 0.3s;
  white-space: nowrap;
}
a.link_mess .ic {
  width: 25px;
  height: 25px;
  display: block;
}
a.link_mess .ic img {
  width: 100%;
  height: 100%;
}
a.link_mess:hover {
  color: #fff;
  background: #ff8a64;
}
.text_btn {
  margin-top: 10px;
}
