@font-face {
    font-family: 'Raleway';
    src: url("../../fonts/Raleway-Regular.ttf")
}
@font-face {
    font-family: 'Raleway-bold';
    src: url("../../fonts/Raleway-Bold.ttf")
}
@font-face {
    font-family: 'Raleway-semibold';
    src: url("../../fonts/Raleway-SemiBold.ttf")
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url("../../fonts/Raleway-Regular.ttf")
}
@font-face {
    font-family: 'Raleway-Regular-Italic';
    src: url("../../fonts/Raleway-Bold-Italic.ttf")
}
@font-face {
    font-family: 'Open Sans';
    src: url("../../fonts/OpenSans-Regular.ttf")
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: 0 0;
    text-decoration: none;
    cursor: pointer;
}
a:active,
a:hover,
a:focus {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
a,
a:visited {
    color: inherit
}
a:hover{
    color: #0094be;
    text-decoration: underline;
}
.is-hide {
    display: none!important
}
/*@media (max-width: 768px) {*/
/*.mainContentPadding {*/
/*padding: 0 15px*/
/*}*/
/*}*/
h1,
h2,
h3,
h4,
h5 {
    font-family: Raleway, sans-serif
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    padding-bottom: 0
}
.subbed {
    position: relative
}
.subbed:after {
    content: '';
    height: 8px;
    width: 8px;
    border: 0 transparent solid;
    position: absolute;
    border-top: 2px #bb4724 solid;
    border-right: 2px #bb4724 solid;
    right: 10px;
    top: 19px;
    display: inline-block;
    background-color: transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media (max-width: 767px) {
    .subbed:after {
        border-top-color: #fff;
        border-right-color: #fff;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px
    }
}
.sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    color: #525252;
    list-style: none;
    padding: 0;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    width: 380px;
    -webkit-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, .175);
    -moz-box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, .175);
    box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, .175);
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0,0,0,.15);
}
@media (max-width: 767px) {
    .sub-dropdown-menu {
        background: transparent!important;
        box-shadow: 3px 3px 3px -6px rgba(0, 0, 0, .175);
    }
}
.sub-dropdown-menu__item {
    color: #525252;
    background: #fff
}
.sub-dropdown-menu__item:hover {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%)
}
@media (max-width: 767px) {
    .sub-dropdown-menu__item {
        background: transparent!important
    }
}
.sub-dropdown-menu a {
    display: block;
    padding: 10px
}
.sub-dropdown-menu a,
.sub-dropdown-menu a:hover,
.sub-dropdown-menu a:visited,
.sub-dropdown-menu a:active {
    color: #525252
}
@media (max-width: 767px) {
    .sub-dropdown-menu a {
        color: #fff!important
    }
}
.sub-dropdown-menu_inline {
    position: static;
    width: 100%
}
.sub-dropdown-menu_inline a {
    padding-left: 60px
}
.arrow_box {
    position: relative
}
.arrow_box:after {
    top: -6px;
    left: 33%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #923920;
    border-width: 18px;
    border-top-width: 8px;
    margin-left: -15px
}
.obl-nav {
    background-color: #923920;
    border-radius: 0;
    margin-bottom: 0;
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    z-index: 20;
}
.obl-nav__container {
    padding-left: 153px
}
@media (max-width: 767px) {
    .obl-nav__container {
        padding-left: 15px
    }
}
.obl-nav__collapse {
    max-height: calc(100vh - 104px)
}
.obl-nav__collapse__list {
    position: relative;
    z-index: 10
}
.obl-nav__collapse__list li .obl-nav__collapse__list__item__dropdown__list {
    position: absolute;
    left: -55px;
}
.obl-nav__collapse__list li:first-child .obl-nav__collapse__list__item__dropdown__list {
    left: 0;
}
.obl-nav__collapse__list li:last-child .obl-nav__collapse__list__item__dropdown__list {
    right: 0;
    left: auto;
}
.obl-nav__collapse__list__item {
    box-shadow: 19px 0 0 -17px #fff
}
.obl-nav__collapse__list__item:hover {
    background: rgba(255, 255, 255, .1)
}
.obl-nav__collapse__list__item.open {
    position: relative;
    background: rgba(255, 255, 255, .1)
}
@media (max-width: 767px) {
    .obl-nav__collapse__list__item.open {
        background-color: transparent
    }
}
.obl-nav__collapse__list__item.open:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: #9d4d36;
    border-width: 18px;
    border-top-width: 8px;
    border-bottom-width: 0;
    margin-left: -18px;
    z-index: 1001
}
@media (max-width: 767px) {
    .obl-nav__collapse__list__item.open:after {
        display: none
    }
}
.obl-nav__collapse__list__item:first-child {
    box-shadow: -19px 0 0 -17px #fff, 19px 0 0 -17px #fff
}
@media (max-width: 992px) {
    .obl-nav__collapse__list__item,
    .obl-nav__collapse__list__item:first-child {
        box-shadow: none
    }
}
@media (max-width: 767px) {
    .obl-nav__collapse__list__item {
        background-color: transparent!important
    }
}
.obl-nav__collapse__list__item__link {
    text-transform: uppercase;
    color: #fff;
    font-family: "Raleway-Regular";
    font-size: 18px;
    padding-left: 30px!important;
    padding-right: 30px!important;
    background-color: transparent!important
}
.obl-nav__collapse__list__item__link:visited {
    color: #fff!important
}
@media (max-width: 1010px) {
    .obl-nav__collapse__list__item__link {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}
@media (max-width: 992px) {
    .obl-nav__collapse__list__item__link {
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 16px
    }
}
.obl-nav__collapse__list__item__link:hover {
    color: #e6e6e6
}
.obl-nav__collapse__list__item__link:focus {
    color: #fff
}
.obl-nav__collapse__list__item__dropdown__list {
    width: 270px;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .obl-nav__collapse__list__item__dropdown__list {
        padding-top: 0;
    }
}
.obl-nav__collapse__list__item__dropdown__list__item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 200px;
    left: 100%;
}
.obl-nav__collapse__list__item__dropdown__list__item .dropdown-menu .sub-dropdown-menu__item a{
    font-size: 17px;
    white-space: normal;
}
.obl-nav__collapse__list__item__dropdown__list__item .dropdown-menu .sub-dropdown-menu__item a:hover {
    text-decoration: underline;
}
.obl-nav__collapse__list__item__dropdown__list__item__link {
    color: #525252;
    font-size: 18px;
    padding: 10px 30px!important;
    white-space: normal!important
}
@media (max-width: 767px) {
    .obl-nav__collapse__list__item__dropdown__list__item__link {
        color: #fff!important;
        background: transparent!important
    }
    .obl-nav__collapse__list__item__dropdown__list__item__link:hover {
        background: transparent!important
    }
}
.obl-nav__collapse__list__item__dropdown__list__item__link:visited {
    color: #525252
}
.navbar-toggle {
    border: 2px solid #fff
}
.navbar-toggle>span {
    border: 1px solid #fff
}
@media (max-width: 767px) {
    .obl-nav {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        /*z-index: 1*/
    }
}
.obl-slider {
    background: url("../../image/slider/bg_slider.png") no-repeat;
    background-position: -250px -312px;
    padding: 90px 0
}
.obl-slider__sliderImage {
    float: left;
    margin-right: 20px
}
.obl-slider__sliderContent {
    color: #39c
}
.obl-slider__outerWrapper_bigPadded {
    padding: 0
}
@media (max-width: 1199px) {
    .obl-slider__outerWrapper_bigPadded {
        padding: 0
    }
}
.obl-slider__sliderWrapper {
    background-color: rgba(51, 51, 51, .8);
    padding: 20px;
    padding-top: 0;
}
.obl-slider__slide__sliderImage {
    float: left;
    margin-right: 20px
}
.obl-slider__slide__sliderContent__dateText {
    color: #39c
}
.obl-slider__slide__sliderContent__tittle {
    margin-top: 15px;
    font-size: 24px;
    color: #fff
}
.obl-slider__slide__sliderContent__tittle a {
    color: inherit!important
}
.obl-slider__slide__sliderContent__article {
    color: #fff;
    margin-top: 15px
}
.obl-slider__arrow {
    position: absolute;
    top: 0;
    right: -18px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #333;
    z-index: 1;
}
.obl-slider__arrow:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -8px;
    background: url("/site/image/slider-arrow.svg") center center no-repeat;
    opacity: .5
}
.obl-slider__arrow:hover:before {
    opacity: 1
}
.obl-slider__arrow_prev {
    right: 19px;
}
.obl-slider__arrow_prev:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -10px
}
.obl-asideMenu__title {
    font-size: 24px;
    color: #923920;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Raleway-Regular, sans-serif;
    padding-left:30px;
}
.obl-asideMenu__title_actual {
    font-weight: 600
}
.obl-asideMenu__listWrapper__list {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding-left: 30px;
    border-bottom: 0;
}
.obl-asideMenu__listWrapper__list>li {
    margin-right: 20px;
    padding: 6px 15px;
    color: #525252;
    margin-bottom: 10px
}
.obl-asideMenu__listWrapper__list>li:last-child {
    margin-right: 0
}
.obl-asideMenu__listWrapper__list>li.active {
    background: #bb4724;
    color: #fff
}
.obl-asideMenu__listWrapper__list>li>a {
    margin: 0;
    padding: 0;
    border: 0!important;
    border-radius: 0;
    color: inherit!important;
    border-bottom: 1px dashed!important;
    background-color: transparent!important;
    line-height: 17px!important
}
.obl-asideMenu__listWrapper__list__allNews {
    float: right
}
.obl-asideMenu__listWrapper__list__allNews:after {
    content: url("../../image/arrow-blue.png");
    padding: 5px;
    position: relative;
    top: 2px
}
.obl-asideMenu__allNews {
    float: left;
    border-bottom: 0!important;
    text-decoration: inherit;
    /*line-height: 30px;*/
    /*padding-left: 15px;*/
    margin-left: 15px;
    position: relative;
}
.obl-asideMenu__allNews:after {
    content: url(../../image/arrow-blue.png);
    position: absolute;
    top: 2px;
    width: 8px;
    height: 12px;
    display: block;
    right: -10px;
}
@media (max-width: 991px) {
    .obl-asideMenu__allNews {
        margin-right: 0;
    }
    .obl-asideMenu__title {
        padding-left: 15px;
    }
    .obl-asideMenu__listWrapper__list {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 769px) {
    .obl-news__article {
        padding: 15px!important;
    }
}
@media (max-width: 720px) {
    .obl-asideMenu__allNews {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }
}
.obl-news__eventWrapper {
    margin-top: -122px;
}
@media (max-width: 991px) {
    .obl-events-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        display: inline-block;
        width: 46%;
    }
    .obl-news__eventWrapper {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .obl-events-wrapper {
        display: block;
        width: auto;
    }
}
.obl-news-newsWrapper {
    margin-left: -35px
}
.obl-news-newsWrapper .obl-news {
    padding-bottom: 0;
    margin-bottom: 15px
}
.obl-news-newsWrapper .obl-news__imageWrapper, .obl-news__imageWrapper {
    margin-top: 0;
    padding: 20px;
    background-color: #f3f3f3
}
.obl-news-eventsWrapper {
    margin-right: -15px;
    margin-left: -15px
}
.obl-news {
    font-family: Raleway-Medium, sans-serif;
    margin-bottom: 1em;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.obl-news > a{
    display: block;
}
@media screen and (max-width: 992px) {
    .obl-news .col-xs-5 {
        text-align: center;
    }
}
section.obl-news:hover {
    -webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.125);;
    -moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.125);;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.125);;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.obl-news__globalLink {
    display: block
}
.obl-news__tabContent {
    display: none
}
.obl-news__imageWrapper {
    margin-top: 15px
}
.obl-news__imageWrapper__image {
    max-width: 100%;
    /* width: 100%; */
    min-height:140px;
    width: 285px;
    /* height: 215px; */
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/site/img/default.png);
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    outline: 2px solid rgba(255,255,255,1);
    outline-offset: -1px;
    position: relative;
    z-index: 9;
}
@media screen and (max-width: 992px) {
    .obl-news__imageWrapper__image {
        /*height: 165px;*/
        /*margin-left: 0;*/
    }
}
.obl-news__imageWrapper__image:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-image: url(/site/img/default.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #fff;
    z-index: 10;
}
@media screen and (max-width: 600px) {
    .obl-news__imageWrapper__image {
        background-position: center top;
    }
    .obl-news__imageWrapper__image:after {
        background-position: center top;
    }
    .obl-asideMenu__listWrapper__list>li>a {
        border-bottom: none!important;
    }
}
.obl-news__article {
    padding-top: 15px;
    padding-right: 50px;
}
.obl-news__article__header {
    color: #000;
    width: 100%;
}
.obl-news__article__header a {
    text-decoration: none;
}
.obl-news__article__header a:hover h2{
    border-bottom:1px solid #000;
}
.obl-news__article__header__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    display: inline;
}
.obl-news__article__main {
    padding-top: 15px;
    color: #333
}
.obl-news__article__main__p {
    margin: 0;
}
@media screen and (max-width: 760px) {
    .obl-news__article__main__p {
        display: none;
    }
}
.obl-news__article__footer__iconsLine {
    padding-top: 10px
}
.obl-news__article__footer__iconsLine__calendar {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block
}
.obl-news__article__footer__iconsLine__photo {
    height: 16px
}
.obl-news__article__footer__iconsLine__photo,
.obl-news__article__footer__iconsLine__video {
    background-repeat: no-repeat;
    display: inline-block
}
.obl-news__article__footer__iconsLine__calendar {
    background-image: url("../../image/calendar-icon.png")
}
.obl-news__article__footer__iconsLine__text {
    font-size: 12px;
    color: gray;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    position: relative;
    bottom: 3px
}
.obl-news__article__footer__iconsLine__photo {
    background-image: url("../../image/photo-icon.png");
    width: 18px
}
.obl-news__article__footer__iconsLine__video {
    background-image: url("../../image/youtube-icon.png");
    width: 18px;
    height: 14px
}
@media (max-width: 991px) {
    .obl-news__article {
        padding-right: 0
    }
}
@media (max-width: 480px) {
    .obl-news__globalLink .col-sm-4 {
        float: none;
        width: auto
    }
    .obl-news__globalLink .col-sm-8 {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0
    }
}
.obl-events-wrapper {
    font-family: 'Open Sans', sans-serif
}
.obl-events {
    padding: 20px;
    background-color: #f4f4f4
}
.obl-events__title {
    color: #923920;
    font-weight: 600;
    margin-top: 0!important;
    font-size: 24px;
    font-family: Raleway-Regular, sans-serif
}
.obl-events__separator {
    border: 0;
    border-bottom: 2px solid #fff
}
.obl-events__trailerWrapper {
    padding-top: 25px;
    text-align: right;
}
.obl-events__trailer {
    color: #69c;
    font-size: 16px;
    font-weight: 600;
}
.obl-events__trailer span {
    border-bottom:1px solid #06c;
}
.obl-events__trailer:hover {
    text-decoration: none;
}
.obl-events__trailer__item {
    /*border-bottom: 1px solid #69c*/
}
.obl-events__trailer:after {
    content: url("../../image/arrow-blue.png");
    padding: 5px;
    position: relative;
    top: 3px
}
.obl-events__eventsItem__itemWrapper {
    background-color: #f4f4f4;
}
.obl-events__eventsItem__itemWrapper .col-xs-3 {
    text-align: center;
    padding-right: 0;
}
.obl-events__eventsItem__date {
    font-size: 52px;
    color: #5e5e5e;
    font-weight: 700;
    line-height: 68px
}
.obl-events__eventsItem__month {
    padding-top: 9px
}
.obl-events__eventsItem__month,
.obl-events__eventsItem__time {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-left: 10px;
    display: block
}
.obl-events__eventsItem__time {
    text-align: left;
    padding-top: 11px
}
.obl-events__eventsItem__place {
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    display: block
}
.obl-events__eventsItem__subject {
    font-size: 14px;
    color: #923920;
    padding-top: 5px;
    display: inline-block;
    font-weight: 600
}
.obl-linkButtons__item {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 18px;
    padding: 22px 20px;
    margin-top: 20px;
    color: #fff!important;
    font-size: 18px;
    font-weight: 600;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: Raleway-semibold, sans-serif;
    background-position-y: bottom;
    min-height: 74px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .obl-linkButtons__item {
        font-size: 17px;
    }
}
.obl-linkButtons__item i {
    position: absolute;
    font-size: 70px;
    bottom: -10px;
    left: 20px;
    opacity: .2;
}
.obl-linkButtons__item_img-petition {
    background-color: #6cacd6;
    /*background-image: url("../../image/petition.png")*/
}
.obl-linkButtons__item_img-money {
    background-color: #a3492b;
    /*background-image: url("../../image/money.png")*/
}
.obl-linkButtons__item_img-reform {
    background-color: #5e5e5e;
    /*background-image: url("../../image/reform.png")*/
}
.obl-sessions__title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #923920;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Raleway-Regular, sans-serif
}
.obl-sessions__aside {
    padding-left: 0;
    padding-right: 0
}
.obl-sessions__content {
    background: #f4f4f4;
    padding: 10px 25px;
    min-height: 472px
}
.obl-sessions__tabs {
    margin-bottom: 15px;
    border-bottom: 0!important
}
.obl-sessions__tabs__tab {
    margin: 0!important;
    display: block!important;
    float: none!important
}
.obl-sessions__tabs__tab.active {
    background: #f4f4f4
}
.obl-sessions__tabs__tab__link {
    display: block;
    padding: 10px;
    line-height: 25px;
    border: 0!important;
    margin: 0!important;
    background-color: transparent!important
}
.obl-sessions__tabs__tab__link__name,
.obl-sessions__tabs__tab__link__date {
    margin: 0
}
.obl-sessions__tabs__tab__link__name {
    color: #000;
    font-size: 18px
}
.obl-sessions__tabs__tab__link__date {
    font-size: 13px;
    color: #5d5d5d
}
.obl-sessions__tabs__tab.active .obl-sessions__tabs__tab__link__date {
    color: #000
}
.obl-sessions__session__tabs {
    border-bottom: 0!important;
    padding: 0 35px
}
.obl-sessions__session__tabs__tab__link {
    background-color: transparent!important;
    margin: 0!important;
    border: 0!important;
    color: #00a5d4;
    padding: 10px 10px 10px 40px!important;
    line-height: 25px;
    font-size: 18px!important;
    position: relative;
    text-align: left!important
}
.obl-sessions__session__tabs__tab__link:before {
    content: '';
    position: absolute;
    background: url("../../image/session-tabs-sprite.svg") no-repeat;
    left: 0;
    top: 22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}
