html
{
    overflow-x:hidden;  /*для горизонтального*/
}

.content-header
{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

.main-content-wrap
{
    min-height: 200vh;
}

.no-padding
{
    padding: 0px;
}


#main-navigation
{

height: 100vh;
   


}


.scrollinger
{

  
}

.sidebar {
    position: fixed;
    top: 64px;
    max-width: 300px;
    height: calc(100vh - 64px);
    scroll: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 40px ;
    padding-top: 30px;
    padding-left: 0px!important;
}


@media (width < 992px) { 

.sidebar {

position: relative;
display: none!important;


}



 }


.mainaaa
{
    margin-top: 100px;
}

@media (width <= 767px) { 


.mainaaa
{
   margin-top: 0px; 
}

}    






.content-wrap
{
  padding: 0px;
}


.logo
{
    width: 43px;
    height: 43px;
    background: url('../../images/logo_1.jpg');
    background-size: 120%;
    background-position: center;
    border-radius: var(--border-radius-inner);
}

.logo_name
{
height: 43px;
position: absolute;
top: 0px;
left: 50px;
line-height: 43px;
color: var(--header-logo-color);
font-weight: 500;
font-size:24px;
}

.relative
{
    position: relative;
}


.main-menu
{
   height: 43px;
   margin-top: 15px;
   
}


.main-menu li
{

    list-style-type: none;
    display: inline-block;
    font-size: 17px;
    margin-top: 9px;
    margin-right: 25px;
    font-weight: 400;
}


.main-menu li a
{
    color: var(--header-logo-color);
    border-bottom: 1px solid var(--header-logo-border-color);
    padding-bottom: 2px;
}

.main-menu li a:hover
{
    border-bottom: 1px solid transparent;
    color: var(--all-a-hover);
}






.main-menu-mobile
{
   margin-top: 15px;
   padding-left: 1.5rem;
   padding-bottom: 10px;
   
}


.main-menu-mobile li
{

    list-style-type: none;
    font-size: 17px;
    margin-top: 9px;
    font-weight: 400;
}


.main-menu-mobile li a
{
    color: var(--header-logo-color);
    border-bottom: 1px solid var(--header-logo-border-color);
    padding-bottom: 2px;
}

.main-menu-mobile li a:hover
{
    border-bottom: 1px solid transparent;
    color: var(--all-a-hover);
}


.form-control-search-dop-xs
{
        height: 36px;
    background-color: var(--container-bg)!important;

-webkit-border-top-left-radius: var(--border-radius-inner)!important;
-webkit-border-bottom-left-radius: var(--border-radius-inner)!important;
-moz-border-radius-topleft: var(--border-radius-inner)!important;
-moz-border-radius-bottomleft: var(--border-radius-inner)!important;
border-top-left-radius: var(--border-radius-inner)!important;
border-bottom-left-radius: var(--border-radius-inner)!important;
padding-left: 20px!important;
width: 180px!important;
border-right: 0px solid transparent!important;
border-left: 1px solid var(--container-bg)!important;
border-top: 1px solid var(--container-bg)!important;
border-bottom: 1px solid var(--container-bg)!important;
margin-left: 0px;
}



.form-control-search-dop
{
    height: 36px;
    background-color: var(--container-bg)!important;

-webkit-border-top-left-radius: var(--border-radius-inner)!important;
-webkit-border-bottom-left-radius: var(--border-radius-inner)!important;
-moz-border-radius-topleft: var(--border-radius-inner)!important;
-moz-border-radius-bottomleft: var(--border-radius-inner)!important;
border-top-left-radius: var(--border-radius-inner)!important;
border-bottom-left-radius: var(--border-radius-inner)!important;
padding-left: 20px!important;
min-width: 320px!important;
border-right: 0px solid transparent!important;
border-left: 1px solid var(--container-bg)!important;
border-top: 1px solid var(--container-bg)!important;
border-bottom: 1px solid var(--container-bg)!important;
margin-left: 10px!important;

}

.form-control-search-dop-but
{
    background-color: var(--container-bg)!important;
    -webkit-border-top-right-radius:var(--border-radius-inner) !important;
-webkit-border-bottom-right-radius:var(--border-radius-inner) !important;
-moz-border-radius-topright: var(--border-radius-inner)!important;
-moz-border-radius-bottomright:var(--border-radius-inner) !important;
border-top-right-radius:var(--border-radius-inner) !important;
border-bottom-right-radius:var(--border-radius-inner) !important;
padding-right: 20px!important;
border-left: 0px solid transparent!important;
border-right: 1px solid var(--container-bg)!important;
border-top: 1px solid var(--container-bg)!important;
border-bottom: 1px solid var(--container-bg)!important;

}



.form-control-search-dop_2
{
    height: 36px;
    background-color: var(--container-bg)!important;

-webkit-border-top-left-radius: var(--border-radius-inner)!important;
-webkit-border-bottom-left-radius: var(--border-radius-inner)!important;
-moz-border-radius-topleft: var(--border-radius-inner)!important;
-moz-border-radius-bottomleft: var(--border-radius-inner)!important;
border-top-left-radius: var(--border-radius-inner)!important;
border-bottom-left-radius: var(--border-radius-inner)!important;
min-width: 100px!important;
max-width: 146px!important;
border-right: 0px solid transparent!important;
border-left: 1px solid var(--container-bg)!important;
border-top: 1px solid var(--container-bg)!important;
border-bottom: 1px solid var(--container-bg)!important;
margin-left: 10px!important;

}

.form-control-search-dop-but_2
{
    background-color: var(--container-bg)!important;
    -webkit-border-top-right-radius:var(--border-radius-inner) !important;
-webkit-border-bottom-right-radius:var(--border-radius-inner) !important;
-moz-border-radius-topright: var(--border-radius-inner)!important;
-moz-border-radius-bottomright:var(--border-radius-inner) !important;
border-top-right-radius:var(--border-radius-inner) !important;
border-bottom-right-radius:var(--border-radius-inner) !important;
padding-right: 20px!important;
border-left: 0px solid transparent!important;
border-right: 1px solid var(--container-bg)!important;
border-top: 0px solid var(--container-bg)!important;
border-bottom: 0px solid var(--container-bg)!important;

}


.toggle-menu-color
{
    background-color: var(--all-a-hover)!important;
    border: 0px siolid transparent;
    height: 36px;
    border-radius: var(--border-radius-inner);
}

.new-block
{
    background-color: var(--block-background);
    width: auto;
    border-radius: var(--border-radius-outer);
    border: 1px solid var(--block-border-color);
    margin-bottom: 20px;
    position: relative;
}

.new-block p
{
    font-weight: 300;
    font-size: 15px;
}


.in-hero-block a
{
    color: var(--block-a-color);
    border-bottom: 1px solid var(--block-a-border);
}

.in-hero-block a:hover
{
    border-bottom: 1px solid transparent;
}


.block-content a
{
    color: var(--block-a-color);
    border-bottom: 1px solid var(--block-a-border);
}

.block-content a:hover
{
    border-bottom: 1px solid transparent;
}

.block-content ul
{
    padding-left: 0px;
}

.block-content li
{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.category-navigation li
{



}

.category-navigation li a
{
    color: var(--block-text-color)!important;
    border-bottom: 0px!important;
}


.category-navigation li a:hover
{
    color: var(--all-a-hover)!important;
}

.count-art
{
    color: var(--block-text-muted-color);
}



.heading-bottom
{
    padding-bottom: 30px;
}


.hero-banner
{
    height: 450px;
    border-radius: var(--border-radius-outer);
    margin-bottom: 20px;
}




.in-hero-block
{
    position: absolute;
    width: 80%;
    bottom: -110px;
    right: 30px;
    border-radius: var(--border-radius-inner);
    padding: 20px 20px 0px 20px;

   // -webkit-box-shadow: 1px 13px 32px -23px rgba(0, 0, 0, 0.2);
   // -moz-box-shadow: 1px 13px 32px -23px rgba(0, 0, 0, 0.2);
   // box-shadow: 1px 13px 32px -23px rgba(0, 0, 0, 0.2);
}


.hero-stat
{
  
    font-weight: 300;
     white-space: nowrap;
}

 .hero-stat-par
 {
    display: block;
    font-size: 13px;
    white-space: nowrap;

 }

.hero-stat-val
{
   display: block;
   font-size: 20px;
   padding-bottom: 15px;
   font-weight: 400;
}

.text-right
{
    text-align: right;
}

.testwraptrue
{
    white-space: normal;
}
.dop-mobile-bottom-padding
{
    padding-bottom: 20px;
}


.heading-top
{
    margin-top: 40px;
}

.heading-top-h3
{
    margin-top: 20px;
    padding-left: 15px;
}


.tagline a
{
    border-bottom: 0px solid transparent!important;
    color: var(--header-logo-color)!important;
    background-color: var(--header-bg);
    padding: 5px 10px;
    border-radius: var(--border-radius-inner);
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;

}

.tagline a:hover
{
     border-bottom: 0px solid transparent!important;
}


.tagline_heading a
{
    border-bottom: 0px solid transparent!important;
    color: var(--header-logo-color)!important;
    background-color: var(--header-bg);
    padding: 5px 10px;
    border-radius: var(--border-radius-inner);
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;

}

.tagline_heading a:hover
{
     border-bottom: 0px solid transparent!important;
}





.row-no-pad-left
{
    padding-left: 0px!important;
}

.row-no-pad-right
{
    padding-right: 0px!important;
}

.article_image
{
    
    -webkit-border-top-left-radius:  var(--border-radius-inner);
    -webkit-border-top-right-radius:  var(--border-radius-inner);
    -moz-border-radius-topleft:  var(--border-radius-inner);
    -moz-border-radius-topright:  var(--border-radius-inner);
    border-top-left-radius:  var(--border-radius-inner);
    border-top-right-radius:  var(--border-radius-inner);


    width: 100%;
    height: 280px;
}


.article_image_heading
{
    

    margin-top: 5px;
    width: 100%;
    height: 380px;
}



.article_image-min
{
    
    border-radius: var(--border-radius-outer);
    width: 100%;
    height: 200px;
}

.article-link
{

    font-size: 20px;
      margin-bottom: 30px;
      font-weight: 500;
}

.article-link-heading
{

    font-size: 20px;

      font-weight: 500;

}


.head-cont-heading
{
    margin-top: 20px;
    font-size: 25px!important;
    font-weight: 500;
    line-height: 1.1;
}



.article-link-min
{

    font-size: 18px;
      margin-bottom: 30px;
      font-weight: 500;
}


.artlice-anonce-block
{
    padding: 20px;
}

.artlice-anonce-block p
{
    margin-top: 10px;
}

.text-small
{
    font-size: 12px!important;
}



.article-link-block-big
{
    
    position: relative;
    overflow: hidden;

}

.article-link-block-big p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}


.article-link-block
{
    height: 270px;
    position: relative;
    overflow: hidden;
}



.article-link-block:after
{
    content: "";
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, var(--block-background) 100%);
position: absolute;
bottom: 0px;
left: 0px;

}

