<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.product-blocks {
  margin: 25px 0;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.product-blocks-title {
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 23px;
}
.product-block-item {
  display: flex;
  align-items: center;
  position: relative;
}
.product-block-item + .product-block-item {
  margin-top: 38px;
}
.product-block-item + .product-block-item:before {
  width: 1px;
  height: 30px;
  display: block;
  content: "";
  background: #e5e5e5;
  position: absolute;
  top: -34px;
  left: 45px;
}
.product-block-item-image {
  height: 74px;
  position: relative;
  flex: 0 0 90px;
  margin: 0 14px 0 0;
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.product-block-item-image:before {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 74px;
  height: 74px;
  margin-left: -37px;
  display: block;
  content: "";
  background: #f2f2f2;
  border: 3px solid #e5e5e5;
  z-index: -1;
  box-sizing: border-box;
}
.product-block-item-title {
  font-size: 15px;
  font-weight: bold;
  flex: 1 0 0;
  line-height: 1.2;
}
.product-block-item-title p {
  margin: 0;
}
.msgrs {
  position: fixed;
  left: 20px;
  bottom: 15px;
  /*display: flex;	
	flex-direction: row;*/
  z-index: 8;
}
.msgrs.msgrs_mobile {
  color: #000;
}
.msgrs.msgrs_mobile .msgrs_item a span {
  display: none;
}
.msgrs_list {
  padding: 0;
  margin: 0;
  list-style: none;
  /*max-height: 0;
		line-height: 0;
		font-size: 0;
		overflow-y: clip;opacity: 0;visibility: hidden;
		transition: .3s all linear;*/
}
.msgrs_list.opened {
  max-height: 275px;
  bottom: 55px;
  opacity: 1;
  visibility: visible;
}
.msgrs_item.phone {
  font-size: 0;
}
.msgrs_item.phone a {
  background: url(msgrs_sprite.png) 0 100% no-repeat;
  cursor: pointer !important;
}
.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;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  margin-top: -10px;
  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-right: 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;
}
</pre></body></html>