.obl-sessions__session__tabs__tab_video .obl-sessions__session__tabs__tab__link:before {
    width: 33px;
    height: 23px;
    background-position: 0 0
}
.obl-sessions__session__tabs__tab_audio .obl-sessions__session__tabs__tab__link:before {
    width: 26px;
    height: 28px;
    background-position: -40px 0
}
.obl-sessions__session__tabs__tab_steno .obl-sessions__session__tabs__tab__link:before {
    width: 25px;
    height: 29px;
    background-position: -70px 0
}
.obl-sessions__session__tabs__tab_protocol .obl-sessions__session__tabs__tab__link:before {
    width: 25px;
    height: 30px;
    background-position: -100px 0
}
.obl-sessions__session__tabs__tab_video.active .obl-sessions__session__tabs__tab__link:before {
    background-position: 0 -40px
}
.obl-sessions__session__tabs__tab_audio.active .obl-sessions__session__tabs__tab__link:before {
    background-position: -40px -40px
}
.obl-sessions__session__tabs__tab_steno.active .obl-sessions__session__tabs__tab__link:before {
    background-position: -70px -40px
}
.obl-sessions__session__tabs__tab_protocol.active .obl-sessions__session__tabs__tab__link:before {
    background-position: -100px -40px
}
.obl-sessions__session__content__section {
    padding-top: 15px
}
.obl-sessions__session__content__section__header {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #923920;
    padding-left: 50px;
    margin-bottom: 25px;
    line-height: 30px
}
.obl-sessions__session__search {
    text-align: right;
    position: relative;
    margin-bottom: 25px
}
.obl-sessions__session__search:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #aeaeae;
    left: 15px;
    right: 15px
}
.obl-sessions__session__search__field {
    background: 0 0;
    border: 0;
    height: 30px;
    display: block;
    margin-right: 30px;
    outline: none
}
.obl-sessions__session__search__button {
    position: absolute;
    top: 0;
    right: 15px;
    width: 35px;
    height: 30px;
    border: none;
    outline: none;
    background: url("../../image/session-search.svg") 0 3px no-repeat
}
.obl-sessions__sessionSelect,
.obl-deputies__partySelect {
    position: relative;
    display: none
}
.obl-sessions__sessionSelect:after,
.obl-deputies__partySelect:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #333;
    border-bottom: 0;
    right: 14px;
    top: 17px
}
.obl-sessions__sessionSelect__field,
.obl-deputies__partySelect__field {
    display: block;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: 0;
    border-bottom: 2px solid #923920;
    height: 40px;
    font-weight: 400;
    padding-right: 40px;
    outline: none
}
@media (max-width: 991px) {
    .obl-sessions__content {
        padding-left: 15px;
        padding-right: 15px
    }
    .obl-sessions__session__search {
        margin-bottom: 10px
    }
    .obl-sessions__session__content__section {
        padding-top: 10px
    }
    .obl-sessions__session__content__section__header {
        margin-bottom: 10px;
        padding-left: 15px
    }
    .obl-sessions__session__tabs {
        padding: 0
    }
    .obl-sessions__session__tabs__tab {
        display: block!important;
        width: auto!important;
        margin: 0 0 10px!important;
        float: none
    }
    .obl-sessions__session__tabs__tab:last-child {
        margin-bottom: 0!important
    }
}
@media (max-width: 767px) {
    .obl-sessions__content {
        min-height: 100%
    }
    .obl-sessions__calendar,
    .obl-sessions__tabs {
        display: none
    }
    .obl-sessions__sessionSelect,
    .obl-deputies__partySelect {
        display: block
    }
}
.obl-sessionVote {
    counter-reset: sessionVoteItems;
    margin: 0;
    max-height: 337px;
    overflow: auto
}
.obl-sessionVote__item {
    margin: 0!important;
    padding: 0!important;
    border: 0;
    border-top: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    counter-increment: sessionVoteItems
}
.obl-sessionVote__item:first-child {
    border-top: 0
}
.obl-sessionVote__item_active {
    background: #fff
}
.obl-sessionVote__item .panel-heading {
    padding: 10px 40px 10px 35px;
    position: relative
}
.obl-sessionVote__item .js-sessionVote__item__title:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 13px;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    background: url("/site/image/dropdown-arrow.svg") center center no-repeat;
    transition: all .5s
}
.panel.obl-sessionVote__item.js-sessionVote__item{
    border:1px solid transparent;
}
.panel.obl-sessionVote__item.js-sessionVote__item:hover {
    border:1px solid #dedede;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.obl-sessionVote__item_active .js-sessionVote__item__title:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.obl-sessionVote__item__title {
    color: #932906!important;
    font-size: 18px;
    line-height: 25px;
    display: block
}
.obl-sessionVote__item__title:before {
    content: counter(sessionVoteItems)'.'
}
.obl-sessionVote__item__title__text,
.obl-sessionVote__item__details__item__text {
    padding-right: 30px
}
.obl-sessionVote__item__title__text:last-child,
.obl-sessionVote__item__details__item__text:last-child {
    padding-right: 0
}
.obl-sessionVote__item__title__tag,
.obl-sessionVote__item__details__item__tag {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #b2aeae;
    margin: 0 30px 0 0
}
.obl-sessionVote__item__title__tag:last-child,
.obl-sessionVote__item__details__item__tag:last-child {
    margin-right: 0
}
.obl-sessionVote__item__title__tag_accepted,
.obl-sessionVote__item__details__item__tag_accepted {
    color: #008e00
}
.obl-sessionVote__item__title__tag_declined,
.obl-sessionVote__item__details__item__tag_declined {
    color: #a63819
}
.obl-sessionVote__item__details {
    counter-reset: sessionVoteSubItems;
    padding: 0 35px 10px;
    border-top: 0!important;
    color: #636467;
    font-size: 14px;
    line-height: 20px
}
.obl-sessionVote__item__details__item {
    counter-increment: sessionVoteSubItems;
    margin-top: 15px
}
.obl-sessionVote__item__details__item:first-child {
    margin-top: 0
}
.obl-sessionVote__item__details__docLink {
    color: #00a4d3!important;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    line-height: 25px;
    margin-top: 15px;
}
.obl-sessionVote__item__details__docLink:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 23px;
    top: 0;
    left: 0;
    background: url("/site/image/download.png");
    background-repeat: no-repeat;
    opacity: .7;
    /*background: url("/site/image/pdf.svg")*/
}
.obl-sessionVote__item__details__docLink__auxInfo {
    color: #b2aeae
}
@media (max-width: 991px) {
    .obl-sessionVote .panel-heading {
        padding-left: 10px
    }
    .obl-sessionVote__item__details {
        padding-left: 10px;
        padding-right: 11px
    }
}
@media (max-width: 767px) {
    .obl-sessionVote {
        max-height: 100%
    }
    .obl-sessionVote .panel-heading {
        padding-right: 30px
    }
    .obl-sessionVote .panel-heading:before {
        top: 22px;
        right: 5px
    }
}
.kitsoft {
    padding-left: 20px;
}
@media screen and (max-width: 600px) {
    .kitsoft {
        padding-left: 0;
        display: block;
    }
}
.tabContent-btn {
    text-align: right;
    padding-right: 26px;
}
.ya-share2__container_size_m .ya-share2__icon {
    width: 37px!important;
    height: 37px!important;
}
.kitsoft__link {
    color: #5ca3d1;
    text-decoration: underline
}
.kitsoft__link:visited {
    color: #5ca3d1
}
.obl-footer__developerWrapper__copyright {
    color: #e6e9ed
}
.obl-footer {
    width: 100%;
    padding: 20px 0;
    background: #333;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 90px;
}
@media screen and (max-width: 992px) {
    .obl-footer {
        margin-top: 50px;
    }
}
.obl-footer__title {
    display: block;
    padding: 4px 0 0;
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    list-style-type: none;
    text-align: center;
    font-family: Raleway-semibold, sans-serif
}
.obl-footer__address {
    padding: 3px 0 0;
    margin: 0 0 30px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #e6e9ed
}
.obl-footer__phoneNumber {
    font-size: 30px;
    color: #5ca3d1
}
.obl-footer__phoneNumber:visited {
    color: #5ca3d1
}
.obl-footer__usefulLinks {
    list-style-type: none;
    padding: 0
}
.obl-footer__usefulLinks>li {
    margin: 0 0 4px
}
.obl-footer__usefulLinks a,
.obl-footer__usefulLinks a:visited {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #e6e9ed
}
.obl-footer__usefulLinks a:hover {
    color: rgba(255, 255, 255, .8)
}
.obl-footer__subscription {
    margin: -5px -5px 23px 0
}
.obl-footer__socialLink {
    margin: 0 7px 0 0
}
.obl-footer__socialLink:last-child {
    margin: 0
}
.obl-footer__socialLink:hover {
    opacity: .9
}
.obl-footer__input {
    width: 250px;
    height: 25px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    font-style: italic;
    margin-bottom: 1em;
    outline: none;
}
.obl-footer__input::-webkit-input-placeholder {
    font-style: italic
}
.obl-footer__subscribeBtn {
    display: inline-block;
    height: 25px;
    padding: 0 16px;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: 0 0;
    text-align: center;
    line-height: 13px;
    font-size: 13px
}
.obl-footer__socialLinks {
    margin: 0 0 20px
}
.obl-deputies__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 600;
    line-height: 30px;
    color: #923920;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.obl-deputies__partySelect {
    margin-bottom: 20px
}
.obl-deputies__section {
    margin-bottom: 15px
}
.obl-deputies__section:last-child {
    margin-bottom: 0
}
.obl-deputies__section__tabs {
    border-bottom: 0;
    margin: 0 -10px;
    padding-bottom: 15px
}
.obl-deputies__section__tabs__item {
    width: 25%;
    padding: 0 10px;
    text-align: center
}
.obl-deputies__section__tabs__item__link {
    min-height: 130px;
    display: block;
    padding: 5px 10px 41px!important;
    margin: 0!important;
    border: 0!important;
    background: #f4f4f4!important;
    font-size: 19px;
    line-height: 25px;
    color: #000!important;
    font-family: Raleway-semibold, sans-serif;
    border-bottom: 3px solid #ddd!important;
    position: relative
}
.obl-deputies__section__tabs__item__link.active:before,
.obl-deputies__section__tabs__item.active .obl-deputies__section__tabs__item__link:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
    background: #f4f4f4;
    margin-top: -2px
}
.obl-deputies__section__tabs__item__count {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    line-height: 21px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    background: #923920
}
.obl-deputies__section__party {
    background: #f4f4f4;
    padding: 0 0 20px
}
.obl-deputies__section__party__leaders {
    text-align: center;
    font-size: 0
}
.obl-deputies__section__party__leader {
    display: inline-block;
    width: 45%;
    min-width: 300px;
    font-size: 18px;
    padding: 0 10px;
    margin-top: 20px;
    min-height: 205px;
    float: left;
}

