html, body {
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
}
*, *:after, *:before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    /*color: #2068BC;*/
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    transition: .4s color, .4s border;
}
a:hover {
    transition: none;
    /*color: #CA3538;*/
    /*border-bottom-color: rgba(202, 53, 56, 0.5);*/
    color: #2679db;
    border-bottom-color: rgba(38, 121, 219, 0.55);
}
.content {
    overflow-x: hidden;
}
.popup-window a {
    border-bottom: none;
}
.block__justify {
    text-align: justify;
}
.justify__line {
    width: 100%;
    display: inline-block;
}
.reader {
    position: fixed;
    /*padding-top: 55px;*/
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    overflow-y: scroll;
}
.page {
    position: relative;
}

.reader__inner {
    background: #F8F8F8;
    padding: 40px 0;
}

.reader__feedback {
    background: rgba(0, 0, 0, 0.8);
}

.reader__content {
    background: #ffffff;
    margin: 0 40px;
    /*padding: 50px 205px 30px;*/
    padding: 50px 0 0 0;
    text-align: left;
    box-sizing: border-box;
    min-height: calc(100vh - 55px - 80px);
    position: relative;
}

.feedback__content {
    background: #ffffff;
    width: 964px;
    min-height: 100vh;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    right: -100%;
}

.reader__close {
    position: absolute;
    top: 50px;
    right: 130px;
    display: block;
    width: 26px;
    height: 26px;
    background: url('images/icon-close-bold.svg') no-repeat center top;
    border: none;
}
.reader__close:hover {
    background: url('images/icon-close-bold.svg') no-repeat center bottom;
}

