

/* 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 */


/* Start:/local/components/rarus/request.gift.feedback/templates/.default/style.css?16436391055043*/
/*
.request_gift {
    background-color: #0b7057;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    height: 100%;
    width: 100%;
    max-width: 490px;
    display: none;
    overflow-y: auto !important;
    padding-bottom: 30px;
    background-image: url('/local/components/rarus/request.gift.feedback/templates/.default/./img/waves.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.mf-ok-text {
    display: none;
    position: fixed;
    top: 40%;
    left: 10%;
    background: #0b7057;
    width: 330px;
    height: 330px;
    border-radius: 50%;
}
.mf-ok-text span {
    display: block;
    max-width: 195px;
    margin: 100px auto 0;
    color: #fff;
    font-style: italic;
}
.mf-ok-text .close_ok {
    background: #0b7057;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}
.mf-ok-text .close_ok .cross {
    width: 22px;
    height: 20px;
    margin: 2px auto 0;
    font-size: 36px;
    color: #fff;
}
.mf-ok-text .close_ok:hover {
    background: #fff;
    border: 1px solid #0b7057;
}
.mf-ok-text .close_ok:hover .cross {
    color: #0b7057;
}
.request_gift .error {
    display: block;
    clear: both;
    margin: 0 45px;
}
.request_gift .error p {
    margin: 2px 0;
    font-size: 14px;
}
.request_gift form {
    margin: 20px 0 0 45px;
    max-width: 365px;
    clear: both;
    overflow: hidden;
}
.request_gift .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 6px;
}
.request_gift #product_name {
    margin-bottom: 35px;
    display: block;
}
.request_gift #close_request {
    float: right;
    display: block;
    margin: 22px 30px 0 0;
    font-size: 38px;
    line-height: 19px;
    cursor: pointer;
}
.request_gift #close_request:hover:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    background-color: #fff;
    opacity: 0.2;
    right: 26px;
}
.request_gift .field {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
    align-items: center;
}
.request_gift .field .mf-req {
    margin-left: 5px;
}
.request_gift .field .mf-text {
    font-size: 0.85em;
}
.request_gift .field input,
.mf-captcha input,
.request_gift .field select {
    background: #0b7057;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85em;
    padding: 10px 15px;
    outline: none;
}
.request_gift .field select {
    width: 100%;
    max-width: 225px;
}
.request_gift .field input:focus,
.mf-captcha input:focus,
.request_gift .field select:focus {
    border-width: 3px;
    padding: 8px 13px;
}
.request_gift .field textarea:-webkit-autofill,
.request_gift .field input:-webkit-autofill {
    background-color: unset !important;
}
.request_gift input[type="submit"] {
    width: 175px;
    height: 55px;
    display: block;
    float: right;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    font-size: 1em;
    outline: none;
    border: 1px solid #fff;
}
.request_gift input[type="submit"]:hover {
    background-color: transparent;
    color: #fff;
}
.request_gift input[type="submit"][disabled],
.request_gift input[type="submit"][disabled]:hover {
    background: #0f644f;
    border-color: #0f644f;
    cursor: default;
    color: #2c453f;
}

.privacy-policy__block {
    margin-bottom: 14px;
}
.request_gift .checkbox_label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    font-style: italic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.request_gift .checkbox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.request_gift .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #0b7057;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 2px;
}

.request_gift .checkbox_label:hover .checkmark {
    box-shadow: 0 0 4px 0 #fff;
}

.request_gift .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.request_gift .checkbox_label input:checked ~ .checkmark:after {
    display: block;
}

.request_gift .checkbox_label .checkmark:after {
    left: 2px;
    top: 2px;
    width: 10px;
    background-color: #fff;
    height: 10px;
}

.mf-captcha {
    margin: 35px 0 20px;
}
.mf-captcha .mf-text {
    font-size: 0.75em;
    font-style: italic;
    margin: 2px 0 10px;
}

.request_gift font.errortext.errortext.errortext.errortext {
    color: #f5f817 !important;
}

@media (max-width: 490px)  {
    .request_gift {
        width: 100%;
    }
    .request_gift form {
        margin: 0;
        padding: 0 20px;
        max-width: 405px;
    }
    .request_gift .field {
        display: block;
    }
    .request_gift .field .mf-text {
        margin-bottom: 6px;
    }
}
*/
/* End */
/* /local/components/rarus/news.detail/templates/rarus_news/style.css?17237123831499 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
/* /local/components/rarus/request.gift.feedback/templates/.default/style.css?16436391055043 */
