@charset "UTF-8";
@font-face {
  font-family: "MySiteFont";
  src: url("../fonts/roboto-flex.woff2") format("woff2");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
:root {
  --site-font: 'MySiteFont', sans-serif;
  --size-base: 1.6rem;
  --indent: 20px;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --line-h: 1.42857143;
  --bg: rgba(46, 139, 87, 0.1);
  --main: #009c48;
  --main-hover: #71bf43;
  --news-title-color: #0b9444;
  --color1: #58585b;
  --color2: #f5821f;
  --color3: #fdb813;
  --color4: #005825;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid var(--main);
  overflow: visible;
  opacity: 1;
}

h1 {
  font-family: var(--site-font);
  font-weight: var(--fw-black);
  letter-spacing: -0.02em;
}

p {
  font-family: var(--site-font);
  font-weight: var(--fw-light);
  text-indent: var(--indent);
  line-height: var(--line-h);
  margin: 0;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--site-font);
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
  color: var(--main);
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.button-gafk, .btn-gafk {
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428;
  border-radius: 4px;
  user-select: none;
  transition: 0.2s;
  text-decoration: none;
}
.button-gafk:hover, .btn-gafk:hover, .button-gafk:focus, .btn-gafk:focus {
  color: #cccfcd;
  text-decoration: none;
}
.button-gafk:active, .btn-gafk:active {
  background-image: none;
  outline: 0;
}

.button-gafk {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main-hover);
  width: auto;
  max-width: 320px;
  font-size: calc(var(--size-base) * 1.5);
  margin: 0 auto;
}

.but-gafk {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px;
  transition: 0.2s;
}
.but-gafk:hover {
  color: var(--main);
}
.but-gafk:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 30%;
  margin: 5px auto 0;
}

