.container {
    max-width: 1200px;
    width: 1200px;
}

.visible-mobile {
    display: none;
}

.header__inner, .header-bottom {
    min-width: 1200px;
}

.header__inner .container {
    position: relative;
}

body {
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    line-height: 1.36;
    min-width: 1200px;
}

a {
    color: #83141b;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.news-detail a, .content__page a, .content-contact a {
    color: #337ab7;
}

.news-detail a:hover, .content__page a:hover, .content-contact a:hovers {
    text-decoration: none;
    color: #83141b;
}

/* header */
.header {
    color: #000000;
    font-size: 12px;
}

.header__logo {
    font-weight: normal;
    line-height: 1.42;
    max-width: 345px;
    float: left;
    min-height: 237px;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    margin-top: 35px;
}

.header__logo a {
    display: block;
    margin: 8px 0 20px;
}

.header__logo span {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
}

.header__inner {
    position: relative;
}

.header__inner-left {
    padding-left: 0;
}

.header__inner-right {
    float: right;
    width: 63%;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
}

.header__carousel .carousel-inner>.item {
    height: 272px;
    background-position: center;
    background-position-y: center;
    background-size: cover;
}

.header__carousel .carousel-inner>.item img {
    width: 100%;
    height: 272px;
}

.header__carousel .carousel-caption {
//    background: rgba(0, 0, 0, 0.3);
    top: 0;
    width: 100%;
    left: 0;
    right: auto;
    height: 100%;
    text-align: left;
    padding: 0;
}

.carousel-caption__inner {
//    max-width: 727px;
    margin: 33px 40px 27px 72px;
    font-family: 'Noto Serif', serif;
    height: 100%;
}

.carousel-caption__inner-date {
    line-height: 1.42;
    color: #ffffff;
    margin-bottom: 17px;
}

.carousel-caption__inner p {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.36;
    text-shadow: 0 0 0;
} 

.carousel-caption__inner a .textBottom {
    display: flex;
    align-items: flex-end;
    height: 71%;
}

.header__carousel .carousel-indicators {
    bottom: 27px;
    width: auto;
    left: 72px;
    margin: 0;
    text-align: left;
}

.header__carousel .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin: 0 10px 0 0;
}

.header__carousel .carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 0 10px 0 0;
    background-color: transparent;
    top: 2px;
    position: relative;
}

.header-bottom {
    background-color: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 37px;
}

.header-bottom .align-middle {
    display: flex;
    align-items: center;
}

.header-bottom__info {
    font-size: 13px;
    line-height: 1.69;
    text-align: left;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    padding-left: 13px;
}

.header-bottom__info a {
    color: #83141b;
}

.form-search {
    max-width: 276px;
    float: right;
    width: 100%;
    position: relative;
}

.form-search input {
    background: none;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 9px 0;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.36;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.form-search input:focus {
    box-shadow: 0 0 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
}

.form-search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #000;
}

.form-search .form-group {
    margin-bottom: 0;
}


/* menu */
.menu-left ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cfcfcf;
    max-width: 250px;
}

.menu-left ul li {
    list-style: none;
    border-top: 1px solid #cfcfcf;
    position: relative;
}

.menu-left ul li.menu-left__dropdown > a {
    background: url(../img/icons/menu-arrow.svg) 94% center no-repeat;
}

.menu-left ul li a {
    padding: 13px 19px;
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    color: #83141b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.38;
    width: 100%;
    border-left: 1px solid #fff;
}

.menu-left ul li a:hover, .menu-left ul li.menu-left__active > a {
    background: #83141b;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #83141b;
}

.menu-left ul li.menu-left__dropdown:hover > ul, .menu-left ul li ul li.menu-left__dropdown:hover > ul  {
    display: block;
    position: absolute;
    left: 99%;
    width: 310px;
    top: -1px;
    border: 1px solid #cfcfcf;
    background: #fff;
    z-index: 10;
    padding: 0 0px 10px 0px;
    max-width: inherit;
}

.menu-left ul li ul li.menu-left__dropdown:hover > ul {
    width: 210px;
    left: 308px;
    top: -2px;
    border-left: 0;
}

.menu-left ul li ul li a {
    padding: 13px 59px 13px 32px;
}

.menu-left ul li.menu-left__dropdown:hover > a {
    background: #fff;
    color: #000;
    border-left: 1px solid #cfcfcf;
    z-index: 15;
    position: relative;
}

.menu-left ul li.menu-left__dropdown.menu-left__active:hover > a,.menu-left ul li.menu-left__dropdown.menu-left__active > a {
    background: #83141b url(../img/icons/menu-arrow-white.svg) 94% center no-repeat;
    border-left: 1px solid #83141b;
    color: #fff;
}

