

/* Start:/local/components/otexpertov/product.categories.list/templates/.default/style.css?17685789272037*/
.product-item {
    margin-bottom: 30px;
}

.product-item .title {
    display: flex;
    gap: 13px;
}

.product-tags {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product-link {
    display: block;
    color: #191919;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.title span {
    padding: 7px;
    min-width: 34px;
    height: 35px;
    border-radius: 4px;
    background-color: #f3f1f8;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #6e6e6e;
    transform-origin: left;
    transform: scale(1.1, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tag-link {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #6e6e6e;
    position: relative;
}

.tag-link::before {
    width: 2px;
    height: 0;
    display: block;
    background-color: #3416b6;
    content: '';
    position: absolute;
    left: -15px;
    transition: all 0.3s ease;
}

.product-list a {
    text-decoration: none;
}

.product-list a:first-letter {
    text-transform: uppercase;
}

.hidden-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    line-height: 30px;
    color: #3416b6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hidden-link svg {
    transform: rotate(-90deg);
    stroke: #3416b6;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.product-item .title:hover .product-link {
    text-decoration: underline;
}

.product-item .title:hover span {
    color: #191919;
}

.tag-link:hover {
    color: #191919;
}

.tag-link:hover:before {
    height: 18px;
}

.hidden-link:hover {
    color: #11007d;
}

.hidden-link:hover svg {
    stroke: #11007d;
}

@media (max-width: 768px) {
    .tag-link::before {
        left: -8px;
    }
}
/* End */


/* Start:/local/components/otexpertov/object.list/templates/.default/style.css?17685789272035*/
.project-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgba(39, 44, 52, 0.16);
    transition: box-shadow 0.27s linear 0s, transform 0.27s linear 0s, max-height 0.27s;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.project-item .fav-btn {
	position: absolute;
	right: 5px;
	top: 5px;
}

.project-item .fav-btn svg {
	width: 20px;
	height: 20px;
}

.project-item:hover {
    box-shadow: 0 6px 20px 0 rgba(39, 44, 52, 0.16);
}


.project-item-img-block {
    position: relative;
}

.project-item-img {
    display: block;
    width: 100%;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.project-item-info {
    padding: 23px 30px 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #191919;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.project-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
}

.project-item-title:hover {
    text-decoration: underline;
	text-underline-offset: 4px;
}

.projects-list {
    display: flex !important;
    width: auto !important;
    justify-content: center;
}

.project-item-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    height: 40px;
}

.project-item-company span {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.project-item-company .project-category {
    font-weight: normal;
}

@media (max-width: 991px) {
    .project-item {
        margin-top: 0;
        height: 100%;
    }

    .released-project {
        height: 100%;
    }
}
/* End */
/* /local/components/otexpertov/product.categories.list/templates/.default/style.css?17685789272037 */
/* /local/components/otexpertov/object.list/templates/.default/style.css?17685789272035 */