.obl-deputies__section__tabs__item.js-deputies__section__tab.active > a {
    min-height: 130px;
}

.obl-deputies__section__party__leader__photo {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    border: 3px solid #fff;
    background: center center no-repeat;
    background-size: cover;
    margin: 0 auto 10px
}
.obl-deputies__section__party__leader__position {
    color: #aa2400;
    font-family: Raleway-semibold, sans-serif;
    margin-bottom: 10px
}
.obl-deputies__section__party__leader__name {
    color: #424242
}
.obl-deputies__section__party__members {
    line-height: 30px;
    color: #424242
}
.obl-deputies__section__party__members__title {
    color: #aa2400;
    font-size: 18px;
    font-family: Raleway-semibold, sans-serif;
    margin: 20px 0 10px
}
@media (max-width: 1199px) {
    .obl-deputies__section__tabs__item__link {
        min-height: 130px
    }
}
@media (max-width: 991px) {
    .obl-deputies__section__tabs__item__link {
        min-height: 155px
    }
    .obl-deputies__section__party__members {
        padding-left: 30px;
        padding-right: 30px
    }
    .obl-deputies__section__party__members__item {
        display: inline-block;
        width: 45%
    }
}
@media (max-width: 767px) {
    .obl-deputies__section__tabs {
        display: none
    }
    .obl-deputies__section__tabs__item__link {
        min-height: 155px;
    }
}
@media (max-width: 670px) {
    .obl-deputies__section__party__leader {
        width: 100%;
        padding: 0;
        min-width: 1px
    }
    .obl-deputies__section__party__members {
        padding-left: 15px;
        padding-right: 15px
    }
    .obl-deputies__section__party__members__item {
        width: 100%
    }
}
.mfp-wrap {
    max-height: 100vh
}
.mfp-container {
    overflow: hidden;
    padding: 0
}
.mfp-container .mfp-arrow {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f3f3f3;
    top: 50%;
    margin-top: -25px
}
.mfp-container .mfp-arrow:after {
    display: none
}
.mfp-container .mfp-arrow:before {
    content: '';
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: url("../../image/b-galleryEvent-popupArrow.svg") center center no-repeat
}
.mfp-container .mfp-arrow-left {
    left: 40px
}
.mfp-container .mfp-arrow-right {
    right: 40px
}
.mfp-container .mfp-arrow-right:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.obl-galleryEvent__header {
    color: #923920;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    font-family: Raleway-Regular, sans-serif;
    font-weight: 700
}
.obl-galleryEvent__description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    font-family: Raleway-Regular, sans-serif
}
.obl-galleryEvent__items {
    margin: 0 -20px
}
.obl-galleryEvent__items:before,
.obl-galleryEvent__items:after {
    content: '';
    display: table;
    clear: both;
    width: 100%
}
.obl-galleryEvent__items__item {
    float: left;
    width: 320px;
    height: 250px;
    padding: 20px;
    background: #f3f3f3;
    position: relative;
    margin: 0 20px 20px 0;
    cursor: pointer
}
.obl-galleryEvent__items__item:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}
.obl-galleryEvent__items__item__inner {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}
.obl-galleryEvent__items__item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}
.obl-galleryEvent__share {
    padding: 20px;
    background: #f3f3f3;
    color: #000;
    display: table;
}
.obl-galleryEvent__share:before,
.obl-galleryEvent__share:after {
    content: '';
    display: table;
    clear: both;
    width: 100%
}
.obl-galleryEvent__share__title {
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
}
.obl-galleryEvent__share__link {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    background: url("/site/image/common-socials.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.obl-galleryEvent__share__link:last-child {
    margin-right: 0
}
.obl-galleryEvent__share__link_fb {
    background-position: 0 0
}
.obl-galleryEvent__share__link_gp {
    background-position: -56px 0
}
.obl-galleryEvent__share__link_tw {
    background-position: -111px 0
}
.obl-galleryEvent__share__link_in {
    background-position: -168px 0
}
.obl-galleryEvent__comments {
    margin-top: 45px
}
.obl-galleryEvent__comments__header {
    display: table;
    font-size: 24px;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #bb4724;
    margin-bottom: 20px
}
.obl-galleryEvent__comments__header__count {
    color: #636467
}
.obl-galleryEvent__comments__form {
    text-align: right;
    margin-bottom: 10px
}
.obl-galleryEvent__comments__form__field {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    background: #f3f3f3;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    text-align: left
}
.obl-galleryEvent__comments__form__field_text {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px
}
.obl-galleryEvent__comments__form__submit {
    text-align: center;
    border: none;
    background: #bb4724;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    margin-top: 15px
}
.obl-galleryEvent__comments__form__submit:hover,
.obl-galleryEvent__comments__form__submit:active {
    background: #d35029
}
.obl-galleryEvent__comments__comment .obl-galleryEvent__comments__comment {
    padding-left: 60px;
    margin-top: 5px
}
.obl-galleryEvent__comments__comment__header {
    font-size: 16px;
    color: #bfbfbf;
    margin-bottom: 10px
}
.obl-galleryEvent__comments__comment__header__author {
    display: inline-block;
    line-height: 35px;
    color: #923920;
    font-size: 20px;
    margin-right: 20px
}
.obl-galleryEvent__comments__comment__header__replyto {
    display: inline-block;
    margin-right: 20px
}
.obl-galleryEvent__comments__comment__header__replyto:before {
    content: '> '
}
.obl-galleryEvent__comments__comment__text {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px
}
.obl-galleryEvent__comments__comment__reply {
    display: inline-block;
    border-bottom: 1px dashed;
    margin-bottom: 10px
}
.obl-galleryEvent__magnificPopup {
    height: 100vh;
    max-height: 840px;
    width: 100vw;
    max-width: 1200px;
    background: #fff;
    padding: 80px 200px;
    position: relative
}
.obl-galleryEvent__magnificPopup__imageContainer {
    position: relative;
    width: 100%;
    height: 100%
}
.obl-galleryEvent__magnificPopup:after {
    content: none
}
.obl-galleryEvent__magnificPopup .mfp-close {
    text-indent: -1000px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #000;
    padding: 0;
    margin: 0;
    background: url("../../image/b-galleryEvent-popupClose.svg") center center no-repeat;
    color: rgba(0, 0, 0, 0)
}
.obl-galleryEvent__magnificPopup__share {
    position: absolute;
    left: 50%;
    margin-left: -115px;
    bottom: 15px
}
.obl-galleryEvent__magnificPopup__share__link {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    background: url("../../image/common-socials.svg")
}
.obl-galleryEvent__magnificPopup__share__link:last-child {
    margin-right: 0
}
.obl-galleryEvent__magnificPopup__share__link_fb {
    background-position: 0 0
}
.obl-galleryEvent__magnificPopup__share__link_gp {
    background-position: -70px 0
}
.obl-galleryEvent__magnificPopup__share__link_tw {
    background-position: -140px 0
}
.obl-galleryEvent__magnificPopup__share__link_in {
    background-position: -210px 0
}
.obl-galleryEvent__magnificPopup .mfp-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 110px;
    right: 110px;
    top: 31px
}
.obl-galleryEvent__magnificPopup .mfp-img {
    padding: 0;
    max-height: 100%!important;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@media (max-width: 1200px) {
    .obl-galleryEvent__magnificPopup {
        padding: 40px 70px
    }
    .obl-galleryEvent__magnificPopup .mfp-close {
        width: 40px;
        height: 40px
    }
    .obl-galleryEvent__magnificPopup__share {
        bottom: -5px;
        -ms-transform: scaleX(.5) scaleY(.5);
        transform: scaleX(.5) scaleY(.5)
    }
    .obl-galleryEvent__magnificPopup .mfp-title {
        top: 11px
    }
    .mfp-content .mfp-arrow-left {
        left: 10px
    }
    .mfp-content .mfp-arrow-right {
        right: 10px
    }
}
@media (max-width: 768px) {
    .obl-galleryEvent__items,
    .obl-galleryEvent__comments {
        padding-left: 20px;
        padding-right: 20px
    }
    .obl-galleryEvent__share {
        display: block;
        width: auto;
    }
}
@media (max-width: 720px) {
    .obl-galleryEvent__items__item {
        display: block;
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 0
    }
    .obl-galleryEvent__comments__comment .obl-galleryEvent__comments__comment {
        padding-left: 10px
    }
}
.obl-galleryList__newsContainer {
    float: right;
    /*width: 400px;*/
    margin: 0;
}
.obl-galleryList__events {
    padding: 25px 0;
    margin-left: -20px
}
.obl-galleryList__events__event {
    vertical-align: top;
    margin: 0 0 25px 0;
}
.obl-galleryList__events__event:after {
    content: '';
    height: 0;
    clear: both;
}
.obl-galleryList__events__event:nth-child(even) {
    padding-left: 0;
}
.obl-galleryList__events__event:nth-child(odd) {
    padding-right: 0;
}
@media screen and (max-width: 440px) {
    .obl-galleryList__events__event:nth-child(even) {
        padding-left: 15px;
    }
    .obl-galleryList__events__event:nth-child(odd) {
        padding-right: 15px;
    }
}
.obl-galleryList__events__event__header {
    line-height: 45px;
    font-size: 16px;
    color: #777;
    display: block;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.obl-galleryList__events__event__inner {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    padding: 20px 20px 10px;
    background: #f3f3f3;
    min-height: 310px
}
.obl-galleryList__events__event:hover .obl-galleryList__events__event__inner {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}
.obl-galleryList__events__event__image {
    display: block;
    position: relative;
    height: 210px;
    background: center center no-repeat;
    background-size: cover;
    margin-bottom: 10px
}
@media (max-width: 1200px) {
    .obl-galleryList__newsContainer {
        width: 300px
    }
    .obl-galleryList__events__event {
        /*margin-right: 15px*/
    }
}
@media (max-width: 991px) {
    .obl-galleryList {
        width: 100%
    }
    .obl-galleryList .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .obl-galleryList__events {
        -ms-flex-order: 0;
        order: 0;
        padding-left: 15px
    }
    .obl-galleryList__pagination {
        margin-bottom: 30px;
        -ms-flex-order: 2;
        order: 2
    }
    .obl-galleryList__newsContainer {
        -ms-flex-order: 3;
        order: 3;
        float: none;
        margin: 0 0 20px;
        width: auto
    }
}
@media (max-width: 440px) {
    .obl-galleryList__events {
        padding-right: 15px;
        padding-left: 15px
    }
    .obl-galleryList__events__event {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }
}
.obl-paginator {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    padding: 0 80px;
    position: relative
}
.obl-paginator:after {
    content: '';
    width: 100%;
    display: table;
    clear: both
}
.obl-paginator__arrow,
.obl-paginator__page {
    float: left;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 25px
}
.obl-paginator__page {
    margin-right: 25px
}
.obl-paginator__arrow:hover,
.obl-paginator__page:hover,
.obl-paginator__arrow:active,
.obl-paginator__page:active {
    color: #636363;
    background: #f3f3f3;
    opacity: 1
}
.obl-paginator__arrow:last-child,
.obl-paginator__page:last-child {
    margin-right: 0
}
.obl-paginator__arrow {
    position: absolute;
    margin: 0;
    opacity: .25
}
.obl-paginator__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../../image/b-paginator-arrow.svg") center center no-repeat
}
.obl-paginator__arrow_prev {
    left: 10px;
    top: 0
}
.obl-paginator__arrow_next {
    right: 10px;
    bottom: 0
}
.obl-paginator__arrow_next:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.obl-paginator__page,
.obl-paginator__page:visited {
    color: #525252
}
.obl-paginator__page_current {
    background: #bb4724
}
.obl-paginator__page_current,
.obl-paginator__page_current:hover,
.obl-paginator__page_current:active,
.obl-paginator__page_current:visited {
    color: #fff
}
.obl-paginator__page_current:hover,
.obl-paginator__page_current:active {
    background: #d35029
}
@media (max-width: 670px) {
    .obl-paginator {
        padding-left: 55px;
        padding-right: 55px
    }
    .obl-paginator__arrow,
    .obl-paginator__page {
        line-height: 25px;
        height: 25px;
        width: 25px;
        border-radius: 13px;
        font-size: 16px;
        margin-right: 10px
    }
}
.b-breadcrumbs {
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 30px;
    font-family: Raleway-Regular, sans-serif;
    font-size: 17px;
    color: #01a4d3;
    z-index:2;
}
.b-breadcrumbs__crumb {
    float: left;
    color: #01a4d3;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #01a4d3;
    margin-right: 28px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
}
.b-breadcrumbs__crumb:hover {
    text-decoration: none;
}
.b-breadcrumbs__crumb:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 11px;
    top: 50%;
    margin-top: -5px;
    right: -20px;
    background: url("/site/image/b-breadcrumbs-divider.svg");
    background-repeat: no-repeat
}
.b-breadcrumbs__crumb:last-child {
    margin-right: 0;
    border-bottom: 0;
    color: #923920;
    font-weight: 600;
    text-decoration: none;
}
.b-breadcrumbs__crumb:last-child:after {
    content: none;
}
.obl-news-newsWrapper .obl-news:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    cursor: pointer
}
.obl-news-containerLink:visited {
    color: #000
}
.obl-ui-img-imgWrapper {
    max-width: 280px;
    padding: 15px;
    background-color: #f3f3f3
}
.obl-ui-img__imgItem {
    height: 100%;
    width: 100%;
    max-width: 195px;
}
.ui-toTheNext {
    color: #69c!important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #69c!important;
    font-family: Raleway-Regular, sans-serif;
}
.ui-toTheNext:hover {
    text-decoration: none;
}
.ui-socials {
    padding: 20px;
    height: 160px;
    max-width: 370px;
    background-color: #f3f3f3;
    margin-left: -20px
}
.ui-socials__wrapper {
    position: relative;
    height: 100%
}
.ui-socials__title {
    font-family: Raleway-Regular, sans-serif;
    font-size: 18px;
    line-height: 25px
}
.ui-socials__shareWrapper {
    position: absolute;
    bottom: 0
}
.ui-socials__share__link {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 25px 0 0;
    background: url("../../image/common-socials.svg")
}
.ui-socials__share__link:last-child {
    margin-right: 0
}
.ui-socials__share__link_fb {
    background-position: 0 0
}
.ui-socials__share__link_gp {
    background-position: -70px 0
}
.ui-socials__share__link_tw {
    background-position: -140px 0
}
.ui-socials__share__link_in {
    background-position: -210px 0
}
.ui-comments__comments {
    margin-top: 45px
}
.ui-comments__comments__header {
    display: table;
    font-size: 24px;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #bb4724;
    margin-bottom: 20px
}
.ui-comments__comments__header__count {
    color: #636467
}
.ui-comments__comments__form {
    text-align: right;
    margin-bottom: 10px
}
.ui-comments__comments__form__field {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    background: #f3f3f3;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    text-align: left
}
.ui-comments__comments__form__field_text {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px
}
.ui-comments__comments__form__submit {
    text-align: center;
    border: none;
    background: #bb4724;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    margin-top: 15px
}
.ui-comments__comments__form__submit:hover,
.ui-comments__comments__form__submit:active {
    background: #d35029
}
.ui-comments__comments__comment .ui-comments__comments__comment {
    padding-left: 60px;
    margin-top: 5px
}
.ui-comments__comments__comment__header {
    font-size: 16px;
    color: #bfbfbf;
    margin-bottom: 10px
}
.ui-comments__comments__comment__header__author {
    display: inline-block;
    line-height: 35px;
    color: #923920;
    font-size: 20px;
    margin-right: 20px
}
.ui-comments__comments__comment__header__replyto {
    display: inline-block;
    margin-right: 20px
}
.ui-comments__comments__comment__header__replyto:before {
    content: '> '
}
.ui-comments__comments__comment__text {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px
}
.ui-comments__comments__comment__reply {
    display: inline-block;
    border-bottom: 1px dashed;
    margin-bottom: 10px
}
.is-hide {
    display: none
}
.ui-title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #923920
}
.ui-redlineP {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 30px
}
.ui-select__arrow {
    margin-left: 10px;
    margin-bottom: 5px
}
.ui-select__container {
    position: relative;
    cursor: pointer
}
.ui-select__container:hover .ui-select__list {
    display: block
}
.ui-select__titleWrapper {
    padding: 25px 30px;
    background: #00a4d3
}
.ui-select__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block
}
.ui-select__list {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}
.ui-select__list__item {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #525252;
    padding: 10px 15px
}
.ui-select__list__item:hover {
    background: #f3f3f3
}
.ui-emptyArrow {
    content: '';
    height: 8px;
    width: 8px;
    border: 0 transparent solid;
    border-top: 2px solid;
    border-right: 2px solid;
    display: inline-block;
    background-color: transparent
}
.ui-emptyArrow_right {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ui-emptyArrow_down {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}
.ui-emptyArrow_red {
    border-top-color: #bb4724;
    border-right-color: #bb4724
}
.ui-emptyArrow_white {
    border-top-color: #fff;
    border-right-color: #fff
}
.ui-emptyArrow_blue {
    border-top-color: #69c;
    border-right-color: #69c
}
#ui-datepicker-div {
    display: none
}
.ui-datepicker-inline .ui-datepicker .ui-widget .ui-widget-content .ui-helper-clearfix .ui-corner-all {
    display: inline-block
}
.ui-datepicker {
    padding: 0 50px 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #f4f4f4
}
.ui-datepicker a {
    text-decoration: none
}
.ui-datepicker table {
    width: 100%
}
.ui-datepicker-header {
    color: #e0e0e0;
    line-height: 30px;
    font-weight: 700;
    border: none!important;
}
.ui-datepicker-title {
    text-align: center;
    padding: 12px 50px 5px;
    background: #fff;
    color: #923920;
    font-size: 20px;
    font-family: 'open sans', sans-serif
}
.ui-datepicker-prev {
    display: inline-block
}
.ui-datepicker-prev,
.ui-datepicker-next {
    background-image: url("../../image/arrow-blue.png")
}
.ui-datepicker-next,
.ui-datepicker-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden
}
.ui-datepicker-prev {
    background-image: url("../../image/arrow-left.png");
    float: left;
    background-position: center 17px
}
.ui-datepicker-next {
    float: right;
    background-position: center 17px
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0;
    color: #000;
    text-align: center
}
.ui-datepicker th:last-child,
.ui-datepicker th:nth-last-child(2) {
    color: #923920
}
.ui-datepicker tbody td {
    color: #000;
    font-size: 14px;
    text-align: center
}
.ui-state-default {
    font-size: 18px;
    height: 60px;
    width: 60px;
    line-height: 55px!important;
    font-family: 'open sans', sans-serif
}
.ui-datepicker-calendar {
    margin-top: 40px
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    color: #666;
    width: 100%
}
.ui-datepicker-calendar .ui-state-default {
    box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5)
}
.ui-datepicker-unselectable .ui-state-default {
    color: #b4b3b3
}
.ui-datepicker-calendar .ui-state-hover {
    background: #d68080!important;
}
.ui-datepicker-calendar .ui-state-active.ui-state-active_11082016:before {
    content: 'Засідання комісії з питань соціально-економічного розвитку вiд 11/08/2016';
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    color: #923920;
    text-shadow: none;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -60px;
    left: -112px;
    font-size: 14px;
    line-height: 22px
}
.ui-datepicker-calendar .ui-state-active.ui-state-active_11082016:hover:before {
    display: block
}
.ui-datepicker-calendar .ui-state-active.ui-state-active_08082016:before {
    content: 'Засідання комісії з питань соціально-економічного розвитку вiд 11/08/2016'
}
.ui-datepicker-calendar .ui-state-active {
    background: #923920!important;
    color: #e0e0e0!important;
    position: relative;
    margin: -1px
}
.ui-datepicker-calendar .ui-state-active:hover:before {
    display: block
}
span.tooltip {
    position: absolute;
    width: 25%;
    visibility: hidden;
    height: 20px;
    line-height: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #923920;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, .098)1px 1px 1px;
    box-shadow: rgba(0, 0, 0, .098)1px 1px 2px 0
}
span.tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 44px;
    left: 50px
}
.ui-datepicker-calendar .ui-state-hover span.tooltip {
    visibility: visible
}
.ui-docsed:before {
    content: '';
    height: 23px;
    width: 22px;
    background-image: url("../../image/doc.svg");
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    float: left
}
.allContentWrapper {
    padding-bottom: 199px;
    min-height: 100%
}
.obl-article-imgWrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    right: 5px;
}
@media screen and (max-width: 400px) {
    .obl-article-ingWrapper {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .obl-ui-img-imgWrapper {
        max-width: 100%;
    }
    .obl-ui-img-imgWrapper .obl-ui-img__imgItem {
        max-width: 100%;
    }
}
.obl-article-articles__p {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif
}
.obl-dep__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #923920;
    margin-bottom: 35px;
padding-left: 15px;
}
@media screen and (max-width: 800px) {
    .obl-dep__title {
        padding-left: 15px;
    }
}
.obl-dep__review {
    background: #f3f3f3;
    margin-right: 10px;
}
.obl-dep__review__imgWrapper {
    display: inline-block;
    float: left
}
.obl-dep__review__contactsWrapper {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 25px;
}
.obl-dep__review__contacts__p {
    vertical-align: top;
}
.obl-dep__review__contacts__p__item {
    font-family: 'open sans', sans-serif;
    font-size: 18px;
    line-height: 30px;
    display: table-cell;
    margin-left: 20px;
}
.obl-dep__review__contacts__p__item_pre {
    color: #923920;
    width: 20%;
}
.obl-dep__review__contacts__p__item_post {
    color: #000;
    width: 40%;
    padding-left: 10px;
}
@media screen and (max-width: 730px) {
    .obl-dep__review__contacts__p__item {
        display: block;
        width: 100%;
    }
    .obl-dep__review__contactsWrapper {
        margin-top: 15px;
    }
    .obl-dep__review__contacts__p__item_post {
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .obl-dep__review__imgWrapper {
        float: none;
    }
    .obl-dep__review__contactsWrapper {
        padding-left: 0;
    }
    .obl-dep__review__contacts__p__item {
        margin-left: 20px;
    }
}
.obl-dep__content {
    font-family: 'open sans', sans-serif;
    line-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
.obl-dep__content__title {
    color: #923920;
    font-size: 20px;
}
.obl-dep__content__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.obl-dep__content__list__item {
    font-size: 16px;
    color: #333
}
.obl-dep__docs {
    margin-top: 20px
}
.obl-dep__docs__p {
    margin-top: 30px;
    color: #00a4d3
}
.obl-dep__docs__p__link {
    cursor: pointer;
    text-decoration: underline;
}
@media (max-width: 500px) {
    .obl-dep__review {
        float: left
    }
    .obl-dep__review__contacts__p__item_pre,
    .obl-dep__review__contacts__p__item_post {
        width: auto
    }
}
.obl-news__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #923920
}
.obl-news__article__imgWrapper {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px
}
.obl-news__article__p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 30px
}
.obl-news__shareWrapper {
    margin: 40px 0;
    position: relative
}
.obl-news__shareWrapper .ui-socials__wrapper {
    position: static
}
.obl-news__allNewsWrapper {
    position: absolute;
    top: 0;
    right: 0
}
.obl-news__allNewsWrapper:after {
    content: url("../../image/arrow-blue.png");
    padding: 5px;
    position: relative;
    top: 2px
}
.obl-man__wrapper {
    margin-top: 40px;
    margin-bottom: 140px
}
.obl-man__item {
    background-color: #f3f3f3;
    margin-bottom: 10px
}
.obl-man__item:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    cursor: pointer
}
.obl-man__item__description {
    padding: 5px
}
.obl-man__item__description__title {
    font-family: Raleway-semibold, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #923920;
    text-align: center;
    margin-top: 0;
}
.obl-man__item__description__content {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: center;
}
.obl-man__item__imgWrapper .obl-ui-img-imgWrapper {
    max-height: none;
    max-width: none
}
.obl-send__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #923920;
    margin-bottom: 40px;
    margin-top: 15px
}
.obl-send__form__input {
    display: block;
    /*width: 40%;*/
    width: 100%;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: none;
    padding: 15px;
    color: #333;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 25px
}
@media (max-width: 991px) {
    .obl-send__form__input {
        width: 100%
    }
}
.obl-send__form__textArea {
    resize: none;
    width: 100%;
    border: none;
    background-color: #f3f3f3;
    padding: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    min-height: 360px;
}
@media screen and (max-width: 992px) {
    .obl-send__form__textArea {
        min-height: 200px;
    }
}
.obl-send__form__footerWrapper {
    padding: 20px 0
}
.obl-send__form__footerWrapper .form-group {
    float: left;
}
@media screen and (max-width: 991px) {
    .obl-send__form__footerWrapper .form-group, .obl-send__form__footerWrapper button {
        display: block;
        width: 100%;
        float: none;
    }
}
.obl-send__form__checkbox {
    height: 20px;
    width: 20px;
    margin-right: 20px!important;
    margin-top: 0!important;
    position: relative;
    bottom: 6px
}
.obl-send__form__checkbox:disabled {
    opacity: .5
}
.obl-send__form__checkboxLabel {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    bottom: 10px
}
.obl-send__form__btn {
    width: 140px;
    height: 45px;
    background-color: #bb4724;
    float: right;
    position: relative;
    bottom: 6px;
    color: #fff;
    font-family: Raleway-Medium, sans-serif;
    font-size: 18px;
    border: none;
    right: 15px;
}
@media screen and (max-width: 992px) {
    .obl-send__form__btn {
        right: 0;
    }
}
.obl-send__form__btn:disabled {
    opacity: .25
}
.obl-send__form__btn:active {
    background-color: #a84020
}
.obl-send__form__btn:hover {
    background-color: #d35029
}
.obl-send__description__p,
.obl-send__docs__item {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 30px
}
.obl-send__docs__item {
    color: #00a5d4!important;
    display: block;
    text-decoration: underline
}
.obl-send__docs__item_docsed:before {
    content: '';
    height: 21px;
    width: 20px;
    background-image: url("../../image/download-doc.png");
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px
}
.obl-ep__arrow {
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 3px
}
.obl-ep__wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}
.obl-ep__selectWrapper {
    margin-bottom: 30px
}
.obl-ep__p {
    margin-top: 30px
}
.obl-ep__allEventsWrapper {
    float: right;
    margin-top: 25px;
    margin-right: 10px
}
.obl-ep__asideWrapper {
    float: right;
    margin: 0 0 65px 65px
}
.obl-ep__asideWrapper_media {
    display: none;
    margin: 60px auto 20px;
    float: none;
    max-width: 370px
}
@media (max-width: 768px) {
    .obl-ep__asideWrapper {
        display: none
    }
    .obl-ep__asideWrapper_media {
        display: block
    }
    .obl-ep__asideWrapper_media .ui-socials__share__link {
        margin-right: 12px
    }
}
.obl-ep__socialsWrapper {
    padding-left: 20px
}
.obl-ec__calendar__title {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #923920;
    background-color: #f3f3f3;
    padding-left: 90px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 0
}
.obl-ec__archive {
    margin-top: 30px;
    text-align: center
}
.obl-ec__archive .ui-toTheNext {
    opacity: .75
}
.obl-ec__monthTitle {
    font-family: Raleway-semibold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #923920;
    padding-left: 0
}
#timelinewindow .obl-man__item{
    min-height:425px;
}
.obl-ec__monthEventsWrapper {
    margin-top: 50px
}
.obl-ec__monthEvents .obl-ec__eb {
    margin-left: -40px
}
#timelinewindow .obl-ec-href:hover {
    color: inherit;
}
#timelinewindow .obl-ec-href .obl-ec__eb__place {
    margin: .5em 0;
}
#timelinewindow .obl-ec-href .obl-ec__eb .col-xs-12 .obl-ec__eb__description{
    line-height: 16px;
}
#timelinewindow .obl-ec-href .obl-ec__eb__time {
    white-space: nowrap;
}
.obl-ec__eb__place span {
    display: block;
}
.obl-ec__eb {
    position: relative;
    min-height: 160px;
    background: #fff;
    padding: 20px 20px 20px 20px;
    font-family: 'OpenSans', sans-serif;
    /*max-width: 590px;*/
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: -20px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .obl-ec__eb {
        min-height: 130px;
        margin-left: 0;
    }
    .obl-ec-href {
        padding: 0;
    }
}
.obl-ec__eb:last-child {
    margin-right: 0
}
.obl-ec__eb:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}
.obl-ec__eb .col-xs-3:first-child {
    text-align: center;
}
.obl-events__eventsItem__itemWrapper .col-xs-4:first-child {
    text-align: center;
}
.obl-ec__eb .col-xs-3:first-child .obl-ec__eb__date {
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .obl-ec__eb .col-xs-3:first-child .obl-ec__eb__date {
        font-size: 46px;
        line-height: 36px;
    }
}
.obl-ec__eb .col-xs-9 .col-xs-3 {
    text-align: left;
}
.obl-ec__eb__date {
    font-family: "OpenSansExtraBold", sans-serif;
    font-size: 52px;
    line-height: 46px;
    color: #525252;
    min-height: 70px;
    min-width: 60px
}
.obl-ec__eb__month,
.obl-ec__eb__time {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-family: "OpenSansBold", sans-serif;
}
.obl-ec__eb__dropDown {
    float: right;
    margin-right: -6px;
    display: none;
}
.obl-ec__eb__dropDown .ui-select__container {
    margin-top: -20px;
    padding-top: 20px;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .obl-ec__eb__dropDown .ui-select__container {
        margin-top: -30px;
    }
}
.obl-ec__eb__dropDown .ui-select__container:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.obl-ec__eb__dropDown .ui-select__titleWrapper {
    padding: 0 20px 0 15px;
    background-color: transparent;
}
@media screen and (max-width: 1200px) {
    .obl-ec__eb__dropDown .ui-select__titleWrapper {
        padding: 0 15px 0 10px;
    }
}
.obl-ec__eb__dropDown .ui-select__list {
    text-align: left
}
.obl-ec__eb__dropDown .ui-select__title {
    color: #00a4d3;
    opacity: .5;
    font-size: 14px;
    text-transform: none
}
.obl-ec__eb__dropDown .ui-select__arrow {
    border-color: #00a4d3;
    opacity: .5;
    margin-bottom: 3px
}
.obl-ec__eb__place {
    font-size: 12px;
    display: block;
}
.obl-ec__eb__description {
    font-size: 14px;
    line-height: 24px;
    color: #923920;
    font-weight: 600
}
@media (max-width: 350px) {
    .obl-ec__calendar__title {
        padding: 15px 10px
    }
    .obl-ec__calendar .ui-datepicker {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }
    .obl-ec__calendar .ui-datepicker tbody td span,
    .obl-ec__calendar .ui-datepicker tbody td a {
        font-size: 14px;
        height: 38px!important;
        width: 38px!important;
        line-height: 3!important
    }
    .obl-ec__calendar .ui-datepicker-title {
        font-size: 16px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px
    }
    .obl-ec__calendar th.ui-datepicker {
        font-size: 14px
    }
}
#calendar2 {
    width: 180px;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
    margin: 20px 20px 0 0
}
#calendar2__month {
    background: #636467;
    border: 2px solid #636467;
    height: 40px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}
