/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');*/

.page-title {
    line-height: 130%;
}

.asside-list li {
    margin-bottom: 18px;
    flex-direction: column;
}

.asside-list li a {
    line-height: 18px;
}

.asside-list li span {
    margin-top: 2px;
}

.header-left {
    align-items: center;
    gap: 20px;
}

.banner-breadcrumbs-info-top {
    background-image: unset;
    padding-left: unset;
}

/* 20.10. 2022 */
.info-asside-list li {
    cursor: pointer;
}

.info-asside-list li:hover img path {
    fill: #fff;
}

.info-asside-list li {
    padding: 7px 16px;
}

.info-asside-item:after {
    content: none;
}

.logo-text-top {
    font-weight: 700;
}

.body-nav__item {
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.body-nav__item:last-child {
    border-bottom: 0;
}

.body-nav-slide {
    height: 535px;
}

.release-title {
    font-weight: 700;
}

/* Смена цвета шрифта на синий по дизайну */
.news-small-card__date, .release-date__number, .release-desc a,
.news-card__day {
    color: #0081CA;
}

.release-date {
    width: 60px;
}

.release-date__number, .release-date__month {
    text-align: center;
    font-weight: 400;
}

.footer-item__title {
    margin-bottom: 5px;
}

.footer-item {
    margin-bottom: 20px;
}

.header-right-link:before {
    top: 55%;
}

.fw-400 {
    font-weight: 400;
}

.breadcrumbs li {
    font-size: 12px;
}

/* Сборники */
.collection-item img {
    object-fit: cover;
}

.collection-item .news-item__img {
    width: 150px;
}

.collection-item .news-item__content {
    width: calc(100% - 180px);
}

table td:not(.inflation-table td) {
    border: 1px solid #ECECEC;
    padding: 10px;
}

table:not(.inflation-table) {
    border-collapse: collapse;
}

.tools-block p.white {
    color: #ffffff;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 50px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 10px !important;;
}

.pl-2 {
    padding-left: 20px !important;;
}

.pl-3 {
    padding-left: 30px !important;;
}

.pl-4 {
    padding-left: 40px !important;;
}

.pl-5 {
    padding-left: 50px !important;;
}

.ads .block-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #13171F;
}

.ads-item__link {
    color: #13171F !important;
}

.white {
    color: #ffffff;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.img-fluid {
    max-width: 100%;
}

.d-block {
    display: block;
}

.text-orange {
    color: #F9BB4A !important;
}

.sub-part {
    z-index: 2;
}

.card-slider-item__title span {
    display: block;
    font-size: 12px;
    color: #9196A4;
    margin-top: 10px;
}

.info-body-top {
    margin-bottom: 40px;
}

.info-body-content {
    gap: 2.2rem;
}

.releases {
    width: 50%;
}

.file-download-link {

}

.file-download-wrapper {
    padding: 6px 0;
    margin-bottom: 10px;
    font-size: 17px;
}

.file-download-wrapper:last-child {
    margin-bottom: 20px;
}

.divTableCell a {
    color: #4264D0;
}

.divTableCell a:hover {
    text-decoration: underline;
}

.publication-detail img {
    max-width: 100%;
}

.info-number-list {
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
}

.table-block {
    width: 100%;
    overflow-y: auto;
}

ul.list {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2B2E35;
    list-style: disc;
    padding-left: 16px;
}

ul.list li {
    margin-bottom: 5px;
}

ol.list {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2B2E35;
    padding-left: 16px;
}

ol.list li {
    margin-bottom: 5px;
}

ol.list li::marker {
    font-weight: 700;
}

.archive-item {
    background: #F5F7F9;
}

blockquote {
    margin: inherit;
    border-left: 5px solid #0081CA;
    background: #f2f4f8;
    padding: 20px;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

a.logo img {
    height: 65px;
}

.statistic-form {
    display: inline-block;
}

.statistic-results-block {
    display: flex;
    gap: 25px;
}

.statistic-results-block-item {
    display: flex;
    border: 1px solid #4264D0;
    border-radius: 5px;
    padding: 20px;
    gap: 20px;
}

.statistic-results-block-btn {
    margin-right: 25px;
    margin-top: 10px;
    text-align: end;
}

.vvp-table td {
    white-space: nowrap;
}

.inflation-tab-table.vvp-tab-table {
    width: 316px;
}

.inflation-table tr > td:last-child {
    color: #FFFFFF;
    font-weight: 700;
}

.population-info-region {
    margin-bottom: 20px;
}

.highcharts-title {
    font-weight: 700;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}

.inflation-tab-table__title {
    font-weight: 700;
    font-size: 12px;
}

.inflation-tab-table__title.trade-table-title {
    font-weight: 700;
    font-size: 12px;
}

.release-list li {
    vertical-align: top;
}

.inflation-table td {
    font-weight: 400;
}

.text-bold {
    font-weight: 700 !important;
}

.inflation-table tr > td.no-style {
    font-weight: 400 !important;
}

.population-info-region.vvp-info .population-info-region-item {
    margin-bottom: 20px;
}

.population-info-region.vvp-info .population-info-region-item:last-child {
    margin-bottom: 0;
}

.charts-tab-body__item .no-legend__item {
    background-image: none !important;
    padding-left: 0 !important;
}

.td-border {
    border-bottom: 2px solid #9196a48f !important;
}

.inflation-item {
    margin-right: 90px;
}

#inflation-diagram {
    height: 305px;
}

.inflation-tab-table.trade-table {
    width: 316px;
}

.trade-diagram {
    width: 510px;
}

.vvp-legends.income-legends .legend-item {
    width: 33%;
}

.popover__wrapper.right-popover .popover__content {
    right: 0;
    transform: translateX(0);
    left: auto;
}

.popover__wrapper.right-popover .popover__content:before {
    transform: rotate(-90deg);
    left: auto;
    right: -5px;
}

.vvp-tab-table .popover__content {
    width: 160px;
}

.search-region-list {
    height: auto;
}

/*Прелодер для кнопки*/
.spinner {
    position: relative;
    color: transparent !important;
}

.spinner:before {
    content: "";
    position: absolute;
    top: 19%;
    left: 44%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #fff;
    border-right-color: #4264d0;
    animation: s2 1s infinite linear;
}

@keyframes s2 {
    to {
        transform: rotate(1turn)
    }
}

.form-global-btn, .form-btn {
    cursor: pointer;
}

.validation-error {
    border: 1px solid #EB5757 !important;
}

.validation-error:focus-visible {
    outline-color: #EB5757 !important;
}