.header {
    background: #005695;
    padding: 9px 0 13px 0;
    font-size: 14px;
    line-height: 20px;
}
.header:after {
    display: block;
    content: "";
    clear: both;
}
.header__logo {
    float: left;
}
.logo {
    height: 40px;
    color: #D7E7FF;
    border: none;
    padding: 10px 60px 10px 36px;
    display: block;
    background: url('images/logo.svg') no-repeat left center;
    background-size: auto 40px;
}
.logo:hover {
    color: #fff;
}
.header__right {
    margin: 10px 0 0 0;
    float: right;
}
.header__langs, .header__portals {
    float: left;
    margin: 0 0 0 30px;
}
.header__socials {
    float: left;
}
.header__right a {
    color: #D7E7FF;
    display: inline-block;
    border-bottom: solid 1px rgba(215, 231, 255, 0.5);
}
.header__portals a {
    border-bottom: dashed 1px rgba(215, 231, 255, 0.5);
}
.header__right a:hover {
    border-bottom-color: rgba(215, 231, 255, 1);
}
.lang {
    margin: 0 0 0 12px;
}
.lang:hover {
    border-bottom: solid 1px rgba(215, 231, 255, 1);
}
.lang--current {
    font-weight: bold;
    border-bottom: solid 1px rgba(215, 231, 255, 0) !important;
}
a.social {
    display: inline-block;
    border: none;
    width: 16px;
    height: 16px;
    background: no-repeat center center;
    vertical-align: middle;
    margin: 0 7px;
}
a.social--vk {
    width: 21px;
    background-image: url('images/icon-vk.svg');
}
a.social--tw {
    background-image: url('images/icon-tw.svg');
}
a.social--ig {
    background-image: url('images/icon-ig.svg');
}
a.social--fb {
    width: 17px;
    background-image: url('images/icon-fb.svg');
}
.menu {
    line-height: 20px;
    font-size: 14px;
    border-bottom: solid 1px #E4E4E4;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
}
.menu--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.submenu {
    border-top: solid 1px #E4E4E4;
}
.menu:after {
    display: block;
    content: "";
    clear: both;
}
.menu__item {
    transition: none;
    display: inline-block;
    font-weight: 500;
    margin: 0 28px -1px 0;
    color: #000000;
    height: 55px;
    line-height: 47px;
    padding-top: 4px;
    border-bottom: solid 4px transparent;
}
.menu__item--active, .menu__item:hover {
    color: #2068BC;
    border-bottom: solid 4px #2068BC;
}
.menu__search {
    float: right;
    height: 55px;
    display: block;
    width: 55px;
    border: none;
    margin: 0 -20px -1px 20px;
    background:  url('images/icon-search.svg') no-repeat center center;
    position: relative;
    z-index: 11;
}
.menu__search--active {
    background-image: url('images/icon-close.svg');
}
.menu__feedback {
    background: #E55144;
    border: none;
    height: 55px;
    float: right;
    font-weight: 500;
    line-height: 55px;
    padding: 0 32px;
    color: #fff;
    margin-bottom: -1px;
}
.menu__feedback:hover {
    background: #D03D36;
    color: #fff;
}
.submenu .menu__item {
    color: #666;
    font-weight: normal;
}
.submenu .menu__item:hover, .submenu .menu__item--active {
    color: #2068BC;
    font-weight: normal;
    border: none;
}
h1 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0;
    line-height: 38px;
}
h2 {
    font-family: 'Fira Sans', sans-serif;
    color: #000000;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    margin: 1.5em 0 0.5em;
}
h2:first-child {
    margin-top: 0;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
.column__right h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 1.5em 0 0.5em;
}
.main__title h2 {
    font-size: 36px;
    line-height: 52px;
    margin: 0;
}
.column__right h2:first-child {
    margin-top: 0;
}
h3 {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

.main__right {
    float: right;
    font-size: 13px;
    margin: 13px 0 0 0;
    color: #9B9B9B;
    line-height: 15px;
    padding-top: 4px;
}
.new {
    padding: 20px 0;
    border-bottom: solid 1px #ECEDEE;
    display: block;
    color: #666666;
}
.new:hover {
    border-bottom-color: #ECEDEE;
}
.new:hover .new__title {
    color: #2068BC;
}
.new:after {
    content: "";
    display: block;
    clear: both;
}
.new__pic {
    display: block;
    float: left;
    width: 40%;
    line-height: 0;
}
.column_content .new__pic {
    width: 230px;
}
.new__text {
    display: block;
}
.new--pic .new__text {
    margin-left: 40%;
    padding-left: 20px;
}
.column_content .new--pic .new__text {
    margin-left: 230px;
}

.news--list {
    max-width: 790px;
}
.new__stars {
}
.new__star {
    width: 16px;
    height: 15px;
    display: inline-block;
    margin: 0 5px 0 0;
    background: url('images/icon-star.svg') no-repeat center center;
    background-size: contain;
}
.new__stars--tiny .new__star {
    height: 12px;
    width: 13px;
}

.news .new__pic {
    width: 170px;
    min-height: 100px;
    background: #f5f5f5 url('images/event-pic.svg') no-repeat center center;
    background-size: contain;
}
.news .new--pic .new__text {
    margin-left: 170px;
}

.new:last-child {
    border-bottom: none;
}
.new--main {
    padding: 40px 0;
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4;
    margin: 0 0 20px 0;
}
.new--main .new__text {
    padding-left: 30px;
}
.new__tag {
    font-size: 13px;
    color: #D0021B;
    line-height: 15px;
    display: inline-block;
}
.new__tag--51998 {
    background: #4FC08C;
    padding: 0 7px;
    /*font-size: 14px;*/
    line-height: 18px;
    color: #fff;
}
.new__title {
    font-family: 'Fira Sans', sans-serif;
    color: #000000;
    letter-spacing: 0;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px;
}
.new--main .new__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    margin: 10px 0 15px;
}
.new__preview {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: 0 0 20px 0;
}
.new__date {
    font-size: 13px;
    line-height: 20px;
    color: #888888;
    margin: 10px 0 0 0;
    display: block;
}
.new--tiny {
    padding: 15px 0;
}
.new--tiny .new__title {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.new--tiny .new__date {
    margin-top: 10px;
}

.news--verticals {
    margin: 0 -20px;
}
.new--vertical {
    width: 25%;
    padding: 0 20px;
    margin: 0 0 40px 0;
    /*float: left;*/
    vertical-align: top;
    display: inline-block;
    border: none;
}
.column--75 .new--vertical {
    width: 33.3333%;
}
.column--50 .new--vertical {
    width: 50%;
}
.column--25 .new--vertical {
    width: 100%;
}


/*.column--25 .new--vertical {*/
    /*width: 100%;*/
/*}*/
/*.column--75 .new--vertical {*/
    /*width: calc((100% - 80px) / 3);*/
/*}*/
/*.column--75 .new--vertical:nth-child(4n) {*/
    /*margin-right: 40px;*/
/*}*/
/*.column--50 .new--vertical {*/
    /*width: calc((100% - 40px) / 2);*/
/*}*/


.new--vertical .new__pic {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}
.new--vertical .new__text {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    float: none;
}
.new--vertical .new__title {
    margin: 0 0 10px 0;
}
.new--vertical .new__date {
    margin: 5px 0 0 0;
}
.new--last {
    margin-right: 0;
}

.columns {

}
.columns:after {
    display: block;
    content: "";
    clear: both;
}
.column {
    float: left;
    width: 270px;
    margin: 0 40px 0 0;
}
.column--50 {
    width: 580px;
}
.column--75 {
    width: 890px;
}
.column--100 {
    margin: 0;
    width: 100%;
}
.column--padding-tabs {
    padding-top: 80px;
}
.column:last-child {
    margin-right: 0;
}
.block {
    display: block;
    color: #000;
    text-align: left;
    border: none;
    margin: 20px 0 40px;
}
.block__pic {
    line-height: 0;
    display: block;
}
.block__info {
    background: #F8F8F8;
    padding: 15px 20px;
    min-height: 155px;
    display: block;
    line-height: 20px;
}
.block__tag {
    display: inline-block;
    background: #E55144;
    color: #fff;
    font-size: 14px;
    padding: 0 7px;
    margin: 0 0 10px 0;
}
.block__tag--51998 {
    background: #4FC08C;
}
.block__tag--yellow {
    background: #FFD277;
    color: #000;
}
.block__title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px 0;
    display: block;
}
.block:hover .block__title {
    color: #2068BC;
}
.block__date {
    font-size: 13px;
    color: #888888;
}
.block__text {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.feed {
    border: solid 1px #E4E4E4;
    position: relative;
}
.feed__title {
    background: #F5F5F5;
    position: relative;
    border-bottom: solid 1px #E4E4E4;
    padding: 12px 15px;
}
.feed__cal {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    top: 14px;
}
.feed__items {
    max-height: 640px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.feed__item--old {
    color: #9B9B9B;
}
.feed:before, .feed:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    height: 50px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
.feed:before {
    top: 45px;
}
.feed:after {
    bottom: 0;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
.feed__item {
    margin: 0 15px;
    padding: 10px 0 15px 0;
    border-bottom: solid 1px #ECEDEE;
    font-size: 14px;
    line-height: 20px;
}
.feed__item:last-child {
    border: none;
}
.feed__date {
    font-size: 13px;
    color: #9B9B9B;
    display: block;
    margin: 0 0 5px 0;
}
.feed__place {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 18px;
}
.feed__item--current .feed__date {
    color: #E55144;
}
.main-maps {
    /*margin: 10px 0 0 0;*/
    margin: 0;
    padding: 50px 0 10px 0;
    background: #f8f8f8;
    border-top: solid 1px #e4e4e4;
}
.main__infocenter {
    background: #005695;
    color: #fff;
    padding: 25px 0 55px;
}
.main__infocenter h2 {
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    padding-bottom: 15px;
    border-bottom: solid 1px #066AB3;
}
.infocenter {

}
.infolink {
    border: none;
    display: block;
    margin: 10px 30px 10px 0;
    color: #fff;
    width: 270px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.infolink:before {
    display: block;
    content: "";
    background: #014B80;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 19px;
    top: 50%;
    margin: -19px 0 0 -19px;
    transition: .5s all;
}
.infolink:hover {
    color: #fff;
}
.infolink:hover:before {
    width: 600px;
    height: 310px;
    margin-top: -155px;
    margin-left: -300px;
}
.infolink__icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 2;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: no-repeat center center;
}
.infolink__icon--biznes {background-image: url('images/infocenter/icon-1.svg');}
.infolink__icon--obshchestvennyy-transport {background-image: url('images/infocenter/icon-2.svg');}
.infolink__icon--dokumenty {background-image: url('images/infocenter/icon-3.svg');}
.infolink__icon--grazhdanskaya-aktivnost {background-image: url('images/infocenter/icon-4.svg');}
.infolink__icon--obrazovanie {background-image: url('images/infocenter/icon-5.svg');}
.infolink__icon--semya-deti {background-image: url('images/infocenter/icon-6.svg');}
.infolink__icon--rabota {background-image: url('images/infocenter/icon-7.svg');}
.infolink__icon--gorodskaya-sreda {background-image: url('images/infocenter/icon-8.svg');}
.infolink__icon--zdorove {background-image: url('images/infocenter/icon-9.svg');}
.infolink__icon--sotspodderzhka {background-image: url('images/infocenter/icon-10.svg');}
.infolink__icon--shtrafy-i-nalogi {background-image: url('images/infocenter/icon-11.svg');}
.infolink__icon--zhaloby {background-image: url('images/infocenter/icon-12.svg');}
.infolink__icon--zhile-zhku-dvor {background-image: url('images/infocenter/icon-13.svg');}
.infolink__icon--otdykh-kultura-sport {background-image: url('images/infocenter/icon-14.svg');}
.infolink__icon--ekstrennye-situatsii {background-image: url('images/infocenter/icon-15.svg');}
.infolink__icon--lichnyy-transport {background-image: url('images/infocenter/icon-16.svg');}
.infolink__icon--oplata {background-image: url('images/infocenter/icon-17.svg');}
.infolink__icon--okruzhayushchaya-sreda {background-image: url('images/infocenter/icon-18.svg');}

.infolink__text {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    padding: 7px 0 9px 0;
    font-size: 16px;
    line-height: 22px;
}
.main__title {
    margin: 70px 0 40px 0;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #ECEDEE;
}
.main__title--tourism {
    margin-bottom: 15px;
}
.main__title:after {
    display: block;
    content: "";
    clear: both;
}
.main__title h2 {
    float: left;
}
.main__title--tourism h2 {
    float:  none;
}
.main__links {
    padding: 12px 0 0 0;
    vertical-align: top;
    margin-left: 170px;
    min-height: 50px;
    font-size: 14px;
    line-height: 20px;
}
.main__links a {
    border: none;
    color: #888888;
    display: inline-block;
    margin: 0 30px 10px 0;
}
.main__links a:hover {
    color: #000;
}
.item {
    display: inline-block;
    border: none;
    vertical-align: top;
    color: #000;
    width: 270px;
    margin: 0 40px 40px 0;
}
.item:nth-child(3n) {
    margin-right: 0;
}
.item__pic {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    display: block;
    background: #45CA9D no-repeat center center;
}
.item__pic--m-1 {background-image: url('images/icon-roads-map-icon.svg');}
.item__pic--m-2 {background-image: url('images/icon-sport-map-icon.svg');}
.item__pic--m-3 {background-image: url('images/icon-unesco-map-icon.svg');}
.item__pic--m-4 {background-image: url('images/icon-yards-map-icon.svg');}

.item__pic--1 {background-image: url('images/icon-b-1.svg');}
.item__pic--2 {background-image: url('images/icon-b-2.svg');}
.item__pic--3 {background-color:#2B92DE;background-image: url('images/icon-b-3.svg');}
.item__pic--4 {background-color:#E55144;background-image: url('images/icon-b-4.svg');}
.item__pic--5 {background-color:#E55144;background-image: url('images/icon-b-5.svg');}
.item__pic--6 {background-color:#E55144;background-image: url('images/icon-b-6.svg');}
.item__pic--7 {background-color:#2B92DE;background-image: url('images/icon-b-7.svg');}
.item__pic--8 {background-image: url('images/icon-b-8.svg');}
.item__text {
    margin-left: 80px;
    display: block;
}
.item__tag {
    font-size: 13px;
    color: #D0021B;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
}
.item__title {
    font-family: 'Fira Sans', sans-serif;
    color: #000000;
    letter-spacing: 0;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0 10px 0 0;
}
.item:hover .item__title {
    color: #2068BC;
}
.item__comment {
    font-size: 13px;
    color: #666666;
    display: block;
    line-height: 21px;
    margin-top: 5px;
}
.column__title {
    margin: 0 0 25px 0;
    position: relative;
}
.column__title--no-margin {
    margin: 0;
}
.column__title--bordered {
    border-bottom: solid 1px #ECEDEE;
    padding: 0 0 15px 0;
}
.column__link {
    display: block;
    border: none;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
}
.column__link:hover {
    color: #000;
}
.tourism__tabs {
    margin: 15px 0 30px;
    list-style: none;
    padding: 0;
}
.tourism__tabs li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.tourism__tab {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    background: #fff;
    padding: 0 15px;
    border-radius: 18px;
    color: #9B9B9B;
    margin-right: 10px;
    border: solid 1px #DCDADA;
    transition: .3s all;
}
.tourism__tab, .tourism__tab a {
    outline: none;
}
.tourism__tab:hover {
    border: solid 1px #4FC08C;
    color: #4FC08C;
}
.ui-tabs-active .tourism__tab {
    color: #fff;
    background: #4FC08C;
    border: solid 1px #4FC08C;
}
.links {
    border-top: solid 1px #E4E4E4;
}
.link {
    border: none;
    display: inline-block;
    width: 25%;
    padding: 20px 30px 25px;
    vertical-align: top;
    font-size: 13px;
    color: #9B9B9B;
    line-height: 20px;
    text-align: center;
}
.link__title {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}
.link:hover .link__title {
    color: #2068BC;
}
.footer {
    background: #045291 url('images/footer__back.png') no-repeat center bottom;
    background-size: 1261px auto;
    padding: 50px 0 75px;
    font-size: 13px;
    color: #D7E7FF;
    letter-spacing: 0;
    line-height: 20px;
}
.footer__socials {
    margin: 0 -7px;
}
.footer__menu {
    padding: 0 0 70px 0;
    margin: 0 0 40px 0;
    border-bottom: solid 1px #283955;
}
.footer a {
    color: #D7E7FF;
    border: none;
}
.footer a:hover {
    color: #fff;
}
.footer__logo {
    padding: 16px 0 0 47px;
    background: url('images/logo-footer.svg') no-repeat left center;
    height: 60px;
    background-size: auto 60px;
}
.blind-link {
    padding: 0 0 0 41px;
    height: 22px;
    background: url('images/icon-glass.svg') no-repeat left center;
    background-size: auto 22px;
    display: inline-block;
}
.footer__menu ul {
    float: left;
    margin: 0 50px 0 0;
    list-style: none;
    padding: 0;
    max-width: 180px;
}
.footer__menu ul.last {
    margin: 0;
}
.footer__menu ul li {
    margin: 13px 0;
    font-size: 13px;
    line-height: 15px;
}
.footer__menu--last {
    margin: 0;
}
.footer__menu-title {
    font-weight: bold;
}

.news__detail {
    max-width: 780px;
    margin: 0 auto;
}
.news__detail h1 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 25px 0;
    font-weight: bold;
}
.detail__meta {
    margin: 25px 0 30px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.detail__meta span {
    display: inline-block;
    margin-right: 24px;
}

.detail__picture {
    margin: 30px 0 35px 0;
}
.detail__picture img {
    /*width: 100%;*/
    /*height: auto;*/
}
.detail__text {
    /*font-size: 16px;*/
    /*line-height: 28px;*/
}
.detail__text p {
    margin: 15px 0;
}
.detail__picture .bx-wrapper {
    position: relative;
}
.detail__picture .bx-controls {

}
.detail__picture .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 64px;
    height: 64px;
    display: block;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    text-indent: -9999px;
}
.detail__picture .owl-nav .owl-next {
    right: 40px;
}
.detail__picture .owl-nav .owl-next:before {
    content: '';
    background: url('images/arrow__left.svg') 0 0 no-repeat;
    width: 37px;
    height: 26px;
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
}
.detail__picture .owl-nav .owl-prev {
    left: 40px;
}
.detail__picture .owl-nav .owl-prev:before {
    content: '';
    background: url('images/arrow__right.svg') 0 0 no-repeat;
    width: 37px;
    height: 26px;
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
}
.detail__picture .owl-nav div.disabled {
    opacity: 0;
}
.detail__picture .owl-item {
    text-align: center;
    line-height: 0;
    background: #333;
}
.detail__picture .owl-height img {
    display: inline-block;
    max-height: 520px;
    width: auto;
    max-width: 100%;
}
.detail__tag {
    margin: 40px 0;
    border-top: 1px solid #E4E4E4;
    padding-top: 40px;
}
.tag__items {
    float: left;
}
.tag__all {
    float: right;
}
.tag__row {
    margin-bottom: 30px;
}
.tag__row:last-child {
    margin-bottom: 0;
}
.tag__title {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin-right: 16px;
}
.tag__item {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #E4E4E4;
    padding: 0 12px;
    font-size: 13px;
    color: #666666;
    border-radius: 2px;
    margin-right: 10px;
    transition: .2s all;
}
.tag__item:hover {
    background: #F8F8F8;
    color: #2068BC;
    border: 1px solid #E4E4E4;
}
.tag__all a {
    font-size: 14px;
    line-height: 24px;
    color: #2068BC;
    border: none;
    display: inline-block;
}
.detail__footer-holder {
    height: 66px;
    box-sizing: border-box;
}
.detail__footer {
    height: 66px;
    border-top: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 20px 0;
    background: #fff;
}
.detail__footer-inner {
    max-width: 780px;
    margin: 0 auto;
}
.detail__footer--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.reader__content .detail__footer--fixed {
    left: 40px;
    right: 40px;
}
.detail__share {
    float: left;
}
.detail__info {
    float: right;
}

.share__title {
    display: inline-block;
    line-height: 24px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}
.share__list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.share__item {
    margin: 0 18px 0 0;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.share__link {
    display: inline-block;
    background-color: #CCCCCC;
    height: 18px;
    /*transition: .2s all;*/
    border: none;
}
.share__link:hover {
    background-color: #2068BC;
}
.share--vk {
    background: url('images/share__vk.svg') no-repeat center center;
    width: 21px;
}
.share--vk:hover {background: url('images/share__vk-h.svg') no-repeat center center;}

.share--fb {
    background: url('images/share__fb.svg') no-repeat center center;
    width: 17px;
}
.share--fb:hover {background: url('images/share__fb-h.svg') no-repeat center center;}
.share--tw {
    mask: url('images/share__tw.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__tw.svg') 0 center no-repeat;
    width: 16px;
}
.share--ig {
    mask: url('images/share__ig.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__ig.svg') 0 center no-repeat;
    width: 18px;
}
.share--tg {
    mask: url('images/share__tg.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__tg.svg') 0 center no-repeat;
    width: 18px;
}
.share--ok {
    mask: url('images/share__ok.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__ok.svg') 0 center no-repeat;
    width: 11px;
}
.share--lj {
    mask: url('images/share__lj.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__lj.svg') 0 center no-repeat;
    width: 18px;
}
.share--rss {
    mask: url('images/share__rss.svg') 0 center no-repeat;
    -webkit-mask: url('images/share__rss.svg') 0 center no-repeat;
    width: 17px;
}
.detail__info a {
    border: none;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    color: #666666;
}
.detail__info a:hover {
    color: #2068BC;
}
.ico__article {
    position: relative;
    padding-left: 29px;
    height: 25px;
    line-height: 25px;
}
.ico__article:before {
    content: '';
    display: block;
    background: url('images/ico__article.svg') 0 0 no-repeat;
    width: 24px;
    height: 21px;
    position: absolute;
    top: 2px;
    left: 0;
}
.ico__photo {
    position: relative;
    padding-left: 29px;
}
.ico__photo:before {
    content: '';
    display: block;
    background: url('images/ico__picture.svg') 0 0 no-repeat;
    width: 24px;
    height: 23px;
    position: absolute;
    top: -1px;
    left: 0;
}
.ico__video {
    position: relative;
    padding-left: 30px;
}
.ico__video:before {
    content: '';
    display: block;
    background: url('images/ico__video.svg') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: 0;
}
.top {
    background-color: #F8F8F8;
    padding: 35px 0 30px;
    margin: 0 0 50px 0;
}
.top--mayor {
    background: url('images/top-mayor.jpg') no-repeat center center;
    background-size: cover;
}
.top--inverse {
    color: #fff;
}
.top--inverse h1 {
    color: #fff;
}
.top--inverse .breadcrumbs {
    color: rgba(255, 255, 255, 0.75);
}
.top--inverse .breadcrumbs a {
    color: rgba(255, 255, 255, 0.75);
    border-bottom: solid 1px rgba(255,255,255,.2);
}
.top--inverse .breadcrumbs a:hover {
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,.5);
}
.top--hearings {
    padding-left: 35px;
    padding-right: 35px;
}

.top h1 {
    margin: 0;
    padding: 0;
}
.top__breadcrumbs {
    margin: 0 0 5px 0;
}
.breadcrumbs {
    font-size: 13px;
    line-height: 19px;
    color: #888888;
    letter-spacing: 0;
}
.breadcrumb {
    display: inline;
}
.breadcrumb a {
    font-size: 13px;
    line-height: 15px;
    color: #888888;
    border-bottom: solid 1px rgba(0,0,0,.2);
    /*border: none;*/
}
.breadcrumb a:hover {
    color: #333;
    border-bottom: solid 1px rgba(0,0,0,.5);
}

.personalities {
    list-style: none;
    padding: 0;
    margin: 0;
}
.personalities.is-hidden {
    display: none;
}
.personalities li {
    position: relative;
    margin: 0;
}
.personalities__item {
    border: none;
    padding: 15px;
    background: #F5F5F5;
    display: block;
    margin-top: 20px;
    position: relative;
}
.personalities__item:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 40px;
    bottom: -20px;
    width: 1px;
    background: #DCDADA;
    z-index: -1;
}
.personalities__item--last:before {
    bottom: 0;
}
.personalities__item--first:before {
    top: 0;
}
.personalities__photo {
    width: 70px;
    height: 70px;
    line-height: 0;
    float: left;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    background: #D8D8D8;
}
.personalities__item--dep {
    background: #005695;
    border-radius: 2px 2px 0 0;
    color: #fff;
}
.personalities__item--dep .personalities__title {
    color: #fff;
}
a.personalities__item--dep .personalities__title {
    border-bottom: solid 1px rgba(255,255,255,0.5);
}
a.personalities__item--dep:hover .personalities__title {
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,1);
}
.personalities__photo--dep {
    /*background: #005695 url('images/personalities__photo--dep.png?1') no-repeat center center;*/
    /*background-size: 60px 60px;*/
}
.personalities__photo img {
    min-height: 100%;
}
.personalities__info {
    width: auto;
    line-height: 18px;
    display: block;
}
.personalities__item--man .personalities__info {
    margin-left: 85px;
    padding: 5px 0 0 0;
}

.personalities__title {
    display: inline;
    font-size: 16px;
    color: #000000 ;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}
a .personalities__title {
    border-bottom: solid 1px rgba(0,0,0,0.3);
}
.personalities__name {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
    color: #666666;
    /*color: #2068BC;*/
}
a:hover .personalities__title {
    color: #2068BC;
    border-bottom: solid 1px rgba(0,0,0,0);
}
.personalities__position {
    color: #888888;
}
.personalities__contacts {
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    display: block;
    margin: 5px 0 0 0;
}
.personalities__contacts span {
    display: block;
    line-height: 18px;
}
.personalities li > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 100px;
    position: relative;
}
.personalities li > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -60px;
    bottom: -20px;
    width: 1px;
    background: #DCDADA;
}
/*.personalities__block--2:last-child .personalities.personalities--3:before {*/
    /*display: none;*/
/*}*/
li > .personalities__item--last + ul:before {
    /*display: none;*/
}
.personalities li > ul.personalities--2:before {
    display: none;
}

.personalities__item--dep + .personalities {
    margin-left: 0;
}
.personalities__item--dep + .personalities:before {
    display: none;
}
.personalities__item--dep + .personalities > li > .personalities__item--man {
    margin-top: 0;
}

.personalities__block--3 .personalities--3 {
    margin: 0;
}
.personalities__block--3 .personalities__block--3:first-child .personalities__item {
    margin: 0;
}
.personalities__block--2 .personalities--2 {
    margin: 0;
}
.personalities__block--2 .personalities__block--2:first-child > .personalities__item {
    margin: 0;
}

.personalities__block--2 .personalities--2:before {
    display: none;
    content: '';
}
.personalities__block--3 .personalities--3:before {
    display: none;
    content: '';
}
.personalities__toggle {
    position: absolute;
    top: 30px;
    left: -43px;
    width: 30px;
    height: 30px;
    border: 1px solid #C0BFBF;
    border-radius: 30px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #C0BFBF;
    font-size: 24px;
}
.personalities__toggle:hover {
    border: solid 1px #2068BC;
}

.column_content {
    margin-bottom: 100px;
}
.column__left {
    width: 230px;
    float: left;
    margin-right: 40px;
}
.column__left--person {
    width: 276px;
    margin-right: 32px;
}
.column__right {
    width: 230px;
    float: right;
}
.column__right--large {
    width: 930px;
    /*margin-bottom: 150px;*/
}
.column__right--person {
    width: 892px;
}

.column__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.column__menu li {
    display: block;
    margin: 0 0 15px 0;
}
.column__menu li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    border: none;
    color: #666;
    transition: .2s all;
    font-weight: 400;
    outline: none;
}
.column__menu li.ui-state-active a, .column__menu li a:hover {
    color: #2068BC;
}

.person__photo {
    width: 276px;
    float: left;
    margin-right: 32px;
    line-height: 0;
}
.person__info {

    /*width: 890px;*/
    /*float: right;*/
    margin-left: 310px;
}
.person__name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
    font-weight: 500;
}
.person__since {
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    margin-bottom: 30px;
}
.person__contacts {
    margin-top: 30px;
}
.person__row {
    font-size: 14px;
    margin-bottom: 10px;
}
.person__row span {
    color: #666666;
    display: inline-block;
    width: 120px;
    margin-right: 30px;
}
.person__row a {
    /*color: #2068BC;*/
    /*text-decoration: none;*/
}
.person__feedback {
    width: 276px;
    float: right;
}
.person__dash {
    margin: 50px 0;
    height: 1px;
    background: #E4E4E4;
}

.feedback__btn {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #4FC08C;
    border-radius: 2px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.feedback__btn:hover {
    color: #ffffff;
}

.feedback__btn--inline {
    display: inline-block;
    padding: 0 40px;
}

.feedback__btn--blue,
.feedback__btn--vkontakte {
    background: #005695;
}

.feedback__btn--orange,
.feedback__btn--odnoklassniki {
    background: #ee8208;
}

.feedback__description {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 22px;
    margin-top: 15px;
}

.column__right h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.feedback__title {
    height: 84px;
    line-height: 84px;
    padding: 0 40px 0 32px;
    background: #E55144;
    font-size: 32px;
    color: #FFFFFF;
}
.feedback__inner {
    padding: 30px 40px 30px 32px;
}
.feedback__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}
.feedback__form {
    width: 584px;
    float: left;
}
.feedback__label {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}
.feedback__select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #E4E4E4;
    outline: none;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 25px;
    background: #ffffff;
}
.feedback__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #E4E4E4;
    outline: none;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.feedback__input--ta {
    padding: 10px;
    height: 200px;
}
.feedback__form .feedback__btn {
    padding: 0 60px;
}
.feedback__aside {
    float: right;
    width: 272px;
    margin-top: 25px;
}
.aside__text {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}
.aside__phone {
    font-size: 22px;
    margin-top: 5px;
}

.feedback__form .adm-fileinput-btn-panel {
    display: none;
}

.feedback__form .adm-fileinput-wrapper-single {
    display: block;
}

.feedback__form .adm-fileinput-area {
    min-height: 80px;
    display: block;
    width: 100%;
}
.feedback__form .adm-fileinput-item-preview {
    max-width: 100%;
}

.feedback__form .adm-fileinput-drag-area-hint {
    margin-top: 0;
}
.feedback__form .adm-fileinput-wrapper {
    margin-bottom: 20px;
}
.feedback__captcha {
    margin-bottom: 40px;
}
.feedback__agreement {
    margin: 20px 0;
    font-size: 12px;
    line-height: 20px;
}
.captcha__image {
    width: 200px;
    float: left;
}
.captcha__input {
    width: auto;
    margin-left: 220px;
}
.feedback__notes {
    font-size: 14px;
    color: #888888;
}
.feedback__error {
    background: #E55144;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.feedback__require {
    color: #E55144;
}
.feedback__close {
    position: absolute;
    top: 30px;
    right: 40px;
    display: block;
    width: 26px;
    height: 26px;
    mask: url('images/close.svg') 0 0 no-repeat;
    -webkit-mask: url('images/close.svg') 0 0 no-repeat;
    background-color: #ffffff;
    transition: .2s all;
}

.right__weather {
    display: inline-block;
    vertical-align: middle;
}
.valute {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.icon_thumb_bkn-p-ra-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_+ra_d.svg)
}

