﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

.cmp-specs-highlights {
    background-color: var(--bg-color)
}

.cmp-specs-highlights__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1074px;
    width: 100%;
    margin: 0 auto
}

.cmp-specs-highlights__title {
    font-family: var(--title-font);
    color: var(--title-color);
    margin: 0;
    text-align: center
}

.cmp-specs-highlights__text {
    font-family: var(--text-font);
    color: var(--text-color);
    text-align: center;
    position: relative;
    bottom: 16px
}

.cmp-specs-highlights__grid {
    display: grid;
    grid-template-columns: repeat(2,126px)
}

@media(min-width:764px) {
    .cmp-specs-highlights__grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(min-width:1016px) {
    .cmp-specs-highlights__text {
        margin-top: 0
    }
}

.cmp-specs-highlights-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px
}

.cmp-specs-highlights-item__icon {
    display: flex;
    justify-content: center;
    width: 100%
}

    .cmp-specs-highlights-item__icon .ico {
        width: 32px;
        height: 32px;
        background-color: var(--bg-color-ico)
    }

.cmp-specs-highlights-item__highlight {
    font-family: var(--highlight-font);
    color: var(--highlight-color);
    text-align: center
}

@media(min-width:764px) {
    .cmp-specs-highlights-item {
        width: 146px
    }
}
