.product-card-short-description p,
.product-card-short-description ul.spec {
    font-size: 14px;
}

.product-card-short-description ul.spec {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.product-card-short-description ul.spec li,
.product-card-short-description ul.spec span {
    font-weight: 400;
}

.product-card-short-description ul.spec li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding-top: 5px;
    border-bottom: 1px dashed var(--fn-border-color, #dee2e6);
}

.product-card-short-description ul.spec li > span:last-child {
    text-align: right;
}

.hero-side-photos {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-side-photo {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(22vw, 360px);
    height: auto;
    max-height: 82%;
    object-fit: contain;
    border-radius: 1rem;
}

.hero-side-photo--left {
    left: 1.5%;
}

.hero-side-photo--right {
    right: 1.5%;
    width: min(24vw, 400px);
}

@media (min-width: 992px) {
    .hero-side-photo {
        display: block;
    }
}

.homepage-services .card-img-top {
    background: transparent;
}

.homepage-services__gradient {
    z-index: 0;
    background: linear-gradient(1deg, rgba(33, 42, 54, .75) 0.33%, rgba(33, 42, 54, 0) 45.72%);
}

.homepage-services .card-img-top .ratio img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.homepage-category-card {
    background: transparent;
}

.homepage-category-card__preview {
    border-radius: 1rem;
}

.homepage-category-card__gradient {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(1deg, rgba(33, 42, 54, .8) 0.33%, rgba(33, 42, 54, 0) 52%);
}

.homepage-category-card__preview .ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-logo {
    height: 36px;
    width: auto;
    display: block;
}

.footer-logo {
    height: 48px;
    width: auto;
    display: block;
}

@media (min-width: 576px) {
    .navbar-logo {
        height: 44px;
    }
}

.article-content {
    font-size: 1.05rem;
    line-height: 1.7;
}

.article-content .lead {
    font-size: 1.2rem;
    color: var(--bs-secondary-color);
    margin-bottom: 1.5rem;
}

.article-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.article-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.article-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.article-content li + li {
    margin-top: 0.75rem;
}

.article-content a {
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-body::after {
    content: "";
    display: table;
    clear: both;
}

.article-announcement-image {
    float: left;
    width: 33.333%;
    max-width: 100%;
    height: auto;
    margin: 0 15px 15px 0;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .article-announcement-image {
        float: none;
        width: 100%;
        margin: 0 0 1rem;
    }
}

.contacts-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .5rem;
    width: 12.5rem;
    margin-left: auto;
}

.contacts-actions__btn {
    width: 100%;
    justify-content: center;
}

.contacts-info-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.contacts-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 2rem rgba(33, 42, 54, .08) !important;
}

.contacts-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    font-size: 1.25rem;
}

.contacts-info-card__value {
    font-size: 1.125rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.contacts-info-card__value:hover {
    color: var(--bs-primary);
}

.contacts-map-card {
    min-height: 100%;
}

.contacts-map {
    min-height: 420px;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--fn-border-color, #dee2e6);
}

.contacts-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

@media (min-width: 992px) {
    .contacts-map {
        min-height: 100%;
    }

    .contacts-map iframe {
        min-height: 560px;
    }
}
