

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/advantage/style.css?17773603511728*/
.advantage_wrapper {
    background-color: #F4F7FB;
    padding: 30px 0;
}

.advantage {padding-bottom: 30px;}
.advantage .item {padding: 20px}

.advantage .item .img {flex:  0 0 60px; max-width: 60px;}
.advantage .item .img img {max-width: 100%;}

.advantage .item .text {padding: 10px 10px 10px 20px; font-weight: 500;}

.advantage.with_border .item_container {padding: 10px;}
.advantage.with_border .item_container .item {width: 100%; box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);}

.advantage.type2 .item {-ms-flex-direction: column !important; flex-direction: column !important;}
.advantage.type2 .item .text {padding: 0;}


.advantage_wrapper.css_light {color: #FFF;}
//.advantage_wrapper.css_light h2.styled::after, .advantage_wrapper.css_light h2.page_block_header::after {filter: brightness(0) invert(1);}


/*Темная тема*/
body.SITE_THEME_DARK .advantage_wrapper {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}


@media screen and (min-width: 1348px)
{
    .advantage {margin-left: -20px; margin-right: -20px;}   
    .advantage.with_border {margin-left: -10px; margin-right: -10px;}
}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
   
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .advantage .item_container {width: 300px!important;}   
    .advantage {margin: 0;} 
    .advantage_wrapper .page_block_header {text-align: center; width: 100%;} 
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .advantage .item_container {margin: 0 auto;} 
}

/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/about/style.css?17773603511095*/
.about_block {width: 100%; margin-bottom: 50px;}
.about_block .img_container 
{
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
    border-radius: 100%; 
    margin-right: 30px;
    background-color: #FFF;
    overflow: hidden;
}
.about_block .img {width: 100%; height: 100%;padding: 15px;}
.about_block .img img {width: 100%; height: 100%; object-fit: contain;}


/*.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)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .about_block_wrapper .page_block_header {text-align: center; width: 100%;}
    .about_block {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important; font-size: 0.9rem}
    .about_block .img_wrapper {width: 100%;}
    .about_block .img_container {margin: 0 auto 20px auto;}
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/photo_section/style.css?17773603511044*/

.slider_photo .owl-stage-outer {padding-bottom: 20px;}

.slider_photo .item {
    overflow: hidden; 
    width: 300px; 
    height: 200px; 
    margin: 0 15px 15px 0;
    border-radius: 2px;
    text-align: center;
    background-color: #FFFFFF;

}
.slider_photo .item img {width: 100%; height: 100%;}
.slider_photo .item.owl-carousel img {object-fit: contain;}

.slider_photo .owl-dots {bottom: -15px!important;}



@media screen and (min-width: 1350px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: 0;}   
}
/*.col-lg-*/
@media screen and (max-width: 1200px) {
    
}

/*.col-md-*/
@media screen and (max-width: 991px){
   
}

/*.col-sm-*/
@media screen and (max-width: 767px){

}

/*.col-*/
@media screen and (max-width: 575px){   

}

