

/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17646217713024*/
.uslugi_container {overflow: hidden;}

.uslugi {margin-right: -10px; padding-bottom: 30px;}
.uslugi .item_container {padding: 0 10px 10px 0;}

/*labels*/
.uslugi .labels {
    font-size: 13px; font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    opacity: 0.8;
}
.uslugi .labels > div {border-radius: 16px; padding: 2px 6px 3px 6px; margin: 0 4px 4px 0; border: 1px solid var(--OPTION_BASE_COLOR); color: var(--OPTION_BASE_COLOR); background-color: #FFF;}
.uslugi .labels > div:nth-child(4n+1) {background-color: var(--OPTION_BASE_COLOR); color: #FFF; border: 1px solid var(--OPTION_BASE_COLOR);}



.uslugi .item {
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 4px;
}
.uslugi .item .img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: center center;
    transition: transform 0.5s;
}
.uslugi .item .img img {width: 100%; height: 100%; object-fit: cover;}
.uslugi .item .text {
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #FFF;
}
.uslugi .item .text .name {font-size: 1.2rem;}
.uslugi .item .text .descr {padding-top: 10px; font-size: 0.9rem;}

.uslugi .shadow {
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
}

.uslugi .shadow_light .shadow {background-color: rgba(255,255,255,0.7);}
.uslugi .shadow.shadow_gradient {background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));}
.uslugi .href {position: absolute; width: 100%; height: 100%; z-index: 4;}


.uslugi .item_container:hover .img {transform:scale(1.1)}
.uslugi .item_container:hover .item {box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);}


.uslugi .item.css_text_dark .text {color: var(--TEXT_COLOR);}

.uslugi .shadow_light .shadow.shadow_gradient {background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));}

.uslugi .item .buttons {display: none; margin-top: 15px; position: absolute; bottom: 25px; left: 25px;}
.uslugi .item .buttons > div {margin-right: 10px;}
.uslugi .item_container:hover .text {bottom: 50px;}
.uslugi .item_container:hover .buttons {display: flex; z-index: 5;}
.uslugi .item_container:hover .labels {opacity: 1;}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
    
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .uslugi .item_container {width: 350px; flex: 0 0 350px; max-width: 350px;}  

}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    .uslugi .item .buttons {display: flex;}   
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
    .uslugi_detail .price_container {margin: 0;}   
}
/*.col-*/
@media screen and (max-width: 575px)
{

    
    
}

/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/main.include/about/style.css?17646217711188*/
.about_block_wrapper {background-color: #F4F7FB; padding: 15px 0;}


.about_block {width: 100%; margin-bottom: 30px;}
.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;
    overflow: hidden;
    background-color: rgba(255,255,255,0.7);
}

