.main-content {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 2rem;

}
.sidebar-left {
    width: 20%;
    padding: 1rem;
    /* background-color: rgb(85, 80, 74); */
    height: max-content;


}

.sidebar__header {
    background: url(https://fpga-systems.ru/images/robo.png) center no-repeat;
    background-size: contain;
    height: 17rem;
}
.sidebar__inner {
    /* max-height: 100vh;
    overflow: scroll; */
}



.field {
    display: block;
    width: 100%;
    padding: 1rem;
    
    background-color: #fff;

    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    min-height: 300px;
    margin-bottom: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.field:nth-last-child(1) {
    margin-bottom: 0rem;
}
.field-1 {

}

.field-2 {
    text-align: center;
}
.content {
    width: 80%;
    min-width: 320px;
    height: max-content;
    padding: 1rem;
    margin: 0 auto;
    /* background-color: cadetblue; */
    
}



.site-sections__title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    margin-bottom: 1.5rem;

    color: #767676;
}
.site-sections {
    display: block;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #13141D;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    margin-bottom: 1rem;
}

.site-sections:hover {
    color: #FF8C4B;
}

.content__header {

}
.content__title {
    margin: 1.5rem auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #2C2B2B;
}

.sidebar__title {
    margin: 1.5rem auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #2C2B2B;
    text-align:center;
}

.content__inner {
    /* background-color: blueviolet; */
    margin: 0 auto;
    /* max-height: 100vh;
    overflow-y: scroll;   */
}

.news-block__header {
    margin: 1.5rem auto;
    font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 2.5rem;
line-height: 150%;
/* identical to box height, or 36px */

letter-spacing: 0.05em;

color: #2C2B2B;
}

.news {
    margin-bottom: 2rem;
    min-height: 20rem;
    /* background-color: #f0f; */
}

.more-news {
    text-align: center;
    margin-bottom: 2rem;
}

.advertising {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.adv {
    width: 30%;
    min-width: 200px;
    min-height: 250px;
    /* background-color: brown; */
    margin: 0.25rem;
}
.adv-item-1 {

}
.adv-item-2 {
}
.adv-item-3 {
}

.new-articles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* background-color: brown; */
    padding: 1rem;
    margin-bottom: 2rem;
}
.article-1 {
}
.article-2 {
}



.subdcribe {

}

.news-categories__title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    /* identical to box height, or 24px */
    margin-bottom: 1.5rem;

    color: #767676;
}

.catDescr {
    display: none;
    position: absolute ;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    max-width: 200px;
    background-color: floralwhite;
/* identical to box height, or 24px */
    color: #767676;
    z-index: 9;
}


.catName {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #13141D;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.catName:hover {
    color: #FF8C4B;
}


.sidebar-left .catsTable tr {    
    margin-bottom: 1rem;
    display: block;
    position: relative;
}

.catName:hover ~ .catDescr {
    display: block;
    color: #2B5B6C;
}

.sidebar-left .eTag {
    text-decoration: none;
    color: #2B5B6C;
    transition: 0.25s all linear;
}

.sidebar-left .eTag:hover {
    color: #FF8C4B;
}

.sidebar-img {
 width: 100%;
   height: 100%;
   object-fit: contain;
}

.sidebar-event {

    /* width: 25%; */
    /* min-width: 12rem; */
    min-height: 250px;
    /* background-color: crimson; */
    /* padding: 0; */
    /* margin: 0 1rem; */
    background: #FFffFF;
    position: relative;

}