.cards-container {
    display: flex;
    row-gap: 60px;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-bottom: 48px;
}

.cards-container > * {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
}

.share-modal {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.share-modal__title {
    order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.share-modal__copy {
    display: flex;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    order: 3;
    margin-top: 28px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px #0000001a;
}

.share-modal__copy svg {
    margin-right: 8px;
    transform: translateY(-2px);
}

.share-modal__content {
    order: 2;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 32px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.share-modal__content-qr {
    display: none;
}

.share-link {
    height: 34px;
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 700;
    line-height: 12px;
    align-items: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.share-link svg {
    margin-right: 10px;
    transform: translateY(-2px);
}

.share-modal__close {
    order: 4;
    width: 100%;
    height: 60px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    margin-top: 12px;
    line-height: 14px;
    border-radius: 8px;
    letter-spacing: 1px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e21b25;
}

.share-modal__close:hover {
    background-color: #ec6672;
}

.p-catalog-info {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.p-catalog-info__title {
    font-size: 28px;
    margin: 0;
    padding: 0;
    order: 1;
    max-width: calc(100% - 48px);
    color: #112233;
    line-height: 28px;
    font-weight: bold;
    font-family: inherit;
}

.p-catalog-info__coloristic {
    width: 100%;
    order: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.p-catalog-info__coloristic-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-catalog-info__icon {
    height: 24px;
    cursor: pointer;
    order: 1;
    transition: 0.3s;
}

.catalog-fast-filters .fast-filters__item {
    font-size: 14px;
    line-height: 16px;
    background-color: #f5f6fa;
    padding: 8px 12px;
    border: none;
    height: 32px;
}

.catalog-fast-filters .fast-filters__nav {
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: 0.3s;
    z-index: 3;
    top: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #11244d;
}

.catalog-fast-filters .fast-filters__nav--next {
    right: 9px;
}

.catalog-fast-filters .fast-filters__nav--prev {
    left: 9px;
}

.catalog-fast-filters .sort-filters__dropdown {
    border: none;
    border-radius: 8px;
    padding: 8px 40px 8px 16px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}

.catalog-fast-filters .sort-filters__item {
    padding-left: 0;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
}

.catalog-fast-filters .sort-filters__item[data-active="true"] {
    font-weight: 700;
    pointer-events: none;
}

.catalog-fast-filters .sort-filters__item::before {
    display: none;
}

.catalog-fast-filters .sort-filters__icon {
    width: 21px;
    height: 18px;
}

.p-pagination {
    margin-bottom: 120px;
}

.p-pagination__set {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-pagination__visible-count {
    display: flex;
    align-items: center;
}

.p-pagination__visible-count span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-right: 6px;
    letter-spacing: 0.5px;
}

.p-pagination__pages {
    display: flex;
    gap: 4px;
}

.p-pagination__pages-item,
.p-pagination__pages-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 1px;
    transition: 0.3s color;
    border-radius: 4px;
    text-decoration: none;
}

.p-pagination__pages-item:hover,
.p-pagination__pages-nav:hover {
    color: #e21b25;
}

.p-pagination__pages-item[data-active="true"] {
    pointer-events: none;
    background-color: #e5e5e5;
}

.p-pagination__pages-item[data-short="true"] {
    pointer-events: none;
    font-size: 0;
}

.p-pagination__pages-item[data-short="true"]::after {
    content: "...";
    font-size: 14px;
}

.prev-button-container {
    margin: 0 auto 40px;
    max-width: 540px;
    width: 100%;
}

.p-pagination__empty {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
}

.catalog-count-items {
    color: #797979;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-titul {
    height: auto;
    position: relative;
}

.banner-titul-2 {
    position: relative;
    z-index: 1;
}

.banner-titul-2__title {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-family: inherit !important;
}

.p-brands-info .banner-titul {
    grid-area: subtitle;
    width: calc(100% + 16px);
}

.banner-titul__wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
}

.banner-titul__title {
    display: flex;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: inherit;
    color: inherit;
    margin: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    max-width: calc(100% - 40px);
}

.banner-titul__title span:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    font-family: inherit;
    margin: 0;
    color: inherit;
    font-family: inherit;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 2px;
}

.banner-titul__title span:last-child {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 1;
    color: inherit;
    font-weight: 400;
    font-family: inherit;
}

.p-brands-info {
    gap: 16px;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 100px auto 100%;
    grid-template-areas:
        "logo subtitle subtitle"
        "logo title share"
        "logo info info";
}

.p-brands-info__logo {
    grid-area: logo;
    width: 100px;
    height: 100px;
}

.p-brands-info__subtitle {
    grid-area: subtitle;
    font-size: 24px;
    line-height: 1em;
}

.p-brands-info__title {
    grid-area: title;
    color: #112233;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
    font-size: 36px;
    font-weight: 700;
    font-family: inherit;
    line-height: 32px;
}

.p-brands-info__icon {
    grid-area: share;
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
}

.p-brands-info__info {
    grid-area: info;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    margin-top: 8px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}

.empty-modal__success {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4px;
}

.catalog-fast-filters .fast-filters {
    margin: 24px 0 0;
}

.compilations-banner-wrapper:last-child {
    margin-bottom: 96px;
}

.compilations-banner {
    width: 100%;
    height: 200px;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    position: relative;
    /* margin-bottom: 32px; */
    padding: 0 16px 24px;
    flex-direction: column;
    justify-content: flex-end;
}

.compilation-page .compilations-banner {
    margin-bottom: 16px;
}

.compilations-banner--dark {
    color: #ffffff !important;
}

.compilations-banner--light {
    color: #2c2c2c !important;
}

.compilations-banner__image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    pointer-events: none;
}

.compilations-banner__title {
    z-index: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    position: relative;
}

.compilations-banner__title h1,
.compilations-banner__title h2,
.compilations-banner__title span {
    max-width: calc(100% - 40px);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    font-family: inherit;
    margin: 0;
}

.compilations-banner__text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.compilations-banner__title + .compilations-banner__text {
    margin-top: 16px;
}

.compilations-banner__text + .compilations-banner__title {
    margin-top: 16px;
}

.compilations-banner__abs-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.compilations-banner__link {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 16px;
    text-transform: uppercase;
}

.compilations-banner__promo-label {
    margin-top: 2px;
    display: flex;
    position: relative;
    align-items: baseline;
    gap: 8px;
}

.compilations-banner__promo-label svg {
    flex-shrink: 0;
}

.compilations-banner__promo-text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    flex-shrink: 0;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
}

.compilations-banner__coloristic {
    position: absolute;
    right: 47px;
    top: 51px;
    width: 268px;
    height: 233px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.compilations-banner__coloristic-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    bottom: 0;
}

.compilations-banner__coloristic-brand {
    width: 126px;
    margin-top: 30px;
    position: relative;
    aspect-ratio: 1 / 1;
}

.coloristic-banner {
    margin-top: 20px;
}

.coloristic-banner .coloristic {
    width: 230px;
    margin: 0 auto;
}

.coloristic-banner__title {
    font-size: 26px;
    line-height: 1em;
    margin-top: 12px;
    font-weight: 700;
    display: flex;
    gap: 16px;
    align-items: center;
}

.coloristic-banner__title >* {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner-body__simple-title,
.banner-body__title {
    display: flex;
    position: relative;
    margin-bottom: 0;
    color: inherit;
    font-family: inherit;
    flex-direction: column-reverse;
}

.banner-body__simple-title,
.banner-body__title span:first-child {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 4px;
}

.banner-body__simple-title {
    margin-bottom: 16px;
}

.banner-body__title span:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.banner-body__share {
    position: relative;
}

.p-info-modal {
    height: 100%;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
}

.p-info-modal__logo {
    text-align: center;
}

.p-info-modal__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 32px;
    text-align: center;
}

.p-info-modal__content {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
}

.p-info-modal__footer {
    margin: 40px 0 24px;
}

.p-info-modal__footer span {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
}

.p-info-modal__footer a {
    font-size: 12px;
    color: #e21b25;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .p-info-modal {
        margin-right: -32px;
        padding-right: 32px;
        height: calc(100% - 80px);
    }

    .p-info-modal__btn {
        margin-bottom: 24px;
    }

    .p-info-modal__title {
        font-size: 36px;
        line-height: 1.1em;
        text-align: left;
    }

    .p-info-modal__content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 374px) {
    .cards-container {
        row-gap: 60px;
        column-gap: 0px;
    }

    .cards-container > * {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .catalog-fast-filters .fast-filters {
        margin: 32px -16px 0;
        width: calc(100% + 32px);
        padding: 16px;
    }

    .catalog-fast-filters .fast-filters::before,
    .catalog-fast-filters .fast-filters::after {
        content: "";
        width: 16px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: -1px;
        top: 0;
        background-color: #ffffff;
    }

    .catalog-fast-filters .fast-filters::before {
        right: auto;
        left: -1px;
    }

    .catalog-fast-filters .nav-filters {
        margin-right: 0;
    }

    .coloristic-banner .coloristic {
        width: 260px;
    }

    .coloristic-banner__title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .catalog-fast-filters .fast-filters__nav {
        display: none;
    }

    .p-catalog-info__icon + .p-catalog-info__icon {
        display: none;
    }

    .p-pagination__set {
        display: none;
    }

    .catalognav {
        margin-bottom: 4px !important;
    }

    .p-brands-info {
        margin-top: -8px;
        column-gap: 0;
        margin-bottom: 16px;
        row-gap: 4px;
        grid-template-columns: 0 calc(100% - 40px) 24px;
    }

    .p-brands-info__title {
        font-size: 26px;
        line-height: 26px;
        white-space: normal;
        width: calc(100% - 40px);
    }

    .p-brands-info__subtitle {
        font-size: 16px;
        line-height: 23px;
    }

    .p-brands-info__logo {
        display: none;
    }

    .p-brands-info__icon {
        justify-self: flex-end;
    }

    .p-brands-info__info {
        margin-top: 12px;
    }

    .p-brands-info .banner-titul__title span:first-child {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: -4px;
    }

    .p-brands-info .banner-titul__title span:last-child {
        line-height: 23px;
    }

    .compilations-banner-wrapper .prev-button-container,
    .compilations-banner-wrapper .cards-container {
        display: none;
    }

    .compilations-banner__text + .compilations-banner__title {
        margin-top: 4px;
    }

    .compilations-banners .compilations-banner-wrapper {
        margin-top: 32px;
    }

    .compilations-banners .compilations-banner-wrapper:first-child {
        margin-top: 24px;
    }

    .compilations-banner__abs-image {
        display: none;
    }

    .banner-body__simple-title,
    .banner-body__title {
        max-width: calc(100% - 40px);
    }
}

@media (min-width: 992px) {
    .cards-container {
        row-gap: 60px;
        column-gap: 32px;
    }

    .cards-container > * {
        flex: 0 0 calc(25% - 24px);
        width: calc(25% - 24px);
    }

    .share-modal__title {
        font-size: 18px;
        text-align: left;
        max-width: 354px;
        margin-top: -50px;
    }

    .share-modal__copy {
        order: 2;
        margin-top: 40px;
    }

    .share-modal__copy:hover {
        color: #e21b25;
    }

    .share-modal__content {
        order: 3;
        display: flex;
    }

    .share-modal__content-qr {
        display: block;
        margin-right: 48px;
    }

    .share-modal__content-qr img {
        display: block;
        margin-top: 17px;
    }

    .share-link {
        margin-top: 17px;
    }

    .share-modal__filler {
        order: 3;
        height: calc(100% - 496px);
    }

    .p-catalog-info {
        flex-wrap: nowrap;
    }

    .p-catalog-info__title {
        font-size: 36px;
        max-width: 620px;
        flex-shrink: 0;
        line-height: 40px;
    }

    .p-catalog-info__icon:hover {
        color: #e21b25;
    }

    .catalog-fast-filters .button-filters__icon {
        transform: translateY(-3px);
    }

    .banner-titul {
        height: 76px;
    }

    .p-brands-info .banner-titul {
        height: 70px;
        width: calc(100% - 132px);
    }

    .banner-titul-2__title {
        font-size: 36px;
        line-height: 32px;
    }

    .banner-titul__wrapper {
        justify-content: flex-start;
    }

    .banner-titul__title {
        flex-direction: column;
    }

    .banner-titul__title span:first-child {
        font-size: 36px;
        line-height: 32px;
        white-space: nowrap;
        transform: translateY(2px);
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-titul__title span:last-child {
        font-size: 24px;
        line-height: 1.2em;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* .p-brands-info {
        margin-bottom: 32px;
    } */

    .banner-titul + .p-brands-info__info {
        margin-top: -6px;
    }

    .p-brands-info__info:hover {
        color: #e21b25;
    }

    .p-brands-info__icon:hover {
        color: #e21b25;
    }

    .catalog-fast-filters .fast-filters__nav:hover {
        color: #e21b25;
        background-color: #ffffff;
    }

    .compilations-banner-wrapper {
        margin-top: 48px;
        margin-bottom: 96px;
    }

    .compilations-banner-wrapper .cards-container {
        margin-top: 48px;
    }

    .compilations-banner {
        height: 280px;
        border-radius: 16px;
        padding: 48px 120px 48px 48px;
    }

    .compilations-banner__title {
        font-size: 36px;
        line-height: 32px;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .compilations-banner__title h1,
    .compilations-banner__title h2,
    .compilations-banner__title span {
        font-size: 36px;
        line-height: 32px;
        white-space: nowrap;
    }

    .compilations-banner__text {
        font-size: 24px;
        line-height: 1.2em;
    }

    .compilations-banner__link {
        font-size: 14px;
        margin-top: 24px;
    }

    .compilations-banner__link:hover {
        color: #e21b25;
    }

    .compilations-banner .banner-body {
        max-width: calc(50% - 40px);
        gap: 12px;
    }

    .compilations-banner__promo-text {
        font-size: 14px;
        transition: 0.3s;
        cursor: pointer;
    }

    .compilations-banner__promo-text:hover {
        /* color: #e21b25; */
    }

    .compilations-banner__coloristic {
        right: 40px;
        top: 42px;
        width: 225px;
        height: 195px;
    }

    .compilations-banner__coloristic-brand {
        width: 106px;
        margin-top: 22px;
    }

    .banner-body {
        justify-content: flex-start;
    }

    .banner-body__simple-title,
    .banner-body__title span:first-child {
        font-size: 36px;
        line-height: 32px;
        margin-top: 16px;
        white-space: nowrap;
    }

    .banner-body__title span:last-child {
        font-size: 24px;
        line-height: 1.2em;
    }

    .banner-body__simple-title {
        margin-bottom: 24px;
    }

    .banner-body__share {
        transform: translateY(-25%);
    }

    .p-catalog-info__coloristic {
        display: inline-flex;
        justify-content: flex-end;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .compilations-banner {
        height: 334px;
    }

    .compilations-banner__coloristic {
        right: 47px;
        top: 51px;
        width: 268px;
        height: 233px;
    }

    .compilations-banner__coloristic-brand {
        width: 126px;
        margin-top: 30px;
    }
}

.btn-nav {
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-nav[aria-disabled="true"] {
    color: #989898;
    pointer-events: none;
    box-shadow: none;
}

@media screen and (min-width: 992px) {
    .btn-nav:hover {
        color: #e21b25;
    }
}

.sec-head {
    padding: 32px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sec-head__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

a.sec-head__title-link {
    text-decoration: none;
    display: block;
}

h2.sec-head__title-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    font-family: inherit;
    text-decoration: none !important;
    color: #2c2c2c !important;
}

.sec-head__title-counter {
    background-color: #e21b25;
    border-radius: 32px;
    padding: 5px 7px 5px 8px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 12px;
    font-weight: 700;
    min-width: 23px;
    display: block;
    text-align: center;
}

.sec-head__nav {
    display: none;
    align-items: center;
    gap: 8px;
}

.sec-head__nav[data-count="1"] {
    opacity: 0 !important;
    pointer-events: none !important;
}

.sec-head__nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    margin-right: 12px;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 576px) {
    .sec-head {
        padding: 50px 0 32px;
    }

    .sec-head__nav {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .sec-head {
        padding: 60px 0 32px;
    }

    .sec-head__nav {
        display: flex;
    }

    h2.sec-head__title-text {
        font-size: 36px;
        line-height: 32px;
    }
}

.coloristic {
    position: relative;
    width: 196px;
    text-align: center;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
}

.coloristic__bg {
    width: 100%;
    mask: url('data:image/svg+xml;utf8,<svg width="130" height="113" viewBox="0 0 130 113" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M129.53 70.0492C129.53 101.394 102.384 112.487 65.7772 112.487C29.17 112.487 0 101.394 0 70.0492C0 54.3188 17.2033 37.8368 27.3228 26.0775C38.9839 12.5268 47.2553 -0.144643 65.7772 0.00124764C84.0647 0.145292 92.296 12.7144 103.726 26.0775C115.155 39.4406 129.53 54.2338 129.53 70.0492Z" fill="white"/></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="130" height="113" viewBox="0 0 130 113" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M129.53 70.0492C129.53 101.394 102.384 112.487 65.7772 112.487C29.17 112.487 0 101.394 0 70.0492C0 54.3188 17.2033 37.8368 27.3228 26.0775C38.9839 12.5268 47.2553 -0.144643 65.7772 0.00124764C84.0647 0.145292 92.296 12.7144 103.726 26.0775C115.155 39.4406 129.53 54.2338 129.53 70.0492Z" fill="white"/></svg>');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.coloristic__bg-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 196 / 168;
    object-fit: cover;
}

.coloristic__svg {
    width: calc(129% / 1.96);
    height: auto;
    position: absolute;
    z-index: 1;
    left: calc(35% / 1.96);
    top: calc(53% / 2.3);
}

.coloristic__brand {
    position: absolute;
    z-index: 2;
    width: calc(61% / 1.96);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    top: calc(85% / 2.15);
    left: calc(69% / 1.96);
}

.coloristic__brand-text {
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
}

.coloristic__brand-line {
    font-size: 8px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-top: 4px;
    color: #112233;
}

.coloristic-list {
    width: 100%;
}

.coloristic-list__wrapper {
    display: flex;
}

.coloristic-list .coloristic {
    width: 115px;
}

.coloristic-list__item {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    max-width: calc(100vw / 375 * 135);
}

.coloristic-list__item .coloristic {
    width: 100% !important;
}

@media screen and (min-width: 376px) {
    .coloristic__brand-text {
        font-size: 12px;
        line-height: 14px;
    }

    .coloristic__brand-line {
        font-size: 10px;
    }
}

@media screen and (min-width: 992px) {
    .coloristic-list__wrapper {
        flex-wrap: wrap;
        /* display: block; */
        gap: 32px;
    }

    .coloristic-list .coloristic {
        width: 208px;
    }

    .coloristic__brand-text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1em;
    }

    .coloristic__brand-line {
        font-size: 12px;
        margin-top: 6px;
        color: #112233;
    }

    .coloristic-list__item {
        max-width: 208px;
    }
}

@media screen and (min-width: 1200px) {
    .coloristic-list .coloristic {
        width: 196px;
    }

    .coloristic-list__item {
        max-width: 196px;
    }
}

.colors-list__wrapper {
    display: flex;
    width: 100%;
}

.colors-list__container {
    display: flex;
    width: 100%;
    column-gap: 16px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.colors-list__list {
    padding-top: 24px;
}

.colors-list__list:first-child {
    padding-top: 0;
}

.colors-list__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 12px;
}

.colors-list__item {
    padding: 10px 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.02em;
    text-decoration: none;
    max-width: 208px;
    /* min-width: 129px; */
    background-color: #f5f6fa;
}

.colors-list__item-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex-shrink: 0;
    flex-grow: 0;
    padding-right: 8px;
    overflow: hidden;
    min-width: calc(100% - 32px);
    max-width: calc(100% - 60px);
}

.colors-list__container .colors-list__item {
    width: calc(50% - 8px);
}

.colors-list__item-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.sublines-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sublines-list__item {
    text-align: center;
    flex-shrink: 0;
    text-decoration: none;
    width: calc(33% - 7px);
    display: block;
}

.sublines-list__item-icon {
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
}

.sublines-list__item-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.sublines-list__item-subtitle {
    font-size: 8px;
    line-height: 1em;
    margin-top: 3px;
    font-weight: 700;
}

.sublines-list__item-title {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.04em;
    margin-top: 10px;
}

@media screen and (min-width: 376px) {
    .sublines-list__item-title {
        font-size: 12px;
    }

    .sublines-list__item-subtitle {
        font-size: 10px;
    }

    .colors-list__item {
        padding: 11px 12px;
        font-size: 14px;
    }
}

@media screen and (min-width: 648px) {
    .sublines-list__item {
        width: 160px;
    }
}

@media screen and (min-width: 992px) {
    .colors-list__wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }

    .colors-list__container {
        column-gap: 12px;
    }

    .colors-list__item {
        font-size: 14px;
        width: 208px;
        gap: 8px;
        padding: 6px 8px;
    }

    .colors-list__item-icon {
        width: 50px;
        height: 50px;
    }

    .colors-list__title {
        font-size: 20px;
        line-height: 1em;
    }

    .colors-list__list {
        padding-top: 32px;
    }

    .sublines-list {
        column-gap: 32px;
        row-gap: 40px;
    }

    .sublines-list__item-title {
        font-size: 16px;
    }

    .sublines-list__item-subtitle {
        font-size: 12px;
    }

    .colors-list__item-text {
        min-width: calc(100% - 55px);
    }
}

@media screen and (min-width: 1200px) {
    .sublines-list__item {
        width: 158px;
    }
}

.types-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.types-list-2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
}

.types-list__item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    text-decoration: none;
}

.types-list__item-2 {
    max-width: 128px;
    flex-shrink: 0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.types-list__item-image {
    width: 56px;
    height: 47px;
    flex-shrink: 0;
    object-fit: contain;
}

.types-list__item-image-2 {
    width: 109px;
    height: 92px;
    flex-shrink: 0;
    object-fit: contain;
}

.types-list__item-text {
    font-size: 16px;
    line-height: 21px;
}

.types-list__item-text-2 {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 991px) {
    .coloristic:hover,
    .sublines-list__item:hover,
    .coloristic-list__item:hover,
    .colors-list__item:hover,
    .types-list__item:hover {
        color: #11244d !important;
    }
}

@media screen and (min-width: 992px) {
    .types-list {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 46px;
        column-gap: 32px;
    }

    .types-list-2 {
        row-gap: 46px;
        column-gap: 32px;
    }

    .types-list__item {
        max-width: 128px;
        flex-shrink: 0;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .types-list__item-2 {
        max-width: 128px;
        flex-shrink: 0;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .types-list__item-image {
        width: 128px;
        height: 108px;
    }

    .types-list__item-text {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 0.02em;
        display: block;
        padding-top: 12px;
    }

    .types-list__item-text-2 {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 0.02em;
        display: block;
        padding-top: 12px;
    }
}