.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_school_s1/components/bitrix/news.list/digits/style.css?1764621771657*/
.digits_wrapper {padding: 0 0 30px 0; background-color: #F4F7FB;}

.digits .item_container {position: relative; width: 330px; margin: 0 auto;}
.digits .item {padding: 20px; text-align: center;}


.digits .item .text {padding: 0 0 0 20px; font-weight: 400;}
.digits .item .text .name .digit {font-weight: 700; color: var(--OPTION_BASE_COLOR); font-size: 40px;}
.digits .item .text .name small {font-weight: 600; font-size: 14px;}
.digits .item .text .descr {margin-top: 10px; font-size: 15px;}


.digits_wrapper .owl-theme .owl-dots {bottom: -10px;}

body.SITE_THEME_DARK .digits_wrapper {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}


/* End */


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


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/main.include/speech/style.css?17646217711381*/
.speech_block {width: 100%; margin-bottom: 50px;}
.speech_block .img_wrapper
{
    width: 25%;
    flex: 0 0 25%;
    margin-right: 30px;
    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;}

body.SITE_THEME_DARK .speech_block .img img {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

/*.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_school_s1/components/bitrix/news/services/bitrix/news.list/.default/style.css?17646217712429*/
.services {padding-bottom: 30px;}
.services .item_container {padding: 0 10px 10px 0;}

/*labels*/
.services .labels {
    font-size: 13px; font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    opacity: 0.8;
}
.services .labels > div {border-radius: 16px; padding: 2px 6px 3px 6px; margin: 0 4px 4px 0; border: 1px solid var(--OPTION_BASE_COLOR); color: var(--OPTION_BASE_COLOR); background-color: #FFF;}
.services .labels > div:nth-child(4n+1) {background-color: var(--OPTION_BASE_COLOR); color: #FFF; border: 1px solid var(--OPTION_BASE_COLOR);}


.services .item_container {
    width: 342px;
    padding-right: 20px;
    margin-bottom: 20px;    
    position: relative;
}
.services .item {
    border: 1px solid #edeef0;
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 4px;
    

}
.services .item .img_container {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.services .item .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.5s; 
}
.services .item .text {padding: 15px 20px;}
.services .item .text .name a {
    font-size: 1.2rem;     
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3rem;
    text-decoration: none;
}
.services .item .text .descr {
    padding-top: 10px; font-size: 0.9rem;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.services .shadow {
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
}

.services .href {position: absolute; width: 100%; height: 100%; z-index: 4; left: 0; top: 0;}


.services .item_container:hover .img {transform:scale(1.1)}


.services .item.css_text_dark .text {color: var(--TEXT_COLOR);}


body.SITE_THEME_DARK .services .item {border: 1px solid var(--THEME_DARK_LINE_COLOR); background-color: var(--THEME_DARK_BG_ITEM_COLOR);}


/*1348px*/
@media screen and (min-width: 1348px)
{
    .services {margin-right: -20px;}     
    
    .services.owl-theme .owl-nav button.owl-prev {left: -60px;}
    .services.owl-theme .owl-nav button.owl-next {right: -60px;}
}



/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/answers_cat/style.css?17646217711980*/
.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_school_s1/components/bitrix/news.list/advantage/style.css?17646217711830*/
.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 .img img.lazy-hidden {width: 100%; height: 100%; background-size: 30px !important;}

.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_school_s1/components/bitrix/main.include/kviz/style.css?176462177117785*/
.kviz_wrapper {min-height: 200px;}
.kviz_container {border: 1px solid #DCDCDC;  border-radius: 12px; overflow: hidden;}
.kviz_container h2 {margin-top: 0;}

.kviz_container .item_shadow {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.5)}
.kviz_container .item_shadow.shadow_light {background-color: rgba(255,255,255,0.7)}

.kviz_container .step .question {font-weight: 600; margin-bottom: 10px; font-size: 20px;}
.kviz_container .step .question_header {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #DCDCDC;}

.kviz_container .controls_panel {background-color: #F4F7FB; padding: 30px 40px 50px 40px;}

.kviz_container .choice_comment {margin-bottom: 10px; display: inline-block; font-size: 14px;}
.kviz_container .answer_anons {line-height: 1.1; font-size: 15px; opacity: 0.8;}
.kviz_container input[type="text"]{border: 1px solid #DCDCDC!important;}
.kviz_container input[type="text"]:focus {border: 1px solid #C6C6C6!important;}

.kviz_wrapper .disklamer {margin-top: 5px; font-size: 13px; text-align: center;}
.kviz_wrapper .kviz_informer {text-align: center; color: #FFF; 
background-color: var(--OPTION_BASE_COLOR); 
border-top-right-radius: 20px;
border-top-left-radius: 20px;
padding: 10px 20px 30px 10px;
margin-bottom: -20px;
}

/*Старт*/
.kviz_container .step_start {background-color: #FFF}
.kviz_container .step_start .info_container {height: 100%;}
.kviz_container .step_start .info_container .content {padding: 40px; z-index: 2; position: relative;}
.kviz_container .step_start .img_container {flex: 0 0 30%; max-width: 30%;}
.kviz_container .step_start .img_container .img {width: 100%; height: 100%;}
.kviz_container .step_start .img_container .img img {width: 100%; height: 100%; object-fit: cover;}
.kviz_container .step_start .info_container {background-repeat: no-repeat; background-size: cover; background-position: center;}

/*Шаги*/
.kviz_container .step {padding: 40px; background-color: #FFF;}

/*Комментарий блок справа*/
.kviz_container .step .col_right {flex: 0 0 30%; padding: 30px; background-color: #F4F7FB; border-radius: 12px; margin-left: 20px; min-width: 300px;}
.kviz_container .step .col_right h2, .kviz_container .step .col_right h3 {margin: 0; font-size: 18px;}
.kviz_container .step .col_right .img {width:100%; margin-bottom: 10px;}
.kviz_container .step .col_right .img img {max-width: 100%; width: 175px;}
.kviz_container .step .col_right .text {
    background-color: #FFF;
    padding: 15px; border-radius: 6px;
}
.kviz_container .step .col_right .text.has_sign {margin-top: 10px; position: relative;}
.kviz_container .step .col_right .text.has_sign:before {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    position: absolute;
    top: -14px;
    left: 20px;
}

/*Прогресс*/
.kviz_container .progress_container {margin-top: 15px;}
.kviz_container .progress_container .step_info {font-size:15px; color: #999999}
.kviz_container .progress {position: relative;}
.kviz_container .progress .value {position: absolute; font-weight: 600;  top: 0; margin-top: 22px;  width: 30px; text-align: center; margin-left: -15px; left: 0;}
.kviz_container .progress.first_step .value {margin-left: 0;}
.kviz_container .progress.last_step .value {margin-left: -30px;}
.kviz_container .progress .value:before {content: ""; display: inline-block; position: absolute; border: none; background: var(--OPTION_BASE_COLOR); border-radius: 10px; left: 0; top: -21px; width: 30px; height: 16px;}
.kviz_container .progress .procent {font-size: 0.8rem; font-weight: 400; margin-top: 4px;}
.kviz_container .progress .procent .indicator {background-color: #e7e7e7; padding: 1px; height: 8px; position: relative; margin-top: 5px; border-radius: 4px;}
.kviz_container .progress .procent .indicator .val {
    background-image: repeating-linear-gradient(-45deg, var(--OPTION_BASE_COLOR_L), var(--OPTION_BASE_COLOR_L) 0.5rem, var(--OPTION_BASE_COLOR_D) 0.5rem, var(--OPTION_BASE_COLOR_D) 1rem);
    background-size: 200% 200%;
    animation: gradient_lines 15s linear infinite; 
    border-radius: 5px; overflow: hidden; width: 0; height: 6px;
}
.kviz_container .progress.final .indicator .val {background-image: none; background-color: #00cc66;}
.kviz_container .progress.final .value::before {background: #00a43e;}

@keyframes gradient_lines {100% {background-position: 100% 100%;}}
 
 
.kviz_container .start_button {animation: glowing 1300ms infinite;}
@keyframes glowing {
    0% { background-color: var(--OPTION_BASE_COLOR); box-shadow: 0 0 5px var(--OPTION_BASE_COLOR_L4); }
    50% {background-color: var(--OPTION_BASE_COLOR_L2); box-shadow: 0 0 20px var(--OPTION_BASE_COLOR); }
    100% {color: #FFF; background-color: var(--OPTION_BASE_COLOR_D); box-shadow: 0 0 5px #var(--OPTION_BASE_COLOR_D); }
}

/*Навигация*/
.kviz_container .navigation .btn {padding: 10px 15px 9px; margin-left: 10px;}
.kviz_container .navigation .btn svg {vertical-align: middle; margin-top: -2px;}


/*Радио-кнопка*/
.input_radio input[type=radio] {display: none;}
.input_radio label {position: relative; padding-left: 40px; font-size: 20px; line-height: 30px; margin-bottom: 10px; display: inline-block; cursor: pointer; caret-color: transparent;}
.input_radio label:before {content: ""; display: inline-block; left: 0; top: 2px; position: absolute; width: 30px; height: 30px; border-radius: 15px; border: 2px solid #DCDCDC;}
.input_radio label:hover:before {border: 2px solid #C6C6C6;}

.input_radio input[type=radio]:checked + label:before {border: 2px solid var(--OPTION_BASE_COLOR);}
.input_radio input[type=radio]:checked + label:after {content: ""; display: inline-block; position: absolute; border: none; background: var(--OPTION_BASE_COLOR); border-radius: 10px; left: 7px; top: 9px; width: 16px; height: 16px;}

/*Чекбокс*/
.input_checkbox input[type=checkbox] {display: none;}
.input_checkbox label {position: relative; padding-left: 40px; font-size: 20px; line-height: 30px; margin-bottom: 10px; display: inline-block; cursor: pointer; caret-color: transparent;}
.input_checkbox label:before {content: ""; display: inline-block; left: 0; top: 2px; position: absolute; width: 30px; height: 30px; border-radius: 6px; border: 2px solid #DCDCDC;}
.input_checkbox label:hover:before {border: 2px solid #C6C6C6;}

.input_checkbox input[type=checkbox]:checked + label:before {border: 2px solid var(--OPTION_BASE_COLOR); background-color: var(--OPTION_BASE_COLOR);}
.input_checkbox input[type=checkbox]:checked + label:after {font-family: "FontAwesome"; content: "\f00c"; font-size: 14px; color: #FFFFFF; text-align: center; line-height: 15px; position: absolute; left: 8px; top: 9px;}


/*Радио-кнопка, чекбокс [с картинкой]*/
.input_choice_image .item {border: 1px solid #DCDCDC; padding: 20px; margin-bottom: 10px; border-radius: 6px; font-size: 20px; cursor: pointer; caret-color: transparent; position: relative;}
.input_choice_image .item .img {margin-right: 20px; width: 150px; flex: 0 0 150px;}
.input_choice_image .item .img img {max-width: 100%;}
.input_choice_image input {display: none;}
.input_choice_image .item:hover {border: 1px solid #C6C6C6;}
.input_choice_image .item.active {border: 1px solid var(--OPTION_BASE_COLOR);}
.input_choice_image .item.active:after {font-family: "FontAwesome"; content: "\f00c"; font-size: 30px; color: var(--OPTION_BASE_COLOR); text-align: center; line-height: 15px; position: absolute; right: 10px; top: 10px;}

.input_choice_image {display: flex; flex-wrap: wrap; margin-right: -10px;}
.input_choice_image .item_container {flex: 0 0 50%; padding: 0 10px 10px 0; min-width: 400px;}

/*Дата*/
.kviz_container .ui-datepicker {margin: 0!important;}

/*Информационный блок*/
.custom_inform .img {margin-bottom: 10px;}
.custom_inform .img img {max-width: 100%;}


/*Оформление ответов css классы*/
.kviz_container .step.css_w100 .item_container {flex: 0 0 100%;}

.kviz_container .step.css_w50 .custom_input {display: flex; flex-wrap: wrap;}
.kviz_container .step.css_w50 .item  {flex: 0 0 50%;}

.kviz_container .step.tile_with_bg .item_container {height: 200px; overflow: hidden; flex: 0 0 425px; border-radius: 6px; margin-bottom: 10px;}
.kviz_container .step.tile_with_bg .item_container .item {padding: 0;}
.kviz_container .step.tile_with_bg .item_container .item .img {width: 100%; flex: 0 0 100%; height: 200px;}
.kviz_container .step.tile_with_bg .item_container .item .img img {width: 100%; height: 100%; object-fit: cover;}
.kviz_container .step.tile_with_bg .item_container .item .option_descr {position: absolute; left: 0; bottom: 0; background-color: var(--OPTION_BASE_COLOR); width: 100%; padding: 10px; color: #FFF;}



/*Летающая кнопка*/
.kviz_fly_button {
    width: 350px; height: 200px; position: fixed; bottom: 10px; left: 10px; z-index: 10; overflow: hidden; border-radius: 10px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.3), 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.kviz_fly_button .info_container {border-radius: 10px;}
.kviz_fly_button .info_container .content {padding: 15px; z-index: 2; position: relative;}
.kviz_fly_button .img_container {flex: 0 0 100%; width: 100%;}
.kviz_fly_button .img_container .img {width: 100%;}
.kviz_fly_button .img_container .img img {max-height: 170px; width: 100%; height: 100%; object-fit: cover; display: block;}
.kviz_fly_button .info_container {background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%;}
.kviz_fly_button .item_shadow {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.5)}
.kviz_fly_button .item_shadow.shadow_light {background-color: rgba(255,255,255,0.7)}

.kviz_fly_button.css_text_light_mobile {color: #FFF;}
.kviz_fly_button h2 {font-size: 1.4rem;}

.kviz_fly_button .close {position: absolute; right: 10px; top: 10px;}
.kviz_fly_button .close svg {opacity: 0.8;}
.kviz_fly_button .close:hover svg {opacity: 1}
.kviz_fly_button .close:hover svg path {fill: #FFF}
.kviz_fly_button .close:hover svg path:first-child {fill: var(--OPTION_BASE_COLOR)}

@media screen and (min-width: 767px)
{
    .kviz_fly_button.hover {height: auto;}
    .kviz_fly_button.hover .img_container {display: block!important;}
    .kviz_fly_button.hover .info_container {background-color: #FFF; background-image: none!important; border-top-right-radius: 0; border-top-left-radius: 0;}
    .kviz_fly_button.hover .info_container .kviz_anons {display: block!important;}
    .kviz_fly_button.css_text_light_mobile.hover .info_container {background-color: #2b2b2b}
}


/*--------------------------popup режим--------------------------*/
.kviz_popup_wrapper {
    padding: 10px 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: transparent;
    overflow: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.kviz_popup_wrapper .main_content {margin-bottom: 30px;}
.kviz_popup_wrapper .main_content .col1 {padding-right: 50px;}
.kviz_popup_wrapper .main_content .col2 {flex: 0 0 250px;}

.kviz_popup_wrapper .logo {margin-bottom: 20px;}
.kviz_popup_wrapper .logo img {max-width: 80%; display: block; padding: 10px 0; max-height: 100px;}

.kviz_popup_wrapper .contacts > div {margin-bottom: 20px;}
.kviz_popup_wrapper .contacts a {text-decoration: none;}
.kviz_popup_wrapper .contacts .address {font-weight: 600;}
.kviz_popup_wrapper .contacts .callback a {width: 100%;}
.kviz_popup_wrapper .contacts .social {margin-left: -11px;}
.kviz_popup_wrapper .contacts .social a {color: var(--OPTION_BASE_COLOR)!important;}
.kviz_popup_wrapper .contacts .social a:hover {color: var(--TEXT_COLOR)!important;}
.kviz_popup_wrapper .contacts .buttons > div {margin: 15px 0;}
.kviz_popup_wrapper .contacts .buttons a.active {text-decoration: underline;}
.kviz_popup_wrapper .hr {border-top: 1px solid rgba(255,255,255,0.25);}

.kviz_popup_wrapper > .d-flex {max-height: 100vh}
.kviz_popup_wrapper > div > div > .content_container {
    background-color: transparent; padding: 10px 30px;
}
.kviz_popup_wrapper > div > div > .content_container::after {
    background-color: rgba(232, 232, 232, 0.65);
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 8px;
    backdrop-filter: blur(32px);
    pointer-events: none;
    z-index: -1;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: background-color;
}


.kviz_popup_wrapper.popup_page .close-x {display: block!important;}
.kviz_popup_wrapper .close-x {
    width: 30px; height: 30px; 
    display: inline-block; 
    cursor: pointer;
    text-decoration: none;
    color: var(--TEXT_COLOR);
    position: absolute;
    right: 20px;
    top: 20px;
}
.kviz_popup_wrapper .close-x svg path {stroke: var(--OPTION_BASE_COLOR);}
.kviz_popup_wrapper .close-x svg path:first-child {stroke: var(--OPTION_BASE_COLOR);}
.kviz_popup_wrapper .close-x:hover svg path {stroke: #FFF;}
.kviz_popup_wrapper .close-x:hover svg path:first-child {stroke: var(--OPTION_BASE_COLOR); fill: var(--OPTION_BASE_COLOR);}


.kviz_popup_wrapper .kviz_container {border: 1px solid rgba(255,255,255,0.25);}
.kviz_popup_wrapper .kviz_wrapper {min-height: 350px; border-radius: 12px;}
.kviz_popup_wrapper .kviz_container {height: 100%;}
.kviz_popup_wrapper .step_start {height: 350px;}  
.kviz_popup_wrapper .step_start > div {height: 100%;}  
.kviz_popup_wrapper .step_start .img_container {flex: 0 0 40%; max-width: 40%;}
/*--------------------------popup режим--------------------------*/


/*Темная тема*/
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .kviz_container {border: 1px solid var(--THEME_DARK_LINE_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step_start {background-color: var(--THEME_DARK_BG_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step {background-color: var(--THEME_DARK_BG_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .controls_panel {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .col_right {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .col_right .text {color: var(--TEXT_COLOR)}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .question_header {border-bottom: 1px solid var(--THEME_DARK_LINE_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .progress .procent .indicator {background-color: var(--THEME_DARK_LINE_COLOR)}


body.SITE_THEME_DARK .kviz_wrapper.view_popup {color: var(--TEXT_COLOR)}
body.SITE_THEME_DARK .kviz_popup_wrapper .main_content, body.SITE_THEME_DARK .kviz_popup_wrapper .main_content a {color: var(--TEXT_COLOR)}

@media screen and (min-width: 767px)
{
    .step_start .info_container {background-image: none!important;}
}


@media screen and (max-width: 1348px)
{

}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .kviz_popup_wrapper {height: auto;}
    .kviz_popup_wrapper > .d-flex {max-height: none;}
    
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    .kviz_popup_wrapper .kviz_container {padding: 0!important;}
    .kviz_popup_wrapper .kviz_wrapper {min-height: 200px;}
    .kviz_popup_wrapper div > div > .content_container {padding: 10px;}
    .kviz_popup_wrapper .main_content {flex-wrap: wrap;}     
    .kviz_popup_wrapper .main_content .col1 {flex: 0 0 100%; padding: 20px;}
    .kviz_popup_wrapper .main_content .col2 {flex: 0 0 100%; padding: 20px;}
    
    .kviz_popup_wrapper .step_start {height: 250px;}
    .kviz_popup_wrapper .step_start .info_container .content {padding: 20px;}
    
    
    .kviz_container .step.css_w50 .custom_input {display: flex; flex-wrap: wrap;}
    .kviz_container .step.css_w50 .item  {flex: 0 0 100%;}
    
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .step_start .img_container {display: none;}
    .kviz_container .controls_panel {padding: 20px 20px 40px 20px;}
    .kviz_container .progress_container {margin-top: 0px;}
    
    
    .kviz_container .step_start .item_shadow {display: block !important;}
    .kviz_wrapper.css_text_light_mobile .step_start {color: #FFF;}
    
    .kviz_container .step {padding: 25px;}
    .kviz_container .step .col_container {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
    .kviz_container .step .col_left {flex: 0 0 100%;}
    .kviz_container .step .col_right {flex: 0 0 100%; margin: 20px 0 0 0;}
    
    .kviz_container .step .col_right.question_descr_block .content {display: flex;}
    .kviz_container .step .col_right {padding: 20px;}
    .kviz_container .step .col_right .img {width: 30%; flex: 0 0 30%; margin: 0 15px 0 0 }
    

    .kviz_fly_button {left: 50%; margin-left: -125px; width: 250px; height: 130px; cursor: pointer;}
    .kviz_fly_button .btn {padding: 8px 20px 10px; font-size: 0.85rem;}
    .kviz_fly_button h2 {font-size: 1rem;}
    .kviz_fly_button .air.p30 {display: none;}
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .kviz_container .step .col_right.question_descr_block {font-size: 14px;}   
    
}

/* End */


/* Start:/bitrix/templates/bs_school_s1/components/brainsite/iblock.element.add.form/kviz_form/style.css?1764621771102*/
.ajax_form .btn_container {text-align: center;}
.ajax_form .form_result {color: #cc0000 !important}

/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/usefull_links/style.css?17646217711958*/
.usefull_links_container {background-color: #fafafa; padding: 30px 0;}
.usefull_links {margin-bottom: 30px;}
.usefull_links .item_container {width: 342px; padding-right: 20px; position: relative;}
.usefull_links .item_container.last_item {width: 322px; padding-right: 0px; }
.usefull_links .item_container .href {position: absolute; width: 100%; height: 100%; z-index: 3;}
.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; width: 100%; height: 100%;}
.usefull_links .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 80px;
}
.usefull_links .item img.lazy-hidden {width: 100%; height: 100%; max-height: none;}
.usefull_links.owl-theme .owl-dots {bottom: -30px;}
.usefull_links .item .name {font-weight: 500;}


.usefull_links .item img.lazy-hidden {background-size: 30px !important;}

.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_container:hover .name_container:before {color: var(--OPTION_BASE_COLOR);}

body.SITE_THEME_DARK .usefull_links a, body.SITE_THEME_DARK .usefull_links .name {color: var(--TEXT_COLOR)!important;}

@media screen and (min-width: 1348px){
    .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_school_s1/components/bitrix/system.pagenavigation/modern/style.css?17646217712*/



/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/licenses/style.css?17646217711043*/
.licenses_container {background-color: #fafafa; padding: 30px 0;}
.licenses {margin-bottom: 30px;}
.licenses .item {
    overflow: hidden;
    width: 250px;
    height: 320px;
    border: 1px solid #edeef0;
    margin: 0 20px 10px 0;
    border-radius: 2px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 6px;
}
.licenses .item .img {margin: 0 auto; width: 100%; height: 100%;}
.licenses .item .img > a {display: block; width: 100%; height: 100%;}
.licenses .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 300px;
}
.licenses .item img.lazy-hidden {width: 100%; height: 100%;}
.licenses.owl-theme .owl-dots {bottom: -30px;}

body.SITE_THEME_DARK .licenses .item {border: 1px solid var(--THEME_DARK_LINE_COLOR); background-color: var(--THEME_DARK_BG_ITEM_COLOR);}

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


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/slider_feedback/style.css?17646217713835*/
/*Отзывы*/
.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 .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 .item .img img.lazy-hidden {background-size: 30px !important;}

.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: 14px!important; width: 14px!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;  height: 150px; overflow: scroll;}
.feedback .item:hover .source {display: none;}

.feedback .source {text-align: right; color: #a8abb7; font-size: 0.8rem;} 
.feedback .source img {display: inline-block!important; max-height: 20px; width: auto !important; opacity: 0.8; transition: all 0.15s ease-out 0s;}

.add_feedback.btn {padding: 8px 50px 10px 20px!important;}
.add_feedback.btn svg {position: absolute; right: 20px; top: 50%; margin-top: -12px; width: 24px; height: 24px;}
.add_feedback.btn svg path {stroke: #FFF!important;}

/*Темная тема*/
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;} 


@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_school_s1/components/bitrix/news.list/photo_items/style.css?17646217711002*/
.photo_items_wrapper {background-color: #F4F7FB; padding: 30px 0;}
.photo_items_wrapper.hide_header {background: none; padding: 0;}
.photo_items_wrapper .page_block_header {margin-bottom: 10px;}

.photo_item_container .item {width: 400px; height: 250px; margin: 0 20px 20px 0; border: 1px solid #edeef0;}
.photo_item_container .item .img {width: 100%; height: 100%;}
.photo_item_container .item .img > a {display: block; width: 100%; height: 100%;}
.photo_item_container .item .img img {width: 100%; height: 100%;}

.photo_items_wrapper .owl-theme .owl-dots {bottom: -10px;}

body.SITE_THEME_DARK .photo_items_wrapper {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}

body.SITE_THEME_DARK .photo_item_container .item  {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

/*1348px*/
@media screen and (min-width: 1348px)
{  
    .photo_items_wrapper .owl-theme .owl-nav button.owl-prev {left: -60px;}
    .photo_items_wrapper .owl-theme .owl-nav button.owl-next {right: -60px;}
}

/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news/news/bitrix/news.list/.default/style.css?17646217712777*/
.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_school_s1/components/bitrix/news.list/banner_page/style.css?17646217711143*/
.banner_page {
    height: 320px; width: 100%;
    background-color: var(--OPTION_BASE_COLOR_L8);
    padding: 50px;
    border-radius: 10px;
    
    background: linear-gradient(90deg, var(--OPTION_BASE_COLOR_L10) 0%, var(--OPTION_BASE_COLOR_L12) 52%, var(--OPTION_BASE_COLOR_L6) 100%);
}
.banner_page h1, .banner_page h2, .banner_page h3 {margin: 10px 0;}
.banner_page .label {font-size: 14px;}

.banner_page .right_col {flex: 0 0 30%;}
.banner_page .right_col .img {
    width: 220px;
    height: 220px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 110px;
    padding: 20px;
    text-align: center;
}
.banner_page .right_col .img img {max-width: 80%;}
/*Цвет шрифта*/
.banner_page.css_text_light, .banner_page.css_text_light a {color: #FFF}


@media screen and (max-width: 1348px)
{

}


@media screen and (max-width: 1200px)
{
    .banner_page .right_col .img {max-width: 100%; width: auto; height: auto; }    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .banner_page {padding: 25px; height: auto;}
    .banner_page .right_col {display: none!important;}    
}
/* End */


/* Start:/bitrix/templates/bs_school_s1/components/bitrix/news.list/slider_logo/style.css?1764621771920*/
.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; width: 100%; height: 100%;}
.slider_logos .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 80px;
}
.slider_logos .item img.lazy-hidden {display: block; width: 100%; height: 100%; background-size: 30px !important;}

.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_school_s1/components/bitrix/news.list/offices/style.css?17646217715075*/
.offices_wrapper h1, .offices_wrapper h2 {margin-bottom: 15px!important;}


.offices_wrapper .left_col {flex: 0 0 40%; border-right: 1px solid #E1E2E3; overflow: scroll; position: relative;}
.offices_wrapper .right_col {position: relative; overflow: hidden; }

.offices_wrapper .view_tile {padding-bottom: 20px;}

.offices_wrapper .close {position: absolute; right: 10px; top: 10px; z-index: 1;}
.offices_wrapper .close svg path {stroke: #FFF;}
.offices_wrapper .close svg path:first-child {stroke: var(--OPTION_BASE_COLOR); fill: var(--OPTION_BASE_COLOR);}


.offices_wrapper .list_and_map_wrapper {border: 1px solid #E1E2E3; border-radius: 10px; position: relative; overflow: hidden;}


/*Детальная карточка (клик на маркере)*/
.offices_wrapper .detail_card {width: 100%;}
.offices_wrapper .detail_card .img {width: 100%; height: 200px; border-bottom: 1px solid #E1E2E3;}
.offices_wrapper .detail_card .img img {width: 100%; height: 100%; object-fit: cover;}
.offices_wrapper .detail_card .descr {padding: 30px;}
.offices_wrapper .detail_card .name {font-weight: 600; font-size: 20px;}
.offices_wrapper .detail_card .descr > div {margin-bottom: 10px;}
.offices_wrapper .detail_card .phone a {text-decoration: none;}

/*Вид плитка*/
.offices_wrapper .view_tile_container {overflow: hidden;}
.offices_wrapper .view_tile {margin-right: -20px;}
.offices_wrapper .view_tile .item {border-radius: 10px; border: 1px solid #E1E2E3; height: 480px; width: 322px; margin: 0 20px 20px 0;}
.offices_wrapper .view_tile .item.last_child {margin-right: 0;}
.offices_wrapper .view_tile .img {width: 100%; height: 200px; border-bottom: 1px solid #E1E2E3;}
.offices_wrapper .view_tile .img img {width: 100%; height: 100%; object-fit: cover;}
.offices_wrapper .view_tile .descr {padding: 30px;}
.offices_wrapper .view_tile .name {font-weight: 600; font-size: 20px;}
.offices_wrapper .view_tile .descr > div {margin-bottom: 10px;}
.offices_wrapper .view_tile .phone a {text-decoration: none;}


/*Комбинированный вид (список слева, справа-карта)*/
.offices_wrapper .view_list .item {height: 119px; border-bottom: 1px solid #E1E2E3; padding: 0 25px; cursor: pointer; position: relative; padding-right: 50px;}
.offices_wrapper .view_list .item:last-child {border-bottom: 1px solid transparent;}
.offices_wrapper .view_list .item .name {font-weight: 600;}
.offices_wrapper .view_list .item .descr > div > div {margin-bottom: 5px;}
.offices_wrapper .view_list .item .phone a {text-decoration: none;}
.offices_wrapper .view_list .item::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: 25px;
  top: 25px;
  content: "\ea81";
  font-size: 30px;
  transform: rotate(45deg);
  color: #cccccc;
}
.offices_wrapper .view_list .item:hover::before {color: var(--OPTION_BASE_COLOR);}


/*Объекты на карте*/
.polygon_layout {position: absolute;  
    background: var(--OPTION_BASE_COLOR_L);
    color: #FFF;  
    border: 1px solid var(--OPTION_BASE_COLOR); 
    width: 220px; 
    height: 50px; 
    left: -110px; 
    top: -25px; 
    border-radius: 25px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.polygon_layout:after, .polygon_layout:before {top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute;}
.polygon_layout:after {border-top-color: var(--OPTION_BASE_COLOR_L); border-width: 4px; margin-left: -4px;}
.polygon_layout:before {border-top-color: var(--OPTION_BASE_COLOR_L);border-width: 6px; margin-left: -6px;}

.polygon_layout .info {padding: 0 15px; height: 48px;}
.polygon_layout .info .name {font-size: 12px; font-weight: 400;}
.polygon_layout .href {position: absolute; width: 100%; height: 100%; z-index: 1;}
.polygon_layout .img, .polygon_layout .img img {height: 49px; border-radius: 25px; width: 49px;}
.polygon_layout .img {background-color: #FFF;}

.polygon_layout.hover {background: var(--OPTION_BASE_COLOR_D);}
.polygon_layout.hover:after {border-top-color: var(--OPTION_BASE_COLOR_D);}
.polygon_layout.hover:before {border-top-color: var(--OPTION_BASE_COLOR_D);}



@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)
{
    .offices_wrapper .left_col {flex: 0 0 100%;} 
    .offices_wrapper .right_col {flex: 0 0 100%;}     
    .offices_wrapper .list_and_map_wrapper > div {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}


/* End */


/* Start:/bitrix/templates/bs_school_s1/components/brainsite/iblock.element.add.form/main_form/style.css?17646217719307*/
.main_form_container {
    background-color: #f8f9fb;
    border-radius: 12px;
    box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.1);
}
body.SITE_THEME_DARK .main_form_container  {background-color: var(--THEME_DARK_LINE_COLOR);}

.main_form {
    padding: 40px;
}

.main_form .form_message {text-align: center; margin: 5px 0 30px 0;}
.main_form .form_field {width: 45%; float: left; margin-right: 2%;}
.main_form_container .btn_container .btn {display: block;}

/*Темная тема*/
body.SITE_THEME_DARK .main_form_container {background-color: var(--THEME_DARK_BG_ITEM_COLOR); border: 1px solid  var(--THEME_DARK_LINE_COLOR);}


/*.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)
{
    .main_form {background: #f8f9fb; padding: 20px;}
    .main_form .form_field {width: 48%; margin-right: 0; margin: 0 1%;}
    .main_form .descr, .main_form .checkbox_style label {font-size: 0.9rem!important; line-height: 1;}
    
    .main_form .form {padding: 0!important;}
    .main_form .btn_wrapper {text-align: center;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .main_form {padding: 10px;}
    .main_form .form_field {width: 100%; margin:0;}
}


/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */

/* End */
/* /bitrix/templates/bs_school_s1/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17646217713024 */
/* /bitrix/templates/bs_school_s1/components/bitrix/main.include/about/style.css?17646217711188 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/digits/style.css?1764621771657 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/peoples_with_cat_menu_search/style.css?17646217715449 */
/* /bitrix/templates/bs_school_s1/components/bitrix/main.include/speech/style.css?17646217711381 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news/services/bitrix/news.list/.default/style.css?17646217712429 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/answers_cat/style.css?17646217711980 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/advantage/style.css?17646217711830 */
/* /bitrix/templates/bs_school_s1/components/bitrix/main.include/kviz/style.css?176462177117785 */
/* /bitrix/templates/bs_school_s1/components/brainsite/iblock.element.add.form/kviz_form/style.css?1764621771102 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/usefull_links/style.css?17646217711958 */
/* /bitrix/templates/bs_school_s1/components/bitrix/system.pagenavigation/modern/style.css?17646217712 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/licenses/style.css?17646217711043 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/slider_feedback/style.css?17646217713835 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/photo_items/style.css?17646217711002 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news/news/bitrix/news.list/.default/style.css?17646217712777 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/banner_page/style.css?17646217711143 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/slider_logo/style.css?1764621771920 */
/* /bitrix/templates/bs_school_s1/components/bitrix/news.list/offices/style.css?17646217715075 */
/* /bitrix/templates/bs_school_s1/components/brainsite/iblock.element.add.form/main_form/style.css?17646217719307 */
