@keyframes loader {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes opacity-animation {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[hidden],
[v-cloak],
template {
    display: none !important
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.brand-catalog-list {
    width: 100%;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .brand-catalog-list {
        overflow: scroll
    }
}

.brand-catalog-list::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    display: block;
    width: 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0)0, rgba(0, 0, 0, .15) 100%);
    content: ""
}

@media only screen and (min-width:768px) {
    .brand-catalog-list::after {
        display: none
    }
}

.brand-catalog-list__wrapper {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 10px;
    column-gap: 10px
}

@media only screen and (max-width:767px) {
    .brand-catalog-list__wrapper {
        min-width: 400px;
        min-width: 140vw;
        -moz-column-width: 90px;
        column-width: 90px;
        -moz-column-width: 28vw;
        column-width: 28vw
    }
}

@media only screen and (min-width:1600px) {
    .brand-catalog-list__wrapper {
        -moz-column-count: 5;
        column-count: 5
    }
}

.brand-catalog-list__group {
    position: relative;
    margin-bottom: 5px;
    padding-inline-start: 16px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.brand-catalog-list__group-key {
    position: absolute;
    top: 6px;
    inset-inline-start: 0;
    display: block;
    color: var(--color-accent);
    font-weight: 700;
    font-size: 11px;
    line-height: 1
}

@media only screen and (min-width:768px) {
    .brand-catalog-list__group-key {
        font-size: 12px
    }
}

@media only screen and (min-width:1280px) {
    .brand-catalog-list__group-key {
        font-size: 13px
    }
}

.brand-catalog-list__list {
    list-style-type: none
}

.brand-catalog-list__item {
    display: block;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis
}

.brand-catalog-list__link {
    display: inline-block;
    padding: 5px;
    color: var(--color-text-secondary);
    font-size: 12px;
    transition: color .15s, background .15s
}

@media only screen and (min-width:768px) {
    .brand-catalog-list__link {
        font-size: 13px
    }
}

@media only screen and (min-width:1280px) {
    .brand-catalog-list__link {
        font-size: 14px
    }
}

.brand-catalog-list__link:hover {
    background: #fff
}

.catalog-common__caption {
    margin-bottom: 30px;
    padding-inline-start: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.catalog-common__caption-more {
    color: var(--color-text-tertiary-contrast);
    font-weight: 400;
    font-size: 16px
}

@media only screen and (min-width:768px) {
    .catalog-common__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
        gap: 16px
    }
}

.catalog-common__item {
    display: block;
    background-color: #fff;
    border-bottom: 2px solid var(--color-line-border);
    transition: border .15s ease
}

@media only screen and (max-width:767px) {
    .catalog-common__item {
        margin-bottom: 15px
    }
    .catalog-common__item:last-child {
        margin-bottom: 0
    }
}

.catalog-common__item:hover {
    border-color: var(--color-accent)
}

.catalog-common__picture-icon {
    height: 45px
}

.catalog-common__picture-icon,
.catalog-common__svg {
    flex: none;
    width: 55px;
    max-height: 45px;
    margin-inline-end: 15px
}

.catalog-common__picture-icon {
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-common__svg {
    height: auto;
    transition: fill .15s ease;
    fill: var(--color-text-tertiary-contrast)
}

.catalog-common__link {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 16px 20px;
    color: var(--color-text-secondary);
    font-size: 16px;
    line-height: 17px;
    white-space: normal;
    cursor: pointer;
    transition: color .15s ease
}

.catalog-common__link:hover {
    color: var(--color-accent)
}

@media only screen and (max-width:767px) {
    .catalog-common__link {
        padding: 10px 15px
    }
}

.catalog-common__link:hover .catalog-common__svg,
.catalog-links__item:hover .catalog-links__svg {
    fill: var(--color-accent)
}

.catalog-links {
    display: grid
}

.catalog-links_type_icon-caption {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 56px;
    grid-gap: 2px
}

@media only screen and (min-width:768px) {
    .catalog-links_type_icon-caption {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (min-width:1280px) {
    .catalog-links_type_icon-caption {
        grid-template-columns: repeat(4, 1fr)
    }
}

.catalog-links_type_only-icons {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 110px;
    grid-gap: 4px
}

@media only screen and (min-width:768px) {
    .catalog-links_type_only-icons {
        grid-template-columns: repeat(3, 1fr)
    }
    .catalog-links_full-width.catalog-links_type_icon-caption {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (min-width:1280px) {
    .catalog-links_full-width.catalog-links_type_icon-caption {
        grid-template-columns: repeat(6, 1fr)
    }
}

.catalog-links__item {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    overflow: hidden;
    color: var(--color-text);
    font-size: 16px;
    background-color: var(--color-bg-secondary);
    transition: background-color .15s linear, color .15s linear
}

.catalog-links__item:hover {
    color: var(--color-accent);
    background-color: var(--color-line)
}

.catalog-links__item:hover .catalog-links__img {
    filter: grayscale(0%)
}

.catalog-links_type_only-icons .catalog-links__item {
    justify-content: center
}

.catalog-links__svg {
    flex-shrink: 0;
    transition: fill .15s linear;
    fill: var(--color-text-tertiary-contrast)
}

.catalog-links__img {
    filter: grayscale(100%);
    transition: filter .15s linear;
    will-change: filter
}

.catalog-links_type_icon-caption .catalog-links__img-wrapper,
.catalog-links_type_icon-caption .catalog-links__svg {
    width: 56px;
    height: auto;
    max-height: 34px;
    margin-inline-end: 10px
}

.catalog-links_type_only-icons .catalog-links__img-wrapper,
.catalog-links_type_only-icons .catalog-links__svg {
    max-width: 100px;
    max-height: 90px
}

@media only screen and (min-width:1280px) {
    .catalog-links_type_only-icons .catalog-links__img-wrapper,
    .catalog-links_type_only-icons .catalog-links__svg {
        max-width: 130px
    }
}

.catalog-links__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}