body {
    font-family: 'Inter', sans-serif;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-navbar: #f0f0f0;
    --color-blue: #0445B1;
    --color-blue-dark: #03245A;
    --bs-breadcrumb-font-size: 14px
}

.btn-secondary {
    --bs-btn-color: var(--color-blue);
    --bs-btn-bg: var(--color-white);
    --bs-btn-border-color: var(--color-white);
    --bs-btn-hover-color: var(--color-white);
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: var(--color-white);
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-white);
    --bs-btn-disabled-bg: var(--color-white);
    --bs-btn-disabled-border-color: var(--color-white);
}

.btn-custom-primary {
    --bs-btn-color: #0445B1;
    --bs-btn-border-color: #D4E3FC;
    --bs-btn-bg: #D4E3FC;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #D4E3FC;
    --bs-btn-hover-border-color: #0445B1;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #D4E3FC;
    --bs-btn-active-border-color: #D4E3FC;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D4E3FC;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D4E3FC;
    --bs-gradient: none;
}

.dropdown-menu {
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-item-padding-x: 16px;
    --bs-dropdown-link-color: #797979
}

.bg-navbar {
    background-color: var(--color-navbar);
}

#signInModal .modal-body {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#signInModal .modal-body>* {
    margin-bottom: 20px;
}

#signInModal .btn-close {
    margin-left: auto;
}

#signInModal h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.title {
    color: var(--color-blue-dark);
    font-size: 20px;
    position: relative;
}

.page-home .title {
    padding-left: 9px;
}

.page-home .title span {
    color: #817D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 2px;
}

.page-home .title:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -8px;
    background-color: var(--color-blue-dark);
}

#signInModal .sign-in-arrow {
    width: 130px;
}

.btn-egov,
.btn-egov:hover {
    display: flex;
    color: var(--color-white);
    background-color: #4825c2;
    border-color: #4825c2;
    width: 400px;
}

.btn-egov img {
    width: 80px;
    margin-right: 16px;
}

header {
    box-shadow: 0 -0.07px 2px 0 rgba(0, 0, 0, 0.02), 0 -0.162px 4px 0 rgba(0, 0, 0, 0.03), 0 -0.29px 8px 0 rgba(0, 0, 0, 0.03), 0 -0.482px 13px 0 rgba(0, 0, 0, 0.04), 0 -0.794px 21px 0 rgba(0, 0, 0, 0.04), 0 -1.387px 37px 0 rgba(0, 0, 0, 0.05), 0 -3px 80px 0 rgba(0, 0, 0, 0.07);
}

footer {
    background-color: var(--color-blue);
}

footer .container {
    display: flex;
    flex-direction: column;
    color: #83AEF4;
    font-size: 14px;
}

.footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-info h6 {
    color: #DBE9FF;
}

.footer-info ul {
    list-style-type: none;
    display: flex;
}

.footer-info p {
    margin-bottom: 0;
}

.footer-info li {
    margin-left: 20px;
}

.footer-bottom {
    border-top: 1px solid #1A5ED2;
    padding: 20px 0;
}

.results thead {
    background-color: #F4F9FF;
}

.results thead th a,
.results thead th {
    color: #BDBDBD;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.results thead td * {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.result-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-filter {
    background-color: #E5F2FF;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 12px 16px;
}

.result-filter * {
    margin-bottom: 0;
}

.result-filter-left {
    display: flex;
    align-items: center;
}

.result-filter-left .mb-3 {
    margin-bottom: 0 !important;
}

.result-filter-left .field-function_incline_id {
    display: flex;
    align-content: center;
    align-items: center;
}

.result-filter-left div[role="radiogroup"] {
    display: flex;
    align-items: center;
    list-style-type: none;
    background-color: var(--color-white);
    padding: 8px 8px;
}

.result-filter-left .bs-radio-input {
    display: none;
}

.icon-reset {
    background-image: url("/static/img/reset.svg");
    width: 13px;
    height: 13px;
    display: block;
}

.result-filter-left .bs-radio,
.result-filter-left .form-label {
    margin-right: 16px;
}