.icon_thumb_bkn-p-ra-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_+ra_n.svg)
}

.icon_thumb_bkn-p-sn-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_+sn_d.svg)
}

.icon_thumb_bkn-p-sn-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_+sn_n.svg)
}

.icon_thumb_bkn-m-ra-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_-ra_d.svg)
}

.icon_thumb_bkn-m-ra-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_-ra_n.svg)
}

.icon_thumb_bkn-m-sn-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_-sn_d.svg)
}

.icon_thumb_bkn-m-sn-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_-sn_n.svg)
}

.icon_thumb_bkn-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_d.svg)
}

.icon_thumb_bkn-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_n.svg)
}

.icon_thumb_bkn-ra-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_ra_d.svg)
}

.icon_thumb_bkn-ra-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_ra_n.svg)
}

.icon_thumb_bkn-sn-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_sn_d.svg)
}

.icon_thumb_bkn-sn-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/bkn_sn_n.svg)
}

.icon_thumb_ovc {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc.svg)
}

.icon_thumb_ovc-p-ra {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_+ra.svg)
}

.icon_thumb_ovc-p-sn {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_+sn.svg)
}

.icon_thumb_ovc-m-ra {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_-ra.svg)
}

.icon_thumb_ovc-ra-sn {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_ra_sn.svg)
}

