

/* Start:/bitrix/templates/active/components/bitrix/news/catalog_new/css/section.css?17869429922039*/
/*section.css*/

.sect-hdr-wrap {
    margin: 20px 0 20px;
    /*background: #f5f5f5;*/
}

.sect-hdr-wrap:first-child{
    margin-bottom: 10px;
}
.sect-hdr-wrap:nth-child(2){
    margin-top: 10px;
	margin-bottom: 0;
}

.sect-hdr-logo {
    text-align: center;
}

.sect-hdr-logo img {
    max-width: 180px;
}

.sect-hdr-child-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    margin: 0px auto 00px;
}

.sect-hdr-link {
    display: block;
    width: 32%;
    height: auto;
    background-size: contain;
    color: #5c5c5c;
    text-decoration: none;
    padding: 0;
    font-weight: bold;
    box-sizing: content-box;
    border-radius: 15px;
    margin-bottom: 10px;
}

.spec-banner a{
    border-radius: 15px;
}

.sect-hdr-link img, .spec-banner img {
    border-radius: 13px;
}

.sect-hdr-link:hover,
.spec-banner a:hover,
.sect-hdr-link.active {
    outline: 2px solid #1d9d84;
}

.sect-hdr-link:hover {
    text-decoration: none;
}

.previewContent {
    display: none !important;
}

.previewContent.active {
    display: block !important;
}

.soc-href {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .sect-hdr-link {
        width: 48%;
        background-size: auto !important;
    }

    .sect-hdr-child-links {
        justify-content: space-between;

    }

    .soc-net {
        min-width: 250px;
    }
}

@media (max-width: 549px) {
    .sect-hdr-link {
        width: 49%;
        /* height: 170px; */
    }

    /* .sect-hdr-link img{
        display: none;
    } */

}

@media (max-width: 529px) {
    .sect-hdr-link {
        width: 48%;
    }
}

@media (max-width: 302px) {
    .sect-hdr-link {
        width: 100%;
        border: unset !important;
    }

    .sect-hdr-child-links {
        justify-content: flex-start;
    }

    .sect-hdr-link:hover,
    .sect-hdr-link.active {
        border: unset !important;
    }

    .sect-hdr-link img {
        display: block;
        margin: 0 auto;

    }
}
/* End */
/* /bitrix/templates/active/components/bitrix/news/catalog_new/css/section.css?17869429922039 */
