.section {
    padding: 90px 0;
}

.section__title {
    color: var(--Label-Primary, #292826);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px;
}

.main {
    padding-top: calc(var(--header-height) + var(--main-gap));
}

.main__title {
    color: #292826;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main__breadcrambs {
    margin-top: 16px;
}

.breadcramb-list {
    list-style-type: none;
    display: flex;
    row-gap: 4px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.breadcramb-item {
    position: relative;
    color: #292826;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcramb-item::after {
    content: "/";
    position: absolute;
    right: -12px;
    top: 0;
}

.breadcramb-item:last-of-type::after {
    display: none;
}

.breadcramb-link {
    color: rgba(41, 40, 38, 0.6);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.main__banner {
    margin-top: 56px;
    position: relative;
    border-radius: 16px;
    height: 322px;
    padding: 48px;
}

.main__banner-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 96.22%);
}

.main__banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 16px;
}

.main__banner-image .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 96.22%);
    pointer-events: none;
    z-index: 10;
}

.main__banner-info {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.main__banner-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main__banner-subtitle {
    margin-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main__banner-action {
    margin-top: 32px;
}

.main__banner-action .btn {
    display: block;
    max-width: 290px;
}

.category {
    padding-top: 48px;
}

.category__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16.25px;
}

.category__item {
    width: calc(20% - 13px);
    display: flex;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(41, 40, 38, 0.4);
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
}

.category__item-title {
    width: calc(60% - 4px);
    min-width: 0;
    color: #292826;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.category__item-image {
    width: calc(40% - 4px);
}

.category__item-image img {
    scale: 1.2;
}

.catalog--without-category-section {
    padding-top: 48px;
}

.catalog__title-term {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
