﻿@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.eot');
    src: local(''), url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-regular-webfont.woff') format('woff'), 
    url('../fonts/gilroy-regular-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-regular-webfont.svg#gilroyregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-regular-webfont.eot');
    src: local(''), url('../fonts/gilroy-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff'), 
    url('../fonts/gilroy-light-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-light-webfont.svg#gilroyregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeue/BebasNeueBold.eot');
    src: local(''), url('../fonts/BebasNeue/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue/BebasNeueBold.woff') format('woff'),
        url('../fonts/BebasNeue/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'xocaliburnBold';
    src: local(''), url('../fonts/XOCaliburn/XO_Caliburn_B.woff') format('woff'),
    url('../fonts/XOCaliburn/XO_Caliburn_B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'xocaliburnBoldItalic';
    src: local(''), url('../fonts/XOCaliburn/XO_Caliburn_BI.woff') format('woff'),
    url('../fonts/XOCaliburn/XO_Caliburn_BI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'xocaliburnRegularItalic';
    src: local(''), url('../fonts/XOCaliburn/XO_Caliburn_Ni.woff') format('woff'),
    url('../fonts/XOCaliburn/XO_Caliburn_Ni.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'xocaliburnRegular';
    src: local(''), url('../fonts/XOCaliburn/XO_Caliburn_Nu.woff') format('woff'),
    url('../fonts/XOCaliburn/XO_Caliburn_Nu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.banners-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    padding-bottom: 44px;
    margin-bottom: 10px;
}

.main_content_wp {
    padding: 44px 0 70px;
}

h1.title {
    text-transform: none;
    line-height: 1.3;
}

h1.title span {
    color: var(--main-color);
    border-bottom: none;
}


/* Project VK */
.project-vk__page {
    padding-bottom: 0;
}

.project-vk__page .ot_btn {
    text-align: left;
    font-size: 23px;
    line-height: 1.3;
    width: 33.333%;
    height: auto;
    margin-bottom: 50px;
    font-family: 'Commissioner', sans-serif;
    color: #A3A3A3;
}

.project-vk__page .ot_btn.active {
    color: #0E0E0E;
}

.project-vk__page .ot_btn + .ot_btn {
    margin-left: 44px;
}

.project-vk__page .soc_wp {
    padding: 0;
    background: none;
}

.project-vk__page .soc_bot {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.project-vk__page .soc_bot a:hover {
    color: var(--main-color);
}

.project-vk__page .sb_head {
    padding: 18px 40px;
    margin-bottom: 40px;
}

.project-vk__page .sbh_title {
    position: relative;
    background: none;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    text-transform: none;
}

.project-vk__page .sbh_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/images/new-pages/project-vk/icon-vk.svg") no-repeat center;
    background-size: contain;
    height: 36px;
    width: 36px;
}

.vk-page__region-wrapper {
    background: #F5F5F5;
    margin-bottom: 56px;
}

.vk-page__region {
    display: flex;
}

.vk-page__region-text {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.vk-region__title {
    font-family: 'Commissioner', sans-serif;
    color: #0E0E0E;
    font-size: 33px;
    line-height: 1.3;
    padding-top: 40px;
    margin-bottom: 50px;
}

.vk-region__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.vk-region__links-item {
    width: 50%;
    padding: 9px 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
}

.vk-region__links-item a {
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    transition: all .2s ease;
}

.vk-region__links-item a:hover {
    color: var(--main-color);
}

.vk-region__links-item.--icon-link a {
    background-image: url("/images/new-pages/icon_link.svg");
}

.vk-region__links-item.--icon-arrow-right a {
    background-image: url("/images/new-pages/icon_arrow-right.svg");
}

.vk-region__links-item.--icon-vk a {
    background-image: url("/images/new-pages/project-vk/icon-vk.svg");
}

.vk-page__region-map {
    width: 40%;
}

.vk-page__region-map svg {
    width: 100%;
}

.vk-page__region-map svg .active {
    fill: var(--main-color);
}

.region-container {
    padding: 0 20px;
}

.region-list {
    columns: 3;
    margin: 0 -20px;
    padding-bottom: 70px;
}

.region-list__group {
    break-inside: avoid;
    position: relative;
    padding: 0 20px 0 56px;
    margin-bottom: 40px;
}

.region-list__group-letter {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    line-height: 1;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    color: var(--main-color);
}

.region-list__programs .region-list__group-letter {
    color: #A3A3A3;
}

.region-list__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.region-list__group li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 16px;
}

.region-list__link {
    color: #545454;
    font-size: 20px;
    transition: .2s ease;
    font-family: 'Commissioner', sans-serif;
}

.region-list__link:hover {
    color: var(--main-color);
}

.region-list__link.active {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    color: var(--main-color);
}

.region-list__programs .region-list__link {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    color: var(--main-color);
}

.region-list__programs .region-list__link:hover {
    color: #545454;
}

.project-vk__stats {
    background: #F5F5F5;
    padding: 84px 0;
}

.project-vk__stats-bg {
    background: url("/images/new-pages/project-vk/vk-bg.png") no-repeat center;
    padding: 50px;
    background-size: 170%;
}

.project-vk__icon-vk {

}

.project-vk__stats-community {
    height: 100%;
    justify-content: space-between;
}

.project-vk__stats-community .stb_wp {
    margin-right: 80px;
}

.project-vk__stats-community > div:last-child {
    align-items: center;
}

.project-vk__stats .st_block p span {
    top: 20px;
}

.project-vk__stats .st_block p span {
    font: 100px 'Commissioner', sans-serif;
    color: var(--main-color);
    padding-right: 16px;
}

.project-vk__stats .st_block p {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #545454;
    text-transform: none;
}

.stat-info {
    background: #fff;
    padding: 27px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.stat-info__years {
    display: flex;
    align-items: center;
    padding: 14px 40px;
    border: 2px solid #0E0E0E;
    border-radius: 16px;
}

.stat-info__years span {
    display: flex;
    font-size: 36px;
    color: var(--main-color);
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
}

.stat-info__years-calendar {
    background: url("/images/new-pages/project-vk/icon-calendar.svg") no-repeat center;
    background-size: contain;
    width: 52px;
    height: 52px;
    margin: 0 25px;
}

.stat-info__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    color: #292929;
    font-size: 20px;
}

.stat-info__arrow-icon {
    background: url("/images/new-pages/project-vk/icon-arrow-big.svg") no-repeat center;
    background-size: 108px;
    height: 74px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.stat-info__arrow-icon > span {
    background: #fff;
    margin-top: -25px;
}

.stat-info__total {
    border-radius: 50%;
    border: 2px solid var(--main-color);
    padding: 7px;
}

.stat-info__total-text {
    width: 200px;
    height: 200px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
}

.stat-info__total-text strong {
    font-size: 44px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
}

.stat-info__total-text-small {
    font-size: 20px;
    font-family: 'Commissioner', sans-serif;
}

.project-vk__stats .cb_btn {
    display: inline-block;
    font-size: 22px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    text-transform: none;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 12px;
    padding: 8px 40px;
    height: auto;
    width: auto;
    line-height: 1.3;
    transition: all .2s ease;
}

.project-vk__stats .cb_btn:hover {
    background: #fff;
    color: var(--main-color);
}

.project-vk__stats .cb_text {
    font-size: 20px;
    font-family: 'Commissioner', sans-serif;
    text-transform: none;
    color: #545454;
    margin: 28px 0 40px;
}

.project-vk__stats .sc_info {
    padding-left: 110px;
}

.project-vk__stats .cs_title {
    font-size: 40px;
    line-height: 1.3;
    color: #0E0E0E;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    margin-bottom: 28px;
}

.project-vk__stats .sc_text {
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    color: #545454;
}

@media only screen and (max-width: 1230px) {

    .project-vk__icon-vk {
        max-width: 120px;
    }

    .project-vk__stats .st_block p span {
        font-size: 80px;
    }

    .project-vk__stats .st_block p {
        font-size: 20px;
    }

    .project-vk__stats .cs_title {
        font-size: 32px;
    }

    .project-vk__stats .sc_text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .region-list {
        columns: 2;
        margin: 0 -20px;
    }

    .project-vk__stats-community > div {
        width: auto;
    }

    .project-vk__stats-community .stb_wp {
        margin-right: 0;
    }

    .project-vk__stats-bg {
        background-size: auto;
        background-position: center 0;
        background-color: #ececec;
    }

    .project-vk__stats-community {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .project-vk__page .ot_btn {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .project-vk__page .ot_btn + .ot_btn {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .project-vk__page .ot_btn {
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }

    .project-vk__page .ot_btn + .ot_btn {
        margin-left: 0;
    }

    .project-vk__page .sbh_title {
        padding-top: 50px;
        padding-left: 0;
        text-align: center;
        font-size: 14px;
        transform: rotate(0.1deg);
    }

    .project-vk__page .sbh_title:after {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }

    .vk-page__region {
        flex-direction: column;
    }

    .vk-page__region-text {
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }

    .vk-region__title {
        font-size: 24px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .vk-region__links {
        margin: 0;
        flex-direction: column;
    }

    .vk-region__links-item {
        width: 100%;
        margin: 0 0 15px;
        padding: 3px 0px;
    }

    .vk-page__region-map {
        width: 100%;
        order: 1;
    }

    .region-container {
        padding: 0;
    }

    .region-list {
        columns: 1;
        margin: 0;
        padding-bottom: 30px;
    }

    .region-list__group {
        padding: 0 0 0 36px;
        margin-bottom: 20px;
    }

    .region-list__group-letter {
        font-size: 22px;
    }

    .region-list__group li {
        margin-bottom: 10px;
    }

    .region-list__link {
        font-size: 16px;
    }

    .project-vk__stats-bg {
        padding: 20px;
    }

    .project-vk__stats-community {
        flex-direction: row;
    }

    .project-vk__icon-vk {
        max-width: 80px;
    }

    .project-vk__stats-community .stb_wp {
        margin-left: 0;
    }

    .project-vk__stats-community .stb_m1 {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .stat-info__years {
        padding: 7px 20px;
    }

    .stat-info__years span {
        font-size: 24px;
    }

    .stat-info__years-calendar {
        width: 30px;
        height: 30px;
        margin: 0 15px;
    }

    .stat-info {
        padding: 50px 0;
    }

    .stat-info__arrow {
        margin: 20px 0;
        font-size: 18px;
    }

    .stat-info__arrow-icon > span {
        margin-top: -20px;
    }

    .project-vk__stats .st_block p {
        font-size: 18px;
    }

    .project-vk__stats .st_block p span {
        font-size: 60px;
    }

    .stat-info__total-text {
        font-size: 24px;
        width: 170px;
        height: 170px;
    }

    .stat-info__total-text strong {
        font-size: 36px;
    }

    .stat-info__total-text-small {
        font-size: 16px;
    }

    .project-vk__stats .cb_img {
        max-width: 170px;
        margin: 0 auto 15px;
    }

    .project-vk__stats .cb_text {
        font-size: 18px;
        margin: 18px 0 30px;
    }

    .project-vk__stats .cb_btn {
        font-size: 18px;
        padding: 6px 30px;
    }

    .project-vk__stats .sc_info {
        padding-left: 0;
        margin-top: 30px;
    }

    .project-vk__stats .cs_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .project-vk__stats .sc_text {
        font-size: 18px;
    }
}

/* Opinions */
.opinion__page .ot_btn {
    text-align: left;
    font-size: 21px;
    line-height: 1.3;
    width: 40%;
    height: auto;
    margin-bottom: 50px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    color: #A3A3A3;
}

.opinion__page .ot_btn.active {
    color: #0E0E0E;
}

.opinion__page .ot_btn + .ot_btn {
    margin-left: 44px;
}

.opinions {
    padding: 0;
}

.opinions__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/images/new-pages/opinion/opinion-bg.png");
    padding: 70px 0;
}

.opinions__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 100%;
    margin-bottom: 10px;
    z-index: 2;
}

.opinions__controls-arrow {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.opinions__controls-arrow.opinions-prev {
    background-image: url("/images/new-pages/opinion/icon-slide-arrow-prev.svg");
}

.opinions__controls-arrow.opinions-next {
    background-image: url("/images/new-pages/opinion/icon-slide-arrow-next.svg");
}

.opinions__controls-arrow.slick-disabled {
    filter: grayscale(1);
}

.opinions__counter {
    display: flex;
    font-size: 30px;
    line-height: 1;
    color: var(--main-color);
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    margin: 0 18px;
}

.opinions__counter-active {

}

.opinions__counter-total {

}

.opinions__slide-bg {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    background-image: url("/images/new-pages/opinion/map.png");
    background-color: #fff;
    padding: 70px 0;
}

.opinions__item-content {
    display: flex;
}

.opinion__image {
    display: flex;
    min-width: 280px;
    padding-right: 40px;
}

.opinion__image img {
    max-width: 100%;
    border-radius: 8px;
    align-self: flex-start;
}

.opinion__description-text {
    font-size: 21px;
    line-height: 1.3;
    color: #0E0E0E;
    padding: 0 0 0 63px;
    position: relative;
    margin-bottom: 40px;
}

.opinion__description-text:before {
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/images/new-pages/opinion/icon-quote.svg");
}

.opinion__description-name {
    color: #545454;
}

.opinion__description-name > div {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}

.opinion__description-name > span {
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (max-width: 1750px) {

    .opinions__controls {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: auto;
        justify-content: center;
    }

    .opinions__list {
        padding-right: 210px;
    }
}

@media only screen and (max-width: 1200px) {
    .opinions__controls {
        right: 15px;
        bottom: 100%;
        top: auto;
        margin-bottom: 10px;
    }
    
    .opinions__slide-bg {
        background: #fff;
    }

    .opinions__list {
        padding-right: 0;
    }
    
}

@media only screen and (max-width: 991px) {
    .opinion__page .ot_btn {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .opinion__page .ot_btn + .ot_btn {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .opinion__page .ot_btn {
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }
    .road-navigator-tab {
        padding-left: 0 !important;
    }

    .opinion__page .ot_btn + .ot_btn {
        margin-left: 0;
    }

    .opinions__controls {
        right: 0;
        left: 0;
    }

    .opinions__counter {
        font-size: 24px;
    }

    .opinion__image {
        max-width: 220px;
        min-width: 220px;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .opinions__item-content {
        flex-direction: column;
        align-items: center;
    }

    .opinion__description {
        display: flex;
        flex-direction: column;
    }

    .opinion__description-text {
        font-size: 16px;
        padding: 0 0 0 40px;
        margin-bottom: 20px;
        order: 2;
    }

    .opinion__description-text:before {
        width: 24px;
        height: 24px;
    }

    .opinion__description-name {
        order: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .opinion__description-name > div {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .opinion__description-name > span {
        font-size: 16px;
        line-height: 1.3;
    }
}

/* Documents */
.documents__page h1.title {
    padding-bottom: 25px;
}

.documents__filter {
    display: flex;
    align-items: center;
}

.documents__page .documents__filter {
    margin-bottom: 5px;
}

.documents__filter > div + div {
    padding-left: 40px;
}

.documents__filter input[type=text], .documents__filter input[type=search] {
    width: 100%;
    /*padding: 7px;*/
    border: none;
    outline: none;
    /*border-bottom: 1px solid #A3A3A3;*/
    transition: all .2s ease;
}

.documents__filter-search {
    width: 60%;
    padding: 7px 0px 7px 7px;
    border-bottom: 1px solid #A3A3A3;
}

.documents__filter-search input[type=search] {
    width: 95%;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
}

.documents__filter-search input[type=search]::placeholder {
    color: #A3A3A3;
}

.documents__filter-search:hover {
    border-color: var(--main-color);
}

.documents__filter-date {
    display: flex;
}

.date-calendar + .date-calendar {
    padding-left: 40px;
}

.date-calendar input[type=text] {
    border-bottom: 1px solid #A3A3A3;
    background: url("/images/new-pages/docs/icon-calendar.svg") no-repeat;
    background-size: 20px;
    background-position: right 20px center;
}

.date-calendar__control {
    position:relative;
    max-width: 148px;
}

.date-calendar__control .control__arrow + input {
    height: 0;
    visibility: hidden;
    padding: 0 !important;
    margin: 0;
}

.date-calendar__control .date-calendar__control-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #A3A3A3;
    text-transform: lowercase;
}

.documents__filter-reset {
}

.documents__filter-reset button {
    padding: 6px 33px 5px;
    background: #FFFFFF;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    color: var(--main-color);
    cursor: pointer;
    transition: all .2s ease;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
}

.documents__filter-reset button:hover {
    color: #fff;
    background: var(--main-color);
}

.documents__tags {
    display: flex;
    flex-wrap: wrap;
}

.documents__tags-item {
    display: flex;
    padding: 7px 20px 6px;
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    border-radius: 8px;
    transition: all .2s ease;
    color: #A3A3A3;
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
    font-family: 'Commissioner', sans-serif;
    letter-spacing: 0.4px;
}

.documents__tags-item.active {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.documents__tags-item:hover:not(.active) {
    border: 1px solid var(--main-color);
}

.documents__page .dt_title {
    font-size: 19px;
    font-family: 'Commissioner', sans-serif;
    color: #A3A3A3;
    text-transform: none;
    letter-spacing: normal;
}

.documents__page .doc_top {
    border-bottom: 1px solid #A3A3A3;
}

.page .dl_text, .page .dl_data,
.documents__page .dl_text, .documents__page .dl_data {
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
}

.page .dt_col1,
.documents__page .dt_col1 {
    width: 70%;
    text-align: left;
}

.page .dt_col2,
.documents__page .dt_col2 {
    width: 10%;
    text-align: center;
}

.page .dt_col3,
.documents__page .dt_col3 {
    width: 20%;
    text-align: center;
    text-transform: lowercase;
    font-size: 19px;
    font-family: 'Commissioner', sans-serif;
    color: #0E0E0E;
}

.page .icon-file,
.documents__page .icon-file {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/images/new-pages/icon-file.svg") no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
    .documents__page .documents__filter {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .documents__page .documents__filter-search {
        width: 100%;
    }

    .documents__page .documents__filter-date {
        width: 100%;
    }

    .documents__filter > div + div {
        padding: 0;
        margin-top: 15px;
    }

    .documents__page .date-calendar__control {
        min-width: 100%;
        max-width: none;
    }

    .documents__page .date-calendar {
        width: 100%;
    }

    .documents__filter-reset {
        width: 100%;
        text-align: center;
    }

    .documents__tags-item {
        padding: 4px 10px 3px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .show_mobile .documents__page .doc_line {
        padding: 20px 0;
        border-bottom: 1px solid #A3A3A3;
    }

    .show_mobile .documents__page .dt_col1 {
        width: 100%;
        margin: 10px 0;
    }

    .show_mobile .documents__page .dt_col2 {
        width: 50%;
        text-align: left;
    }

    .show_mobile .documents__page .dl_data {
        padding-left: 0;
    }

    .show_mobile .documents__page .dt_col3 {
        width: 50%;
        text-align: right;
    }
}

/* For smi */

.page__for-smi {

}

.page__for-smi .smi_tabs {
    background: none;
    margin: 0 -20px;
}

.page__for-smi .smi_tab {
    color: #0E0E0E;
}

.page__for-smi .smi_tabs a {
    font-family: 'Commissioner', sans-serif;
    font-size: 23px;
    line-height: 1.3;
    color: #A3A3A3;
    height: auto;
    padding: 0 20px;
}

.page__for-smi .smi_tabs:after {
    content: "";
    margin-right: auto;
}

.page__for-smi .smi_tabs a.active {
    color: #0E0E0E;
}

.page__for-smi .smi_ta_toggle {
    position: static;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}

.page__for-smi .smi_block {
    margin-top: 0;
}

.page__for-smi .smi_tab {
    padding: 40px 0;
}

.page__for-smi-tabs {
    background: #F5F5F5;
    padding: 24px 0 22px;
    margin: 0 -20px 40px;
}

.page__for-smi-tabs .opinion_tabs {
    margin: 0 -20px;
}

.page__for-smi-tabs .ot_btn {
    width: 33.333%;
    color: #A3A3A3;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    padding: 0 20px;
    text-align: left;
}

.page__for-smi-tabs .ot_btn.active {
    background: none;
    color: #000;
}

.page__for-smi .s_about_title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.page__for-smi .s_about_title h2 {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: normal;
}

.page__for-smi h3 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 24px;
}

.page__for-smi .s_content {
    font-size: 19px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
}

.page__for-smi .s_content p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 24px;
}

.prev_no {
    background: url("/images/new-pages/icon_slider-arrow.svg") no-repeat center center;
    background-size: 36px;
    border: none;
    filter: grayscale(1);
}

.next_no {
    background: #fff url("/images/new-pages/icon_slider-arrow.svg") no-repeat center center;
    background-size: 36px;
    border: none;
    transform:rotate(180deg);
    filter:grayscale(1);
}

.next_no:hover, .prev_no:hover {
    filter: none;
    background: #fff url("/images/new-pages/icon_slider-arrow.svg") no-repeat center center;
}

.next_no.swiper-button-disabled, .prev_no.swiper-button-disabled, .next_no:hover.swiper-button-disabled, .prev_no:hover.swiper-button-disabled {
    filter: grayscale(1);
    opacity: .5;
}

.persons {
    display: flex;
    margin: 0 -20px;
}

.page__for-smi .persons {
    margin-top: 120px;
}

.person {
    width: 33.333%;
    padding: 0 20px;
}

.person__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.person__item-image {
    margin-bottom: 20px;
}

.person__item-image img {
    max-width: 228px;
    width: 100%;
    border-radius: 50%;
}

.person__item-name {
    margin-bottom: 23px;
    font-family: 'Commissioner', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    color: #0E0E0E;
}

.person__item-post {
    font-size: 17px;
    line-height: 1.3;
    color: #545454;
    font-family: 'Commissioner', sans-serif;
}

.grid-table {

}

.grid-table__top {
    border-bottom: 1px solid #A3A3A3;
    padding: 25px 0 15px 0;
}

.grid-table__title {
    font-size: 19px;
    font-family: 'Commissioner', sans-serif;
    color: #A3A3A3;
    text-transform: none;
    letter-spacing: normal;
}

.table-interview .grid-table__col1 {
    width: 40%;
    padding-right: 30px;
}

.table-interview .grid-table__col2 {
    width: 35%;
    padding-right: 30px;
}

.table-interview .grid-table__col3 {
    width: 15%;
    color: #A3A3A3;
}

.table-interview .grid-table__col4 {
    width: 10%;
    text-align: center;
    text-transform: lowercase;
    font-size: 18px;
    color: #0E0E0E;
}


.grid-table__body {

}

.table-interview .grid-table__line {
    padding: 12px 0;
}

.table-interview a {
    transition: all .2s ease;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.table-interview p {
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.table-interview a:hover {
    color: var(--main-color);
}

.table-interview .icon-file {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/images/new-pages/icon-file.svg) no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: bottom;
}

.download-text-mobile {
    display: none;
}

.table-materials {

}

.table-materials .grid-table__line {
    padding: 15px 0;
}


.table-materials a {
    transition: all .2s ease;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.table-materials a:hover {
    color: var(--main-color);
}

.table-materials .grid-table__col1 a {
    text-decoration: underline;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.table-materials .grid-table__col1 {
    width: 80%;
    padding-right: 30px;
}

.table-materials .grid-table__col2 {
    width: 20%;
    text-align: center;
    text-transform: lowercase;
    font-size: 18px;
    color: #0E0E0E;
}

.table-materials .icon-file {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/images/new-pages/icon-file.svg) no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: bottom;
}

.road-navigator p strong, .smi-contacts p strong {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-weight: normal;
}

.road-navigator a,
.road-navigator a span,
.smi-contacts a,
.smi-contacts .text-highlight {
    color: var(--main-color) !important;
}

.road-navigator a:hover,
.smi-contacts a:hover {
    text-decoration: underline;
}

.road-navigator .s_content ul li {
    font-family: 'Commissioner', sans-serif;
}

.photobank {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.photobank__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 80px;
}

.photobank__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.photobank__content-image .s_photo_img {
    border-radius: 8px;
    margin-bottom: 16px;
    max-height: 320px;
    overflow: hidden;
}

.photobank__content-image img {
    border-radius: 8px;
    width: 100%;
}

.photobank__content-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #0E0E0E;
}

.photobank__content-descr {
    color: #A3A3A3;
    margin: 16px 0 20px;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
}

.photobank__download {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 32px;
    border: 2px solid var(--main-color);
    border-radius: 12px;
    width: 100%;
    transition: all .2s ease;
}

.photobank__download-icon {
    display: flex;
    flex-direction: column;
    padding-right: 24px;
    color: var(--main-color);
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.photobank__download-icon i {
    width: 28px;
    height: 28px;
    background-size: contain;
    background: url(/images/new-pages/icon-file-orange.svg) no-repeat center;
}

.photobank__download-text {
    
}

.photobank__download-text span:first-child {
    color: #545454;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.photobank__download-text:hover span:first-child {
    color: var(--main-color);
}

@media only screen and (max-width: 1229px) {
    .photobank__download {
        padding: 10px 16px;
    }

    .photobank__content-image .s_photo_img {
        max-height: 290px;
    }

    .photobank__content-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1023px) {
    .show_mobile .opinion_tabs {
        justify-content: flex-start;
    }

    .page__for-smi-tabs .ot_btn {
        width: 50%;
    }

    .table-interview .grid-table__col1 {
        padding-right: 20px;
    }

    .table-interview .grid-table__col2 {
        padding-right: 20px;
    }

    .table-interview .grid-table__col3 {
        padding-right: 20px;
    }

    .photobank__item {
        width: 33.333%;
    }
}


@media only screen and (max-width: 991px) {
    .page__for-smi-tabs .ot_btn {
        margin-bottom: 15px;
    }

    .person__item-image img {
        max-width: 200px;
    }

    .person__item-name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .show_mobile .opinion_tabs {
        margin: 0;
    }

    .page__for-smi-tabs {
        background: #F5F5F5;
        padding: 24px 0 22px;
        margin: 0 0 20px;
    }

    .page__for-smi-tabs .ot_btn {
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .page__for-smi-tabs .ot_btn + .ot_btn {
        margin-top: 20px;
    }

    .page__for-smi .s_about_title h2 {
        font-size: 22px;
    }

    .page__for-smi h3 {
        font-size: 18px;
    }

    .persons {
        flex-direction: column;
        margin: 0;
    }

    .person {
        width: 100%;
        padding: 0;
    }
    .person + .person {
        margin-top: 35px;
    }

    .table-interview .grid-table__line {
        padding: 12px 16px;
        background: #FFFFFF;
        border: 1px solid #E0DEDE;
        margin-top: 8px;
    }

    .table-interview .grid-table__top {
        display: none;
    }

    .table-interview .grid-table__col1 {
        padding-right: 0;
        width: 100%;
        font-size: 14px;
        font-family: 'Commissioner', sans-serif;
        font-weight: 600;
        color: #0E0E0E;
        margin-bottom: 16px;
        transform: rotate(0.1deg);
    }

    .table-interview .grid-table__col2 {
        padding-right: 0;
        width: 100%;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .table-interview .grid-table__col3 {
        padding-right: 0;
        width: 45%;
        font-size: 12px;
    }

    .table-interview .grid-table__col4 {
        padding-right: 0;
        width: 55%;
        text-align:right;
        font-size: 12px;
    }

    .table-interview .icon-file {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }    

    .download-text-mobile {
        display: inline-block;
    }

    .table-materials .grid-table__top {
        display: none;
    }

    .table-materials .grid-table__line {
        padding: 0 0 15px;
        background: #FFFFFF;
        border-bottom: 1px solid #E0DEDE;
        margin-bottom: 15px;
    }

    .table-materials .grid-table__col1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .table-materials .grid-table__col2 {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }

    .table-materials .icon-file {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .photobank__item {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .photobank {
        margin: 0;
    }

    .photobank__item {
        width: 100%;
        padding: 0;
    }

    .photobank__content-image .s_photo_img {
         max-height: none; 
    }
}

/* Statistics */

.statistics__page {
    background: #F5F5F5;
    padding-bottom: 0;
}

.statistics__page h2 {
    font-size: 33px;
    line-height: 1.3;
    color: #545454;
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 32px;
    font-weight: normal;
}

.statistics__page .circle_progress {
    background: none;
}

.statistics__page .circle_bg {
    width: 287px;
    height: 287px;
    background: #fff;
    border-radius: 50%;
    background-size: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.circle_bg-line {
    display: block;
    width: 195px;
    height: 195px;
    margin-top: -2px;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.statistics__page .circle_legend_text{
    max-width: 287px;
    margin: 24px auto 0;
}

.statistics__page .clt_block, .statistics__page .clt_block:first-child {
    padding-left: 0;
}

.statistics__page .circle_wp {
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.statistics__page .circle_head {
    margin-bottom: 30px;
    min-height: auto;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Commissioner', sans-serif;
}

.statistics__page .cricle_graph {
    margin-bottom: 80px;
}

.statistics__page .clt_top {
    font-size: 22px;
    line-height: 25px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
}

.statistics__page .clt_middle {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
}

.statistics__page .last-statistics {
    background: #fff;
    padding: 44px 0 70px;
}

.statistics__page .last-statistics .circle_wp .circle_legend_text {
    margin-top: 0;
    max-width: 287px;
}

.statistics__page .last-statistics .circle_legend_text {
    max-width: none;
}

.statistics__page .cricle-inner-num {
    color: #545454;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 35px;
    white-space: nowrap;
}

.statistics__page .cricle-inner-text {
    color: #A3A3A3;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.legend-color {
    width: 24px;
    height: 63px;
    float: left;
}

.legend-color-desc {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
    color: #0E0E0E;
}

.statistics__page .last-statistics .clt_block, .statistics__page .last-statistics .clt_block:first-child {
    max-width: none;
    margin: 0;
    width: 100%;
}

.statistics__page .last-statistics .clt_top {
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 8px;
}

.statistics__page .last-statistics .clt_middle span > span {
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

/* Polls */

.polls__header {
    display: flex;
    justify-content: space-between;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #A3A3A3;
    padding: 44px 0 42px;
}

.polls__title {
    color: #0E0E0E;
}
.polls__links {
    display: flex;
}

.polls__links-item {
    margin-right: 48px;
    color: currentColor;
    transition: all .2s ease;
}

.polls__links-item:last-child {
    margin-right: 0;
}

.polls__links-item.active, .polls__links-item:hover {
    color: #0E0E0E;
}

.polls__years {
    display: flex;
}

.polls__years-item {
    margin-left: 52px;
    color: currentColor;
    transition: all .2s ease;
}

.polls__years-item:first-child {
    margin-left: 0;
}

.polls__years-item.active, .polls__years-item:hover {
    color: #0E0E0E;
}

.polls__bg {
    background-image: url("/images/new-pages/polls/polls-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0;
}

.polls__bg-color {
    background: #fff;
    padding: 40px 0;
}

.polls__form {
    display: flex;
}

.polls__list {
    padding-right: 50px;
    flex: 1;
}

.polls__pager-container {
    min-width: 50px;
}

.polls__pager {
    width: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.polls__nav-arrow {
    background-image: url("/images/new-pages/icon_slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    margin-left: -4px;
    cursor: pointer;
}

.polls__nav-arrow-prev {
    transform: rotate(90deg);
}

.polls__nav-arrow-next {
    transform: rotate(-90deg);
}

.polls__nav-items {
    max-height: 200px;
    overflow: hidden;
}

.polls__nav-item {
    display: flex;
    /*align-items: center;*/
    gap: 12px;
    margin: 18px 0;
}

.polls__nav-cricle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F5F5F5;
    cursor: pointer;
    transition: all .2s ease;
    cursor: default;
}

.polls__nav-num {
    display: none;
    /*padding-left: 4px;*/
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    color: #545454;
}

.polls__nav-item.active .polls__nav-num {
    display: block;
}

.polls__nav-arrow-prev-wp {
    margin-bottom: 10px;
}

.polls__nav-arrow-next-wp {
    margin-top: 10px;
}

.polls__nav-cricle.active {
    background: #DCAA43;
}

.poll__item {
    display: none;
}

.poll__item.active {
    display: block;
}


.poll__header {
    margin-bottom: 40px;
    text-align: center;
}

.poll__item-title {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #0E0E0E;
    margin-bottom: 8px;
}

.--poll-requeried:after {
    content: "*";
    color: #CB5059;
}

.poll__item-notice {
    font-size: 14px;
    line-height: 1.3;
    color: #545454;
}

.poll__question--radio .question {
    margin-top: 16px;
}

.question__input-other-answer {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    width: 100%;
}

.--question__label-my-answer .question__label-text {
    position: relative;
    width: 100%;
}

.--question__label-my-answer .question__label-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.--question__label-my-answer.active .question__label-text:after {
    display: none;
}

.--question__label-my-answer.active .question__input-other-answer {
    z-index: 2;
}

.poll__question--radio .question__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #0E0E0E;
}

.poll__question--radio .question__input {
    display: none;
}

.poll__question--radio .question__input-mark {
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    min-width: 18px;
}

.poll__question--radio .question__input-mark:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
}

.poll__question--radio .question__input:checked + .question__input-mark:before {
    background: var(--main-color);
}

.poll__question--radio .question__label-text {
    padding-left: 16px;
}

.poll__question--checkbox .question {
    margin-top: 16px;
}

.poll__question--checkbox .question__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #0E0E0E;
}

.poll__question--checkbox .question__input {
    display: none;
}

.poll__question--checkbox .question__input-mark {
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 4px;
    min-width: 18px;
}

.poll__question--checkbox .question__input-mark:before {
    content: "";
    display: none;
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .2s ease;
}

.poll__question--checkbox .question__input:checked + .question__input-mark:before {
    display: block;
}

.poll__question--checkbox .question__label-text {
    padding-left: 16px;
}

.poll__item-button {
    margin-top: 28px;
}

.polls-button-next {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color);
    padding: 12px 33px 11px;
    background: #FFFFFF;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    transition: all .2s ease;
    cursor: pointer;
    display: block;
    max-width: 336px;
    text-align: center;
    margin: 0 auto;
}

.polls-button-next:hover,
.polls-button-next:active {
    color: #FFFFFF;
    background: var(--main-color);
}

.poll__question--radio-inline .question {
    margin-bottom: 25px;
    padding: 80px 0;
}

.poll__question--radio-inline .question__notice {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.3;
    color: #545454;
    margin-bottom: 20px;
}

.poll__question--radio-inline .question__notice span:first-child {
    padding-left: 4.2%;
}

.poll__question--radio-inline .question__notice span:last-child {
    padding-right: 4.2%;
}

.poll__question--radio-inline .question__input-group {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.poll__question--radio-inline .question__label {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

.poll__question--radio-inline .question__label-text {
    padding-top: 12px;
}

.poll__question--radio-inline .question__input {
    display: none;
}

.poll__question--radio-inline .question__input-mark {
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    min-width: 18px;
    z-index: 1;
}

.poll__question--radio-inline .question__input-mark:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
}

.poll__question--radio-inline .question__input:checked + .question__input-mark:before {
    background: var(--main-color);
}

.poll__question--radio-inline .question__label:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 7px;
    height: 2px;
    width: 50%;
    background: var(--main-color);
}

.poll__question--radio-inline .question__label:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 7px;
    height: 2px;
    width: 50%;
    background: var(--main-color);
}

.poll__question--radio-inline .question__label:first-child:before {
    display: none;
}

.poll__question--radio-inline .question__label:last-child:after {
    display: none;
}

.poll__question--radio-inline .question__label.uncolor:after,
.poll__question--radio-inline .question__label.uncolor:before {
    background: rgba(220, 170, 68, 0.4);
}

.poll__question--radio-inline .question__label.uncolor .question__input-mark {
    border-color: rgba(220, 170, 68, 0.4);
}

.poll__question--radio-inline .question__label.uncolor-partial:after {
    background: rgba(220, 170, 68, 0.4);
}

.polls__form-result .poll__item-title {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Commissioner', sans-serif;
    text-align: center;
    color: #0E0E0E;
    margin-bottom: 40px;
}

.poll__results {
    display: flex;
    flex-direction: column;
}

.poll__result {
    display: grid;
    grid-template-columns: 100px 1fr;
    color: #0E0E0E;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
}

.poll__result-percent {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    padding-right: 24px;
    min-width: 65px;
}

.poll__result-content {
    display:flex;
    flex-direction: column;
    flex-grow: 1;
}

.poll__result-question {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-family: 'Commissioner', sans-serif;
}

.poll__result-progress {
    height: 7px;
    background: #DCAA43;
    border-radius: 50px;
    /*min-width: 20px;*/
}

.poll__result-data {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.3;
    color: #545454;
    margin-top: 50px;
}

.poll__result-date {
    padding-left: 30px;
    background: url("/images/new-pages/polls/icon-calendar.svg") no-repeat left center;
    background-size: 28px;
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
}

.polls__list-items {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.polls__list-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 28px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-top: 20px;
}

.polls__list-detail {
    width: 80%;
    flex-direction: column;
    line-height: 1.3;
    color: #0E0E0E;
}

.polls__list-title {
    font-size: 23px;
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 20px;
}

.polls__list-info {
    display: flex;
    flex-direction: column;
    width: 20%;
    min-width: 230px;
    justify-content: space-between;
    align-items: flex-end;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.polls__list-question {
    color: #545454;
}

.polls__list-actions {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

.polls__list-link {
    background-size: 16px;
    background: url('/images/new-pages/polls/poll-link-arrow.svg') no-repeat right center;
    padding-right: 20px;
    display: inline-block;
    font-size: 18px;
}

.polls__list-link-poll {
    color: var(--main-color);
}

.polls__list-link-result {
    color: var(--main-color);
    filter: brightness(0.35) grayscale(1);
}

@media only screen and (max-width: 991px) {
    .polls__header {
        font-size: 24px;
        line-height: 36px;
        padding: 44px 0 42px;
    }
}

@media only screen and (max-width: 768px) {
    .polls__years {
        flex-wrap: wrap;
        gap: 4px;
    }

    .polls__years-item {
        margin-left: 0;
        padding-left: 26px;
        padding-right: 26px;
    }
    
    .polls__header {
        flex-direction: column;
        justify-content: space-between;
        font-size: 18px;
        line-height: 22px;
        padding: 28px 0 40px;
    }

    .polls__links {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .polls__bg {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 2.04%, rgba(255, 255, 255, 0.7) 42.5%, rgba(255, 255, 255, 0) 100%), url("/images/new-pages/polls/polls-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 35px;
    }

    .polls__bg-color {
        background: #fff;
    }

    .polls__form {
        display: flex;
        flex-direction: column;
    }

    .polls__list {
        padding-right: 0;
        order: 2;
    }

    .polls__pager {
        width: 100%;
        justify-content: center;
        align-items: center;
        order: 1;
        border-bottom: 1px solid #E0DEDE;
        padding: 0 0 16px;
        margin: 0 0 16px;
    }

    .polls__pager-container {
        min-width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .polls__nav-arrow {
        /*filter: grayscale(1) brightness(0.5);*/
        width: 20px;
        height: 20px;
        margin-left: 0;
    }
    
    .polls__nav-items {
        max-height: 56px;
    }

    .polls__nav-arrow-prev-wp {
        margin-bottom: 0;
    }
    
    .polls__nav-arrow-next-wp {
        margin-top: 0;
    }

    .polls__nav-arrow-prev {
        transform: rotate(0);
    }

    .polls__nav-arrow-next {
        transform: rotate(-180deg);
    }

    .polls__nav-item {
        display: none;
        align-items: center;
        margin: 18px 0;
    }

    .polls__nav-item.active {
        display: flex;
        margin: 0;
    }

    .polls__nav-cricle {
        display: none;
    }

    .polls__nav-num {
        padding: 0 10px;
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        color: var(--main-color);
        text-align: center;
        min-width: 60px;
        font-size: 24px;
        line-height: 30px;
    }

    .poll__item-title {
        font-size: 14px;
        line-height: 17px;
    }

    .poll__item-notice {
        font-size: 12px;
        line-height: 14px;
    }

    .poll__question--radio .question__label-text,
    .poll__question--checkbox .question__label-text {
        padding: 0 15px 0 0;
    }

    .poll__question--radio .question__label,
    .poll__question--checkbox .question__label {
        position: relative;
    }

    .poll__question--radio .question__input-mark,
    .poll__question--checkbox .question__input-mark {
        display: none;
    }

    .poll__question--radio .question__input:checked + .question__input-mark,
    .poll__question--checkbox .question__input:checked + .question__input-mark {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: none;
        border: 2px solid var(--main-color);
        border-radius: 12px;
        z-index: 1;
    }

    .poll__question--radio .question__input-mark:before,
    .poll__question--checkbox .question__input-mark:before {
        content: "";
        position: absolute;
        left: auto;
        right: 20px;
        top: 50%;
        margin-top: -4px;
        width: 7px;
        height: 13px;
        border: solid var(--main-color);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) translate(0, -50%);
        border-radius: 0;
        transition: all .2s ease;
    }

    .poll__question--radio .question__input:checked + .question__input-mark:before,
    .poll__question--checkbox .question__input:checked + .question__input-mark:before {
        background: none;
    }

    .polls-button-next {
        font-family: 'Commissioner', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        padding: 12px 25px 11px;
        border-radius: 10px;
        margin: 0 auto;
        transform: rotate(0.1deg);
    }

    .poll__question--radio-inline .question {
        padding: 0;
    }

    .poll__question--radio-inline .question__notice {
        display: none;
    }

    .poll__question--radio-inline .question__input-mark {
        position: relative;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid var(--main-color);
        border-radius: 50%;
        min-width: 16px;
        z-index: 1;
    }

    .poll__question--radio-inline .question__input-mark:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        transition: all .2s ease;
    }

    .poll__question--radio-inline .question__input:checked + .question__input-mark:before {
        background: var(--main-color);
    }

    .poll__question--radio-inline .question__label:before {
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 7px;
        height: 1px;
        width: 50%;
        background: var(--main-color);
    }

    .poll__question--radio-inline .question__label:after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        top: 7px;
        height: 1px;
        width: 50%;
        background: var(--main-color);
    }

    .polls__form-result .poll__header {
        margin-bottom: 0;
    }

    .polls__form-result .poll__item-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 18px;
    }

    .poll__result {
        display: grid;
        grid-template-columns: 60px 1fr;
        color: #0E0E0E;
        align-items: center;
        justify-content: flex-start;
    }

    .poll__result-percent {
        font-size: 14px;
        line-height: 17px;
        padding-right: 12px;
        min-width: 45px;
    }

    .poll__result-question {
        font-size: 12px;
    }

    .poll__result-progress {
        height: 4px;
    }

    .poll__result-data {
        flex-direction: column;
        font-size: 12px;
        line-height: 1.3;
        margin-top: 32px;
    }

    .poll__result-counter {
        padding-left: 30px;
        background-size: 20px;
        margin-bottom: 12px;
    }

    .poll__result-date {
        padding-left: 30px;
        background-size: 20px;
    }

    .polls__list-items {
        flex-direction: column;
    }

    .polls__list-item {
        flex-direction: column;
    }

    .polls__list-title {
        font-size: 18px;
    }

    .polls__list-detail {
        width: 100%;
        flex-direction: column;
    }

    .polls__list-info {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        justify-content: center;
        align-items: flex-start;
        margin-top: 20px;
    }

    .polls__list-actions {
        margin-top: 20px;
    }
}

/* Programs */
.programs__page .program_table table {
    width: 100%;
    font-family: 'Commissioner', sans-serif;
    letter-spacing: 0.4px;
    font-size: 18px;
    color: #0E0E0E;
}

.programs__page .program_table tr {
    display: none;
}

.programs__page .program_table tr:nth-child(-n+10) {
    display: table-row;
}

.programs__page .program_table-all.program_table tr {
    display: table-row;
}

.programs__page .program_table table .bg_gradient1 {
    background: #F5F5F5;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #545454;
}

.programs__page .program_table table .p_td_bg2 {
    background: var(--main-color);
}

.programs__page .program_table table .table_caption td, .programs__page .pt_mob_dn {
    text-transform: none;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #545454;
}

.programs__page table .p_td_w1 {
    padding-left: 36px;
}

.programs__page .program_table table .p_td_bg2 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
}

.programs__page .pt_mob_quote {
    display: none;
}

.programs__page .pt_title, .programs__page .pt_text {
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.programs__page .program_top {
    position: relative;
    padding: 0;
    cursor: default;
    margin-bottom: 14px;
}

.programs__page .pt_title {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.programs__page .pt_text {
    color: #A3A3A3;
}

.programs__page .pb_title {
    font-family: 'Commissioner', sans-serif;
    font-size: 23px;
    line-height: 1.3;
    color: #0E0E0E;
    margin: 50px 0 40px;
}

.programs__page .program_table-collapse {
    margin: 20px 0;
    padding: 0 36px;
}

.programs__page .show-all-regions {
    font-family: 'Commissioner', sans-serif;
    font-size: 19px;
    letter-spacing: 0.4px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #545454;
}

.program-region {
    margin-top: 40px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.program-region__links > div + div{
    margin-top: 12px;
}

.program-region__links a {
    text-decoration-line: underline;
}

.program-region__links a:hover {
    text-decoration-line: none;
}

.program-region__link-my-region a {
    color: var(--main-color);
    font-size: 18px;
    line-height: 22px
}

.program-region__link-other-region a {
    color: #545454;
}

.program-region__buttons {
    margin-top: 40px;
}

.program-region__buttons a {
    padding: 12px 52px 11px;
    background: #FFFFFF;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    color: var(--main-color);
    cursor: pointer;
    transition: all .2s ease;
}

.program-region__buttons a:hover {
    color: #fff;
    background: var(--main-color);
}

@media only screen and (max-width: 768px) {
    .show_mobile .programs__page .program_table {
        padding: 0;
    }

    .programs__page .program_table table .table_caption td, .programs__page .pt_mob_dn {
        font-size: 12px;
        color: #545454;
    }

    .programs__page .program_table table {
        font-size: 12px;
    }

    .programs__page .program_table table .bg_gradient1 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 479px) {
    .show_mobile .programs__page .program_table table {
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        font-size: 12px;
    }

    .show_mobile .programs__page .program_table-collapse {
        display: none;
    }

    .show_mobile .programs__page .program_table table .p_td_bg2 {
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        background: none;
        color: var(--main-color);
    }

    .show_mobile .programs__page .pt_mob_text {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
        text-transform: none;
        font-family: 'Commissioner', sans-serif;
        font-weight: 500;
    }

    .programs__page .pt_mob_quote {
        display: inline;
    }

    .show_mobile .programs__page .program_table table .p_td_w1 {
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
    }

    .programs__page .program_table tr:nth-child(-n+10),
    .programs__page .program_table-all.program_table tr {
        display: block;
    }

    .show_mobile .programs__page .program_table table .p_td_w2 {
        margin-bottom: 0;
        display: inline-block;
        width: auto !important;
    }

    .show_mobile .programs__page .program_table table tr {
        border: 1px solid #E0DEDE;
        margin-bottom: 8px;
    }

    .show_mobile .programs__page .program_table table .p_tr_total {
        border: none;
        margin-top: 16px;
        background: #F5F5F5;
        padding: 10px 5px;
    }

    .show_mobile .programs__page .program_top {
        padding: 0;
        margin: 20px 0 30px;
    }

    .programs__page .pt_title, .programs__page .pt_text {
        line-height: 1.3;
    }

    .program-region {
        margin-top: 30px;
        line-height: 17px;
        font-size: 14px;
    }

    .program-region__link-my-region a {
        font-size: 16px;
        line-height: 18px;
    }

    .program-region__buttons {
        margin-top: 30px;
    }

    .program-region__buttons a {
        padding: 6px 30px 5px;
        display: block;
        text-align: center;
    }
}

/* About project */

.about__participants h2 {
    font-size: 34px;
    line-height: 38px;
    font-family: 'Commissioner', sans-serif;
    color: #0E0E0E;
    text-align: center;
    margin-bottom: 42px;
}

.participants-list {
    display: flex;
    justify-content: center;
    /*justify-content: space-between;*/
    align-items: flex-start;
    margin: 0 -20px;
}

.about__participants-col {
    /*width: 33.333%;*/
    width: 30%;
    padding: 0 20px;
}

.participants-item {
    display: flex;
    flex-direction: column;
}

.participants-item-title {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 24px;
}

.participants-item-descr {
    display: flex;
    margin: 0 -20px;
}

.participants-item-descr-item {
    text-align: center;
    padding: 0 18px;
    font-family: 'Commissioner', sans-serif;
}

.participants-item-descr-item > div {
    font-size: 32pt;
    line-height: 39px;
    color: #545454;
}

.participants-item-descr-item > span {
    font-size: 19px;
    line-height: 24px;
    color: #A3A3A3;
    margin-top: 8px;
}

.--saint-petersburg > div {
    font-size: 26px;
    line-height: 32px
}

.about-project-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.about-project-grid__item {
    display: flex;
    padding: 20px;
    width: 50%;
}

.about-project-grid__item.--about-project-grid__item-fw {
    width: 100%;
}

.bkd-l4 .about-project-grid .row-stat--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.bkd-l4 .about-project-grid .--about-project-grid__item-fw .row-stat--wrapper {
    flex-direction: row;
    align-items: flex-start;
}

.bkd-l4 .about-project-grid .row-stat--text-with-ico, .bkd-l4 .about-project-grid .feature-stat {
    width: 100%;
}

.bkd-l4 .about-project-grid .--about-project-grid__item-fw .feature-stat {
    max-width: 400px;
}

.bkd-l4 .about-project-grid .row-stat--ico {
    left: 0;
}

.bkd-l4 .about-project-grid .row-stat--text-with-ico {
    padding: 0 0 0 100px;
    margin-bottom: 30px;
}

.bkd-l4 .about-project-grid .row-stat--text-with-ico p {
    font-size: 19px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    color: #0E0E0E;
}

.bkd-l4 .about-project-grid .gl_text span {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 6px;
}

.gl_text {
    font-size: 21px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    color: #545454;
}

/*.about-project__pages {
    background: #fff;
}*/

.about-project__header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bkd-l4 .about-project__header .header_title {
    color: #0E0E0E;
    font-size: 23px;
    line-height: 1.3;
}

.about-project__header h1.header_title {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Commissioner', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    max-width: none;
    color: #0E0E0E;
}

.bkd-l4 .about-project__header .header_title span {
    color: var(--main-color);
    font-size: 22px;
    line-height: 1.3;
    border-bottom: 0;
    display: block;
}

/*.about-project__pages .report {
    background: url('/images/new-pages/about-project/road-bg-large.png') no-repeat center;
}

.about-project__pages .report.report-small {
    background: url('/images/new-pages/about-project/road-bg-small.png') no-repeat center;
}

.about-project__pages .report.report-small2 {
    background: url('/images/new-pages/about-project/road-bg-small2.png') no-repeat center;
    padding-bottom: 120px;
}*/

.about-project__pages .report.report-small2.--no-pd {
    padding-bottom: 0;
}

@media only screen and (max-width: 1140px) {
    .about__participants {
        background: none;
        padding: 50px 0 50px;
    }

    .participants-list {
        justify-content: space-between;
    }

    .about__participants-col {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1100px) {
    .national-projects__main .national-projects--left-column-project > .national-projects--item:first-child,
    .national-projects__main .national-projects--left-column-project > .national-projects--item:last-child,
    .national-projects__main .national-projects--right-column-project > .national-projects--item:first-child,
    .national-projects__main .national-projects--right-column-project > .national-projects--item:last-child {
        border-radius: 0;
    }

    .national-projects__main .national-projects--left-column-project, .national-projects__main .national-projects--right-column-project {
        max-width: none;
        width: 100%;
    }

    .national-projects__main .national-projects--item h3 {
        max-width: none;
    }

    .national-projects__main .national-projects-info__center {
        width: 100%;
        height: auto;
        border-radius: 0;
        border-color: var(--main-color);
        border-width: 10px;
        background: #fff;
        padding: 30px 0 40px;
    }

    .national-projects__main .national-projects-info__center h2 {
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        font-size: 42px;
        line-height: 47px;
        text-align: center;
        text-transform: uppercase;
        color: #0E0E0E;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-project__pages .report,
    .about-project__pages .report.report-small,
    .about-project__pages .report.report-small2 {
        background: none;
    }

    .about-project__pages .report.report-small2 {
        padding-bottom: 30px;
    }

    .about-project-grid__item {
        display: flex;
        padding: 0;
        width: 100%;
    }

    .about-project-grid__item + .about-project-grid__item {
        margin-top: 40px;
    }

    .about-project-grid {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        flex-direction: column;
    }

    .bkd-l4 .about-project-grid .--about-project-grid__item-fw .row-stat--wrapper {
        flex-direction: column;
    }

    .bkd-l4 .about-project-grid .--about-project-grid__item-fw .feature-stat {
        max-width: none;
    }
}

    @media only screen and (max-width: 991px) {
        .about__participants {
            background: none;
            padding: 50px 0 50px;
        }

        .participants-list {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
        }

        .about__participants-col {
            width: 100%;
        }

        .about__participants-col + .about__participants-col {
            margin-top: 40px;
        }

        .participants-item-descr {
            margin: 0;
            align-items: flex-start;
            justify-content: center;
        }
    }

    @media only screen and (max-width: 768px) {

        .about-project__subtitle-name {
            margin-top: 30px;
            font-size: 16px;
            line-height: 18px;
        }

        .about-project__subtitle-dates {
            font-size: 16px;
            line-height: 1.3;
        }

        .about-project__subtitle-dates:before {
            width: 20px;
            height: 20px;
        }

        .national-projects__main .national-projects-info__center {
            padding: 30px 0 25px;
        }

        .national-projects__main .national-projects-info__center h2 {
            font-size: 32px;
            line-height: 37px;
            padding: 20px 15px;
        }

        .about__participants {
            padding: 30px 0;
        }

        .about__participants h2 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 32px;
        }

        .participants-item-title {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 20px;
        }

        .participants-item-descr-item > div {
            font-size: 22px;
            line-height: 29px;
        }

        .participants-item-descr-item > span {
            font-size: 16px;
            line-height: 20px;
        }

        .--saint-petersburg > div {
            font-size: 20px;
            line-height: 22px
        }

        .bkd-l4 .about-project-grid .row-stat--wrapper {
            padding: 20px;
        }

        .bkd-l4 .about-project-grid .row-stat--text-with-ico p {
            font-size: 16px;
        }

        .bkd-l4 .about-project-grid .gl_text span {
            font-size: 28px;
            line-height: 37px;
        }

        .gl_text {
            font-size: 18px;
        }

        .bkd-l4 .about-project__header .header_title,
        .about-project__header h1.header_title,
        .bkd-l4 .about-project__header .header_title span {
            font-size: 18px;
        }

        .bkd-l4 .about-project-grid .feature-stat {
            padding: 0 20px 0 20px;
        }
    }

    @media only screen and (max-width: 479px) {

        .bkd-l4 .about-project__header .header_title,
        .about-project__header h1.header_title,
        .bkd-l4 .about-project__header .header_title span {
            font-size: 16px;
        }

        .about-project__page h1.title {
            font-size: 20px !important;
        }

        .show_mobile .about-project__pages .report .container {
            width: auto !important;
        }

        .bkd-l4 .about-project-grid .row-stat--ico {
            left: 20px !important;
        }

        .bkd-l4 .about-project-grid .row-stat--text-with-ico {
            padding: 0 0 0 100px !important;
        }
    }

/* News */
.news__header {
    margin-bottom: 24px;
}

.news__filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news__page .news__filter {
    margin-bottom: 5px;
}

.news__filter input::placeholder {
    color: #808285;
    opacity: 1;
}

.news__page .text-highlight {
    color: var(--main-color) !important;
}

.news__filter > div + div {
    padding-left: 16px;
}

.news__filter .news__filter-search input[type=text] {
    width: 100%;
    padding: 7px;
    border: none;
    outline: none;
    border-bottom: 1px solid #808285;
    transition: all .2s ease;
}

.news__filter-search {
    width: 100%;
    position: relative;
}

.news__filter-search img {
    position: absolute;
    right: 20px;
    top: 9px;
}

.--filter-directions > div {
    width: 33.333%;
}

.news__filter .select2-container {
    width: 100%!important;
}

.news__filter .select2-container--default .select2-selection--single {
    height: 37px;
    font-family: 'Commissioner', sans-serif;
}

.news__filter .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Commissioner', sans-serif;
}

.news__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.news__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 20px;
    background: url('/images/new-pages/icon-select-arrow.svg') no-repeat center center;
    background-size: 12px;
    transform: rotate(0);
}

.news__filter .select2-container--default.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}

.news__filter .select2-container--default .select2-selection--single {
    border: 1px solid #808285;
    border-radius: 8px;
}

.news__filter input[type=search] {
    width: 100%;
    border: none;
    outline: none;
    transition: all .2s ease;
}

.news__filter-search {
    padding: 7px 10px 6px 20px;
    border: 1px solid #808285;
    border-radius: 20px;
    height: 39px;
}

.news__filter-search:hover {
    border-color: var(--main-color);
}

.news__filter-search:focus-within {
    border-color: var(--main-color);
}

.news__filter-search input[type="search" i]::-webkit-search-cancel-button {
    display: none;
}

.news__filter-search input[type=search] {
    width: 95%;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
}

.news__filter-search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/new-pages/docs/icon-search.svg") no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.news__filter-search input[type=search]::placeholder {
    color: #808285;
}

.news__filter input[type=text]:hover, .news__filter input[type=search]:hover {
    border-color: var(--main-color);
}

.news__filter-date {
    display: flex;
}

.news__filter .news__filter-date input[type=text] {
    width: 100%;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    padding: 8px 40px 6px 20px;
    border: 1px solid #808285;
    border-radius: 20px;
    min-width: 240px;
    outline: none;
    transition: all .2s ease;
}

.news__filter .date-calendar__control {
    max-width: none;
}

.news__tags {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.news__tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: flex-start;
}

.news__tags-item {
    display: flex;
    padding: 7px 32px 7px 20px;
    background: #FFFFFF;
    border-radius: 16px;
    transition: all .2s ease;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}

.news__tags-item:before {
    content: "";
    background: url("/images/new-pages/icon-close.svg") no-repeat center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: 2px;
    transform: translate(0, -50%);
}

.news__tags-reset.js-tags-reset {
    order: +1;
    padding: 7px 32px 7px 20px;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    color: #A3A3A3;
    transition: all .2s ease;
}

.news__tags-reset.js-tags-reset:hover {
    color: var(--main-color);
}

/*.news__tags-item:hover:before {
    display: block;
}
*/

.control__arrow {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px 20px 6px;
}

.control__arrow-text {
    font-size: 16px;
    color: #A3A3A3;
}

.control__arrow-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMiAxNUwxOCA5IiBzdHJva2U9IiNBM0EzQTMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 20px;
    height: 20px;
    transition: .2s ease;
}

.active .control__arrow-icon {
    transform: rotate(180deg);
}

.tag-filter {
    width: 100%;
    white-space: nowrap;
}

.tag-selector {
    position: relative;
    margin-bottom: 5px;
}

.tag-selector__control {
    cursor: pointer;
}

.answer-selector__search {
    padding: 8px 40px 8px 20px;
    border: 1px solid #A3A3A3;
    border-radius: 8px;
    font-size: 17px;
    color: #0E0E0E;
    width: 100%;
    outline: none;
    font-family: 'Commissioner', sans-serif;
    width: 100%
}

.answer-selector__search::placeholder {
        color: #A3A3A3;
    }

.tag-selector__search {
    padding: 16px 40px 16px 8px;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    border-radius: 0;
    font-size: 16px;
    color: #0E0E0E;
    background: url("/images/new-pages/icon-search2.svg") no-repeat right 10px center;
    background-size: 19px;
    width: 100%;
    outline: none;
    font-family: 'Commissioner', sans-serif;
}

.tag-selector__search:hover {
    border-color: #F5F5F5!important;
}

.tag-selector__search::placeholder {
    color: #A3A3A3;
}

.tag-selector__popup {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.65);
    padding: 8px;
    border-radius: 10px;
    width: 100%;
}

.tag-selector__list {
    display: block;
    max-height: 200px;
    font-family: 'Commissioner', sans-serif;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 8px;
}

.tag-selector__list-item {
    display: block;
    /*white-space: nowrap;*/
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 8px;
}

.tag-selector__list-item:last-child {
    margin-bottom: 0;
}

a.tag-selector__list-item.active {
    background: var(--main-color);
    color: #fff;
}

.tag-selector__list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tag-selector__list::-webkit-scrollbar:vertical {
    width: 2px;
}

.tag-selector__list::-webkit-scrollbar:horizontal {
    height: 2px;
}

.tag-selector__list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #A2A2A2;
}

.tag-selector__list::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #D8D8D8;
}

.news__title {
    display: flex;
    column-gap: 40px;
    align-items: center;
    margin-bottom: 28px;
}

.news__title h1 {
    padding-bottom: 0;
}

.news__category-wrap {
    display:flex;
    column-gap: 16px;
    white-space: nowrap;
    overflow-y: auto;
}

.news__category-item {
    padding: 7px 20px;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    border-radius: 16px;
    transition: all .2s ease;
}

.news__category-item:hover, .news__category-item.active {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.news__columns {
    display: flex;
    column-gap: 40px;
}

.news__columns-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.news__columns-col {
}

.news__columns-main {
    width: 35%;
    padding: 24px 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.news__columns-main .news_date,
.news__page-main .news_date,
.news__page-regional .news_date,
.news__page-trend .news_date,
.other-news .news_date {
    text-align: right;
    margin: 6px 0 0;
}

.news__columns-list {
    width: 65%;
}

.news-main  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news-main .slick-dots li {
    margin: 0 6px;
}

.news-main .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 0;
    border: none;
    background-color: rgba(20, 20, 20, 0.2);
    text-indent: -9999px;
}

.news-main .slick-dots li.slick-active button {
    background-color: #285769;
}

.news-main__more {
    text-align: center;
    margin-top: 20px;
}

.news-main__more a {
    display: inline-block;
    background: url("/images/new-pages/icon_arrow-bottom.svg") no-repeat center;
    background-size: contain;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all .2s ease;
}

.news-main__more a:hover {
    opacity: .85;
}

.news-main .news_block_m {
    padding: 0;
    margin-bottom: 40px;
}

.news-list.news-list__rows {
    padding: 0;
    margin: 0 -15px;
}

.more__news-container {
    margin: 24px 0 0;
}

.news_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 6px;
    color: rgba(14, 14, 14, 0.6);
}

.news_date span {
    display: inline-block;
    padding-left: 26px;
    background: url(/images/new-pages/docs/icon-calendar.svg) no-repeat;
    background-size: 20px;
    background-position: left top -2px;
}

.news-main .nb_img img,
.news__cards .nb_img img {
    height: 220px;
    border-radius: 10px;
}

.news-main .nb_img,
.news__cards .nb_img {
    margin-bottom: 10px;
}

.news_block_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news_block_row {
    display: flex;
    column-gap: 24px;
    margin-bottom: 40px;
}

.news_block_row .nb_img {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
    min-width: 170px;
}

.news_block_row .nb_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_block_row .nb_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 66%;
}

.news_block_img {
    max-width: 170px;
}

.news_block_img img {
    float: left;
    border-radius: 10px;
}

.news__cards {
    margin: 0 -12px;
}

.news__cards .news_block_m {
    margin-bottom: 24px;
    padding: 0 12px;
}

.news__page .nb_img {
    display: block;
    margin-bottom: 10px;
}

.news__page .nb_link {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #0E0E0E;
    font-family: 'Commissioner', sans-serif;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.news__page .nb_tags {
    background: none;
    padding-left: 0;
}

.news__page .nb_tags a {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid var(--main-color);
    line-height: 14px;
    font-family: 'Commissioner', sans-serif;
    color: var(--main-color);
    text-transform: none;
    letter-spacing: normal;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 16px;
    min-height: auto;
    transition: all .2s ease;
}

.news__page .nb_tags a:hover {
    background: var(--main-color);
    color: #fff;
}

.news__page .nb_map-link {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.news__page .nb_map-link a {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 33px 11px 33px;
    border-radius: 10px;
    background: var(--main-color);
    width: 336px;
}

.news__page .nb_data1 {
    font-size: 14px;
    line-height: 15px;
    font-family: 'Commissioner', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0E0E0E;
    padding-left: 25px;
    background: url('/images/new-pages/docs/icon-calendar.svg') no-repeat;
    background-size: 16px;
    margin-bottom: 15px;
}

.news__page .no_text1 {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
}

.news__page .news_wp {
    border: none
}

.news__list-show-button {
    text-align: center;
}

.news__page-all .news__list-show-button {
    padding-left: 35%;
}

.news__list-show-button a {
    padding: 12px 33px 11px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    background: var(--main-color);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    color: #fff;
    min-width: 240px;
    transition: all .2s ease;
}

.news__list-show-button a:hover {
    background: #fff;
    color: var(--main-color);
    
}

.news__page-detail {
}

.page-share {
    margin: 40px 0;
}

.page-share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 0;
    font-size: 14px;
    border: none;
    background: none;
    color: #A3A3A3;
}

.page-share .ya-share2__title {
    color: #A3A3A3;
}

.page-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgNy41MDAwMUwxNy41IDIuNTAwMDFNMTcuNSAyLjUwMDAxSDEyLjVNMTcuNSAyLjUwMDAxTDEwIDEwTTguMzMzMzMgMi41SDYuNUM1LjA5OTg3IDIuNSA0LjM5OTggMi41IDMuODY1MDIgMi43NzI0OEMzLjM5NDYyIDMuMDEyMTcgMy4wMTIxNyAzLjM5NDYyIDIuNzcyNDggMy44NjUwMkMyLjUgNC4zOTk4IDIuNSA1LjA5OTg3IDIuNSA2LjVWMTMuNUMyLjUgMTQuOTAwMSAyLjUgMTUuNjAwMiAyLjc3MjQ4IDE2LjEzNUMzLjAxMjE3IDE2LjYwNTQgMy4zOTQ2MiAxNi45ODc4IDMuODY1MDIgMTcuMjI3NUM0LjM5OTggMTcuNSA1LjA5OTg3IDE3LjUgNi41IDE3LjVIMTMuNUMxNC45MDAxIDE3LjUgMTUuNjAwMiAxNy41IDE2LjEzNSAxNy4yMjc1QzE2LjYwNTQgMTYuOTg3OCAxNi45ODc4IDE2LjYwNTQgMTcuMjI3NSAxNi4xMzVDMTcuNSAxNS42MDAyIDE3LjUgMTQuOTAwMSAxNy41IDEzLjVWMTEuNjY2NyIgc3Ryb2tlPSIjQTNBM0EzIiBzdHJva2Utd2lkdGg9IjEuNjY2NjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.news__page-detail .news_open_wp .nb_tags a {
    display: flex;
    padding: 6px 12px;
    background: #FFFFFF;
    border-radius: 16px;
    font-family: 'Commissioner', sans-serif;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
}

.news__page-detail .news_open_wp .nb_tags a:hover {
    background: var(--main-color);
    color: #FFFFFF;
}

.news__page-detail.news__page .news_open_wp .nb_data1 {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Commissioner', sans-serif;
    text-transform: none;
    color: #A3A3A3;
    padding-left: 0;
    background: none;
    margin-bottom: 0;
}

.news_open_title h1 {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.news_open_wp .swiper-slide img {
    border-radius: 14px;
}

.news__page-detail .no_block {
    border: none;
}

.news__page-detail h2 {
    font-size: 31px;
    line-height: 38px;
    font-family: 'Commissioner', sans-serif;
    text-transform: none;
    color: #0E0E0E;
    margin-bottom: 36px;
}

.news__page-detail .news_open_title {
    margin-bottom: 0;
}

.news__page-detail .news_wp {
    border: none;
    margin: 0;
}

.news__page-detail .other-news {
    padding: 32px 40px;
    box-shadow: 0px 4px 20px 0px #00000026;
    border-radius: 20px;
}

.news__page-detail .other-news .news__list-show-button {
    margin-top: 30px;
}

.news-detail__top {
    display: flex;
    justify-content: space-between;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.news__date-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.news__top-buttons {
    display: flex;
    column-gap: 24px;
    align-items: center;
}

.news__top-buttons .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background: url('/images/new-pages/icon-share.svg') no-repeat;
    background-size: contain;
}

.news__top-buttons .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: none;
}

.news__top-buttons .ya-share2__container_shape_round .ya-share2__badge {
    border-radius: 0;
}

.news__top-buttons .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    height: 24px;
    width: 24px;
}

.news-detail__favorite {
    color: var(--main-color);
}

.news__top-buttons .favorites_news {
    margin-top: 0;
    width: 24px;
    height: auto;
    min-height: 24px;
    border: none;
    padding: 0;
    background: url("/images/new-pages/icon-favorite.svg") no-repeat left center;
    background-size: 24px;
    transition: .1s;
    cursor: pointer;
}

.news__top-buttons .favorites_news.active {
    background: url("/images/new-pages/icon-favorite-added.svg") no-repeat left center;
}

.news__quote {
    text-align: left;
    margin: 24px 0;
    background: #D7E2E8;
    border-radius: 10px;
    padding: 18px 20px 10px 72px;
    font-family: 'Commissioner', sans-serif;
    background-image: url("/images/new-pages/quote-left.png"), url("/images/new-pages/quote-right.png");
    background-repeat: no-repeat;
    background-position: left 14px top 18px, right 20px bottom 18px;
}

.news__quote-text {
    font-size: 19px;
    margin-bottom: 10px;
    color: #0E0E0E;
    
    border: none !important;
}

.news__quote-autor {
    color: #545454;
    font-size: 16px;
    min-height: 50px;
    padding-right: 84px;
    
    border: none !important;
}

.slide-more {
    display: none;
}

.scroll-to-top {
    position: fixed;
    display: none;
    right: 6%;
    bottom: 10%;
    width: 56px;
    height: 56px;
    background: url("/images/new-pages/icon_go-top.svg") no-repeat left center;
    background-size: contain;
    cursor: pointer;
    transition: filter .2s linear;
    border-radius: 50%;
    z-index: 11;
}

.scroll-to-top:hover {
    filter: drop-shadow(0 3px 2px rgba(0,0,0, .5));
}

@media only screen and (max-width: 991px) {
    .news__title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .news__title h1 {
        margin-bottom: 8px;
    }

    .news__category {
        width: 100%;
    }

    .news__category-wrap {
        padding-bottom: 8px
    }

    .news__columns {
        flex-direction: column;
    }

    .news__columns-main {
        width: auto;
        margin-bottom: 24px;
    }

    .news__page-all .news__list-show-button {
        padding-left: 0;
    }

    .news__columns-list {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .show_mobile .news__page .news__title h1.title {
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
        font-size: 24px;
    }

    .news__page .news__filter {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .news__page .news__filter-search {
        width: 100%;
    }

    .control__arrow {
        padding: 8px 0 6px;
    }

    .news__page .news__filter-date {
        width: 100%;
    }

    .news__filter > div + div {
        padding: 0;
        margin-top: 8px;
    }

    .news__category-wrap::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .news__page .date-calendar__control {
        min-width: 100%;
        max-width: none;
    }

    .news__page .date-calendar {
        width: 100%;
    }

    .news__tags-item {
        padding: 4px 28px 3px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .tag-filter {
        min-width: auto;
    }

    .news__tags {
        flex-wrap: wrap;
        width: 100%;
    }

    .--filter-directions > div {
        width: 100%;
    }

    .show_mobile .news__page h1.title {
        margin-bottom: 30px!important;
    }

    .news-detail__top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-family: 'Commissioner', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .news-detail__top > div + div {
        margin-top: 20px;
    }

    .news-detail__top .favorites_news {
        min-height: 20px;
        padding: 0 0 0 36px;
        background-size: 20px;
    }

    .news-detail__share {
        padding-left: 0;
        align-items: center;
    }

    .news__list-show-button a {
        padding: 6px 20px 5px;
        display: inline-block;
        text-decoration: none;
    }

    .scroll-to-top {
        width: 40px;
        height: 40px;
    }

    .news_block_row {
        flex-direction: column;
    }

    .news_block_img {
        max-width: none;
        margin-bottom: 10px;
    }

    .news__page .nb_img {
        width: 100%;
        max-width: 100%;
    }

    .news__page-detail .news_open_wp .nb_tags a {
        margin: 0 8px 8px 0;
    }

    .news__quote {
        margin: 14px 0;
        padding: 8px 10px 10px 43px;
        background-position: left 8px top 10px, right 10px bottom 15px;
        background-size: 29px, 23px;
    }

    .news__quote-text {
        font-size: 13px;
    }

    .news__quote-autor {
        min-height: 30px;
        padding-right: 40px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .news-main__more {
        display: none;
    }

    .news__page .news-last-slide .news_block-img {
        position: relative;
    }

    .news-last-slide {
        position: relative;
    }

    .news__page .news-last-slide .nb_img img {
        filter: brightness(0.5);
    }

    .news-last-slide .news_date,
    .news-last-slide .nb_link,
    .news-last-slide .nb_tags {
        opacity: .5;
    }

    .news-last-slide .slide-more {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .news-last-slide:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .news-last-slide .slide-more a {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        padding: 11px 20px 12px;
        font-family: 'Commissioner', sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #285769;
        white-space: nowrap;
        border-radius: 10px;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 480px) {
    .news__columns-main {
        width: auto;
        margin-bottom: 24px;
        margin: 0 -15px 24px;
    }

    .daterangepicker .right {
        float: left;
    }

    .daterangepicker .drp-selected {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
}

/* Map */

/*.show_mobile .region_info.region_info_dark {*/
/*    background: rgba(14, 14, 14, 0.86);*/
/*    backdrop-filter: blur(2.5px);*/
/*    transform: scale(1) !important;*/
/*    padding: 24px 32px;*/
/*    max-height: calc(100% - 5px);*/
/*    height: 100% !important;*/
/*    border-radius: 0;*/
/*    width: 600px;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup {*/
/*    font-family: 'xocaliburnRegular';*/

/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup h2 {*/
/*    color: #FFFFFF;*/
/*    text-shadow: none;*/
/*    text-align: left;*/
/*    padding: 0 0 12px;*/
/*    margin: 0 0 12px;*/
/*    position: relative;*/
/*    font-size: 23px;*/
/*    line-height: 26px;*/
/*    font-weight: normal;*/
/*    font-family: 'xocaliburnBold';*/
/*    border-bottom: 1px solid rgba(163, 163, 163, 0.2);*/
/*}*/

/*.agglomeration-info--popup h2:after {*/
/*    display: none;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .sub-title {*/
/*    margin-top: 0;*/
/*    font-weight: normal;*/
/*    font-size: 18px;*/
/*    font-family: 'xocaliburnRegular';*/
/*    line-height: 1.3;*/
/*    text-align: left;*/
/*    text-transform: none;*/
/*    color: #FFFFFF;*/
/*    text-shadow: none;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .agglomeration-info--financing {*/
/*    margin-top: 36px;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.region_info_dark .agglomeration-info--financing h3,*/
/*.region_info_dark .agglomeration-info--transport h3,*/
/*.region_info_dark .agglomeration-info--length-network h3 {*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    font-weight: normal;*/
/*    font-family: 'xocaliburnRegular';*/
/*    font-size: 21px;*/
/*    line-height: 23px;*/
/*    margin-bottom: 16px;*/
/*    text-align: left;*/
/*    color: #FFFFFF;*/
/*    text-shadow: none;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .stat-block {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    color: #fff;*/
/*    margin: 0 -20px;*/
/*}*/

/*.agglomeration-info--popup-new .agglomeration-info--financing .stat-item, .agglomeration-info--popup-new .stat-item {*/
/*    width: 50%;*/
/*    max-width: 50%;*/
/*    padding: 0 20px;*/
/*    margin-bottom: 16px;*/
/*    text-align: left;*/
/*    flex: 1 auto;*/
/*    background: none;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .stat-item:not(:last-child) {*/
/*    border: none;*/
/*}*/

/*.agglomeration-info--popup-new .agglomeration-info--financing .stat-item p {*/
/*    font-size: 16px;*/
/*    line-height: 1.3;*/
/*    font-weight: 400;*/
/*    text-align: left;*/
/*    color: #fff;*/
/*}*/

/*.agglomeration-info--popup-new .agglomeration-info--financing .stat-item .count,*/
/*.agglomeration-info--popup-new .stat-item .count {*/
/*    font-weight: normal;*/
/*    font-size: 23px;*/
/*    line-height: 26px;*/
/*    font-family: 'xocaliburnBold';*/
/*    text-align: center;*/
/*    color: var(--main-color);*/
/*    margin-right: 8px;*/
/*}*/

/*.agglomeration-info--popup-new .agglomeration-info--financing .stat-item .count-description,*/
/*.agglomeration-info--popup-new .stat-item .count-description {*/
/*    font-size: 23px;*/
/*    line-height: 26px;*/
/*    font-family: 'xocaliburnBold';*/
/*    color: var(--main-color);*/
/*    margin-bottom: 0;*/
/*}*/

/*.agglomeration-info--popup-new .agglomeration-info--length-network .stat-item p {*/
/*    padding-top: 0;*/
/*    margin-bottom: 0;*/
/*    font-size: 16px;*/
/*    line-height: 1.3;*/
/*    font-weight: 400;*/
/*    text-align: left;*/
/*    color: #fff;*/
/*}*/

/*.agglomeration-info--popup-new .all-length-network {*/
/*    margin-top: 26px;*/
/*}*/

/*.agglomeration-info--popup-new .all-length-network p {*/
/*    font-size: 16px;*/
/*    line-height: 1.3;*/
/*    font-weight: 400;*/
/*    text-align: left;*/
/*    color: #fff;*/
/*}*/

/*.region_info_dark .agglomeration-info--popup-new .agglomeration-info--road-paving h3 {*/
/*    font-family: 'xocaliburnRegular';*/
/*    font-weight: normal;*/
/*    font-size: 21px;*/
/*    line-height: 23px;*/
/*    text-transform: none;*/
/*    text-align: left;*/
/*    margin-top: 40px;*/
/*    margin-bottom: 27px;*/
/*    color: #FFFFFF;*/
/*    text-shadow: none;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .c_btn {*/
/*    font-family: 'xocaliburnRegular';*/
/*    font-weight: normal;*/
/*    font-size: 18px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    color: #FFFFFF;*/
/*    display: inline-block;*/
/*    margin: 36px auto 0;*/
/*    text-transform: none;*/
/*    padding: 12px 33px 11px;*/
/*    max-width: 336px;*/
/*    width: 100%;*/
/*    background: var(--main-color);*/
/*    border: 2px solid var(--main-color);*/
/*    border-radius: 10px;*/
/*    transition: all .2s ease;*/
/*}*/

/*.agglomeration-info--popup-new.agglomeration-info--popup .c_btn:hover {*/
/*    opacity: .95;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress {*/
/*    margin-bottom: 16px;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress-wrapper {*/
/*    height: 12px;*/
/*    width: 100%;*/
/*    background: rgba(163, 163, 163, 0.4);*/
/*    border-radius: 50px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress__progress {*/
/*    position: absolute;*/
/*    left: -100%;*/
/*    top: 0;*/
/*    display: block;*/
/*    height: 100%;*/
/*    background: var(--main-color);*/
/*    border-radius: 50px;*/
/*    !*transition: all .5s cubic-bezier(1, -0.13, 0, 0.95);*!*/
/*    transition: all .5s linear;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress__progress.active {*/
/*    left: 0;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress__total {*/
/*    font-family: 'xocaliburnRegular';*/
/*    font-size: 23px;*/
/*    line-height: 25px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.agglomeration-info--popup-new .road-progress__total sup {*/
/*    font-size: 12px;*/
/*}*/


/*@media only screen and (max-width: 768px) {*/
/*    .agglomeration-info--popup-new .agglomeration-info--financing .stat-item .count-description,*/
/*    .agglomeration-info--popup-new .stat-item .count-description {*/
/*        font-size: 16px;*/
/*        line-height: 21px;*/
/*        font-family: 'xocaliburnRegular'*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*    .agglomeration-info--popup-new.agglomeration-info--popup .stat-block {*/
/*        margin: 0;*/
/*    }*/

/*    .agglomeration-info--popup-new.agglomeration-info--popup h2 {*/
/*        font-size: 21px;*/
/*    }*/
/*    */
/*    .agglomeration-info--popup-new.agglomeration-info--popup .sub-title {*/
/*        font-size: 16px;*/
/*    }*/

/*    .region_info_dark .agglomeration-info--financing h3, */
/*    .region_info_dark .agglomeration-info--transport h3, */
/*    .region_info_dark .agglomeration-info--length-network h3 {*/
/*        font-size: 19px;   */
/*    }*/

/*    .agglomeration-info--popup-new .agglomeration-info--financing .stat-item .count, */
/*    .agglomeration-info--popup-new .stat-item .count {*/
/*        font-size: 21px;*/
/*    }*/

/*    .agglomeration-info--popup-new .agglomeration-info--financing .stat-item p,*/
/*    .agglomeration-info--popup-new .agglomeration-info--length-network .stat-item p,*/
/*    .agglomeration-info--popup-new .agglomeration-info--financing .stat-item .count-description,*/
/*    .agglomeration-info--popup-new .stat-item .count-description,*/
/*    .agglomeration-info--popup-new .all-length-network p {*/
/*        font-size: 14px;*/
/*    }*/

/*    .agglomeration-info--popup-new .agglomeration-info--financing .stat-item,*/
/*    .agglomeration-info--popup-new .stat-item {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*        padding: 0;*/
/*    }*/

/*    .agglomeration-info--popup-new.agglomeration-info--popup .agglomeration-info--financing {*/
/*        margin-top: 26px;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .agglomeration-info--popup-new .all-length-network {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .region_info_dark .agglomeration-info--popup-new .agglomeration-info--road-paving h3 {*/
/*        margin-top: 20px;*/
/*        margin-bottom: 16px;*/
/*        font-size: 19px !important;*/
/*    }*/

/*    .agglomeration-info--popup-new .road-progress__total {*/
/*        font-size: 16px;*/
/*        line-height: 22px;*/
/*    }*/
/*    .agglomeration-info--popup-new .road-progress__total sup {*/
/*        font-size: 10px;*/
/*    }*/

/*    .agglomeration-info--popup-new.agglomeration-info--popup .c_btn {*/
/*        !*margin: 26px auto 0;*!*/
/*        !*padding: 6px 25px 3px;*!*/
/*        !*max-width: 300px;*!*/
/*        !*font-size: 16px;*!*/
/*        width: 100%;*/
/*        max-width: unset;*/
/*    }*/
/*}*/

/* Contacts */

.contacts__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -20px;
    color: #0E0E0E;
    line-height: 1.3;
}

.contacts__item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
}

.contacts__item-row {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 15px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 28px;
    font-size: 18px;
    font-family: 'Commissioner', sans-serif;
}

.contacts__item-row.--contacts__item-title {
    padding-left: 0;
    font-family: 'Commissioner', sans-serif;
    font-size: 23px;
    margin-bottom: 28px;
}

.contacts__item-row.--contacts__item-address {
    background-image: url("/images/new-pages/icon_map.svg");
}

.contacts__item-row.--contacts__item-phone {
    background-image: url("/images/new-pages/icon_phone.svg");
}

.contacts__item-row.--contacts__item-email {
    background-image: url("/images/new-pages/icon_mail.svg");
}

@media only screen and (max-width: 768px) {
    .contacts__list {
        flex-direction: column;
        justify-content: space-between;
        margin: 0;
    }

    .contacts__item {
        width: 100%;
        padding: 0;
    }

    .contacts__item-row.--contacts__item-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .show_mobile h1.title {
        /*font-size: 18px !important;*/
    }
}

/* Dictonary */
.page__dictonary .subtitle {
    font-size: 31px;
    line-height: 38px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    color: #0E0E0E;
    margin-bottom: 60px;
}

.dictonary-list {
    line-height: 1.3;
}

.dictonary-list > p {
    margin-bottom: 24px;
}

.dictonary-list > p > strong {
    font-size: 16px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    color: var(--main-color);
}

@media only screen and (max-width: 768px) {
    .page__dictonary .subtitle {
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}