

/* Start:/local/templates/main/components/bitrix/catalog.section.list/main/style.css?17646630562063*/
.sections{
    margin: 70px 0;
}
.section_block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
    margin-top: 15px;
}
.section_back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_item{
    background-color: #40AE49;
    padding: 20px;
    transition: .4s background-color;
    overflow: hidden;
    position: relative;
}

.section_item:hover{
    background-color: #73C6E1;
}

.section_item:active{
    background-color: #0E5A33;
}

.section_back{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.section_name{
    font-size: 16px;
    font-weight: bold;
    line-height: 141%;
    color: #EDEDED;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}

.section_icon{
    height: 50px;
    width: auto;
    margin-bottom: 30px;
}
.section_icon img{
    height: 100%;
    object-fit: contain;
}
.section_item  a {
    text-decoration: none;
}


@media screen and (max-width: 1024px) {
    .section_block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media screen and (max-width: 640px) {
    .section_item{
        display: flex;
        flex-direction: column;
        height: 116px;
        padding: 18px;
    }
    .section_item  a{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .section_name{
        font-size: 14px;
        margin-top: auto;
        font-weight: 500;
    }
    .title__text-container--lines .title__text--lines{
        padding: 0;
        max-width: 80%;
    }
    .section_icon{
        height: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .section_block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
}

.home-sections{
    margin-top: 100px;
    margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
    .home-sections{
        margin-top: 30px;
        margin-bottom: 45px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/card/style.css?17646630561192*/
.list__item--card .card {
    height: 100% !important;
}

.card {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__prices-value-outer{
    display: flex;
    gap: 12px;
    font-family: "RobotoSlab","Arial",sans-serif;
    padding-top: 2px;
}
.card__prices-discount-old-price{
    color: #3D3D3D;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 24px;
    opacity: .6;
}
.card__prices-discount-percent{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #EB2222;
    padding: 0 5px;
    width: fit-content;
}
.card__prices-item{
    display: flex;
    align-items: start;
    justify-content: start;
}
html .card__prices-weight{
    margin-left: auto;
    margin-right: 12px;
    padding: 6px 0;
}
html .card__prices-value-box{
    padding: 0;
}
html .card__prices-discount{
    margin-left: 0;
}
.card__footer{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

html .card--simple .card__footer{
    height: 100px;
}

html .card--simple{
    padding-bottom: 110px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/catalog_pdf_home/style.css?1764663056248*/
.download-banner__bg .icon--banner-bg-shadow {
    position: absolute;
    bottom: -10%;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 1;
}

.download-banner__bg .icon--banner-bg {
    position: relative;
    z-index: 10;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/main/style.css?17646630562063 */
/* /local/templates/main/components/bitrix/catalog.item/card/style.css?17646630561192 */
/* /local/templates/main/components/bitrix/news.list/catalog_pdf_home/style.css?1764663056248 */
