@charset "UTF-8";
* {
    box-sizing: border-box;
    outline: none;
}

@media (min-width: tablet) {
    body {
        font-size: 16px;
    }
}
html, body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: left;
    color: #37393e;
}

a {
    color: #1F2C4F;
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

/*------------------------------------------------------*/
/* Блок для спеціальних налаштувань */
/*------------------------------------------------------*/
.contrastColors {
    filter: grayscale(1) contrast(1);
}

.eyeHelpBlock {
    background-color: #212322;
    height: 65px;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
    display: none;
}

.eyeHelp-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1160px) {
    .eyeHelp-container {
        width: 1160px;
    }
}
.eyeHelpBlock-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.contrast_change, .font_change {
    display: flex;
    align-items: center;
}

.contrast-text, .change_text, .hide_settings-text {
    color: white;
    font-size: 23px;
}

.contrast-change-button {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f1fb64;
    background: #f1fb64;
    margin-left: 12px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

.contrast_change img {
    filter: brightness(0);
}

.contrast_change img:active, .contrast_change img:focus {
    filter: brightness(0);
}

.contrast-change-button:hover {
    background: #292929;
}

.plus, .minus {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f1fb64;
    background: #f1fb64;
    margin-left: 12px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 50%;
}

.plus:hover svg path, .minus:hover svg path {
    fill: #f1fb64;
}

.plus:hover, .minus:hover {
    background: #292929;
}

.removeAllHelp {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hide_settings-text {
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    top: 90%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.6s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/*--------------------------------------*/
/* кінец блоку    */
/*-------------------------------------*/
header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #002944;
    color: #fff;
    width: 100%;
    z-index: 5;
}

#toggle-icon {
    display: block;
    position: fixed;
    width: 100%;
    height: 1rem;
    padding: 1rem;
    border-top: 1px solid #fff;
    background: url("../../main2/img/d/menu.svg") #002944 no-repeat;
    z-index: 5;
}

@media (min-width: 768px) {
    #toggle-icon {
        height: 1rem;
    }
}
@media (min-width: 992px) {
    #toggle-icon {
        display: none;
    }
}
meta {
    display: none;
}

.headblock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
}

