h1 {
    font-size: 35px;
    line-height: 40px;
}

/***Страница раздела каталога верхнего уровня***/
.page-taxonomy-term #block-vesta-theme-content {
    margin-bottom: 20px;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block  .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block  .views-row {
    width: calc(100% / 4 - 30px);
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
    background-image: url(../image/section-img.png);
    min-height: 325px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.15);
    padding: 15px;
    text-align: center;
    position: relative;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block  .views-row .group-content {
    margin: 30px 0;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block  .views-row .field--name-taxonomy-term-title {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
    max-height: 72px;
    margin-bottom: 10px;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block .field--name-field-catalog-image img {
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.page-taxonomy-term #block-vesta-theme-views-block-catalog-block  .field--name-taxonomy-term-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}



@media screen and (max-width: 992px) {
    .page-taxonomy-term #block-vesta-theme-views-block-catalog-block .view-content {
        gap: 15px;
    }
    .page-taxonomy-term #block-vesta-theme-views-block-catalog-block .views-row {
        width: calc(100% / 3 - 15px);
    }
}

@media screen and (max-width: 768px) {
    .page-taxonomy-term #block-vesta-theme-views-block-catalog-block .views-row {
        width: calc(100% / 2 - 15px);
    }
}
@media screen and (max-width: 576px) {
    .page-taxonomy-term #block-vesta-theme-views-block-catalog-block .views-row .field--name-taxonomy-term-title {
          font-size: 16px;
    }
    .page-taxonomy-term #block-vesta-theme-views-block-catalog-block .views-row {
        width: 100%;
    }
}






















