.blog .site-logo {
	filter: none;
}
.blog #masthead #nav-icon span {
	background-color: #fff !important;
}

body.tag .site-content {
    padding: 40px 20px !important;
}
body.tag .grid-container {
    max-width: 1200px !important;
}

.inside-header,
.page-template-externat-template .inside-header {
	top: 70px;
	transition: all 0.3s ease !important;
	max-width: 1200px;
	min-width: auto !important;
}
.inside-header.scrolled,
body.blog .site-header .inside-header.scrolled {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px !important;
    top: 30px;
    transition: all 0.3s ease;
}
#generate-slideout-menu.offside--left.is-open {
	top: 130px !important;
}
#generate-slideout-menu.offside--left.is-open.header-is-scrolled  {
	top: 50px !important;
}
.inside-header.grid-container::before {
	box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 22px -9px rgba(0,0,0,0.5);
}
.inside-header.grid-container::before {
    content: "";
    position: absolute;
    top: -1px;
}

#breadcrumbs {
    positioN: absolute;
    top: 125px;
}

body.projects-template-psiholog-center-tamplate #breadcrumbs {
    top: 155px;
}

.page-template-externat-template .inside-header { 
	height: 150px;
}
.page-template-externat-template .site-header {
	background-color: #4e99a19c;
	height: 150px;
}
.externat-banner {
    margin-top: 35px;
}
.menu-menyu-kluby-container {
	position: absolute;
    width: 100%;
    top: 25px;
	transition: all 0.3s ease;
}
.scrolled .menu-menyu-kluby-container {
	top: -23px;
	transition: all 0.3s ease;
}

body.projects-template-psiholog-center-tamplate .header-image {
  height: 130px;
  transition: height 0.3s ease;
}
body.projects-template-psiholog-center-tamplate .scrolled .header-image {
  height: 50px;
}

.topMenuContainer {
    position: absolute;
    left: calc(50% - 70px);
    transform: translateX(-50%);
}

.navigationSchool {
	justify-content: center;
}

.navigationSchool li {
	display: flex;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
	line-height: 1;
}

.enrollTopLink:hover {
    background: #30b0bc;
}

.innerItemMenu {
	padding: 12px;
}



@media (max-width: 1279px) {
    .psychological-center-hero {
        padding-top: 70px;
    }
	.externat-banner {
		margin-top: 78px;
	}
	.page-template-externat-template .inside-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1199px) {
	#generate-slideout-menu.offside--left.is-open,
	#generate-slideout-menu.offside--left.is-open.header-is-scrolled  {
		top: 0px !important;
	}
}
@media (max-width: 767px) {
    #nav-icon {
        width: 40px;
        height: 40px;
    }
	#nav-icon span:nth-child(1) {
        top: 13px;
    }
	#nav-icon span:nth-child(2) {
        top: 20px;
    }
	#nav-icon span:nth-child(3) {
        top: 27px;
    }
	#nav-icon.open span:nth-child(1),
	#nav-icon.open span:nth-child(3) {
		top: 20px;
		left: 12px;
	}
}


.infoItemArchCamp {
	display: flex;
	padding: 20px 0 10px;
	align-items: center;
	flex-grow: 1;
}
.moreArchItem {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.camp-nonactive {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	color: #3B6166;
	font-family: 'Nunito';
	gap: 8px;
}
.camp-nonactive__text {
	white-space: nowrap;
}


.camp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.camp-popup__content {
  background: white;
  padding: 2rem;
  border-radius: 24px;
  text-align: center;
  max-width: 700px;
  width: 90%;
}

.camp-popup__content p {
	text-align: left;
	margin-top: -10px;
}
.camp-popup__content h2 {
	color: #292929;
}


.camp-popup__buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.camp-popup__buttons button,
.camp-popup__buttons a {
  border: none;
  background: #3b9099;
    padding: 14px 32px;
    border-radius: 12px;
  color: white;
  text-decoration: none;
  cursor: pointer;
	font-family: Nunito;
	font-size: 16px;
  font-weight: 600;
}

@media (max-width: 460px) {
	.camp-popup__buttons button,
	.camp-popup__buttons a {
		padding: 5px 10px;
	}
}

.camp-popup__buttons button:hover,
.camp-popup__buttons a:hover {
  background: #30b0bc;
}

#close-camp-popup {
	color: #292929;
	background-color: #fff;	
}

.alert-message-box {
    background-color: #ead304;
    min-height: 48px;
    position: absolute;
    top: 150px;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 10;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #292929;
    align-items: center;
    gap: 10px;
}

.mobMenuContainer {
	display: none;
}

.inside-navigation .mobMenuContainer {
	display: block;
}

@media (max-width: 767px) {
    .lyceumPageBanner {
        padding-top: 200px;
    }
}

.footerInfoTop .creditCol {
	display: flex;
}
.oferta-link {
	margin-left: 20px;
	color: #446CAB !important;
}
.oferta-link:hover {
	color: #30b0bc !important;
}

