

/* Start:/local/templates/bizapps/components/bizapps.teacher/user.header/.default/style.css?174135634789*/
a.menu-popup-no-icon:hover {
	background-color: transparent!important;
	color: #f18d17;
}
/* End */


/* Start:/local/js/bizapps/owl/dist/Owl.bundle.css?17413432247027*/
#owl-layout-vue {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: auto;
    display: none;
}

.owl__chat .ps__rail-y {
    top: 8px;
    right: 0;
    bottom: 0;
    background: #fff;
    height: calc(100% - 16px)
}

.owl__chat .ps-container {
    width: 100% !important;
    padding: 16px 8px !important
}

.owl__chat-item {
    width: 99%;
}

.owl__notifications {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    width: 296px;
    z-index: 20;
    position: absolute;
    bottom: 180px;
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .15));
            filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .15));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.owl__button-admin {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    background: crimson;
    bottom: 0;
    left: 0;
    font-size: 26px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl__button-admin.active {
    opacity: 0
}

.owl__button-admin i {
    margin-top: 3px
}

.owl__select-footer {
    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%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.ui-selector-footer-default {
    height: auto;
    padding: 10px 20px;
}

.owl__select-footer-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
}

.owl__select-footer-field input, .owl__select-footer-field textarea {
    width: 70%;
    resize: none;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: var(--boxShadow-Primary);
            box-shadow: var(--boxShadow-Primary);
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.owl__select-footer-field input {
    height: 30px;
    padding: 0 10px;
}

.owl__select-footer-field textarea {
    padding: 10px 10px;
}

.owl__select-footer-field input:hover, .owl__select-footer-field textarea:hover {
    border-color: #234a7e;
}

.owl__select-footer-field input:focus, .owl__select-footer-field textarea:focus {
    border-color: #234a7e;
}

input:active, input:focus, input:hover, input:visited {
    outline: 0;
}

textarea:active, textarea:focus, textarea:hover, textarea:visited {
    outline: 0;
}

.owl__select-footer-field input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: grey;
}

.owl__select-footer-field input::-moz-placeholder, textarea::-moz-placeholder {
    color: grey;
}

.owl__select-footer-field input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: grey;
}

.owl__select-footer-field input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: grey;
}

.owl__select-footer-field input::placeholder, textarea::placeholder {
    color: grey;
}

.owl__select-footer-field label, .owl__select-footer-field-checkbox .checkbox-label {
    font-weight: 800;
    width: 30%;
}

.owl__select-footer button {
    -ms-flex-item-align: end;
        align-self: end;
}

.owl_chat-component {
    z-index: 20;
}

.owl__select-footer-field-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
}

.owl__select-footer-field-checkbox-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70%;
}

.checkbox-item {
    margin-right: 15px;
}

.owl__select-footer-field-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.owl__select-footer-field-button-info {
    font-weight: 700;
    font-size: 17px;
}

.owl__select-footer-field-button-info-success {
    color: green
}

.owl__select-footer-field-button-info-error {
    color: crimson;
}
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps-container{position:relative}
/* End */


/* Start:/local/templates/bizapps/styles.css?17413563471856*/
.carousel-post, .carousel-post .carousel-post__track, .post__p, .post__wrap-top-i, .post__blockquote, .post__blockquote-text,
.carousel-post__title, .post__h2 {
    border: 2px solid #ccc;
    position: relative;
    min-height: 50px;
}

.post__blockquote-name, .post__blockquote-position {
    border: 1px solid #ccc;
    position: relative;
    min-height: 30px;
}

div.bx-auth {
    margin:auto!important;
}

.post__h2 {
    font-family: var(--ffSecondary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 32px;
    color: var(--colorBlue-P300);
    text-transform: uppercase;
}

.post__p::after {
    content: 'Абзац';
}



.post__p::after {
    content: 'Абзац';
}

.post__wrap-top-i::after {
    content: 'Изображение';
}

.post__p::after, .carousel-post .carousel-post__track::after, .post__wrap-top-i::after, .post__blockquote-name::after,
.post__blockquote-position::after, .post__blockquote-text::after, .carousel-post__title::after, .post__h2::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    opacity: 0.1;
    font-size: 48px;
}

.carousel-post__title::after {
    content: 'Заголовок карусели';
    font-size: 24px;
}

.post__h2::after {
    content: 'Заголовок';
    font-size: 24px;
}

.post__blockquote-name::after {
    content: 'Автор';
    font-size: 24px;
}

.post__blockquote-position::after {
    content: 'Должность';
    font-size: 24px;
}

.post__blockquote-text::after {
    content: 'Цитата';
}

.carousel-post .carousel-post__track::after {
    content: 'Карусель';
}

.carousel-post img {
    width:  100px;
    height: 100px;
    object-fit: cover;
}

.post__wrap-top-i img {
    width: 100%;
}

.carousel-post__item {

}
/* End */


/* Start:/local/templates/bizapps/template_styles.css?17413563472100*/
#sidebarAccordionExample .sidebar-accordion__head:before {
    content: none;
}

.adj-blocks__item_see-prog.is-hover {
    background-position-x: 228px;
}

.adj-blocks__item_see-prog {
    background-position-x: 246px;
}

.planet-health-title {
    font-family: var(--ffSecondary);
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
    color: var(--colorBlue-P300);
    text-transform: uppercase;
}

.page__container_2-cols {
    grid-template-columns: var(--sidebarWidth) minmax(0,calc(var(--containerWidth) + var(--sidebarWidth)));
}

.post .slick-track {
    display: flex;
}

.carousel-post {
    border: none;
}

.post .carousel-post img {
    width: 352px;
    height: 220px;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 16px;
    cursor: pointer;
}

.img-zoom__slid {
    background-position: center;
}

.post .post__p {
    font-family: var(--ffMain);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
    color: var(--colorBlue-P300);

}

.post ul {
    margin-bottom: 16px;
}

.post ul li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 29px;
    color: var(--colorBlue-P300);
    position: relative;
}

.post ul li::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--colorBlue-P300);
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.carousel-post .carousel-post__track, .post__p, .post__wrap-top-i, .post__blockquote-name,
.post__blockquote-position, .post__blockquote-text, .post__blockquote, .carousel-post__title, .post__h2 {
    min-height: auto;
    border: none;
}

.carousel-post::after, .post__p::after, .carousel-post .carousel-post__track::after, .post__wrap-top-i::after,
.post__blockquote-name::after, .post__blockquote-position::after, .post__blockquote-text::after, .carousel-post__title::after,
.post__h2::after {
    content: none;
}
/* End */
/* /local/templates/bizapps/components/bizapps.teacher/user.header/.default/style.css?174135634789 */
/* /local/js/bizapps/owl/dist/Owl.bundle.css?17413432247027 */
/* /local/templates/bizapps/styles.css?17413563471856 */
/* /local/templates/bizapps/template_styles.css?17413563472100 */
