.one-window{
    margin: 20px auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
}
.one-window .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 40px;
}
.one-window .content .one-window-header{
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    justify-content: center;
    color: #333;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.one-window .content .container{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.one-window .content .container .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #A3CE10;
    max-width: 550px;
    width: 100%;
}
.one-window .content .container .item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 10px 40px;
}
.one-window .content .container .item a h2{
    color: white;
}

@media (max-width: 1200px) {
    .one-window .content .container{
        flex-direction: column;
        gap: 5px;
    }
    .one-window .content .container .item{
        max-width: 100%;
    }
}

/*========================================*/

.one-window-category{
    margin: 20px auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
}
.one-window-category .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 40px;
}
.one-window-category .content .one-window-category-header{
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    justify-content: center;
    color: #333;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.one-window-category .content .container{
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.one-window-category .content .container .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #A3CE10;
    max-width: 550px;
    width: 100%;
}
.one-window-category .content .container .item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 10px 40px;
}
.one-window-category .content .container .item a h2{
    color: white;
    text-align: center;
}

@media (max-width: 1200px) {
    .one-window-category .content .container{
        flex-direction: column;
        gap: 5px;
    }
    .one-window-category .content .container .item{
        max-width: 100%;
    }
}

/**********************************************************************************************************************/

body > div.procedure.container > div > div > div > div.itemBody > div > p:nth-child(2) > a{
    color: #327C1F;
    text-decoration: none;
}
body > div.procedure.container > div > div > div > div.itemBody > div > p:nth-child(4) a{
    color: #327C1F;
    text-decoration: none;
}
body > div.conversion.container > div > div > div > p > a{
    color: #327C1F;
    text-decoration: none;
}

body > div.conversion.container > div > div > div > p > a:hover {
    color: #1e4c13;
    text-decoration: none;
}

/**********************************************************************************************************************/

.structure-page {
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    height: fit-content;
}

.structure-page h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.structure-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.structure-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    width: 100%;
}

.structure-list li {
    background-color: #A3CE10;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100px;
    align-items: center;
    align-content: center;
}

.structure-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.structure-list li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 768px) {
    .structure-page h2 {
        font-size: 36px;
    }

    .structure-list {
        grid-template-columns: 1fr;
    }

    .structure-list li a {
        font-size: 16px;
        padding: 16px;
    }
}


.heraldry-content-page {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    padding: 30px 20px;
    /*background-color: #f9fdf6;*/
    max-width: 1000px;
    margin: 20px auto;
}

.heraldry-content-page h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #2b4e18;
    border-bottom: 2px solid #A3CE10;
    padding-bottom: 10px;
}

.heraldry-content-page p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.heraldry-content-page strong {
    display: block;
    font-size: 18px;
    color: #3b6d1c;
    margin-bottom: 10px;
}