.icon_thumb_ovc-m-sn {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_-sn.svg)
}

.icon_thumb_ovc-ra {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_ra.svg)
}

.icon_thumb_ovc-sn {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_sn.svg)
}

.icon_thumb_ovc-ts-ra {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/ovc_ts_ra.svg)
}

.icon_thumb_skc-d {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/skc_d.svg)
}

.icon_thumb_skc-n {
    background-image: url(//yastatic.net/weather/i/icons/blueye/color/svg/skc_n.svg)
}

.icon_thumb_wnd {
    background-image: url(//yastatic.net/weather/i/icons/svg/wnd.svg)
}

.icon_thumb_water {
    background-image: url(//yastatic.net/weather/i/icons/svg/water.svg)
}
.weather-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-left: 5px;
    filter: grayscale(1);
}
.attension {
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 10px 10px;
    background: #D03D36;
    border-radius: 2px 2px 0 0 ;
}
.attension__close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
    height: 11px;
    width: 11px;
    background: url('images/icon-close-w.svg') no-repeat center center;
    background-size: cover;
}
.popup {
    min-height: 15px;
    min-width: 190px;
    bottom: 0;
    position: fixed;
    left: 40px;
    z-index: 20;
    transition: .3s bottom;
}
.popup--hidden {
    bottom: -111px;
}
.popup--hidden .attension__close {
    display: none;
}
.attension__title {
    display: block;
    padding: 0 0 9px 0;
    line-height: 15px;
    font-size: 15px;
}
.attension__title:before {
    display: inline-block;
    content: '•';
    /*font-size: 20px;*/
    /*line-height: 15px;*/
    margin-right: 5px;
}
.attension__pic {
    display: block;
    width: 190px;
    line-height: 0;
    background: #000;
}
.attension__pic img {
    width: 190px;
    opacity: .75;
}
.attension__pic:hover img {
    opacity: 1;
}
.attension:hover {
    color: #fff;
    background: #e9453c;
}
.search {
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s all;
}
.search--active {
    width:235px;
    z-index: 10;
    opacity: 1;
}
.search__input {
    width: 200px;
    height: 55px;
    border: none;
    border-left: solid 1px #E4E4E4;
    /* border-top: none; */
    border-bottom: solid 1px #E4E4E4;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
}
.search__input:focus {
    outline: none;
    border-left: solid 1px #E4E4E4;
    /*border-right: solid 1px #777;*/
}
.detail__text table, .content-table {
    border-collapse: collapse;
    margin-bottom: 40px;
}
.detail__text table td, .content-table td {
    padding: 1px 10px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    border: solid 1px #eee;
}
.detail__text table th, .content-table th {
    padding: 1px 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: solid 1px #E4E4E4;
    background: #F8F8F8;
}
.detail__text table td p, .content-table td p {
    margin: 0;
}
.detail__text p.news__quote {
    position: relative;
    font-style: italic;
    /*padding: 10px;*/
    /*margin: 15px -10px;*/
    /*background: #fafafa;*/
}
.detail__text p.news__quote:before {
    content: '«';
    font-style: italic;
    display: none;
    position: absolute;
    left: -30px;
    color: #D03D36;
    top: -5px;
    font-size: 56px;
}
.detail__text p.news__quote:after {
    content: '»';
    font-style: italic;
    display: none;
    position: absolute;
    right: -30px;
    bottom: 5px;
    font-size: 56px;
}
.news__quote-author {
    margin-top: -15px;
    font-size: 13px;
    color: #777;
}
.js-photos-slide {
    height: 520px;
    border: none;
    background: #333 no-repeat center center;
    background-size: contain;
}
.reader__loading {
    margin: 40px auto;
    color: #aaa;
    text-align: center;
}

.info__left {
    width: 250px;
    float: left;
    min-height: 600px;
    padding-right: 20px;
    margin-right: 30px;
    border-right: solid 1px #E4E4E4;
}
.info__center {
    max-width: 290px;
    float: left;
    min-height: 600px;
    padding-right: 20px;
}
.info__link {
    margin: 4px 0;
}
.info__link a {
    border: none;
    display: inline-block;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    padding: 4px 10px;
    text-decoration: none;
}
.info__link--active a {
    background: #2068BC;
    border-radius: 2px;
    color: #fff;
}
.info__right {
    float: left;
    width: 590px;
    min-height: 600px;
    border-left: solid 1px #E4E4E4;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    padding: 0 0 15px 30px;
}
.info__right b, .info__right strong {
    color: #000;
    font-weight: 500;
}
.info__file {
    padding: 20px;
    margin: 0 0 15px 0;
    border: solid 1px #ddd;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    position: relative;
    transition: .2s all;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.06);
}
.info__file:last-child {
    margin: 0;
}
.info__file:hover {
    border: solid 1px #ddd;
    top: -1px;
    transition: .2s all;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    /*border: solid 1px #2068BC;*/
}
.info__file:active {
    top: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.06);
}
.info__file:hover .info__file-name {
    color: #2068BC;
}
.info__file-name {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    background: url('/local/templates/city/images/icon-doc.svg?2') no-repeat 0 3px;
    padding-left: 23px;
}
.info__file--xls .info__file-name, .info__file--xlsx .info__file-name {
    background: url('/local/templates/city/images/icon-doc--green.svg') no-repeat 0 3px;
}
.info__file--pdf .info__file-name {
    background: url('/local/templates/city/images/icon-doc--red.svg') no-repeat 0 3px;
}
.info__file--zip .info__file-name, .info__file--rar .info__file-name {
    background: url('/local/templates/city/images/icon-doc--yellow.svg') no-repeat 0 3px;
}
.info__file-date {
    margin: 10px 0 0 0;
    padding-left: 23px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #9B9B9B;
    letter-spacing: 0;
}
.info__file-meta {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #ddd;
}

