.ik_2_wrap{
	outline: 1px solid #474747;
	height: 190px;
}

.ik_2_wrap > div{
	height: 100%;
}

.stat_p, #home_bottom_top .stat p{
	line-height: 1.3;
}

.wfull{padding: 0;}
.wfull img{width: 100%;}

.align_center{
	display: flex;
	height: 100%;
}
.align_center > p{
	align-self: center;
}

.fim {
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.borders{
    padding: 15px 30px;
    border-radius: 0!important;
    border: 1px solid #5a5a5a;
    color: #fff;
    background-color: #222;
    position: relative;
}

.border{
   	padding: 15px 30px;
    color: #fff;
    display: flex;
    align-self: center;
}

.borders p{
	font-family: 'DIN Pro Cond'!important;
    font-size: 24px!important;
	font-weight: 600!important;
}
.count{
	position: absolute;
	top: -3px;
	right: -3px;
	background-color: #8d2040;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	z-index: 2;
}

.wrapper{
	display: flex;
	justify-content: space-evenly;
}

h3.small-title{
	font-size: 28px;
	padding: 10px;
	margin:0;
	color: #8d2040;
}

.links{
	color: #fff;
}
.links:hover{
	color: #8d2040;
}

.next{

  background-image: url(../imgs/next.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.selem p strong{
	color: #8d2040;
}

.acc-text{
	font-size: 16px!important;
}