.heraldry-content-page img {
    float: left;
    margin-right: 15px;
    max-width: 180px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.heraldry-content-page hr {
    border: none;
    border-top: 2px dashed #ccc;
    margin: 40px 0;
}

@media (max-width: 768px) {
    .heraldry-content-page img {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
        max-width: 100%;
    }

    .heraldry-content-page p {
        text-align: left;
    }

    .heraldry-content-page h3 {
        font-size: 24px;
        text-align: center;
    }
}

.certificate-content-page {
    padding: 30px 20px;
    background-color: #f5fff3;
    max-width: 1000px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.certificate-content-page p {
    text-align: center;
    margin-bottom: 30px;
}

.certificate-content-page p img {
    width: 70%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-content-page p img:hover {
    transform: scale(1.015);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .certificate-content-page p img {
        width: 100%;
    }
}


.procurement-content-page {
    padding: 15px 20px;
    max-width: 1000px;
    margin: 20px auto;
    background-color: #f5f9f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    border-radius: 12px;
}

.procurement-content-page h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #3b6d1c;
    border-bottom: 2px solid #A3CE10;
    padding-bottom: 10px;
}

.procurement-content-page ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.procurement-content-page ul li {
    background: #ffffff;
    padding: 30px 20px;
    margin-bottom: 15px;
    border-left: 4px solid #A3CE10;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: background 0.3s ease;
}

.procurement-content-page ul li:hover {
    background: #eefae8;
}

.procurement-content-page ul li a {
    color: #2b4e18;
    font-weight: 500;
    text-decoration: underline;
    display: block;
}

.procurement-content-page ul li a:hover {
    text-decoration: underline;
}

.corruption-content-page {
    padding: 30px 20px;
    max-width: 1200px;
    margin: 20px auto;
    background-color: #f9fdf6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    border-radius: 12px;
}

.corruption-content-page h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2b4e18;
    border-left: 6px solid #A3CE10;
    padding-left: 12px;
}

.corruption-content-page p {
    margin: 8px 0 12px;
    font-size: 16px;
    line-height: 1.5;
}

.corruption-content-page hr {
    border: none;
    border-top: 2px dashed #ccc;
    margin: 30px 0;
}

/* Таблица */
.corruption-content-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.corruption-content-page table td,
.corruption-content-page table th {
    padding: 14px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    font-size: 15px;
}

.corruption-content-page table tr:first-child td {
    background-color: #dff0d2;
    font-weight: bold;
    color: #2e5417;
    text-align: center;
}

.corruption-content-page table tr:nth-child(odd):not(:first-child) {
    background-color: #f7fbf4;
}

.corruption-content-page table tr:hover {
    background-color: #eef9e5;
}

/* Адаптивность */
@media (max-width: 768px) {
    .corruption-content-page table,
    .corruption-content-page table tbody,
    .corruption-content-page table tr,
    .corruption-content-page table td {
        display: block;
        width: 100%;
    }

    .corruption-content-page table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background-color: #fff;
        padding: 10px;
    }

    .corruption-content-page table td {
        border: none;
        padding: 8px 0;
        position: relative;
    }

    .corruption-content-page table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #2b4e18;
    }
}

.policy-content-page {
    padding: 15px 20px;
    max-width: 1000px;
    margin: 20px auto;
    background-color: #f5f9f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    border-radius: 12px;
}

.policy-content-page h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #3b6d1c;
    border-bottom: 2px solid #A3CE10;
    padding-bottom: 10px;
}

.policy-content-page ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.policy-content-page ul li {
    background: #ffffff;
    padding: 30px 20px;
    margin-bottom: 15px;
    border-left: 4px solid #A3CE10;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: background 0.3s ease;
}

.policy-content-page ul li:hover {
    background: #eefae8;
}

.policy-content-page ul li a {
    color: #2b4e18;
    font-weight: 500;
    text-decoration: underline;
    display: block;
}

.policy-content-page ul li a:hover {
    text-decoration: underline;
}

.vacancies-content-page {
    padding: 30px 20px;
    background-color: #f8fcf5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 12px;
    line-height: 1.6;
    width: 95%;
}

.vacancies-content-page p {
    margin-bottom: 12px;
    font-size: 16px;
}

.vacancies-content-page strong {
    display: block;
    font-size: 18px;
    color: #3b6d1c;
    margin-top: 25px;
    margin-bottom: 8px;
}

.vacancies-content-page ul {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
}

.vacancies-content-page ul li {
    margin-bottom: 8px;
    position: relative;
    word-wrap: break-word;
}

.vacancies-content-page hr {
    border: none;
    border-top: 2px dashed #d2e5c1;
    margin: 30px 0;
}

.vacancies-content-page p:last-of-type {
    font-weight: bold;
    margin-top: 20px;
    color: #264d00;
}

@media (max-width: 768px) {
    .vacancies-content-page {
        padding: 20px 15px;
    }

    .vacancies-content-page p,
    .vacancies-content-page ul li {
        font-size: 13px;
        word-wrap: break-word;
    }

    .vacancies-content-page strong {
        font-size: 13px;
    }
}

.sitemap-content-page {
    padding: 30px 20px;
    max-width: 1000px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9fdf6;
    color: #2c2c2c;
    border-radius: 12px;
}

.sitemap-content-page ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sitemap-content-page ul.level_0 > li {
    margin-bottom: 20px;
}

.sitemap-content-page li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.sitemap-content-page li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #A3CE10;
    font-size: 18px;
    line-height: 1;
}