.menu-left ul li ul {
    display: none;
}

.menu-left ul li.menu-left__dropdown li {
    border-top: 1px solid #fff;
}

.menu-left ul li.menu-left__dropdown li a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.menu-left ul li.menu-left__dropdown li a:hover {
    color: #83141b;
    background: #fff;
    border-left: 1px solid #fff;
}

.menu-left ul li.menu-left__dropdown li.menu-left__dropdown:hover > a,.menu-left ul li.menu-left__dropdown li.menu-left__active > a {
    color: #83141b;
    background: #fff;
    border-left: 1px solid #fff;
}

/* partner */
.partner-left {
    margin-top: 45px;
}

.partner-left__item {
    margin-bottom: 30px;
    margin-left: 19px;
    font-size: 10px;
    font-family: 'Noto Serif', serif;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #000000;
}

.partner-left__item a {
    color: #000000;
    display: table-row;
    vertical-align: middle;
}

.partner-left__item span {
    text-align: left;
    width: 82px;
    text-align: center;
    padding-right:5px;
    display: table-cell;
}
.partner-left__item span img {
    max-width: 82px;
}

/* content */
.content {
    margin-bottom: 70px;
}

.content__inner {
    margin: 0 15px 0 5px;
}

.content h2, .h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0 30px 0;
    padding: 3px 0 3px 48px;
    font-family: 'Noto Serif', serif;
    color: #83141b;
    line-height: 1.38;
    letter-spacing: 0.8px;
    vertical-align: middle;
}

.content .news-title {
    background: url(../img/icons/news-icon.svg) left center no-repeat;
}

.project-title {
    background: url(../img/icons/project-icon.svg) left center no-repeat;
}

.posting-title {
    background: url(../img/icons/ads-icon.svg) left center no-repeat;
}

.region-title {
    background: url(../img/icons/region-icon.svg) left center no-repeat;
}

.okrug-title {
    background: url(../img/icons/okrug.png) left center no-repeat;
}

.partner-title {
    background: url(../img/icons/partner-icon.svg) left center no-repeat;
}

.info-title {
    background: url(../img/icons/info-icon.svg) left center no-repeat;
}

.festival-title {
    background: url(../img/icons/festival-icon.svg) left center no-repeat;
}

.contact-title {
    background: url(../img/icons/contact-icon.svg) left center no-repeat;
}

/* news index */
.news-index__item {
    margin-bottom: 40px;
}

.news-index__item:last-child {
    margin-bottom: 25px;
}

.news-index__item-img {
    float: left;
    width: 250px;
    margin-right: 25px;
}

.news-index__item-data {
    color: #ceb186;
    font-family: 'Noto Serif', serif;
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 14px;
}