#calendar2__weeks {
    background: #eaeaea;
    border: 2px solid #eaeaea;
    height: 40px;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: lowercase;
    font-weight: 600
}
#calendar2__monthName {
    font-family: Raleway-Regular, sans-serif;
    font-size: 16px;
    color: #fff!important
}
[colspan] {
    color: #5e5e5e;
}
#calendar2 thead tr:last-child {
    font-size: small;
    color: #555
}
#calendar2 thead tr:nth-child(1) td:nth-child(2) {
    color: #323232
}
#calendar2 thead tr:nth-child(1) td:nth-child(1):hover,
#calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer
}
#calendar2 tbody {
    border: 2px solid #eaeaea
}
#calendar2 tbody td {
    color: #2c567a
}
#calendar2 tbody td:nth-child(n+6),
#calendar2 .holiday {
    color: #e78c5c
}
#calendar2 tbody td.today {
    background: #dc0000;
    color: #fff
}
#calendar2 td {
    padding: 5px
}
.obl-nh {
    padding: 20px 0;
    position: relative;
    height: 80px;
    z-index: 22;
}
.obl-nh__logoWrapper {
    display: inline-block;
    position: relative;
    width: 120px
}
.obl-nh__logoLink {
    /*display: inline-block;*/
    position: absolute;
    top: -42px;
}
.obl-nh__logoLink__logo {
    background-image: url("../../image/logo.png");
    background-repeat: no-repeat;
    background-position: 28px -5px;
    width: 120px;
    height: 96px;
    position: relative;
    z-index: 2
}
.obl-nh__logoLink:after {
    top: 70px;
    left: 23px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 80px;
    margin-left: -21px;
    border-top-width: 47px;
    z-index: 1
}
.obl-nh__titleWrapper {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.obl-nh__titleWrapper span {
    position: absolute;
}
@media screen and (max-width: 992px) {
    .obl-nh__titleWrapper span {
        display: none;
    }
}
.obl-nh__title {
    font-family: Raleway-Regular, sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin: 0
}
.obl-nh__searchWrapper {
    display: inline-block;
    position: absolute;
    right: 0
}
.obl-nh__searchForm {
    width: 280px;
    word-spacing: -4px;
    text-align: right;
    white-space: nowrap
}
@media (max-width: 992px) {
    .obl-nh__searchForm {
        width: 165px
    }
}
.obl-nh__searchForm__textField {
    height: 35px;
    border: 0;
    border-bottom: 2px solid #930;
    outline: none;
    background-repeat: no-repeat;
    background-position: 98% 0;
    background-size: contain;
    width: 1px;
    min-width: 78%
}
.obl-nh__searchForm__submit_search {
    border: none;
    background: 0 0;
    background-image: url("/site/image/session-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: #930 2px solid;
    padding: 0
}
@media (max-width: 767px) {
    .portal-test{
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    #bs-example-navbar-collapse-1{
        margin-top: 60px;
    }
    .navbar-toggle{
        position: absolute;
        right:0;
    }
    body {
        padding-top: 50px
    }
    .mainContentPadding{
        margin-top: 40px;
    }
    .obl-nh {
        padding: 10px 0 10px 90px;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        /*z-index: 2*/
    }
    .obl-nh__logoWrapper {
        vertical-align: top;
        position: static;
        display: block;
        width: 0;
        height: 0
    }
    .obl-nh__logoLink {
        width: 80px;
        height: 80px;
        background: url("../../image/logo.png") center center no-repeat;
        background-size: contain;
        z-index: 1;
        top: 10px;
        left: 10px
    }
    .obl-nh__logoLink:after {
        display: none
    }
    .obl-nh__logoLink__logo {
        /*display: none*/
        background-image: url("../../image/logo.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 90px;
        height: 80px;
        position: relative;
        z-index: 2;
        background-size: contain;
    }
    .obl-nh__title,
    .obl-nh__titleWrapper {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
        padding-right: 5px
    }
    .obl-nh__searchWrapper {
        position: absolute;
        top: 100%;
        margin-top: 10px;
        right: 80px;
        z-index: 1
    }
    .obl-nh__searchForm__submit,
    .obl-nh__searchForm__textField {
        border-bottom-color: #fff;
        background-color: transparent;
        color: #fff
    }
    .obl-nh__searchForm__submit {
        background-image: url("/site/image/session-search_w.svg")
    }
}
@media (max-width: 408px) {
    .obl-nh__searchWrapper {
        left: 90px;
    }
    .obl-nh__searchForm {
        width: auto;
    }
}
#datepicker.small-datepicker {
    padding-right: 20px;
}
#datepicker.small-datepicker .ui-datepicker {
    padding: 0;
    background: #f4f4f4;
    border:none;
}
#datepicker.small-datepicker .ui-datepicker th {
    text-transform: lowercase;
    padding: 5px 0;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    color: #000;
}
#datepicker.small-datepicker .ui-datepicker-header {
    color: #e0e0e0;
    line-height: 30px;
    font-weight: 700;
    background-color: #636467;
}
#datepicker.small-datepicker .ui-datepicker-prev {
    background: url("/site/image/arrow-white.svg") no-repeat;
    float: left;
    background-position: center 1px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#datepicker.small-datepicker .ui-datepicker-next {

    background: url("/site/image/arrow-white.svg") no-repeat;
    background-position: 10px 20px;
}
#datepicker.small-datepicker .ui-datepicker-title {
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family: Raleway-Regular, sans-serif
}
#datepicker.small-datepicker .ui-datepicker-calendar {
    margin: 0;
    border: 3px solid #f3f3f3
}
#datepicker.small-datepicker .ui-datepicker tbody {
    margin: 1px;
    background-color: #fff
}
#datepicker.small-datepicker .ui-datepicker tbody td .ui-state-default {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    line-height: normal!important;
    height: auto;
    width: 100%;
    padding: 5px
}
@media (min-width: 991px) and (max-width: 1200px) {
    /*#datepicker.small-datepicker td a {*/
        /*font-size: 7px!important*/
    /*}*/
    /*#datepicker.small-datepicker .ui-datepicker-title {*/
        /*font-size: 11px!important*/
    /*}*/
}
.down-footer {
    margin: 180px 0;
}
.page-not-find {
    text-align: center;
    color: #923920;
    font-weight: 700;
    font-size: 70px;
    padding-top: 40px;
}
.page-not-find-text {
    text-align: center;
    color: #923920;
    font-weight: 400;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .obl-news__imageWrapper {
        text-align: center;
    }
    .obl-asideMenu__listWrapper__list>li {
        margin-right: 0;
        padding: 6px 10px;
    }
    .obl-nh__title, .obl-nh__titleWrapper {
        font-size: 18px;
    }
    .obl-asideMenu__title {
        /*padding-left: 0;*/
    }
    .obl-asideMenu__listWrapper__list {
        /*padding-left: 0;*/
    }
}
@media screen and (max-width: 600px) {
    .obl-asideMenu__listWrapper__list>li {
        float: none;
        background-color: #f4f4f4;
    }
}
@media screen and (max-width: 480px) {
    .obl-news__imageWrapper__image {
        display: inline-block;
        margin-left: 0;
        margin-top: .5em;
    }
}
.slider-for {
    margin-bottom: 1em;
}
.slider-for .slick-list {
    height:450px;
}
.slider-for .slick-track {
    height:100%;
}
.slider-for .slick-track .slick-slide {
    text-align: center;
}
.slider-for .slick-track img {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*outline: 2px solid rgba(255,255,255,1);*/
    /*outline-offset: -1px;*/
}
.slider-nav {
    margin-bottom: 1em;
}
.slider-nav .slick-slide {
    margin: 0 5px;
}
.slider-nav img {
    width: 100%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.slick-prev:before, .slick-next:before {
    color: #333;
}
#morebutton {
    text-align: center;
}
#morebutton a {
    margin: 1em 0;
    display: inline-block;
    padding: .5em;
    color: #923920;
    border: 2px solid #923920;
    background-color: transparent;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#morebutton a:hover {
    background: #923920;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