.btn-icon {
    background-color: transparent;
    border: 1px solid #0C67FF;
    border-radius: 4px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.result-filter-left .bs-radio-label {
    color: #C7C7C7;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
}

.result-filter-left .bs-radio input:checked+label {
    color: #6B6B6B;
    font-weight: 700;
    background-color: #E5F2FF;
}

.result-selector {
    display: flex;
    align-items: center;
    background-color: #F9FCFF;
    border: 1px solid #B9D2FD;
    padding: 16px;
}

.result-selector .items {
    margin-left: 16px;
}

.result-filter-right {
    display: flex;
    align-items: center;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: var(--color-white);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #F9FCFF;
}

.comment {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment__item {
    width: 100%;
    display: flex;
    margin: 15px 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #b2b2b2;
}

.comment__wrapper {
    display: flex;
    width: 100%;
}

.comment__avatar {
    margin-right: 16px;
}

.comment__title {
    color: #4b4b4b !important;
    font-size: 18px;
}

.comment__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-link {
    color: #00A3FF;
    font-size: 14px;
    text-decoration: none;
}

.incline {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.incline::before {
    content: '●';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    border-radius: 50%;
}

.incline-1 {
    color: #AA0000;
}

.incline-2 {
    color: #FF971E;
}

.incline-3 {
    color: #FF3333;
}

.pagination {
    justify-content: center;
    gap: 16px;
    --bs-pagination-border-radius: 16px;
    --bs-pagination-color: #507AC0;
    --bs-pagination-active-color: #507AC0;
    --bs-pagination-active-bg: #B9D2FD;
    --bs-pagination-active-border-color: #B9D2FD;
    --bs-pagination-bg: #FBFBFD;
    --bs-pagination-disabled-bg: #FBFBFD;
}

.page-link {
    border-radius: 18px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-evaluation tr {
    border: 1px solid #B9D2FD;
    font-weight: 400;
    font-size: 16px;
}

.table-evaluation tr:nth-child(2n) {
    background-color: #F4F9FF;
}

a.asc:after,
a.desc:after {
    position: relative;
    display: inline-block;
    font-family: 'Font Awesome 5 Free', serif !important;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f0de";
    color: #0C67FF;
}

a.desc:after {
    content: "\f0dd";
    color: #0C67FF;
}

.text-number {
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
}

.wrapper {
    padding: 20px 0;
    background-color: var(--color-white);
}

@media screen and (max-width: 767px) {
    .result-block {
        flex-direction: column;
    }

    .pagination .first,
    .pagination .last,
    .result-filter-left .form-label,
    .result-filter-right {
        display: none;
    }

    .results .table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-brand-padding-y: 0;
    --bs-nav-link-color: "#3D3D3D";
    --bs-nav-link-hover-color: "#000"
}

.navbar .nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    transition: all .3s ease-in;
}

.navbar-right .nav-link {
    padding: 40px 8px;
}

.navbar .me-auto .nav-link:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(61, 61, 61, 1);
    margin-top: 10px;
}

.navbar .nav-link:hover:after {
    background-color: #0D6EFD;
    height: 3px;
    margin-top: 8px;
}

.navbar-right .nav-link {
    background-color: var(--color-white);
    margin-left: 8px;
}

.navbar .dropdown-menu .nav-link:after {
    display: none;
}

.navbar .container {
    display: flex;
    width: 100%;
}

.useful-resources {
    background-color: #F3F3F3;
    padding: 40px 0;
}

.useful-resources__list {
    margin-top: 20px;
}

.useful-resources__item a {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--color-white);
    height: 90px;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
    text-decoration: none;
    color: #7C7C7C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.useful-resources__item a:hover {
    background-color: #EDF7FF;
    color: var(--color-black);
}

.useful-resources__item img {
    width: 70px !important;
    height: auto;
    padding-right: 16px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

#resources .owl-prev {
    width: 32px;
    position: absolute;
    top: 30%;
    margin-left: -40px;
    display: block !important;
    border: 0;
    background-color: #ebf3ef !important;
    color: var(--color-blue) !important;
    border-radius: 50%;
    height: 32px;
    font-size: 1.4rem !important;
}

#resources .owl-next {
    width: 32px;
    position: absolute;
    top: 30%;
    margin-right: -40px;
    right: 0;
    display: block !important;
    border: 0;
    background-color: #ebf3ef !important;
    color: var(--color-blue) !important;
    border-radius: 50%;
    height: 32px;
    font-size: 1.4rem !important;
}

.sliders {
    background-color: #F7FBFF;
    padding: 50px 0;
}

.sliders-container {
    display: flex;
}

.news-sliders {
    display: flex;
    flex: 1;
    width: calc(100% - 450px);
    flex-direction: column;
}

.news-sliders__list {
    display: flex;
    width: 100%;
}

.news-sliders__list:not(.owl-loaded) .news-sliders__item:not(:first-child) {
    display: none;
}

.news-sliders__list .news-sliders__item:nth-child(2) {
    display: none;
}

