

/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/peoples_with_cat_menu_search/style.css?17646217715449*/
.peoples_block h3 {margin: 0.8rem 0 0.8rem;}
.peoples_block .item_container {width: 342px; padding-right: 20px; margin-bottom: 20px;}
.peoples_block .item {
    width: 100%; 
    height: 380px; 
    position: relative; cursor: pointer;
    border-radius: 8px; overflow: hidden;
    border: 1px solid #edeef0;
}
.peoples_block .item .item_img {width: 100%; height: 100%;}
.peoples_block .item .item_img img {object-fit: cover;}
.peoples_block .item .item_img img.lazy-hidden {width: 100%; height: 100%;}
.peoples_block .item .descr {position: absolute; bottom: 0; color: #FFF; z-index: 2; padding: 20px;}
.peoples_block .item .descr a {color: #FFF;}
.peoples_block .item .descr > div, .peoples_block .item .descr .dop_fields > div {padding: 3px 0;}

.peoples_block .item .descr .name {font-weight: 600;}
.peoples_block .item .descr .post {color: #e5e5e5}

.peoples_block .item .shadow {
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
}
.peoples_block .item .shadow.shadow_gradient {background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));}

.peoples_block .item .descr .dop_fields {display: none; position: relative; padding-top: 12px;}
.peoples_block .item .descr .dop_fields a:hover {color: var(--OPTION_BASE_COLOR);}
.peoples_block .item .descr .dop_fields::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--OPTION_BASE_COLOR);
    position: absolute;
    left: 0;
    top: 5px;
}

.peoples_block .item:hover .descr .dop_fields {display: block;}
.peoples_block .item:hover .shadow {height: 100%; background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4));}


body.SITE_THEME_DARK .peoples_block .item {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

/*Меню разделов*/
.peoples_block .cat_menu {border: 1px solid #E1E2E3; border-radius: 8px; padding: 4px; display: inline-block;}
.peoples_block .cat_menu a.menu_item {
    border-radius: 6px; 
    padding: 2px 9px 3px 9px; 
    font-weight: 500; 
    display: inline-block;
    text-decoration: none;
    margin-right: 4px;
}
.peoples_block .cat_menu a:last-child {margin-right: 0;}
.peoples_block .cat_menu a.active {color: #FFF; background-color: var(--OPTION_BASE_COLOR)!important}




.peoples_block .cat_menu .menu_pad {width: 3px; display: inline-block;}
.peoples_block .cat_menu .show_all_container {width: 100%; text-align: center;}
.peoples_block .cat_menu .show_all {margin-top: 10px; width: 100%;}
.peoples_block .cat_menu .show_all::before 
{
  content: "\ea79";
  margin-right: 5px;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Поиск*/
.peoples_block .search {position: relative;}
.peoples_block .search input {margin: 0;}
.peoples_block .search:not(.search_active)::before 
{
    content: "\ea4f";
    color: #d5d5d5;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 18px;
  
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.SITE_THEME_DARK .peoples_block .search {opacity: 0.8;}
body.SITE_THEME_DARK .peoples_block .search:hover {opacity: 1;}

.peoples_block .clear_search
{
    content: "\ea4f";
    color: #000;
    position: absolute;
    right: 10px;
    top: 18px;
    text-decoration: none;
    cursor: pointer;
}
.peoples_block .show_filter::before {
  content: "\e9dd";
  margin-right: 5px;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@media screen and (min-width: 1348px)
{
     .peoples_block .item_list {margin-right: -20px}  
}


/*1348px*/
@media screen and (max-width: 1348px)
{
     .peoples_search {text-align: center;}    
}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
    .peoples_block {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
    .peoples_block .left_col {flex: 0 0 100%; max-width: 100%; padding-right: 0px;} 
    

    .peoples_block .cat_menu {padding: 15px; margin-bottom: 10px;}
    .peoples_block .cat_menu > a {display: inline-block; margin-right: 10px;}  
    .peoples_block .cat_menu .show_all {width: auto;}
    
    
    .peoples_block .show_filter {display: inline-block!important;}
    .peoples_block .cat_menu {display: none;}
    .peoples_block .search {display: none;}

    
    .peoples_block h2, .peoples_block h3, .peoples_block h4 {text-align: center;}
    
    .peoples_block .item .descr .dop_fields {display: block!important;}
   
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}

/* End */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/peoples_with_cat_menu_search/style.css?17646217715449 */
