
.tooltip {
  display:none;
  font-size:12px;
  height:50px;
  /*width:150px; //задается в .toltipContent-innerCont.*/
  padding:0px;
  z-index: 1;
}
.tooltipContent {
  height: 300px;
  position: relative;
}

.toltipContent-innerTop{
  background: url('images/top-flip-tooltip.png') no-repeat;
  background-size: contain;
  margin: 0;
  padding: 13px 0 0 0;
}
.toltipContent-innerTop:after{
  content:'';
  background:url('images/Arow-tooltip.png');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  height: 25px;
  width: 25px;
  left: -11px;
  top:53px;
}
.toltipContent-innerBottom{
  background: url('images/bottom-flip-tooltip.png') no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0;
  padding: 0 0 13px 0;
}
.toltipContent-innerCont{
  background: url('images/content-flip-tooltip.png');
  background-repeat: repeat-y;
  background-size: contain;
  margin: 0;
  width:190px;
  padding: 5px 5px 0 5px;
  text-align: center;
  display: inline-block;
}

.toltipContent-innerCont img{
  background-image: url('images/border-for-image-light-85.png');
  background-position: center;
  padding: 15px 16px 15px 15px;;
  background-repeat:no-repeat;
  background-size: contain;
}
.tooltip-desc{
  color: white;
  font-family: helioscondcbold;
  text-shadow: 0px 0px 3px #394677;
  padding: 0px 10px 0px 10px;
  line-height: 16px;
  letter-spacing: 1px;
}

.tooltip-buttons{
  text-align: center;
  margin: 25px 0px 20px 0px;
  font-size: 14px;
  letter-spacing: 0px;
}
.role-buttons{
  text-align: center;
  margin: 25px 0px 20px 0px;
  font-size:16px;
}
.btn_red{
  color: white;
  font-family: helioscondcbold;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom: 1px solid #4C3C3C;
  border-right: 1px solid #840000;
  border-top: 1px solid #E44F4F;
  border-left: 1px solid #991313;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 50%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(50%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a90329 0%,#8f0222 50%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.tooltip-buttons a.btn_red:hover{
  color: white;
}
.static-persone{
    text-decoration:none;
    display: block;
}
.static-persone h3{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7C580B;
  text-shadow: none;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0px 6px;
}
.line-d:after{
    content: "";
    margin: 0 auto 5px;
    width: 90%;
    height: 2px;
    border-bottom: 1px dashed #AEACA4;
    display: block;
    padding-top: 10px;
}
.static-persone-wrap a h3:hover{
  color: #7C0B18;
}