.cursor-disabled {
    cursor: not-allowed;
}

.divTableCell {
    vertical-align: middle;
}

.divTableRow.text-md {
    font-size: 14px;
}

.tasks-list li {
    margin-bottom: 5px;
}

.release {
    padding-left: 70px;
}

.release-content {
    height: auto;
}

.days .day {
    cursor: pointer;
}

.days .day:hover {
    background: #009EE3;
    color: #fff;
}

.calendar-top {
    border-left: none;
    border-right: none;
}

.bureau-tab-head li {
    display: flex;
    align-items: center;
}

.calendar-events .no-calendar-event {
    padding: 15px 25px;
    background: #F7F9FB;
    position: relative;
}

.calendar-events .no-calendar-event:before {
    content: '';
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #EB5757;
}

.custom-clear-filter {
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #4264D0;
    padding: 9px 25px;
    cursor: pointer;
    height: 40px;
    display: inline-block;
}

.custom-clear-filter:hover {
    text-decoration: none !important;
}

.custom-alert-danger, .custom-alert-info {
    padding: 15px 25px;
    background: #F7F9FB;
    position: relative;
    width: 100%;
}

.custom-alert-danger:before {
    content: '';
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #EB5757;
}

.custom-alert-info:before {
    content: '';
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #027ef1;
}

.custom-alert-danger.inverse {
    background: #ffffff !important;
}

.badge-light {
    padding: 2px 8px;
    background: #f5f7f9;
    border-radius: 6px;
}

.calendar-event-type {
    font-size: 11px;
    color: #000;
    margin-top: 5px;
    opacity: 70%;
}

.card-link-list {
    gap: 20px;
}

.statistic-form-flex {
    display: flex;
    gap: 20px;
}

.copyright {
    font-size: 14px;
}

.mob-start span {
    background-color: #4264D0;
    border: 1px solid #4264D0;
}

.callback, .callback-mobile {
    z-index: 999;
}

.callback-mobile {
    position: fixed;
    bottom: 0;
    right: 10px;
    display: none;
}

.footer-item__desc a {
    display: inline-block;
}

.divTableCell-right-text.bureau-contacts-table .divTableRow > div:last-child {
    text-align: right !important;
}

.divTableCell-right-text .divTableRow > div:first-child {
    text-align: left !important;
}

.btn-filter {
    margin-left: 0;
}

.custom-clear-filter {
    margin-left: 10px;
}

.collections-filter-form .custom-clear-filter {
    margin-left: 0;
}

#vko {
    right: 20px;
    top: 259px;
}

#almaty {
    bottom: 92px;
    right: 238px;
}

#turkestan {
    bottom: 110px;
    left: 595px;
}

#astana {
    top: 194px;
    left: 678px;
}

.fs-15 {
    font-size: 15px;
}

.publication-detail table {
    width: 100%;
    border-collapse: collapse;
}

.banner-info-region-icon img {
    max-height: 72px;
}

.region-publication-card {
    width: 30%;
    background: #295FA0;
    border-radius: 8px;
    padding: 21px 26px;
}

.region-publication .publication-body {
    display: flex;
    margin-bottom: 10px;
}

.region-publication .publication-title {
    line-height: 140%;
}

.region-publication-img {

}

.region-publication-card.way {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

.region-publication-card.way.way--active {
    transform: translateX(0);
    opacity: 1;
}

.region-publication-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
}

.region-publication-card-top .info-block-title {
    margin-bottom: 0;
}

.region-ads-block {
    background: #FFFFFF;
    border-radius: 8px;
    width: 67%;
    padding: 21px 26px;
}

.region-ads-block.way {
    transform: scale(0.7);
    opacity: 0;
    transition: opacity 0.75s ease-in-out 0.35s, transform 0.75s ease-in-out 0.35s;
}

.region-ads-block.way.way--active {
    transform: scale(1);
    opacity: 1;
}

.region-ads-block__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.region-ads-block__top .info-block-title {
    margin-bottom: 0;
}

.region-ads-block .releases {
    width: 100%;
}

.release-date__number {
    font-size: 30px;
}

table.publication-table tr td:first-child {
    text-align: left;
}

table.publication-table tr td {
    text-align: right;
}

table.publication-table tr th {
    text-align: center;
    font-weight: 400;
    border: 1px solid #ECECEC;
    padding: 10px;
}

.banner-breadcrumbs-item {
    border-left: none;
}

.banner-breadcrumbs-item__text {
    padding-left: 15px;
    border-left: 4px solid #56CCF2;
    margin-right: 0;
}

.btn-document {
    margin-right: 25px;
}

.table-block-title {
    margin-bottom: 10px;
}


.asside-sub-menu li {
    margin-bottom: 24px;
}

.asside-sub-part {
    top: -12px;
}

.asside-sub-menu li:last-child {
    margin-bottom: 0;
}

.fix-asside-list li span {
    cursor: default;
}

.fix-asside-list:hover .asside-sub-part {
    cursor: default;
}

.news-inner img {
    max-width: 100%;
    /*width: auto;*/
    display: inline-block;
}

.text-white {
    color: white !important;
}

.calendar-day.selected.today {
    color: #F79256;
}

.iteractive-table a.sort {
    text-decoration: none;
    color: #13171F;
}

.lastDivTableHead {
    width: 15%;
}

.course-img {
    height: 160px;
}

.publications-filter-input {
    width: 175px;
}

.courses-list li {
    vertical-align: top;
}

.custom-textarea {
    background: #FFFFFF;
    border: 1px solid rgba(156, 177, 206, 0.5);
    border-radius: 6px;
    width: 100%;
    text-indent: 13px;
}

.region-collections-index {
    width: 32.5%;
    display: flex;
}

.region-collections-index .card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.region-collections-index .card-item:hover {
    transform: scale(1.02);
    transition: transform 0.5s ease-in-out;
}

.header-block__icon .region-header-icon {
    max-height: 70px;
}

.collections-filter-block {
    justify-content: space-between;
}

.select-collections {
    width: 645px;
}

.select-collections-all {
    width: 760px;
}

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

.table-filter-item {
    margin-bottom: 10px;
}

#collections-industry-filter {
    width: 275px;
}

#region-collections-industry-filter {
    width: 308px;
}

#operational-industry-filter {
    width: 309px;
}

.file-block-title {
    font-weight: bold;
}

.ads-file-item {
    margin-bottom: 5px;
}

.ads-file-item:last-child {
    margin-bottom: 0;
}