@media (min-width: 1160px) {
    .headblock {
        width: 1160px;
    }
}
.headblock .main {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .headblock .main {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}
.headblock .main .titleText, .headblock .main .titleText2 {
    width: 100%;
}

.headblock .main .titleText {
    border-bottom: 1px solid #fff;
}

.headblock .logo, .headblock .logo1 {
    padding: 0.5rem;
}

.headblock .logo img, .headblock .logo1 img {
    height: 80px;
}

@media (min-width: 768px) {
    .headblock .logo img, .headblock .logo1 img {
        height: 120px;
    }
}
.videonews_reg ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.videonews_reg ul li {
    text-align: left;
}

.videonews_reg ul li:first-of-type {
    margin-top: 0;
}

.videonews_reg ul li > div {
    margin: 0;
}

.videonews_reg li a {
    text-decoration: none;
}

.videonews_reg img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.headblock .iconLink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.headblock .lineIcon {
    display: none;
    position: absolute;
    top: 0;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .headblock .lineIcon {
        right: 15%;
        display: block;
    }
}
@media (min-width: 1160px) {
    .headblock .lineIcon {
        display: block;
        right: calc((100% - 1160px) / 2 + 140px);
    }
}
.headblock .lineIcon .eye-help_icon svg {
    display: none;
}

.headblock .lineIcon .map, .headblock .lineIcon .home, .headblock .lineIcon .mail, .headblock .lineIcon .phone, .headblock .lineIcon .print, .headblock .lineIcon .eye-help_icon {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem;
}

.headblock .lineIcon .eye-help_icon {
    display: block;
    background: url("../../main2/img/d/eye.svg");
}

.headblock .lineIcon .map {
    background: url("../../main2/img/d/sitemap.svg");
}

.headblock .lineIcon .home {
    background: url("../../main2/img/d/home.svg");
}

.headblock .lineIcon .mail {
    background: url("../../main2/img/d/e-mail.svg");
}

.headblock .lineIcon .print {
    background: url("../../main2/img/d/print.svg");
}

.en_class {
    width: 75px;
    background: url("../../img/En.png") repeat scroll 0px 0 transparent;
    height: 18px;
}

.pageName {
    position: absolute;
    margin: 83px 0 0 155px;
    background: url("../../main2/img/d/companyName.png") no-repeat;
    width: 720px;
    height: 30px;
    line-height: 0px;
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 0px;
    font-weight: 500;
    display: block;
}

.main .pageName {
    position: absolute;
    margin: 83px 0 0 155px;
    background: url("../../main2/img/d/companyName.png") no-repeat;
    width: 720px;
    height: 30px;
    line-height: 0px;
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 0px;
    font-weight: 500;
    display: none;
}

.pageName1, .pageName2, .pageName3, .pageName4 {
    position: absolute;
    background: url("../../main2/img/d/companyName.png") no-repeat;
    height: 30px;
    line-height: 0px;
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 0px;
    font-weight: 500;
}

.pageName1 {
    margin: 45px 0 0 175px;
    width: 700px;
}

.pageName2 {
    margin: 85px 0 0 165px;
    width: 760px;
}

.pageName3 {
    margin: 125px 0 0 175px;
    width: 700px;
}

.pageName4 {
    margin: 165px 0 0 195px;
    width: 700px;
}

.topMenu {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #002944;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .topMenu {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .topMenu {
        padding: 0.25rem 0;
        margin-top: 2rem;
    }
}
@media (min-width: 992px) {
    .topMenu {
        margin-top: 0;
    }
}
@media (min-width: 1160px) {
    .topMenu {
        width: 1160px;
    }
}
.topMenu > div {
    width: 100%;
    height: 100%;
    padding: 0.25rem 0;
    border: 1px solid #002944;
    text-align: center;
}

@media (min-width: 576px) {
    .topMenu > div {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .topMenu > div {
        width: 25%;
        padding: 0;
        border: none;
    }
}
.topMenu a {
    text-decoration: none;
}

.topMenu .mButton, .topMenu .mButton2, .topMenu .mButton3 {
    outline: none;
}

.topMenu .mButton.select {
    text-decoration: underline;
}

.topSubMenu, .topSubMenuRight {
    display: none;
    position: absolute;
    z-index: 5;
    background-color: #002944;
    text-align: left;
    text-wrap: wrap;
    margin-top: 0.25rem;
    min-width: 100%;
    box-shadow: 2px 2px 5px 0 #000;
}

@media (min-width: 576px) {
    .topSubMenu, .topSubMenuRight {
        min-width: 50%;
    }
}
@media (min-width: 1160px) {
    .topSubMenu, .topSubMenuRight {
        min-width: calc((100% - (100% - 1160px)) / 4);
    }
}
.topSubMenu ul, topSubMenuRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topSubMenu ul li, .topSubMenuRight ul li {
    border-bottom: 1px solid #fff;
}

.topSubMenu ul li a, .topSubMenuRight ul li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #fff;
}

.centerBlock {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 0.25rem;
    margin: 0px auto;
    margin-top: 1rem;
    gap: 1rem;
}

@media (min-width: 768px) {
    .centerBlock {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .centerBlock:before {
        display: none;
    }
}
@media (min-width: 1160px) {
    .centerBlock {
        width: 1160px;
    }
}
.columns3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding: 0 0.25rem;
}

.columns3.transparent {
    opacity: 0.3;
}

.columns3.no-transparent {
    opacity: 1;
}

@media (min-width: 992px) {
    .columns3 {
        width: 75%;
    }
    .columns3.transparent {
        opacity: 1;
    }
}
.columns2 {
    width: 100%;
    padding-top: 0 !important;
}

.columns2 > section[design=middle] *:first-child,
.columns2 > section.default *:first-child {
    margin-top: 0 !important;
}

