@media (min-width: 1400px) {
    .pe-xxl-5 {
        padding-right: 0 !important;
    }

}

li {
	    color: var(--gray-color);
}

.inner-txt a {
	    color: var(--primary-color);
}

.inner-txt a:hover {
	    color: #000;
}

.top30 {
	margin-top: -30px;
	background-image: url(../images/inner-bg.jpg); 
	background-repeat: no-repeat;
	background-size: cover; 
	height: 250px;
}

ul.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 !important;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumbs li {
    padding-right: .5rem;
	font-size:0.9em;
}

.navbar-brand img {
	width:100%;
	max-width:220px;
}
.pb-xs {padding-bottom:0;}

.nav-tabs .nav-link {
	width:100%;
	max-width:170px;
    margin: 0 20px 5px 0;

    border: 1px solid transparent;
    border-radius: 10px;
	padding:15px 3px;
	color: var(--bs-primary-rgb);
	line-height:1em;
}

.nav-tabs .nav-link:hover {
    background: #fff;
	color: var(--primary-color);
    border: 1px solid #fff;
}

.nav-tabs .nav-link.active {
    background: #fff;
	color: var(--primary-color);
    border: 1px solid #fff;
}


.btn-menu {
	display:flex;
	width:150px;
	margin: -15px 0;
	color: #fff;
	background:var(--primary-color);
	justify-content: center;
	align-items: center;
	height: 38px;
	border-radius:0 10px 10px 0;
	
}

.btn-menu:hover {
	background:var(--bs-primary-rgb);
	color: #fff;
	transition:0.2s;
	cursor: pointer;
}

.line1234 {
	width:60px;
	margin:15px 0;
}

.display-header {
	display:flex;
	justify-content: space-between;
    align-items: center;
}

.display-header a{
	color:var(--primary-color);
	text-decoration:underline;
}

.display-header a:hover {
	color:var(--bs-primary-rgb);
	text-decoration:none;
	transition:0.2s;
}

.raspis {
	display:flex;
	justify-content: flex-end;
}

.bg-help {
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 17%, rgba(242, 242, 242, 1) 100%);
}

.post-image {
	width: 100%;
    height: 300px;
    object-fit: cover;
}

#footer {
	background:#f3f4f6;
}

.footer-menu img {
width:250px;
}

.nok img {
	margin-top:-23px;
	width:100%;
	max-width:350px;
}

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}






@media (max-width: 1492px) {
.medical-department-tab {border-radius:0 !important;}
}


@media (max-width: 992px) {
   .navbar-brand img {
	width:100%;
	max-width:150px;
}
.btn-menu {
	display:none;
}
.raspis {
	display:flex;
	justify-content: flex-start;
}
}



@media (max-width: 750px) {
.pb-xs {padding-bottom:20px;}
.display-header {
	flex-direction: column;
	align-items: flex-start;
}
.post-image {
    height: unset;
}
.nok img {
	margin-top:10px;
}
}