.news-index__item-name a {
    color: #000;
    line-height: 1.36;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.more-link {
    color: #83141b;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.grey-block {
    background: #f5f5f5;
    padding: 10px 23px 10px;
    margin-bottom: 30px;
}

.grey-block a {
    color: #000000;
    line-height: 1.38;
    padding: 18px 0 25px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
}

.grey-block a:last-child {
    border-bottom: 0;
}

.ads-index {
    margin-top: 35px;
}


/* region news */
.region-news {
    margin-bottom: 55px;
    border-top: solid 1px #cfcfcf;
    padding-top: 45px;
}

.region-news__item-img {
    margin-bottom: 20px;
}

.region-news__item-img img {
    max-width: 245px;
    max-height: 180px;
}

.region-news .owl-carousel .owl-item img {
    width: auto;
}

.region-news__item-data {
    color: #ceb186;
    font-family: 'Noto Serif', serif;
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 9px;
}

.region-news__item-name {
    margin-bottom: 20px;
}

.region-news__item-name a {
    color: #272013;
    line-height: 1.36;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.region-news__item-link {
    font-size: 11px;
    line-height: 1.36;
    color: #83141b;
}

.region-news__item-link:hover {
    color: #000;
}

.region-news .owl-dots {
    display: none;
}

.region-news .owl-nav {
    position: absolute;
    top: -47px;
    right: 2px;
}

.region-news .owl-carousel .owl-nav button.owl-prev {
    background: url(../img/icons/arrow-left-act.svg) no-repeat;
    width: 12px;
    height: 20px;
    background-size:  contain;
    outline: none;
}

.region-news .owl-carousel .owl-nav button.owl-next {
    background: url(../img/icons/arrow-right-act.svg) no-repeat;
    width: 12px;
    height: 20px;
    margin-left: 48px;
    background-size:  contain;
    outline: none;
}

.region-news .owl-carousel .owl-nav span {
    display: none;
}

.region-news .owl-carousel  {
    margin-bottom: 20px;
}

.region-news .more-link {
    font-size: 12px;
}


/* footer */
.footer {
    background-color: #f5f5f5;
    padding: 30px 0;
    font-size: 12px;
    line-height: 1.42;
}

.footer__title {
    margin-bottom: 17px;
}

.footer a {
    color: #83141b;
}

.footer__soc a {
    padding-left: 15px;
}

/* news-detail */
.link-back {
    color: #a51e24;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    line-height: 1.38;
    margin-bottom: 29px;
    background: url(../img/icons/arrow-left-act.svg) left center no-repeat;
    padding-left: 20px;
    background-size: 5px;
    /* display: inline-block; */
    margin-top: 3px;
    margin-right: 20px;
}

.news-detail__name, .news-list__name {
    line-height: 1.56;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 36px;
}

.news-detail__date {
    font-size: 10px;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    line-height: 1.4;
    color: #ceb186;
    margin-bottom: 18px;
}

.news-detail__text p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.71;
    margin-bottom: 15px;
}

/* content */
.content__page-img {
    max-width: 100%;
    margin-bottom: 32px;
}
.content__page img {
    max-width:100%;
}


.content__page-img svg g g:hover, .content__page-img svg g g:hover path {
    cursor: pointer;
    fill:#ceb186;stroke:#ceb186;
}

.content__page-img svg g.active-okrug, .content__page-img svg g.active-okrug path {
    fill:#ceb186;stroke:#ceb186;
}

.content__page-list {
    border-bottom: 1px solid #cfcfcf;
}

.content__page-list a {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    font-family: 'Noto Serif', serif;
    line-height: 1.69;
    padding: 30px 0 27px;
    border-top: 1px solid #cfcfcf;
    display: block;
}

.content__page-list a:hover {
    color: #a51e24;
}

.news-list__menu ul {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.36;
    font-family: 'Noto Serif', serif;
    text-align: center;
}

.news-list__menu ul li {
    display: inline-block;
    margin-right: 40px;
}

.news-list__menu ul li:last-child {
    margin-right: 0;
}

.news-list__menu ul li a {
    color: #a51e24;
    border-bottom: 1px solid #cfcfcf;
    padding: 12px 3px 10px;
}

.news-list__menu ul li:first-child a {
    padding-left: 0;
}

.news-list__menu ul li.news-list__menu-active a, .news-list__menu ul li a:hover {
    color: #000;
    border-bottom: 1px solid #a51e24;
}

.news-list__inner {
    margin-top: 45px;
}

.news-list__item {
    border-bottom: 1px solid #cfcfcf;
    min-height: 145px;
    margin-bottom: 22px;
    padding-bottom: 21px;
}

.news-list__item-img {
    float: left;
    max-width: 173px;
    margin-right: 33px;
}

.news-list__item-img img {
    max-width: 100%;
}

.news-list__item-date {
    color: #b4b4b4;
    font-size: 11px;
    font-family: 'Noto Serif', serif;
    line-height: 1.36;
    margin-bottom: 13px;
}

.news-list__item-link {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

.news-list__item-link:hover {
    color: #a51e24;
}

.news-list__item-content {
    display: table;
}

.news-pagination {
    margin-top: 41px;
    position: relative;
    left: -50px;
    width: 110%;
}

.news-pagination a, .news-pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #83141b;
    line-height: 40px;
    margin: 0 8px;
}

.news-pagination a.news-pagination__active {
    border: 1px solid #83141b;
    background: #83141b;
    color: #fff;
}

.news-pagination a:hover {
    color: #000;
}

.news-pagination span.news-pagination__left {
    background: url(../img/icons/arrow-left-neact.svg) center center no-repeat;
    border: 1px solid #fff;
    margin: 0;
}

.news-pagination span.news-pagination__right {
    background: url(../img/icons/arrow-right-neact.svg) center center no-repeat;
    border: 1px solid #fff;
    margin: 0;
}

.news-pagination a.news-pagination__left {
    background: url(../img/icons/arrow-left-act.svg) center center no-repeat;
    border: 1px solid #fff;
    margin: 0;
}

.news-pagination a.news-pagination__right {
    background: url(../img/icons/arrow-right-act.svg) center center no-repeat;
    border: 1px solid #fff;
    margin: 0;
}

.content-contact {
    margin-top: 60px;
}

.content-contact__info {
    margin-bottom: 40px;
}

.content-contact__info-item {
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
    line-height: 1.36;
    display: flex;
}

.content-contact__info-item span {
    width: 94px;
    display: inline-block;
    font-weight: 400;
    margin-right: 13px;
    min-width: 94px;
}

.content-contact__user-foto {
    width: 203px;
    background-color: #f5f5f5;
    float: left;
    margin-right: 30px;
}

.content-contact__user-text {
    font-size: 14px;
    line-height: 2;
}

/* partner */
.page-partner {
    margin-top: 25px;
}

.page-partner__item {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.page-partner__item-img {
    width: 146px;
    height: 100px;
    float: left;
    margin-right: 25px;
}
.page-partner__item-img img {
    width:100%;
}
.page-partner__item-name {
    height: 81px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    display: block;
    padding-right: 35px;
}

.page-partner__item-link {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    line-height: 1.42;
    float: left;
}

.page-partner__item-content__more {
    background: url(../img/icons/arrow-right-act.svg) right center no-repeat;
    float: right;
    cursor: pointer;
    width: 11px;
    height: 19px;
}

.partner-active .page-partner__item-content__more {
    -webkit-transform: rotate(90deg); /* Chrome y Safari */
    -moz-transform: rotate(90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
    -o-transform: rotate(90deg); /* Opera */
}

.page-partner__item-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 20px;
    display: none;
}

/* structura */
.structuta-page {
    margin-top: 20px;
}

.structuta-page__item {
    cursor: pointer;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    padding: 20px 18px 24px;
    border-bottom: 1px solid #cfcfcf;
}

.structuta-page__item:hover {
    color: #83141b;
}

.structuta-page__item-plus {
   background: url(../img/icons/plus-icon.svg) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 4px;
}

.structuta-page__block-active > .structuta-page__item {
    background: #83141b;
    color: #fff;
}

.structuta-page__block-active .structuta-page__item .structuta-page__item-plus {
    background: url(../img/icons/minus-icon.svg) no-repeat;
    font-weight: 700;
}

.structuta-page__info {
    background: #f5f5f5;
    padding: 19px 30px 5px 19px;
    border-bottom: 1px solid #cfcfcf;
    display: none;
}

.structuta-page__subblock-user {
    display: none;
}

.structuta-page__block-active  .structuta-page__info .structuta-page__item-plus {
    background: url(../img/icons/plus-icon.svg) no-repeat;
}

.structuta-page__block-active  .structuta-page__info .structuta-page__item {
    border-top: 1px solid #cfcfcf;
    border-bottom: 0px solid #cfcfcf;
    padding-left: 0;
}

.structuta-page__user, .structuta-page__subblock-user {
    font-size: 12px;
}

.structuta-page__user a, .structuta-page__subblock-user a {
    color: #a41d23;
    display: inline-block;
    float: left;
    width: 190px;
    margin-right: 10px;
}

.structuta-page__user a:hover, .structuta-page__subblock-user a:hover {
    color: #000;
}

.structuta-page__user span, .structuta-page__subblock-user span {
    display: table;
}

.structuta-page__user-item {
    margin-bottom: 22px;
    padding-right: 30px;
}

.structuta-page__info .structuta-page__block-active > .structuta-page__item {
    background: transparent;
    color: #000;
}

.structuta-page__info .structuta-page__block-active > .structuta-page__item .structuta-page__item-plus {
    background: url(../img/icons/minus-icon.svg) no-repeat;
}

.structuta-detail__info-img {
    float: right;
    width: 203px;
    border: solid 1px #e3e3e3;
    background-color: #f1f1f1;
    margin-left: 20px;
}

.structuta-detail__info-left {
    font-size: 14px;
    margin-top: 15px;
    line-height: 2;
    color: #010101;
}

.content h2.structuta-detail__title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    margin-top: 36px;
    margin-bottom: 22px;
    padding: 0;
    color: #010101;
    text-transform: none;
}

.structuta-detail__info-text {
    margin-top: 30px;
}

.structuta-detail__info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    margin-bottom: 14px;
}

