.teachers-card {
    margin-top: 27px;
}
.teachers-card .teacher-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 102px;
    height: 153px;
}
.teachers-card span {
    display: inline-block;
    margin-bottom: 10px;
}
.teachers-card span:not(.teachers-name) {
    font-size: 13px;
}
.teachers-card span.teachers-job {
    font-family: "OpenSans-Bold", sans-serif;
}
.teachers-card img {
    margin-bottom: 10px;
    position: absolute;
    height: 101%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.teachers-card .teachers-name a {
    font-family: "OpenSans-Condbold", sans-serif;
}
.teachers-card a {
    color: #0189bd;
    text-decoration: underline;
    cursor: pointer;
}
.teachers-card a:hover {
    text-decoration: none;
}
.teachers-card span.teachers-name.other {
    color: #0189bd;
    font-family: 'OpenSans-Condbold', sans-serif;
}

div.teachers {
    overflow: auto;
}
div.teachers .teachers-card span:not(.teachers-name), div.teachers .teachers-card ul li {
    font-size: 13px;
}
div.teachers .teachers-card ul li {
    list-style: none;
    background: url(../img/dash.png) no-repeat -3px 9px;
    padding-left: 22px;
}
div.teachers .teachers-card {
    width: calc(50% - 7.5px);
    padding: 15px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    height: 225px;
    overflow: hidden;
    position: relative;
}
div.teachers .teachers-card:after {
    content:"";
    width: 70%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom:0;
    left:0;
}
div.teachers .teachers-card .teachers-name-block {
    width: 70%;
}
div.teachers .teachers-card span {
    display: inline-block;
    margin-bottom: 10px;
}
div.teachers .teachers-card .teachers-job {
    font-family: "OpenSans-Bold", sans-serif;
}
div.teachers .teachers-card .teachers-name a {
    color: #0189bd;
    text-decoration: underline;
    cursor: pointer;
    font-family: "OpenSans-Condbold", sans-serif;
}
div.teachers .teachers-card .teachers-name a:hover, div.teachers .teachers-card .show-more:hover {
    text-decoration: none;
}
div.teachers .teachers-card:nth-child(2n){
    margin-right: 0;
}
div.teachers .teachers-card .teachers-card-img-wrapper {
    position: relative;
    float: right;
    overflow: hidden;
    width: 102px;
    height: 153px;
    margin-bottom: 10px;
}
div.teachers .teachers-card .teachers-card-img-wrapper img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
div.teachers .teachers-card .show-more {
    position: absolute;
    bottom:15px;
    right: 15px;
    background: url(../img/more_arrow.png) no-repeat scroll right center #009688;
    border: none;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-family: "OpenSans", sans-serif;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 100;
    margin: 3px 0;
    padding: 2px 26px 3px 10px;
    white-space: nowrap;
    outline: none;
}

.btn.standart  {
    bottom:15px;
    right: 15px;
    background: url(../img/more_arrow.png) no-repeat scroll right center #009688;
    border: none;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-family: "OpenSans", sans-serif;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 100;
    margin: 3px 0;
    padding: 2px 26px 3px 10px;
    white-space: nowrap;
    outline: none;
}
.btn.standart:hover {
    text-decoration: none;
}

@media screen and (max-width: 950px) and (min-width: 641px){
    div.teachers .teachers-card .teachers-name-block, div.teachers .teachers-card:after {
        width: 60%;
    }
}

@media screen and (max-width: 640px) {
     .teachers-card .teacher-img-wrapper {
        width: 123px;
        height: 175px;
    }
     .teachers-card span.teachers-name a, div.teachers .teachers-card .teachers-name a {
        font-size: 18px;
    }

     .teachers-card .teachers-job,
     .teachers-card .teachers-status,
     .teachers-card .teachers-address {
        font-size: 16px!important;
    }

    div.teachers .teachers-card {
        width: 100%;
        height: auto;
        min-height: 223px;
        padding: 10px;
    }
    div.teachers .teachers-card:last-of-type {
        margin-bottom: 15px;
    }
    div.teachers .teachers-card .teachers-name-block, div.teachers .teachers-card:after {
        width: 63%;
    }
     .teachers-card span.teachers-name.other {
        font-size: 18px;
    }
}