<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapSocialPanel{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  width: fit-content;
  flex-wrap: wrap;
}
.wrapSocialPanel a.zen_social_icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 5px;
   opacity: 0.8;
}
.wrapSocialPanel a.zen_social_icon:hover{
  opacity: 1; 
  cursor: pointer;
}
.wrapSocialPanel a.zen_social_icon &gt; img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapperContactCard {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    background: black;
    /* padding-bottom: 70px; */
        min-height: 100vh;
}
.blockContactCard.footerCard{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  right: 0px;
  height: 100px;
  background: linear-gradient(0deg, black, transparent);
}
.wrapperContactCard a.callButton {
    /* width: 100%; */
    height: 60px;
    background: linear-gradient(181deg, #35d22e, #1e9000);
    border: 1px solid #35d22e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 21px;
    padding: 0px;
    margin: 0px;
    border-radius: 6px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.blockContactCard.headerCard{
  width: 100%;
  height: 30%;
  background: black;
  position: relative;
}
.blockContactCard.headerCard .backgroundImg{
  width: 100%;
  height: 100%;
}
.blockContactCard.headerCard .backgroundImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blockContactCard.headerCard a.menuIcon{
  position: absolute;
  right: 10px;
  top: 10px;
}
.blockContactCard.headerCard .contactTitle {
    position: absolute;
    z-index: 3;
    left: 0px;
    right: 0px;
    bottom: -1px;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, black, transparent);
    flex-flow: column;
}
.blockContactCard.headerCard .contactTitle h1{
  color: white;
  font-size: 26px;
  font-weight: 900;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}
.blockContactCard.headerCard .contactTitle h2{
  color: white;
  font-size: 20px;
  font-weight: 600
  padding: 0px;
  margin: 0px;
}
.blockContactCard.contentCard {
    margin: 15px;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0px 0px 100px #00000038;
    background: white;
}
.contentCard &gt; h3{
  padding-bottom: 14px;
  font-weight: 700;
}
.contentCard .wrapSocialPanel {
    justify-content: space-between;
    width: 100%;
}
#contactCard{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  position: relative;

}
#contactCard .menuIcon{
  position: absolute;
  top: 15px;
  right: 10px;
}
#contactCard .menuIcon &gt; span{
  background: black;
}

#contactCard .contactCardHeader {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    padding: 25px;
    /* border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 100px 4px #0000004f; */
}

#contactCard .contactCardAvatar {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactCard .contactCardAvatar &gt; img {
    height: auto;
    max-width: none;
    max-height: 100%;
}

#contactCard .contactCardTitle h1, #contactCard .contactCardTitle h2{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#contactCard .contactCardInfo{
  padding: 25px;
}
#contactCard .contactCardInfo &gt; p{
  font-weight: 400;
  font-size: 1.3em;
}

/* ÐÐ¸Ð¶Ð½ÑÑ Ð¿Ð»Ð°ÑˆÐºÐ° ÑÐ¾ ÑÐ²ÑÐ·ÑŒÑŽ */
#contactCard .contactCardActions{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: black;
  height: 60px;
}
#contactCard .contactCardActions &gt; .actionButton{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contactCard .contactCardActions &gt; .actionButton &gt; img{
  object-fit: cover;
  height: 30px;
}
#contactCard .contactCardActions &gt; .aPh{
  background: #08c724;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
#contactCard .contactCardActions &gt; .aTg{
  background: #0166bd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
#contactCard .contactCardActions &gt; .aWa{
  background: #209a32;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
#contactCard .contactCardActions &gt; .aVb{
  background: #59267c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
</pre></body></html>