.structuta-detail__info-text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.for-info-page .content__page-list a:first-child {
    border-top: 0;
    padding-top: 10px;
}

/* select */
.news-filter .ui-selectmenu-button.ui-button {
    border: solid 1px #b4b4b4;
    background-color: #ffffff;
    border-radius: 0;
    height: 35px;
    line-height: 25px;
    font-size: 11px;
    width: 170px;
    color: #000000;
    outline: none;
    box-shadow: 0 0 0;
    padding-left: 15px;
}

.news-filter .ui-selectmenu-button.ui-button:focus,
.news-filter .ui-selectmenu-button.ui-button:active {
    outline: none;
    box-shadow: 0 0 0;
}

.news-filter .ui-icon-triangle-1-s {
    top: 5px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    color: #83141b;
}

.ui-widget.ui-widget-content {
    border-radius: 0;
    border: solid 1px #b4b4b4;
    font-size: 11px;
    line-height: 2.5;
    color: #231f16;
    padding: 5px 15px 10px;
    top: -1px;
    position: relative;
    border-top: 0;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0 0 7px 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.news-filter .ui-button .ui-icon {
    background: url(../img/icons/arrow-top.svg) no-repeat;
    width: 10px;
    height: 6px;
    top: 10px;
    right: 5px;
    -webkit-transform: rotate(180deg); /* Chrome y Safari */
    -moz-transform: rotate(180deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
    -o-transform: rotate(180deg); /* Opera */
}

.news-filter .ui-button.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: rotate(0deg); /* Chrome y Safari */
    -moz-transform: rotate(0deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); /* Internet Explorer */
    -o-transform: rotate(0deg); /* Opera */
}

.news-filter__checkbox {
    display: inline-block;
    float: right;
    margin-left: 35px;
    font-size: 11px;
    margin-top: 10px;
}

.news-filter__checkbox:last-child {
    margin-left: 0;
}

.news-filter__checkbox label {
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.news-filter__checkbox label:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(../img/icons/checkbox.svg) no-repeat;
}

.news-filter__checkbox input:checked + label:before {
    background: url(../img/icons/checkbox-active.svg) no-repeat;
    width: 23px;
    height: 18px;
    background-size: cover;
}

.news-filter__checkbox input {
    display: none;
}

.fesitval-page .news-list__item-date {
    color: #ceb186;
    margin-bottom: 15px;
}

.fesitval-page .news-list__item-link {
    margin-bottom: 13px;
    display: block;
}

.news-list__item-type {
    color: #4a4a4a;
    font-size: 12px;
}

.fesitval-page .news-list__item-img {
    max-width: 204px;
    margin-right: 25px;
}

.fesitval-page .news-list__item {
    border: 0;
}

/* contact */

.contact-page__title {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
}

.contact-page__info {
    margin-bottom: 23px;
}

.contact-page__item {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

.contact-page__item:last-child {
    border: 0;
}

.contact-page__info-text {
    margin-bottom: 17px;
    font-weight: 700;
    line-height: 1.42;
    font-size: 12px;
}

.contact-page__info-text span {
    min-width: 115px;
    display: inline-block;
    font-weight: 400;
}

.more-text {
    text-align: right;
    cursor: pointer;
    color: #83141b;
    font-size: 12px;
    line-height: 1.42;
    border-bottom: 1px dashed #83141b;
    display: inline-block;
    float: right;
}

.more-text:hover {
    border-bottom: 1px dashed #fff;
}

.contact-page__maps {
    margin-top: 30px;
    margin-bottom: 15px;
}

.contacnt-pase__road {
    margin-top: 28px;
    font-size: 12px;
}

.contacnt-pase__road-item {
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.42;
}

.popup-search {
    display: none;
}

.news-detail__sharing {
    margin-bottom: 20px;
}

#tooltip_okrug {
    z-index: 9999;
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    width: auto;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #000;
    border: 1px solid #888;
}

.news-detail__text img {
    max-width: 100%;
    margin: 0 auto 10px;
    display: block;
}

.for-info-page ul {
    list-style: none;
    padding: 0;
}

.for-info-page ul li {
    margin-bottom: 5px;
}

.for-info-page ul li::before {
    content: "—";
    position: relative;
    padding-right: 5px;
    color: #83141b;
}

#carouselNewsDetail .carousel-inner>.item {
    padding: 0 30px;
}

#carouselNewsDetail .carousel-inner>.item img {
    object-fit: cover;
    width: auto;
    max-height: 400px;
}

#carouselNewsDetail .carousel-control.right {
    background: url(../img/icons/arrow-right-act.svg) #fff center right no-repeat;
    opacity: 1;
    width: 30px;
    background-size: 16px;
    padding-left: 14px;
}

#carouselNewsDetail .carousel-control.right span {
    display: none;
}

#carouselNewsDetail .carousel-control.left {
    background: url(../img/icons/arrow-left-act.svg) #fff center left no-repeat;
    opacity: 1;
    width: 30px;
    background-size: 16px;
}

#carouselNewsDetail .carousel-control.left span {
    display: none;
}
.pl-0 {
    padding-left: 0!important;
}
.mt-10 {
    margin-top: 10px;
}
.fs-16 {
    font-size: 16px;
}
