﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

.cmp-specs-header {
    position: relative
}

.cmp-specs-header__wrapper {
    position: relative;
    width: 100%;
    padding: 32px 16px 24px
}

.cmp-specs-header__title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: unset;
    text-transform: uppercase
}

.cmp-specs-header__text {
    margin-top: 8px
}

.cmp-specs-header__wrapper-image {
    position: relative;
    width: 100%;
    margin: 24px auto 0
}

.cmp-specs-header__wrapper-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cmp-specs-header__info {
    position: relative;
    margin: 32px auto 0
}

    .cmp-specs-header__info .cmp-model-stats-item {
        opacity: 1
    }

@media(min-width:764px) {
    .cmp-specs-header__wrapper {
        padding: 40px 24px 24px
    }

    .cmp-specs-header__title {
        font-size: 40px
    }

    .cmp-specs-header__wrapper-image {
        width: 466px
    }
}

@media(min-width:1016px) {
    .cmp-specs-header__wrapper {
        padding: 48px 48px 40px
    }

    .cmp-specs-header__text {
        margin-top: 10px
    }

        .cmp-specs-header__text .cmp-text, .cmp-specs-header__text .cmp-text p {
            font-size: 20px
        }

            .cmp-specs-header__text .cmp-text a {
                text-decoration: underline
            }

    .cmp-specs-header__wrapper-image {
        width: 718px;
        margin-top: 32px
    }
}

@media(min-width:1436px) {
    .cmp-specs-header__wrapper {
        padding: 64px 58px 56px
    }

    .cmp-specs-header__title {
        font-size: 60px
    }

    .cmp-specs-header__text .cmp-text, .cmp-specs-header__text .cmp-text p {
        font-size: 24px
    }

        .cmp-specs-header__text .cmp-text a {
            text-decoration: underline
        }
}
