@font-face{
	font-family:'Georgia';
	src:url('../css/fonts/georgia.ttf.ttf');
}
p, li{
	font-size: 15px;
}
.department_info{
	padding-right: 20px;
}
.lilist{
	padding: 0 20px;
}

.lilist li {
    list-style-type: none; /* Прячем исходные маркеры */
   }
.lilist li:before {
    color: #f43c45; /* Цвет маркера */
    content: "● "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
}
h3{
	width: 100%;
    text-align: center;
    margin:40px 0;
}
.element {
    box-shadow: none;
    margin: 0 0 80px 30px;
}
.element_first {
    margin: 0 0 80px 0;
}
/* .element .info{
    height: auto !important;
} */
.element .agent_img{
	padding: 0 20px 20px 20px;
}
.agent_name{
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top:10px;
	float: left;
}
.agent_date{
	width: 100%;
	text-align: center;
	margin-top:5px;
	color: #777777;
	font-size: 12px;
}
.ih-item.circle.effect3 .info {
    background: #bb494e !important;
}
.ih-item.circle.effect3 .info p{
    color: #FFF !important;
    margin: 45px 30px;
}
#content-wrapper .element .info {
    border-radius: 0;
    top: 63px;
	position: absolute;
}
.ih-item.circle.effect3 .info p {
    margin: 0px 10px;
    border-top: 0;
    padding: 5px 5px;
    font-style: normal;
}
.georgia{
	font-family: 'Georgia';
    font-size: 37px;
    font-weight: bold;
    height: 20px;
    width: 100%;
    color: #FFF;
    clear: both;
}
.georgia.invert{
	transform: rotate(180deg);
	float: right;
}
/* .ih-item.circle .img {
    border: 1px solid #ddd;
} */
.ih-item.circle .img:before {
    box-shadow: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
    -webkit-transform: scale(0.5) translateY(-80%);
    -moz-transform: scale(0.5) translateY(-80%);
    -ms-transform: scale(0.5) translateY(-80%);
    -o-transform: scale(0.5) translateY(-80%);
    transform: scale(0.5) translateY(-80%);
}
#content-wrapper .element .info {
    margin: 0 auto;
    padding: 0px 20px;
    text-align: left;
    height: 160px;
}
.ih-item.circle.effect3 .img {
    z-index: 11;
    -webkit-transition: all 0.35s cubic-bezier(0.26, 0.25, 1, 1);
    -moz-transition: all 0.35s cubic-bezier(0.26, 0.25, 1, 1);
    transition: all 0.35s cubic-bezier(0.26, 0.25, 1, 1);
}
.tbl-cl{
	display: table-cell;
    vertical-align: middle;
    height: 160px;
}