hr {
    margin: 20px 0;
    background: #ddd;
    size: 1px;
    height: 1px;
    border: none;
}
.tourism-types {
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #ECEDEE;
}
.tourism-type {
    display: inline-block;
    width: 18.4%;
    margin: 20px 2% 20px 0;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 140px 20px 0 20px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    height: 200px;
    background: #4A90E2 no-repeat center 38px;
}
.tourism-type:last-child {
    margin-right: 0;
}
.tourism-type:hover {
    color: #fff;
}
.tourism-type--culture {
    background: #4A90E2 url('images/tourism-culture.svg') no-repeat center 38px;
    background-size: 86px 75px;
}
.top--tourism-culture {background: #4A90E2;}
.tourism-type--family {
    background: #F26E96 url('images/tourism-family.svg') no-repeat center 37px;
    background-size: 83px 79px;
}
.top--tourism-family {background: #F26E96;}
.tourism-type--sport {
    background: #63B963 url('images/tourism-sport.svg') no-repeat center 38px;
    background-size: 78px 78px;
}
.top--tourism-sport {background: #63B963;}
.tourism-type--business {
    background: #B076E4 url('images/tourism-business.svg') no-repeat center 47px;
    background-size: 70px 60px;
}
.top--tourism-business {background: #B076E4;}
.tourism-type--kids {
    background: #fb867c url('images/tourism-kids.svg') no-repeat center 47px;
    /*background-size: 70px 60px;*/
}
.top--tourism-kids {background: #fb867c;}


.places--list .item {
    margin-bottom: 50px;
}
.places--list .item:nth-child(3n) {
    margin-right: 40px;
}
.places--list .item:nth-child(4n) {
    margin-right: 0;
}

.pagination {
    margin: 40px 0 0 0;
}
.pagination a, .pagination span {
    border: none;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    border-radius: 3px;
}
.pagination a:hover {
    background: whitesmoke;
    color: #000;
}
.pagination .modern-page-current {
    background: #43B882;
    color: #fff;
}

.map {
    position: relative;
}
#map {
    position: relative;
    z-index: 1;
}
.map__list {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.20);
    border-radius: 2px;
    top: 40px;
    right: 40px;
    width: 350px;
}
.map__items {
    min-height: 380px;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}
.map__filter {
    background: #F8F8F8;
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4;
}
.map__filter-toggle {
    border: none;
    display: block;
    text-decoration: none;
    background: #F8F8F8 url('/local/templates/city/images/icon-filter.svg') no-repeat 95% center;
    padding: 0 0 0 20px;
    color: #9B9B9B;
    line-height: 40px;
}
.map__filter-toggle:hover {
    color: #333;
    background-color: #f0f0f0;
}
.map__search {
    padding: 20px;
}
.map__search-input {
    display: block;
    height: 45px;
    padding: 0 15px;
    font-size: 20px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #E4E4E4;
    background: no-repeat #fff url('/local/templates/city/images/icon-search-right.svg') right center;
    border-radius: 2px;
}
.map__search-input:focus {
    border: solid 1px #aaa;
    outline: none;
}
.map__item {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    padding: 15px 20px;
    border-bottom: solid 1px #E4E4E4;
}
.map__item:hover {
    background: #fafafa;
    border-bottom: solid 1px #E4E4E4;
}
.map__item-name {
    display: block;
    margin: 0 0 2px 0;
}
.map__item-meta {
    font-size: 13px;
    color: #9B9B9B;
    line-height: 20px;
}
.map__item-meta span:not(:last-child) {
    display: inline-block;
    margin: 0 15px 0 0;
}
.button {
    display: inline-block;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    padding: 14px 20px;
}
.button--block {
    display: block;
    width: 100%;
}
.button--green {
    background: #4FC08C;
    color: #fff;
}
.button--green:hover {
    background: #5ED39D;
}
.button--gray {
    background: #E4E4E4;
    color: #333;
}
.map__filter-content {
    display: none;
    min-height: 380px;
    position: relative;
    padding-bottom: 91px;
}
.map__filter-filter {
    padding: 0 20px 15px 20px;
    overflow-x: hidden;
    max-height: 320px;
    min-height: 320px;
    overflow-y: auto;
}
.map__filter-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #E4E4E4;
    padding: 20px;
}
.filter-select {
    width: 100%;
}

.map__filter-label {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 15px 0 5px;
}
.text-center {
    text-align: center;
}

.auction-type {
    background: #F8F8F8;
    padding: 15px 15px 60px 15px;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    color: #000;
    min-height: 190px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border: none;
    position: relative;
    margin: 0 25px 25px 0;
}
.auction-type--last {
    margin-right: 0;
}
.auction-type__meta {
    position: absolute;
    display: block;
    left: 15px;
    bottom: 15px;
    font-size: 13px;
    color: #888888;
}

.tab {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    padding: 13px 15px;
    border-radius: 23px;
    margin: 0 20px 15px 0;
    color: #9B9B9B;
    border: solid 1px #DCDADA;
    transition: .3s all;
}
.tab, .tab a {
    outline: none;
}
.tab:hover {
    border: solid 1px #4FC08C;
    color: #4FC08C;
}
.tab--active, .tab--active:hover {
    color: #fff;
    background: #4FC08C;
    border: solid 1px #4FC08C;
}
.auctions__tabs {
    margin: 0 30px 15px 0;
    float: left;
}
.auctions__search {
    margin: 0 0 30px 0;
    float: left;
}
.documents-filter {
    margin: 0 0 25px 0;
    position: relative;
}
.filter--extend {
    mask: url('images/ext_filter.svg') 0 0 no-repeat;
    -webkit-mask: url('images/ext_filter.svg') 0 0 no-repeat;
    background-color: #9B9B9B;
    position: absolute;
    top: 14px;
    right: 72px;
    width: 24px;
    height: 16px;
    transition: .2s all;
}
.filter--extend:hover {
    background-color: #4FC08C;
}

.auctions__search input, .documents-filter input, .documents-filter select {
    padding: 10px 80px 10px 10px;
    width: 300px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-right: none;
    border-radius: 2px 0 0 2px;
    line-height: 22px;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
}
.documents-filter input {
    width: calc(100% - 47px);
    /*max-width: 500px;*/
}
.auctions__search button, .documents-filter button {
    height: 46px;
    width: 46px;
    color: #fff;
    border-radius: 0 2px 2px 0;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    background: #4FC08C url('images/icon-search-w.svg') no-repeat center center;
}

.documents-count {
    font-size: 13px;
    line-height: 22px;
    color: #9B9B9B;
    margin: 0 0 25px 15px;
}

.filter__title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
}
.filter__body {

}
.filter__input {
    float: left;
}
.filter__btn {
    float: right;
    font-size: 0;
}
.filter__title {
    display: none;
}
.is-hidden {
    display: none;
}
.documents-filter.active {
    padding: 20px;
    background: #F8F8F8;
    border-radius: 2px;
}
.documents-filter.active .filter__input {
    margin-bottom: 20px;
    float: none;
    border: 1px solid #E4E4E4;
    width: 100%;
}
.documents-filter.active .filter--extend {
    background-color: #666666;
    mask: url('images/close.svg') 0 0 no-repeat;
    -webkit-mask: url('images/close.svg') 0 0 no-repeat;
    width: 26px;
    height: 26px;
    right: 20px;
}
.filter__two_cols {
    margin-bottom: 20px;
}
.documents-filter.active .input--small {
    width: 150px;
    padding-right: 10px;
    display: inline-block;
    margin: 0 10px;
}
.documents-filter.active .filter__btn {
    float: none;
    width: 150px;
    background: #4FC08C;
    font-size: 15px;
}
.documents-filter.active .is-hidden {
    display: block;
}
.documents-filter.active .filter__title {
    display: block;
}
.auction {
    padding: 30px 0;
    border-top: solid 1px #E4E4E4;
}
.auction-num {
    width: 60px;
    float: left;
    color: #9B9B9B;
    /*padding-top: 27px;*/
}
.auction-info {
    width: 830px;
    float: left;
}
.auction-price {
    float: right;
}
.auction-price {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 32px;
}
.auction-price__label {
    font-family: Roboto-Regular, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.auction-date {
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.auction-name {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.auction-prop {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
}
.auction-prop:after {
    display: block;
    clear: both;
    content: '';
}
.auction-prop__label {
    width: 280px;
    float: left;
    margin: 0 20px 0 0;
    color: #666666;
}
.auction-prop__value {
    width: 510px;
    float: left;
    /*margin: 10px 0 0 0;*/
}
.auction-prop__value div {
margin-top: 5px;
}
.auction-prop__value div:first-child {
margin-top: 0;
}
.auction-prop--flat .auction-prop__label, .auction-prop--flat .auction-prop__value {
    float: none;
    width: auto;
}
.auction-prop--flat .auction-prop__label {
    margin: 5px 0 0 0;
}
.auction-photos {

}
.auction-photo {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 0;
    border: none;
}
.auction-photo img {
    height: 75px;
}

.top-attension {
    background: #02467a;
    padding: 10px 10px;
    color: #689CC2;
    font-size: 13px;
    line-height: 19px;
}
.top-attension a {
    color: #689CC2;
    border-bottom-color: #689CC2;
}
.top-attension a:hover {
    color: #9ac9ed;
    border-bottom-color: #9ac9ed;
}
.about__content {
    max-width: 650px;
}
.about__table {
    border-collapse: collapse;
    margin: 40px 0;
    width: 100%;
}
.about__table td {
    font-size: 14px;
    line-height: 22px;
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4;
    padding: 15px 10px;
}
.about__table td:first-child {
    padding-left: 0;
    min-width: 150px;
}
.about__table td:last-child {
    padding-right: 0;
}
.column__menu-trigger {
    display: none;
}
.week__menu {
    width: 120px;
    float: left;
}
.week__menu-item {
    display: block;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #888888;
    letter-spacing: 0;
    line-height: 18px;
    border: none;
    font-weight: 500;
}
.week__menu-item--active {
    color: #2068BC;
}
.week__content {
    margin-left: 170px;
}
.week__item {
    max-width: 625px;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
    color: #000;
    border-top: solid 1px #E4E4E4;
}
.week__item--past {
    color: #9B9B9B;
}
.week__item-time {
    width: 40px;
    float: left;
}
.week__item-info {
    margin-left: 55px;
}
.week__item-address {
    margin: 5px 0 0 0;
    color: #777;
}
.week__item-people {
    margin: 5px 0 0 0;
    /*color: #777;*/
}

.week__item--full {
    width: auto;
    max-width: none;
}
.week__item--full .week__item-time {
    width: 110px;
}
.week__item--full .week__item-info {
    margin-left: 125px;
}



#up {
    border-radius: 2px;
    overflow: hidden;
    display: block;
    opacity: 0;
    position: fixed;
    left: 40px;
    bottom: -40px;
    background: no-repeat #4FC08C url('images/icon-up.svg?1') 11px 13px;
    color: #fff;
    line-height: 35px;
    height: 35px;
    padding: 0 15px 0 35px;
    z-index: 10;
    border: none;
    transition: .4s all;
}
#up.show {
    display: block;
    opacity: 1;
    bottom: 40px;
}
#up:hover {
    background-color: #5ED39D;
}
.detail__files {
    margin: 20px 0 0 0;
}
.outages-table {
    width: 100%;
    margin: 30px 0 50px 0;
    border-collapse: collapse;
}
.outages-table td, .outages-table th {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    text-align: left;
    padding: 25px 50px 25px 0;
}
.outages-table th {
    color: #9B9B9B;
    font-weight: normal;
    padding: 5px 0;
}
.outages-table td {
    border-bottom: solid 1px #E4E4E4;
}
.outages-time {
    width: 150px;
}
.outages-what {
    width: 200px;
}
.main-outages {
    padding: 20px 20px 20px 60px;
    background: #f8f8f8 url('images/icon-outage.svg') no-repeat 15px 20px;
    display: block;
    text-decoration: none;
    margin: 0 0 40px 0;
    color: #000;
    border-radius: 2px;
    border: none;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.main-outages span {
    color: #888;
    display: block;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
}
.person-tabs {
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4;
    margin: 40px 0;
}
.person-tabs__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.person-tabs__ul li {
    display: inline-block;
    outline: none;
    padding: 0;
    margin: 0 28px 0 0;
}
.person-tabs li a {
    outline: none;
    display: block;
    text-decoration: none;
    transition: none;
    margin-bottom: -1px;
    height: 55px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 47px;
    padding-top: 4px;
    border-bottom: solid 4px transparent;
}
li.ui-tabs-active a {
    color: #2068BC;
    border-bottom: solid 4px #2068BC;
}
.budget {
    font-size: 14px;
    line-height: 20px;
}
.budget__title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.budget__desc {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.budget__proc {
    float: right;
    margin: 10px 0;
    width: 50px;
    text-align: right;
}
.budget__data {
    color: #666666;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.budget__data--profit {
    border-bottom: solid 1px #E4E4E4;
}
.budget__data strong {
    color: #000;
}
.budget__bar {
    margin: 10px 50px 10px 0;
    border-radius: 2px;
    background: #E4E4E4;
    overflow: hidden;
    position: relative;
    height: 25px;
    line-height: 25px;

}
.bar__line {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #4A90E2;
}
.budget__bar--profit .bar__line {
    background: #4FC08C;
}
.bar__text {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: center;
    color: #fff;
}
.promos-blocks {
    position: relative;
}
.promos {
    margin: 20px 0 0 0;
    padding: 40px 0 35px;
    background: #2F4658;
}
.promo {
    max-width: 270px;
    display: inline-block;
    vertical-align: top;
}
.promos .owl-dots {
    text-align: center;
    line-height: 13px;
    margin: 0;
}
.promos .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.promos .owl-dots .owl-dot span {
    height: 13px;
    display: block;
    width: 13px;
    background: #CCCCCC;
    border-radius: 50%;
}
.promos .owl-dots .owl-dot.active span {
    background: #4FC08C;
}
.promos .owl-item {
    text-align: center;
}

.promos .owl-nav div {
    position: absolute;
    top: 173px;
    width: 45px;
    height: 45px;
    display: block;
    border: 2px solid #E4E4E4;
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-indent: -9999px;
}
.promos .owl-nav .owl-next {
    right: -23px;
}
.promos .owl-nav .owl-next:before, .promos .owl-nav .owl-prev:before {
    content: '';
    background: url('images/icon-arrow-right.svg') 0 0 no-repeat;
    width: 8px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
}
.promos .owl-nav .owl-prev {
    left: -23px;
}
.promos .owl-nav .owl-prev:before {
    background: url('images/icon-arrow-left.svg') 0 0 no-repeat;
}
.promos .owl-nav div.disabled {
    opacity: 0;
}

.place-contact {
    margin: 10px 0 20px 0;
    border-bottom: solid 1px #dddddd;
    padding: 0 0 10px 0 ;
    background: url('images/icon-place-contact.svg') no-repeat 0 0;
}
.place-contact:last-child {
    border: none;
}
.place-contact__map {
    height: 180px;
    margin: 0 0 10px 0;
}
.place-contact__label {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
}
.place-contact__value {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.place-contact__value:first-child {
    margin-left: 20px;
}

.places__left {
    width: 580px;
    float: left;
}
.places__right {
    width: 580px;
    float: right;
}
.places__search {
    margin: 0 0 20px 0;
}
.places__tags {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #ECEDEE;
}
.places__list {
    /*margin: 0;*/
}
.places__tag {
    margin: 0 10px 10px 0;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 12px;
    color: #666666;
    letter-spacing: 0;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}
.places__tag:hover, .places__tag--active {
    border: 1px solid #2068BC;
    background: #2068BC;
    color: #fff;
}
#places__map {
    min-height: 100vh;
    width: 100%;
}
.hide-by-suggest, .hide-by-tag, .hide-by-max {
    display: none;
}

.auctions--hearings .auction {
    padding-bottom: 10px;
}
.auctions--hearings .auction-info {
    width: 100%;
}
.auctions--hearings .auction-prop {
    margin-bottom: 20px;
}
.auctions--hearings .auction-prop__label,
.auctions--hearings .auction-prop__value {
    float: none;
    width: auto;
    margin: 0 0 5px;
}
.auction-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.auction-status {
    font-size: 14px;
    line-height: 22px;
}
.auction-status--green {
    color: #50C08C;
}
.auction-status--blue {
    color: #4A90E2;
}
.auction-status--red {
    color: #C05070;
}
.auction-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}
.auction-content .auction-hearing {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
    padding-right: 20px;
}
.auction-content .auction-hearing--detail {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
    padding-right: 20px;
}
.auction-content .auction-props {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    width: 40%;
    padding-right: 20px;
}
.auction-content .auction-props--detail {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding-right: 0;
}
.auction-content .auction-props p {
    margin: 5px 0;
}
.auction-content .auction-link {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%;
    text-align: right;
}
.auction-content .auction-link .feedback__btn {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .auctions--hearings .auction {
        padding-bottom: 30px;
    }
    .auction-content .auction-hearing,
    .auction-content .auction-props,
    .auction-content .auction-link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
    }
    .auction-content .auction-link {
        text-align: left;
    }
}

.hearing-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -35px;
    padding-bottom: 50px;
}
.hearing-page__left {
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    width: 77%;
    padding-right: 35px;
}
.hearing-page__right {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    width: 23%;
    padding-top: 25px;
}
@media (max-width: 767px) {
    .hearing-page__left,
    .hearing-page__right{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
    }
}
.hearing-comments {
    padding-top: 15px;
}
.hearing-comments__form {
    border-top: 1px solid #E4E4E4;
    padding-top: 25px;
}
.hearing-comments__form p {
    font-size: 15px;
}
.hearing-comments__form .feedback__btn {
    font-size: 16px;
    width: 100%;
    max-width: 190px;
}
.hearing-comments__form textarea {
    height: 120px;
    resize: none;
    margin: -5px 0 20px;
}
.hearing-comments__form [type="submit"]:disabled,
.hearings-form [type="submit"]:disabled,
.hearing-docs__form [type="submit"]:disabled {
    background-color: #F5F5F5;
    color: #666 !important;
}
.hearing-comments__list {
    padding-top: 50px;
}
.comment__item {
    margin-bottom: 40px;
    font-size: 14px;
}
.comment__item--hidden {
    display: none;
}
.comment__item--inactive .comment__item-text {
    color: #ccc;
}
.comment__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 20px;
}
.comment__item-date,
.comment__item-status,
.comment__item-moderation {
    font-size: 13px;
    color: #666;
}
.comment__item-status {
    margin-left: 20px;
}
.comment__item-text {
    padding-top: 10px;
}
.hearing-comments__more {
    background-color: #F5F5F5;
    color: #666 !important;
    font-size: 16px;
    width: 100%;
    max-width: 250px;
}
.hearings-form {
     display: none;
 }