.news-sliders__item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sliders-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    Width: 450px;
}

.news-sliders__footer {
    display: flex;
    margin-top: 20px;
}

.news-sliders__indicators {
    width: 400px;
}

.news-sliders__item__img {
    width: 400px;
    height: 275px;
    border-radius: 10px;
    object-fit: cover;
}

.news-sliders__item__img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.news-sliders__item h4 {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.news-sliders__item a {
    text-decoration: none;
    color: #3D3D3D;
    display: block;
}

.news-sliders__item h4:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -10px;
    background-color: var(--color-blue-dark);
}

.news-sliders__item p {
    color: #A4A4A4;
    font-size: 14px;
    font-weight: 700;
}

.news-sliders__item__body {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.news-sliders__more a {
    color: var(--color-blue);
    font-size: 14px;
    padding: 8px 20px;
    background-color: var(--color-white);
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(125, 125, 125, 0.07), 0 3px 7px 0 rgba(125, 125, 125, 0.05), 0 6px 14px 0 rgba(125, 125, 125, 0.04), 0 12px 29px 0 rgba(125, 125, 125, 0.03), 0 32px 80px 0 rgba(125, 125, 125, 0.02);
}

.sliders-buttons__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    background-color: #EDF7FF;
    padding: 24px;
    box-shadow: 0 1px 0 0 rgba(13, 110, 253, 0.07), 0 3px 3px 0 rgba(13, 110, 253, 0.05), 0 5px 9px 0 rgba(13, 110, 253, 0.04), 0 9px 20px 0 rgba(13, 110, 253, 0.04), 0 18px 38px 0 rgba(13, 110, 253, 0.03), 0 45px 80px 0 rgba(13, 110, 253, 0.02);
}

.sliders-buttons__item:last-child {
    margin-bottom: 0;
}

.sliders-buttons__item__icon {
    background-color: #CCEAFF;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliders-buttons__item__body {
    width: 100%;
    margin-left: 32px;
    flex: 1;
}

.sliders-buttons__item h4 {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sliders-buttons__item a {
    background-color: var(--color-white);
    padding: 10px 24px;
    font-size: 16px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02), 0 7px 10px 0 rgba(0, 0, 0, 0.04), 0 17px 24px 0 rgba(0, 0, 0, 0.05), 0 56px 80px 0 rgba(0, 0, 0, 0.07);
}

.efficiency {
    padding: 40px 0;
}

.efficiency-list {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07), 0 8px 15px 0 rgba(0, 0, 0, 0.05), 0 15px 29px 0 rgba(0, 0, 0, 0.04), 0 27px 52px 0 rgba(0, 0, 0, 0.04), 0 50px 97px 0 rgba(0, 0, 0, 0.03), 0 119px 231px 0 rgba(0, 0, 0, 0.02);
}

.efficiency-item {
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    align-content: center;
    flex: 1;
}

.efficiency-item h5 {
    color: #727272;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.efficiency-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    background-color: #E0F0FB;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
}

.efficiency-item p {
    color: var(--color-blue);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.efficiency-item span {
    font-size: 20px;
}

.efficiency-item__body {
    position: relative;
    flex: 1;
}

.efficiency-item__body:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -10px;
    background-color: #E9E5E5;
}

.efficiency-item__button {
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 10px;
}

.efficiency-item__button a {
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #0D6EFD;
    color: var(--color-white);
    text-decoration: none;
}

.ratings {
    padding: 40px 0 20px;
}

.ratings-list {
    display: grid;
    grid-template-columns: 30% 55% 240px;
    grid-template-areas:
        "chart1 chart2 chart3"
        "chart1 chart2 chart4";
    grid-gap: 10px;
    padding: 20px 0;
}

.ratings-chart {
    padding: 16px 20px;
    background-color: #F8F8F8;
}

.ratings-list h6 {
    color: #7A7A7A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.chart-1 {
    grid-area: chart1;
}

.chart-2 {
    grid-area: chart2;
}

.chart-3 {
    grid-area: chart3;
}

