

/* Start:/local/templates/praktik72/components/bitrix/news.list/stocks/style.css?17882831751817*/
h1.h1 {
    margin: 0 0 30px 0;
}
.stocks {
    background-color: #FFFFFF;
    padding: 30px;
}
.stocks__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(157, 167, 177, .3);
}
.stocks__body {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}
@media (max-width: 1023px) {
    .stocks__body {
        flex-direction: column;
    }
}
.stocks__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}
.stocks__image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.stocks__title {
    margin: 0 0 24px 0;
}
h2.stocks__title {
    text-align: inherit;
    -webkit-hyphens: inherit;
    hyphens: inherit;
    hyphenate-limit-chars: inherit;
}
.stocks__desc, .stocks__desc * {
    font-size: 14px;
}
.stocks__desc li {
    margin-bottom: 0;
}
.stocks__desc ul {
    margin: 8px 0;
}
.stocks__postscriptum {
    margin: 20px 0;
    font-size: 12px;
}
.stocks__date {
    font-weight: 700;
    margin-bottom: 10px;
    color: #f04e23;
}
.stocks .btn {
    margin: 20px 0 0 0;
}
.stocks__service-link {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: 12px;
    color: #323232;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    -webkit-hyphens: none;
    hyphens: none;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.stocks__service-link:hover {
    color: #f04e23;
}
.stocks__service-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* End */
/* /local/templates/praktik72/components/bitrix/news.list/stocks/style.css?17882831751817 */
