

/* Start:/local/components/avil/smarteka.detail/templates/.default/style.css?17737473354405*/
main .container.inner {
    padding: 0;
    background: none;
}
main .profile-projects {
    background: #F8FBFF;
    border-radius: 10px;
    margin-bottom: 32px;
}
main .profile-projects .list {
    box-shadow: none;
    padding: 32px 65px 16px;
}
main .profile-projects .h1 {
    color: #4B0244;
    line-height: 1.2;
    margin-bottom: 32px;
}
main .profile-projects .list .project-row .picture-wrap .sub-picture-smart {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 5.46%;
    margin: 0 5px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border: 1px solid #aaa;
    cursor: pointer;
}
.smarteka-item-date {
    color: #999;
    margin-bottom: 20px;
}
main .profile-projects .list .project-row .btn {
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 21px;
}
main .profile-projects .list .project-row .btn.dwnld {
    padding: 7px 12px 7px 40px;
}
main .profile-projects .list .project-row .btn.dwnld::before {
    content: '';
    background-image: url('/images/download.svg');
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 9px;
}
.wrap-smarteka-item {
    border-bottom: 1px solid #A23895;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.smarteka-item-block {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}
.smarteka-item-block.w-100 {
    grid-template-columns: 1fr;
}
.smarteka-item-block-name {
    color: #4B0244;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.wrap-maturity-num {
    display: flex;
    margin-bottom: 20px;
}
.maturity-num {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #efefef;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 8px;
}
.maturity-num.active {
    background: #A23895;
}
.projects-more-title {
    color: #A23895;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wrap-projects-more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.smarteka-block {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
}
.smarteka-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.smarteka-img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.smarteka-img > div {
    background-size: cover;
    background-color: #d9d9d9;
    width: 200px;
    height: 140px;
    background-repeat: no-repeat;
}
.smarteka-name {
    margin-bottom: 20px;
}
.smarteka-name a {
    color: #4B0244;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
.smarteka-name a:hover {
    color: #A23895;
    text-decoration: none;
}
.smarteka-preview {
    font-size: 18px;
}
.smarteka-date {
    color: #999;
    margin-top: 15px;
    font-size: 18px;
}
.social_links {
    display: flex;
    flex-wrap: wrap;
}
.social_links .item-social_links {
    width: max-content;
    padding: 0 10px 10px;
}
.social_links .item-social_links img {
    margin: 0;
    margin-right: 5px;
}
.social_links .item-social_links a {
    color: #4B0244;
    text-decoration: none;
    font-weight: bold;
}
.social_links .item-social_links a:hover {
    color: #A23895;
}

@media (max-width: 992px) {
    .smarteka-block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .smarteka-item-block-name {
        font-size: 18px;
    }
    .projects-more-title {
        font-size: 22px;
    }
    .smarteka-name a {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .smarteka-preview {
        font-size: 16px;
    }
    .smarteka-date {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .wrap-projects-more {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .projects-more {
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    .smarteka-item-block {
        grid-template-columns: 1fr;
    }
    .projects-more {
        padding: 0 30px;
    }
}
/* End */
/* /local/components/avil/smarteka.detail/templates/.default/style.css?17737473354405 */