.ads-file-item a {
    color: #0081CA;
}

.region-list {
    flex-wrap: wrap;
}

.region-item {
    width: 18%;
}

.map-table {
    display: none;
}

.divTableCell-right-text-region .divTableCell {
    text-align: left;
}

.d-block-mobile {
    display: none;
}

.fw-600 {
    font-weight: 600;
}

.map-table .divTableCell a {
    text-decoration: underline;
    color: #2B2E35;
}

.statistics-list li a span.statistic-size, .statistics-list li a span.statistic-date {
    white-space: nowrap;
}

.statistics-list li a span.statistic-size {
    width: 85px;
    text-align: right;
}

.region-sub-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 500px;
}

body.letsee-active .population-table-wrapper {
    height: 250px;
    overflow: auto;
    padding-right: 2px;
}

body.letsee-active .population-table-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #063478;
}

body.letsee-active .population-table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(202, 208, 221, 0.2);
    border-radius: 4px;
}

body.letsee-active .population-table-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(202, 208, 221, 0.2);
}

body.letsee-active .tab-btn {
    font-size: 12px !important;
}

body.letsee-active .income-legends {
    display: none;
}

.map-wrapper a.small path {
    fill: #C9EBFB;
}

.map-wrapper a.medium path {
    fill: #98DEFF;
}

.map-wrapper a.big path {
    fill: #67B9E7;
}

.map .city-icon {
    transition: all 0.4s ease-in-out;
}

.map .city-icon:hover {
    background-color: #0081CA;
}

.collestions-table .divTableHead {
    background-color: #f5f7f9;
    border-bottom: 10px solid #fff;
}

.collestions-table .divTableCell {
    background-color: #f5f7f9;
    border-bottom: 10px solid #fff !important;
    font-size: 14px !important;
}

.collestions-table .divTableRow .divTableCell:first-child {

}

.site-map {
    margin-top: -25px;
}

.site-map ul {
    margin-bottom: 25px;
}

.site-map ul li {
    padding-left: 0;
    list-style: none;
    margin: 10px 0;
}

.site-map ul li a {
    text-decoration: none;
}

.site-map ul li ul {
    padding-left: 25px;
    margin: 0;
}

.site-map ul > ul, .site-map ul > ul > ul, .site-map ul > ul > ul > ul {
    text-decoration: none;
}

.publication-card-inner {
    width: 100%;
    border-radius: 6px;
}

.publication-card-inner .publication-cover img {
    max-width: 190px;
    display: block;
    overflow: hidden;
}

.publication-card-inner .publication-content {
    width: 100%;
}

.publication-card-inner .publication-date {
    font-size: 14px;
}

.collection-item-type {
    font-size: 12px;
    color: #000;
}

.publication-img {
    max-width: 130px;
    width: auto;
}

.statdata-modal {
    padding: 0;
    border-radius: 12px;
}

.statdata-modal.large {
    max-width: 750px;
}

.statdata-modal .modal-img {
    padding: 20px 20px 0 20px;
    text-align: center;
}

.statdata-modal .modal-img img {
    max-width: 200px;
}

.statdata-modal .modal-header {
    padding: 35px 20px 20px 20px;
}

.statdata-modal .modal-header h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
}

.statdata-modal .modal-body {
    padding: 0 20px 20px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

.statdata-modal .modal-body p {
    margin-bottom: 10px;
}

.statdata-modal .modal-body p:last-child {
    margin-bottom: 0;
}

.statdata-modal b, .statdata-modal strong {
    font-weight: 600;
}

.statdata-modal .modal-footer {
    text-align: center;
    padding: 20px 20px 35px 20px;
}

.modal-btn-outline {
    background: #ffffff;
    border: 1px solid #4264D0;
    border-radius: 8px;
    text-align: center;
    color: #4264D0;
    padding: 10px 30px;;
    display: inline-block;
}

.modal-btn-outline:hover {
    background: #4264D0;
    color: #ffffff
}

.modal-btn {
    background: #4264D0;
    border: 1px solid #4264D0;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    padding: 10px 30px;;
    display: inline-block;
    margin-right: 10px;
}

.modal-btn:hover {
    background: #ffffff;
    color: #4264D0;
}

.publication-card .publication {
    gap: 10px;
}

.publication-card .publication-img img {
    object-fit: fill;
}

.publication-card .publication-img {
    border-radius: 0;
}

.custom-select-collections-all {
    width: 740px;
}

.spreadsheets-popover__wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
}

.spreadsheets-popover__wrapper .popover__content:before {
    left: -4.5px;
    border-color: transparent transparent #E8ECF7 transparent;
}

.spreadsheets-popover__wrapper .popover__content {
    top: 47px;
    background: #E8ECF7;
}

.search-link-container {
    display: flex;
}

.search-link-second {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #818B9F;
    width: 256px;
    display: inline-flex;
    position: relative;
    padding-left: 52px;
    margin-left: 15px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(156, 177, 206, 0.5);
    border-radius: 8px;
    height: 40px;
}

.search-link-second:hover {
    border-color: #4264D0;
}

.search-link-second:hover .search-link-second-icon {
    /*background: #fff;*/
}

.search-link-second:hover .search-link-second-icon svg path {
    /*fill: #4264D0;*/
}

.search-link-second-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}

.search-link-zoom-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

.search:has(input:focus) {
    border-color: #4264D0;
}

.national-table {

}

.w-100p {
    width: 100px;
}

.block-title .title-img {
    height: 24px;
    margin-right: 5px;
}

.goals .block-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}

.subgoals-block .subgoals-block-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.subgoals-block .subgoals-block-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.subgoals-block-row > div:first-child {
    width: 75%;
    opacity: 0.7;
}

.subgoals-block-row .subgoals-block-cell-links {
    display: flex;
    justify-content: space-between;
    width: 20%
}

.sustainable-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    justify-content: space-evenly;
    gap: 20px;
}

.sustainable-flip-card {
    background-color: transparent;
    width: 120px;
    height: 120px;
    perspective: 1000px;
    cursor: pointer;
}

.sustainable-flip-card-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    text-align: center;
}

.sustainable-flip-card:hover .sustainable-flip-card-inner {
    transform: rotateY(180deg);
}

