

/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17509486701849*/
.uslugi {margin-left: -20px; margin-right: -20px; padding-bottom: 30px;}
.uslugi .item_container {padding: 0 20px 20px 20px;}
.uslugi .item {
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    position: relative;
    height: 200px;
    overflow: hidden;
}
.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: 2;
    color: #FFF;
}
.uslugi .item .text .descr {padding-top: 10px;}

.uslugi .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
}

.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,1));}
.uslugi .href {position: absolute; width: 100%; height: 100%; z-index: 3;}


.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));}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
    
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     .uslugi .item_container {width: 400px!important;}   
}
/*.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)
{
    
}

/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/advantage/style.css?17509486701075*/
.advantage {margin-left: -20px; margin-right: -20px; padding-bottom: 30px;}
.advantage .item {padding: 20px}

.advantage .item .img {flex:  0 0 100px; max-width: 100px;}
.advantage .item .img img {max-width: 100%;}

.advantage .item .text {padding: 10px;}

.advantage.with_border {margin-left: -10px; margin-right: -10px;}
.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;}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
   
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .advantage .item_container {width: 300px!important;}    
}
/*.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)
{
    
}

/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_logo/style.css?1750948670753*/
.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;
}
.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/news/news/bitrix/news.list/.default/style.css?17509486701877*/
.news .news-item {
    width: 300px; 
    padding-bottom: 20px;
    margin: 0 25px 30px 0;
}
.news .news-item .img {
    width: 100%;  height: 240px; 
    position: relative;
    overflow: visible;
    max-width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
}
body.SITE_THEME_DARK .news .news-item .img {border: 1px solid var(--THEME_DARK_LINE_COLOR);}

.news .news-item .img img {display: block; width: 100%;}

.news .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;
}
.news .news-item .date_news .date {font-size: 1.6rem; font-weight: 400;}
.news .news-item:hover .date_news {opacity: 0.4;}

.news .news-item .news-content {padding: 10px 0;}
.news .news-item .news-name a {
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 1rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.2rem;
}
.news .news-list .link {font-size: 0.85rem;  text-decoration: underline;}


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


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

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



/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/about/style.css?1750948670442*/
.about_block {width: 100%; margin-bottom: 50px;}
.about_block .img_container 
{
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
    border-radius: 100%; 
    margin-right: 30px;
    background-color: #FFF;
    overflow: hidden;
}
.about_block .img {width: 100%; height: 100%;padding: 15px;}
.about_block .img img {width: 100%; height: 100%; object-fit: contain;}

/* End */


/* Start:/bitrix/templates/bs_education_s1/components/brainsite/iblock.element.add.form/main_form/style.css?17509486701060*/
.main_form_container {
    background-size: cover; 
    background-size: contain; 
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #f8f9fb;
}
body.SITE_THEME_DARK .main_form_container  {background-color: var(--THEME_DARK_LINE_COLOR);}

.main_form {
    padding: 40px;
    box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.1);
    border-radius: 7px;
}

.main_form .form_message {text-align: center; margin: 5px 0 30px 0;}
.main_form .form_field {width: 45%; float: left; margin-right: 2%;}

/*.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%;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}




/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_feedback/style.css?17509486701576*/
/*Отзывы*/
.slider_feedback_container {background-color: #f4f4f4}
.feedback_container {
  background: url(/pics/bg/feedback.jpg) right 10% top 70px no-repeat;
  background-size: auto;
  background-size: 65%;
}
.feedback {padding-bottom: 30px; margin-left: -15px;}

.feedback .item {
    width: 570px; 
    height: 250px;
    margin: 30px 15px;
}
.feedback .item_content {box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3); height: 100%; background-color: #FFF;}
.feedback .letter {
    margin-right: 10px; color: #FFF; background-color: #8585cc; 
    border-radius: 50%; width: 36px; height: 36px; text-align: center; line-height: 36px; vertical-align: middle;
}
.feedback .owl-stage .owl-item:nth-child(2n) .letter {background-color: #b37db3;} 
.feedback .owl-stage .owl-item:nth-child(3n) .letter {background-color: #5798d9;} 
.feedback .owl-stage .owl-item:nth-child(4n) .letter {background-color: #50c0e6;} 
.feedback .descr_container {padding: 30px; overflow: hidden; height: 200px;}
.feedback .date_star {margin-top: 10px;}
.feedback .date {color: #a8abb7; font-size: 0.8rem; padding-left: 10px;}
.feedback .star img {height: 12px!important; width: 12px!important;  margin-top: -8px; display: inline-block!important; vertical-align: middle; line-height: 12px;}
.feedback .text {
    font-size: 0.95rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.6rem;
}
.feedback .source {text-align: right; color: #a8abb7; font-size: 0.8rem; padding: 0 30px;} 
/* End */


/* Start:/bitrix/templates/bs_education_s1/components/bitrix/main.include/map_contacts/style.css?17509486702419*/
#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 a {color: var(--TEXT_COLOR);}

.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);
}
.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 */


/* Start:/bitrix/components/magicolors/soglasie.cookies/templates/.default/style.css?1751443383466*/
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    padding: 1rem;
    text-align: center;
    z-index: 9999;
    border-top: 1px solid #ccc;
    font-size: 0.9rem;
}

.cookie-consent button {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent a {
    color: #0078d7;
    text-decoration: none;
}
/* End */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17509486701849 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/advantage/style.css?17509486701075 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_logo/style.css?1750948670753 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news/news/bitrix/news.list/.default/style.css?17509486701877 */
/* /bitrix/templates/bs_education_s1/components/bitrix/main.include/about/style.css?1750948670442 */
/* /bitrix/templates/bs_education_s1/components/brainsite/iblock.element.add.form/main_form/style.css?17509486701060 */
/* /bitrix/templates/bs_education_s1/components/bitrix/news.list/slider_feedback/style.css?17509486701576 */
/* /bitrix/templates/bs_education_s1/components/bitrix/main.include/map_contacts/style.css?17509486702419 */
/* /bitrix/components/magicolors/soglasie.cookies/templates/.default/style.css?1751443383466 */
