

/* Start:/local/components/rarus/news.detail/templates/rarus_art/style.css?16161401311752*/
.news-detail {
    max-width: 715px;
}
.news-detail .detail_picture {
    /*max-height: 250px;*/
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 0 15px;
}
.news-detail .news-date-time {
    font-size: 13px;
    color: #7e7e7e;
    font-style: italic;
    margin-bottom: 12px;
}
.news-detail.news-detail h1 {
    margin: 0 0 4px;
}
.news-detail a {
    color: #000;
}
.news-detail a:hover {
    color: var(--green);
}
.news-detail img {
    max-width: 100%;
    height: auto;
}

.relink_block {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.relink_block a {
    max-width: 350px;
    text-decoration: none;
}
.relink_block .prev,
.relink_block .next {
    color: #000;
    font-size: 15px;
}
.relink_block .prev:before {
    content: '<';
    margin-right: 6px;
}
.relink_block .next:after {
    content: '>';
    margin-left: 6px;
}
.relink_block .name {
    text-decoration: underline;
    margin: 6px 0 8px;
    color: var(--dark_green);
    font-size: 18px;
}
.relink_block a:hover .name {
    color: var(--green);
}

.relink_block a:first-child {
    margin-right: 12px;
}
.relink_block a:last-child {
    margin-left: 12px;
}

@media (max-width: 680px) {
    .relink_block {
        flex-direction: column;
    }
    .relink_block a:first-child,
    .relink_block a:last-child {
        margin: 18px 0;
    }
}

.navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.navigation a {
    margin-bottom: 8px;
}
.news-detail h3 {
    margin-bottom: 8px;
}
.news-detail ul,
.news-detail ol {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 26px;
}
.news-detail li {
    margin-bottom: 6px;
}
.news-detail li::marker {
    font-weight: 600;
}
/* End */


/* Start:/local/components/rarus/help-form/templates/light/style.css?17848907092594*/
.help-form {
    position: relative;
    padding: 20px 0 28px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.help-form::before,
.help-form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--green);
    background: linear-gradient(to right, transparent 0, var(--green) 10%, var(--green) 90%, transparent 100%);
}
.help-form::before {
    top: 0;
}
.help-form::after {
    bottom: 0;
}
.help-form__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.help-form__descr {
    text-align: center;
    margin: 0.4rem auto 1rem;
    font-size: 0.9rem;
}
.help-form form {
    display: flex;
    align-items: center;
    gap: 30px;
}
.help-form__fields {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 1rem;
}
.help-form__field {}
.help-form__fname {
    font-size: 0.8rem;
    margin: 0 12px 0.3rem;
}
.help-form__field input {
    border: 1px solid #000000;
    font-size: 0.9em;
    padding: 10px 12px;
    outline: none;
}
.help-form__field input:focus {
    border-width: 2px;
    padding: 9px 11px;
}
.help-form__field input::placeholder {
    color: #ccc;
}
.help-form__captcha {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}
.help-form__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    /*margin-top: 1.5rem;*/
}
.help-form__submit {
    display: block;
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 11px 24px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.9rem;
}
.help-form__submit:hover {
    background-color: var(--dark_green);
}
.help-form__field.error-field input {
    /*border-color: #f5f817;*/
    border-color: red;
}
.error-field__text {
    display: none;
}
.error-field .error-field__text {
    display: block;
}
.error-field__text,
.error_session,
.error-captcha__text {
    color: red;
    font-size: 0.8rem;
}
.error-captcha__text {}
.error-field__text {
    margin: 2px 8px 0;
}
.error_session,
.error-captcha__text {
    margin-bottom: 1rem;
}
.help-form__success {
    font-size: 1.1rem;
    text-align: center;
}
@media (max-width: 1060px) {
    .help-form form {
        flex-direction: column;
        gap: 22px;
    }
}
@media (max-width: 830px) {
    .help-form__fields {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* End */
/* /local/components/rarus/news.detail/templates/rarus_art/style.css?16161401311752 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