.sustainable-flip-card-front, .sustainable-flip-card-back {
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sustainable-flip-card-back {
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainable-flip-card-back {
    transform: rotateY(180deg);
}

.sustainable-flip-card-back a {
    /*width: 100px;*/
    /*height: 100px;*/
}

.sustainable-flip-card-front img {
    width: 120px;
    height: 120px;
}

.sustainable-goals-block {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
}

.sustainable-goals-block .sustainable-goals-item {
    text-align: center;
    width: 25%;
}

.sustainable-goals-block .sustainable-goals-item img {
    max-width: 45px;
    display: block;
    margin: 0 auto 10px;
}

ul.goals-link-list li {
    margin-bottom: 10px;
}

.goal-img img {
    max-width: 100%;
    width: auto;
    margin: 0 auto 10px;
}

.hero-block-title {
    padding: 22px 33px;
    margin: 30px 0 40px;
    font-weight: 700;
    font-size: 17px;
    color: #295FA0;
    border: 1px solid #295FA0;
    text-align: justify;
    border-radius: 5px;
}

.cluster b, .cluster strong {
    color: #295FA0;
}

.auth-wrapper {
    display: flex;
    justify-content: center;
}

.auth-wrapper .form-group {
    width: 100%;
}

.starrequired {
    color: red;
}

.auth-wrapper .input-hint {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.input-hint {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 15px;
    margin-bottom: 0;
}

.stat-regform {
    width: 450px;
}

.stat-regform .statistic-input {
    width: 100%;
}

.stat-authform {
    width: 585px;
    padding: 40px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
}

.stat-authform .auth-icon {
    height: 200px;
    margin-bottom: 20px;
}

.auth-title {
    color: #13171F;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.stat-regform {
    width: 995px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
}

.stat-regform-inner {
    padding: 40px;
    width: 500px;
}

.stat-regform .email-info {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
    background: #4264D0;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
}

.stat-regform .email-info a {
    text-decoration: underline;
    color: #ffffff;
}

.stat-regform .email-info-hint {
    width: 75%;
}

.stat-regform-outter {
    display: flex;
    justify-content: center;
}

.form-captcha-wrapper {
    text-align: center;
}

.form-captcha-wrapper .form-label {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.already-registered {
    padding: 40px;
    text-align: center;
}

.input-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.stat-authform .calendar-events p:last-child {
    margin-bottom: 0;
}

.stat-authform .form-hint {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.stat-authform.error-swing {
    -webkit-animation: swing 0.5s ease;
    animation: swing 0.5s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    30% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.data-request {
    width: 600px;
}

.data-request form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.data-request .form-check label {
    display: inline-block;
}

.data-request form label + a {
    display: block;
    margin-bottom: 20px;
}

.data-request form input[type="text"] {
    width: 100%;
}

.data-request form span.mf-req {
    color: #EB5757;
}

.data-request form .file-block {
    border-radius: 10px;
    background: #F5F7F9;
    padding: 20px;
}

.data-request form input[type="file"]::file-selector-button {
    border-radius: 6px;
    border: 1px solid #4264D0;
    padding: 7px 10px;
    background-color: transparent;
    transition-duration: 0.1s;
}

.data-request form input[type="file"]::file-selector-button:hover {
    opacity: 0.9;
    cursor: pointer;
    background-color: #4264D0;
    color: #ffffff;
}

.data-request .calendar-events p:last-child {
    margin-bottom: 0;
}

.bg-white {
    background-color: #ffffff!important;
}

.data-request .custom-alert-info {

}

.data-request .custom-alert-info:before {
    background: #27AE60;
}

.data-request-item-status {
    display: flex;
    align-items: center;
}

.data-request-item-status span.status-circle {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-color: #4264D0;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.data-request-item-status.new span.status-circle {
    background-color: #4264D0;
}

.data-request-item-status.in_progress span.status-circle,
.data-request-item-status.on_check span.status-circle,
.data-request-item-status.on_check_sb span.status-circle,
.data-request-item-status.on_adjustment span.status-circle {
    background-color: #F6A429;
}

.data-request-item-status.done span.status-circle {
    background-color: #607D8B;
}

.data-request-item-status.rejected span.status-circle {
    background-color: #EB5757;
}

.data-request-item-status.approved span.status-circle {
    background-color: #27AE60;
}

.data-request-table .divTableCell {
    padding: 15px 5px;
    vertical-align: top;
}

.data-request-table .divTableHead {
    padding: 5px 0px;
}

.data-request-table .comment-column {
    width: 40%;
}

.form-global-btn.btn-outline {
    width: auto;
    background: none;
    color: #4264D0;
    border: 1px solid #4264D0;
}

.form-global-btn.btn-outline:hover {
    width: auto;
    background: #4264D0;
    color: #ffffff;
    border: 1px solid #4264D0;
}

.element-file-formats {
    color: #4264D0;
}

.doc-item-formats-info, .doc-item-formats-info a {
    color: #4264D0;
}

.selected-days:not(:first-child) {
    margin-left: 5px;
}

.pannel-wrapper {
    display: flex;
    justify-content: space-between;
}

.pannel {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.pannel .pannel-header {
    border-radius: 8px 8px 0px 0px;
    background: #0081CA;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 135px;
}

.pannel .pannel-header .icon {
    margin-right: 30px;
}

.pannel .pannel-header .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #FFF;
}

.pannel .pannel-body {
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
    padding: 25px 30px;
    height: 100%;
}

.pannel .pannel-body p {
    padding-bottom: 15px;
}

table.exp-stat-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

.exp-stat-table td {
    background: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    padding: 15px !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    color: #000000;
}

.exp-stat-table td:first-child {
    font-weight: 700;
}

.exp-stat-table th {
    color: #2C354F;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px;
    text-transform: uppercase;
    text-align: left;
}

.exp-stat-table th.main {
    color: #0557A3;
    background: #ffffff;
}

.exp-stat-table tr:last-child td {
    border: none;
}

.border-top-left {
    border-top-left-radius: 8px;
}

.border-top-right {
    border-top-right-radius: 8px;
}

.border-bottom-left {
    border-bottom-left-radius: 8px;
}

.border-bottom-right {
    border-bottom-right-radius: 8px;
}

.td-hidden {
    opacity: 0;
}

.exp-stat-table td.no-border-bottom {
    border-bottom: none !important;
}

.exp-stat-table .border-left {
    border-left: 1px solid #0557A3 !important;
}

.exp-stat-table .border-top {
    border-top: 1px solid #0557A3 !important;
}

.exp-stat-table .border-right {
    border-right: 1px solid #0557A3 !important;
}

.exp-stat-table .border-bottom {
    border-bottom: 1px solid #0557A3 !important;
}

.trackers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.tracker {
    border-radius: 8px;
    background: #0557A3;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    flex: 0 0 32%;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    min-height: 200px;
    transition: transform 0.25s ease-in-out;
}

.tracker.tracker-two-column {
    flex: 0 0 49%;
}

.tracker.disabled {
    background: rgba(133, 133, 133, 0.20);
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
}

.tracker.active:hover {
    transform: scale(1.1);
    transition: transform 0.25s ease-in-out;
}

.tracker.active.tracker-two-column:hover {
    transform: scale(1.07);
    transition: transform 0.25s ease-in-out;
}

.pem-tracker.active.tracker-two-column:hover {
    transform: none;
}

.tracker.disabled a {
    cursor: not-allowed;
}

.tracker.disabled .stracker-descr {
    color: #CACACA;
}

.tracker.disabled:before {
    background: #9D9E9F;
}

.tracker a {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.tracker:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 135px;
    top: 15%;
    left: 0;
    background: #F6A429;
    border-radius: 8px;

}

.tracker .tracker-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.pem-tracker .tracker-title a {
    color: #FFF;
}

.pem-tracker .tracker-title a:hover {
    color: #FFF;
    text-decoration: underline;
}

.pem-tracker .tracker-passport-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pem-tracker .tracker-passport-item a {
    color: #FFF;
    font-size: 16px;
}

.pem-tracker .tracker-passport-item a:hover {
    color: #FFF;
    text-decoration: underline;
}

.tracker .stracker-descr {
    color: rgba(202, 202, 202, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.exp-stat a {
    color: #4264D0;
}

.exp-stat p {
    margin-bottom: 15px;
}

.trackers-slider .card-slider-item__number {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.trackers-slider .card-slider-item__title span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.news-inner hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.ecology-indicator .eco-param-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    gap: 30px;
}

.ecology-indicator .eco-param {
    min-width: 180px;
}

.ecology-indicator .eco-param .select-all {
    font-weight: 700;
    color: #4264D0;
}

.ecology-indicator .eco-param-values {
    max-height: 300px;
    overflow: auto;
}

.ecology-indicator .form-check {
    margin-bottom: 10px;
}

.ecology-indicator-form {
    background: #E5E9F2;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.ecology-indicator-form .statistic-select {
    width: 100%;
    background: #ffffff;
}

.ecology-indicator img {
    max-width: 100%;
}

.ecology-indicator .form-btn.disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.3);
}

.ecology-indicator .form-btn {
    margin: 0;
}

.ecology-indicator .indicator-table .table-wrapper {
    padding: 15px;
    background-color: #ffffff;
    overflow: auto;
}

.ecology-indicator .indicator-table table th {
    font-weight: bold;
}

.ecology-indicator .table-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;

}

.ecology-indicator .spinner-center {
    position: relative;
    color: transparent !important;
}

.ecology-indicator .spinner-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #fff;
    border-right-color: #4264d0;
    animation: s2 1s infinite linear;
}

.ecology-indicator .chart-wrapper {
    width: 100%;
    height: auto;

}

.ecology-indicator #indicator-chart {
    background-color: #fff;
}

.scrollbar--custom::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.scrollbar--custom::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.scrollbar--custom::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #005fcd;
    border-radius: 3px;
}

.scrollbar--custom::-webkit-resizer {
    background-color: #005fcd;
}

.header-img {
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/nauryz_2026_v3.svg);
    background-size: initial;
    background-color: #65b445;
}

.international-cooperation__projects {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

.international-cooperation__projects-img a {
    width: 162px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f9;
    overflow: hidden;
}


.international-cooperation__projects-img a img {
    transition: 0.2s ease-in-out;
    width: 80%;
    object-fit: cover;
}

.international-cooperation__projects-img:hover img {
    width: 90%;
}

.international-projects-hero-img {
    padding: 50px;
    background-size: cover;
}

.international-projects-hero-img.gl-projects {
    background-image: url('../img/international-projects-hero.png');
}

.international-projects-hero-img.bi-multi-cooperation {
    background-image: url('../img/bi-multi-cooperation-hero.png');
}

.international-projects-hero-img.global-assessments-hero {
    background-image: url('../img/global-assessments-hero.png');
}

.international-projects-hero-img.international-events-hero {
    background-image: url('../img/international-events-hero.png');
}

.international-projects-hero-img.international-rankings-hero {
    background-image: url('../img/international-rankings-hero.png');
}

.international-projects-hero-img p {
    max-width: 554px;
    font-weight: 400;
    color: #000000;
}

.int-prj-organizations {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
}

.int-prj-org {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
    flex: 0 0 48%;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    min-height: 132px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.gl-assess-org {
    flex: 0 0 30%;
}

.int-prj-org > .int-prj-org__img {
    margin-right: 20px;
    display: block;
}

.int-prj-org__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.int-prj-org__title {
    font-weight: 700;
    font-size: 20px;
    max-width: 170px;
}

.int-prj-org__text {
    font-weight: 400;
    font-size: 14px;
    max-width: 196px;
    color: rgba(0, 0, 0, 0.6);
}

.int-prj-org__doc {
    display: flex;
    align-items: center;
}

.int-prj-org__doc img {
    margin-right: 10px;
}

.international-projects-title {
    max-width: 600px
}

.int-prj-table th {
    padding: 0 20px;
}

.int-prj-table p {
    margin-bottom: 0;
}

.int-prj-table span {
    font-weight: 400;
    font-size: 10px;
}

.int-prj-table .hero-name {
    display: flex;

}

.text-org b {
    color: #F6A429;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
}


.bg-org {
    background: #F6A429;
}

.bg-org p b {
    color: white;
}

.hero-rank {
    color: white;
    font-weight: 800;
    font-size: 55px;
    line-height: 100%;
}

.text-white {
    color: #fff;
}

.hero-name {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
}

.int-prj-table .hero-name {
    padding: 10px;
}

.int-prj-table-tr td {
    border: none !important;
}

.int-prj-table-tr {
    display: flex;
}

.int-prj-table-tr td {
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-wrap: wrap;
    padding: 0 10px;
}

.int-prj-table-tr .border-r {
    border-right: 0.60px solid rgba(0, 0, 0, 0.2) !important;
}

.int-prj-table-tr span {
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

.int-prj-table-tr p {
    margin-bottom: 4px;
}


.charts-tab-block-snow {
    background-image: url(../img/new_year_chart_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Стилизация фона графиков на главной под Новый Год */
.charts-tab-block {
    position: relative;
}

/* Canvas как фон поверх синего блока */
.charts-tab-block .snow-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* важно: не блокируем клики по графикам */
    z-index: 1;
    opacity: 0.55; /* можно крутить */
}

/* Контент/графики поднимаем выше canvas */
.charts-tab-block > * {
    position: relative;
    z-index: 2;
}

.container.victory {
    position: relative;
}
/* Конец стилизации под Новый Год */

.container.victory .search-form {
    margin-left: 78px;
    z-index: 1;
}

.container.victory .search-form .search {
    width: 330px;
}

.victory-logo {
    position: absolute;
    height: 57px;
    left: -9px;
    top: 0px;
    z-index: 1;
}

.contacts-table .block-title {
    font-size: 20px;
    font-weight: 600;
}

.header-call-center {
    width: 235px;
    display: inline-flex;
    position: relative;
    margin-left: 15px;
    height: 40px;
}

.header-call-center .left {
    display: flex;
    color: #ffffff;
    height: 100%;
    background-color: #4264D0;
    width: 40%;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
}

.header-call-center .left svg {
    margin-right: 7px;
}

.header-call-center .right {
    display: flex;
    height: 100%;
    background-color: #FEAD15;
    color: #ffffff;
    width: 60%;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    font-size: 11px;
    line-height: 140%;
    font-weight: bold;
    text-transform: uppercase;
}

/*.header-call-center.kk .right {*/
/*    font-size: 13px;*/
/*}*/

.cabinet_choice {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #9196A4;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.cabinet_choice:after {
    content: '';
    width: 13px;
    height: 6px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cabinet_choice::before {
    background-image: url(../img/person.svg);
    top: 43%;
    content: '';
    width: 18px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cabinet_block {
    position: relative;
    z-index: 1;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;

}

.cabinet_link:hover {
    color: #9196A4;
}
.other_cabinet {
    position: absolute;
    display: none;
    right: 0;
    z-index: 2;
    top: 30px;
    border-top: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 40%);
    border-bottom: 1px solid #022D70;

}
.other_cabinet:before {
    content:'';
    height: 8px;
    left: 0;
    right: 0;
    top:-7px;
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="180" height="8" viewBox="0 0 180 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-4.80832e-07 6.67195L151.5 6.67194L158 1.17189L164.5 6.67194L180 6.67195" stroke="%23022D70"/></svg>');
    background-repeat: no-repeat;
}
.cabinet_link {
    color: white;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #fff;
    width: 180px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    color: #4264D0;
    border-bottom: 1px solid rgba(2, 45, 112, 0.1);
    text-align: left;
    padding: 6px;
    text-align: left;
}

.pem-item-dashboards-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.dashboard-group {
    flex: 0 0 49%;
    margin-bottom: 40px;
}

.dashboard-group-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.dashboard-group-item{
    border-radius: 8px;
    background: #0557A3;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    position: relative;
    transition: transform 0.25s ease-in-out;
    min-height: 60px;

}

.dashboard-group-item:hover {
    transform: scale(1.07);
    transition: transform 0.25s ease-in-out;
}

.dashboard-group-item a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    height: 100%;
    padding: 20px;
    line-height: 140%;
}

.dashboard-group-item:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 83%;
    top: 7%;
    left: 0;
    background: #F6A429;
    border-radius: 8px;

}

.asside-list.v2 li {
    margin-bottom: 5px;
}

.asside-list.v2 li a{
    padding: 10px;
    display: block;
    border-radius: 6px;
}

.asside-list.v2 li a.active{
    background-color: #4264D0;
    color: #ffffff;
}

.open-data-cetogory-block {
    padding: 30px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.02);
}

.open-data-cetogory-block .category-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 25px;
}

.open-data-cetogory-block .category-items .category-item {
    position: relative;
}

.open-data-cetogory-block .category-items .category-item a {
    display: flex;
    color: #4264D0;
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 0.6px solid rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.open-data-cetogory-block .category-items .category-item:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.open-data-cetogory-block .category-items .category-item a svg {
    transition: all 0.3s;
    overflow: visible;
}

.open-data-cetogory-block .category-items .category-item a:hover svg{
    transform: translateX(10px);
}

.category-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    margin-bottom: 20px;
}

.open-data-detail .open-data-cetogory-block {
    margin-bottom: 30px;
}

.open-data-detail .open-data-item-data-url {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    display: inline-block;
}

.stat-table {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.stat-item {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 18px;
}

.stat-item:nth-child(odd) {
    background: #ffffff;
}

.stat-item:nth-child(even) {
    background: rgba(66, 100, 208, 0.03);
}

.stat-table .label {
    flex: 0 0 35%;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}

.stat-table .value {
    flex: 1;
}

.download-panel {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.download-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    will-change: transform;
    outline: none;
}

.download-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.download-icon img,
.download-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.download-item:hover,
.download-item:focus-visible {
    transform: translateY(-3px);
}

.download-item:active {
    transform: translateY(-1px);
}

.blocker {
    z-index: 999;
}

/* Блок с ссылками на ODIN и Талдау */
.main-links-block-wrapper {
    display: flex;
    justify-content: space-between;
}

.main-links-block-wrapper .main-links-block.left, .main-links-block-wrapper .main-links-block.right {
    display: flex;
    width: 49%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    min-height: 100px;
    padding: 20px;
}

.main-links-block-wrapper .main-links-block.left {
    border-bottom: 2px solid #295FA0;
}

.main-links-block-wrapper .main-links-block.right {
    border-bottom: 2px solid #FEAD15;
}

.main-links-block-wrapper .main-links-block .main-link-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-links-block-wrapper .main-links-block .main-link-block .main-link-block__logo{
    margin: 0 21px 0 0;
    display: flex;
    align-items: center;
}

.main-links-block-wrapper .main-links-block .main-link-block .main-link-block__logo img{
    height: 60px;
}

.main-links-block-wrapper .main-links-block .main-link-block .main-link-bloc__description {

}

.main-links-block-wrapper .main-links-block .main-link-block .main-link-bloc__description .main-link-bloc__description__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #13171f;
    margin-bottom: 5px;
}

.main-links-block-wrapper .main-links-block .main-link-block .main-link-bloc__description .smain-link-bloc__description__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #000;
}

.main-links-block.way {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 0.55s ease-in-out 0.35s, transform 0.55s ease-in-out 0.35s;
}
.main-links-block.way.way--active {
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 1300px) {
    .subgoals-block .subgoals-block-row {
        flex-direction: column;
    }

    .subgoals-block .subgoals-block-cell {
        margin-bottom: 15px;
    }

    .subgoals-block .subgoals-block-cell:last-child {
        margin-bottom: 0;
    }

    .subgoals-block-row > div {
        width: 100% !important;
    }

    .subgoals-block-row .subgoals-block-cell-links {
        justify-content: flex-start;
    }

    .subgoals-block-row .subgoals-block-cell-links > div {
        margin-right: 10px;
    }

    .region-publication-card {
        width: 48%;
    }

    .region-ads-block {
        width: 70%;
    }

    .region-collections-index {
        width: 30%;
    }

    .select-collections {
        width: 420px;
    }

    .region-item {
        width: 32%;
        margin-bottom: 20px;
    }

    .map-table {
        display: block;
    }

    .map {
        display: none;
    }

    .select-collections-all {
        width: 580px;
    }

    .header-img {
        height: 43px;
        background-size: cover;
    }

    .victory-logo {
        display: none;
    }

    .container.victory .search-form {
        margin-left: 0;
    }

    .open-data-detail .open-data-item-data-url {
        max-width: 370px;
    }
}

@media (max-width: 1200px) {
    .header-right-top {
        align-items: flex-start;
    }
}

@media (max-width: 1000px) {
    #calendar_main {
        display: none;
    }

    .scroll {
        width: 100%;
    }

    .info-body-top {
        margin-bottom: 25px;
    }

    .months {
        flex-wrap: wrap;
        gap: 10px;
    }

    .months .month {
        width: 23%;
    }

    .days {
        flex-wrap: wrap;
        gap: 7px;
    }

    .days .day {
        width: 10%;
    }

    .courses-list li {
        width: 50%;
    }

    .select-collections {
        width: 325px;
    }

    .collections-filter-block {
        justify-content: flex-start;
    }

    .collections-filter-block .custom-clear-filter, .spreadsheets-filter-form .custom-clear-filter {
        margin-left: 0;
        margin-top: 0;
    }

    .region-item {
        width: 49%;
    }

    .region-list {
        margin-bottom: 50px;
    }

    .header-bottom-region {
        display: none;
    }

    .key-figures-title {
        margin-top: 30px;
    }

    .select-collections-all {
        width: 100%;
    }

    .sustainable-goals-block .sustainable-goals-item {
        width: 50%;
    }

    .sustainable-goals-block {
        flex-wrap: wrap;
    }

    .data-request {
        width: 100%;
    }

    .pannel-wrapper {
        flex-direction: column;
    }

    .pannel {
        width: 100%;
        margin-bottom: 30px;
    }

    .pannel:last-child {
        margin-bottom: 0;
    }

    .pannel .pannel-header {
        min-height: auto;
    }

    .pannel .pannel-header .title {
        font-size: 20px;
    }

    .tracker {
        flex: 0 0 49%;
    }

    .header-call-center {
        display: none;
    }

    .open-data-detail .open-data-item-data-url {
        max-width: 270px;
    }

    .header-img {
        height: 40px;
        background-size: cover;
    }
}