.content {
  text-align: justify;
}
.content ul,
.content ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.content ul li,
.content ol li {
  margin-left: 4rem;
}
.content .page-title,
.content .index-block {
  margin-bottom: 1.5rem;
}
.content .page-title h2,
.content .index-block h2 {
  position: relative;
  margin-bottom: 0;
  color: var(--main);
}
.content .page-title h2:after,
.content .index-block h2:after {
  content: url(../web/images/rozb.png);
  display: block;
  position: relative;
  top: 1rem;
  margin: 0 auto;
  max-width: 100%;
}
.content .page-title h2,
.content .index-block h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.content .page-title h3,
.content .index-block h3 {
  padding: 0.7rem 0.7rem 1.2rem;
  font-size: 2rem;
}
.content .prof-about {
  gap: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 2rem;
}
.content .prof-about p:nth-child(2) {
  margin-top: 20px;
  font-size: 1.25em;
}
.content .prof-about p:nth-child(3) {
  font-size: 1.05em;
}
.content .prof-about p:nth-child(4) {
  margin-bottom: 50px;
  font-size: 1.05em;
}
.content .prof-about img {
  width: 22rem;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  float: left;
  position: relative;
  margin-right: 2rem;
}
.content .prof-about h3 {
  font-size: 1.05em;
}
.content .spisok h3 {
  text-align: center;
  background-color: var(--main);
  color: #ffffff;
  padding: 15px 15px;
}
.content .spisok ul li {
  padding: 10px 15px;
}
.content .prakt_pidgot {
  background-color: #fff;
  padding: 2rem;
}
.content .prakt_pidgot__container {
  display: grid;
}
@media (min-width: 1281px) {
  .content .prakt_pidgot__container {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .content .prakt_pidgot__container {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content .prakt_pidgot__container {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .content .prakt_pidgot__container {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .content .prakt_pidgot__container {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 300px) and (max-width: 480px) {
  .content .prakt_pidgot__container {
    grid-template-columns: 1fr;
  }
}
.content .prakt_pidgot__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .prakt_pidgot__text h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.content .prakt_pidgot__image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .prakt_pidgot__image {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.content .grants-section {
  /* Контейнер сітки */
}
.content .grants-section .grants-grid {
  display: grid;
  /* Автоматичні колонки: мінімум 300px, максимум 1 частина вільного простору */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 20px 0;
}
.content .grants-section {
  /* Картка гранту */
}
.content .grants-section .grant-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.content .grants-section .grant-card:hover {
  transform: translateY(-5px);
}
.content .grants-section {
  /* Зображення */
}
.content .grants-section .grant-image img,
.content .grants-section .image-placeholder {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.content .grants-section .image-placeholder {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}
.content .grants-section {
  /* Контент всередині */
}
.content .grants-section .grant-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* Щоб кнопки завжди були внизу, якщо тексту мало */
}
.content .grants-section .grant-title {
  margin: 0;
  font-size: 1.6rem;
  color: var(--main);
}
.content .grants-section .grant-card-footer {
  display: flex;
  align-items: center;
  /* Вирівнювання по вертикалі */
  justify-content: space-between;
  /* Розносить дедлайн і кнопку по краях */
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  /* Легка лінія розділення */
  margin-top: auto;
}
.content .grants-section .grant-description {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.content .grants-section .grant-meta {
  margin-top: auto;
  /* Притискає дедлайн до низу */
  font-size: 1.4rem;
  color: #d9534f;
  /* Червоний колір для дедлайну */
  font-weight: bold;
  margin-bottom: 1rem;
}
.content .grants-section {
  /* Кнопка */
}
.content .grants-section .btn-details {
  display: inline-block;
  text-align: center;
  background: #007bff;
  color: #fff;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s;
}
.content .grants-section .btn-details:hover {
  background: #0056b3;
}
.content .grant-detail {
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  color: #333;
  line-height: 1.8;
}
.content {
  /* Заголовок та мета */
}
.content .grant-header h2 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.content .grant-meta-info {
  margin-bottom: 2rem;
}
.content .deadline-badge {
  display: inline-block;
  background-color: #f8d7da;
  color: #842029;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
}
.content {
  /* Зображення */
}
.content .grant-main-image {
  margin-bottom: 2.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.content .responsive-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
}
.content {
  /* Текст опису */
}
.content .grant-full-description {
  margin-bottom: 3rem;
}
.content .grant-full-description p {
  margin-bottom: 1.5rem;
}
.content {
  /* Футер та кнопки */
}
.content .grant-footer {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.content .btn-apply {
  display: inline-block;
  background-color: var(--main);
  color: #fff;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.content .btn-apply:hover {
  background-color: var(--main-hover);
}
.content .back-link {
  margin-top: 1.5rem;
}
.content .link-muted {
  color: #6c757d;
  text-decoration: none;
  font-size: 1.4rem;
}
.content .link-muted:hover {
  text-decoration: underline;
}
.content {
  /* Адаптивність */
}
@media (max-width: 768px) {
  .content .grant-header h1 {
    font-size: 1.8rem;
  }
  .content .grant-detail {
    padding: 1rem;
  }
}

footer {
  background-color: var(--main);
  margin-top: 1rem;
  color: #ffffff;
  background-color: var(--main);
  color: #ffffff;
}
footer p {
  text-indent: 0;
  margin-bottom: 0.5rem;
}
footer a {
  color: #ffffff;
  transition: color 0.3s ease;
}
footer a:hover {
  color: var(--main-hover);
  text-decoration: none;
}
footer .footer-grid {
  display: grid;
  grid-gap: 2rem;
  padding: 0 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 481px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  footer .footer-grid {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 481px) {
  footer .footer-grid > div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 2rem;
  }
}
footer .footer-grid .address h3 {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
footer .footer-grid .address p {
  display: flex;
  align-items: center;
  margin: 0 0 0.8rem 0.5rem;
}
footer .footer-grid .address .fa {
  font-size: 2.4rem;
  width: 3.5rem;
  flex-shrink: 0;
}
footer .footer-grid .kor-posil {
  text-align: center;
}
footer .footer-grid .kor-posil h3 {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
footer .footer-grid .kor-posil ul {
  list-style: none;
  padding: 0;
}
footer .footer-grid .kor-posil ul li {
  margin-bottom: 0.8rem;
}
footer .copyright {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  grid-gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0;
  text-align: center;
}
footer .copyright a,
footer .copyright p {
  color: #ffffff;
  margin: 0;
  font-size: 1.4rem;
}

.form-inlin .btn-primary {
  background-color: var(--main);
  border-color: var(--main-hover);
}

.search-rez .form-inlin {
  margin-top: 10px;
}
.search-rez .form-inlin .btn-primary {
  background-color: var(--main);
  border-color: var(--main-hover);
}

/* Контейнер сторінки */
.tsentr-karery-container {
  display: grid;
  gap: 40px;
  margin-top: 20px;
  background-color: #fff;
  padding: 2rem;
}
.tsentr-karery-container .tsentr-karery-grid .tsentr-karery-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 20px;
}
@media (min-width: 481px) {
  .tsentr-karery-container .tsentr-karery-grid .tsentr-karery-item {
    grid-template-columns: 4fr 1fr;
  }
}
.tsentr-karery-container .tsentr-karery-grid .tsentr-karery-item .tsentr-karery-text h3 {
  margin-bottom: 15px;
}
.tsentr-karery-container .tsentr-karery-grid .tsentr-karery-item .coordinator-card img {
  width: 100%;
  height: auto;
}
.tsentr-karery-container .tsentr-karery-grid .tsentr-karery-item .coordinator-card .coordinator-desc {
  font-style: italic;
}
.tsentr-karery-container {
  /* Навігаційні кнопки */
}
.tsentr-karery-container .document-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Три колонки однакової ширини */
  gap: 15px;
}
.tsentr-karery-container .document-nav-grid .nav-btn {
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  background: var(--main);
  color: #fff;
  border: 1px solid #ddd;
  font-weight: bold;
  transition: 0.3s;
}
.tsentr-karery-container .document-nav-grid .nav-btn:hover,
.tsentr-karery-container .document-nav-grid .nav-btn.active {
  background: var(--main-hover);
  /* Ваш фірмовий колір */
  color: #000;
  border-color: var(--main-hover);
}
.tsentr-karery-container {
  /* Список документів */
}
.tsentr-karery-container .document-list-grid {
  display: grid;
  gap: 20px;
}
.tsentr-karery-container .section-title {
  color: var(--color4);
}
.tsentr-karery-container .docs-container {
  display: grid;
  grid-template-columns: 1fr;
  /* Список в одну колонку */
  gap: 10px;
}
.tsentr-karery-container .docs-container .doc-item {
  display: grid;
  grid-template-columns: 40px 1fr 100px;
  /* Іконка - Назва - Дія */
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: transform 0.2s;
}
@media (max-width: 481px) {
  .tsentr-karery-container .docs-container .doc-item {
    grid-template-columns: 40px 1fr;
  }
}
.tsentr-karery-container .docs-container .doc-item:hover {
  transform: translateX(5px);
  border-color: #004a99;
  background: #fafafa;
}
.tsentr-karery-container .docs-container .doc-item .doc-action {
  text-align: right;
  font-size: 0.9em;
  color: var(--main);
  font-weight: bold;
}
@media (min-width: 481px) {
  .tsentr-karery-container .docs-container .doc-item .doc-action {
    display: none;
  }
}
.tsentr-karery-container {
  /* Адаптивність для мобілок */
}
@media (max-width: 768px) {
  .tsentr-karery-container .document-nav-grid {
    grid-template-columns: 1fr;
    /* На мобілці кнопки одна під одною */
  }
  .tsentr-karery-container .doc-item {
    grid-template-columns: 40px 1fr;
    /* Прибираємо слово "Відкрити" */
  }
  .tsentr-karery-container .doc-action {
    display: none;
  }
}

.news-full .info .hit, .news-grid .news__info span {
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--main);
  text-align: center;
  border-radius: 2.5rem;
  vertical-align: middle;
}

.news-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.news-grid .news {
  background-color: #ffffff;
  border-radius: 2.5rem;
  overflow: hidden;
}
.news-grid .news__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.news-grid .news__link:hover {
  color: #000;
  box-shadow: 0 0 20px rgba(34, 30, 2, 0.3);
}
.news-grid .news__image {
  width: 100%;
  height: 25rem;
  position: relative;
  aspect-ratio: 5/4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news-grid .news__image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.news-grid .news__text {
  padding: 1.5rem;
}
.news-grid .news__text__title {
  line-height: 1.2;
  color: var(--news-title-color);
  text-align: left;
  margin: 0 0 10px;
  font-size: 2.3rem;
  font-weight: bold;
}
.news-grid .news__text__description {
  text-align: left;
  text-indent: 0;
}
.news-grid .news__info {
  padding: 0.8rem 1.5rem;
  margin: 0 0 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Додає відстань між датою та переглядами */
  /* Рівняє текст і кнопку по вертикалі */
}
.news-grid .news__info p {
  margin: 0;
  text-indent: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-grid .news__info i {
  font-size: 2rem;
}
.news-grid .news__info span {
  padding: 2px 10px;
  min-width: 30px;
  display: inline-block;
}

.news-full {
  background-color: #ffffff;
  padding: 2rem;
}
.news-full .news-text p:first-child {
  font-weight: var(--fw-bold);
}
.news-full .news-text p {
  margin-bottom: 15px;
  color: #000;
}
.news-full .info {
  width: 100%;
  margin: 10px 0;
  font-style: italic;
  text-align: right;
}
.news-full blockquote {
  position: relative;
  margin: 0 0 15px;
  background: #eee;
  color: #3a3c55;
  padding: 15px 15px 15px 80px;
  font-weight: 300;
  font-size: 1.6rem;
  border-left: 0.5rem solid var(--main);
  min-height: 60px;
}
.news-full blockquote:before {
  content: "“";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  font-family: var(--site-font);
}

#progress {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0px;
  width: 0%;
  height: 5px;
  background: var(--color2);
  /*-moz-border-radius   : 1px;
    -webkit-border-radius: 1px;
    border-radius        : 1px;*/
  -moz-transition: width 500ms ease-out, opacity 400ms linear;
  -ms-transition: width 500ms ease-out, opacity 400ms linear;
  -o-transition: width 500ms ease-out, opacity 400ms linear;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
}

#progress dd,
#progress dt {
  position: absolute;
  top: 0;
  height: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 0 6px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 1px 0 6px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 0 6px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0 6px 1px;
  /*-moz-border-radius   : 100%;
    -webkit-border-radius: 100%;
    border-radius        : 100%;*/
}

#progress dt {
  opacity: 0.6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#progress dd {
  opacity: 0.6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

.schedule .mini-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
}
.schedule .mini-grid .dzvinki {
  color: var(--main);
}
.schedule .mini-grid .dzvinki:hover {
  text-decoration: none;
  color: var(--main-hover);
}
.schedule__den h3, .schedule__zao h3 {
  background-color: var(--main);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.schedule__den h4, .schedule__zao h4 {
  color: var(--main);
}
.schedule .mini-grid-v {
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
}
.schedule .mini-grid-v h4 {
  color: var(--main);
  text-decoration: none;
}
.schedule .mini-grid-v .grid-v {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(6, 1fr);
  font-size: var(--size-base);
}
.schedule .mini-grid-v .grid-v p {
  text-indent: 0;
  border-right: 1px solid;
}
.schedule__vechir h3 {
  background-color: var(--main);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.schedule__vechir h4 {
  color: var(--main);
}

.videocar {
  max-width: 100%;
  width: 30%;
  height: 100%;
}

.videos {
  padding: 50px;
  position: relative;
}
.videos__container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.video__item {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 56% 0;
}
.video__item video,
.video__item iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__text {
  font-size: 1em;
}

.pedag_konkyrs details {
  border: 1px solid var(--main);
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  margin-bottom: 5px;
}
.pedag_konkyrs details p {
  /* font-size: 1em; */
  background-color: var(--main);
  color: #fff;
  padding: 0.5em;
  display: block;
  width: 100%;
  position: relative;
}
.pedag_konkyrs summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0;
  display: block;
  position: relative;
}
.pedag_konkyrs summary::before {
  content: "▶";
  padding-right: 0;
  color: white;
  margin-right: 0.5em;
  position: absolute;
  top: 0.5em;
  /* width     : 15px; */
  /* height    : 15px; */
  z-index: 2;
  left: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
}
.pedag_konkyrs details[open] {
  padding: 0.5em;
}
.pedag_konkyrs details[open] summary {
  border-bottom: 1px solid var(--main);
  margin-bottom: 0.5em;
}
.pedag_konkyrs details[open] > summary::before {
  content: "▼";
  color: white;
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "lnum", "tnum";
  /* Примусові лінійні цифри */
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--site-font) !important;
  font-size: var(--size-base);
  background-color: var(--bg);
  line-height: var(--line-h);
  color: #58585b;
  font-weight: 400;
  /* або інша потрібна вам вага */
  font-variation-settings: "wght" 400;
  font-variant-numeric: lining-nums;
  /* примусові цифри однієї висоти */
  color: #000;
}

.wrapper {
  max-width: 1180px;
  width: 100%;
}
.wrapper header {
  display: grid;
  grid-gap: 1.5rem;
  margin-bottom: 20px;
}
.wrapper header .line-top {
  display: grid;
  align-content: space-around;
  min-height: 35px;
  background-color: var(--main);
  text-align: center;
  font-size: calc(var(--size-base) + 2px);
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
}
@media (min-width: 768px) {
  .wrapper header .line-top {
    grid-template-columns: auto auto auto 1fr 1fr auto auto;
  }
}
.wrapper header .line-top a {
  color: #ffffff;
  transition: 0.3s;
}
.wrapper header .line-top a:hover {
  color: #2d3e50;
  background-color: #eee;
  text-decoration: none;
}
.wrapper header .line-top .div {
  width: 100%;
  height: 100%;
}
.wrapper header .line-top .line-1,
.wrapper header .line-top .line-2,
.wrapper header .line-top .line-3,
.wrapper header .line-top .line-3-1,
.wrapper header .line-top .line-4 {
  align-self: center;
}
.wrapper header .line-top .line-1 a,
.wrapper header .line-top .line-2 a,
.wrapper header .line-top .line-3 a,
.wrapper header .line-top .line-3-1 a,
.wrapper header .line-top .line-4 a {
  display: block;
  padding: 1rem 0.5rem;
  height: 100%;
}
.wrapper header .line-top .line-5 {
  display: grid;
  grid-template-columns: repeat(5, 30px);
  margin-left: 10px;
  align-content: space-around;
}
.wrapper header .line-top .line-5 a {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper header .line-top .line-6 {
  align-self: center;
}
.wrapper header .line-name {
  display: grid;
  background-color: var(--main);
  grid-template-rows: 1fr;
}
@media (min-width: 481px) {
  .wrapper header .line-name {
    grid-template-columns: 2fr 7fr;
  }
}
.wrapper header .line-name .site-logo {
  padding: 15px;
}
.wrapper header .line-name .site-logo img {
  max-width: 85%;
  height: auto;
}
.wrapper header .line-name .site-logo h1 {
  color: #ffffff;
  font-size: calc(var(--size-base) + 2px);
  margin: 0;
}
.wrapper header .line-name .line-slider .itc-slider {
  background: var(--main);
}
@media (max-width: 767px) {
  .wrapper header .line-name .line-slider .itc-slider {
    display: none;
  }
}
.wrapper nav {
  width: 100%;
  font-size: var(--size-menu);
  background: #ffffff;
}
.wrapper nav .menu {
  z-index: 5;
  position: relative;
  padding: 10px 0;
  list-style: none;
  margin: 0 !important;
}
.wrapper nav .menu a {
  text-decoration: none;
  width: 100%;
  color: #000000;
}
.wrapper nav .menu a:hover {
  color: var(--main);
}
.wrapper nav .menu li {
  padding: 5px;
  position: relative;
  vertical-align: middle !important;
  display: inline-block !important;
}
.wrapper nav .menu li:hover {
  color: var(--main);
}
.wrapper nav .menu ul {
  text-align: left;
  position: absolute;
  z-index: 9;
  display: none;
}
.wrapper nav .menu ul li {
  width: 300px;
  color: black;
  background: #ffffff;
  margin: 0;
}
.wrapper nav .menu ul li:hover > ul {
  display: block;
}
.wrapper nav .menu > li > ul {
  top: 100%;
  left: -1px;
}
.wrapper nav .menu > li > ul > li > ul {
  left: 100%;
  top: 0;
}
.wrapper nav .menu > li:hover > ul {
  display: block;
}
.wrapper .lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.wrapper .lang-switcher .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  transition: transform 0.3s ease;
}
.wrapper .lang-switcher .lang-item .lang-link {
  display: flex;
  line-height: 0;
  text-decoration: none;
}
.wrapper .lang-switcher .lang-item .lang-link:hover {
  background-color: none;
}
.wrapper .lang-switcher .lang-item .lang-link img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.wrapper .lang-switcher .lang-item .lang-link:hover img {
  filter: grayscale(0%);
  opacity: 0.8;
}
.wrapper .lang-switcher .lang-item.is-active .lang-link {
  cursor: default;
}
.wrapper .lang-switcher .lang-item.is-active .lang-link img {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff;
}
.wrapper .lang-switcher .lang-item.is-active:hover {
  transform: none;
}
@media (max-width: 768px) {
  .wrapper .lang-container {
    gap: 15px;
  }
  .wrapper .lang-container .lang-link img {
    width: 36px;
  }
}
.wrapper .marquee {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  background: var(--main);
}
.wrapper .marquee span {
  position: absolute;
  display: inline-block;
  font-size: 2rem;
  animation: marquee 25s linear infinite;
  -webkit-animation: marquee 25s linear infinite;
}
.wrapper .marquee span:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.wrapper .rozrobka {
  color: #7a43b6;
  background: #462323;
  text-align: center;
  width: 100%;
  padding: 15px;
  margin: 1% auto;
  font-size: 24px;
}
.wrapper .rozrobka:before {
  content: "Сторінка в розробці!";
}

@keyframes marquee {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
a.pdf:before {
  content: "";
  background: no-repeat center/100% url("/images/icon/img_pdf.png");
  display: block;
  float: left;
  width: 35px;
  height: 35px;
}
a.doc:before {
  content: "";
  background: no-repeat center/100% url("/images/icon/img_doc.png");
  display: block;
  float: left;
  width: 35px;
  height: 35px;
}
a.docs:before {
  content: "";
  background: no-repeat center/100% url("/images/icon/img_docs.png");
  display: block;
  float: left;
  width: 35px;
  height: 35px;
}
a.rar:before {
  content: "";
  background: no-repeat center/100% url("/images/icon/img_rar.png");
  display: block;
  float: left;
  width: 35px;
  height: 35px;
}
a.pdf, a.doc, a.docs, a.rar {
  display: block;
  padding: 5px 0;
  position: relative;
}

.list-group {
  margin-left: 0;
}
.list-group .list-group-item {
  margin-bottom: 5px;
  margin-left: 0;
}

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  display: inline;
  margin-left: 0 !important;
}
.pagination li a,
.pagination li span {
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: var(--main);
  border: var(--main) solid 1px;
}
.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus,
.pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus {
  z-index: 9;
  color: #000;
  cursor: default;
  background-color: var(--main-hover);
  border-color: var(--main-hover);
}

.plt h3 {
  color: var(--main);
}
.plt .main-actions {
  padding: 5px 0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 25px;
}
.plt .main-actions .card {
  padding: 30px 20px;
  position: relative;
  border: 1px solid #fbfbfb;
  background-color: #f9f9f9;
}
.plt .main-actions .card h3 {
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 0.8;
}
.plt .main-actions .card h3 a {
  letter-spacing: 1px;
  color: #333;
}
.plt .main-actions .card i {
  font-size: 50px;
  color: var(--main);
  display: block;
  margin-bottom: 15px;
}
.plt .main-actions .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plt .main-actions .card ul li {
  margin-bottom: 5px;
}
.plt .main-actions .card ul li a {
  display: block;
  color: #333;
  transition: 0.1s ease-in-out;
}
.plt .main-actions .card ul li a:hover {
  color: var(--main);
  text-decoration: none;
  padding-left: 2px;
}
.plt .main-actions .card-e ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}

ul details {
  border: 1px solid var(--main);
  border-radius: 4px;
  padding: 0.5rem;
  overflow: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
ul details summary {
  font-weight: bold;
  padding: 0.5rem;
  cursor: pointer;
  list-style-position: inside;
}
ul details summary::marker {
  color: var(--main);
  font-size: 2rem;
}
ul details[open] {
  padding-bottom: 1rem;
}
ul details[open] summary {
  border-bottom: 1px solid var(--main);
  margin-bottom: 0.5rem;
}

.block {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default {
  border-color: var(--main);
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: var(--main);
  border-color: #ddd;
}
.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin: 0;
  font-size: 18px;
  color: inherit;
  text-align: center;
}/*# sourceMappingURL=template.css.map */