/* .login-form__item span.error {
    display: none;
}

.login-form__item.error span.error {
    display: block;
    color: #FFC107;
    margin-bottom: -20px;
    font-size: 12px;
}

.login-form__item.error input.input {
    border-color:red;
}

.form__item span.form__error {
    height: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #ee6b8d;
    overflow: hidden;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.auth-first-one-text {
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}
.auth-reg-links-span {
    width: 49%;
    display: inline-block;
    text-align: center;
}

.text--gray {
    color: rgb(66, 65, 60);
}
.auth-login-block__register {
    color: rgb(66, 65, 60);
    border-bottom: 1px solid rgb(66, 65, 60);
    text-decoration: none;
}
.auth-message-block-container {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px 20px 20px;
}

.form__item img.calendar-icon {
    position: absolute;
    z-index: 100;
    left: 80px;
    top: 30px;
}

.container {
    padding: 0 2%;
}
.login-block {
    padding-left: 3%;
    height: 100%;
}
.header__info {
    padding: 20px 3% 20px 0;
}
.login-block__cabinet-link {
    padding: 9px 9px 4px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: center;
    color: #fff;
    border: none;
    text-wrap: nowrap;
    height: 40px;
    position: relative;
    top: 25px;
}
.login-block__cabinet-link img {
    position: relative;
    top: 7px;
    height: 32px;
}
.login-block__cabinet-link svg {
    position: relative;
    top: 7px;
    height: 32px;
}
.login-block__user-photo-container {
    width: 68px;
    height: 100%;
}
.lk-user__picture.lk-user__photo-header {
    width: 68px;
    height: 68px;
}
.lk-user__picture.lk-user__photo-header img {
    width: 64px;
    height: 64px;
}
.login-block__user-photo-container a {
    top: 5px;
    line-height: 5px;
}
.text--icon-mail {
    width: 37px;
    position: relative;
    top: 42px;
}
.text--icon-mail img {
    width: 27px;
}
.text--icon-bell {
    width: 29px;
    position: relative;
    top: 41px;
    left: -20px;
}
.text--icon-bell img {
    width: 25px;
}
.login-block .text--light sup {
    background: #FCBD06;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: -9px;
    z-index: 100;
    font-weight: bold;
}
.login-block .text--light.text--icon-bell sup {
    top: -7px;
    right: -5px;
}

.nav__link {
    text-wrap: nowrap;
}
.main-page-slider .swiper-slide {
    margin-right: 0 !important;
}
.form__item .form__item-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.lk-content__outer{
    margin-left: -115px;
    display: grid;
    grid-template-columns: 1fr 16fr;
    gap: 60px 30px;
    z-index: 3;
}
.lk-content__outer-left{
    display: flex;
    width: 100%;
}
.lk-content__outer-left .form__item{
    width: 100%;
}
.lk-content__outer-right{
    display: flex;
    justify-content: space-between;
}
.lk-content__outer-right label span{
    display: block;
    flex:0 1;
    flex-basis:auto;
    height: 27px;
    gap: 0px;
    border-radius: 6px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: center;
    cursor:pointer;
    z-index:3;
    padding:2px 5px 6px;
    color:#4B5A73
}
.lk-content__outer-right label input:checked+span{
    background:#B9D0FF;
}
.table-responsive{
    width:100%;
    overflow-x: scroll;
}
.table-responsive .table{
    width:unset;
}
.table-responsive .table__item{
    min-width:100px;
}
.table__item--rightborder{
    border-right:1px solid #b9d0ff;
}
.table__item--rightborder+.table__item{
    padding-left:10px;
}
.selector__teachers{
    width:150px;
}

.article-doc-new__info{
    border: 1px solid #E1EBFE;
    border-radius:25px;
    box-shadow: 0px 20px 30px 0px #B0D5FF4D;
    background: #FFFFFF;

}
.article-doc-new__header{
    margin:20px;
}
.article-doc-new__title{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.78px;
    text-align: left;
}
.article-doc-new__text{
    margin:20px;
}
.article-doc-new__footer{
    margin:20px;
}
.article-doc-new__download{
    display:flex;
    align-items: normal;
}

.article-doc-new__picture{
    flex:0 1;
    flex-basis:auto;
    margin-right:40px;
    line-height:1;
}
.article-doc-new__size{
    display:flex;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: center;

    color: #B9D0FF;


    flex-direction: column;
    align-items: center;
    justify-content:space-between;
}
.application-form-file__container{
    flex-basis:92%;
}
.application-form-file__form-container{
    display:flex;
    align-items: center;
    justify-content:space-between;
}
.application-form-file__icon{
    flex: 0 1;
    flex-basis:64px;
}
.article-doc-form__header {
    padding: 20px 232px 20px 20px;
    border-bottom: 1px solid #e1ebfe;
}
.article-doc-form__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #e1ebfe;
    border-radius: 25px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(176, 213, 255, .3019607843);
    box-shadow: 0 20px 30px 0 rgba(176, 213, 255, .3019607843);
}
.article-doc-form__footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding: 10px 63px 20px 20px;
}
.article-doc-form__download-block{
    margin-top: -60px;
    display:flex;
    align-items:flex-end;
    background:white;
}
.article-doc-form__download{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
}
.article-doc-form__download+ .article-doc-form__download{
    margin-left:90px;
}

.article-notation{
	padding-left:90px;

}
.article-notation__picture{
	margin-left:-90px;
}

.article-notation__info{
	border:1px solid #E1EBFE;
}

.article-notation__info .title--block{
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
line-height: 20px;
text-align: left;
color:#6795CA;
}

.nav__link:hover .nav__chevrone,
.nav__link:hover .nav__icon,
.nav__link:hover span{
	color: #438afe;
	fill:#438afe;
}
.lk-teaching__year-select .select__current{
margin: 0 auto;
}
.lk-content__outer-right label input:disabled+span{
    color: #b9d0ff;
    cursor: default;
} */
.bx-html-editor {
    border: none !important;
}
.editor_container {
    padding: 7px;
    margin: 10px 0 0;
    min-height: 150px;
    border: 2px solid #4B5A73;
    border-radius: 25px;
}