#arrow {
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.news {
    background-color: #fff;
    border-left-color: #d3d3d3;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: 40px;
    width: 40px;
}

.news--expanded {
    width: 250px;
}

.news__hamburger--container {
    background-color: #404041;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.news__hamburger--container--right {
    width: 250px;
}

.news__icon {
    background-image: url("../../img/arrow-right.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 99999;
}

.news__titleBar--vertical {
    font-family: ClearSans-Thin, Arial, Verdana, Helvetica, sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    top: 60px;
    right: -10px;
    z-index: 999;
    writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    height: 100px;
    transform: rotate(180deg);
}

.news__titleBar--horizontal {
    color: #ffffff !important;
    margin-left: -160px;
    top: 10px;
    transform: rotate(0deg);
    transition-delay: 0.1s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    writing-mode: inherit;
    right: 0;
    -ms-writing-mode: lr-tb;
}

.news--collapsed {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
}

.news__icon--expanded {
    transform: rotate(180deg);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 15%;
}

.survey__content-count {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: 60px;
    text-align: center;
    width: 60px;
}

.survey__subtitle {
    font-size: 11px;
    font-weight: normal;
}

.col-md-8--survey-subtitle {
    padding-left: 0;
}

.survey__content, .news__content {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

.news__content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 100px;
}

.new__title {
    color: #fff;
    font-family: ClearSans-Medium;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 6px;
    overflow-wrap: break-word;
    text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.new__description--short {
    color: #999999;
    font-size: 12px;
    overflow-wrap: break-word;
    text-align: left;
    max-height: 35px;
    overflow: hidden;
}

.new__extend {
    display: inline-block;
    font-size: 11px;
    text-transform: lowercase;
}

.new__item {
    max-height: calc(100% - 22px);
    overflow-x: hidden;
    overflow-y: hidden;
}

.new__date {
    font-size: 11px;
}

.survey--reply {
    max-width: 90px;
    min-width: 90px;
}

.survey__content-reply {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

.survey__content--scroll {
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.survey__content-reply > .row {
    background-color: #f2f2f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 15px;
}

.survey__title--item {
    color: #666666;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    text-indent: 6px;
}

.survey_case--item {
    color: #8da5a3;
    font-size: 12px;
    margin-top: 12px !important;
}

.survey_case--item, .survey--reply {
    background-color: transparent;
    float: right;
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 6px;
}

.survey__content-reply .col-md-6, .survey__content-reply .col-md-6 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.survey__item-icon {
    background-image: url("../../img/survey.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    position: relative;
    top: 6px;
    width: 16px;
}

.modalNews blockquote,
.modalNewsPortal blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.modalNews .k-editor-toolbar-wrap,
.modalNewsPortal .k-editor-toolbar-wrap {
    display: none;
}

.modalNews .k-editor .k-editable-area,
.modalNewsPortal .k-editor .k-editable-area {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.modalNews .k-editor.k-header,
.modalNewsPortal .k-editor.k-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    font-size: initial;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.login-news {
    background-color: #404041;
    bottom: 0;
    box-shadow: -1px 3px 17px 0 rgba(51, 51, 51, 1);
    height: 280px;
    left: 0;
    max-height: 280px;
    min-height: 280px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}

    .login-news section {
        align-items: center;
        height: 86%;
        position: absolute;
        width: 90%;
        margin: auto;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

.login__news-card, .news-card {
    box-sizing: border-box;
    color: #f5846f;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid;
    position: relative;
    margin-top: 4px;
    outline: none;
    box-sizing: content-box;
}

.news-card {
    border-right: none;
    width: calc(100% - 20px);
}

    .login__news-card .new__title, .news-card .new__title {
        display: block;
        font-size: 12px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        padding-bottom: 2px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        text-decoration: none;
        max-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.login__news-card .new__date {
    color: #fff;
    display: block;
    font-size: 11px;
}

.login__news-card .new__description--short {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    overflow: hidden;
    max-width: 253px;
}

.icon_new_news {
    background-image: url("../../img/new_news.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 53px;
    position: absolute;
    right: 10px;
    top: -8px;
    width: 47px;
}

.icon_new_priority {
    background-image: url("../../img/priority_news.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 53px;
    position: absolute;
    right: 8px;
    top: -8px;
    width: 47px;
}

.login__news--slider--back.inactive, .login__news--slider--next.inactive {
    background-color: #ccc;
    cursor: default;
    pointer-events: none;
}

.news__content-card {
    padding-left: 12px;
    position: relative;
}

.icon_new_news-small {
    background-image: url("../../img/new_news_small.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 18px;
    left: -9px;
    position: absolute;
    top: 5px;
    width: 18px;
}

.icon_new_priority-small {
    background-image: url("../../img/priority_news_small.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 18px;
    left: -9px;
    position: absolute;
    top: 5px;
    width: 18px;
}

.icon_new_news-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    background-color: #ffcc00;
    border-radius: 50%;
    color: #fff;
    left: 8px;
    position: absolute;
    top: 246px;
    z-index: 1020;
}

    .icon_new_news-panel:before {
        content: '';
        background: transparent url(../../img/news_new.svg) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        left: -2px;
        top: -14px;
    }


.icon_new_priority-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    left: 8px;
    position: absolute;
    top: 200px;
    z-index: 1020;
}

    .icon_new_priority-panel:before {
        content: '';
        background: transparent url(../../img/news_important.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        left: -2px;
        top: -10px;
    }

.icon_news_panel-hidden {
    display: none;
}

div#modalSurveys.k-window-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

.news-slider {
    top: 68px;
    opacity: 0;
}

    .news-slider .slick-prev {
        left: -50px;
    }

    .news-slider .slick-next:before {
        content: '';
        background-image: url(../../img/arrow_left.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 80px;
        display: inline-block;
    }

    .news-slider .slick-prev:before {
        content: '';
        background-image: url(../../img/arrow_right.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 80px;
        display: inline-block;
    }

    .news-slider .slick-prev, .news-slider .slick-next {
        top: calc(50% - 30px);
    }

.login__news-card a:active, .login__news-card a:focus, .login__news-card a:visited, .news-card a:active, .news-card a:focus, .news-card a:visited {
    outline-width: 0;
}

.login__news-date, .news-date {
    color: #fff;
    display: inline-flex;
    width: 37px;
    min-width: 37px;
    min-height: 61px;
    height: 61px;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    position: relative;
}

.news-date {
    border: none;
}

    .login__news-date > div, .news-date > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
    }

.login__news-date-day, .news-date-day {
    font-size: 21px;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
}

.login__news-date-month, .news-date-month {
    font-size: 12px;
    line-height: 10px;
}

.login__news-date-year, .news-date-year {
    font-size: 9px;
    line-height: 9px;
}

.login__news-card > div, .news-card > div {
    display: flex;
    min-height: 117px;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.news-card > div {
    min-width: 100px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 85px;
    max-height: 85px;
    border-radius: 0;
}

.login__news-card > div:hover {
    cursor: pointer;
}

.login__news-new, .news-new {
    padding-left: 7px;
    width: calc(100% - 8px);
}

    .login__news-new .news-new, .news-new .news-new {
        padding-left: 15px;
        width: 100%;
        overflow: hidden;
        min-height: 62px;
    }

.login__news-date.news_ispriority, .news-date.news_ispriority {
    background-color: #ff0000 !important;
    border: none;
}

.login__news-date.news_isnew, .news-date.news_isnew {
    background-color: #ffcc00 !important;
    border: none;
}

.new__title:hover {
    text-decoration: none;
}

.login__news-principal-title, .news-principal-title {
    position: absolute;
    color: #fff;
    top: 6px;
    left: 24px;
}

.news-principal-title {
    position: relative;
}

    .login__news-principal-title > span:nth-child(1), .news-principal-title > span:nth-child(1) {
        font-size: 24px;
        display: block;
        line-height: 20px;
    }

    .login__news-principal-title > span:nth-child(2), .news-principal-title > span:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .news-principal-title > span:nth-child(2) {
        color: #999999;
    }

    .login__news-principal-title > span:nth-child(3), .news-principal-title > span:nth-child(3) {
        display: block;
        width: 100%;
        height: 1px;
        min-width: 162px;
        min-height: 1px;
        margin-top: 6px;
        opacity: 0.6;
    }

.portal__news .news-principal-title {
    padding-bottom: 10px;
}

.icon__news {
    width: 18px;
    height: 18px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 10px;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.icon__news-new {
    background-image: url('../../img/icon_news_new.svg');
}

.icon__news-priority {
    background-image: url('../../img/icon_news_priority.svg');
}


/*slick*/

.login-news .slick-dots {
    bottom: -20px;
}

    .login-news .slick-dots li {
        width: 20px;
    }

        .login-news .slick-dots li button {
            width: 20px;
            height: 20px;
            padding-left: 0;
            padding-right: 0;
        }

            .login-news .slick-dots li button:before {
                height: 20px;
                width: 20px;
                font-size: 40px;
            }

@media only screen and (max-height: 768px) {
    .login-news {
        min-height: 250px;
        max-height: 250px;
    }

    img.login-slide_box--news {
        height: calc(100% - 250px) !important;
    }

    .login-news .slick-dots {
        bottom: -28px;
    }
}