.bgMenu {
    position: fixed;
    font-size: 0px;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 1px;
    background-image: url("../../main2/img/d/hideBg.png");
}

.leftBlock {
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
    background: #fff;
    transition: 0.3s all ease;
    z-index: 3;
    padding: 0 0.5rem 0.5rem 0;
}

.leftBlock.hidden {
    display: none;
}

.leftBlock.visible {
    display: block;
}

@media (min-width: 576px) {
    .leftBlock {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .leftBlock {
        width: 25%;
        display: block;
        position: relative;
        padding: 0;
    }
    .leftBlock.hidden {
        display: block;
    }
}
.leftBlock #box {
    text-align: left;
    padding: 1rem;
}

@media (min-width: 992px) {
    .leftBlock #box {
        top: 25%;
        left: 25%;
        width: 50%;
        height: 25%;
    }
}
@media (min-width: 1160px) {
    .leftBlock #box {
        top: 32%;
        left: 30%;
        width: 36%;
        height: 25%;
    }
}
.leftBlock #box table {
    width: 100%;
    border-collapse: collapse;
}

.leftBlock #box tr:nth-child(3) {
    border-top: 1px solid #002944;
}

.leftBlock #box tr td {
    text-align: left;
    padding: 0.5rem;
}

.leftBlock #box tr td:first-child {
    width: 25%;
}

.leftBlock #box tr td input {
    vertical-align: middle;
}

.leftBlock #box tr td:nth-child(2) input {
    min-width: 220px;
}

.leftBlock #box tr td:nth-child(3) {
    width: 15%;
}

.leftBlock #boxtitle {
    font-family: "Fira Sans", system-ui, sans-serif;
    color: #fff;
    font-size: 1.25rem;
    background-color: #002944;
    height: 2rem;
    width: 100%;
}

.infomator {
    background-color: #F2F6FA;
    margin: 20px 0 0 0;
}

.infomator input.text {
    float: left;
    border: 1px solid #ccc;
    margin: 10px 0 0 5px;
    width: 200px;
}

.infomator input.submit {
    float: left;
    margin: 8px 0 0 5px;
    width: 23px;
}

.leftMenu {
    position: relative;
    z-index: 4;
    text-align: left;
}

