.bx-breadcrumb {
    font-size: 14px;
    color: #aaa;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bx-breadcrumb-item-angle {
    margin: 0 5px;
    color: #aaa;
}

.bx-breadcrumb-item:first-child .bx-breadcrumb-item-text {
    font-weight: 500;
    color: #000;
}

.bx-breadcrumb-item-text {
    color: #aaa;
}

.bx-breadcrumb-item-link:hover .bx-breadcrumb-item-text {
    color: #333;
    text-decoration: underline;
}






.h2-title {
    margin-bottom: 3px!important;
}

.h2-title.margin {
    margin-top: 30px!important;
}
.margin-bottom {
    margin-bottom: 30px!important;
}
.margin-bottom-2 {
    margin-bottom: 10px!important;
}
.margin-top {
    margin-top: 50px!important;
}



.text_block-contacts a[href] {
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tags-name a {
       font-size: 18px;
    font-weight: bold;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}




.tags-list {
    display: flex;
    flex-direction: column; /* Располагает блоки по вертикали */
    gap: 20px; /* Отступ между блоками */
    margin: 0 auto;
     padding: 15px 0;
}

.tags-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
  transition: transform 0.2s ease;
}


.tags-img {
    flex-shrink: 0;
    margin-right: 15px;
}

.tags-img img {
    width: 150px;
    height: auto;
    border-radius: 4px;
}

.tags-info {
    display: flex;
    flex-direction: column;
}

.tags-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.tags-anons {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.tags-box:hover {
    transform: scale(1.01);
}