/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/answers/style.css?17773603511980*/
.answers h3 {margin-top: 30px;}
.answers {margin: 0;}
.answers .item {
    margin: 0 0 5px 0;
    padding: 20px 30px 25px 30px; 
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f8f9fb;
}
.answers .item .name a {font-size: 1.1rem; font-weight: 500; text-decoration: none; padding-right: 30px;}
.answers .item a {color: #000; display: block;}
.answers .list .item a.active {color: #000099;}

.answers .item .answer {display: none; padding: 20px 0 0 0; color: #333333;}
.answers .item .answer a {color: #333333;}



.answers .expand_btn {
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;  
}
.answers .item:hover .expand_btn {background-color: var(--OPTION_BASE_COLOR);}
.answers .item:hover .expand_btn svg path {stroke: #FFF}
.answers .item.active .expand_btn
{
    -ms-transform:rotate(135deg); 
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
   
}

/*Темная тема*/
body.SITE_THEME_DARK .answers .item {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .answers .item a, body.SITE_THEME_DARK .answers .item a:hover, body.SITE_THEME_DARK .answers .item .answer {color: var(--TEXT_COLOR_LiGHT)}


@media screen and (max-width: 1348px)
{

}


/*.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)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .answers .item .name a {font-size: 1rem; font-weight: 500;}
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/peoples_with_cat_menu_search/style.css?17773603515081*/
.peoples_block h3 {margin: 0.8rem 0 0.8rem;}
.peoples_block .item_list {margin-right: -20px}
.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;
}
.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));}


/*Меню разделов*/
.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;
}

/*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 */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/news/bitrix/news.list/.default/style.css?17773603502777*/
.slider_news {
}
.slider_news .item_container {
    width: 342px;  
    padding-right: 20px; margin-bottom: 20px;
}
.slider_news .item_container.last_item {width: 322px; padding-right: 0px; }
.slider_news .item {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding-bottom: 20px;
    font-size: 0.9rem;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
body.SITE_THEME_DARK .slider_news .item  {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

.slider_news .item:hover
{
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.slider_news .item .descr {padding: 20px 25px; height: 150px; position: relative;}
.slider_news .item .descr .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.slider_news .item .date_news {
    position: absolute;
    color: #FFF;
    z-index: 1; 
    background-color: var(--OPTION_BASE_COLOR);
    width: 55px;
    height: 55px;
    font-size: 0.75rem;
    text-align: center;
    left: 0;
    top: 0;
    border-bottom-right-radius: 8px;
}
.slider_news .item .date_news .date {font-size: 1.6rem; font-weight: 400;}
.slider_news .item:hover .date_news {opacity: 0.4;}

.slider_news .item .descr .name {z-index: 1; position: relative;}
.slider_news .item .descr .name a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.2rem;
    margin-bottom: 15px;
    text-decoration: none;
}
.slider_news .item .descr .link {
    font-size: 0.8rem; 
    font-style: italic; 
    padding-right: 20px;
    z-index: 1;
    position: relative;
}
.slider_news .item .descr .link::after {
    content: "\e90b";
    margin-left: 3px;
    
    position: absolute;
    top: 3px;
    right: 0;
    
    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;
}



.slider_news.owl-theme .owl-nav button.owl-next, .slider_news.owl-theme .owl-nav button.owl-prev {
    top: 130px;
}
.slider_news.owl-theme .owl-dots {bottom: -10px;}

@media screen and (min-width: 1350px){
    .slider_news.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_news.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_news {padding: 0 50px;}
    .slider_news.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_news.owl-theme .owl-nav button.owl-next {right: 0;}   
}

/*.col-lg-*/
@media screen and (max-width: 1200px){
     .news .news-list .news-item  {margin: 0 10px 20px 10px;}
     .slider_news {padding: 0;}
}



/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/speech/style.css?17773603511314*/
.speech_block {width: 100%; margin-bottom: 50px;}
.speech_block .img_wrapper
{
    width: 25%;
    flex: 0 0 25%;
    margin-right: 30px;
    background-color: #FFF;
    overflow: hidden;
}
.speech_block .img {width: 100%; height: 100%;padding: 0 15px 15px 0;}
.speech_block .img img {width: 100%; height: 100%; object-fit: contain; border-radius: 6px; border: 1px solid #edeef0;}

.speech_block .sign {font-weight: 400; font-style: italic;}

/*.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)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .speech_block_wrapper .page_block_header {text-align: center; width: 100%;}
    
    .speech_block .img_wrapper {width: 40%; flex: 0 0 40%; margin-right: 15px;}       
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
    .speech_block_wrapper .page_block_header {text-align: center; width: 100%;}
    .speech_block {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important; font-size: 0.9rem}
    .speech_block .img_wrapper {width: 100%; flex: 0 0 100%; text-align: center;}
    .speech_block .img img {max-width: 300px; }
    
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17773603512524*/
.slider_actions {
  margin-bottom: 20px;
}

.slider_actions .item_container {
    width: 342px;  
    padding-right: 20px; margin-bottom: 20px;
}
.slider_actions .item_container.last_item {width: 322px; padding-right: 0px; }

.slider_actions .item {
    width: 100%; 
    border: 1px solid #e0e0e0;
    
    font-size: 0.9rem;
    border-radius: 8px;
    overflow: hidden;
    
}
body.SITE_THEME_DARK .slider_actions .item  {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

.slider_actions .item:hover
{
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.slider_actions .item .descr {padding: 20px 25px; height: 80px; position: relative;}
.slider_actions .item .descr .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.slider_actions .item .descr .date {color: #7b7c7c; font-size: 0.7rem; font-style: italic; margin-bottom: 5px;}
.slider_actions .item .descr .name {z-index: 1; position: relative;}
.slider_actions .item .descr .name a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.1rem;
    margin-bottom: 15px;
    text-decoration: none;
}
.slider_actions .item .descr .link {
    font-size: 0.8rem; 
    font-style: italic; 
    padding-right: 20px;
    z-index: 1;
    position: relative;
}
.slider_actions .item .descr .link::after {
    content: "\e90b";
    margin-left: 3px;
    
    position: absolute;
    top: 3px;
    right: 0;
    
    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;
}



.slider_actions.owl-theme .owl-nav button.owl-next, .slider_actions.owl-theme .owl-nav button.owl-prev {
    top: 130px;
}

.slider_actions.owl-theme .owl-dots {bottom: -10px;}

@media screen and (min-width: 1350px){
    .slider_actions.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_actions.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_actions {padding: 0 50px;}
    .slider_actions.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_actions.owl-theme .owl-nav button.owl-next {right: 0;}   
}

/*.col-lg-*/
@media screen and (max-width: 1200px){
     .news .news-list .news-item  {margin: 0 10px 20px 10px;}
     .slider_actions {padding: 0;}
}



/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/usefull_links/style.css?17773603511614*/
.usefull_links_container {background-color: #fafafa; padding: 30px 0;}
.usefull_links {margin-bottom: 30px;}
.usefull_links .item_container {width: 342px; padding-right: 20px;}
.usefull_links .item_container.last_item {width: 322px; padding-right: 0px; }
.usefull_links .item {
    overflow: hidden;
    height: 150px;
    border: 1px solid #edeef0;
    margin: 0 0 10px 0;
    border-radius: 2px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}
.usefull_links .item .img {margin: 0 auto;}
.usefull_links .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 80px;
}
.usefull_links.owl-theme .owl-dots {bottom: -30px;}
.usefull_links .item .name {font-weight: 500;}
.usefull_links .item .href {position: absolute; width: 100%; height: 100%; z-index: 3;}



.usefull_links .item .name_container:before {
    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;
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\ea81";
    font-size: 30px;
    transform: rotate(45deg);
    color: #cccccc;
}
.usefull_links .item:hover .name_container:before {color: var(--OPTION_BASE_COLOR);}

@media screen and (min-width: 1400px){
    .usefull_links.owl-theme .owl-nav button.owl-prev {left: -60px;}
    .usefull_links.owl-theme .owl-nav button.owl-next {right: -60px;}
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_feedback/style.css?17773603513610*/
/*Отзывы*/
.slider_feedback_container {background-color: #f4f4f4}
.feedback {padding-bottom: 30px; margin-left: -15px; overflow: hidden; height: 320px; overflow: visible; margin-top: -30px;}
.feedback:hover {overflow: visible; z-index: 2;}

.feedback .item {
    width: 570px; 
    height: 250px;
    margin: 30px 15px;
    position: relative;
}
.feedback .item_content {
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3); height: 100%; width: 100%; background-color: #FFF; padding: 10px 20px 20px 20px; border-radius: 8px;
    position: absolute;
    left: 0; top: 0;
    
}
.feedback .item:hover .item_content {height: auto; min-height: 250px;}
.feedback .item:hover .descr_container {height: auto; }
.feedback .item:hover .img {flex: 0 0 50px;}
 
.feedback .item .img {flex: 0 0 150px; transition: all 0.15s ease-out 0s;}
.feedback .item .img img {max-width: 150px; max-height: 150px; border-radius: 100px;}
.feedback .letter {
    flex: 0 0 36px; width: 36px; height: 36px;
    margin-right: 10px; color: #FFF; background-color: #8585cc; 
    border-radius: 50%; text-align: center; line-height: 36px; vertical-align: middle;
}
.feedback .descr_container {padding: 0 20px; overflow: hidden; height: 200px;}
.feedback .date_star {margin-top: 10px;}
.feedback .date {color: #a8abb7; font-size: 0.8rem; padding-left: 10px;}
.feedback .star {margin-top: 7px;}
.feedback .star img {height: 12px!important; width: 12px!important;  margin-top: -8px; display: inline-block!important; vertical-align: middle; line-height: 12px;}
.feedback .text {
    font-size: 0.95rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7.5rem;
    margin-bottom: 10px;
}
.feedback .item:hover .text {-webkit-line-clamp: none; height: auto; min-height: 7.5rem;}


.feedback .source {text-align: right; color: #a8abb7; font-size: 0.8rem;} 


/*Темная тема*/
body.SITE_THEME_DARK .feedback .item_content {background-color: var(--THEME_DARK_BG_ITEM_COLOR); border: 1px solid  var(--THEME_DARK_LINE_COLOR);}

.feedback .owl-stage .owl-item:nth-child(2n) .letter {background-color: #b37db3;} 
.feedback .owl-stage .owl-item:nth-child(3n) .letter {background-color: #5798d9;} 
.feedback .owl-stage .owl-item:nth-child(4n) .letter {background-color: #50c0e6;} 

.feedback .owl-stage-outer:hover {
  height: 1200px;
  height: 1200px;
}


@media screen and (min-width: 1400px){
    .slider_feedback.owl-theme .owl-nav button.owl-prev {left: -60px;}
    .slider_feedback.owl-theme .owl-nav button.owl-next {right: -60px;}
}


/*.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)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .feedback {margin: 0;}
    
    .feedback .item {margin: 0; width: 100%;}
    .feedback .item_content {border: 1px solid #CCC; box-shadow: none; padding: 5px 10px 10px 10px; height: calc(100% - 20px); width: 100%;}
    .feedback .descr_container {padding: 0 10px;}
    
    .slider_feedback.owl-theme .owl-nav {display: none;}
    .slider_feedback.owl-theme .owl-dots {bottom: 30px;}
    
    .feedback .name, .feedback .text {font-size: 0.85rem;}
    .feedback .text {height: 6.5rem;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{

    
}

/*.col-*/
@media screen and (max-width: 400px)
{
    .feedback .item .img {display: none;}
    .feedback .date {display: none !important;}
    
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_logo/style.css?1777360351777*/
.slider_logos_container {background-color: #fafafa; padding: 30px 0;}
.slider_logos {margin-bottom: 30px;}
.slider_logos .item {
    overflow: hidden;
    width: 200px;
    height: 95px;
    border: 1px solid #edeef0;
    margin: 0 20px 10px 0;
    border-radius: 2px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 6px;
}
.slider_logos .item .img {margin: 0 auto;}
.slider_logos .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 80px;
}
.slider_logos.owl-theme .owl-dots {bottom: -30px;}

@media screen and (min-width: 1400px){
    .slider_logos.owl-theme .owl-nav button.owl-prev {left: -60px;}
    .slider_logos.owl-theme .owl-nav button.owl-next {right: -60px;}
}
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/map_contacts/style.css?17773603512799*/
#map {height: 600px; border-top: 1px solid #CCCCCC;}
.map_form {position: relative; line-height: 1.3; font-size: 1.1rem; color: var(--TEXT_COLOR);}
.map_form h2 {font-size: 1.7rem;}
.map_form label {font-size: 1rem; font-weight: 600;}
.map_form .bg {transition: all .30s ease-in;  opacity:1; visibility: visible; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background: rgba(15, 64, 96, 0.15); z-index: 1;}
.map_form:hover .bg {visibility: hidden; opacity: 0;}
.map_form .phone_img {margin: 5px 0;}
.map_form .phone_img img {margin-right: 5px; display: inline-block;}
.map_form .form > div:not(.air){margin-bottom: 20px;}
.map_form .form > div.social {margin-bottom: 10px;}
.map_form .form > div.callback {margin-bottom: 0;}
.map_form .baloon_content .logo img {max-width: 50%; max-height: 80px;}
.map_form .baloon_content > div > a {color: var(--TEXT_COLOR)!important;}
.map_form .baloon_content > div > a:hover {color: var(--OPTION_BASE_COLOR)!important}

.map_form h2 {font-size: 1.2rem;}
.map_form h2.styled::after {bottom: -9px; height: 2px;}


.map_form .form_container {
    position: absolute;
    right: 40px;
   
    z-index: 99;
    height: 600px;
}
.map_form .form_container .info {font-size: 1.05rem;}
.map_form .form_container .info > div {margin: 0 40px; padding: 20px; border-bottom: 1px solid #e6e6e6;}
.map_form .form {
    border: #b4c8d3 1px solid;
    background-color: #FFFFFF;
    padding: 40px;
    margin: 20px 0;   
    width: 400px;
    color: var(--TEXT_COLOR);
    border-radius: 8px;
}
.map_form .form a {color: var(--TEXT_COLOR);}
.map_form .form p {padding: 3px 0;}
.map_form .form strong {padding: 2px 0;}
.map_form [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.map_form .ymaps-2-1-79-balloon, .map_form .ymaps-2-1-79-balloon__layout {border-radius: 8px;}
.map_form .ymaps-2-1-79-balloon__close {margin-right: 5px;}

.map_form:hover [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: none;
    -webkit-filter: none; 
}
.map_form.css_filter [class*="placemark-overlay"] ymaps ymaps {
    filter:grayscale(1) brightness(0%) var(--OPTION_BASE_COLOR_FILTER);
}
.map_form [class*="placemark-overlay"] ymaps ymaps {
    -webkit-animation: marker-animation 1s infinite;
    animation: marker-animation 1s infinite;
}

@-webkit-keyframes marker-animation {
    0% {top: -105px; }
    50% {top: -110px;}
    100% {top: -105px; } 
}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/advantage/style.css?17773603511728 */
/* /bitrix/templates/bs_education_s1/components/bitrix/main.include/about/style.css?17773603511095 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/photo_section/style.css?17773603511044 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/answers/style.css?17773603511980 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/peoples_with_cat_menu_search/style.css?17773603515081 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/news/bitrix/news.list/.default/style.css?17773603502777 */
/* /bitrix/templates/bs_education_s1/components/bitrix/main.include/speech/style.css?17773603511314 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17773603512524 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/usefull_links/style.css?17773603511614 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_feedback/style.css?17773603513610 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_logo/style.css?1777360351777 */
/* /bitrix/templates/bs_education_s1/components/bitrix/main.include/map_contacts/style.css?17773603512799 */
