

/* 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/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/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/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/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 */
/* /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/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/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/news/bitrix/news.list/.default/style.css?17646217712777 */
/* /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 */
