/* Font Face Definitions */
@font-face {
    font-family: 'Proba Pro';
    src: url('./fonts/e-Ukraine-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('./fonts/e-Ukraine-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('./fonts/e-Ukraine-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('fonts/e-Ukraine-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('./fonts/e-Ukraine-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proba Pro';
    src: url('./fonts/e-Ukraine-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('./fonts/e-Ukraine-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --black-primary: #191A1A;
    --white: #FFFFFF;
    --secondary-white: #F5F5F5;
    --grey-stroke: #EBEBEB;
    --blue-light: #E8EEF2;
    --site-bg: #F4F6F7;
    --red: #C13515;
    --blue-primary: #E8EEF2;
    --grey: #767676;
}

body {
    font-family: 'Proba Pro';
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
    text-align: left;
    background-color: #fff;
    min-height: 100vh;
    margin: 0;
    outline: none;
    overflow-y: scroll;
}

table,
input {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.animate,
input[type="submit"],
svg path,
a,
button {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1440px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

header {

}

.header__wrapper {
    display: flex;
    flex-direction: column;
}

.desktop__wrapper {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1440px;
}

/* Медіа-запит для планшетів - зменшуємо ширину контейнерів */
@media (max-width: 1024px) {
    .wrapper {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .desktop__wrapper {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
}

/* Медіа-запит для планшетів 1024px-1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
    .korrespondent__wrapper {
        padding: 20px;
        box-sizing: border-box;
    }
    
    .korrespondent-form {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .korrespondent-form--single {
        width: calc(50% - 6px);
        min-width: 200px;
    }
    
    .korrespondent-form--last {
        width: 100%;
        margin-top: 10px;
    }
    
    .korrespondent-form--single input[type="submit"] {
        margin-top: 0;
    }
}

.header__top {
    display: flex;
    padding: 15px 0 0 0;
    justify-content: space-between;
}

.headerTop__left,
.headerTop__right {
    width: 20%;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
}

.headerTop__left {
    align-items: flex-start;
}

.headerTop__right {
    align-items: flex-end;
}

.headerTop__gov,
.headerTop__min,
.footer__bottom--gov {
    display: flex;
    cursor: pointer;
}

#topNewsSlider {
    min-height: 450px;
}

.headerTop__gov,
.footer__bottom--gov {
    margin: 0 0 20px 0;
}

.headerTop__gov .icon,
.footer__bottom--gov .icon {
    position: relative;
    width: 10px;
    height: 40px;
    background-color: #004BC1;
}

.headerTop__gov .icon:before,
.footer__bottom--gov .icon:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 20px;
    background-color: #ffe358;
}

.headerTop__gov--text,
.footer__bottom--gov--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 10px;
}

.footer__bottom--mineco {
    display: flex;
}

.footer__bottom--mineco .headerTop__min--text {
    font-variant: small-caps;
    color: #fff;
    line-height: 16px;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.footer__bottom--mineco .headerTop__min--text2 {
    font-variant: small-caps;
    color: #fff;
    line-height: 16px;
    font-size: 18px;
}

.headerTop__min--text {
    font-variant: small-caps;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.headerTop__min--text::first-letter {
    text-transform: uppercase;
    font-variant: normal;
    color: #fff;
}

.headerTop__min--text2 {
    line-height: 4px;
    font-size: 18px;
    color: #aab3c6;
    font-weight: 400;
    font-size: 85%;
}

.headerTop__min svg {
    width: 10px;
    height: 36px;
}

.headerTop__min--wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.footer__bottom--gov--text span,
.headerTop__gov--text span {
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    line-height: 10px;
}

.headerTop__gov--text span.light {
    color: #aab3c6;
    font-weight: 400;
    font-size: 85%;
    line-height: 15px;
}

.footer__bottom--gov--text span.light {
    color: #fff;
    font-weight: 400;
    font-size: 85%;
    line-height: 15px;
}

.header__bottom {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headerTop__center {
    padding: 0;
    width: 100%;
    max-width: 530px;
    background: url('images/top_logo.png') left bottom no-repeat;
    min-height: 127px;
    min-height: 127px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headerTop__center div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.headerTop__center div h1 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin: 10px 0 0 0;
    padding: 0 70px;
    width: 85%;
}

.langSwitcher .current {
    display: none !important;
}

.headerRight__old {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.headerRight__blind span,
.searchSocials__search span {
    color: #fff !important;
}

.headerRight__blind svg path,
.searchSocials__search svg path {
    fill: #fff;
}

.headerRight__blind,
.langSwitcher {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 10px 0;
}

.headerRight__old svg,
.headerRight__blind svg,
.langSwitcher svg {
    margin: 0 5px 0 0;
}

.headerRight__old a,
.headerRight__blind span,
.langSwitcher a {
    color: #6F86A1;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.headerRight__old:hover a,
.headerRight__blind:hover span,
.langSwitcher:hover a {
    color: #fff;
}

.headerRight__old:hover svg path,
.headerRight__blind:hover svg path,
.langSwitcher:hover svg path {
    fill: #fff;
}

.navigationN {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 -15px;
    align-items: center;
}

.navigationN a {
    color: #000;
    text-decoration: none;
    /* Headings/H7 Heading */
    font-family: e-Ukraine;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.32px;
}

.navigationN a:hover {
    text-decoration: underline;
    background: #fff;
    border-left: 2px black solid;
}

.search.modal {
    position: absolute;
    display: none;
}

.searchSocials__single {
    margin: 0 5px;
}

.searchSocials__single:hover svg path {
    fill: #fff;
}

.first__wrapper,
.second__wrapper {
    display: flex;
    justify-content: space-between;
}

.home__first,
.home__second {
    padding: 30px 0;
}

.right__side {
    width: 100%;
    max-width: 32%;
    margin: 0 0 0 30px;
}

.fb_iframe_widget iframe,
.fb_iframe_widget span,
.fb_iframe_widget {
    width: 100% !important;
}

.content__side {
    width: 100%;
    max-width: 65%;
    position: relative;
}

.right__side .title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: #000000;
    text-align: center;
    padding: 15px 0;
}

.content_item_left,
.newMenuWide {
    display: flex;
    flex-direction: column;

}

.newMenuWide {
    background: #F5F7FA;
}

.newMenuWide a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2D5CA6;
    padding: 12px 15px;
}

.newMenuWide a:hover {
    background: #000000;
    color: #fff;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
}

.topNewsSliderContR {
    width: 100%;
    padding: 10px 0 0 15px;
    font-weight: bold;
}

.topNewsSliderContR a {
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
}

.slider__navs {
    position: absolute;
    right: 0;
    bottom: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
}

.slick-dots {
    display: flex;
}

.slick-dots li {
    line-height: 0;
    display: flex;
    align-items: flex-end;
}

.slick-dots li button {
    padding: 0;
    text-indent: -999999px;
    height: 1px;
    background: #717275;
    border: none;
    width: 50px;
    outline: none;
    cursor: pointer;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    height: 6px;
    background: #000000;
}

.slider__navs--prev {
    margin: 0 15px 0 0;
    cursor: pointer;
}

.slider__navs--next {
    margin: 0 0 0 15px;
    cursor: pointer;
}

.rotator__block {
    display: flex;
    flex-direction: column;
}

.content__side .title,
.title2 {
    font-size: 20px;
    line-height: 20px;
    color: #1D1D1B;
    width: 100%;
    border-bottom: 1px solid #1D1D1B;
    padding: 0 0 20px 15px;
    margin: 0 0 20px 0;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
}

.rotator__block body,
iframe body {
    background: #fff;
}

.indicator__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indicator__navs {
    width: 100%;
}

.home__third {
    background: #E6E9EC;
    padding: 25px 0;
    margin: 25px 0;
}

.third__wrapper {
    display: flex;
    flex-direction: column;
}

.button_container svg:hover path,
.banners__nav svg:hover path,
.slider__navs svg:hover path,
.direct__nav svg:hover path {
    fill: #2D5CA6;
}

.button_container svg,
.banners__nav svg,
.slider__navs svg,
.direct__nav svg {
    cursor: pointer;
}

.direct__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.direct__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #1D1D1B;
}

.direct__wrapper {
    margin: -20px auto;
    text-align: center;
    width: 65%;
}

.direct__single--desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #2D5CA6;
}

.direct__single--subtitle {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #2D5CA6;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.direct__single {
    outline: none;
}

.home__fourth {
    padding: 25px 0;
}

.fourth__wrapper {
    display: flex;
    justify-content: space-between;
}

.topNewsSliderContL {
    min-height: 391px;
}

.fourth__single {
    width: 32%;
}

.fourth__single--second--en {
    width: 65%;
}

.fourth__single--second--en iframe {
    width: 100%;
    height: 90%;
}

.documents__wrapper {
    display: flex;
    flex-direction: column;
}

.home__first .title2 {
    background: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 15px 0;
    border: none;
}

.documnets__single {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
}

.documnets__single .content_item_date {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}

.documnets__single a {
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
    min-height: 100px;
}

.documents__wrapper .more {
    display: block;
    background: transparent;
    text-align: center;
    width: 100%;
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #2D5CA6;
    cursor: pointer;
}

.documents__wrapper .more:hover {
    background: #2D5CA6;
    color: #fff;
}

.home__fifth {
    background: #000000;
    padding: 40px 0;
}

.korrespondent__table .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #191A1A;
    width: 100%;
    padding-bottom: 18px;
}

.korrespondent__block {
    display: flex;
    align-items: flex-start;
    margin: 0 0 25px 0;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.korrespondent-form-desc {
    color: #191A1A;
    font-size: 16px;
    line-height: 18px;
}

.korrespondent-form-desc span {
    color: red;
    margin: 0 5px 0 0;
}

.korrespondent-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px 24px;
}

.korrespondent-form--single {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.korrespondent-form--single input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8EEF2;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    font-style: normal;
    color: #191A1A;
    font-family: 'Proba Pro';
    margin: 0;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    height: 48px;
}

.korrespondent-form--single input[type="text"]:focus {
    outline: none;
    border-color: #2D5CA6;
    box-shadow: 0 0 0 3px rgba(45, 92, 166, 0.1);
}

.korrespondent-form-top td {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.korrespondent-form--single label {
    color: #191A1A;
    height: 46px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.korrespondent-form--single input[type="submit"] {
    display: block;
    background: #191A1A;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #191A1A;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Proba Pro';
    font-weight: 500;
    height: 48px;
    margin-top: 54px;
    transition: all 0.3s ease;
}

.korrespondent-form--last {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.korrespondent-form--single input[type="submit"]:hover {
    background: #fff;
    color: #191A1A;
    border-color: #191A1A;
}

.korrespondent-form--single input[type="submit"]:focus {
    background: #fff;
    color: #191A1A;
    border-color: #191A1A;
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 26, 26, 0.1);
}

.home__sixth {
    padding: 40px 0 25px 0;
    background: #fff;
}

.informations__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.informations__single {
    border: 1px solid #6D727C;
    width: 49%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.informations__single a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.informations__single span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1D1D1B;
    margin: 15px 0 0 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
}

.informations__single:hover {
    background: #000000;
}

.informations__single:hover span {
    color: #fff;
    text-decoration: underline;
}

.informations__single:hover svg path {
    fill: #fff;
}

.informations__single:last-of-type:hover svg path {
    stroke: #fff;
}

.informations__single.informations__single--monitor:hover svg path {
    stroke: #fff;
}

.banners__wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.banners__wrapper .slick-slider {
    margin: 0 -15px;
}

.banners__wrapper .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.home__banners a {

}

.seventh__wrapper {
    position: relative
}

.home__seventh {
    padding: 0 0 40px 0;
}

.banners__prev {
    position: absolute;
    left: 30px;
    top: 45%;
}

.banners__next {
    position: absolute;
    right: 30px;
    top: 45%;
}

footer {
    background: #6D727C;
    padding: 20px 0;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px 0;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
}

.footer__top--logo {
    display: flex;
    align-items: center;
}

.footer__top--logo span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 0 10px;
}

.footer__top--left,
.footer__bottom--left {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}

.footer__top--socials {
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    margin: 15px 0 0 0;
}

.footer__top--socials a {
    margin: 0 10px 0 0;
}

.footer__top--address {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 0 0 0 35px;
}

.footer__top--center,
.footer__top--center div {
    display: flex;
    flex-direction: column;
}

.footer__top--center,
.footer__bottom--center {
    width: 100%;
    max-width: 250px;
}

.footer__top--center span {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer__top--center a {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer__top--center div {
    margin: 0 0 10px 0;
}

.footer__top--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 200px;
}

.footer__top--right span,
.footer__top--right a {
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer__top--right > div {
    margin: 0 0 10px 0
}

.footer__top--langSwitcher a:not(.current) {
    display: none
}

.footer__bottom--gov {
    padding: 0 0 0 15px;
}

.footer__bottom--copy div {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer__bottom--copy {
    display: flex;
    align-items: flex-start;
}

.footer__bottom--left {
    justify-content: space-between;
}

.footer__bottom--copy span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
}

.footer__bottom--copy span a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
}

.footer__bottom--right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
}

.footer__bottom--right a {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer__bottom--mineco {
    cursor: pointer;
}

.fade:not(.show) {
    opacity: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 9999;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.40);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 100px);
}

.modal-gov .modal-dialog,
.modal-mineco .modal-dialog {
    vertical-align: top;
    margin: 75px auto;
    width: 1170px;
    position: relative;
}

.modal-search .modal-dialog {
    vertical-align: top;
    margin: 75px auto;
    width: 1170px;
    position: relative;
    max-width: none;
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.modal-gov .modal-content,
.modal-mineco .modal-content {
    padding: 0;
    border: none;
    background-color: #31486c;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 50px;
    display: flex;
}

.modal-search .modal-content {
    padding: 0;
    border: none;
    background-color: #6D727C;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border: 1px solid #fff;
    padding: 30px;
}

.modal-gov .close-icon,
.modal-mineco .close-icon {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-search form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 50px 0 0 0;
}

.modal-search .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.close-icon {
    width: 22px;
    max-width: 22px;
    height: 22px;
    cursor: pointer;
}

.modal-gov .modal-links,
.modal-mineco .modal-links {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
}

.modal-gov .modal-links-item,
.modal-mineco .modal-links-item {
    padding: 6px 0;
}

.modal-gov .modal-links a,
.modal-mineco .modal-links a {
    color: #fff;
    display: inline;
}

.searchSocials__search {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    cursor: pointer
}

.searchSocials__search svg {
    height: 16px;
    width: 16px;
}

.searchSocials__search span {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    font-variant: small-caps;
    color: #717275;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.searchSocials__search:hover svg path {
    fill: #fff;
}

.searchSocials__search:hover span {
    color: #fff;
}

.search__socials {
    display: flex;
    align-items: center;
}

.rotator__block iframe {
    width: 100%;
    min-height: 350px;
}

.search__additional {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.search__additional span {
    margin: 0 10px;
}

.search__additional a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.search__input {
    display: block;
    width: 100%;
    max-width: 450px;
}

.search__input div {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 450px;
}

.search__input div input {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    font-family: Proba Pro;
    max-width: 450px;
    width: 100%;
    padding: 6px 10px;
}

.search__input div div {
    display: block;
    position: absolute;
    bottom: 110%;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}

.search__input div svg {
    position: absolute;
    right: 10px;
}

.modal-search form .sbtn {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}

.modal-search form .sbtn:hover {
    background: #fff;
    color: #717275;
}

.second__menu .title2 {
    display: none;
}

.second__menu {
    padding: 30px 30px 0 30px;
}

.second__menu .documents__wrapper {
    width: 100%;
    max-width: 800px;
    position: relative;
    border-bottom: 1px solid #C2C5CB;
}

.second__menu .newMenuWide {
    background: #fff;
    flex-direction: row;
}

.second__menu .newMenuWide a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #284568;
    border-bottom: 3px solid transparent;
    padding: 0 15px 15px 0;
    margin: 0 15px 0 0;
}

.second__menu .newMenuWide a:hover {
    background: transparent;
    color: #284568;
    border-bottom: 3px solid #284568;
}

.page__wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.path {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D1B;
    flex-wrap: wrap;
}

.path a {
    color: #2D5CA6;
    margin: 0 5px;
}

.path a:first-of-type {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .path a:first-of-type {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .path { font-size: 12px }
    .path a:first-of-type {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .path { font-size: 10px }
}

.path span {
    color: #1D1D1B;
    margin: 0 0 0 5px;
}

.mainContent__docs--title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    padding: 30px 0;
    margin: 0;
    text-transform: none;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
    color: #191A1A;
    font-family: 'Proba Pro', sans-serif;
}

.video-js {
    margin: 0 auto;
    display: block;
}

.mainContent__docs--wrapper {
    display: none;
}

h1.mainContent__docs--title + .mainContent__docs--wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e9eb;
    border-top: 1px solid #e6e9eb;
    padding: 20px 0 0 0;
}

.mainContent__docs--wrapper > li {
    width: 100%;
    max-width: 25%;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.mainContent__docs--wrapper > li:hover a {
    color: #2D5CA6;
    border-bottom: 1px solid #2D5CA6;
}

.mainContent__docs--wrapper > li a {
    min-height: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    border-bottom: 1px solid transparent;
}

.topMenu__dropdown {
    background: #F4F6F7;
    padding: 30px;
    position: absolute;
    /*top: 128px;*/
    top: 178px;
    width: calc(100% - 60px);
    z-index: 1000;
    left: 30px;
    display: none;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

.header__bottom {
    align-items: center;
}

.topMenu__item {
    display: flex;
}

.topMenu__item + a {
    padding: 20px 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    border-bottom: 2px solid transparent;
}

.topMenu__item span {
    padding: 20px 15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--1-black, #191A1A);

    /* Headings/H7 Heading */
    font-family: e-Ukraine;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.32px;
}

.topMenu__item span.active {
    text-decoration: underline;
    background: #F4F6F7;
}

.topMenu__item span.active + .topMenu__dropdown {
    display: block
}

.dropdown__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.dropdown__wrapper a {
    margin: 0px 0 15px 0;
    width: 25%;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.rss__subscribe {
    display: flex;
    justify-content: center;
    padding: 25px 0
}

.rss__subscribe svg {
    width: 30px;
    height: auto
}

.subcribe__form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcribe__form h3,
.subcribe__form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    font-variant: small-caps;
    margin: 0 30px 0 0;
}

.page__subscribe {
    padding: 50px 0;
}

#subs__email {
    /*border: 1px solid #6D727C;*/
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    padding: 10px;
    margin: 0 30px 0 0;
}

.subs__subm {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}

.subs__subm:hover {
    background: #fff;
    color: #717275;
}

.page__content--header {
    position: relative;
}

.page__content__print {
    position: absolute;
    right: 0;
    top: 20px;
}

.page__content__rss {
    position: absolute;
    right: 30px;
    top: 20px;
}

.page__content__facebook {
    position: absolute;
    right: 60px;
    top: 20px;
}

.page__content__print svg,
.page__content__rss svg,
.page__content__facebook svg {
    width: 20px;
    height: auto;
}

.page__related {
    border-top: 1px solid #c2c5cb;
    margin: 30px 0 0 0;
}

.page__related h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.page__content--archive {
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    font-variant: small-caps;
}

.page__content--list li .content__date {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

.page__content--list li .content__date:before {
    background: #1D1D1B;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    content: ''
}

.page__content--list .desc {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.content__image + .desc {
    margin: 0 0 0 20px;
}

.page__content--list .content__image + a {
    width: 85%;
}

.page__content--list li {
    display: flex;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #1D1D1B;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page__content--list li a {
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
}

.archiveBox {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
}

.page__content .archiveBox div,
.page__content .archiveBox div a {
    color: #2D5CA6 !important;
    font-size: 16px !important;
    line-height: 26px;
}

.noDataErrBox {
    font-size: 18px;
    line-height: 26px;
    color: red;
}

.archiveBox select {
    border: 1px solid #6D727C;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    padding: 10px;
    margin: 0 30px 0 0;
}

.archiveBox input {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}

.archiveBox form {
    display: flex;
    align-items: center
}

.page__content a {
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
    display: none;
}

.page__content--description table {
    width: 100% !important;
    /* Додаткові стилі для таблиць у контенті застосовуються через загальні стилі table */
}

.page__navigation {
    display: flex;
    justify-content: center;
    padding: 50px 0 0 0;
}

.page__navigation a {
    margin: 0 5px;
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
}

.page__navigation a.c {
    color: #2D5CA6;
    font-weight: bold;
}

.page__content {
    display: flex;
    flex-direction: column
}

.legActsFilterBox form {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.legActsFbRow {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 15px 0;
}

.legActsFbRow-selectRadio {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 20px 0;
}

.legActsFbRow__two {
    width: 100%;
    flex-direction: row;
}

.legActsFbRow__two .fbRowItL,
.legActsFbRow__two .fbRowItR {
    width: 48%;
}

.legActsFbRow__two .fbRowRadioItemL {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.legActsFbRow-selectRadio .fbRowRadioItem {
    margin: 0 20px;
}

.legActsFbRow__two .fbRowItR select {
    max-width: none;
}

input[type="radio"],
.search__check {
    display: none;
}

input[type="radio"] + label:first-letter,
.search__check + label:first-letter {
    text-transform: capitalize;
}

input[type="radio"] + label,
.search__check + label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

input[type="radio"] + label:before,
.search__check + label:before {
    background: #fff;
    border: 1px solid #000000;
    content: "";
    height: 13px;
    width: 13px;
    display: block;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

input[type="radio"] + label span,
.search__check + label span {
    margin: 0 0 0 10px;
}

input[type="radio"]:checked + label:before,
.search__check:checked + label:before {
    background: #000000;
}

.fbRowItL {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.fbRowItR textarea,
.tblUrFilter textarea,
.fbRowItR input {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
}

.fbRowItR select {
    border: none;
    border-radius: 0;
    padding: 9px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 90%;
}

.fbRowItR select + span {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 10px 0 5px;
}

.fbRowItR textarea {
    height: 40px;
}

.legActsFilterBox {
    margin: 0 -30px;
}

.tblUrFilter tr {
    /* Використовує загальні стилі table tr для статистики */
}

.tblUrFilter tr td {
    /* Використовує загальні стилі table td для статистики */
    padding: 0 0 10px 0;
}

.fbRowRadioItem {
    display: flex;
    align-items: center;
}

.legActsFbRow br {
    display: none;
}

.legActsFbRow strong {
    margin: 0 0 15px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.fbRowItR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fbRowItR input[type="submit"], .tblUrFilter td input[type="submit"], .filtrr a.btn.fr {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 !important;
}

.fbRowItR input[type="submit"]:hover, .tblUrFilter td input[type="submit"]:hover, .filtrr a.btn.fr:hover {
    background: #fff;
    color: #000000;
}

.tblUrFilter .aBtn {
    float: right;
    margin: 7px 25px 0 0;
}

.w80 i, .tdRequestTheme i, .tblUserRequests tr td i {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    font-style: normal;
}

.legActsFbRow.legActsFbRow__first {
    width: 100%;
}

.legActsFbRow.legActsFbRow__first .mark {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 15px;
}

.inputRow table tr td.tab {
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 48%;
    padding: 20px;
}

.page__content--vehicle table tr:first-of-type {

}

.page__content--vehicle form {
    max-width: 730px;
    margin: 0 auto;
}

.table__switcher div {
    max-width: 730px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 20px;
    line-height: 30px;
}

.table__switcher div a {
    font-size: 20px;
    line-height: 30px;
}

.inputRow table tr td.tab:hover,
.inputRow table tr td.tab.tabC {
    background-color: #F5F7FA;
}

.inputRow table tr td.tab:hover a,
.inputRow table tr td.tab.tabC a {
    color: #000;
}

.inputRow table tr td.tab a {
    display: block;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.direct__wrapper {
    padding: 25px 0;
}

.page__content--vehicle .inputRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.page__content--vehicle .inputRow.mt30 a {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1D1D1B;
    margin: 10px 0;
}

.page__content--vehicle .inputRow.mt30 a svg {
    margin: 0 10px 0 0;
}

.page__content--vehicle .inputRow.mt30 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 730px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.page__content--vehicle select,
.page__content--vehicle input[type="text"] {
    border: 1px solid #6D727C;
    border-radius: 0;
    padding: 9px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

.inptR span {
    cursor: pointer;
}

select {
    border: 1px solid #c2c5cb;
    border-radius: 12px;
    padding: 9px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #fff url(images/dropdown-arrow.png) no-repeat 95% center;
    cursor: pointer
}

select::-ms-expand {
    display: none !important;
}

.page__content--vehicle .inptR div {
    width: 100%;
}

.page__content--vehicle .inptR {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
}

.page__content--vehicle .inptR input[type="submit"] {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 45% !important;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 !important;
}

.page__content--vehicle .inptR input[type="submit"]:hover {
    background: #fff;
    color: #000000;
}

.page__content--vehicle .inptR input[type="button"] {
    border: none;
    background: transparent;
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    width: 45% !important;
}

.field-validation-error {
    color: red;
    line-height: 10px;
    font-size: 12px;
    margin: 0 20px;
}

.search__buttons {
    width: 75%;
    margin: 25px auto 0 auto;
    position: relative;
}

.search__buttons div {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.search__buttons div input[type="text"] {
    border: 1px solid #c2c5cb;
    border-radius: 0;
    padding: 5px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 40%;
    margin: 0 20px;
}

.search__buttons div input[type="submit"] {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 40%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    margin: 0 20px;
}

.search__buttons div div {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    left: 88%;
    margin-top: 10px;
    transform: translate(-50%, -50%);
}

td.vld {
    padding: 0 0 0 10px;
}

td.vld span {
    margin: 0;
}

.cloud {
    padding: 20px;
    border: 1px solid #c7c7c7;
}

.cloud a {
    margin: 10px;
    line-height: 30px;
    border: 0 none;
    text-align: left;
    outline: medium none;
    text-decoration: none;
}

.cloud a:hover {
    text-decoration: underline;
}

.indicator__description--button {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.indicator__description .indicator__description--button span {
    font-size: 18px;
    line-height: 26px;
    color: #2D5CA6;
    margin: 0 0 0 10px;
}

.mobile__view {
    display: none;
}

.page__sanctions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page__sanctions > form {
    width: 45%;
    background: #DEDEDE;
    padding: 30px;
}

.fileupload-label {
    width: 100%;
    border: 1px solid #c2c5cb;
    border-radius: 0;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.inptL {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.page__sitemap ul {
    padding: 0 0 0 30px;
    list-style: disc;
    color: #2D5CA6;
}

.page__sitemap > ul > li > span {
    font-weight: bold;
}

#fileupload::-webkit-file-upload-button {
    display: none
}

#fileupload {
    border: none;
    color: #fff;
}

#fileupload.valid {
    color: #000;
}

.legActsFilterBox-helper table {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    /* Використовує загальні стилі table для статистики */
}

.ssFilterCtrls__title {
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 15px;
}

.ssFilterCtrls__input input {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
}

.ssFilterCtrls__buttons input {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0;
}

.ssFilterCtrls__buttons {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 20px 0 0 0;
}

.extendedSearch__wrapper {
    margin: 0 -30px;
}

.extendedSearch__wrapper form {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.extendedSearch__row {
    width: 25%;
}

.extendedSearch__single {
    margin: 10px 0;
}

.extendedSearch__single .datepicker-txt {
    width: 15px;
    display: inline-block;
}

.extendedSearch__wrapper .search__buttons {
    width: 50%;
    flex-direction: column;
    margin: 0;
}

.extendedSearch__wrapper .search__buttons input[type="submit"] {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 !important;
}

.extendedSearch__wrapper .search__buttons input[type="text"] {
    width: 45%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    margin: 10px;
}

.extendedSearch__wrapper .search__buttons input[type="submit"]:hover {
    color: #000000;
    background: #fff;
}

.extendedSearch__single .datepicker-input {
    width: 70%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    margin: 0 10px;
}

.surveyQuestion {
    background: url(images/question_ico.png) no-repeat 0 1px;
    padding: 0 0 0 30px;
    color: #6D727C;
    font-size: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
}

.surveyQuestion + form {
    padding: 10px;
}

.survItem {
    padding: 10px 0;
    display: flex;
}

.survResItem--first {
    font-weight: bold;
    text-transform: capitalize;
    min-width: 150px;
    margin: 0 20px 0 0;
}

.survey_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 10px 0 0 0;
}

.survey_buttons a, .survey_buttons input {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 !important;
}

.survey_buttons a:hover, .survey_buttons input:hover {
    background: #fff;
    color: #000000;
}

.inforez__row {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.inforez__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inforez__top--date {
    width: 10%;
}

.inforez__top--theme {
    width: 40%;
    font-weight: bold
}

.inforez__top--like {
    width: 15%;
}

.inforez__bottom--answer {
    padding: 20px 10%;
    background: rgb(204, 204, 204);
    display: block;
    margin: 10px 0px 0px;
}

.inforez__bottom > span {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 20%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 !important;
}

.inforez__bottom > span:hover {
    background: #fff;
    color: #000000;
}

.content__image {
    padding: 20px 0;
    margin: 0 20px 0 0;
}

h2 {
    color: #1D1D1B;
    font-family: Proba Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
    margin: 5px 0;
}

.qa__buttons {
    display: flex;
}

.qa__buttons a {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 20%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.qa__buttons a:hover {
    background: #fff;
    color: #000000;
}

#frmAddComment .frm__wrapper {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px -30px;
}

.frm__wrapper .crItem {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.frm__wrapper .crItem .l {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    width: 30%;
}

.frm__wrapper .crItem .r {
    width: 30%;
}

.frm__wrapper .crItem .r input,
.frm__wrapper .crItem .r textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
}

.frm__wrapper .crItem .r input[type="submit"], .calendarWrapperSingle input[type="submit"] {
    font-family: 'Proba Pro';
    display: block;
    background: black;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 20px;
    cursor: pointer;
}

.frm__wrapper .crItem .r input[type="submit"]:hover, .calendarWrapperSingle input[type="submit"]:hover {
    background: #fff;
    color: black;
}

.survItem input[type="radio"] + label,
.survItem .search__check + label {
    text-transform: unset;
}

.page__content--hromadska .content__date {
    display: none !important;
}

.stat__calendar {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -30px;
    flex-direction: column;
}

.calendarWrapper, .calendarWrapperSingle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendarWrapperSingle {
    margin: 0 10px;
}

.calendarWrapperSingle input.datepicker-input {
    width: 100%;
    border: 1px solid black;
    border-radius: 20px;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    margin: 0 10px;
}

#legActsFilterBox .fbRowItR input[type="submit"] {
    width: 35%;
}

.inforez__middle {
    padding: 20px;
}

.tblRes svg {
    cursor: pointer
}

.attachment48x48 {
    cursor: pointer;
}

.popup__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.popup__links--single {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 35%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
}

.popup__links--single:hover {
    background: #fff;
    color: #000000;
}

.popup__links span {
    width: 100%;
    font-size: 18px;
    margin: 0 0 10px 0;
    text-align: center;
}

.divVoter a {
    font-family: 'Proba Pro';
    display: block;
    background: #000000;
    text-align: center;
    width: 15%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    cursor: pointer;
    margin: 0 10px;
    text-decoration: none;
}

.divVoter a:hover {
    background: #fff;
    color: #000000;
}

.divVoter {
    display: flex;
    align-items: center;
}

.page__content--maps li {
    padding: 20px 0;
}

.page__content--maps li img {
    padding: 20px 0;
}

.rubricMenu > ul > li > a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 0 10px 0;
    display: block;
    border-bottom: 2px solid #fff;
    margin: 0 0 10px 0;
    min-height: 50px;
}

.rubricMenu > ul > li > a + ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.rubricMenu > ul > li > a + ul li {
    padding: 2px 0;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.rubricMenu__subbuttons + a {
    margin: 0 0 0 25px;
}

.hasul .rubricMenu__buttons svg {
    right: unset;
    left: 0;
    top: 5px;
}

.hasul ul {
    flex-direction: column;
    padding: 5px 0;
}

.rubricMenu > ul[style*="display: block"] {
    display: flex !important;
}

.rubricMenu > ul > li {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 24%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.rubricMenu > ul > li:hover > a,
.rubricMenu > ul > li.choose > a {
    border-bottom: 2px solid #ffe358;
}

.rubricMenu ul > li:hover > a,
.rubricMenu > ul > li > a + ul > li:hover > a,
.rubricMenu ul > li.choose > a {
    color: #ffe358;
}

.rubricMenu__subbuttons {
    cursor: pointer;
}

.rubricMenu__subbuttons .rubricMenu__buttons svg {
    top: 5px;
}

.rubricMenu > ul {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    background: #6D727C;
    margin: 30px -30px 0 -30px;
    padding: 15px 30px;
}

.rubricMenu > ul > li > a + ul {

    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column
}

.rubricMenu > ul > li > a + ul ul {
    padding: 5px 0 5px 10px;
    list-style: inside;
    color: #fff;
    display: none;
}

.page__second {
    position: relative;
}

.rubricMenu__wrapper {
    position: absolute;
    right: 0;
    top: -20px;
    display: none;
    align-items: center;
    cursor: pointer;
}

.rubricMenu__wrapper span {
    font-size: 18px;
    line-height: 16px;
    font-variant: small-caps;
    margin: 0 25px 0 0;
}

.rubricMenu__buttons {
    display: flex;
    align-items: baseline;
    position: relative;
}

.rubricMenu__buttons svg {
    position: absolute;
    right: 0;
    top: -4px;
    width: 16px;
}

.rubricMenu__subwrapper--open + a {
    color: #ffe358 !important;
}

.rubricMenu__wrapper--open .rubricMenu__open,
.rubricMenu__subwrapper--open .rubricMenu__open,
.rubricMenu__close {
    display: none;
}

.rubricMenu__wrapper--open .rubricMenu__close,
.rubricMenu__subwrapper--open .rubricMenu__close {
    display: block;
}

.hasnoul {
    display: none;
}

.korrespondent__wrapper {
    background: #E6F0F7;
    padding: 30px;
    margin: 0;
    box-sizing: border-box;
}

.page__image_gallery .content__image + a {
    width: 85%;
}

.vCont a#mediaplayer {
    text-align: center;
    margin: 0 auto 25px auto;
    display: block;
}

.video__container {
    margin: 0 auto 25px auto;
    display: block;
}

.page__sanctions--filter > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #dedede;
    padding: 30px;
    flex-wrap: wrap;
}

.page__sanctions--filter > div form {
    width: 100%;
    margin: 0 0 25px 0;
}

.page__sanctions--filter {
    margin: 0 -30px;
    width: 100%;
}

.ssFilterBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ssFilterBox .fbRowItL,
.legActsFbRowSs .fbRowItR span {
    margin: 0 0 15px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.legActsFbRowSs .fbRowItR {
    flex-direction: column;
    align-items: flex-start;
}

.page__content--description ul {
    list-style: inherit;
    margin: 0 0 0 20px;
}

.page__content--description ul.page__content--list {
    margin: 0;
    list-style: none;
}

.page__content--list .content__date a {
    margin: 0 0 0 10px;
}

.page__feedback h2 {
    text-align: center;
    font-size: 18px;
    color: #2D5CA6;
    margin: 0 0 5px 0;
    display: block;
}

.professions__wrapper .ui-widget-content {
    border: none;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-hbox {
    padding: 0;
    border: none;
    background-color: #E8EEF2;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
    height: auto;
    padding: 20px 0 !important;
    background-color: #FFFFFF;
    border-top: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'Proba Pro', sans-serif;
    font-size: 14px;
    color: #191A1A;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-paging-info {
    font-family: 'Proba Pro', sans-serif;
    font-size: 14px;
    color: #191A1A;
    font-weight: 500;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
    background-color: #818c9c !important;
    color: #fff;
    font-weight: 500;
    border: 1px solid #E8EEF2 !important;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro', sans-serif;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-htable th div {
    height: 56px;
    margin: 0 !important;
    border: none;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro', sans-serif;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-bdiv {
    overflow: hidden;
    border: none;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-bdiv table {
    border-collapse: collapse;
    width: 100%;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-bdiv tr:nth-child(even) {
    background-color: #F5F5F5;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-bdiv tr:hover {
    background-color: #E8EEF2;
}

/* Додаткові стилі для кращого відображення таблиці */
.professions__wrapper .ui-jqgrid .ui-jqgrid-htable {
    border-collapse: collapse;
    width: 100%;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-btable {
    border-collapse: collapse;
    width: 100%;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:first-child,
.professions__wrapper .ui-jqgrid .ui-jqgrid-btable td:first-child {
    border-left: none;
}

.professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:last-child,
.professions__wrapper .ui-jqgrid .ui-jqgrid-btable td:last-child {
    border-right: none;
}

#jqgh_toolbar_KP .s-ico,
#jqgh_toolbar_rn .s-ico {
    display: none !important;
}

#jqgh_toolbar_rn {
    padding: 10px;
}

.professions__wrapper .ui-jqgrid-labels th[aria-selected="true"] {
    background: #dadada !important;
}

.professions__wrapper .ui-jqgrid-labels th[aria-selected="true"] div {
    color: #000 !important;
}

.professions__wrapper .ui-jqgrid tr.jqgrow td {
    height: 56px;
    padding: 16px;
    white-space: normal;
    line-height: 24px;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    font-family: 'Proba Pro', sans-serif;
    vertical-align: middle;
}

.professions__wrapper .ui-jqgrid tr.jqgrow td:last-of-type {
    border-right-color: transparent
}

.professions__wrapper .ui-state-default.ui-jqgrid-hdiv {
    border: none;
}

.professions__wrapper .ui-jqgrid td input {
    box-sizing: border-box;
    padding: 8px 12px !important;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Proba Pro', sans-serif;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.professions__wrapper .ui-jqgrid td input:focus {
    outline: none;
    border-color: #E8EEF2;
    box-shadow: 0 0 0 2px rgba(47, 111, 201, 0.1);
}

.professions__wrapper .ui-search-table {
    width: 100%;
    border-collapse: collapse;
}

.professions__wrapper .ui-search-table input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Proba Pro', sans-serif;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.professions__wrapper .ui-search-table input:focus {
    outline: none;
    border-color: #E8EEF2;
    box-shadow: 0 0 0 2px rgba(47, 111, 201, 0.1);
}

.professions__wrapper {
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.professions__wrapper .s-ico {
    display: flex !important;
    flex-direction: column;
    margin: 0 0 0 10px;
}

.professions__wrapper .s-ico span {
    margin: 0;
    display: block;
    position: static;
    background-color: #fff;
}

.professions__wrapper .ui-jqgrid .ui-state-disabled:hover {
    padding: 0;
}

.professions__wrapper .ui-state-hover .ui-jqgrid-sortable {
    color: #000 !important;
}

.professions__wrapper .ui-state-hover,
.professions__wrapper .ui-widget-content .ui-state-hover,
.professions__wrapper .ui-widget-header .ui-state-hover,
.professions__wrapper .ui-state-focus,
.professions__wrapper .ui-widget-content .ui-state-focus,
.professions__wrapper .ui-widget-header .ui-state-focus {
    border: none !important;
    background-color: #dedede !important;
    font-weight: normal /*{fwDefault}*/;
    color: #000 !important;
}

.ui-state-highlight {
    border: none !important
}

.ui-jqgrid-resize {
    display: none !important;
}

table {
    border-collapse: collapse !important;
}

.hotline__wrapper {
    background: #234d7d;
    margin: 0 0 20px 0;
    border: none;
    justify-content: space-around;
}

.hotline__wrapper a {
    color: #fff;
    text-decoration: none;
    line-height: 0;
    display: flex;
    justify-content: space-around;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.hotline__wrapper a span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.hotline__wrapper svg {
    width: 30px;
    height: auto;
}

.hotline__wrapper svg path {
    fill: #fff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .page__content--list .content__image + a {
        width: 80%;
    }

    .rotator__block {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    #topNewsSlider {
        min-height: unset;
    }

    .topNewsSliderContL {
        min-height: unset;
    }

    #mnp {
        width: 100%;
        object-fit: contain;
    }

    .video__container {
        width: 100%;
    }

    .rubricMenu > ul > li > a {
        min-height: unset;
    }

    .rubricMenu > ul > li {
        width: 100%;
    }

    .rubricMenu > ul {
    }

    .page__content {
        margin: 30px 0 0 0;
    }

    .rubricMenu__wrapper {
        top: 0;
        display: none;
    }

    .page__content--archive {
        top: -10px;
    }

    #legActsFilterBox .fbRowItR input[type="submit"] {
        width: 100%;
    }

    .calendarWrapper {
        flex-direction: column;
    }

    .calendarWrapperSingle {
        margin: 10px;
        width: 100%;
    }

    #frmAddComment .frm__wrapper {
        padding: 20px;
        margin: 0;
    }

    .frm__wrapper .crItem .l,
    .frm__wrapper .crItem .r {
        width: 100%;
    }

    .frm__wrapper .crItem .l {
        margin: 0 0 10px 0;
    }

    .frm__wrapper .crItem {
        flex-direction: column;
        align-items: flex-start
    }

    .qa__buttons {
        flex-direction: column;
    }

    .qa__buttons a {
        width: 100%;
        margin: 0 0 10px 0;
    }

    table.editForm tr td.r .btn {
        max-width: none !important;
    }

    .editForm tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
        position: relative
    }

    table.editForm tr td.l,
    table.editForm tr td.r {
        width: 90% !important;
    }

    .hintImg {
        right: 0;
        position: absolute;
    }

    .inforez__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .inforez__top--theme,
    .inforez__top--date,
    .inforez__bottom > span {
        width: 100%;
    }

    .inforez__bottom--answer {
        padding: 20px;
    }

    .inforez__top--like {
        width: 100%;
        margin: 20px 0;
    }

    .legActsFbRow__two {
        flex-direction: column;
    }

    .legActsFbRow__two .fbRowItL, .legActsFbRow__two .fbRowItR {
        width: 100%;
    }

    .legActsFbRow__two .fbRowRadioItemL {
        width: 100%;
    }

    textarea,
    input[type="text"],
    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none !important;
        /*border-radius: 0 !important;*/
    }

    input[type="radio"] + label span,
    input[type="radio"] + label {
        font-size: 14px;
        line-height: 16px;
    }

    .survey_buttons {
        flex-direction: column;
    }

    .survey_buttons a, .survey_buttons input {
        width: 100%;
    }

    .extendedSearch__row {
        flex-direction: column;
    }

    .survey_buttons input {
        margin: 0 0 10px 0;
    }

    .extendedSearch__wrapper .search__buttons {
        flex-direction: column;
    }

    .extendedSearch__wrapper .search__buttons input {
        width: 100%;
    }

    .extendedSearch__wrapper form {
        padding: 20px;
    }

    .ssFilterCtrls__buttons {
        flex-direction: column;
    }

    .ssFilterCtrls__buttons input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .tableMobile__scroller {
        overflow-x: auto;
    }

    #dialogBox {
        margin: 0 20px;
        width: auto;
    }

    .popup__links--single {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .popup__links {
        flex-direction: column;
    }

    .legActsFbRow strong,
    .legActsFbRow {
        font-size: 14px;
        line-height: 16px;
    }

    .legActsFilterBox form {
        padding: 20px;
    }

    .fbRowItR select {
        width: 100%;
        max-width: none;
        margin: 0 0 10px 0;
    }

    .fbRowItR select + span {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .fbRowItR {
        width: 100%;
    }

    .fbRowItR input[type="submit"]:first-of-type,
    .fbRowItR input[type="submit"] {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .fbRowItR input[type="submit"],
    .fbRowItR input[type="button"] {
        width: 100%;
    }

    .legActsFbRow {
        flex-direction: column;
    }

    .fbRowItL {
        width: 100%;
    }

    .fbRowRadioItem {
        width: 100%;
    }

    table .datepicker-input {
        width: 100%;
    }

    .home__second .right__side {
        width: 100%;
    }

    .page__content--vehicle table tr:first-of-type {
        display: none;
    }

    .inputRow table tr td.tab {
        width: 100%;
    }

    .inptL {
        width: 100%;
    }

    .page__content--vehicle .inputRow {
        flex-direction: column;
    }


    .header__top {
        flex-direction: column;
        padding: 15px 0;
    }

    .headerTop__left, .headerTop__right {
        width: 100%
    }

    .headerTop__center a h1 {
        padding: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .headerTop__right {
        display: none;
    }

    .headerTop__left {
        justify-content: space-between;
        flex-direction: row;
        position: relative;
    }

    .headerTop__center {
        padding: 0;
        background: none;
    }

    .searchBox {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .search__additional {
        margin: 15px 0 0 0;
    }

    .modal-search .modal-dialog {
        margin: 0 20px;
        width: auto;
        position: relative;
    }

    .searchSocials__single {
        margin: 0 10px;
    }

    .search__additional a {
        font-weight: normal;
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
    }

    .modal-search form {
        flex-direction: column;
        padding: 25px 0 0 0;
    }

    .modal-search form .sbtn {
        max-width: none;
        margin: 15px 0 0 0;
    }

    .search__input input {
        max-width: none;
        border: none;
    }

    .modal-search .close-icon {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .dropdown__wrapper a {
        margin: 0px 0 5px 0;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
    }

    .topMenu__dropdown {
        background: #F4F6F7;
        box-sizing: border-box;
        padding: 10px;
        position: absolute;
        top: 160px;
        z-index: 1000;
        left: 0;
        border-top: 1px solid #fff;
        display: none;
        right: 0;
    }

    .first__wrapper,
    .second__wrapper,
    .fourth__wrapper,
    .second__menu .newMenuWide {
        flex-direction: column
    }

    .fourth__single {
        width: 100%;
    }

    .documnets__single {
        padding: 0 0 15px 0;
        margin: 15px 0;
    }

    .content__side,
    .right__side {
        max-width: 100%;
        margin: 0
    }

    .documnets__single a {
        min-height: 0;
    }

    .slick-arrow {
        visibility: hidden;
    }

    .slick-dots li button {
        width: 6px;
        outline: none;
        cursor: pointer;
        height: 6px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .desktop__wrapper {
        padding: 0 20px;
    }

    .home__fourth .documents__wrapper .title2 {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
        margin: 0;
    }

    .home__first, .home__second {
        padding: 20px 0
    }

    .modal-gov .modal-dialog, .modal-mineco .modal-dialog {
        width: auto
    }

    .modal-gov .modal-content, .modal-mineco .modal-content {
        margin: 0 20px;
        width: auto;
        position: relative;
    }

    .news__slider {
        margin: 0 0 20px 0;
    }

    .slider__navs {
        position: relative
    }

    .informations__wrapper {
        flex-direction: column
    }

    .informations__single {
        width: 100%
    }

    .footer__top,
    .footer__bottom {
        flex-direction: column
    }

    .footer__top--address,
    .footer__top--socials {
        padding: 0;
        margin: 20px 0 0 0;
    }

    .footer__top--right {
        align-items: flex-start
    }

    .footer__top--center div,
    .footer__bottom--copy,
    .footer__bottom--center {
        margin: 0 0 20px 0;
    }

    .footer__top--left {
        margin: 0 0 20px 0;
    }

    .footer__bottom--gov {
        padding: 0
    }

    .footer__top--logo span {
        font-size: 18px;
        line-height: 20px;
    }

    .home__fifth {
        padding: 20px 0;
    }

    .korrespondent__table .title {
        padding: 0
    }

    .korrespondent-form-desc {
        padding: 0
    }

    .home__fourth {
        padding: 0;
    }

    .direct__wrapper {
        text-align: center;
        width: 80%;
        margin: 25px auto;
    }

    .korrespondent__block {
        flex-direction: column
    }

    .korrespondent-form--single {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .korrespondent-form {
        flex-direction: column;
    }

    .korrespondent-form--single input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0 0 0;
        height: 40px;
    }

    .korrespondent-form--last {
        margin: 0;
    }

    .mobile__view {
        display: block;
    }

    #menu__button {
        width: 30px;
        height: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: -15px;
    }

    .topNewsSliderContR {
        width: 100%;
        padding: 10px 0 10px 0;
    }

    .documents__wrapper--helper {
        display: none;
    }

    .second__menu .newMenuWide {
        padding: 15px 0 0 0;
        background: #F5F7FA;
    }

    .second__menu .newMenuWide a {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #2D5CA6;
        padding: 12px 15px;
        margin: 0;
        border: none;
    }

    .mobile__arrow {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin: 5px 0 0 10px;
    }

    .open .mobile__arrow {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .news__menu .documents__wrapper .title2,
    .second__menu .documents__wrapper .title2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second__menu {
        padding: 20px 20px 0 20px;
    }

    .second__menu .title2 {
        display: block;
        background: #000000;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #fff;
        padding: 15px 0;
        border: none;
    }

    #menu__button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #menu__button span:nth-child(even) {
        left: 50%;
    }

    #menu__button span:nth-child(odd) {
        left: 0;
    }

    #menu__button span:nth-child(1), #menu__button span:nth-child(2) {
        top: 0;
    }

    #menu__button span:nth-child(3), #menu__button span:nth-child(4) {
        top: 10px;
    }

    #menu__button span:nth-child(5), #menu__button span:nth-child(6) {
        top: 20px;
    }

    #menu__button.open span:nth-child(1), #menu__button.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #menu__button.open span:nth-child(2), #menu__button.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #menu__button.open span:nth-child(1) {
        left: 3px;
        top: 4px;
    }

    #menu__button.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 4px;
    }

    #menu__button.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #menu__button.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #menu__button.open span:nth-child(5) {
        left: 3px;
        top: 14px;
    }

    #menu__button.open span:nth-child(6) {
        left: calc(50% - 3px);
        top: 14px;
    }

    .page__wrapper {
        padding: 20px 0 0;
    }

    .path {
        display: block;
    }

    .mainContent__docs--title {
        padding: 20px 0;
        font-size: 26px;
    }

    .mainContent__docs--wrapper > li {
        max-width: 100%;
        padding: 0;
    }

    h1.mainContent__docs--title + .mainContent__docs--wrapper {
        justify-content: space-between
    }

    .page__subscribe .subcribe__form {
        flex-direction: column
    }

    .page__subscribe .subcribe__form h3 {
        width: 100%;
        margin: 0 0 15px 0;
        font-size: 20px;
    }

    .page__subscribe {
        /*padding: 20px;*/
    }

    .page__subscribe .subcribe__form h3 + label {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page__subscribe .subcribe__form #subs__email {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }

    .page__subscribe .subcribe__form #subs__subm {
        width: 100%;
        max-width: none;
    }

    .page__content__print,
    .page__content__facebook,
    .page__content__rss {
        top: 10px;
    }

    .rss__subscribe {
        padding: 20px 0;
    }

    .page__content--list .l,
    .page__content--list .l img {
        width: 100%;
    }

}



/* Vehicle Calculator Print Button Styles */
.vehicle-calc-print-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.vehicle-calc-print-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 40px;
    text-decoration: none;
    color: black;
    font-family: 'Proba Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.2s ease;
}

.vehicle-calc-print-link:hover {
    background: #F5F5F5;
    border-color: #D0D0D0;
    text-decoration: none;
    color: black;
}

.vehicle-calc-print-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vehicle-calc-print-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile styles for print button */
@media (max-width: 1024px) {
    .vehicle-calc-print-button {
        justify-content: center;
        margin-top: 20px;
    }

    .vehicle-calc-print-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* OLD STYLES */
.site {
    width: 1240px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 100;
}

.page {
    width: 1240px;
}

.site-header {
    padding: 10px 0 14px 22px;
    background-color: rgb(51, 51, 51);
}

.header {
    height: 359px;
    background-image: url(images/mineconom_header_bg.gif);
    background-repeat: no-repeat;
}

.navigation {
    padding: 20px;
    margin-top: 20px;
    width: 1200px;
}

.main_news_photo {
    width: 300px;
    height: 225px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
}

.main_news_photo a {
    cursor: pointer;
}

.main_news_photo a #mnp {
    height: 225px;
    border: none;
}


.indicator_container {
    width: 380px;
    height: 230px;
    background-image: url(images/indicator_bg.gif);
}

.indicator_data {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 9px;
    color: #CCC;
    height: 190px;
    width: 30px;
    margin-bottom: 10px;
}

.indicator_month {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 9px;
    color: #CCC;
    width: 380px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.indicator_more {
    margin-top: 10px;
    height: 30px;
}

.announce_container {
    width: 380px;
    float: left;
    background-image: url(images/announce_bg.jpg);
    background-repeat: no-repeat;
    background-color: #459ae9;
    margin-top: 10px;
}

/*#c30073*/
.announce_date {
    margin-left: 120px;
    margin-top: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
}

.announce_text {
    margin-left: 120px;
    margin-top: 30px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #FFF;
    height: 50px;
}

.announce_footer {
    width: 380px;
    margin-top: 30px;
}

.question_select {
    float: left;
    width: 30px;
    height: 20px;
}

.answer {
    float: left;
    height: 20px;
    width: 350px;
}

.main_links_container {
    width: 250px;
    float: left;
}

.sub_links_container {
    width: 500px;
    margin-left: 30px;
    float: left;
}

.sub_info {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 10px;
    color: #999;
}

.links_holder {
    margin-bottom: 10px;
}

.links_photo_container {
    float: left;
    height: 55px;
}

.links_text_container {
    float: left;
    margin-left: 20px;
    padding-top: 15px;
    width: 150px;
    height: 40px;
}


.buttons {
    color: #FFF;
    font-size: 13px;
    border: 1px solid #b6b6b6;
    background-color: #b6b6b6;
    height: 28px;
}

.buttons:hover {
    cursor: pointer;
}

.buttonsRes {
    color: #FFF;
    font-size: 15px;
    border: 1px solid gainsboro;
    background-color: gainsboro;
    height: 28px;
    margin-left: 10px;
    width: 230px;
    text-align: center;
}

div.clear {
    overflow: hidden;
    clear: both;
}


.navigation_item:active {
    font-size: 13px;
    color: #508ad0;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

.navigation_item:link {
    font-size: 13px;
    color: #508ad0;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

.navigation_item:visited {
    font-size: 13px;
    color: #508ad0;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

.navigation_item:hover {
    font-size: 13px;
    color: #459ae9;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

/*#c30073*/

.sub_navigation_item:active {
    font-size: 12px;
    color: #508ad0;
    text-decoration: underline;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sub_navigation_item:link {
    font-size: 12px;
    color: #508ad0;
    text-decoration: underline;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sub_navigation_item:visited {
    font-size: 12px;
    color: #508ad0;
    text-decoration: underline;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sub_navigation_item:hover {
    font-size: 12px;
    color: #459ae9;
    text-decoration: underline;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/*#c30073*/


.main_news_item_text:active {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_text:link {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_text:visited {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_text:hover {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
}

.main_news_item_info:active {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_info:link {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_info:visited {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.main_news_item_info:hover {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}

.main_news_link:active {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-style: italic;
}

.main_news_link:link {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-style: italic;
}

.main_news_link:visited {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    font-style: italic;
}

.main_news_link:hover {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
    font-style: italic;
}

.main_news_item_date {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #bfdcff;
    font-style: italic;
}

/*.indicator_title{font-family:"Times New Roman", Times, serif; font-size:18px; color:#000;}*/
.indicator_title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #000;
}


/* Стилі для картки додаткових документів у стилі Figma */
.additional-docs-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.additional-docs-card {
    align-self: stretch;
    height: 89px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
    background: var(--white, white);
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
    display: inline-flex;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.additional-docs-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.additional-docs-card .icon-left {
    position: relative;
    flex-shrink: 0;
}

.additional-docs-card .icon-left svg {
    width: 24px;
    height: 25px;
}

.additional-docs-card .content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.additional-docs-card .title-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.additional-docs-card .title-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.additional-docs-card .title {
    flex: 1 1 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--black-primary, #191A1A);
    font-size: 16px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
    margin: 0;
}

.additional-docs-card .icon-right {
    position: relative;
    flex-shrink: 0;
}

.additional-docs-card .icon-right svg {
    width: 24px;
    height: 25px;
}

.additional-docs-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.additional-docs-card a:hover {
    text-decoration: none;
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 1024px) {
    .additional-docs-card {
        height: auto;
        min-height: 89px;
        padding: 20px 16px;
        gap: 16px;
    }

    .additional-docs-card .title {
        font-size: 14px;
        line-height: 22px;
    }

    .additional-docs-card .icon-left svg,
    .additional-docs-card .icon-right svg {
        width: 20px;
        height: 21px;
    }
}

/* Стилі для таблиці статистики у стилі Figma */
.statistics-title {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    margin-bottom: 24px;
}

.statistics-subtitle {
    align-self: stretch;
    height: 64px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--black-primary, #191A1A);
    font-size: 24px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    margin: 0;
}

.statistics-table {
    align-self: stretch;
    overflow: hidden;
    border-radius: 8px;
    outline: 1px var(--grey-stroke, #EBEBEB) solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    background: white;
}

.statistics-header-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.statistics-data-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.statistics-table-item {
    flex: 1 1 0;
    min-width: 160px;
    min-height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.statistics-table-item-header {
    background: var(--blue-light, #E8EEF2);
    border-right: 1px white solid;
}

.statistics-table-item-header:last-child {
    border-right: none;
}

.statistics-table-item-cell {
    background: white;
    border-right: 1px var(--grey-stroke, #EBEBEB) solid;
}

.statistics-table-item-cell:last-child {
    border-right: none;
}

.statistics-table-text {
    flex: 1 1 0;
    color: var(--black-primary, #191A1A);
    font-size: 16px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
    margin: 0;
}

.statistics-table-text-header {
    font-size: 12px;
    line-height: 18px;
    color: var(--black-primary, #191A1A);
}

/* Приховуємо мобільну версію на десктопі */
.statistics-mobile-row {
    display: none;
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 1024px) {
    .statistics-subtitle {
        height: 64px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .statistics-table {
        border-radius: 0;
        outline: none;
        flex-direction: column;
    }

    .statistics-header-row,
    .statistics-data-row {
        display: none;
    }

    /* Показуємо мобільну версію */
    .statistics-mobile-row {
        display: inline-flex !important;
    }

    /* Мобільна структура - кожен рядок як окремий блок */
    .statistics-table {
        display: flex;
        flex-direction: column;
    }

    .statistics-table::before {
        content: "";
        display: block;
    }

    /* Створюємо мобільні рядки */
    .statistics-table .statistics-mobile-row {
        align-self: stretch;
        justify-content: flex-start;
        align-items: flex-start;
        display: inline-flex;
        width: 100%;
    }

    .statistics-table .statistics-mobile-row:not(:last-child) {
        border-bottom: 1px var(--grey-stroke, #EBEBEB) solid;
    }

    .statistics-table-item {
        min-width: auto;
        min-height: 66px;
        height: 66px;
        border-right: none !important;
        border-bottom: none !important;
    }

    .statistics-table-item-header {
        width: 265px;
        border-right: 1px white solid;
        border-bottom: 1px white solid;
    }

    .statistics-table-item-cell {
        flex: 1 1 0;
        border-bottom: 1px var(--grey-stroke, #EBEBEB) solid;
    }

    .statistics-table-text,
    .statistics-table-text-header {
        font-size: 14px;
        line-height: 20px;
    }

    .statistics-table-text-header {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Стилі для блоку голосування у стилі Figma */
.vote-calculate {
    width: 869px;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 64px;
    padding-bottom: 64px;
    background: var(--white, white);
    box-shadow: 0px 0px 4.9px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 20px;
    outline: 1px #FFCC04 solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin: 32px auto;
}

.vote-frame {
    width: 697px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 44px;
    display: flex;
}

.vote-question {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--black-primary, #191A1A);
    font-size: 24px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    margin: 0;
}

.vote-buttons {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.vote-button {
    flex: 1 1 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vote-button-filled {
    background: var(--black-primary, #191A1A);
    color: white;
}

.vote-button-filled:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.vote-button-outlined {
    background: white;
    outline: 2px var(--black-primary, #191A1A) solid;
    outline-offset: -2px;
    color: var(--black-primary, #191A1A);
}

.vote-button-outlined:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.vote-button-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 1024px) {
    .vote-calculate {
        width: 100%;
        max-width: 869px;
        padding: 40px 20px;
        margin: 20px auto;
    }

    .vote-frame {
        width: 100%;
        gap: 32px;
    }

    .vote-question {
        font-size: 20px;
        line-height: 24px;
    }

    .vote-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .vote-button {
        width: 100%;
        padding: 16px 24px;
    }

    .vote-button-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Стилі для форми коментаря у стилі Figma */
.comment-form-frame {
    width: 100%;
    max-width: 872px;
    min-height: 646px;
    padding: 24px;
    background: var(--site-bg, #F4F6F7);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
    display: flex;
    margin: 32px auto;
    border-radius: 12px;
    box-sizing: border-box;
}

.comment-form-container {
    align-self: stretch;
    min-height: 184px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.comment-form-input {
    width: 100%;
    min-width: 280px;
    max-width: 315px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    flex: 1 1 0;
}

.comment-form-title {
    align-self: stretch;
    color: var(--black-primary, #191A1A);
    font-size: 15px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
    margin: 0;
}

.comment-form-title-required {
    color: var(--red, #C13515);
    font-size: 15px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}

.comment-form-input-field {
    align-self: stretch;
    height: 54px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;
    border-radius: 12px;
    outline: 1px var(--blue-light, #E8EEF2) solid;
    outline-offset: -0.50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    border: none;
    font-family: 'Proba Pro', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: var(--black-primary, #191A1A);
}

.comment-form-input-field:focus {
    outline: 2px var(--blue-primary, #E8EEF2) solid;
    outline-offset: -1px;
}

.comment-form-input-field::placeholder {
    color: var(--grey, #767676);
    font-weight: 300;
}

.comment-form-textarea {
    align-self: stretch;
    min-height: 192px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
}

.comment-form-textarea-field {
    align-self: stretch;
    flex: 1 1 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;
    border-radius: 12px;
    outline: 1px var(--blue-light, #E8EEF2) solid;
    outline-offset: -0.50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    border: none;
    font-family: 'Proba Pro', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: var(--black-primary, #191A1A);
    resize: vertical;
    min-height: 120px;
}

.comment-form-textarea-field:focus {
    outline: 2px var(--blue-primary, #E8EEF2) solid;
    outline-offset: -1px;
}

.comment-form-textarea-field::placeholder {
    color: var(--grey, #767676);
    font-weight: 300;
}

.comment-form-captcha {
    width: 100%;
    max-width: 302px;
    min-height: 74px;
    position: relative;
    background: #FAFAFA;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    outline: 1px #D6D6D6 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
    gap: 8px;
}

.comment-form-captcha-input {
    flex: 1;
    min-width: 120px;
    max-width: 150px;
    height: 28px;
    padding: 5px 8px;
    font-size: 16px;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    background: white;
    font-family: 'Proba Pro', sans-serif;
    color: var(--black-primary, #191A1A);
    box-sizing: border-box;
}

.comment-form-captcha-input:focus {
    outline: 2px var(--blue-primary, #E8EEF2) solid;
    outline-offset: -1px;
    border-color: var(--blue-primary, #E8EEF2);
}

.comment-form-captcha-input::placeholder {
    color: var(--grey, #767676);
    font-weight: 300;
}

.comment-form-submit {
    width: 100%;
    max-width: 636px;
    padding: 14px 30px;
    background: var(--black-primary, #191A1A);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    font-family: 'Proba Pro', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    align-self: center;
}

.comment-form-submit:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.comment-form-validation {
    color: var(--red, #C13515);
    font-size: 12px;
    font-family: 'Proba Pro', sans-serif;
    margin-top: 4px;
}

/* Адаптивність для мобільних пристроїв */
@media (max-width: 1024px) {
    .comment-form-frame {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding: 16px;
        margin: 16px auto;
        gap: 16px;
    }

    .comment-form-container {
        min-height: auto;
        flex-direction: column;
        gap: 16px;
    }

    .comment-form-input {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        flex: none;
    }

    .comment-form-input-field,
    .comment-form-textarea-field {
        height: 48px;
        font-size: 14px;
        line-height: 20px;
    }

    .comment-form-textarea-field {
        min-height: 120px;
    }

    .comment-form-submit {
        width: 100%;
        max-width: 100%;
        padding: 16px 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .comment-form-title {
        font-size: 14px;
        line-height: 20px;
    }

    .comment-form-captcha {
        width: 100%;
        max-width: 302px;
        height: auto;
        min-height: 74px;
        flex-direction: column;
        gap: 8px;
    }

    .comment-form-captcha-input {
        min-width: auto;
        max-width: 100%;
        height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .comment-form-frame {
        padding: 12px;
        margin: 12px auto;
        gap: 12px;
    }

    .comment-form-container {
        gap: 12px;
    }

    .comment-form-input-field,
    .comment-form-textarea-field {
        height: 44px;
        font-size: 13px;
        line-height: 18px;
    }

    .comment-form-textarea-field {
        min-height: 100px;
    }

    .comment-form-submit {
        padding: 14px 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .comment-form-title {
        font-size: 13px;
        line-height: 18px;
    }

    .comment-form-captcha-input {
        height: 28px;
        font-size: 13px;
        padding: 4px 6px;
    }
}

/* Респонсивні стилі для таблиці професій */
/* Стилі для блоків опису та завдань */
.page__content--description.page__content--documents {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 20px 0;
    border-radius: 8px;
}

/* Стилі для заголовка сторінки */
.page__content--header .mainContent__docs--title {
    text-align: center;
    /*margin-bottom: 30px;*/
    color: #191A1A;
    font-weight: bold;
}

.page__content--description.page__content--documents p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.page__content--description.page__content--documents p:last-of-type {
    background-color: transparent;
    padding: 0;
    margin: 20px 0 0 0;
}

.page__content--description.page__content--documents ul {
    background-color: #fff;
    padding: 25px 30px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page__content--description.page__content--documents ul li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #333;
}

.page__content--description.page__content--documents ul li:last-child {
    margin-bottom: 0;
}

.page__content--description.page__content--documents a {
    color: #2D5CA6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.page__content--description.page__content--documents a:hover {
    color: #1e4a8a;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .professions__wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 6px;
    }

    .professions__wrapper .ui-jqgrid {
        min-width: 800px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
        min-width: 80px;
        white-space: nowrap;
        height: 48px;
        font-size: 14px;
        padding: 12px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(5) {
        min-width: 250px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 48px;
        padding: 12px;
        font-size: 14px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(5) {
        white-space: normal;
        word-wrap: break-word;
        max-width: 250px;
    }

    /* Стилі для заголовка та опису на планшетах */
    .page__content--header .mainContent__docs--title {
        font-size: 24px;
        line-height: 28px;
    }

    .page__content--description {
        font-size: 16px;
        line-height: 22px;
    }

    /* Стилі для блоків опису на планшетах */
    .page__content--description.page__content--documents {
        padding: 25px;
        margin: 15px 0;
    }

    .page__content--description.page__content--documents ul {
        padding: 20px 25px;
        margin: 15px 0;
    }

    /* Додаткові стилі для планшетів */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
        padding: 20px 0 0 0 !important;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
        padding: 8px 12px;
        margin: 0 3px;
        font-size: 14px;
        border: 1px solid #EBEBEB;
        background-color: #FFFFFF;
        color: #191A1A;
        border-radius: 4px;
        font-family: 'Proba Pro', sans-serif;
        font-weight: 500;
        transition: all 0.3s ease;
        cursor: pointer;
        min-width: 32px;
        text-align: center;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button:hover {
        background-color: #E8EEF2;
        color: #FFFFFF;
        border-color: #E8EEF2;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button.ui-state-disabled {
        background-color: #F5F5F5;
        color: #767676;
        cursor: not-allowed;
        border-color: #EBEBEB;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-input,
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
        height: 36px;
        font-size: 14px;
        width: 50px;
        border: 1px solid #EBEBEB;
        border-radius: 4px;
        padding: 8px 12px;
        font-family: 'Proba Pro', sans-serif;
        background-color: #FFFFFF;
        color: #191A1A;
        transition: border-color 0.3s ease;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-input:focus,
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox:focus {
        outline: none;
        border-color: #E8EEF2;
        box-shadow: 0 0 0 2px rgba(47, 111, 201, 0.1);
    }
}

@media (max-width: 1024px) {
    /* Стилі для заголовка та опису на мобільних */
    .page__content--header .mainContent__docs--title {
        font-size: 20px;
        line-height: 24px;
        /*margin-bottom: 15px;*/
    }

    .page__content--description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .page__content--description p {
        margin-bottom: 10px;
    }

    .page__content--description ul {
        margin-left: 20px;
    }

    .page__content--description ul li {
        margin-bottom: 8px;
    }

    /* Стилі для блоків опису на мобільних */
    .page__content--description.page__content--documents {
        margin: 0 -15px;
        padding: 20px 15px;
        border-radius: 0;
        background-color: #f5f5f5;
    }

    .page__content--description.page__content--documents ul {
        margin: 15px -15px;
        padding: 15px 20px;
        border-radius: 0;
        background-color: #fff;
    }

    .page__content--description.page__content--documents ul li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .professions__wrapper {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .professions__wrapper .ui-jqgrid {
        min-width: 600px;
        font-size: 14px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
        padding: 8px 5px;
        font-size: 12px;
        min-width: 60px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th div {
        padding: 5px;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td {
        padding: 8px 5px;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
        padding: 15px 0 0 0 !important;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid td input {
        font-size: 12px;
        padding: 2px !important;
    }

    /* Стилі для полів пошуку */
    .professions__wrapper .ui-search-table input {
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
    }

    .professions__wrapper .ui-search-table input:focus {
        border-color: #000000;
        outline: none;
        box-shadow: 0 0 3px rgba(35, 77, 125, 0.3);
    }

    /* Приховуємо деякі колонки на мобільних */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(2),
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(3),
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(4),
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(6),
    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(2),
    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(3),
    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(4),
    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(6) {
        display: none;
    }

    /* Збільшуємо ширину видимих колонок */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(1) {
        min-width: 50px;
        width: 50px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(5) {
        min-width: 400px;
        width: 400px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(1) {
        width: 50px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(5) {
        width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    /* Стилі для заголовка та опису на малих екранах */
    .page__content--header .mainContent__docs--title {
        font-size: 18px;
        line-height: 22px;
        /*margin-bottom: 12px;*/
    }

    .page__content--description {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .page__content--description p {
        margin-bottom: 8px;
    }

    .page__content--description ul {
        margin-left: 15px;
    }

    .page__content--description ul li {
        margin-bottom: 6px;
    }

    /* Стилі для блоків опису на малих екранах */
    .page__content--description.page__content--documents {
        margin: 0 -10px;
        padding: 15px 10px;
    }

    .page__content--description.page__content--documents ul {
        margin: 10px -10px;
        padding: 12px 15px;
    }

    .page__content--description.page__content--documents ul li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 1.4;
    }

    /* Стилі для посилання на завантаження */
    .page__content--description a {
        word-break: break-all;
        display: inline-block;
        margin-top: 5px;
    }

    .professions__wrapper {
        margin: 0 -10px;
        padding: 0 10px;
    }

    .professions__wrapper .ui-jqgrid {
        min-width: 400px;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
        padding: 6px 3px;
        font-size: 11px;
        min-width: 40px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th div {
        padding: 3px;
        font-size: 11px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td {
        padding: 6px 3px;
        font-size: 11px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
        padding: 10px 0 0 0 !important;
        font-size: 11px;
    }

    .professions__wrapper .ui-jqgrid td input {
        font-size: 11px;
        padding: 1px !important;
    }

    /* Додаткові стилі для дуже малих екранів */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
        padding: 8px 0 0 0 !important;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
        padding: 3px 6px;
        margin: 0 1px;
        font-size: 10px;
        min-width: 25px;
        height: 25px;
        line-height: 18px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-input,
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
        height: 25px;
        font-size: 10px;
        width: 35px;
    }

    /* Ще більше зменшуємо ширину колонок */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(1) {
        min-width: 40px;
        width: 40px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(5) {
        min-width: 300px;
        width: 300px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(1) {
        width: 40px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(5) {
        width: 300px;
        max-width: 300px;
    }
}

/* Додаткові стилі для кращої читабельності на мобільних */
@media (max-width: 1024px) {
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
        background-color: #000000 !important;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow:nth-child(even) {
        background-color: #f9f9f9;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow:hover {
        background-color: #e8f4f8;
    }

    /* Стилі для пагінації на мобільних */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
        padding: 5px 8px;
        margin: 0 2px;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-input {
        width: 40px;
        font-size: 12px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
        font-size: 12px;
        padding: 2px;
    }

    /* Додаткові стилі для пагінації на малих екранах */
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
        text-align: center;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
        min-width: 30px;
        height: 30px;
        line-height: 20px;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-input,
    .professions__wrapper .ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

/* Стилі для горизонтального скролу */
.professions__wrapper::-webkit-scrollbar {
    height: 8px;
}

.professions__wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.professions__wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.professions__wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Додаткові стилі для великих екранів */
@media (min-width: 1200px) {
    .page__content--description.page__content--documents {
        max-width: 1200px;
        margin: 20px auto;
    }

    .professions__wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .professions__wrapper .ui-jqgrid {
        width: 100% !important;
    }

    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(5) {
        min-width: 300px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(5) {
        max-width: 300px;
    }
}

/* Стилі для екранів середнього розміру */
@media (min-width: 768px) and (max-width: 1199px) {
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th:nth-child(5) {
        min-width: 280px;
    }

    .professions__wrapper .ui-jqgrid tr.jqgrow td:nth-child(5) {
        max-width: 280px;
    }
}