@media (max-width: 860px) {
    .cabinet_choice span {
        display: none;
    }

    .pem-item-dashboards-block {
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .callback {
        display: none;
    }

    .callback-mobile {
        display: flex;
    }

    .btn-filter {
        margin-top: 10px;
    }

    .custom-clear-filter {
        margin-top: 10px;
    }

    .top_btn {
        bottom: 20px;
        transform: translateX(-20px);
        z-index: 999;
    }

    .courses-list li {
        width: 50%;
    }

    .region-publication-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .region-ads-block {
        width: 100%;
    }

    .region-collections-index {
        width: 100%;
    }

    .region-collections-index .card-item {
        margin-right: 0;
        height: auto;
    }

    .publications-filter-input {
        width: 100%;
    }

    .select-collections {
        width: 175px;
    }

    .grid .grid-item {
        width: 100%;
    }

    .region-items {
        flex-direction: column;
        margin-top: 30px;
    }

    .region-link-items {
        width: 100%;
    }

    .region-link-items a {
        margin-bottom: 20px;
    }

    .d-block-mobile {
        display: block;
    }

    .map-table .divTableCell {
        font-size: 15px;
        padding: 10px 10px;
    }

    .map-table .divTableHead {
        font-size: 15px;
    }

    .region-items {
        display: none;
    }

    .header-img {
        height: 45px;
        background-position: left;
        background-size: cover;
    }

    .stat-table .label, .stat-table .value {
        flex: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .open-data-cetogory-block {
        padding: 10px;
    }

    .open-data-detail .open-data-item-data-url {
        max-width: 370px;
    }

}

@media (max-width: 600px) {
    .select-collections {
        width: 100%;
    }

    #collections-industry-filter {
        width: 100%;
    }

    #region-collections-industry-filter {
        width: 100%;
    }

    #operational-industry-filter {
        width: 100%;
    }

    .region-item {
        width: 100%;
    }

    .statistics-list li a span.statistic-size {
        width: auto;
        text-align: right;
    }

    .publication-card-inner .publication {
        flex-direction: column;
    }

    .publication-card-inner .publication-cover {
        margin-bottom: 10px;
    }

    .search-link-second {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
    }

    .search-link-second:last-child {
        margin-bottom: 0;
    }

    .search-link-container {
        width: 100%;
        justify-content: center;
    }

    .tracker {
        flex: 0 0 100%;
    }

    .tracker.tracker-two-column {
        flex: 0 0 100%;
    }

    .header-img {
        height: 30px;
    }

    .header-call-center {
        margin-left: 0;
        display: inline-flex;
    }

    .main-links-block-wrapper .main-links-block .main-link-block {
        flex-direction: column;
        justify-content: normal;
    }

    .main-links-block-wrapper .main-links-block .main-link-block .main-link-block__logo img {
        margin-bottom: 10px;
    }
}