#morebutton a:focus, #morebutton a:active, #morebutton a:visited {
    text-decoration: none;
}
.timeline-documents-search-wrapper {
    background: #f4f4f4;
    padding: 1em;
    padding-top: 20px;
    margin-bottom: 3em;
    overflow: hidden;
}
.timeline-documents-search .btn {
    background-color: #923920;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    /*margin-top: 18px;*/
}
.timeline-documents-search .btn:hover, .timeline-documents-search .btn:focus, .timeline-documents-search .btn:visited {
    background-color: #b74525;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.search-input {
    display: block;
    border: 1px solid #959595;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    padding: .5em;
}
.timeline-documents-search-wrapper .col-md-6 select, .timeline-documents-search-wrapper .col-md-6 input, .timeline-documents-search-wrapper .col-md-6 label {
    width: 100%;
    font-weight: 400;
    color: #000;
    line-height: 21px;
}
.timeline-documents-search-wrapper .col-md-6 label {
    margin-bottom: 1em;
    font-weight: bold;
    display: inline-table;
}
.timeline-documents-search .datepicker{
    display: inline-block;
    width:45%!important;
}
.timeline-documents-search .chosen-container-active.chosen-with-drop .chosen-single{
    border: 1px solid #959595;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius-bottomright: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-radius-bottomleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    background: #fff;
}
.timeline-documents-search .chosen-container-single .chosen-single {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #959595;
    line-height: 38px;
    height: 38px;
}
.timeline-documents-search .chosen-container-single .chosen-single div {
    top: 5px;
    right: -4px;
}
.timeline-documents-search .chosen-container .chosen-results li.highlighted {
    background-color: #923920;
    background-image: none;
    color: #fff;
}
.timeline-documents-search #order ~ .chosen-container-single .chosen-search {
    display: none;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: none;
    background-color: #923920!important;
}
li.timeline-item {
    list-style-type: none;
}
.ncat {
    display: inline;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #5e5e5e;
    color: #fff;
    font-size: 85%;
}
li.timeline-item .timeline-title {
    margin:10px 0;
}
@media screen and (max-width: 768px) {
    li.timeline-item .timeline-title a {
        font-size: 20px;
    }
}
li.timeline-item .ndate {
    margin-bottom: 2em;
}
.fancybox-title-inside-wrap {
    padding: 10px 0;
}
.timeline-gallery {
    padding: 0;
    margin-bottom: 1em;
}
@media screen and (max-width: 992px) {
    .timeline-gallery {
        margin-right: 15px;
        margin-left: 15px;
    }
}
.timeline-gallery .timeline-item {}
.timeline-gallery .timeline-date {
    font-weight: bold;
    color: #5e5e5e;
    margin: .5em 0;
}
.timeline-gallery .timeline-tag {
    text-align: justify;

}
.custom hr, hr {
    border-color: #000!important;
}
.tac {
    text-align: center;
}
.minus-mt-14 {
    margin-top: -14px;
}
.minus-mt-20 {
    margin-top: -20px;
}
.ml-170 {
    margin-left: 170px;
}
.plus-mb-24 {
    margin-bottom: -24px;
}
.slick-slide img {
    max-width:400px;
    background-size: cover;
    width: 400px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    /*outline: 2px solid rgba(75,75,75, 1);*/
    /*outline-offset: -1px;*/
}
.newsSingle {
    margin: 0;
}
.newsSingle #timelinewindow .slick-slide img {
    max-width:100%;
}
.newsSingle #timelinewindow .slider-nav .slick-slide img {
    height: 120px;
    outline: 2px solid rgba(255,255,255,1);
    outline-offset: -1px;
}
.obl-galleryList__events__event__image {
    position: relative;
    width: 100%;
}
.obl-galleryList__events__event__image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    opacity: 0;
}
.obl-galleryList__events__event__image .overlay:hover {
    opacity: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
@media screen and (max-width: 991px){
    .timeline-acts {
        padding-left: 0;
        padding-right: 0;
    }
    .obl-events {
        width: 49%;
        display: inline-block;
    }
    .obl-linkButtons {
        width: 49%;
        padding: 0 0 0 15px;
        display: inline-block;
        vertical-align: top;
    }
    .obl-linkButtons a {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .obl-slider ~ .mainContentPadding .obl-events {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .obl-events {
        width: 100%;
    }
    .obl-linkButtons {
        width: 100%;
        padding: 0;
    }
    .obl-linkButtons a {
        margin-top: 20px;
        margin-bottom: 0;
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }
}
.obl-events__separator {
    border-bottom: 2px solid #fff!important;
}
.question__caption {
    font-size: 22px;
}
@media screen and (max-width: 992px) {
    .question__caption {
        width:48%;
        margin-bottom: .5em;
    }
}
.calendar_event_list table td {
    height: 80px;
}
.newsSingle #timelinewindow .slider-for .slick-slide img {
    -webkit-background-size:contain;
    background-size:contain;
}
.obl-ec-href {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 15px;
    width: 47%;
    vertical-align: top;
}
.obl-ec-href:hover{
    box-shadow: -1px 1px 3px 2px rgba(0,0,0,0.45);
}
/*костиль убратььььв понедельниккккуккк*/

.container.obl-dep .col-md-3 {
    display: inline-block;

}

/*костиль убратььььв понедельниккккуккк*/


.form-group label.error {
    color: #c00000;
}
.form-group input.error,
.form-group textarea.error{
    border: 1px solid #c00000;
}
.form-group input.valid {
    border:1px solid #27b616;
}
#timelinewindow .obl-news > a > .row > .col-md-3 {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .obl-news__article {
        padding-left: 0!important;
    }
    .obl-news__article__main {
        padding: 0;
    }
    .obl-news__article__header__title {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }
    .obl-news__imageWrapper__image{
        margin-top: 15px;
        -webkit-background-size: cover;
        background-size: cover;
        margin-left: 10px;
    }
}

