.att-file {
color: #2d5ca6;
font-weight: bold;
display: block;
line-height: 1.2;
position: relative;
padding: 15px;
padding-left: 2.5em;
background: #f6f7fb;
margin-bottom: 5px;
border-top: 1px solid #ddd;
}

.att-file a:before {
	content: '\f15b';
font-family: "Font Awesome 5 Free";
vertical-align: middle;
display: block;
position: absolute;
left: 15px;
top: 12px;
font-size: 1.4em;
color: #2d5ca6;
}

.footer-grey {
color: #6d727c;
margin-bottom: 9px;color: #6d727c;

}

iframe {
	max-width:100%;
}



.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.card {
  flex: 1;
  min-width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.card-header {
  background-color: #4caf50;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
}

.card-content {
  padding: 1rem;
}


/* Banners */
.ter_h {
	display: flex;
}
.ter_mobile {
	display: none;
}
/* Banner */




.wp-caption-text {
font-size: 13px;
color: #615a5a;
}


.aligncenter {
	margin: auto auto;
	text-align: center;
}

.alignright {
	text-align: right;
	float: right;
	margin-left: 20px;
}

.alignleft {
	text-align: left;
	float: left;
	margin-right: 20px;
}
.main-page-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.main-page-news-list li {
  flex: 1 0 200px;
}

.threeitems {
  /*width: 32% !important;*/
}
.readus {
  background: #189CDE;
    color: white;
    margin-top: 3px;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readus span {
  text-transform: uppercase;
}

.hide-news-on-mobile {
  display: block;
}
.show-news-on-mobile {
  display: none;
}
.main-news .main-item {
  position: relative;
  padding: 25px;
  height: 240px;
  /*margin-bottom: 20px;*/
}

.main-news .main-item .background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main-news .main-item .background a {
  width: 100%;
  height: 100%;
  display: block;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.main-news .main-item .background-filter {
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.main-news .main-item .addition {
  position: absolute;
  left: 25px;
  bottom: 23px;
  z-index: 2;
  margin-right: 24px;
}

.main-news .main-item .addition a {
  font-size: 0.9rm;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.575);
  color: #fff;

}

.main-page-news-list li:nth-child(n+2) {
 /* margin-left: 15px;*/
}

@media screen and (max-width: 768px) {
  .main-page-news-list li:nth-child(n+2) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .main-page-news-list li {
    float: none;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px
  }
}


/* Zakonodavstvo */
.gerb-ua {
  background: url(img/gerb-wb.jpg) no-repeat center center;
    height: 120px;
    background-size: contain;
    margin-bottom: 25px;
}
.author-header {
  text-transform: uppercase;
}


/* SLIDER */

.main-slider {
  background-color: #222f2d;
  visibility: hidden;
  margin: 9px 0;
}

.main-slider .slick-initialized {
  visibility: visible;
}

.slides_item {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  overflow: hidden;

}

.slides_item img {
  width: 100%;
  height: auto;
}

.slides_item p {}

.slides_widget-red {
  position: absolute;
  color: white;
  text-transform: uppercase;
  background: rgb(255, 77, 54);
  background: linear-gradient(34deg, rgba(255, 77, 54, 1) 0%, rgba(210, 10, 0, 1) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}

.slides_widget-yellow {
  position: absolute;
  color: black;
  text-transform: uppercase;
  background: rgb(252, 237, 4);
  background: linear-gradient(34deg, rgba(252, 237, 4, 1) 0%, rgba(252, 186, 4, 1) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}


.slides_widget-purple {
  position: absolute;
  color: white;
  text-transform: uppercase;
  background: rgb(187 2 164);
  background: linear-gradient(34deg, rgb(252 4 199) 0%, rgb(135 3 85) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}


.slides_widget-yellow-left {
  position: absolute;
  color: black;
  text-transform: uppercase;
  background: rgb(252, 237, 4);
  background: linear-gradient(34deg, rgba(252, 237, 4, 1) 0%, rgba(252, 186, 4, 1) 100%);
  top: 10px;
  left: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}

.slides_widget-small-right {
  position: absolute;
  color: white;
  background: rgb(0 0 0 / 63%);

  top: 0px;
  right: 0px;
  padding: 4px;
  margin: 0;

}

.slides_widget-small-right2 {
  position: absolute;
  color: white;
  background: rgb(0 0 0 / 61%);
  top: 5px;
  right: 6px;
  padding: 4px;
  margin: 0;
  border-radius: 5px;
}


.slides_widget-small-right-date {
  position: absolute;
  color: #c1c0c0;
  background: rgb(12 12 12 / 61%);
  top: 5px;
  right: 6px;
  padding: 4px;
  margin: 0;
  border-radius: 5px;
  font-size: 10px;
  font-family: Rubik;
}




.slides_widget-small-red {
  position: absolute;
  color: white;
  background: rgb(226 0 0);
  top: 0px;
  left: 0px;
  padding: 4px;
  margin: 0;
}

.slides_widget-green {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  background: rgb(7, 133, 0);
  background: linear-gradient(34deg, rgba(7, 133, 0, 1) 0%, rgba(51, 177, 0, 1) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}

.slides_widget-black {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  background: rgb(78, 78, 78);
  background: linear-gradient(34deg, rgba(78, 78, 78, 1) 0%, rgba(0, 0, 0, 1) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}


.slides_widget-yellow-small {
  position: absolute;
  color: black;
  text-transform: uppercase;
  background-color: #fcba04;
  top: 0px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-bottom: 2px solid #cb9502;
  font-weight: 700;
}


.slides_widget-blue {
  position: absolute;
  color: white;
  text-transform: uppercase;
  background: rgb(39, 115, 254);
  background: linear-gradient(34deg, rgb(114 175 239) 0%, rgb(0 97 255) 100%);
  top: 10px;
  right: 10px;
  padding: 6px;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #00000080;
}

.slides_info {
  position: absolute;
  bottom: 2px;
  width: 100%;
  padding: 35px 35px;
  background: linear-gradient(to top, #0649a0, transparent 80%);

}

.slides_info h2 {
  color: white;
  text-shadow: 1px 1px 10px #000;
  font-size: 1.3em;
}

.slides_info p {
  padding: 0;
  margin: 0;
  color: white;
}

.slides_bg {
  width: 100%;
  height: 50%;
}

/* SLIDER ENDS*/

.banners {  
  padding-bottom: 15px;
}


.main-content-white {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
}

.main-news .news-list li {
  margin-bottom: 21px
}

.main-news .news-list li .date {
  color: #a7a9af;
  margin-bottom: 5px;

  font-weight: 400
}

.block-title {
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: "proba_pro_semi_bold";
}

.main-news .news-list li .title {
  line-height: 1.5;
  color: #004bc1;
  letter-spacing: 0.1px;
  font-weight: 400;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.jl-pages-list {}

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

.jl-pages-list li a {
  display: block;
  font-size: 19px;
  background-color: #eef0f3;
  padding: 10px 15px;
  color: #2d5ca6;
}

.text-content p {
  margin: 18px;
  line-height: 1.56;
}

.text-content p a {
  border-bottom: 2px dashed #b2e2f9;
  color: #0084c4;
  cursor: pointer;
}

.text-content p a:hover {
  border-bottom: 2px dashed #bbc8d4;
  color: #006291;
}

.text-content ol {
list-style-type: none !important;
position: relative;
margin-top: 15px;
margin-bottom: 30px;
padding-left: 15px;
}

.text-content ul >li {
padding-left: 25px;
margin-bottom: 15px;
position: relative;
line-height: 27px;
}

.text-content ol {
list-style-type: none !important;
position: relative;
margin-bottom: 2em;
margin-top: 15px;
counter-reset: num;
padding-left: 20px;
font-size: 100%;
}
.text-content ul >li::before {
position: absolute;
content: '';
left: 7px;
top: 10px;
height: 10px;
width: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #207352;
background-color: #d8d8d8;
}

.text-content ol >li {
margin-bottom: 22px;
padding-left: 25px !important;
line-height: 24px;
position: relative;
}

.text-content ol >li::before {
content: counter(num) ".";
counter-increment: num;
color: #4a8b71;
color: #a9b7d5;
margin-right: 5px;
font-weight: 600;

line-height: 1em;
}

.mainimage {
  max-width: 48%;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.heading {
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.timeanddate {
  color: #a7a9af;
}

/* Korysno */
block-views {background: #eef0f3;
    padding: 15px;
}

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

.k-wrapper .k-wrapper-item {
  margin-bottom: 15px;
}

.k-wrapper .k-wrapper-item a {

  color: #004bc1;
}

.k-wrapper .k-wrapper-item a:hover{

  color: #004bc1;
  text-decoration: underline;
}

/**/

  /*-- GENERAL STYLES
    ------------------------------*/
    .timeline {
      line-height: 1.4em;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      h1, h2, h3, h4, h5, h6 {
          line-height: inherit;
      }
  }

  /*----- TIMELINE ITEM -----*/

  .timeline-item {
      padding-left: 40px;
      position: relative;
      &:last-child {
          padding-bottom: 0;
      }
  }

  /*----- TIMELINE INFO -----*/

  .timeline-info {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      margin: 0 0 .5em 0;
      text-transform: uppercase;
      white-space: nowrap;
  }
  /*----- TIMELINE MARKER -----*/

  .timeline-marker {
      position: absolute;
      top: 0; bottom: 0; left: 0;
      width: 15px;
      &:before {
          background: $primary-color;
          border: 3px solid transparent;
          border-radius: 100%;
          content: "";
          display: block;
          height: 15px;
          position: absolute;
          top: 4px; left: 0;
          width: 15px;
          transition: background 0.3s ease-in-out,
                  border 0.3s ease-in-out;
      }
      &:after {
          content: "";
          width: 3px;
          background: #CCD5DB;
          display: block;
          position: absolute;
          top: 24px; bottom: 0; left: 6px;
      }
      .timeline-item:last-child &:after {
          content: none;
      }
  }
  .timeline-item:not(.period):hover .timeline-marker:before {
      background: transparent;
      border: 3px solid $primary-color;
  }

  /*----- TIMELINE CONTENT -----*/

  .timeline-content {
      padding-bottom: 40px;
      p:last-child {
          margin-bottom: 0;
      }
  }

  /*----- TIMELINE PERIOD -----*/
  
  .period {
      padding: 0;
      .timeline-info {
          display: none;
      }
      .timeline-marker {
          &:before {
              background: transparent;
              content: "";
              width: 15px;
              height: auto;
              border: none;
              border-radius: 0;
              top: 0;
              bottom: 30px;
              position: absolute;
              border-top: 3px solid #CCD5DB;
              border-bottom: 3px solid #CCD5DB;
          }
          &:after {
              content: "";
              height: 32px;
              top: auto;
          }
      }
      .timeline-content {
          padding: 40px 0 70px;
      }
      .timeline-title {
          margin: 0;
      }
  }

  /*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
/*

ARCHIVE LIST

*/



.archive-item {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.archive-image {
  width: 150px;
  float: left;
  display: block;
}

.archive-image img {
  width: 100%;
  border-radius: 5px;
}

.archive-descripotion {
  margin-left: 170px;
  display: block;
}

.archive-list:hover .archive-image {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}

@media (max-width: 768px) {
  .hide-news-on-mobile {
    display: none;
  }
  .show-news-on-mobile {
    display: block;
  }


  .main-slider {
    background-color: #222f2d;
    visibility: hidden;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    height: 250px;
    margin-bottom: 32px;
  }

  .slides_item {

    height: 250px;


  }

	.slides_info {
  position: absolute;
  bottom: 2px;
  width: 100%;
  padding: 11px 11px;
  background: linear-gradient(to top, #0649a0, transparent 80%);

}

.slides_info h2 {
  color: white;
  text-shadow: 1px 1px 10px #000;
  font-size: 1.0em;
}
	
	
	
  .mainimage {
    max-width: 100%;
    float: left;

    margin-bottom: 10px;
  }


  .main-news {
    padding-top: 0px;
  }

  .headerOnMobile {
    display: none;
  }

  .threeitems {
    width: 100% !important;
  }

  .main-page-news-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .block-content ul {

    flex-direction: column;
  }
  .wrapper {
    overflow-x: hidden;
  }
}

/*
КОРИСНО
*/

.block-content ul {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
 
}
.block-content ul li {
  margin: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.block-content ul li a::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(45, 91, 166, 0.676);
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#block-block-11 .block-content ul li a::after {
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: 0.3s;
}

.block-content ul li a {
  display: flex;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: normal;
  font-size: 1.1em;
  padding: 30px;
  overflow: hidden;
  min-height: 200px;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
}

.block-content ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.block-content ul li a:hover::before {
  background: #2d5ca6;
}
.block-content ul li a:hover::after {
  margin-left: 10px;
}

/* button redmore */

.view-footer {
  text-align: right;
  font-size: 1.0em;
  color: #2d5ca6;;
  padding: 20px;

  clear: both;
}

.view-footer a {
  display: inline-block;
  margin-right: 25px;
  font-weight: 500;
  position: relative;
}

.view-footer a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/arr.png) no-repeat center center;
  border: 2px solid #2d5ca6;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0,-50%) rotate(-90deg);
  transition: 0.2s;
  background-size: 60%;
}

/* button redmore end */


/*
BOSS
*/

.view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}


  
.views-row {
  width: 30%;
  margin-bottom: 5em;
  background: white;
  border: none;
  margin-left: 0;
}

.boss-photo img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}

.boss-name {
    color: gray;
    text-align: center;
    font-size: 0.8em;
    padding-top: 22px;
}
.boss-email {
  color: rgb(27, 27, 27);
  text-align: center;
  font-size: 0.8em;
  padding: 10px;
}
.boss-email a {
  color:#006291;
}
.boss-email a:hover {
 text-decoration: underline;
}


@media (max-width: 768px) {
  .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
    flex-direction: column;
  }
  .views-row {
    width: 100%;
    
  }
	/* Banners */
.ter_h {
	display: none;
}
.ter_mobile {
	display: flex;
}
/* Banner */

	
	
  }


  /* -- ----------------  -- */
  /* -- СТРУКТУРА ПОЧАТОК  -- */
  /* -- ----------------  -- */

#vacantion-explorer {
  display: flex;
  flex: 1;
}

#vacantion-explorer .panel {
  width: auto;
  padding: 20px;
}

#vacantion-explorer #root {
  max-height: 40em;
  width: 55%;
  position: relative;
  overflow-y: scroll;
  vertical-align: top;
}

#vacantion-explorer .vacantion-info {
  margin-left: 20px;
  flex: 1;
  border-left: 1px solid #c2c5cb;
}

#vacantion-explorer .vacantion-info h3 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

#vacantion-explorer .vacantion-info h3::after {
  display: block;
  content: '';
  width: 35%;
  height: 5px;
  background: #2d5ca6;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#vacantion-explorer .vacantion-info__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #c2c5cb;
  margin-bottom: 15px;
}

#vacantion-explorer .vacantion-info__item label {
  display: block;
}

#vacantion-explorer ul {
  list-style-type: none;
  padding-left: 40px;
}

#vacantion-explorer ul li.branch-item {
  padding: 0;
  position: relative;
  user-select: none;
  margin-bottom: 2px;
}

#vacantion-explorer ul li.branch-item::before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 10px;
  background-color: #c2c5cb;
}

