

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17709786762911*/
.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 .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_education_s1/components/bitrix/news/price/bitrix/news.list/.default/style.css?17709786772180*/
.price .item {
    width: 270px; 
    padding: 0; 
    min-height: 200px; 
    margin: 0 30px 30px 0; 
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    
    border-radius: 8px;
    
    border-top: 3px solid #007eff;
    border-image: var(--OPTION_GRADIENT);
    border-image-slice: 1;
}
.price .img {width: 270px; height: 270px;}
.price .img img {width: 100%; height: 100%; object-fit: cover;}
.price .item:hover {
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
.price .item .name {
    text-align: center;
    font-weight: 600; 
    padding: 0 30px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    margin-top: 30px;
}
.price .item .hr {border-top: 1px solid #f2f2f2; margin: 23px 0;}
.price .item .price {
    width: 100%; 
    text-align: center; 
    color: var(--OPTION_BASE_COLOR); 
    font-weight: bold;
    font-size: 1.2rem;
    
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    
    padding: 15px 0;
    margin-top: 10px;
    
}
.price .item .price small {font-weight: normal;}
.price .item .btn {margin: 15px 0;}

.slider_price.owl-carousel {padding-bottom: 30px;}
.slider_price.owl-carousel .owl-stage-outer {padding: 0 20px; margin-left: -20px;}


body.SITE_THEME_DARK .price .item {border: 1px solid var(--THEME_DARK_LINE_COLOR); background-color: var(--THEME_DARK_BG_ITEM_COLOR)}
body.SITE_THEME_DARK .price .item .price {
    border-top: 1px solid var(--THEME_DARK_LINE_COLOR);
    border-bottom: 1px solid var(--THEME_DARK_LINE_COLOR);  
}


@media screen and (min-width: 1350px){
    .slider_price.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_price.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_price {padding: 0 50px;}
    .slider_price.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_price.owl-theme .owl-nav button.owl-next {right: 0;}   
}

/*.col-lg-*/
@media screen and (max-width: 1200px){
     .slider_price {padding: 0;}
}
/* End */


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

/* End */


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

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

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

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

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


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




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

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

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

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


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

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

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

/* End */


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


/* Start:/bitrix/templates/bs_education_s1/components/brainsite/iblock.element.add.form/main_form/style.css?17709786779249*/
.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%;}


/*Темная тема*/
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 */


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



.usefull_links .item .name_container:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\ea81";
    font-size: 30px;
    transform: rotate(45deg);
    color: #cccccc;
}
.usefull_links .item:hover .name_container:before {color: var(--OPTION_BASE_COLOR);}

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


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

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


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/text/style.css?1770978676865*/
.seo_text_container.compact .text {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
.seo_text_container.compact.active .text {max-height: 100%;}


.seo_text_container.compact .read_toggle {
    display: block;
    position: relative;
    margin: -120px 0 0 0;
    padding: 120px 0 0 0;
    background: linear-gradient(to top, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    color: var(--OPTION_BASE_COLOR);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.seo_text_container.compact .read_toggle.active {
    margin: 20px 0 0 0;
    padding: 0;
    background: transparent;
}

.seo_text_container .iconfont_a_container a {text-decoration: none;}
.seo_text_container .iconfont_a_container a::before {
    content: "\e9d5";
    margin-right: 3px;
    margin-top: -1px;
}




/* End */


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