@media (max-width: 441px) {
    .months .month {
        width: 31%;
    }

    .bureau-tab-head li {
        padding: 8px 5px;
        font-size: 14px;
        line-height: 110%;
        width: 32%;
    }

    .inflation-item {
        margin-right: 50px;
    }

    .courses-list li {
        width: 100%;
    }

    .oked-form .form-item {
        flex-wrap: wrap;
        justify-content: start;
    }

    .oked-form .form-global-btn {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .oked-form .custom-clear-filter {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .oked-form .form-gorup {
        width: 100%;
    }

    .publication-card .publication {
        flex-direction: column;
    }

    .publication-card .publication .publication-content {
        width: auto;
    }

    .pannel .pannel-header {
        flex-direction: column;
    }

    .pannel .pannel-header .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pannel .pannel-header .title {
        text-align: center;
    }
    .surveys-logo {
        margin: 18px 25px 18px 24px!important;
    }

    .open-data-detail .open-data-item-data-url {
        max-width: 270px;
    }
}


/*Временная*/

.notification {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #027EF1;
    color: #fff;
    line-height: 130%;
    font-size: 15px;
    text-align: justify;
}

.notification b, .notification a {
    color: #fff;
}

.notification span {
    text-decoration: underline;
}

.notification a:hover {
    text-decoration: underline;
}

.notification-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1001;
    overflow: hidden;
}

.notification-table {
    display: table;
    width: 100%;
    height: 100%;
}

.notification-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.notification-modal {
    position: relative;
    display: inline-block;
    max-width: 50em;
    min-width: 30em;
    -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgb(0 0 0 / 22%), 0 19px 60px rgb(0 0 0 / 30%);
    color: #000;
    text-align: justify;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 26px 26px 30px 26px;
}

.notification-title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #2B2E35;
    margin-bottom: 14px;
}

