.te-it{
    border: 1px solid #d7d7d7;
    background: white;
    display: block;
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
    position: relative; left: 0; top: 0;
}

.te-it:hover{
    border: 1px solid #00c0dd;
}

.te-it .img-wrap{
    position: relative; left: 0; top: 0;
    height: 153px;
    line-height: 130px;
    background: #eeeeee;
    text-align: center;
    padding: 10px 14px;
}

.te-it .img-wrap img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.te-it .title-wrap{
    height: 55px;
}

.te-it .title{
    font-size: 18px;
    line-height: 22px;
    color: #25282a;
    padding: 5px 10px;
    display: inline-block;
}

.te-it .robu{
    font-size: 14px;
    padding: 5px 20px 5px 0;
    background-position-x: calc(100% - 15px);
    position: absolute;
    top: -25%;
    left: 50%;
    width: 190px;
    margin-left: -95px;
    display: none!important;
}

.te-it:hover .robu{
    display: block!important;
}

.te-it.static{
    height: 210px;
}

.te-it.static .img-wrap{
    background-color: transparent;
    margin-top: 31px;
    height: 116px;
    min-height: 0;
}


.te-it.static img{
    display: block;
    width: auto;
    position: static;
}

.te-it.static div:nth-child(2){
    color: #00c2df;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.te-it.static div:last-child{
    color: #4d4e56;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 767px){
    .te-it .img-wrap{
        height: auto;
    }
}
