

/* Start:/local/components/rarus/catalog.element/templates/tabbed/style.css?17237183989912*/
.top_block {
    /*display: grid;
    grid-template: auto/4fr 2fr;*/
    margin-top: 12px;
    /* margin-bottom: 64px; */
    margin-bottom: 48px;
}
.top_block .left {
    margin-right: 100px;
    max-width: 520px;
}
.top_block .left h1 {
    color: #000;
    font-size: 1.7em;
}
.top_block .left .price {
    margin-top: 50px;
    font-size: 2em;
    font-weight: bold;
}
.top_block .left .button_container {
    margin-top: 22px;
    margin-left: 5px;
    overflow: hidden;
}
.top_block .left .button_container a {
    display: block;
    float: left;
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 11px 24px 9px;
}
.top_block .left .button_container a:hover {
    background-color: var(--dark_green);
}
.top_block .right {}
.top_block .right .text,
.top_block .right .descr {
    font-size: 0.8em;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 8px;
}
.top_block .right .phone {
    font-weight: bold;
    font-style: italic;
    font-size: 1.15em;
    margin: 3px 4px;
    white-space: nowrap;
}


.tabs-nav {
    margin-left: -10px;
}
.tabs-nav .tabs-target {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    color: #000;
    position: relative;
}
.tabs-nav .active.tabs-target:before,
.tabs-nav .tabs-target:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 45%;
    left: 0;
    bottom: 0;
    background-color: #8fecd4;
    z-index: -1;
}
.tabs-nav .tabs-target.active {
    cursor: default;
}
.tabs-nav .tabs-target.active,
.tabs-nav .tabs-target:hover {
    text-decoration: none;
}

.tabs-items {
    margin-left: -10px;
    margin-top: 24px;
}
.tabs-items .description a,
.tabs-items .link_container a {
    color: var(--green);
}
.tabs-items .description a:hover,
.tabs-items .link_container a:hover {
    color: var(--dark_green);
}
.tabs-items .description p,
.tabs-items .link_container p {
    margin: 1em 0;
}
.tabs-items .description h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
.tabs-items .description h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.tabs-items .description h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
.tabs-items .description table {
    border-spacing: 0;
    border: 1px solid #cecece;
}
.tabs-items .description table td {
    padding: 8px 16px 16px;
    border: 1px solid #cecece;
}
.tabs-items .description table td p {
    margin: 0;
}
.tabs-items .description ul {
    padding-left: 24px;
}
.tabs-items .description ul li {
    margin-bottom: 0.8rem;
}

@media (max-width: 700px) {
    .top_block {
        display: block;
    }
    .top_block .left {
        margin-right: 0;
    }
    .top_block .left .price {
        font-size: 1.5em;
    }
    .top_block .right {
        display: none;
    }
}


.license_item {
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    margin-bottom: 6px;
}
.license_item:hover {
    background: #dae6e3;
}
.license_item h3 {
    display: block;
    flex-basis: 690px;
    margin-right: 60px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.license_item .price {
    display: block;
    flex-basis: 90px;
    flex-shrink: 0;
    text-align: right;
    margin: auto 10px;
    white-space: nowrap;
}
.license_item .old_price {
    position: relative;
    flex-shrink: 0;
    margin: auto 0;
    white-space: nowrap;
    font-size: 15px;
    color: #939393;
}
.license_item .old_price:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #939393;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(-10deg);
}
.license_item .buy_button {
    text-decoration: none;
    color: #fff;
    background: var(--green);
    padding: 4px 10px;
    font-size: 15px;
    margin: auto 0;
}
.license_item:hover .buy_button {}
.license_item .buy_button:hover {
    background: var(--dark_green);
}

@media (max-width: 480px) {
    .license_item {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    }
    .license_item h3 {
        font-size: 17px;
        margin: 10px 0;
    }
    .license_item .price {
        font-size: 19px;
        color: #e9a84f;
        text-align: left;
        margin: 0;
    }
    .license_item .buy_button {
        display: block;
        float: left;
        margin-top: 10px;
    }
}

.news_item {
    padding-left: 10px;
    margin-bottom: 22px;
    display: flex;
}
.news_item .left_block {
    margin-right: 12px;
}
.news_item .left_block .news_img {
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-top: 16px;
}
.news_item .date-news {
    font-size: 14px;
    font-style: italic;
    color: #7d7d7d;
}
.news_item a {
    color: var(--green);
    font-size: 17px;
    display: block;
    margin: 0 0 3px;
}
.news_item a:hover {
    color: var(--dark_green);
}
.news_item .preview-news {
    font-size: 15px;
}

