

/* Start:/local/components/rarus/news.detail/templates/rarus_news/style.css?17237123831499*/
.news-detail {
    max-width: 715px;
}
.news-detail .detail_picture {
    max-height: 250px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 0 24px;
}
.news-detail .news-date-time {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0px;
}
.news-detail.news-detail h1 {
    margin: 0 0 12px;
    font-size: 1.5em;
}
.news-detail a {
    color: #000;
}
.news-detail a:hover {
    color: #4e82c2;
}
.news-detail img {
    max-width: 100%;
    height: auto;
}

.news-detail p {
    margin-top: 0.8em;
}
.news-detail ul {
    padding-left: 30px;
    margin: 4px 0 18px;
}
.news-detail ul li {
    margin: 2px 0 8px;
}

.reg_button {
    text-decoration: none;
    padding: 12px 30px 14px 24px;
    font-size: 20px;
    margin: auto;
    background-color: var(--green);
    color: #fff !important;
}
.reg_button:hover {
    background-color: var(--dark_green);
}

.news-detail table {
    border-spacing: 0;
    border: 1px solid #cecece;
}
.news-detail table td {
    padding: 8px 16px 16px;
    border: 1px solid #cecece;
}
.news-detail table td p {
    margin: 0;
}


.request-gift {
    display: flex;
    justify-content: center;
    width: 100%;
}
.request-gift .request-gift_button {
    text-decoration: none;
    background-color: var(--green);
    color: #fff;
    padding: 11px 32px 9px 24px;
    flex-shrink: 0;
    cursor: pointer;
}
.request-gift .request-gift_button:hover {
    background-color: var(--dark_green);
}

.seo-link {
    color: #000000;
}
/* 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_news/style.css?17237123831499 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
