

/* Start:/local/templates/staff89/components/openregion/component/main-events/style.css?15471896444228*/
.main-events-wrapper {
    background: #212b3f;
}
.main-events {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.main-events__title {
    flex: 1 100%;
    padding: 0 0 10px 0;
}
.main-events__title h2 {
    color: #ffffff;
    font-size: 20pt;
    line-height: 1.3em;
    margin: 0 0 0 30px;
    border-bottom: 3px #2b76b2 solid;
    display: inline-block;
}
.main-events__slider {
    background: #ffffff;
    flex: 3 300px;
    margin: 10px;
}
.main-events__calendar {
    background: #d0e1ee;
    flex: 1 300px;
    margin: 10px;
    padding: 0 20px;
}
.main-events__calendar-month-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px;
}
.main-events__calendar-prev-month, .main-events__calendar-next-month {
    font-size: 40pt;
    margin: 0 10px;
    color: #22252d;
    flex: 1;
}
.main-events__calendar-prev-month:hover, .main-events__calendar-next-month:hover {
    color: #589ad0;
}
.main-events__calendar-month {
    width: 100px;
    text-align: center;
}
.main-events__calendar-month, .main-events__calendar-year {
    font-size: 16pt;
    margin: 0 10px;
}
.main-events__calendar-day-names {
    display: flex;
}
.main-events__calendar-day-name {
    font-size: 14pt;
    flex: 0 14.285714286%;
    text-align: center;
    margin: 0 5px;
}
.main-events__calendar-days {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.main-events__calendar-day-wrapper {
    flex: 0 14.285714286%;
    display: flex;
}
.main-events__calendar-day {
    flex: 1 100%;
    font-size: 14pt;
    text-align: center;
    margin: 5px;
    height: 45px;
    border: 1px #71818c solid;
}
.main-events__calendar-day:hover,
.main-events__calendar-day--selected {
    background: #2b76b2;
    border-color: #2b76b2;
    color: #ffffff;
}
.main-events__calendar-day--today {
    border: 2px solid #ff0000 !important;
}
.main-events__calendar-day--hidden, .main-events__calendar-day--hidden:hover {
    cursor: default;
    border: none;
    background: none;
}
.main-events__calendar-day--disabled, .main-events__calendar-day--disabled:hover {
    color: #8c949b;
    cursor: default;
    background: none;
    border: 1px #71818c solid;
}

.main-events__slider {
    overflow: hidden;
    position: relative;
}
.main-events__slides {
    position: relative;
    left: 0%;
    white-space: nowrap;
    -webkit-transition: left ease-out 0.5s;
    -moz-transition: left ease-out 0.5s;
    -o-transition: left ease-out 0.5s;
    transition: left ease-out 0.5s;
}
.main-events__slide {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    white-space: normal;
}
.main-events__photo {
    width: 100%;
    background: #f3f3f3;
}
.main-events__date {
    padding: 10px 15px;
}
.main-events__name {
    text-decoration: none;
    display: block;
    padding: 0 15px 10px 15px;
    color: #22252d;
    font-weight: bold;
    font-size: 18px;
}
.main-events__name:hover {
    text-decoration: underline;
}
.main-events__detail {
    padding: 0 15px 10px 15px;
}
.main-events__slider-nav--hidden {
    display: none !important;
}
.main-events__slider-nav--prev,
.main-events__slider-nav--next {
    position: absolute;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 35pt;
    background: #2b76b2;
    color: #ffffff;
    margin-top: -36pt;
}
.main-events__slider-nav--prev:hover,
.main-events__slider-nav--next:hover {
    background: #2a3142;
}
.main-events__slider-nav--prev {
    left: 0;
    padding: 0 15px 0 10px;
}
.main-events__slider-nav--next {
    right: 0;
    padding: 0 10px 0 15px;
}
.main-events__slider-nav:disabled, .main-events__slider-nav:disabled:hover {
    opacity: 0.5;
    cursor: default;
    background: #2b76b2;
}
.main-event__pages {
    text-align: center;
    white-space: nowrap;
    margin: 0 0 15px 0;
}
.main-events__page {
    border: 1px #2b76b2 solid;
    background: #ffffff;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 2px;
}
.main-events__page--selected {
    background: #2b76b2;
}

@media screen and (max-width: 767px) {
    .main-events {
        padding: 20px 0;
    }
}
/* End */


/* Start:/local/templates/staff89/components/openregion/news.list/main-documents/style.css?15471896441281*/
.main-documents-wrapper {}
.main-documents {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 10px;
}
.main-documents__title {
    padding: 0 0 10px 0;
}
.main-documents__title h2 {
    font-size: 20pt;
    line-height: 1.3em;
    margin: 0 0 0 20px;
    border-bottom: 3px #2b76b2 solid;
    display: inline-block;
}
.main-documents__item {
    background: #d0e1ee;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 10px 0;
    margin: 10px 0;
}
.main-documents__name {
    flex: 10 300px;
    padding: 20px;
    text-decoration: none;
    color: #22252d;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-documents__name:hover {
    color: #22252d;
    text-decoration: underline;
}
.main-documents__number-wrapper {
    flex: 1 200px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.75em;
    border-left: 3px #2b76b2 solid;
}
@media screen and (max-width: 767px) {
    .main-documents {
        padding: 20px 10px;
    }
    .main-documents__title h2 {
        font-size: 16pt;
    }
    .main-documents__name {
        flex: 1 100%;
    }
    .main-documents__number-wrapper {
        border-left: none;
    }
}
/* End */


/* Start:/local/templates/staff89/components/openregion/news.list/main-articles/style.css?15471896441563*/
.main-articles-wrapper {
    background: #d0e1ee;
}
.main-articles {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.main-articles__title {
    flex: 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 10px 10px;
}
.main-articles__title h2 {
    font-size: 20pt;
    line-height: 1.3em;
    margin: 0 0 0 20px;
    border-bottom: 3px #2b76b2 solid;
    display: inline-block;
}
.main-articles__all {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.main-articles__all:hover {
    color: #22252d;
}
.main-articles__all .fa {
    font-size: 24pt;
    margin: 0 0 0 10px;
}
.main-articles__group {
    display: flex;
    flex-wrap: wrap;
    flex: 1 100%;
}
.main-articles__item {
    flex: 1 250px;
    margin: 10px;
    background: #212b3f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.main-articles__photo {
    width: 100%;
    background: #f3f3f3;
}
.main-articles__date {
    margin: 15px 20px;
}
.main-articles__name {
    font-weight: bold;
    color: #ffffff;
    margin: 0 20px 20px 20px;
}
.main-articles__more {
    display: block;
    margin: auto 20px 20px 20px;
    text-decoration: none;
    color: #68a8db;
    align-self: flex-end;
}
.main-articles__more:hover {
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .main-articles {
        padding: 20px 0;
    }
    .main-articles__title h2 {
        font-size: 16pt;
    }
}
/* End */
/* /local/templates/staff89/components/openregion/component/main-events/style.css?15471896444228 */
/* /local/templates/staff89/components/openregion/news.list/main-documents/style.css?15471896441281 */
/* /local/templates/staff89/components/openregion/news.list/main-articles/style.css?15471896441563 */
