.icon-skype:before {
    display: none;
}
.cat-desc {
    border-bottom: 1px solid #d9dfe3;
    margin-bottom: 20px;
}

footer.gc-footer .menu li a {
    text-decoration: none;
}
footer.gc-footer .menu li a:hover {
    color: #ffffff;
    opacity: 0.7;
}
.gc-contacts {
    color: #ffffff;
    padding: 32px 0 0 0;
}
.gc-contacts__title {
    font-weight: 600;
}
footer .gc-contacts .info {
    padding-top: 20px;
}
footer .gc-contacts .info a {
    color: #ffffff;
    text-decoration: none;
}
.gc-address {
    margin-bottom: 14px;
}
.gc-contacts__title {
    font-weight: 600;
}
.gc-copyr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #3d4e55;
}
.gc-copyr .copy {
    padding: 0;
}
.dev a:hover {
    color: #ffffff;
    opacity: 0.7;
}

.gc-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.gc-bottom-menu-col {
    width: calc(25% - 16px);
    margin-right: 20px;
    margin-top: 32px;
}
.gc-bottom-menu-col:last-child {
    margin-right: 0;
}
.gc-bottom-menu-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.gc-bottom-menu-col ul a {
    text-decoration: none;
    line-height: 120%;
    display: inline-block;
    transition: 0.2s;
    color: #b4bdc2;
}
.gc-bottom-menu-col ul a:hover {
    color: #ffffff;
}
.gc-bottom-menu-col ul li {
    margin-bottom: 8px;
}
.gc-bottom-menu-col ul li:last-child {
    margin-bottom: 0;
}
.gc-bottom-menu-col-title {
    margin-bottom: 12px;
}
.gc-bottom-menu-col-title a, .gc-bottom-menu-row ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
    transition: 0.2s;
}
.gc-bottom-menu-col-title a:hover, .gc-bottom-menu-row ul li a:hover {
    opacity: 0.7;
}

.gc-bottom-menu-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gc-bottom-menu-row ul li {
    width: calc(25% - 16px);
    margin-right: 20px;
    margin-bottom: 12px;
}
.gc-bottom-menu-row ul li:nth-child(4n) {
    margin-right: 0;
}
footer.gc-footer {
    background-size: cover;
    background-position: center;
}
.gc-bottom-menu-row {
    margin-bottom: 24px;
}
.gc-bottom-menu-col-title .icon {
    display: none;
}



@media(max-width: 991px) {
    .gc-contacts {
        padding: 0;
    }
    footer .gc-contacts .info {
        padding-bottom: 0;
    }
    footer.gc-footer {
        background-size: cover;
        background-position: center;
    }


    .gc-bottom-menu-col ul {
        display: none;
    }
    .gc-bottom-menu-col {
        width: 100%;
        margin-right: 0;
        margin: 0;
        border-bottom: 1px solid #3d4e55;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .gc-bottom-menu {
        margin-top: 32px;
    }
    .gc-bottom-menu-col-title {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .gc-bottom-menu-col-title .icon {
        display: block;
        cursor: pointer;
        width: 30px;
        height: 16px;
        text-align: center;
    }

    .gc-bottom-menu-row ul li {
        width: 100%;
    }
    .gc-bottom-menu-col.active .gc-bottom-menu-col-title .icon {
        transform: rotate(180deg);
    }
    .gc-bottom-menu-col.active ul {
        display: block;
        margin-top: 20px;
    }

    .gc-bottom-menu-row ul li {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #3d4e55;
    }
    .gc-bottom-menu {
        margin-bottom: 0;
    }


}
@media(max-width: 600px) {
    .gc-copyr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gc-copyr .copy, .gc-copyr .dev {
        width: 100%;
        margin-bottom: 12px;
    }
}

//компонент оглавления

.page-content-wrapper {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

.page-content-header {
    font-size: 18px;
    font-weight: bold;
}

#page-contents ul {
    list-style-type: none;
    padding-left: 20px;
}

.page-contents-link {
    display: none;
}

.table-of-contents-wrapper {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    background-color: #f9f9f9;
}
.table-of-contents-wrapper p {
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}
.table-of-contents-wrapper .toc-item {
    counter-increment: item;
    margin-left: 20px;
}
.table-of-contents-wrapper .toc-item::before {
    content: counters(item, ".") " ";
}
.table-of-contents-wrapper .toc-item .toc-item {
    margin-left: 20px;
}
.anchor-offset {
    display: block;
    position: relative;
    top: -50vh; /* Положение фиктивного якоря выше заголовка */
    visibility: hidden;
}



.dzen{margin-bottom: 14px;display: flex;flex-direction: row;align-items: center;}
.dzen img{width: 16px;height: 16px;margin-right: 8px;}