.article-link-block_min
{
    height: 250px;
    position: relative;
    overflow: hidden;
}

.article-link-block_min:after
{
    content: "";
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, var(--block-background) 100%);
position: absolute;
bottom: 0px;
left: 0px;

}



.article_tools
{
    white-space: nowrap;
}


.article_autor_image
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
    padding-top: 10px;
}


.article_autor_image-heading
{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
    padding-top: 10px;
}


.article_autor_image-heading-autor
{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
    padding-top: 10px;
}



.link-href
{
      display: inline-block;
      margin-right: 10px;
      font-size: 13px;
}

.link-href-heading-autor
{
    display: inline-block;
      margin-left: 80px;
}

.link-href-heading-autor a
{
    font-size: 20px;
}

.link-href-heading-autor span
{
    white-space: normal;
    display: block;
    font-size: 13px;
}


.link-href-heading
{
      display: inline-block;
      margin-left: -10px;
      margin-top: 0px;


}

.link-href-big
{
         display: inline-block;
      margin-right: 10px;
     
}

.mt-1
{
    padding-top: 20px;
}

.mts-1
{
    margin-top: -10px;
}

.article_stats
{
    margin-left:50px;
}

.fl
{
    float: left;
}

.clear
{
    clear: both;
}

.mh-64
{

}