.sitemap-content-page a {
    color: #2b4e18;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}

.sitemap-content-page a:hover {
    color: #5ea300;
    text-decoration: underline;
}

.sitemap-content-page ul.level_1 {
    padding-left: 20px;
    margin-top: 6px;
    border-left: 2px dashed #d0e5b8;
    margin-left: 6px;
}

@media (max-width: 768px) {
    .sitemap-content-page {
        padding: 20px 15px;
    }

    .sitemap-content-page a {
        font-size: 15px;
    }

    .sitemap-content-page ul.level_1 {
        padding-left: 15px;
    }
}

.one-window-category-item {
    padding: 30px 20px;
    background-color: #f4fbef;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 12px;
    line-height: 1.6;
}

.one-window-category-item .content {
    max-width: 960px;
    margin: 0 auto;
}

.one-window-header {
    font-size: 26px;
    color: #3b6d1c;
    margin-bottom: 20px;
    border-bottom: 2px solid #A3CE10;
    padding-bottom: 10px;
}

.one-window-category-item p {
    margin-bottom: 12px;
    font-size: 16px;
}

.one-window-category-item strong {
    color: #3b6d1c;
}

.one-window-category-item a {
    color: #2b4e18;
    text-decoration: underline;
    font-weight: 500;
}

.one-window-category-item a:hover {
    color: #5ea300;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .one-window-category-item {
        padding: 20px 15px;
    }

    .one-window-header {
        font-size: 22px;
    }

    .one-window-category-item p {
        font-size: 15px;
    }
}

.news-single-container {
    padding: 30px 20px;
    max-width: 1000px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9fdf6;
    color: #2c2c2c;
    border-radius: 12px;
    line-height: 1.6;
}

.news-single-container .content h1 {
    font-size: 30px;
    color: #3b6d1c;
    margin-bottom: 25px;
    border-bottom: 2px solid #A3CE10;
    padding-bottom: 10px;
    text-align: center;
}
.news-single-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

.news-single-container table th,
.news-single-container table td {
    padding: 14px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    text-align: left;
}

.news-single-container table thead {
    background-color: #dff0d2;
}

.news-single-container table thead th {
    font-weight: bold;
    color: #2e5417;
    text-align: center;
}

.news-single-container table tr:nth-child(even) {
    background-color: #f7fbf4;
}

.news-single-container table tr:hover {
    background-color: #eef9e5;
}


.news-single-container .news-single-inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.news-single-container .news-body {
    flex: 2;
}

.news-single-container .news-body .date {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.news-single-container .news-body p {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: justify;
}

.news-single-container .news-body strong {
    color: rgb(50, 124, 31);
    font-size: 16px;
}

.news-single-container .news-body a {
    color: rgb(50, 124, 31);
    font-weight: 500;
}

.news-single-container .news-body a:hover {
    color: rgb(30, 76, 19);
}

.news-single-container .news-images {
    flex: 1;
    max-width: 300px;
}

.news-single-container .news-images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-single-container .news-images img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.news-single-container .green-btn {
    background-color: #A3CE10;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.news-single-container .green-btn:hover {
    background-color: #85b30b;
}

.news-single-container .green-btn svg {
    fill: white;
}

@media (max-width: 768px) {
    .news-single-container .content h1 {
        font-size: 24px;
    }

    .news-single-container .news-single-inner {
        flex-direction: column;
    }

    .news-single-container .news-images {
        max-width: 100%;
    }

    .news-single-container .green-btn {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .news-single-container table,
    .news-single-container table thead,
    .news-single-container table tbody,
    .news-single-container table tr,
    .news-single-container table td {
        display: block;
        width: 100%;
    }

    .news-single-container table thead {
        display: none;
    }

    .news-single-container table tr {
        margin-bottom: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
    }

    .news-single-container table td {
        border: none;
        padding: 8px 0;
        position: relative;
    }

    .news-single-container table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #2b4e18;
    }
}

body > div.news-single-container > div > span > a {
    color: rgb(50, 124, 31);
    text-decoration: none;
}

body > div.news-single-container > div > span > a:hover {
    color: rgb(30, 76, 19);
    text-decoration: none;
}