.leftMenu ul {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.leftMenu ul .level2 {
    display: none;
}

.leftMenu ul a:hover {
    width: 100%;
    height: 100%;
    color: #fff;
}

.leftMenu ul li {
    width: 100%;
    position: relative;
    margin: 0.5rem 0;
    align-items: center;
    border: 1px dashed #a8a8a8;
}

.leftMenu ul li:first-of-type {
    margin-top: 0;
}

.leftMenu ul li a:hover {
    background-color: #002944;
    transition: all 0.3s ease;
}

.leftMenu ul li ul li {
    display: block;
    border: none;
    border-bottom: 1px solid #002944;
    margin: 0;
}

.leftMenu ul li ul li:last-of-type {
    border-bottom: none;
}

.leftMenu ul li ul li div {
    margin-left: 1rem;
}

.leftMenu ul li ul li a:hover, .leftMenu ul.level2 li.active > a {
    background-color: rgba(0, 41, 68, 0.5);
    transition: all 0.3s ease;
}

.leftMenu ul li a {
    margin: 0;
    padding: 0.5rem 1rem;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.leftMenu ul li ul li a {
    text-transform: none;
}

.leftMenu ul li b, .leftMenu ul li ul li b {
    float: right;
    margin: 0.5rem 0 0 0;
}

.leftMenu ul li.active > a {
    color: #fff;
    background-color: #002944;
}

.leftMenu ul li.active b {
    width: 4px;
    height: 8px;
    background: url("../../main2/img/d/menuCuror.gif") 12px 0px;
}

.leftMenu ul li.active ul li b {
    width: 4px;
    height: 8px;
    background: url("../../main2/img/d/menuCuror.gif") -12px 0px;
}

.leftMenu ul li b {
    font-size: 0px;
    width: 8px;
    height: 4px;
    background: url("../../main2/img/d/menuCuror.gif") -16px 0px;
}

.preview {
    padding-right: 0.5rem;
}

.videonews_reg {
    padding: 0 0.5rem;
}

.preview, .videonews_reg {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .preview, .videonews_reg {
        width: 33.3%;
    }
}
.preview h2, .videonews_reg h2 {
    width: 100%;
    margin: 0;
    background-color: #002944 !important;
    height: 2rem !important;
}

.preview h2 p, .videonews_reg h2 p {
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    line-height: 2rem;
}

.preview h2 a, .videonews_reg h2 a {
    display: block;
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

.newsBlock {
    width: 155%;
    clear: both;
    display: block;
}

.newsBlock h2 {
    width: 100%;
    margin: 0;
    background-color: #002944 !important;
    height: 2rem !important;
    border: none !important;
}

.newsBlock h2 p {
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    line-height: 2rem;
}

.newsBlock h2 a {
    display: block;
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    padding-left: 0.5rem;
}

.newsBlock ul li {
    padding: 0.25rem 0;
}

.newsBlock ul a {
    display: block;
    min-height: 90px !important;
}

.newsBlock ul a span {
    display: block;
}

.newsBlock ul a span:first-of-type {
    width: calc(120px + 2rem) !important;
    height: 90px !important;
    padding: 0 0.5rem;
}

.newsBlock ul a span:first-of-type img {
    height: 90px !important;
    width: 120px !important;
    margin: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.newsBlock ul a span:last-of-type {
    position: relative;
    margin-left: 0.5rem;
    color: #002944;
}

.newsBlock ul a span:last-of-type p {
    text-align: left;
    margin: 0 !important;
    max-height: 70%;
    overflow: hidden;
}

.newsBlock ul a span:last-of-type p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0.5rem;
}

@media (min-width: 768px) {
    .newsBlock ul a span:last-of-type p:after {
        content: "";
    }
}
.newsBlock ul a span:last-of-type p b {
    /*position: absolute;
    top: 70%;*/
    clear: both;
}

.desc-miniblock {}
.desc-miniblock p > * {width:100%;}

.preview1 li a {
    color: #1F2C4F;
    text-decoration: none;
}

.preview777 {
    text-align: left;
}

.preview777 li a {
    display: block;
    width: 100%;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #002944;
}

.preview h2, .preview1 h2, .blockTrue h2, .rightColumn h2, .infomator h2 {
    margin: 0px;
}

.rightColumn h2.grey {
    background-color: #017ddd;
}

.rightColumn h2.grey a {
    color: #000000 !important;
}

h2.orange {
    color: #017ddd;
    border-bottom: 1px solid #ffe057;
}

.rightColumn h2 p,
.newsBlock h2 p {
    margin: 0;
    line-height: 2rem;
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 1rem !important;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.preview ul, .preview1 ul, .blockTrue ul, .rightColumn ul, .newsBlock ul, .infomator ul, .default ul {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}

.blockTrue ul li {
    margin: 0px 10px 0 10px;
    text-align: left;
}

.blockTrue ul li.line {
    height: 1px;
    margin: 12px 0 12px 0;
    background: url("../../main2/img/d/lineTrue.png") no-repeat;
}

.blockTrue ul li a, .infomator ul li a {
    color: #1F2C4F;
    text-decoration: none;
}

.rightColumn li.line, .rightColumn .regionNews li.line {
    margin: 12px 0 12px 0;
    height: 1px;
    border-bottom: 1px solid #d7e4ef;
}

.newsBlock li.line, .infomator li.line {
    margin: 12px 0 12px 0;
    height: 1px;
    border-bottom: 1px solid #002944;
}

.preview li a, .rightColumn li a, .newsBlock li a {
    text-decoration: none;
    margin: 10px 0 0 0;
}

.rightColumn img {
    margin: 0 0 12px 0;
}

.photoVideo a {
    float: left;
    width: 110px;
    height: 25px;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}

.rightColumn .photoVideo a p {
    margin: 0 0 0 30px;
    padding: 0px;
    text-transform: uppercase;
    text-shadow: none;
    color: #bda420;
}

.photoVideo a.photo {
    background: url("../../main2/img/d/photo.gif") 4px 0px no-repeat;
}

.photoVideo a.video {
    background: url("../../main2/img/d/video.png") 4px 0px no-repeat;
}

.rightColumn .regionNews li {
    margin: 0px;
}

.rightColumn .regionNews li a, .newsBlock li a {
    display: block;
    text-decoration: none;
}

.rightColumn .preview { width:100%;}
.columns-inner {width: 200%;}

.content_organ a {
    background: none !important;
}

.default h2 {
    margin: 0px;
    background-color: #A0C1DB;
}

.default li {
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid #002944;
}

.default li b {
    display: block;
    padding-bottom: 0.25rem;
}

.default li:first-of-type {
    padding-top: 0;
}

.default li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.default li a {
    display: block;
    text-decoration: none;
    padding: 0.25rem;
    cursor: pointer;
}

.default li a.empty {
    display: block;
    background: none;
    text-decoration: none;
}

.default li p {
    padding: 0px;
    margin: 0;
    color: #1F2C4F;
}

.regionNews a p, .newsBlock a p {
    margin: 0 3px 0 15px;
    padding: 0px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    color: #1F2C4F;
}

.regionNews a p b {
    display: block;
    color: #636363;
    font-weight: normal;
}

.linkBlock ul {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.linkBlock li {
    width: 100%;
    position: relative;
    margin: 0.5rem 0;
    align-items: center;
    border: 1px dashed #a8a8a8;
    transition: all 0.3s ease;
}

.linkBlock li:hover {
    background-color: #aedfff;
    background-color: rgba(0, 41, 68, 0.5);
}

.linkBlock li:hover a {
    color: #fff;
}

.linkBlock li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    text-decoration: none;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.linkBlock li a p {
    text-transform: uppercase;
    margin: 0 0 0 0.5rem;
}

.linkBlock li a:before {
    content: "";
    display: block;
    align-self: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

.linkBlock li.searchLink a:before {
    background: url("../../main2/img/d/search.svg");
}

.linkBlock li.autorization a:before {
    background: url("../../main2/img/d/autorization.svg");
}

.linkBlock li.mail a {
    background: url("../../main2/img/d/mail.gif") 10px 10px no-repeat;
}

.linkBlock li.rss a {
    background: url("https://zap.gp.gov.ua/main2/img/d/rss.svg") 10px 10px no-repeat;
}

.ukrRegion {
    float: left;
    width: 250px;
    background: url("../../main2/img/d/mapUkraine.gif") no-repeat;
    height: 225px;
}

.ukrRegion a {
    text-decoration: none;
    float: left;
    height: 173px;
}

.ukrRegion .titleRegion {
    background: url("../../main2/img/d/ukrRegionBg.png");
    margin: 100px 0 0 0;
    border-left: 3px solid #a7a00a;
    cursor: pointer;
}

.ukrRegion .titleRegion p {
    color: #a7a00a;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

footer {
    background: linear-gradient(to bottom, #017cda, #013157);
    background: -webkit-gradient(to bottom, #017cda, #013157);
    background: -webkit-linear-gradient(#017cda, #013157);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#017cda', endColorstr='#013157')";
    min-height: 60px;
    overflow: auto;
    width: 1000px;
    margin: 0px auto;
}

footer a {
    width: 150px;
    min-height: 157px;
    float: left;
    text-decoration: none;
    margin: 0 16px 0 0;
}

footer p {
    margin: 100px 0 0 0;
    text-align: center;
    color: #e4e07c;
}

footer .fIcon {
    background: url("../../main2/img/d/icon1.png") 50% 22px no-repeat;
}

footer .fGPU {
    background: url("../../main2/img/d/icon2.png") 50% 22px no-repeat;
}

footer .fPress {
    background: url("../../main2/img/d/icon3.png") 50% 22px no-repeat;
}

footer .fArh {
    background: url("../../main2/img/d/icon4.png") 50% 22px no-repeat;
}

footer .fHiInfo {
    background: url("../../main2/img/d/icon5.png") 50% 22px no-repeat;
}

footer .fInfo {
    background: url("../../main2/img/d/icon6.png") 50% 22px no-repeat;
}

.left {
    float: left;
}

.left25 {
    float: left;
    width: 25%;
}

.left75 {
    float: left;
    width: 75%;
}

#auth_menu10 li {
    width: 100%;
    position: relative;
    margin: 0.5rem 0;
    align-items: center;
    border: 1px dashed #a8a8a8;
    transition: all 0.3s ease;
}

#auth_menu10 li:hover {
    background-color: #aedfff;
    background-color: rgba(0, 41, 68, 0.5);
}

#auth_menu10 li:hover a {
    color: #fff;
}

#auth_menu10 li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#auth_menu10 li a {
    margin: 0;
}

#auth_menu10 h2 {
    font: bold 14px "Fira Sans", system-ui, sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

#auth_menu10 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#auth_menu10 img {
    border: none;
}

.fslcontextmenu {
    background-color: #EEEEEE;
    border: 1px solid black;
    display: none;
    position: absolute;
    z-index: 100;
}

.pagesLine a, .pagesLine div {
    color: #4D4D4D;
    text-decoration: none;
}

.print_page section section section .preview1 {
    background-color: #F2F6FA;
    float: right;
    margin: 11px 165px 0 5px;
    text-align: left;
    width: 237px;
}

ul.disc_cls li a {
    height: 30px;
}

.simple_select {
    width: 400px;
}

.div_pop-up {
    display: none;
    margin-left: 125px;
    position: absolute;
    min-width: 170px;
    padding: 10px;
    background: #fff;
    color: #000000;
    text-align: left;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

.calendar ul {
    float: left;
    margin: 0 70px 0 8px;
    padding: 0;
    width: 100%;
}

.calendar li {
    display: inline;
    float: left;
    padding: 0 4px;
}

.calendar li a {
    display: inline;
}

.calendar table {
    border: 1px solid #b2b2b2;
}

.calendar td {
    border: 1px solid black;
    padding: 0px 6px;
    text-align: center;
    font-size: 14px;
    height: 24px;
    min-height: 24px;
    width: 16px;
}

.calendar_heading {
    background-color: #E6E6E6;
}

table.selected .calendar_heading {
    background-color: #145281;
    color: white;
}

table.selected .calendar_heading a {
    color: white;
}

table.selected td.selected {
    background-color: #4481AF;
    color: white;
    position: relative;
}

table.selected td.selected:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #FFF;
}

table.selected td.selected a {
    color: white;
}

.calendar_week_days td {
    border: none;
}

.calendar td a {
    text-decoration: underline;
}

.no_date {
    background-color: #E6E6E6;
}

.empty_line td {
    height: 26px;
    border: 0;
}

.archive_top_links {
    font-size: 14px;
    border: 1px solid #4C89B7;
    min-height: 20px;
    padding-top: 2px;
    border-radius: 4px;
    font-family: "Fira Sans", system-ui, sans-serif;
    position: relative;
    behavior: url("../../js/csspie/PIE-1.0.0/PIE.htc.html");
}

.archive_top_links a {
    text-decoration: none;
    color: #145281;
}

.archive_top_years {
    margin-right: 3px;
    border: 1px solid #4C89B7;
    padding: 3px 0px 2px 6px;
    line-height: 18px;
    background-color: #A0C1DB;
    border-radius: 4px;
    position: relative;
    behavior: url("../../js/csspie/PIE-1.0.0/PIE.htc.html");
}

.archive_top_years.selected {
    color: #fff;
    background-color: #145281;
}

.archive_all_news {
    padding-left: 6px;
}

.archive_search {
    float: right;
    border: 1px solid #4C89B7;
    height: 22px;
    min-height: 22px;
    margin-top: -3px;
    margin-right: -1px;
    border-radius: 4px;
    position: relative;
    behavior: url("../../js/csspie/PIE-1.0.0/PIE.htc.html");
    /*behavior: url('/js/csspie/PIE-2.0beta1/PIE.htc');*/
}

.archive_search_form form {
    display: inline;
    vertical-align: top;
}

.archive_search_form input {
    color: #145281;
    text-align: right;
    padding-right: 4px;
    font-size: 13px;
}

.archive_search_form .search_day_month {
    width: 16px;
    min-height: 14px;
    height: 14px;
}

.archive_search_form input[type=submit] {
    border: none;
    background: none;
    cursor: pointer;
}

.archive_search_img img {
    vertical-align: middle;
    margin-top: -6px;
    margin-right: -8px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid green;
}

/*   CKE CONTENTS   */
.cke_contents {
    text-align: left;
    margin-left: 10px;
}

.socialBlock {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.socialBlock a {
    width: 2rem;
    height: 2rem;
}

.socialBlock a:hover {
    border-radius: 50%;
    background-color: rgba(0, 41, 68, 0.5);
}

.socialBlock a.fb {
    background-image: url("../../img/sociallinks/facebook.svg");
}

.socialBlock a.tw {
    background-image: url("../../img/sociallinks/x.svg");
}

.socialBlock a.yt {
    background-image: url("../../img/sociallinks/youtube.svg");
}

.socialBlock a.rss {
    background-image: url("../../img/sociallinks/rss.svg");
}

.socialBlock a.google {
    background-image: url("../../img/sociallinks/google-plus.png");
}

.socialBlock a.tel {
    background-image: url("../../img/sociallinks/telegram.svg");
}

.socialBlock a.insta {
    background-image: url("../../img/sociallinks/instagram.svg");
}

.social_networks {
    margin-top: 5px;
}

.social_networks a {
    float: left;
    margin-right: 3px;
}

.social_networks .clear {
    clear: both;
}

.social_networks .facebook {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("../../img/social/facebook.png");
}

.social_networks .twitter {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("../../img/social/twitter.png");
}

.social_networks .vk {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("../../img/social/vk_2.png");
}

.social_networks .google_plus {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("../../img/social/google_plus.png");
}

.social_networks .youtube {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("../../img/social/youtube.png");
}

.socialBlock + p[align=left] a {
    display: block;
    width: 100%;
    border: 1px dashed #a8a8a8;
    padding: 0.25rem;
}

.socialBlock + p[align=left] img {
    margin: 0 auto;
    box-shadow: none !important;
}

.photocontent_gallery li {
    display: block;
    float: left;
    margin-right: 90px;
}

.photocontent_gallery li a {
    display: block;
    width: 150px;
}

.photocontent_gallery li.clr {
    clear: both;
    float: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

table span.grey_bold {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #002944;
}

table table[style*=width] {
    width: 100% !important;
}

table iframe {
    width: 100% !important;
}

.publication_title h1 {
    font-family: "Fira Sans", system-ui, sans-serif;
    font-size: 1.5rem;
    text-align: left;
    margin: 1rem 0.25rem;
}

div[style*=text-align] {
    margin: 0 0.25rem;
}

div[style*=text-align] img {
    width: 100% !important;
    height: unset !important;
}

div[style*="font-family:Tahoma,Verdana,Arial"] div {
    font-family: "Fira Sans", system-ui, sans-serif !important;
    font-size: 1rem !important;
}

#btn-submit {
    padding: 5px 20px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    float: right;
    margin-top: 25px;
}

#btn-submit:hover {
    background: #5993c0;
    color: #fff;
}

#btn-submit img {
    width: 28px;
}

#btn-submit span {
    position: relative;
    top: 2px;
}

a.with-icon img {
    width: 20px;
    position: relative;
    top: 6px;
    right: 5px;
}
.sx-hide {display: block;}
@media (max-width: 575.98px) {
    .sx-hide {
        display: none !important;
    }
}

/*# sourceMappingURL=site_style4.css.map */
