.utksk247-module {
    max-width: 1080px;
    margin: 0 auto;
    padding: 28px 20px 34px;
    color: #050505;
    font-family: inherit;
}

.utksk247-listing .utksk247-module + .utksk247-module {
    margin-top: 18px;
    border-top: 1px solid #e8e8e8;
}

.utksk247-hero {
    padding: 28px 28px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #06100e 0%, #0a6f3b 100%);
    color: #fff;
    text-align: center;
}

.utksk247-hero h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
    font-weight: 700;
}

.utksk247-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
}

.utksk247-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
    margin: 28px 0 32px;
}

.utksk247-column h3 {
    margin: 0 0 22px;
    color: #006d3b;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    font-weight: 700;
}

.utksk247-advantages h3 {
    color: #69bce4;
}

.utksk247-column p,
.utksk247-list {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.utksk247-list {
    padding-left: 18px;
}

.utksk247-list li {
    margin: 0 0 6px;
}

.utksk247-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.utksk247-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f4;
    aspect-ratio: 3 / 4;
}

.utksk247-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utksk247-empty {
    padding: 16px;
    border-left: 4px solid #006d3b;
    background: #f5f7f5;
}

.utksk247-automotor {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 20px 36px;
    color: #111;
    font-family: inherit;
}

.utksk247-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e5e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.utksk247-card-media {
    display: block;
    aspect-ratio: 4 / 3;
    background: #eef3ef;
    color: #607064;
    text-decoration: none;
}

.utksk247-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utksk247-card-media span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    font-size: 14px;
}

.utksk247-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.utksk247-card h3 {
    margin: 0 0 12px;
    color: #006d3b;
    font-size: 20px;
    line-height: 1.25;
}

.utksk247-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 12px;
}

.utksk247-card dl div {
    min-width: 0;
    padding: 10px;
    border-radius: 6px;
    background: #f4f8f5;
}

.utksk247-card dt {
    margin: 0 0 4px;
    color: #647067;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.utksk247-card dd {
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.utksk247-card p {
    margin: 0 0 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

.utksk247-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 4px;
    background: #006d3b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.utksk247-card-button:hover,
.utksk247-card-button:focus {
    background: #064f30;
    color: #fff;
}

@media (max-width: 900px) {
    .utksk247-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .utksk247-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .utksk247-automotor {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .utksk247-module {
        padding: 20px 14px 28px;
    }

    .utksk247-hero {
        padding: 22px 16px;
    }

    .utksk247-hero p {
        font-size: 14px;
    }

    .utksk247-column h3 {
        font-size: 21px;
    }

    .utksk247-automotor {
        grid-template-columns: 1fr;
        padding: 20px 14px 30px;
    }
}