.notification-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #222327;
}

.notification-text a {
    color: #4264D0;
}

.notification-text a:hover {
    text-decoration: underline;
}

.notification-close {
    position: absolute;
    top: 8px;
    right: 6px;
}

.notification-close button {
    background: none;
    border: none;
    cursor: pointer;
}

.notification-close .notification-btn-cancel {
    display: none;
}

.notification-close:hover .notification-btn-cancel {
    display: block;
}

.notification-close:hover .notification-btn-close {
    display: none;
}

/*Конец временной*/

/*Опросы*/

.survey-name {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 10px;
}

.survey-question-block {
    padding: 22px 0 28px 0;
}

.survey-question-brd {
    border-top: 1px solid rgba(5, 87, 163, 0.2);
}

.survey-question-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.survey-answer-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.survey-answer-block {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.survey-answer-block input[type=radio], .survey-answer-block input[type=checkbox] {
    min-width: 15px;
    min-height: 15px;
}

.survey-answer-block span {
    color: #6A6A6A;
}

.survey-sub-answer-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 25px;
}

/*Конец опросы*/

/*Онлайн консультант*/

.online-consultant-wrapper {
    padding: 20px;
}

.consultant-main-tab-head {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.consultant-main-tab-head li {
    width: auto;
    background: #F5F7F9;
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4264D0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.consultant-main-tab-head li:hover,
.consultant-main-tab-head li.active {
    background: #4264D0;
    color: #fff;
    cursor: pointer;
}

.consultant-main-tab-body__item {
    display: none;
}

.consultant-main-tab-body__item.active {
    display: block;
}

.consultant-main-tab-head li:hover,
.consultant-main-tab-head li.active {
    background: #4264D0;
    color: #fff;
    cursor: pointer;
}

/*Конец онлайн консультант*/

/*Начало раздела  опросы на главной*/

.surveys-block {
    display: flex;
    background: #fff;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.surveys-block:hover .surveys-arrow {
    margin-right: 32px;
}

.surveys-block.way {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 0.55s ease-in-out 0.35s, transform 0.55s ease-in-out 0.35s;
}
.surveys-block.way.way--active {
    transform: translateX(0);
    opacity: 1;
}

.surveys {
    display: flex;
    width: 85%;
}

.surveys-logo {
    margin: 18px 35px 18px 24px;
    display: flex;
    align-items: center;
}

.surveys-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.surveys-description__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #13171f;
}

.surveys-description__text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    color: #000;
}

