.blog_section_1 .pseudoSelectBlock2 > .activeElement2 {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    width: 100%;
    position: relative;
    border: 1px solid #505561;
    height: 48px;
    line-height: 46px;
    border-radius: 3px;
    background-color: transparent;
}

.blog_section_1 .pseudoSelectBlock2 .selectDropdown2{
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 10px;
  top: calc(100% + 10px);
  left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  transform: rotateY(90deg);
}

.blog_section_1 .pseudoSelectBlock2 .selectDropdown2.active{
  transform: rotateY(0);
}

.blog_section_1 .pseudoSelectBlock2 .selectDropdown2 button{
  display: block;
  width: 100%;
  text-align:left;
  font-family: 'TT Commons', sans-serif;
  margin: 7px 0;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  color:#000000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.blog_section_1 .pseudoSelectBlock2 .selectDropdown2 button:before{
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #505561;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all .3s ease-in-out;
}

.blog_section_1 .pseudoSelectBlock2 .selectDropdown2 button.active:before,
.blog_section_1 .pseudoSelectBlock2 .selectDropdown2 button:hover:before{
  border: 3px solid #F16522;
}

.blog_section_1 .pseudoSelectBlock2{
  position: relative;

}

.blog_section_1 .pseudoSelectBlock2 >.activeElement2.active{
  border-color:#ffffff;
}

.blog_section_1 .pseudoSelectBlock2 .activeElement2 .icon{
  flex: 0 0 16px;
  width: 16px;
  height: 14px;
  margin-right: 10px;
}

.blog_section_1 .pseudoSelectBlock2 .activeElement2 span{
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  color:#ffffff;
  font-size: 20px;
}
/*------------------------*/
.article_page_section .blogSidebar {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  height: auto;
  padding: 16px 20px;
  /*border: 1px solid #3B3F49;*/
  width: 20vw; 
  z-index: 10;
  /*background: #1c1c1c;*/
  padding: 50px 20px 16px 20px;
  position: absolute;
  transition: all 0.3s ease;
}

 .article_page_section .blogSidebar.stayDown {
  position: absolute;
  top: 20px;
  bottom: 120px;
  right: -240px;
}

@media (min-width: 991px) {
  .article_page_section .blogSidebar {
    position: absolute;
    top: 550px;
    right: -240px; /* було left */
    left: unset;
  }


  .article_page_section .blogSidebar.stayDown {
    position: absolute;
    top: unset;
    bottom: 120px;
    right: -240px;
    left: unset;
  }
 
}

@media (max-width: 990px) {
  .article_page_section .blogSidebar {
    display: none;
  }
 }
 
@media (min-width: 1140px) {
  .article_page_section .blogSidebar {
    top: 550px;
    right: -345px;
  }

}


.article_page_section .blogSidebar {
  font-family: 'Inter', sans-serif;
  color: #F16522;
  line-height: 1.6;
  font-size: 16px;
}

/* Заголовки віджетів */
.blogSidebar .widget-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 12px;
  border-bottom: 1px solid #444;
  padding-bottom: 6px;
}


.blogSidebar ul,
.blogSidebar ol {
  padding-left: 20px;
  margin: 0;
}

.blogSidebar li {
  margin-bottom: 8px;
}


.blogSidebar a {
  color: #F16522;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.blogSidebar a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.blogSidebar .lwptoc_item {
  font-size: 15px;
  padding: 4px 0;
  border-left: 2px solid transparent;
}

.blogSidebar .lwptoc_item:hover {
  border-left: 2px solid #F16522;
  padding-left: 8px;
}

.article_page_section .blogSidebar.hidden {
  display: none !important;
}

.blogSidebar .lwptoc_i {
  margin-top: 80px;
  transition: margin 0.3s ease;
}

