
.tooltip-mk {
  display:none;
  font-size:12px;
  height:50px;
  /*width:150px; //задается в .toltipContent-innerCont.*/
  padding:0px;
  z-index: 1;
}
.tooltipContent-mk {
  position: relative;
}
.toltipContent-innerTop-mk {
  margin: 0;
}
.toltipContent-innerTop-mk:before {
  top:53px;
  width: 0;
  height: 0;
  z-index: 1;
  left: -30px;
  content: ' ';
  position: absolute;
  border-style: solid;
  border-width: 13px 15px 13px 15px;
  border-color: transparent #6F6052 transparent transparent;
}
.toltipContent-innerBottom-mk{
  margin: 0;
  padding: 0 0 13px 0;
}
.toltipContent-innerCont-mk{
  margin: 0;
  width:165px;
  padding: 30px 20px 20px;
  text-align: center;
  display: inline-block;
  background: #6F6052;
}
.toltipContent-innerCont-mk img{

}
.tooltip-desc-mk{
  color: white;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
}

.tooltip-buttons-mk{
  text-align: center;
  margin: 25px 0px 20px 0px;
  font-size: 14px;
  letter-spacing: 0px;
}
.role-buttons-mk{
  text-align: center;
  margin: 25px 0px 20px 0px;
  font-size:16px;
}
.btn_red-mk{
  color: white;
/*  letter-spacing: 2px;*/
  text-shadow: 1px 1px 2px #000000;
  font: bold 12px Georgia, serif;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom: 1px solid #352E27;
  border-right: 1px solid #5B4F44;
  border-top: 1px solid #B95C49;
  border-left: 1px solid #5B4F44;
  background: #9D1A00; /* Old browsers */
  background: -moz-linear-gradient(top, #9D1A00 0%, #931300 50%, #830C00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9D1A00), color-stop(50%,#931300), color-stop(100%,#830C00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9D1A00 0%,#931300 50%, #830C00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9D1A00 0%,#931300 50%,#830C00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9D1A00 0%,#931300 50%,#830C00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #9D1A00 0%,#931300 50%,#830C00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D1A00', endColorstr='#830C00',GradientType=0 ); /* IE6-9 */
}
.tooltip-buttons-mk a.btn_red:hover{
  color: white;
}
.static-persone-mk{
  text-decoration:none;
  display: block;
}
.static-persone-mk h3{
  color: #fff;
  padding: 5px 0 0;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}
.static-persone-wrap-mk.line-d:after{
  width: 82%;
  height: 2px;
  content: "";
  display: block;
  padding-top: 9px;
  margin: 0 auto 5px;
  border-bottom: 1px solid #6F6052;
}

.static-persone-wrap-mk a h3:hover{
  color: #F3A908;
}