.surveys-arrow {
    margin-right: 22px;
    transition: all 0.5s;
}

/*Конец раздела опросы на главной*/

.card-block {
    margin-bottom: 35px;
}

.shp-banner {
    background-image: url('../img/shp_banner_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1199px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.shp-banner__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shp-banner__logo {
    width: 53px;
    height: 58px;
    flex-shrink: 0;
    margin-right: 10px;
}

.shp-banner__logo__inner {
    display: none;
}

.shp-banner__date {
    font-weight: bold;
    font-size: 24px;
    color: #FFED29;
    margin-bottom: 5px;
    font-family: 'Roboto-Bold';
}

.shp-banner__subtitle {
    font-size: 20px;
    color: white;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
}

.shp-banner__right {
    text-align: right;
    font-size: 20px;
    color: #1D3D4D;
    line-height: 140%;
    font-weight: bold;
}

.shp-banner.way {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 0.55s ease-in-out 0.35s, transform 0.55s ease-in-out 0.35s;
}
.shp-banner.way.way--active {
    transform: translateX(0);
    opacity: 1;
}

.shp-banner__mobile {
    display: none;
}

.forum-banner {
    margin-bottom: 30px;
}

.forum-banner img{
    width: 100%;
}

.forum-banner.way {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 0.55s ease-in-out 0.35s, transform 0.55s ease-in-out 0.35s;
}

.forum-banner.way.way--active {
    transform: translateX(0);
    opacity: 1;
}

.forum-banner .banner-desktop {

}

.forum-banner .banner-tablet {
    display: none;
}

.forum-banner .banner-mobile {
    display: none;
}

@media (max-width: 1300px) {
    .shp-banner__date {
        font-size: 20px;
    }

    .shp-banner__subtitle {
        font-size: 16px;
    }

    .shp-banner__right {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .shp-banner__date {
        font-size: 18px;
    }

    .shp-banner__subtitle {
        font-size: 14px;
    }

    .shp-banner__right {
        font-size: 14px;
    }

    .shp-banner {
        height: 90px;
    }

    .forum-banner .banner-desktop {
        display: none;
    }

    .forum-banner .banner-tablet {
        display: block;
    }
}

@media (max-width: 800px) {
    .shp-banner__right {
        display: none;
    }

    .shp-banner {
        background-position: left;
    }
}

@media (max-width: 500px) {
    .shp-banner {
        padding: 10px 20px;
        height: 100px;
        background-image: url('../img/shp_banner_mobile_bg.jpg');
        background-size: cover;
        background-position: center;
        height: 320px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .shp-banner__logo {
        display: none;
    }

    .shp-banner__right {
        text-align: center;
        display: block;
        font-size: 18px;
    }

    .shp-banner__right br {
        display: none;
    }

    .shp-banner__subtitle {
        font-size: 24px;
    }

    .shp-banner__logo__inner {
        display: block;
    }

    .shp-banner__date {
        display: flex;
        gap: 10px;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .forum-banner .banner-tablet {
        display: none;
    }

    .forum-banner .banner-mobile {
        display: block;
    }
}