#vacantion-explorer ul li.branch-item .title {
  display: block;
  cursor: pointer;
  position: relative;
  margin-left: -40px;
  padding: 4px;
  padding-left: 80px;
  background: white;
  line-height: 1.35;
}

#vacantion-explorer ul li.branch-item .title .icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#vacantion-explorer ul li.branch-item .title::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -1px;
  background: #c2c5cb;
}

#vacantion-explorer ul li.branch-item .title::after {
  content: '+';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -9px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  color: #c2c5cb;
  background: white;
  font-size: 24px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #c2c5cb;
}

#vacantion-explorer ul li.branch-item > ul {
  display: none;
}

#vacantion-explorer ul li.branch-item.active > .title {
  color: #2d5ca6;
}

#vacantion-explorer ul li.branch-item.open > ul {
  display: block;
}

#vacantion-explorer ul li.branch-item.organization > .title .icon {
  background-image: url(./img/gov1.svg);
}

#vacantion-explorer ul li.branch-item.employee > .title::after {
  content: '-';
}

#vacantion-explorer ul li.branch-item.employee > .title .icon {
  background-image: url(./img/gov2.svg);
}

#vacantion-explorer ul li.branch-item.department > .title .icon {
  background-image: url(./img/gov3.svg);
}

.hl-sel-text {
  top: 0;
}

.node-vacancy .content {
  font-size: 1.8em;
}

.node-vacancy .content .btn {
  font-size: 1em;
}

.node-vacancy .left-col .field {
  margin-bottom: 15px;
}

.node-vacancy .field-label {
  font-size: 1.2em;
  color: #6d727c;
}

.node-vacancy .fields-inline .field {
  display: inline-block;
}

.node-vacancy .field-contacts {
  margin-bottom: 15px;
}

.node-vacancy .field-salary .field-name-field-vacancy-salary-max .field-item::before {
  content: ' - ';
}
  /* -- ----------------  -- */
  /* -- СТРУКТУРА КІНЕЦЬ  -- */
  /* -- ----------------  -- */


  /*-- temp --*/
   .anons-area {

    background-color: #f3f3f3;
    border: 1px solid #cecece;
    padding: 12px;
    border-radius: 6px;
    color: #006291;
   }