.aut-head
{
   margin-top: 10px;
   font-size: 17px;
}


.autor-stat-block
{
    margin-top: -5px;
}




.autor_like
{
    position: absolute;
    top: 20px; 
    right: 20px;
    font-size: 22px;
    color: var(--block-text-muted-color);
    cursor: pointer;
}

.autor_like:hover
{
    color: red;
}



.autor_like-sm
{
    position: absolute;
    bottom: 20px; 
    right: 20px;
    font-size: 18px;
    color: var(--block-text-muted-color);
    cursor: pointer;
}

.autor_like-sm:hover
{
    color: red;
}



.tags
{
    margin-top: 10px;
}


.notop
{
    margin-top: 0px;
}

.doppad
{
    padding: 0px 20px;
}


.footer
{
    border-top: 1px solid var(--header-bg);
}


.pagination a
{
   border-bottom: 1px solid transparent!important;
}

.activer
{
    border-radius: var(--border-radius-inner);
    background-color: var(--block-background);
    padding-right: 5px!important; 
     padding-left: 2px!important; 
   

}








.mr-ic
{

}

.no-pad-top
{
    padding-top: 0px;
}


.no-border-radius-bottom
{
    -webkit-border-top-left-radius: var(--border-radius-outer);
-webkit-border-top-right-radius: var(--border-radius-outer);
-moz-border-radius-topleft: var(--border-radius-outer);
-moz-border-radius-topright: var(--border-radius-outer);
border-top-left-radius: var(--border-radius-outer);
border-top-right-radius: var(--border-radius-outer);


-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;

-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;

border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;


}



.new-block-text_content
{

    padding: 0px 35px;
    position: relative;
}



.new-block-text_breadcumps
{
    color: var(--block-text-muted-color)!important;
    font-size: 12px!important;
    border-bottom: 0px solid var(--block-text-muted-color)!important;
   

}


.dop-bot-pad
{
    margin-bottom: 30px!important;
}




