

/* Start:/local/templates/.default/components/bitrix/news.detail/project/style.css?17150675741529*/
.page-portfolio-tags {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 70px;
    width: 100%;
    color: #fff;
}
.page-portfolio-tags__item {
    display: inline-block;
    position: relative;
    background: #fff;
    cursor: pointer;
    border-radius: 2em;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.page-portfolio-tags__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03a9f5;
    content: '';
    opacity: 0;
    border-radius: 2em;
    transform-origin: left;
    transform: scaleX(0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.page-portfolio-tags__item:hover:before {
    transform: scaleX(1);
    opacity: 1;
}
.page-portfolio-tags__item:hover {
    color: #fff;
}
.page-portfolio-tags__item span {
    display: block;
    position: relative;
    z-index: 2;
    padding: .375em 20px;
    border: 1px solid #d6d6d6;
    border-radius: 2em;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.page-portfolio-tags__item:not(:last-child) {
    margin-right: 10px;
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/project/style.css?17150675741529 */