.obl-news__imageWrapper__image_inner{
    margin: 0;
    outline: 2px solid rgb(243, 243, 243);
    outline-offset: -1px;
}

.ya-share2__container_size_m .ya-share2__item {
    margin-right: 14px!important;
}
@media screen and (max-width: 1200px) {
    .ya-share2__container_size_m .ya-share2__item {
        margin-right: 3px!important;
    }
}
@media screen and (max-width: 991px) {
    .ya-share2__container_size_m .ya-share2__item {
        margin-right: 15px!important;
    }
}
@media screen and (max-width: 600px) {
    .ya-share2__container_size_m .ya-share2__item {
        margin-right: 7px!important;
    }
    .ya-share2__container_size_m .ya-share2__icon {
        height: 30px!important;
        width: 30px!important;
    }
}
.ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0!important;
}
.obl-news__eventWrapper .obl-events__trailer__item.ui-toTheNext {
    padding-bottom: 3px;
}
.portal-test {
    background-color: rgba(0,0,0, .7);
    padding: 1em 0;
    width: 100%;
    text-align: center;
}
.portal-test span {
    width: 80%;
    display: inline-block;
    color: #fff;
}
.portal-test span a {
    color: #fff;
}
.timeline-acts li.timeline-item a {
    font-size: 18px;
    line-height: 20px;
    display: block;
}
.col-md-12 .obl-events-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: inline;
}
.obl-man__item__imgWrapper .obl-ui-img-imgWrapper {
    padding: 0;
}
.obl-man__item__imgWrapper .obl-ui-img-imgWrapper img {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
}
@media screen and (max-width: 1200px) {
    .obl-man__item__imgWrapper .obl-ui-img-imgWrapper img {
        height: 210px;
    }
}
@media screen and (max-width: 992px) {
    .obl-man__item__imgWrapper .obl-ui-img-imgWrapper img {
        height: 380px;
    }
    .servicePeopleCaption {
        text-align: center;
    }
    #timelinewindow {
        padding-left: 0;
        padding-right: 0;
    }
    .help-992 {
        padding-left: 0;
        padding-right: 0;
    }
    .timeline-acts {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .col-sm-12 .obl-events-wrapper {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .obl-news__imageWrapper__image {
        width: 100%;
        margin-left: 0;
    }
    .obl-man__item__imgWrapper .obl-ui-img-imgWrapper img {
        height: 380px;
        margin: auto;
        display: block;
        width: 300px;
    }
}
@media screen and (max-width: 400px) {
    .obl-man__item__imgWrapper .obl-ui-img-imgWrapper img {
        width: 100%;
    }
}
.newsSingle__content__caption {
    font-size: 24px;
}
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 65em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 12em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 45em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}