.top_block .left h1.new:after {
    content: 'New';
    font-size: 28px;
    background-color: #84f1de;
    padding: 1px 11px 2px 8px;
}

@media (max-width: 600px) {
    .top_block .left h1.new:after {
        font-size: 24px;
    }
}

.top_block .left .discount {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top_block .left .discount .old_price {
    font-size: 1.7em;
    font-weight: 600;
    margin-right: 22px;
    position: relative;
    color: #939393;
}
.top_block .left .discount .old_price:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #939393;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    transform: rotate(-10deg);
}
.top_block .left .discount .new_price {
    font-size: 2em;
    font-weight: bold;
}

@media (max-width: 700px) {}

.top_block .discount_descr {
    color: #d40090;
    font-size: 15px;
    margin-top: 6px;
}
.top_block .discount_descr a {
    color: #d40090;
}
.top_block .discount_descr a:hover {
    color: #900062;
}

.link_container {
    margin-bottom: 34px;
}

.deactivated {
    background-image: url(/local/components/rarus/catalog.element/templates/tabbed/./images/nope.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    min-height: 315px;
}
.deactivated_price {
    margin-top: 50px;
}
.deactivated_price>span {
    color: #cb0000;
    font-size: 1.5em;
    font-weight: bold;
}
.deactivated_price .other_products {
    margin-top: 8px;
}
.deactivated_price .other_products span {
    font-size: 1.2em;
    font-weight: bold;
}
.deactivated_price .other_products .links_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
}
.deactivated_price .other_products a {
    color: #000;
}
.deactivated_price .other_products a:not(:last-child) {
    margin-bottom: 24px;
}
.deactivated_price .other_products a:hover {
    color: var(--dark_green);
}
.deactivated_price .news_container {
    margin-bottom: 18px;
}
.deactivated_price .news_container a {
    font-size: 15px;
    color: #cb0000;
}
.deactivated_price .news_container a:hover {
    opacity: 0.7;
}

.presentation_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    margin: 18px 0 0 3px;
}
.presentation_block a {
    color: var(--green);
    padding: 7px 0 4px 35px;
    position: relative;
}
.presentation_block a:hover {
    /*color: var(--dark_green);*/
    opacity: 0.7;
}
.presentation_block a:before {
    content: '';
    background-image: url(/local/components/rarus/catalog.element/templates/tabbed/./images/pdf_icon.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.presentation_block a:not(:last-child) {
    margin-bottom: 12px;
}

.form-container {
    margin-bottom: 46px;
}

/* accordion */
.accordion {
    display: block;
    margin: 0 0 1rem;
    /*transition: 0.3s;*/
    overflow: hidden;
}

.accordion .accordion_title h2 {
    position: relative;
    padding-right: 28px;
    margin: 0;
    font-size: 1rem;
}
.accordion .accordion_title h2::after {
    position: absolute;
    right: 8px;
    top: 6px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #00b798;
    border-bottom: 3px solid #00b798;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: .3s;
}

.accordion[open] h2::after {
    transform: rotate(45deg);
}

.accordion[open] .accordion_content {
    margin-top: 0;
}

.accordion_title {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 6px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    transition: .3s;
}

.accordion_content {
    position: relative;
    padding: 0 0 2rem;
}

.additional {
    position: relative;
    padding: 20px 0 0;
    margin-top: 2rem;
}
.additional::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: var(--green);
    background: linear-gradient(to right, #ffffff 0, var(--green) 10%, var(--green) 90%, #ffffff 100%);
}
.additional_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 22px 1rem;
}
.additional-item {
    border-radius: 12px;
    box-shadow: 0px 1px 8px 2px rgb(189 189 189 / 33%);
    padding: 18px 22px 18px 52px;
    background: #ffffff;
    margin-bottom: 1rem;
    position: relative;
}
.additional-item::before {
    content: '';
    background: url('/local/components/rarus/catalog.element/templates/tabbed/./images/check-bold.svg');
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
}
.additional-item_title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.additional-item_text {}

@media (max-width: 600px) {
    .accordion .accordion_title h2 {
        font-size: 1rem !important;
    }
}

.help-form {
    margin-top: 3rem;
}
/* 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/catalog.element/templates/tabbed/style.css?17237183989912 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
