
/* Шаблон ТК Документы */

.docs-filter .icms-filter-container{
	background:none !important;
	padding:0 !important;
	position:relative;
}
.docs-filter .close,
.docs-filter .buttons{
	display:none !important;
}



/* Новый стиль для кнопки Подписаться в разделе ТК */

.icms-body-toolbox .subscribe_wrap .count-subscribers{
	border:0 !important;
	margin:0 !important;
	border-radius:0px;
	background:none !important;
	padding-left:0;
	font-size:0.9rem;
}
.icms-body-toolbox .subscribe_wrap .count-subscribers:after{
	display:none !important;
}

.icms-body-toolbox .subscribe_wrap .subscriber{
	background:none !important;
	border:0;
	margin:0;
	font-size:1.3rem;
	padding-right:0;
}

.icms-body-toolbox .subscribe_wrap{
	flex-shrink:unset !important;
	display:inline-flex !important;
	position:absolute !important;
	right:2px;
	background:none;
}

.icms-body-toolbox .subscribe_wrap .count-subscribers{
	color:#212529;
} 
.icms-body-toolbox .subscribe_wrap .subscriber{
	color:var(--primary) !important;
}

.icms-body-toolbox .subscribe_wrap .icms-subscriptions__label{
	display:none;
}

@media screen and (max-width: 768px) {
	
.icms-body-toolbox .subscribe_wrap .subscriber{	
	font-size:1.3rem;
}
.icms-body-toolbox .subscribe_wrap{
	right:15px;
}

}





/* Дизайн комментариев */

.comment .icms-user-avatar>img {
    max-width: 32px;
}

.comment .icms-comment-html{
	border:0;
}
.comment .icms-comment-html:before{
	display:none;
}

.icms-content-allmedia__icon {
	margin-bottom: 25px;
}
/*** Формат конспектов ***/
/* Динамик пауза */
.st_podzag_nor {
    background: #f0f8ff;
    padding: 10px 20px;
    font-size: x-large;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    padding-left: 0px !important;
    margin-top: 2rem !important;
    margin-bottom: 0rem !important;
}
.st_podzag_nor .st_razr {
    font-weight: normal;
    font-style: italic;
    background-color: #93c2f3;
    border-radius: 10px 10px 100px 0px;
    padding: 15px 15px;
    padding-right: 35px;
}
.lessons .ft_html table {
    border: 0px solid #b1c9de;
	-webkit-box-shadow: 0px 5px 30px 4px rgba(13, 46, 71, 0.22);
	-moz-box-shadow: 0px 5px 30px 4px rgba(13, 46, 71, 0.22);
	box-shadow: 0px 5px 30px 4px rgba(13, 46, 71, 0.22);
}
.st_italic {
    font-style: italic;
	color: #d324cc !important;
}
.kabatlau .st_italic {
    clear: right;
    display: table-cell;
    font-size: xx-large;
}
.body_stih {
	display: block;
    font-family: 'Source Serif 4';
    text-align: center;
    font-size: 1.7rem !important;
    color: #4372cb !important;
	font-style: italic;
}

/*teacher_childs block*/
.body_centr {
	padding: 15px 25px;
	margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    border-bottom: 10px solid #a9c7f1;
    background: aliceblue;
    display: flow-root block;
    color: #4372cb !important;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    word-spacing: 0.2em;
    border-radius: 25px;
    border-left: 4px solid #a9c7f1;
    border-right: 4px solid #a9c7f1;
    border-top: 4px solid #a9c7f1;
}
.body_centr::before {    
    content: "";
    background: url(/templates/nm/images/my/teacher_childs128.png) no-repeat white;
    background-size: cover;
    display: block flow-root;
    height: 128px;
    aspect-ratio: 1;
    border: 8px solid white;
    border-radius: 200px;
    margin-right: 25px;
    float: left;   
}
/*Terb*/
.st_ter {
    background-color: #43b34c;
    background: linear-gradient(90deg, rgb(70 180 231) 0%, rgb(89 225 193) 100%);
}
.st_ter::before {    
    background: url(/templates/nm/images/my/teacher.png) no-repeat white;
}  
/*Pers*/
.st_pers {
    background-color: #9089ff;
	background: linear-gradient(90deg, rgb(213 137 255) 0%, rgb(124 202 255) 100%);
}
.st_pers::before {    
    background: url(/templates/nm/images/my/pers256.png) no-repeat white;
} 
/*Bala*/
.st_bala {
    background-color: #efa64c;
	background: linear-gradient(90deg, rgb(236 122 189) 20%, #efc35a 100%);
}
.st_bala::before {    
    background: url(/templates/nm/images/my/baby128.png) no-repeat white;
} 
/* ALL ICO parameters */
.st_bala, .st_ter, .st_pers {
    font-size: larger;
    padding: 5px 20px;
    text-decoration: none;
    color: white;
    letter-spacing: 0.3em;
    margin-right: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 1rem;
	margin-top: 2rem;
	margin-left: 1rem;
}
.st_bala::before, .st_ter::before, .st_pers::before {    
    content: "";
    background-size: cover;
    display: block;
    height: 48px;
    aspect-ratio: 1;
    border: 2px solid white;
    border-radius: 200px;
    margin-right: 25px;
} 

/**/
.st_b {
    padding: 15px;
    background: aliceblue;
    color: #4372cb;
    font-weight: 600 !important;
	font-size: xx-large;
}
.st_italic {
	font-style:italic;
    color: #4671c7;
}

/**/
.hidemonth .nabor-month {
    display: none;
}