.ui-widget-content {
    border: inherit;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    border-left: inherit;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    background: #f7f7f7;
    border:inherit;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    background: #fff;
    border:inherit;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    background: #fff;
    border:inherit;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: inherit;
    background: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border:inherit;
    background: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border:inherit;
    background: none;
    font-size: 16px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    background: #f7f7f7;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #fff;
    color: #0080AA;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    /*font-size: 14px;*/
}


.ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    padding-top: 0;
    margin-top: 0;
}

.ui-accordion-content li,
.ui-accordion-content p,
.ui-accordion-content a {
    font-size: 14px;
    margin-bottom: 10px;
    color: #4C4C4C;
}

.ui-accordion-content a,
.accordion-header a{
    color: #0080AA;
    text-decoration: none;
}
#link{
    margin-left: 0;
}
.ui-state-default a, .ui-state-default a:link {
    font-weight:bold;
    font-size: 14px;
}

.ui-tabs ul li a {
    font-size: 14px;
    font-weight:bold;
}

.accordion-header {
    padding: 0 0 30px 0;
    /*margin-bottom: 30px;*/
}

.accordion-header-2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.accordion-header-3 {
    margin-bottom: 20px;
}


.accordion-header input {
    margin-top: -20px;
    float: right;
    border: none;
    background: none;
    border-bottom: 1px solid #AFAFAF;

}
.accordion-header p {
    display: inline-block;
    margin:0;
}
.accordion-header .accordion-header-name {
    font-size: 18px;
    /*margin-bottom: 5px;*/
    margin-top: 15px;
}
.accordion-header .accordion-header-date {
    font-size: 13px;
}
.accordion-header iframe {
    display: block;
    margin: 50px auto;
    width: 300px;
    height: 200px;
}

.accordion-header .media {
    margin-bottom: 20px;
}

