.sectionHero .boxImage{
    overflow: hidden;
}


.listCatsTags{
    font-size: .875em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
}
.listCatsTags li{
    display: inline-block;    
}
.listCatsTags li:not(:last-child){
    margin-right: .5rem;
}
.listCatsTags a{
    border: 1px solid var(--color2);
    display: block;
    border-radius: 4px;
    padding: .5rem 1rem;
}
.listCatsTags .category{
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    text-transform: uppercase;
}
.listCatsTags .category:not(:hover){
    background-color: var(--color2);
    color: var(--color1);
}
.listCatsTags .category:hover{
    background-color: var(--color3);
    color: var(--color2);
}
.listCatsTags .tag{
    color: var(--color2);
    transition: background-color .2s ease-in-out;
}
.listCatsTags .tag:not(:hover){
    background-color: var(--color1);
}
.listCatsTags .tag:hover{
    background-color: var(--color3);
}

.boxAuthorTime a{
    color: var(--colo2);
}
.boxAuthorTime .ava,
.boxAuthorTime .nameAuthor{
    display: inline-block;
    vertical-align: middle;
}
.boxAuthorTime .ava{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.boxAuthorTime .nameAuthor{
    font-weight: 600;
    line-height: 1.6;
}
.boxAuthorTime time{
    line-height: 1.3;
}
.boxAuthorTime time:before{
    content: '●';
}
@media(max-width: 650px){
    .boxAuthorTime .ava{
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem;
    }
    .boxAuthorTime .nameAuthor{
        margin: 0 .75rem;
    }
    .boxAuthorTime time:before{
        margin-right: .75rem;
    }
}

@media(max-width: 993px){
    .sectionHero{
        padding-top: 1.5em;
    }
    .sectionHero > .container{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media(max-width: 650px){
    .sectionHero .boxImage{
        border-radius: 1em;
    }
    .sectionHero > .container{
        gap: 1rem 0;
    }
    .sectionHero .boxImage:not(:last-child),
    .sectionHero .listCatsTags:not(:last-child){
        margin-bottom: 1rem;
    }
}

@media(max-width: 650px){
    .sectionContent{
        padding-top: 1.25em;
        padding-bottom: 2em;
    }
}

@media(max-width: 650px){
    .dflt{
        font-size: .9375em;
    }
}

.boxTableOfContent{
    background: var(--color3);
}
.boxTableOfContent .title{
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}
.boxTableOfContent a{
    color: inherit;
}
.boxTableOfContent .list li{
    position: relative;
}
.boxTableOfContent .list li:not(:last-child){
    margin-bottom: .5rem;
}
.boxTableOfContent .list li:before{
    content: '';
    display: block;
    position: absolute;
    background-color: var(--color2);
}
@media(max-width: 650px){
    .boxTableOfContent{
        padding: 1em 1.5em;
        border-radius: 1em;
        margin-bottom: 1.25em;
    }
    .boxTableOfContent .title{
        font-size: 1.25em;
    }

    .boxTableOfContent .list li{
        padding-left: 1.5rem;
    }
    .boxTableOfContent .list li:before{
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: .8125em;
        transform: translateY(-5px);
        left: 0;
    }
}