.hearings-auth {
    display: block;
}
.hearings-popup {
    width: 100%;
    max-width: 760px;
    padding: 50px 90px;
}
.hearings-popup h1 {
    margin-top: 0;
}
.hearings-popup .error {
    color: #ff0000;
}
.hearings-popup [type="submit"] {
    display: inline-block;
    width: 220px;
}
.hearings-popup__tab {
    position: absolute;
    top: 50px;
    right: 90px;
}
.hearings-popup__tab--reg {
    position: static;
    margin-bottom: 30px;
}
.hearings-popup__tab--reg a:first-of-type {
    margin-left: 0;
}
.hearings-popup__tab span {
    font-size: 14px;
    line-height: 44px;
}
.hearings-popup__tab a {
    font-size: 16px;
    display: inline-block;
    background-color: #F5F5F5;
    color: #666 !important;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-left: 15px;
}
.hearings-popup__tab a.active {
    background-color: #4FC08C;
    color: #fff !important;
}
.hearings-popup__forgot {
    font-size: 14px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .hearings-popup {
        padding: 30px;
    }
    .hearings-popup__tab {
        position: static;
    }
}
@media (max-width: 575px) {
    .hearings-popup__tab span {
        display: block;
    }
    .hearings-popup__tab a {
        margin-left: 0;
    }
    .hearings-popup__forgot {
        margin-left: 0;
    }
    .hearings-popup__forgot:before {
        content: '';
        display: block;
        height: 10px;
    }
    .hearings-popup .captcha__input {
        margin-left: 0;
        clear: both;
    }
}
.hearing-docs__input .adm-fileinput-btn-panel {
    display: none;
}
.hearing-docs__input .adm-fileinput-area {
    min-height: 60px;
    display: block;
    width: 100%;
}
.hearing-docs__input .adm-fileinput-wrapper-single,
.hearing-docs__input .adm-fileinput-area-container,
.hearing-docs__input .adm-fileinput-item {
    display: block;
    text-align: center;
}
.hearing-docs__input .adm-fileinput-drag-area-hint {
    margin-top: 0;
}
.hearing-docs__input div.adm-fileinput-item div.adm-fileinput-item-preview {
    width: 100%;
}
.hearing-docs__form .feedback__btn {
    width: 100%;
    font-size: 16px;
}
.hearing-docs__item {
    margin: -10px 0 0 !important;
}
.hearing-docs__item a {
    border-bottom-style: dashed;
}
.hearing-docs__item--red a {
    color: #C05070;
    border-bottom-color: rgba(192, 80, 112, .3);
}
.hearing-docs__item--red a:hover {
    color: #2679db;
    border-bottom-color: rgba(38, 121, 219, 0.55);
}
.hearing-docs__item-status {
    display: inline-block;
    font-size: 13px;
}
.hearing-docs__item-link {
    margin-right: 15px;
    word-wrap: break-word;
}
.hearing-docs__item--gray .hearing-docs__item-status {
    color: #AEBAC3;
}
.hearing-docs__item--red .hearing-docs__item-status {
    color: #C05070;
}
.hearing-docs__item--green .hearing-docs__item-status {
    color: #50C08C;
}
.hearing-docs__item--green .hearing-docs__item-status:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url('images/icon-success.svg') no-repeat;
    margin-left: 5px;
}
.hearing-docs__item-comment {
    font-size: 13px;
    line-height: 16px;
    color: #C05070;
    margin-bottom: 10px;
}
.link--gray {
    color: #666;
    border-bottom-color: rgba(102, 102, 102, .3);
}
.link--gray:hover {
    color: #2679db;
    border-bottom-color: rgba(38, 121, 219, 0.55);
}

