@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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
.wrapper {
  --mdb-gutter-x: 1.5rem;
  --mdb-gutter-y: 0;
  padding-right: calc(var(--mdb-gutter-x) * 0.5);
  padding-left: calc(var(--mdb-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.error {
  font-size: 200%;
  font-weight: bold;
}

.coms {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ab-butt {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.ab-butt ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.share {
  text-align: right;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.share a {
  color: red;
  text-decoration: none;
}
.share a:hover {
  color: #e74c3c;
}

audio {
  width: 100%;
  height: 30px;
  margin-top: 0;
}

video {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.block-link {
  margin-top: 10px;
  border-top: 1px solid #ffffff;
}

.text-title {
  text-align: right;
  color: #fe6507;
  font-size: 24px;
}

.clear {
  clear: both;
}

.stud {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
}
.stud h3 {
  margin: 15px 15px;
}
.stud img {
  width: 100%;
  height: auto;
}
.stud .panel-default {
  width: 100%;
  float: left;
  margin-right: 5px;
}

.accordion .accordion-header .accordion-button {
  color: #ffffff;
  background-color: var(--main);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center !important;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--main-hover);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  text-align: center !important;
}

.img img {
  padding: 5px;
  margin-bottom: 5px;
}

.konf {
  margin-bottom: 20px;
  border-radius: 4px;
}
.konf h4 {
  text-align: center;
  background-color: var(--main);
  padding: 5px;
  height: 100%;
  color: #fff;
  border-radius: 4px;
}

.embed-responsive {
  margin-bottom: 5px;
}

.btn-default {
  color: #fff;
  background-color: var(--main);
}

.dvd {
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
}
.dvd strong {
  color: #c52b38;
}

.info-cont {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px;
}

.info-prac {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "f n n n" "f p p p" "f o o o" "f t t t" "f e e e";
  gap: 10px;
}
.info-prac img {
  width: 100%;
  overflow: hidden;
}

.history {
  background-color: #fff;
  padding: 2rem;
}
.history img {
  display: block;
  position: relative;
  float: left;
  max-width: 400px;
  height: auto;
  margin: 0 0 0 5px;
}

.zno-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.vid {
  font-style: italic;
  font-weight: bold;
}

.pidv-kval h4 {
  text-align: left;
  text-indent: 20px;
}
.pidv-kval ol,
.pidv-kval ul {
  margin-left: 40px;
  margin-bottom: 10px;
}
.pidv-kval ul {
  list-style-type: disc;
}
.pidv-kval ul li {
  list-style-type: none;
  text-indent: -20px;
}
.pidv-kval .pidv1 li:before {
  content: "–  ";
}
.pidv-kval .pidv2 li:before {
  content: "⁂  ";
}

.vibor_tsmp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 20px;
}
.vibor_tsmp img {
  width: 50%;
}

.page-social {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 20px;
}
.page-social a {
  background-color: var(--main);
  color: #ffffff;
  align-content: center;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  font-size: calc(var(--size-base) + 10px);
}
.page-social a:hover {
  background-color: var(--main-hover);
}

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

.metodcab ul {
  list-style: inside;
}
.metodcab ul li {
  margin-left: 40px;
  text-indent: -20px;
}

.psixolog {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin-bottom: 20px;
}
.psixolog img {
  width: 100%;
  height: auto;
}
.psixolog h3 {
  text-align: center;
  background-color: var(--main);
  padding: 5px;
  height: 100%;
  color: #fff;
  border-radius: 4px;
}
.psixolog .nav-tabs li {
  font-weight: bold;
  /*background: #c0c0c040;*/
}
.psixolog .nav-tabs li a {
  color: #000000;
}
.psixolog .tab-content {
  margin-top: 10px;
}

.list-vid-gryp {
  margin-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-type: disc;
}

.text-right {
  text-align: right;
  font-style: italic;
  font-size: 16px;
}

.adm {
  width: 100%;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 2fr 6fr;
  grid-column-gap: 5px;
  background-color: #fff;
}
.adm p {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.zao {
  width: 100%;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 5px;
  background-color: #fff;
}
@media (min-width: 481px) {
  .zao {
    grid-template-columns: 2fr 6fr;
  }
}
.zao p {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}
.zao div:last-child {
  padding-right: 15px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb a {
  color: var(--main);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "»";
}

.contact-info {
  background-color: #fff;
  padding: 2rem;
}

.director-slovo {
  background-color: #fff;
  padding: 2rem;
}
.director-slovo img {
  width: 200px;
  float: left;
  margin: 0 10px 5px 0;
  /* border: #2E8B57 solid 1px; */
  border-radius: 1rem;
}

a.button {
  float: none;
  color: white;
  width: 100%;
  text-decoration: none;
  padding: 0.8em 1em calc(0.8em + 3px);
  border-radius: 3px;
  background: var(--main);
  -webkit-box-shadow: 0 -3px var(--main) inset;
  box-shadow: 0 -3px var(--main) inset;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.button:hover {
  background: var(--main);
}
a.button:active {
  background: var(--main-hover);
  -webkit-box-shadow: 0 3px var(--main-hover) inset;
  box-shadow: 0 3px var(--main-hover) inset;
}

.vn-ots {
  background-color: #ffffff;
}

.ciklovi div {
  background-color: #fff;
}
.ciklovi div ol {
  padding: 2.5rem;
}
.ciklovi div ol li {
  margin-bottom: 10px;
}

.ogol {
  display: block;
  text-align: center;
  position: relative;
  margin: 10px 0;
  background-color: var(--main);
  color: #ffffff;
  padding: 10px 0;
}
.ogol .uvag {
  position: absolute;
  transform: rotate(-32deg);
  color: red;
  background-color: #fff;
  text-align: center;
  text-indent: 0;
  padding: 2px 11px;
  top: -4%;
  /* size         : a4; */
  font-size: 24px;
  left: -4%;
  z-index: 1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}
.ogol a {
  display: grid;
  grid-template-columns: 2fr 5fr;
  width: 100%;
  color: #fff;
  padding-left: 25px;
  font-size: 1.3em;
  margin-top: 0;
}
.ogol a img {
  display: block;
  margin: 0 5px 5px 5px;
  left: 150px;
}
.ogol a img p {
  font-size: 24px;
}

.brendbook {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.brendbook article {
  background-color: #f6f6f6;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.brendbook article:hover {
  box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
}
.brendbook article a {
  display: block;
  text-decoration: none;
}
.brendbook article a:hover {
  text-decoration: none;
  color: green;
}
.brendbook article a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brendbook article a h3 {
  padding: 20px 25px;
}

.nagoroda {
  margin: 0 auto;
  margin-bottom: 10px;
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  /* Додано для вертикального центрування */
  text-align: center;
  /* Додано для горизонтального центрування тексту */
  color: #ffffff;
  background: var(--main);
  padding: 10px;
}
@media (min-width: 1281px) {
  .nagoroda {
    grid-template-columns: 2fr 10fr;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .nagoroda {
    grid-template-columns: 2fr 10fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nagoroda {
    grid-template-columns: 2fr 7fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .nagoroda {
    grid-template-columns: 2fr 5fr;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .nagoroda {
    grid-template-columns: 2fr 5fr;
  }
}
@media (min-width: 300px) and (max-width: 480px) {
  .nagoroda {
    grid-template-columns: 1fr;
  }
}
.nagoroda img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nagoroda h3 {
  margin: 0;
  /* Видаляємо зовнішні відступи для кращого центрування */
  padding: 2rem;
  /* Додаємо внутрішні відступи для тексту */
  font-size: 1.5em;
  color: #ffffff;
}/*# sourceMappingURL=site.css.map */