

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/redis_section_list/style.css?17822909343013*/
.sections_list .sections_list_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.sections_list_element {
    background: var(--stroke, #CCC);
    position: relative;
    transition: 500ms;
    border-radius: 20px;
}
.section_element_name {
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.70);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 20px;
    left: 20px;
    transition: 500ms;
}
.section_element_name span {
    color: var(--text, #333);
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.sections_list_element .section_element_image {
    border-radius: 20px;
    overflow: hidden;
    transition: 500ms;
}
/*.sections_list_element:hover .section_element_image {
    transform: scale(1.1);
}
.sections_list_element:hover .section_element_name {
    background: var(--link, #27D3C8);
}*/

.section_element_image img {
    width: 100%;
    height: 100%;
}
.services_list_mainpage {
    background: #E9FFFE;
    padding: 40px 0;
}
.services_list_mainpage_title {
    color: var(--text, #333);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media(max-width: 991px) {
    .sections_list .sections_list_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .header_part h1 {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .services_list_mainpage_title {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

} 
@media(max-width: 767px) {
    .sections_list .sections_list_container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .header_part h1 {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .services_list_mainpage_title {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

} 
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/redis_section_list/style.css?17822909343013 */
