

/* Start:/local/components/avil/smarteka.tags/templates/.default/style.css?17659757801176*/
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;
}
.wrap-smarteka-tags {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
	padding-bottom: 32px;
}
.wrap-smarteka-tags .smarteka-title {
    color: #A23895;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
body main .inner .wrap-smarteka-tags ul {
    margin-bottom: 0;
}
body main .inner .wrap-smarteka-tags ul li {
    padding: 0;
    margin: 0 0 4px 0;
	line-height: 1.2;
}
body .wrap-smarteka-tags ul li:before {
    display: none;
}
body .wrap-smarteka-tags ul li a {
    color: #999;
}
body .wrap-smarteka-tags ul li a:hover {
    text-decoration: none;
    color: #A23895;
}

@media(max-width: 992px) {
	.wrap-smarteka-tags {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 768px) {
	.wrap-smarteka-tags {
	    grid-template-columns: repeat(1, 1fr);
	}
}
/* End */
/* /local/components/avil/smarteka.tags/templates/.default/style.css?17659757801176 */
