.executor-avatar {
    margin-right: 10px;
}

.rating-counts {
    display: flex;
    align-items: center;
}

.rating-counts a {
    margin-left: 5px;
}

.executor-info {
    padding: 0 10px;
}

.executor-info .skills {
    flex-wrap: nowrap;
    margin: 5px 0;
}

.executor-info .skill {
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden;
}

.executor-avatar img {
    height: 100px;
    width: 100px;
    border-radius: 64px;    
    object-fit: cover;
    object-position: 50% 50%;
}

.executor-name a, .executor-name a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.318182px;
    color: var(--pirs-gray);    
}

.executor-region {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.272727px;
    margin-top: 5px;
}

.skills span:nth-of-type(n+3) {
    display: none;
}
