.b-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: pointer;
}

.text-e-uppercase {
    text-transform: capitalize;
}

.b-underscore {
}
    .b-underscore-m-small-blue {
        width: 140px;
        background-color: #61e8ff;
        height: 1px;
        margin: auto;
    }
    .b-underscore-m-big-gray {
        width: 100%;
        background-color: #979797;
        height: 1px;
        opacity: 0.3;
        clear: both;
    }
    .b-underscore-m-center {
        margin: auto;
    }
    .b-underscore-m-top {
        margin-top: 17px;
    }
    .b-underscore-m-position-top {
        margin-bottom: 20px;
    }

.b-link-m-red:hover {
    color: #ff3000;
}

.b-labirint-logo-small {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    top: 3px;

    background-image: url("/images/design/l-logo-small.png");
    background-image:
            linear-gradient(transparent, transparent),
            url("/images/design/l-logo-small.svg");
}

.b-link-m-no-decoration {
    text-decoration: none;
}

.b-link-m-no-decoration:hover {
    text-decoration: none;
}

.b-social-response {
    clear: both;
    overflow: hidden;
}

.b-person-card {
    width: 380px;
    min-width: 320px;
    float: left;
}
.b-person-card a {
    color: #000;
}
.b-person-card a:hover {
    color: #000;
}
    .b-person-card-e-photo {
        width: 150px;
        height: 150px;
        float: left;
    }

.b-person-card-info {
    width: 220px;
    float: left;
}
    .b-person-card-info-e-name {
        font-family: LetoTextSansDefect;
        font-size: 19px;
        line-height: 70px;
        height: 50px;
        margin-left: 20px;
        display: inline-block;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        white-space: nowrap;
    }

    .b-person-card-info-e-description {
        font-family: PTSerif-Regular;
        font-size: 14px;
        opacity: .8;
        margin-left: 20px;
        margin-top: 10px;
    }

    .b-person-card-info-e-name-m-poetry {
        display: inline-block;
        border: none;
    }

@media screen and (max-width: 640px) {
    .b-person-card-info {
        width: 220px;
        float: none;
    }

    .b-person-card-info-e-name {
        line-height: 40px;
        height: 40px;
        margin-left: 0;
    }

    .b-person-card-info-e-description {
        margin-left: 0;
        margin-top: 10px;
    }

}