

/* Start:/local/templates/html/components/slam/easy.list/avtory/style.css?17278975111704*/
.avtory .avtory_wrapper-one-card {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.avtory .avtory_wrapper-one-card .avtory_link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.avtory .avtory_header {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.avtory .avtory-image {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    background: #eee;
}

.avtory  .avtory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avtory .avatar-title {
    font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.avtory  .avatar-text {
    font-family: Roboto, Arial, Verdana, sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.avtory_wrapper-one-card:hover .avatar-title {
    color: #26C193;
}

@media (max-width: 1023px) {
    .avtory .avtory_wrapper-one-card {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
    .avtory .avtory_header {
        align-items: start;
        flex-direction: column;
        gap: 1.3rem;
    }
    .avtory .avtory-image {
        min-width: 150px;
        min-height: 150px;
        max-width: 150px;
        max-height: 150px;
    }
    .avtory .avatar-title {
        font-size: 26px;
        line-height: 26px;
    }
    .avtory .avatar-text {
        font-size: 16px;
        line-height: 26px;
    }
}
/* End */
/* /local/templates/html/components/slam/easy.list/avtory/style.css?17278975111704 */