.accordion-header .media span {
    display: inline-block;
    width: 19%;
    position: relative;
    padding-left: 40px;
}

.accordion-header a {
    font-size: 16px;
}

.accordion-header-3 .video:before {
    content: '';
    position: absolute;
    /*background: url("iocns.png") no-repeat;*/
    background-position: -34px -2px;
    left: 0;
    width: 33px;
    height:26px;
}
.accordion-header-3 .audio:before {
    content: '';
    position: absolute;
    /*background: url("iocns.png") no-repeat;*/
    background-position: -74px 0;
    left: 0;
    width: 33px;
    height:26px;
}
.accordion-header-3 .stenogram:before {
    content: '';
    position: absolute;
    /*background: url("iocns.png") no-repeat;*/
    background-position: -114px -2px;
    left: 0;
    width: 33px;
    height:30px;
}
.accordion-header-3 .protocol:before {
    content: '';
    position: absolute;
    /*background: url("iocns.png") no-repeat;*/
    background-position: -154px -1px;
    left: 0;
    width: 33px;
    height: 30px;
}

.status {
    display: inline-block;
    width: 90px;
    height: 18px;
    font-size: 12px;
    text-align: center;
}

.status.status-accept {
    color: #3f8c00;
    border: 1px solid #3f8c00;
}

.status.status-not-accept {
    color: #932906;
    border: 1px solid #932906;
}

.status.status-basis {
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
}

.status.status-correction {
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
}

/*----------------------------------------*/
/*result*/
.tabs-res-wrapper {
    margin-top: 10px;
}

.tabs-res-wrapper #tabs-res.ui-tabs {
    background: #f7f7f7;
}

.tabs-res-wrapper #tabs-res.ui-tabs .ui-tabs-nav li {
    background: #f7f7f7;
}


.tabs-res-wrapper #tabs-res.ui-tabs .ui-tabs-panel {
    background: #fff;
}

.tabs-res-wrapper #tabs-res.ui-tabs .ui-tabs-nav {
    float: inherit;
    width:inherit;
    background: #f7f7f7;
}

.tabs-res-wrapper #tabs-res.ui-tabs .ui-tabs-nav li {
    clear: none;
    width: inherit;
}

/*table-fraction-----------------------*/

.tabs-res-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor  {
    border-bottom: 2px solid #952B07;
}

.result-table-fraction th {
    font-size: 12px;
    color: #7C7C7C;
    text-align: left;
    border-bottom: 1px solid #7C7C7C;
    line-height: 25px;
    padding-right: 15px;
}
.result-table-fraction {
    border-collapse: collapse;


}
.result-table-fraction td {
    padding: 0px;
    border-bottom: 1px solid #7C7C7C;
    line-height: 25px;
    padding-right: 25px;
}

.result-table-fraction  .fraction-name-counter {
    font-size: 12px;
    color: #7C7C7C;
}

.result-table-fraction .fraction-color-positive.active {
    background: #008D00;
    display: inline-block;
    width: 15px;
    height: 100%;
    position: relative;
    bottom: -3px;
}

.result-table-fraction .fraction-counter-positive.active {
    color: #008D00;
    font-size: 30px;
}


.result-table-fraction .fraction-color-negative.active {
    background: #AA2500;
    display: inline-block;
    width: 15px;
    height: 100%;
    position: relative;
    bottom: -3px;
}

.result-table-fraction .fraction-counter-negative.active {
    color: #AA2500;
    font-size: 30px;
}

.result-table-fraction .fraction-color-refrained.active {
    background: #E4AD00;
    display: inline-block;
    width: 15px;
    height: 100%;
    position: relative;
    bottom: -3px;
}

.result-table-fraction .fraction-counter-refrained.active {
    color: #E4AD00;
    font-size: 30px;
}

.result-table-fraction .fraction-color-novote.active {
    background: #5F5F5F;
    display: inline-block;
    width: 15px;
    height: 100%;
    position: relative;
    bottom: -3px;
}

.result-table-fraction .fraction-counter-novote.active {
    color: #5F5F5F;
    font-size: 30px;
}

/*------------------------------------*/

.result-table-name th {
    font-size: 12px;
    color: #7C7C7C;
    text-align: left;
    border-bottom: 1px solid #7C7C7C;
    line-height: 25px;
    padding-right: 15px;
    text-align: center;
}

.result-table-name {
    border-collapse: collapse;
}

.result-table-name td {
    padding: 0px;
    border-bottom: 1px solid #7C7C7C;
    line-height: 25px;
    padding-right: 25px;
}

.result-table-name  .deputat-fraction-name {
    font-size: 12px;
    color: #7C7C7C;
}

.result-table-name .fraction-color-positive.active {
    background: #008D00;
    display: inline-block;
    width: 70px;
    height: 100%;
    position: relative;
    /*bottom: -3px;/*/
}

.result-table-name .fraction-counter-positive.active {
    color: #008D00;
    font-size: 30px;
}


.result-table-name .fraction-color-negative.active {
    background: #AA2500;
    display: inline-block;
    width: 70px;
    height: 100%;
    position: relative;
    /*bottom: -3px;*/
}

.result-table-name .fraction-counter-negative.active {
    color: #AA2500;
    font-size: 30px;
}

.result-table-name .fraction-color-refrained.active {
    background: #E4AD00;
    display: inline-block;
    width: 70px;
    height: 100%;
    position: relative;
    /*bottom: -3px;*/
}

.result-table-name .fraction-counter-refrained.active {
    color: #E4AD00;
    font-size: 30px;
}

.result-table-name .fraction-color-novote.active {
    background: #5F5F5F;
    display: inline-block;
    width: 70px;
    height: 100%;
    position: relative;
    /*bottom: -3px;*/
}

.result-table-name .fraction-counter-novote.active {
    color: #5F5F5F;
    font-size: 30px;
}

.tabs-res-wrapper .voice-counter {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.voice-counter.voice-counter-positive span {
    color: #008D00;
}

.voice-counter.voice-counter-negative span {
    color: #AA2500;
}

.voice-counter.voice-counter-refrained span {
    color: #E4AD00;
}

.voice-counter.voice-counter-novote span {
    color: #5F5F5F;
}

.result-all-graphic canvas {
    width: 24%;
    height: 180px;
}



/*----------------------------------------------------------------------*/

/*new accardeon*/
.accordion {
    margin:1em 0
}
.accordion h3 {
    background:#f7f7f7;
    color:#555555;
    cursor:pointer;
    margin:0 0 1px 0;
    padding:4px 10px;
    word-break: break-all;
    font-size: 16px;
}
.accordion h3.current {
    /*background:#4289aa;*/
    color: #4289aa;
    cursor:default
}
.accordion div.panel {
    padding:5px 10px
}

.accordion a {
    padding-left: 25px;
    padding-bottom: 7px;
    padding-top: 7px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
    background-color: #fff;
}
.accordion a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------*/
/*new tabs*/
#tabs-titles{
    float:left;
    margin-right:10px;
}
#tabs-titles li{
    cursor:pointer;
}
#tabs-titles li.current{
    font-weight:bolder;
    background: yellow;
}
#tabs-contents{
    background:#F2F2F2;
    margin-left:100px;
    padding:5px;
}
#tabs-contents li{
    display:none;

}
#tabs-contents li:first-child{
    display:block;
}

/*.container {*/
    /*width: 1200px;*/
    /*margin:0 auto;*/
/*}*/


.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    /*font-size: 14px;*/
}


.ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    padding-top: 0;
    margin-top: 0;
}

.ui-accordion-content li,
.ui-accordion-content p,
.ui-accordion-content a {
    font-size: 14px;
    margin-bottom: 10px;
    color: #4C4C4C;
}

.ui-accordion-content a,
.accordion-header a{
    color: #0080AA;
    text-decoration: none;
}

.accordion-header {
    padding: 0 0 30px 0;
    /*margin-bottom: 30px;*/
}

.accordion-header-2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.accordion-header-3 {
    margin-bottom: 20px;
}


.accordion-header input {
    float: right;
    border: none;
    background: none;
    border-bottom: 1px solid #AFAFAF;

}

.accordion-header p {
    display: inline-block;
    margin:0;
}
.accordion-header .accordion-header-name {
    font-size: 18px;
    /*margin-bottom: 5px;*/
}
.accordion-header .accordion-header-date {
    font-size: 13px;
}
.accordion-header iframe {
    display: block;
    margin: 50px auto;
    width: 300px;
    height: 200px;
}

.accordion-header .media {
    margin-bottom: 20px;
}

.accordion-header .media span {
    display: inline-block;
    width: 24%;
}

.accordion-header a {
    font-size: 14px;
}


/*----------------------------------------*/
/*result*/

div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    max-width: 720px!important;
    left: 50% !important;
    margin-left:-360px;
    width: 100%!important;
}
div#dialog.ui-dialog-content.ui-widget-content{
    max-height: 850px!important;
}
#js-sessions .row{
    margin-right: 0;
    margin-left: 0;
}
.obl-sessions__aside {
    min-height: 472px;
}
.obl-sessions__content {
    min-height: 510px;
}
#link {
    margin-top: 10px;
    margin-left: -2px;
}
@media (max-width: 1200px) {
    .obl-sessions__content {
        min-height: 490px;
    }
}
@media (max-width: 992px) {
    .obl-sessions__content {
        min-height: 510px;
    }
}
@media (max-width: 768px) {
    .obl-sessions__aside {
        min-height: 0;
    }
    .obl-sessions__content {
        min-height: 100%;
    }
    .big-calendar iframe{
        margin: 0 auto;
        width: 300px;
        display: block;
    }
    .big-calendar .title {
        color: #923920;
        padding: 10px;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
    }
}
@media (max-width: 800px) {
    div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
        max-width: 600px!important;
        margin-left: -300px;
    }
}
@media (max-width: 650px) {
    div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
        max-width: 600px!important;
        margin-left: -300px;
    }
}
@media (max-width: 650px) {
    div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
        max-width: 600px!important;
        margin-left: -300px;
    }
}
@media (max-width: 650px) {
    div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
        max-width: 100%!important;
        margin-left: 0;
        left: 0!important;
    }
    .tabs-res-wrapper .voice-counter {
        width: 100%;
    }
}
.all-voters, .single-voters{
    font-size: 16px;
    font-weight: 600;
}
.votersname{
    text-align: left;
}
.big-calendar{
    background-color: #f4f4f4;
    padding: 30px;
    padding-bottom: 0;
}
.big-calendar .title{
    color: #923920;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}
thead:first-child td {
    height: 40px;
}
.l-block{
    float: left!important;
}
.r-block{
    float: right!important;
}

.news-control a{
    color: #923920;
    font-weight:900;
}


@media (max-width: 768px){
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .obl-news__imageWrapper__image {
        margin: 0 auto;
        display: block;
        width: 300px;
    }
}
@media (max-width: 800px){
    .obl-nav__collapse__list__item__dropdown__list__item .dropdown-menu {
        left: -74%;
    }
}
.obl-bodyNavOpen {
    opacity: .7;
}
.no-scroll{
    overflow: hidden;
}
.not-active {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 400px) {
    .big-calendar iframe {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .obl-ec__eb__date {
        font-size: 44px;
    }
}
@media (max-width: 400px) {
    .obl-ec__eb__date {
        font-size: 36px;
    }
}
@media (max-width: 400px) {
    .obl-ec__eb__date {
        font-size: 32px;
    }
}