.voting-list {
    max-width: 780px;
    padding: 40px 0;
}
.voting-list__item {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ECEDEE;
}
.voting-list__item:last-of-type {
    border-bottom: 1px solid #ECEDEE;
}
.voting-list__item-date {
    font-size: 13px;
    line-height: 24px;
    color: #CF021A;
    margin-bottom: 10px;
}
.voting-list__item-name {
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.voting-list__item-name a {
    border-bottom: none;
}
.voting-list__item-votes {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}
.voting-info--title {
    padding: 0 10px;
    font-size: 36px;
    line-height: 38px;
    margin-top: 70px;
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}
.voting-info__time, .voting-info__votes {
    width: 476px;
    padding: 30px;
    border: 1px solid #ECEDEE;
    display: inline-block;
    vertical-align: top;
    font-family: 'Fira Sans', sans-serif;
    margin-right: 20px;
    margin-bottom: 20px;
}
.voting-info__title {
    font-size: 16px;
    line-height: 24px;
    padding-left: 45px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.voting-info__value {
    font-size: 36px;
    line-height: 38px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}
.voting-info__time .voting-info__title:before {
    content: '';
    background: url('images/vote__calendar.svg') 0 0 no-repeat;
    width: 32px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 0;
}
.voting-info__votes .voting-info__title:before {
    content: '';
    background: url('images/thumbs-up.svg') 0 0 no-repeat;
    width: 32px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 0;
}
.new--vertical-vote {
    width: 33%;
    margin: 0 0 40px -10px;
}
.voting__prize {
    background-color: #ffffff;
    border: 8px solid #F2F2F2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 1px;
    padding-top: 2px;
    color: black;
    margin-left: 10px;
    margin-top: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
.voting__prize--gold,
.voting__prize--silver,
.voting__prize--bronze{
    font-size: 29px;
    line-height: 26px;
}
.voting__prize--gold:before,
.voting__prize--silver:before,
.voting__prize--bronze:before{
    content: '';
    border-color: #005795 #005795 #005795 transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    position: absolute;
    left: -7px;
    bottom: -20px;
    transform: rotate(-62deg);
}
.voting__prize--gold:after,
.voting__prize--silver:after,
.voting__prize--bronze:after{
    content: '';
    border-color: #005795 #005795 #005795 transparent;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
    position: absolute;
    left: 22px;
    bottom: -19px;
    transform: rotate(-122deg);
}
.voting__prize--gold {
    color: white;
    background-color: #F8B64C;
    border-color: #FFD15C;
}
.voting__prize--silver {
    color: white;
    background-color: #BABABA;
    border-color: #DCDCDC;
}
.voting__prize--bronze {
    color: white;
    background-color: #F5984C;
    border-color: #FAC091;
}
.new__pic--voting {
    position: relative;
}
.new__pic--link {
    border-bottom: 0;
}
.voting__title {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: black;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}
.voting__num-photo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 50px;
    height: 25px;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    padding-left: 20px;
    color: black;
    font-size: 14px;
    line-height: 26px;
    pointer-events: none;
}
.voting__num-photo:before {
    content: '';
    background: url('images/photo-camera.svg') 0 0 no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    margin: -4px 0 0 0;
}
.voting__value {
    display: block;
    background-color: #F8F8F8;
    width: 100%;
    height: 50px;
    color: black;
    font-size: 13px;
    line-height: 15px;
}
.voting__num {
    display: inline-block;
    font-size: 24px;
    line-height: 54px;
    padding-left: 10px;
    vertical-align: middle;
    margin-right: 3px;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
}
.voting__button {
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #50C08C;
    width: 40%;
    height: 50px;
    float: right;
    text-align: center;
    padding-top: 10px;
    line-height: 28px;
    color: #50C08C;
    cursor: pointer;
    font-family: 'Roboto-medium', 'Arial', sans-serif;
    transition: .1s;
    margin-left: 20px;
}
.voting__button:hover {
    background-color: #50C08C;
    color: white;
}
.voting-list__item--votelist {
    margin-left: 100px;
    padding: 20px 0;
    min-height: 100px;
}
.voting-prize--votelist {
    left: -80px;
    top: 10px;
}
.voting-list--votelist {
    max-width: 100%;
}
.voting-list__item-name--votelist {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 60%;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
}

.voting-list__item-address {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    max-width: 60%;
}
.voting__value--votelist {
    text-align: right;
    position: absolute;
    right: 0;
    top: 30px;
    width: 40%;
    background-color: transparent;
}
.voting__button--votelist {
    margin-left: 20px;
}
.voting__num--votelist {
    padding-right: 10px;
}
.voting-list__description {
    max-width: 60%;
}
@media (max-width: 767px) {
    .voting__value {
        font-size: 10px;
    }
    .voting__value--votelist {
        font-size: 14px;
    }
    .voting__num {
        font-size: 14px;
        margin-right: 5px;
    }
    .voting__num--votelist {
        font-size: 20px;
        margin-right: 5px;
    }
    .voting-list__description {
        max-width: 100%;
    }
    .voting__value--votelist {
        text-align: left;
        position: relative;
        display: block;
        max-width: 100%;
        margin-bottom: 70px;
        top: 0;
        width: 100%;
    }
    .voting-list__item-address {
        max-width: 100%;
    }
    .voting-list__item-name--votelist {
        max-width: 100%;
    }
    .voting__button--votelist {
        margin-left: 0px;
        display: block;
        float: none;
        width: 200px;
    }
    .voting-list__item--votelist {
        margin-left: 80px;
    }
}
@media (max-width: 575px) {
    .voting-info__time, .voting-info__votes {
        display: block;
        width: auto;
        max-width: 476px;
    }
    .voting-info__value {
        font-size: 25px;
    }
}
