/* Визуальная серия только для девяти карточек основных характеристик профиля. */
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item > .col-md-2 {
    position: relative;
    isolation: isolate;
    background-color: #fff0e9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(1) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-01-width-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(2) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-02-thickness-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(3) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-03-chambers-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(4) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-04-seal-contours-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(5) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-05-structure-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(6) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-06-gaskets-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(7) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-07-reinforcement-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(8) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-08-colors-v1.png'); }
.vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item:nth-of-type(9) > .col-md-2 { background-image: linear-gradient(112deg, rgba(255,246,241,.78), rgba(255,235,224,.6)), url('/images/products/profils/character-visuals-v1/character-09-glazing-v1.png'); }

@media (max-width: 991px) {
    .vo-profiles-redesign .profili-top + .utepl-char .utepl-char-item > .col-md-2 {
        min-height: 104px;
        background-position: center 44%;
    }
}