.new-block-text_content h1 {
    font-size: calc(1.0rem + 2vw);
    line-height: 1.1;


}

/* Ограничиваем максимальный размер через media query */
@media screen and (min-width: 1200px) {
    .new-block-text_content h1 {
        font-size: 2.9rem;
        margin-top: 30px;
    }
}

/* Для мобильных устройств */
@media screen and (max-width: 768px) {
    .new-block-text_content h1 {
        font-size: calc(1.1rem + 3vw);

    }
}

/* Для очень маленьких экранов */
@media screen and (max-width: 480px) {
    .new-block-text_content h1 {
        font-size: calc(0.7rem + 4vw);
        margin-top: 20px;
      
    }

    .new-block-text_content
{

    padding: 0px 10px;
    position: relative;
}

}



.new-block-text_content p
{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
}

.new-block-text_content h3
{
    margin-top: 30px;
}

.new-block-text_content h2
{
    margin-top: 50px;
}

.new-block-text_content img
{
    width: 100%;
    border-radius: var(--border-radius-inner);
    margin-top: 10px;
    margin-bottom: 30px;
}



.new-block-text_content blockquote
{
    background-color: var(--header-bg);
    padding: 20px 30px 20px 30px;
    border-radius: var(--border-radius-inner);
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--header-logo-color)!important;
            line-height: 1.8;
           font-size: 20px;
           font-weight: 300;
}




.new-block-text_content ul {
    margin: 1.5rem 0;
    padding-left: 1.2rem;


    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 0 8px 8px 0;
}

.new-block-text_content ul li {
    margin-bottom: 0.8rem;
    padding-left: 0.5rem;
    position: relative;
        line-height: 1.8;
           font-size: 18px;
           font-weight: 300;
}

.new-block-text_content ul li::before {
    content: "→";

    font-weight: bold;
    position: absolute;
    left: -1.2rem;
    top: 0;
}

.new-block-text_content ul li:last-child {
    margin-bottom: 0;
}

/* Стили для нумерованных списков */
.new-block-text_content ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.new-block-text_content  ol li {
    margin-bottom: 0.8rem;
    padding-left: 0.5rem;
    position: relative;
        line-height: 1.8;
           font-size: 18px;
           font-weight: 300;
}

.new-block-text_content ol li::before {
    content: "→";
    counter-increment: item;
    font-weight: bold;
    position: absolute;
    left: -1.5rem;
    top: 0;
}






.new-block-text_content-link a
{
   border-bottom: 1px dashed var(--block-a-border)!important;
}

.new-block-text_content-link-h3
{
    margin-bottom: -20px;
}




.inmate
{
      display: inline-block;
      margin-left: 0px;
      margin-top: 2px;

}


.article_autor_image_inmate
{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    line-height: 74px;
    margin-bottom: 10px;


    
}

.dop-mar-right
{
    margin-right: 10px;
        color: var(--block-text-muted-color)!important;
}

.dop-mar-left
{
    margin-left: 10px!important;
        color: var(--block-text-muted-color)!important;
}



.article_stats_inmate
{

  float: left; 
  width: 80%;

}








.share-block {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
    justify-content: center;
    position: absolute;
    right: 20px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: transparent;
    color: var(--block-text-color)!important;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 28px;
    border-radius: var(--border-radius-inner);
    border-bottom: 1px solid transparent!important;
}




.share-btn:focus {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}


.article_block
{
    padding-bottom: 20px;
}


.dop-pad-top
{
    padding-top: 15px;
}


.dop-mar-bot
{
    padding-bottom: 20px;
}


.no-pad-bot
{
    padding-bottom: 0px;
}


.dop-left-min
{
    margin-left: 22px;
}


.dop-font-size
{
    font-size: 16px!important;
}


.float-left
{
    float: left;
}

.no-mar-left
{
    margin-left: 0px!important;
}

.wrapnormal
{

}


.pageablock
{
  width: 100%;
  height: 200px;
  border: 1px solid red;
  //margin-bottom: 20px;
  border-radius: var(--border-radius-inner);
}

.author_height
{
  min-height: 280px;
}



.author_height p
{
  font-size: 16px;
  font-weight: 400;
}

.aut_link_email
{
  display: inline-block;
  font-size: 14px!important;
  margin-top: 10px;
}


.highlight {
    background-color: #fff9e6;
    padding: 25px;
    border-left: 5px solid #e67e22;
    margin: 30px 0;
    border-radius: 0 4px 4px 0;
}

.cta-box {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin: 40px 0;
}

.cta-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.email {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: inline-block;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.step {
    flex-basis: 30%;
    background: #f8f9fa;
    padding: 25px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 4px solid #3498db;
}

.step-number {
    background: #3498db;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 20px;
}

.step-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}


.mobile-nav-a
{
    color: var(--header-logo-color)!important;
}