.ratings-chart-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ratings-chart-3 .icon {
    font-size: 20px;
    background-color: #6F9FEC;
    color: var(--color-white);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ratings-chart-3 .number {
    color: var(--color-blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.ratings-chart-3 .text {
    color: #7A7A7A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.chart-4 {
    grid-area: chart4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.ratings-chart-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.chart-year-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chart-year-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.chart-year-list li .icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--bg-color);
}

.chart-year-list p {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.chart-year-list .text {
    color: #696969;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
}

.chart-year-list .number {
    color: var(--bg-color);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#chart-year-ball .apexcharts-legend-series {
    display: none !important;
}

.social-links {
    padding: 30px 0;
}

.social-links__list {
    padding: 20px 0 0;
}

.social-links__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.social-links__item a {
    color: #B4B4B4;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.social-links__item a:hover {
    color: var(--color-blue);
}

.social-facebook :hover svg {
    color: #3B5998;
}

.social-telegram :hover svg {
    color: #34AADF;
}

.social-instagram :hover svg {
    color: #D82D7E;
}

.social-youtube :hover svg {
    color: #F61C0D;
}

.social-twitter :hover svg {
    color: #1DA1F2;
}

.social-links__item svg {
    width: 50px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.dangers-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 20px 0;
}

.dangers-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.dangers-chart {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.dangers-chart .helper {
    color: #7D7F81;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.danger-item {
    text-decoration: none;
    padding: 8px 16px;
    transition: all 0.2s ease-in;
}

.danger-item__body h4 {
    color: var(--color-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
}

.danger-item__icon svg {
    width: 40px;
    max-height: 30px;
    margin-bottom: 20px;
    color: #C5C5C5;
}

.danger-item__body p {
    color: #817D7D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dangers-chart .apexcharts-legend {
    display: none !important;
}

.danger-item:hover svg {
    color: var(--color-blue);
}

.danger-item:hover h4 {
    color: var(--color-black);
}

.danger-item:hover {
    background-color: #F4F9FF;
}

.header-ratings {
    position: relative;
    height: auto;
    background-color: var(--color-blue);
    min-height: 300px;
    margin-bottom: 40px;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    margin-top: -20px;
}

.header-ratings .container {
    position: relative;
}

.header-ratings .col-12 {
    padding: 20px 0 0 0;
}

.header-ratings .col-12 a {
    color: #8BB6F3;
}

.header-ratings .breadcrumb-item {
    color: #8BB6F3;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-ratings .breadcrumb-item a {
    text-decoration: none;
}

.header-ratings .breadcrumb-item.active {
    color: #8BB6F3;
}

.header-ratings .breadcrumb-item+.breadcrumb-item::before {
    color: #8BB6F3;
}

.header-ratings::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    background-size: cover;
    background-image: url("/static/img/ratings.png");
}

.header-ratings h1 {
    color: var(--color-white);
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 40px 0;
}

.header-ratings .efficiency-list {
    background-color: transparent;
    gap: 20px;
    width: 100%;
    bottom: -150px;
    position: absolute;
    box-shadow: none;
}

.header-ratings .efficiency-item {
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07), 0 8px 15px 0 rgba(0, 0, 0, 0.05), 0 15px 29px 0 rgba(0, 0, 0, 0.04), 0 27px 52px 0 rgba(0, 0, 0, 0.04), 0 50px 97px 0 rgba(0, 0, 0, 0.03), 0 119px 231px 0 rgba(0, 0, 0, 0.02);
}

.page-contact .alert {
    padding: 30px 40px;
}

.page-contact .alert-info {
    border-color: #B9D2FD;
    background-color: #F9FCFF;
}

.page-home {
    margin: -20px 0;
}

.page-contact .alert ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-contact .alert span {
    margin-right: 15px;
}

.icon-eye-close svg {
    width: 26px;
    height: 10px;
}

.icon-eye-open svg {
    width: 26px;
    height: 16px;
}

.nav-item-eye .icon-eye {
    display: none;
}

.nav-item-eye .icon-eye-close {
    display: block;
}

.nav-item-eye .show .icon-eye-close {
    display: none;
}

.nav-item-eye .show .icon-eye-open {
    display: block;
}

.btn-reset svg {
    width: 13px;
    height: 12px;
}

.page-methodology .title {
    margin-bottom: 20px;
}

.page-methodology .accordion {
    --bs-accordion-btn-color: #3D3D3D;
    --bs-accordion-active-bg: #F9FCFF;
    --bs-accordion-active-color: #323030;
}

.page-methodology .accordion-item {
    margin-bottom: 20px;
}

.page-methodology .accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-radius: var(--bs-accordion-border-radius);
}

.page-documents .title {
    margin-bottom: 20px;
}

.page-documents .btn-custom-primary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.news-item {
    flex: 1;
    text-decoration: none;
}

.news-cover {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-cover img {
    width: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.news-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 16px 0 10px;
    color: var(--color-black);
}

.news-footer {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #7A7A7A;
}

.news-item:hover .news-content h4 {
    color: var(--color-blue);
}

.news-item:hover .news-cover img {
    transform: scale(1.1);
}

.news-body {
    padding: 20px 0;
}

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

.table {
    border-radius: 8px;
    --bs-table-striped-bg: #fff;
    --bs-table-border-color: #B9D2FD;
}

.table> :not(caption)>*>* {
    padding: 16px;
}

.table>thead {
    background-color: #F4F9FF;
    color: #BDBDBD;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.page-documents .pagination {
    justify-content: flex-end;
}

.logo {
    display: flex;
    align-items: center;
    gap: 13px;
}

.logo img {
    width: 78px;
    height: 78px;
}

.logo-text h3 {
    color: #0445B1;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.logo-text h4 {
    color: #0445B1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer .logo h3,
footer .logo h4 {
    color: #88B0F2;
}

.test {
    padding: 16px 0;
    background-color: #bae0ff;
}

.page-ratings {
    margin-top: 100px;
}

.badge {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-success {
    background-color: #ACFFDB;
    color: #04622D;
}

.badge-warning {
    background-color: #BCEFFF;
    color: #076E8E;
}

.badge-danger {
    background-color: #FFE1E7;
    color: #A90C2A;
}

.page-ratings__header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.page-ratings__filters {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-ratings .was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none;
    padding-right: 0;
}

.page-ratings__filters .mb-3 {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-ratings__filters .form-label {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 4px;
    font-style: normal;
    color: #B5B3B3;
}

.page-ratings__filters .form-select {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    width: 140px;
}

.page-ratings .icon svg {
    width: 20px;
    height: 12px;
    margin: 0 8px;
}

.page-ratings .rating__ball {
    font-size: 14px;
    color: #606060;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rating__diff.success {
    color: #00B212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rating__diff.danger {
    color: #F00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.compliance-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.compliance-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FBFBFD;
    border: 1px solid #B9D2FD;
    border-radius: 7px;
    padding: 16px;
}

.compliance-item h4 {
    color: #3D3D3D;
    font-size: 17px;
    font-weight: 700;
}

.compliance-item .content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.compliance-item .cover {
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.compliance-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compliance-item h5 {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.compliance-item p {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
}

.compliance-item .body {
    width: 100%;
}

.compliance-item .contacts {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    list-style: none;
    padding: 10px 16px;
    background-color: #D4E3FC;
    border-radius: 7px;
}

.compliance-item .contacts li a {
    color: #507AC0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.compliance-item .contacts li a:hover {
    color: #0445B1;
}

.page-compliance .title {
    margin-bottom: 20px;
}

.page-compliance aside {
    border-radius: 10px;
    background: #F4F9FF;
    padding: 32px 16px;
}

.page-compliance .btn-success {
    --bs-btn-color: #757474;
    --bs-btn-bg: #ECF3FF;
    --bs-btn-border-color: var(--color-white);
    --bs-btn-hover-color: var(--color-white);
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: var(--color-white);
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-white);
    --bs-btn-disabled-bg: var(--color-white);
    --bs-btn-disabled-border-color: var(--color-white);
}

.compliance-search .nav-pills {
    margin-bottom: 20px;
}

.compliance-search .nav-pills .nav-link {
    background-color: #fff;
    color: #9E9E9E;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0445B1;
    color: #fff;
}

.page-vacancies h5 {
    margin-bottom: 20px;
}

.page-vacancies h5 span {
    margin-right: 8px;
}

.declaration .badge {
    background-color: transparent;
    color: #FF0000;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 0;
    margin-left: 4px;
}

.declaration {
    padding: 40px 0;
}

.declaration-list {
    display: grid;
    gap: 20px;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.declaration-item {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #727272;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    align-items: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07), 0 8px 15px 0 rgba(0, 0, 0, 0.05), 0 15px 29px 0 rgba(0, 0, 0, 0.04), 0 27px 52px 0 rgba(0, 0, 0, 0.04), 0 50px 97px 0 rgba(0, 0, 0, 0.03), 0 119px 231px 0 rgba(0, 0, 0, 0.02);
}

.declaration-item__icon {
    width: 60px;
}

.declaration-item__body {
    width: calc(100% - 60px);
}

.captcha-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.captcha-container .captcha {
    width: 120px;
    height: 50px;
}

.captcha-container .captcha-input {
    width: 100%;
}

#conflicts-public-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.field-conflictsform-persons .multiple-input-list__item{
    display: grid;
    grid-column: 3;
}
