/* Первая секция */
.hero-section {
    position: relative;
    min-height: 720px;
    padding: 32px 0 90px;
    display: flex;
    align-items: stretch;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.20) 0%,
        rgba(0, 0, 0, 0.10) 30%,
        rgba(0, 0, 0, 0.03) 55%,
        rgba(0, 0, 0, 0.00) 100%
    );
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    display: flex;
}

.hero-section__inner {
    min-height: 598px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-section__branding {
    padding-top: 8px;
}

.hero-section__logo-link {
    display: inline-block;
    text-decoration: none;
}

.hero-section__logo {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
}

.hero-section__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero-section__description {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.55;
}

/* Вторая секция */
.care-sets-section {
    padding: 0;
    background-color: #fff;
}

.care-sets-section__header {
    padding: 40px 15px 40px;
}

.care-sets-section__title {
    margin: 0;
    color: #7a5d47;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.care-sets-section__grid {
    width: 100%;
    margin: 0;
}

.care-set-card {
    background-color: #fff;
}

.care-set-card__image-wrap {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    overflow: hidden;
}

.care-set-card__image-wrap--yellow {
    background-color: #fec25f;
}

.care-set-card__image-wrap--green {
    background-color: #bad392;
}

.care-set-card__image-wrap--blue {
    background-color: #b9e0ed;
}

.care-set-card__image {
    display: block;
    max-width: 100%;
    /* max-height: 320px; */
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.care-set-card__body {
    padding: 12px 20px 18px;
    text-align: center;
    background-color: #fff;
}

.care-set-card__title {
    margin: 0;
    color: #7a5d47;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
}

/* Третья секция */
.why-karleen-section {
    padding: 28px 0 40px;
    background-color: #fff;
}

.why-karleen-section__header {
    margin-bottom: 28px;
}

.why-karleen-section__title {
    margin: 0;
    color: #7a5d47;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.why-karleen-section__row {
    --bs-gutter-y: 2rem;
}

.why-feature-card {
    text-align: center;
}

.why-feature-card__inner {
    height: 100%;
}

.why-feature-card__icon-wrap {
    margin-bottom: 18px;
}

.why-feature-card__icon {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.why-feature-card__title {
    margin: 0 auto;
    /* max-width: 320px; */
    color: #111111;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Четвертая секция */
.about-brand-section {
    padding: 56px 0;
    background-color: #fff;
}

.about-brand-section__media {
    margin: 0;
}

.about-brand-section__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-brand-section__content {
    color: #111111;
}

.about-brand-section__header {
    margin-bottom: 24px;
}

.about-brand-section__title {
    margin: 0 0 14px;
    color: #111111;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}

.about-brand-section__subtitle {
    margin: 0;
    color: #111111;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.about-brand-section__text p {
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.45;
    text-transform: uppercase;
}

.about-brand-section__text p:last-child {
    margin-bottom: 0;
}

.about-brand-section__text p {
    font-size: 0.92rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.about-brand-section__header {
    margin-bottom: 18px;
}

.about-brand-section__text p {
    margin-bottom: 14px;
}

/* Пятая секция */
.product-lines-section {
    padding: 56px 0;
    background-color: #fff;
}

.product-lines-section__title {
    margin: 0;
    color: #7a5d47;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    word-wrap: break-word;
}

.visually-hidden__title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.product-line-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.product-line-card__figure {
    margin: 0 0 24px;
    text-align: center;
}

.product-line-card__image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.product-line-card__body {
    text-align: center;
}

.product-line-card__name {
    margin: 0 0 10px;
    color: #111111;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.product-line-card__subtitle {
    margin: 0 0 24px;
    color: #111111;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.product-line-card__text {
    text-align: justify;
}

.product-line-card__text p {
    margin: 0 0 16px;
    color: #222222;
    font-size: 0.95rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.product-line-card__list {
    margin: 0 0 16px 18px;
    padding: 0;
}

.product-line-card__list li {
    margin-bottom: 6px;
    color: #222222;
    font-size: 0.95rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.product-line-card__list li:last-child {
    margin-bottom: 0;
}
.nolinkstpl {
    text-decoration: none;
}
