/*ОБЩЕЕ--------------------------------------------------------------------------------------------------------------------*/
/*виджет на мобилке (убираю чёрную полосу)*/
.t708__mobile-top-panel {
    background: #e5b4ac !important;
}


/*ОТЗЫВЫ--------------------------------------------------------------*/
/*утолщаю на мобилке*/
@media screen and (max-width: 480px) {
.uc-reviews .t529__text {
    font-weight: 500 !important;
}
}

/*убираю расстояние под последним отзывам на адаптиве*/
@media screen and (max-width: 960px) {
    .t529__col:last-child {
        margin-bottom: 0px;
    }
}
/*ОТЗЫВЫ--------------------------------------------------------------*/

/*ПОПАП*/
/*строчка с выбором филиала*/
.t-input-group .t-input-title {
    font-weight: 500 !important;
}
.t-input-group .t-descr {
color: #3B5169;
}
/*убираю чёрную полосу на адаптиве*/
/*чёрная полоса на адаптиве*/
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
    background: #fff;
}
}

/*Таб-меню на адаптиве*/
@media screen and (max-width: 480px) {
    .uc-mob-menu .t395__col {
        margin: 0;
    }
    .uc-mob-menu .t-width_12 {
        max-width: 280px !important;
    }
}


/*скругление углов у плашки перед футером*/
@media screen and (min-width: 480px) {
.plashka-footer .tn-atom {
    border-radius: 20px 20px 0px 0px;    
}
}
@media screen and (max-width: 479px) {
.plashka-footer .tn-atom {
    border-radius: 10px 10px 0px 0px;    
}
}

/*скругление углов у плашки меню*/
.plashka-menu  .tn-atom {
    border-radius: 0px 0px 10px 10px;    
}
/*ОБЩЕЕ--------------------------------------------------------------------------------------------------------------------*/



/*ГЛАВНАЯ СТРАНИЦА------------------------------------------------------------------------------------------------------------------*/
 /*скругление углов у галереи на главной*/   
.uc-galery .t603__blockimg{
    border-radius: 10px;
}
/*ГЛАВНАЯ СТРАНИЦА------------------------------------------------------------------------------------------------------------------*/


/*СТР СОТРУДНИКИ--------------------------------------------------------------------------------------------------------------------*/
/*Письмо директора------------------------------------------------*/
.t545__textwrapper {
    border-radius: 20px;
}
.t545__blockimg {
    border-radius: 20px  !important;
}
@media screen and (max-width: 480px) {
    .t545__textwrapper {
    border-radius: 10px;
    }
.t545__blockimg {
    border-radius: 10px  !important;
    }
}

/*изображение на адаптиве*/
@media screen and (min-width: 481px) and (max-width: 980px) {
    .t545__blockimg {
        height: 670px !important;
    }
}
@media screen and (max-width: 480px) {
    .t545__blockimg {
        height: 400px !important;
    }
} 


/*Персонал------------------------------------------------------*/
.t527__bgimg {
    border-radius: 20px;
}
@media screen and (max-width: 480px) {
.t527__bgimg {
    border-radius: 10px;
    }
}

@media screen and (max-width: 960px) {
    .t527 .t-list__item {
        margin-top: 40px !important;
    }
}
/*СТР СОТРУДНИКИ--------------------------------------------------------------------------------------------------------------------*/

/*СТР СТОИМОСТЬ--------------------------------------------------------------------------------------------------------------------*/
/*цифры в кружках*/
.uc-bubble .t-heading {
    font-family: 'Arial';
}
/*СТР СТОИМОСТЬ--------------------------------------------------------------------------------------------------------------------*/

/*СТР ДЕТСКИХ САДОВ--------------------------------------------------------------------------------------------------------------------*/
/*скругление углов у галереи на страницах детских садов*/
@media screen and (min-width: 481px) {
.uc-big-gallery .t680__bgimg {
    border-radius: 20px;
}
}

@media screen and (max-width: 480px) {
.uc-big-gallery .t680__bgimg {
    border-radius: 10px;
}
}
/*СТР ДЕТСКИХ САДОВ--------------------------------------------------------------------------------------------------------------------*/