/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Departments
17. News
18. Footer
19. About Page
20. Team Page
21. Documents Page
22. Page form
23. Subscription page
24. Podcast page
25. Contact page
26. Nmubers page
27. Project page
28. Search Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }


/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #29abe2;  color: #fff; }  
::selection { background-color: #29abe2; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-md{
  max-width: 160rem;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6{
  font-weight: 500;
  margin-bottom: 2rem;
}
h1, h2{
  font-size: 3.2rem;
  font-weight: 400;
}
h3{
  font-size: 2.4rem;
}
.title h4{
  color: #29abe2;
  font-size: 2rem;
}
.title{
  margin-bottom: 3rem;
}
p{
  margin-bottom: 2rem;
}
.title-center{
  text-align: center;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  h1, h2{
    font-size: 4rem;
  }
  h3{
    font-size: 3rem;
  }
  h4{
    font-size: 2.4rem;
  }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
  padding-right: 8rem;
	font-weight: 500;
  margin-top: 3rem;
  font-size: 1.6rem;
  border-radius: 10rem;
  position: relative;
  border:1px solid transparent
}
.btn:focus{
  border-color: #29abe2;
}
.btn::before {
	content: '';
	position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/wp-content/uploads/2025/03/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem;
}
.btn-primary{
  background-color: #000;
  color: #fff;
}
.btn-primary::before{
  background-color: #29abe2;
}
.btn-secondary{
  background-color: #29abe2;
  color: #000;

}
.btn-secondary:focus{
  border-color: #fff;
}
.btn-secondary:hover, .btn-primary:hover{
  opacity: 0.6;
}
.btn-tertiary{
 padding-left: 0;
 color: #000;
}
.btn-tertiary::before{
  background-color: #29abe2;
} 
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 1.8rem 1.8rem;
	outline: none;
	border-radius: 10rem;
	background-color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8e8e8e;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #29abe2;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 7rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f8f8f8;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 400;

}
.breadcrumbs ul li::after{
  content: '>';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumbs ul li a:hover{
  text-decoration: none;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/uploads/2025/03/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination {
  width: 100%;
}
.pagination ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li  > span,.pagination li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius:50%;
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all .4s ease-in-out;
}
.pagination li > span.current, .pagination li a:hover{

  background-color: #29abe2;
  color: #fff;
}
.pagination li.current{
  cursor:text;
}
.pagination li.next, .pagination li.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem;
  background-color: #29abe2;
  cursor: pointer;
  position: absolute;
  top: 10rem;

  z-index: 2;
}
.swiper-button-next{
  background-image: url(/wp-content/uploads/2025/03/next.svg);
  right: 1rem;
}
.swiper-button-prev{
  background-image: url(/wp-content/uploads/2025/03/prev.svg);
  left: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .swiper-button-next, .swiper-button-prev{
    width: 5rem;
    height: 5rem;
    background-size: 1rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .swiper-button-next, .swiper-button-prev{
    top: 50%;
    transform: translateY(-50%);
  }
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 0;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d3d3d3;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
  border:1px solid transparent
}
.header-logo:focus{
  border-color: #e6e6e6;
}
.header-logo img{
  display: block;
  width: 12rem;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}

header nav li a:hover, header nav li.current_page_item a{
  color: #29abe2;
}
header nav li a:focus{
  background-color: #e6e6e6;
}


.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img{
    /*width: 16rem;*/
    width: 20rem;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/

  .toggle{
    display: none;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;

  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*-------*/
.search-toggle{
  border-radius: 10rem;
  border: 1px solid #c6c6c6;
  display: inline-block;
  padding: 1.2rem 1.7rem;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  margin-left: auto;

}
.search-toggle:focus{
  border-color: #29abe2;
}
.search-toggle span{
  display: none;
}
.search-toggle:hover{
  border-color: #29abe2;
}
.search-toggle::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #000;
  background-image: url(/wp-content/uploads/2025/03/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
.search-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;

}
.search-modal.open{
  opacity: 1;
  visibility: visible;
}
.search-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
}
.search-inner{
  position: relative;
  z-index: 1;
  max-width: 80rem;
  padding: 5rem 2rem;
  width: 100%;

}
.search-inner form{
  position: relative;
}
.search-btn{
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #000;
  background-image: url(/wp-content/uploads/2025/03/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
.search-modal h3{
  text-align: center;
  margin-bottom: 3rem;
}
.search-inner input{
  width: 100%;
}
.close-modal{
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 5rem;
  line-height: 1;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .close-modal{
    top: 3rem;
    right: 5rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .search-toggle span{
    display: inline-block;
  }
  .search-toggle{
    width: 13rem;
    height: auto;
  }
  .search-toggle::before{
    right: 1.2rem;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .search-modal{
    padding: 5rem;
  }
  .close-modal{
    top: 5rem;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
}
@media only screen and (max-width: 112.5em) {
  /*1800px*/
  header .container{
    padding-right: 15rem;
  }
 body .userway_buttons_wrappernt {
    left: calc(-14px + 100vw) !important;
    top: 8px !important;
  }

}
/*-------*/
.accessibility-btn {
	border-radius: 10rem;
	border: 1px solid #c6c6c6;
	display: inline-block;
	padding: 1.2rem 1.7rem;
	background-color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	color: #8e8e8e;
	position: relative;
	width: 5rem;
  height: 5rem;
}
.accessibility-btn:hover,  .accessibility-btn:focus{
  border-color: #29abe2;
}
.accessibility-btn::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #29abe2;
  background-image: url(/wp-content/uploads/2025/03/pristupacnost.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
.accessibility-btn span{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .accessibility-btn {
    width: 18rem;
    height: auto;
  }
  .accessibility-btn span{
    display: inline-block;
  }
  .accessibility-btn::before{
    right: 1.2rem;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  padding-top: 2rem;
}
.intro .container{
  background-color: #1a1a1a;
  border-radius: 2rem;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.intro .container2{
  background-color: transparent;
  color: #000;
  padding: 0 2rem;
}
.intro-text{
  width: 100%;
  padding: 5rem 2rem;
  box-sizing: border-box;
}
.intro-text h2{
  font-size: 3.2rem;
}
.intro-slider{
  overflow: hidden;
}
.swiper-slide{
  box-sizing: border-box;
}
.intro-image{
  width: 100%;

}
.intro-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 16/12;
  object-fit: cover;

}
.intro-text h2{
  line-height: 1.2;
}
.button-section .container{
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}
.button-section .btn{
  margin-top: 0;
}
@media only screen and (max-width: 93.6875em) {
  /*1499x*/
  .intro-text h2{
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
  .intro{
    padding-top: 0;
  }
  .intro .container, .intro-image img{
    border-top-left-radius: 0;
    border-top-right-radius: 0;

  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .intro-text{
    width: 50%;
    padding: 5rem 5rem;
  }
  .intro-image{
    width: 50%;
  }
  .intro-image img{
    height: 100%;
  }
  .intro-image{
    aspect-ratio: 16/17.5;
  }
  .intro-image img{
    aspect-ratio: unset;
  
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-image{
    aspect-ratio: 16/14;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-text{
    padding: 5rem 10rem;
  }
}
@media only screen and (min-width: 93.75em) {
  /*1500x*/
  .intro-image{
    aspect-ratio: 16/12.2;
  }
  
}
/*----------*/
.banner{
  background-color: #f8f8f8;
  padding: 1rem 0;
}

.banner-image {
	width: 20rem;
	height: 7rem;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 16rem;
}
.banner-text{
  width: 100%;
  margin-top: 1rem;
}
.banner-text p{
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .banner .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner-text{
    width: calc(100% - 23rem);
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    padding: 3rem 0;
  }

}
/* ================================================================================== 
16. Departments
===================================================================================== */
.departments-wrapper{
  margin-top: 5rem;
}
.departments-box{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
  padding: 3rem;
  border:1px solid #fff;
  display: flex;
  flex-direction: column;
}
.departments-box:focus{
  border-color: #000;       
}
.departments-box:last-child{
  margin-bottom: 0;
}
.departments-box .btn{
  margin-top: auto;
  align-self: flex-start;
}
.departments-box p{
  margin-bottom: 5rem;
}
.departments-wrapper2 .departments-box .btn{
  align-self: center;
}
.box-title{
  margin-bottom: 3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem;
  padding-left: 6rem;
}
.box-title img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.departments-box h3{
  margin-bottom: 0;
}
.departments-wrapper2 .departments-box  .box-title{
  margin-bottom: 0;
  background-position: top center;
  padding-left: 0;
  padding-top: 6rem;
}
.departments-wrapper2 .departments-box img{
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .departments-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .departments-wrapper2{
    justify-content: center;
  }
  .departments-box{
    width: 48.5%;
  }
  .departments-box:last-child{
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .departments-box{
    width: 31.3%;
    background-color: #fff;
  }
  .departments-box:nth-child(even){
    background-color: #f8f8f8;
  }
  .departments-box:hover{
    border-color: #29abe2;
    background-color: #f8f8f8;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .box-title{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .box-title img{
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .departments-wrapper2  .box-title{
    flex-direction: column;
    margin-bottom: 0;
  }
  .departments-wrapper2  .box-title img{
    margin-right: auto;
    margin-bottom: 1rem;
  }

}
.departments-wrapper2 .departments-box{
  background-color: #f8f8f8;
  text-align: center;
  padding: 5rem 3rem;
}
.departments-wrapper2 .departments-box h3{
  margin-bottom: 2rem;
}
.departments-wrapper2 {
  margin-top: 0;
}
/* ================================================================================== 
17. News
===================================================================================== */
.news-wrapper{
  margin-top: 5rem;
}
.news-box{
 width: 100%;
 margin-bottom: 3rem;
 border-radius: 2rem;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 background-color: #f8f8f8;
}
.news-box:last-child{
  margin-bottom: 0;
}
.news-box h3{
  margin-bottom: 1rem;
  padding: 0 2rem;
  font-size: 2rem;
}
.news-box{
  padding-bottom: 3rem;
  
}
.news-box p{
  padding: 0 2rem;
}
.news-image{
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  border:1px  solid transparent
}
.news-image:focus{
  border-color: #29abe2           ;
}
.news-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2rem;
	aspect-ratio: 16/13;
	object-fit: cover;
	object-position: top;
  transition: all .4s ease-in-out;
}
.news-date{
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  border-radius: 1rem;
  background-color: rgba(255,255,255,.7);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
}
.news-author{
  display: block;
  font-size: 1.6rem;
  color: #838383;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.news-box .btn{
  margin-top: auto;
  align-self: flex-start;
  padding-left: 2rem;
}
.sr-only{
  display: none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .news-box{
    width: 48.5%;
  }
  .news-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-image:hover img{
    transform: scale(1.1);
  }
  .news-box{
    width: 31.3%;
  }
  .news-box h3{
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-box{
    margin-bottom: 3%;
  }
  .news-box:last-child{
    margin-bottom: 3%;
  }

}
/*-----*/
.article-text a{
  color: #29abe2;
  text-decoration: underline;
}
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.page-author{
  padding: 0;
  margin: 0;
}
.page-date{
  font-size: 1.6rem;
}
.article-dates{
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  gap:1rem
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer{
  background-color: #1a1a1a;
  color: #fff;
}
.footer-box{
  width: 100%;
  margin-bottom: 2rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  display: block;
  /*width: 16rem;*/
  width: 20rem;
}
.footer-logo {
  display: block;
  margin-bottom: 3rem;
  border:1px solid transparent;
}
.footer-logo:focus{
  border-color: #fff;
}
.info-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-bottom: 2rem;

}
.info-link:focus{
  color: #29abe2;
}
.info-icon{
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29abe2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
}
.info-icon img{
  display: block;
  width: 1.6rem;
  height: auto;
}
.footer-location{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.footer-location a {
	border-radius: 10rem;
	border: 1px solid #c6c6c6;
	display: inline-block;
	padding: 1.2rem 1.7rem;
	background-color: rgba(255,255,255,.2);
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	position: relative;
	width: 15rem;
	height: auto;
  border:1px solid transparent
}
.footer-location a:focus{
  border-color: #29abe2;
}
.footer-location a::before {
	content: '';
	position: absolute;
	right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/wp-content/uploads/2025/03/pin-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
}
.footer-location  p{
  margin: 0;
  width: 14rem;
}
.copyright{
  color: #fff;
  background-color: #1a1a1a;
}

.footer-icons{
  display: flex;
  flex-direction: row;
  gap:1rem;
  margin-bottom: 3rem;
  max-width: 53rem;
  width: 100%;
}
.footer-icons a{
  width: 11%;
  display: block;
  background-color: #fff;
}
.footer-icons img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;

}
.copy-text{
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    justify-content: space-between;
  }
  .footer-box{
    width: 48.5%;
  }
  .footer-box:last-child{
    margin-bottom: 2rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .copyright .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer-icons{
    margin-bottom: 0;
    gap:2rem
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-location{
    justify-content: space-between;
  }
  .footer-box:last-child{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
19. About Page
===================================================================================== */
.page-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.page-nav ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 2rem;
}
.page-nav ul li a{
  border-radius: 10rem;
  border: 1px solid #000;
  padding: 1.2rem 1.7rem;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-right: 6rem;
  display: block;
  width: 100%;



}
.page-nav ul li a::before {
	content: '';
	position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/wp-content/uploads/2025/03/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem;
}
.page-nav ul li a:hover, .page-nav ul li.current_page_item a, .page-nav ul li a:focus {
  background: #1a1a1a;
  color: #fff;
}
.page-nav ul li a:hover::before, .page-nav ul li.current_page_item a::before,.page-nav ul li a:focus::before{
  background-color: #29abe2;
}
.page-top-text{
  width: 100%;
  border-radius: 2rem;
  background-color: #1a1a1a;
  color: #fff;
  padding: 5rem 2rem;

}
.page-content-text ul li{
  margin-bottom: 2rem;
}
.page-top-image{
  width: 100%;
  margin-top: 5rem;
}
.page-top-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  object-fit: cover;
}
.page-nav h3{
  background-color: #f8f8f8;
  border-radius: 10rem;
  padding: 2rem;
  font-size: 1.6rem;
  background-image: url(/wp-content/uploads/2025/03/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
  cursor: pointer;
}
.page-nav h3.open{
  background-image: url(/wp-content/uploads/2025/03/arrow-up.svg);
}
.inner-img {
	max-width: 80rem;
	margin-bottom: 5rem;
}
.inner-img img{
  display: block;
  width: 100%;
  height: auto;
}
.top-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-nav h3{
    display: none;
  }
  .page-nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    align-items: flex-start;
  }
  .page-nav ul li {
    width: 32.6%;
  }
  .page-top-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top-text{
    width: 60%;
    padding: 5rem;
  
  }
  .page-top-image{
    width: 35%;
    margin-top: 0;
  }
  .page-top-image img{
    height: 100%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .page-nav ul li {
    width: 24.2%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .page-nav ul li {
    width: 19.2%;
  }
}
/*----------*/
.page-nav2 ul li a::before{
  content: none;
}
.page-nav2 ul li a{
  padding-right: 1.7rem;
}
.page-nav2 ul li{
  width: 100%;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-nav2 ul li{
    width: auto;
  }
}
/* ================================================================================== 
20. Team Page
===================================================================================== */

.team-box{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
  padding: 3rem;
}
.team-box:last-child{
  margin-bottom: 0;
}
.team-box h4{
  font-size: 2rem;
}
.team-row:not(:last-child){
  margin-bottom: 3rem;
}
.team-box a:first-of-type{
  color: #29abe2;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .team-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .team-box{
    width: 48.5%;
  }
  .team-box:last-child{
    margin-bottom: 3rem;
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .team-box{
    width: 31.3%;
  }
}

@media only screen and (min-width: 90em) {
  /*1440px*/
  .team-box{
    width: 22.7%;
  }
}
/* ================================================================================== 
21. Documents Page
===================================================================================== */
.doc ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
}
.doc ul li{
  padding-left: 3rem;
  background-image: url(/wp-content/uploads/2025/03/doc.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  margin-bottom: 2rem;
}
.btn-back::before{
  background-image: url(/wp-content/uploads/2025/03/arrow-left-white.svg);
}
/* ================================================================================== 
22. Page form
===================================================================================== */
.form-row{
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 5rem 2rem;
}
.form-row{
  margin-bottom: 5rem;

}
.form-row fieldset{
  width: 100%;
  position: relative;
}

.tooltip-text{
  width: 20rem;
  padding: 1rem;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 2.2rem;
  display: none;
  background-color: #fff;
  border:1px solid #d3d3d3;
}
.tooltip{
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.tooltip img{
  display: block;
  width: 100%;
  height: auto;
}
.tooltip-text.open{
  display: block;
}

.radio-group input{
  width: auto;
  margin-right: 1rem;
}
.radio-group label{
  display: flex;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.6rem;
}
.has-tooltip label{
  padding-left: 4rem;
}
.m-t{
  margin-top: 3rem;
}
.radio-group2 label{
  width: auto;
  
}

.check-group input{
  width: auto;
  margin-right: 1rem;
}
.check-group label{
  display: flex;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.6rem;
}
.form-text.has-tooltip .tooltip{
  left: 0;
  right: auto;
  top: 5px;
}
.form-text.has-tooltip .tooltip-text{
  left: 0;
  right: auto;
}
.form-text.has-tooltip  fieldset label{
  padding-left: 4rem;
}
.form-row h3{
  width: 100%;
}
.form-row ul li{
  margin-bottom: 2rem;
}
input[type="checkbox"]{
  width: auto;
}
.check-input label{
  display: flex;
  align-items: center;
  gap:1rem
}
.form-text p{
  margin-bottom: 2rem;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.btn-form input{
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 1rem 2.6rem;
}
.btn-form{
  padding-left: 0;
  margin-top: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .radio-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .radio-group label{
    width: 31.3%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .form-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .form-row fieldset{
    width: 48%;
  }
  .form-row fieldset.w-100{
    width: 100%;
  }
  .check-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .check-group label{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .form-row{
    padding: 5rem;
  }
}
/* ================================================================================== 
23. Subscription page
===================================================================================== */

.sub-box{
  width: 100%;
  background-color: #f8f8f8;
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.sub-box:last-child{
  margin-bottom: 0;
}
.sub-title{
  margin-bottom: 3rem;
}
.sub-title img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.sub-box h3 {
	margin-bottom: 0;
}
.list-space ul li{
  margin-bottom: 2rem;
}
.list-space ul li strong{
  color: #29abe2;
}
.sub-text{
  margin-top: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .sub-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub-box{
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .sub-title{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sub-title img{
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
/*---------------*/
.books-wrapper{
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  width: 100%;
  margin-top: 5rem;
}
.books-wrapper a{
  border-radius: 10rem;
  border: 1px solid #ccc;
  padding: 1.2rem 1.7rem;
    padding-right: 1.7rem;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 6rem;
  display: block;
  width: 100%;

}
.books-wrapper a::before {
	content: '';
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/wp-content/uploads/2025/03/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem;
}
.books-wrapper a:hover{
  border-color: #29abe2;
}
.books-wrapper a:hover::before{
  background-color: #29abe2;
}
.books-wrapper a:not(:last-child){
  margin-bottom: 2rem;
}
/*------------*/
.biltens {
  width: 100%;
  margin-top: 5rem;
}
.biltens ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%

}
.biltens ul li{
  width: 100%;

}
.biltens ul li {
  border-radius: 10rem;
  border: 1px solid #ccc;
  padding: 1.2rem 1.7rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  padding-right: 1.7rem;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 6rem;
  display: block;
}
.biltens ul li a::before {
	content: '';
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/wp-content/uploads/2025/03/bilten-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem;
}
.biltens ul li a:hover::before{
  background-color: #29abe2;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .biltens ul li{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .biltens ul li{
    width: 31.3%;
  }
}
/* ================================================================================== 
24. Podcast page
===================================================================================== */
.podcast-wrapper{
  margin-top: 5rem;
}
.podcast-box{
  width: 100%;
  margin-bottom: 5rem;
}
.podcast-box:last-child{
  margin-bottom: 0;
}
.podcast-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.podcast-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.podcast-text{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5rem 2rem;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  overflow-y: auto;
  
}
.podcast-text.open{
  opacity: 1;
  visibility: visible;
}
.podcast-text h4{
  color: #29abe2;
  font-size: 2rem;
}
.podcast-box-info{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
}
.podcast-box-info span{
  display: inline-block;
  font-size: 1.6rem;

}
.close-podcast {
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer;

	width: 5rem;
	height: 5rem;
	color: #fff;
	background-color: #050517;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  background-image: url(/wp-content/uploads/2025/03/close-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.btn-close::before {
	background-image: url(/wp-content/uploads/2025/03/close-white.svg);

}
.podcast-box h3{
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .podcast-text{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 80rem;
    padding: 5rem;
    box-shadow: 0 0 53px -16px rgba(0,0,0,0.2);
    height: auto;
    overflow-y: auto;
    
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .podcast-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .podcast-box{
    width: 48.5%;
  }
  .podcast-box:last-child{
    margin-bottom: 5rem;
  }
}
/* ================================================================================== 
25. Contact page
===================================================================================== */

.contact-box{
  width: 100%;
  padding: 5rem 2rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
  margin-bottom: 3rem;
  border:1px  solid #f8f8f8;
}
.contact-wrapper2 .contact-box{
  background-color: #fff;
  border:1px  solid #e7e7e7;
}
.contact-map iframe{
  width: 100%;
  height: 60rem;
  display: block;
}
.contact-form{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #f8f8f8;
  border-radius: 1rem;
}
.contact-btn input{
  border:0;
  text-align: center;
  padding: 1.5rem 4rem;
}
.contact-btn input:hover{
  background-color: #29abe2;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-box{
    width: 49%;
    padding: 5rem;
  }
  .contact-form{
    padding: 5rem;
  }
}
.contact-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* ================================================================================== 
26. Nmubers page
===================================================================================== */

.fond-box{
  width: 100%;
  text-align: center;
  padding: 3rem;
  background-color: #f8f8f8;
  margin-bottom: 3rem;
}
.fond-box:last-child{
  margin-bottom: 0;
}
.fond-box2{
  margin-bottom: 5rem;
}
.fond-box2:last-child{
  margin-bottom: 0;
}
.fond-wrapper2{
  margin-top: 5rem;
}
.fond-wrapper2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.fond-wrapper2 ul li{
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f8f8;

}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .fond-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .fond-box{
    width: 48.5%;
  }
  .fond-box:last-child{
    margin-bottom: 3rem;
  }
  .fond-wrapper2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .fond-box2{
    width: 100%;
  }
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .fond-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
27. Project page
===================================================================================== */
.erasmus-projects{
  margin-top: 5rem;
}
.erasmus-projects a{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  padding: 2rem;
 border: 1px solid #ccc;
 border-radius: 2rem;
}
.erasmus-projects a:focus{
  border-color: #1a1a1a;
}
.erasmus-projects a:last-child{
  margin-bottom: 0;
}
.erasmus-projects a:hover{
  border-color: #29abe2;
}
.erasmus-projects a img{
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.erasmus-projects a h3{
  font-size: 2.4rem;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .erasmus-projects{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .erasmus-projects a{
    width: 48.5%;
  }
  .erasmus-projects a:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .erasmus-projects a{
    width: 31.3%;
  }
  .erasmus-projects a img{
    height: 18rem;
  }
}
 
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .erasmus-projects a{
    width: 22.7%;
  }
}
/*------*/

.n-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;

}
.n-box .btn{
  align-self: flex-start;
}
.n-box:last-child{
  margin-bottom: 0;
}
.btn-doc{
  display: inline-block;
  padding-left: 3rem;
  background-image: url(/wp-content/uploads/2025/03/doc.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .n-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .n-box{
    width: 48.5%;
  }
  .n-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .n-box{
    width: 31.3%;
  }
}

/*ŽAC dodatak*/
span.wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
}
span.wpcf7-checkbox span.wpcf7-list-item {
    width: 31.3%;
	display: flex;
}
span.wpcf7-checkbox span.wpcf7-list-item-label {
    margin-left: 10px;
	font-size: 16px;
    font-weight: 500;
}
body.postid-344 .form-page.space.no-pb {
    padding-top: 0;
}
body.odjeli-template-single-odjeli-naratori form.wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.odjeli-template-single-odjeli-naratori span.wpcf7-spinner {
    display: none;
}

body.error404 .text-center {
    text-align: center;
}
/* ================================================================================== 
28. Search Page
===================================================================================== */
.results-box{
  padding: 2.5rem;
  background-color: #f8f8f8;

}
.results-box p{
  max-width: 110rem;
  width: 100%;
}
.results-box:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .results-box{
    padding: 5rem;
  }
}



.userway_buttons_wrapper {
    top: 16px !important;
}

/*-----------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-wrapper a{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 48.5%;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
.gallery-wrapper a{
  margin-bottom: 3rem;
  width: 31.3%;
}
}