

/* Start:/local/components/rarus/catalog.section.list/templates/tree/style.css?16064613883081*/
.catalog_top_section {
    display: grid;
    grid-template: auto/4fr 1fr 1fr;
    margin-bottom: 4px;
}
.catalog_top_section h1 {
    font-size: 1.75em;
    margin-bottom: 20px;
}
.catalog_top_section .left {}
.catalog_top_section .main_sections {
    display: flex;
    flex-direction: column;
    margin-left: 26px;
}
.catalog_top_section .main_sections a {
    color: var(--green);
    font-size: 1.35em;
    margin-bottom: 18px;
    font-weight: 600;
}
.catalog_top_section .main_sections a:hover {
    color: var(--dark_green);
}
.catalog_top_section .right {}
.catalog_top_section .right .top_block {}
.catalog_top_section .right .top_block .text,
.catalog_top_section .right .top_block .descr {
    font-size: 0.8em;
    margin-top: 5px;
    margin-left: 5px;
}
.catalog_top_section .right .top_block .phone {
    font-weight: bold;
    font-style: italic;
    font-size: 1.1em;
    margin: 3px 0;
    white-space: nowrap;
}
.catalog_top_section .right .bottom_block {
    margin-top: 60px;
    margin-left: 5px;
}
.catalog_top_section .right .bottom_block .title_block {
    font-weight: 600;
}
.catalog_top_section .right .bottom_block a {
    display: block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    padding: 8px 14px 10px;
    margin: 10px 0 12px;
}
.catalog_top_section .right .bottom_block a:hover {
    background-color: var(--dark_green);
}
.catalog_top_section .right .bottom_block .text {
    font-size: 0.8em;
    font-style: italic;
}

.catalog_detail {
    margin-top: 70px;
}
.catalog_detail .section {
    margin-bottom: 38px;
}
.catalog_detail .section h2 {
    font-size: 1.35em;
    color: var(--dark_green);
}
.catalog_detail .section h3 {
    font-size: 1.1em;
    color: var(--dark_green);
}
.catalog_detail .section .section_description {
    margin: 10px 0;
}
.catalog_detail .products {}
.catalog_detail .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.catalog_detail .item .name {
    width: 100%;
    max-width: 450px;
    margin-right: 15px;
    font-weight: 600;
}
.catalog_detail .item .name a {
    color: #000;
}
.catalog_detail .item .price {
    flex-shrink: 0;
    margin: 0 20px;
}
.catalog_detail .item .order {
    text-decoration: none;
    background-color: var(--green);
    color: #fff;
    padding: 11px 24px 9px;
    flex-shrink: 0;
}
.catalog_detail .item:hover .name a,
.catalog_detail .item:hover .price {
    color: var(--dark_green);
}
.catalog_detail .item:hover .order {
    background-color: var(--dark_green);
}

@media (max-width: 730px) {
    .catalog_top_section {
        display: block;
    }
    .catalog_top_section .right {
        display: none;
    }
    .catalog_detail .item {
        display: block;
        overflow: hidden;
        margin: 12px 0 32px;
    }
    .catalog_detail .item .price {
        margin: 6px 0 12px;
    }
    .catalog_detail .item .order {
        display: block;
        float: left;
    }
    .catalog_detail .section {
        margin-bottom: 45px;
    }
}

/* End */
/* /local/components/rarus/catalog.section.list/templates/tree/style.css?16064613883081 */
