* {
		font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
}
a {
		text-decoration: none;
		font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
}
::selection {
		background: #FFCF2C;
		color: black;
}


/* Search Icon */
.header-search {
    position: relative;
    display: inline-block;
}
#search-toggle {
		width: 50px;
    display: flex;
    justify-content: center;
}
#search-toggle img {
		font-size: 16px;
}
.search-box {
    position: absolute;
    top: 100%; /* кнопканың астынан шығады */
    right: 0;
    width: 500px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}
.search-box.hidden {
    display: none;
}
.search-box input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-results-item {
		border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}
.search-results-item a {
		padding: 0 5px;
		display: flex;
}
.search-results-item a img {
		width: 100px;
		height: 100px;
		max-width: none;
}
.search-results-item .info {
		font-size: 15px;
    line-height: 1.4;
		padding: 0 10px;
}
.search-results-item .info .title {
		margin-bottom: 5px;
}
.search-results-item .info .date {
		font-size: 12px;
}
.search-results-item h4 {
		margin-bottom: 0px;
}
.search-results-item a:hover {
		color: var(--nv-secondary-accent);
		transition: 0.3s;
}
@media (max-width: 959px) {
    .header-search {
        display: none;
    }
}





/*paidaly siltemeler*/
.paida-sil01 {
		padding: 20px;
    border: 2px solid var(--nv-light-bg);
    border-radius: 15px;
		margin: 0 5px;
}
.paida-sil01 img {
		box-shadow: 0 0 25px #8c8c8c73;
    width: 65px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.paida-sil01 p {
		color: var(--nv-text-color);
    font-size: 14px;
    font-weight: 600;
		margin-bottom: 0;
		line-height: 1.5;
}






/*top head*/
.header-top-inner .row {
    display: block;
}
.desktop-left {
	width: 100%;
}
@media (max-width: 959px) {
			.header-top-inner .row {
				display: grid;
			}
		.desktop-left {
			width: auto;
			}
}


/*salabvi*/
.slab00 {
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.slab001,
.slab002 {
		display: inline-flex;
		align-items: center;
}


.slab01 {
	    padding-right: 10px;
}
ul.adress00,
ul.social00 {
		display: flex;
		align-items: center;
}
ul.adress00 li:nth-of-type(1) {
		padding: 2px 7px;
    margin: 0px 3px;
    border-radius: 5px;
    font-size: 13px;
		background: #e9e9e9;
}
ul.adress00 li:nth-of-type(2) a,
ul.adress00 li:nth-of-type(3) a {
		padding: 5px 7px 5px 7px;
    margin: 0px 3px;
    border-radius: 5px;
    font-size: 13px;
		background: #e9e9e9;
}
ul.adress00 li:nth-of-type(1):hover,
ul.adress00 li:nth-of-type(2) a:hover,
ul.adress00 li:nth-of-type(3) a:hover {
		background: #dedede;
		transition: 0.3s ease-in-out;
}
ul.adress00 li:nth-of-type(1):hover i,
ul.adress00 li:nth-of-type(2) a:hover i,
ul.adress00 li:nth-of-type(3) a:hover i {
		color: var(--nv-secondary-accent);
		transition: 0.3s ease-in-out;
}


ul.social00 li a{
		/*border: 1px solid #d7d7d7;*/
    margin: 0px 3px;
    border-radius: 5px;
    font-size: 13px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
		background: #e9e9e9;
}
.slab01 ul li i,
.slab01 ul li a i {
	font-size: 14px;
}
ul.social00 li a:hover{
		background: #dedede;
		transition: 0.3s ease;
}
ul.social00 li:nth-of-type(1) a:hover i{
		color: #0866ff;
		transition: 0.3s ease;
}
ul.social00 li:nth-of-type(2) a:hover i{
			background: linear-gradient(45deg, #feda75 0%, #d62976 50%, #4f5bd5 100%);
			-webkit-background-clip: text;
			background-clip: text; /* стандартты */
			color: transparent;
			-webkit-text-fill-color: transparent; /* Safari үшін */
			display: inline-block;
			transition: 0.3s ease;
}
ul.social00 li:nth-of-type(3) a:hover i{
		color: #ff0033;
		transition: 0.3s ease;
}

.time01 {
    border-radius: 7px;
    font-size: 13px;
    padding: 0 5px;
}
.time01 i{
    font-size: 16px;
}
@media (max-width: 959px) {
	.slab00 {
				display: flex;
				padding-top: 30px;
				border-top: 1px solid #d6d6d6;
			  flex-direction: column-reverse;
		}
		.slab01 {
			margin: 10px 0;
		}
		.slab001,
		.adress00 {
				display: block !important;
				width: 100%;
				margin-top: 5px;
		}
		ul.adress00 li{
			margin: 5px 0 !important;
		}
		ul.adress00 li a {
			margin: 0;
		}
		.slab002 {
			display: flex;
				width: 100%;
				flex-direction: column-reverse;
		}
		.um-weather-card,
		.um-lang-switcher,
		.time01 {
			margin: 0;
			width: 100%;
		}
}


/*lang*/
#menu-item-150-kk>.wrap>a,
#menu-item-150-ru>.wrap>a {
		padding: 0 5px;
    border-radius: 5px;
		border: 2px solid #d7d7d7;
}
.lang-item-3:not([class*=block])>.wrap>a,
.lang-item-6:not([class*=block])>.wrap>a {
		padding: 0 5px;
    border-radius: 5px;
		flex-grow: 0;
		border: 2px solid #d7d7d7;
}


/*Mem symbol*/
.short-menu-basty {
	justify-content: space-around;
    display: flex
;
    align-items: center;
    margin-top: 20px;
}
.short-menu-basty img {
	width: 50px;
}

#tooltip {
	position: relative;
		cursor: pointer;
		
}

#tooltipText {
	position: absolute;
		left: 50%;
		top: 0;
		transform: translatex(-50%);
		background: white;
		color: black;
		white-space: nowrap;
		padding: 5px 10px;
		border-radius: 10px;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.2s ease;
		border: 2px solid #0073aa;
		font-size: 14px;
}
#tooltipText::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translatex(-50%);
		border: 15px solid;
 		border-color: #0073aa #0000 #0000 #0000;
}
#tooltip:hover #tooltipText {
		top: -60px;
		visibility: visible;
		opacity: 1;
}



/*header logo*/
/*site logo*/
@media (max-width: 960px) {
		.site-logo p {
			font-size: 20px;
		}
}
p.site-title {
		text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
		color: var(--nv-secondary-accent);
}
@media (max-width: 781px) {
		p.site-title {
			font-size: 15px;
		}
		.nv-title-tagline-wrap small {
			display: none;
		}
}
@media (max-width: 500px) {
		p.site-title {
			font-size: 12px;
		}
		.title-with-logo img {
			width: 50px;
		}
		.header-main {
			border-bottom: 1px solid #d6d6d6;
		}
}
@media (max-width: 959px) {
	.header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
		z-index: 999;
				
}
		#content {
			margin-top: 120px;
		}
}



/*menu*/
.nav-ul .sub-menu {
   /* border-left: 3px solid #3f51b5;*/
		left: 0px;    
		width: 350px;
}
.nav-ul .sub-menu li>.wrap {
	white-space: normal;
}



/*el tanba */
.emb01 {
		display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-around;
		background: #f0f8ff;
}
.emb02 img {
	width: 50px;
}



/*director*/
.direktor-blogy00 {
		width: 100%;
    display: block;
    height: auto;
    border: 1px solid var(--nv-light-bg);
    border-radius: 10px;
		transition: 0.3s ease-in;
}
.basty-director-img img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
}
.direktor-00 {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: var(--nv-text-color);
}
.btn-direkto00 {
	  margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: var(--nv-text-color);
		display: flex;
    justify-content: center;
}
.btn-direkto00 p {
		width: 220px;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 5px;
}
.direktor-blogy00:hover .btn-direkto00 p {
		background: var(--nv-primary-accent);
		transition: 0.3s ease-in;
}



/*headling-text00*/
.headling-text00 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--nv-secondary-accent);
    display: flex;
    justify-content: center;
}
.headling-text00 h2 {
	    border-bottom: 3px solid;
}








/*bailanys paragyna katysty*/
.bailanys-name {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.bailanys-adress {
	margin-bottom: 5px;
    font-size: 16px;
}
.bailanys-adress i{
		font-size: 18px;
    color: #0073aa;
}
.bailanys-adress a{
		color: #2b2b2b;
}
.bailanys-adress a:hover{
		font-weight: bold;
}





/*post janalyk*/
.post-title01 a{
		-webkit-line-clamp: 3;
		-o-line-clamp: 3;
		-moz-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
		-webkit-box-orient: vertical;
    font-size: 14px;
}
.post-syzyk {
	opacity: 0.2;
}

/*glav-post*/
.glav-post00 {
	margin-bottom: 20px;
}
.glav-post01 {
	  border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
		gap: 0.5em;
		margin-bottom: 0;
}
.glav-post01 a:hover {
	opacity: 1;
}
.glav-post02 {
	background-image: url("https://mektep.web7.kz/wp-content/uploads/2024/11/undraw_newspaper_re_syf5-1-1c0a90.svg");
		background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
		height: 100px;
}
.glav-post02>.wp-block-getwid-template-post-featured-image:only-child img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
		border-radius: 5px;
}
.glav-post02 a:hover img {
		opacity: 1;
		z-index: 999;
}

/*gos zakup post*/
.gost-post01 {
	padding: 10px;
    border-left: 1px solid;
    border-right: 1px solid;
}



/*btn-inf-col00 a hover info*/
.btn-inf-colw00 {
		gap: 1em;
}
.btn-inf-col01 {
		display: flex;
    align-items: center;
    transition: 0.3s ease;
}
.btn-inf-col01 img {
		width: 45px;
		margin: 0 5px;
}
.btn-inf-col01 p {
	margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--nv-text-color);
    font-weight: 600;
		margin: 0 5px;
}
.btn-inf-col01:hover p {
		color: var(--nv-primary-accent);
    transition: 0.3s ease;
}
.btn-inf-col01:hover img {
		box-shadow: 0 0 15px #acacac;
    border-radius: 100%;
    transition: 0.3s ease;
}





/*post-gallery-time*/
.post-gallery-time {
	background: #ffa802;
    padding: 10px;
    border-radius: 10px;
}


/*instagram post*/
.inst-cont {
		border: 3px solid #e0e0e0;
    border-radius: 20px;
    padding: 10px;
    width: 23%;
		float: left;
		margin: 5px 5px;
}
@media (max-width: 1000px) {
		.inst-cont {
		width: 30%;
		}
}
@media (max-width: 750px) {
		.inst-cont {
		width: 48%;
		}
}
@media (max-width: 546px) {
		.inst-cont {
		width: 98%;
		}
}

#instafeed-container a img {
		width: 100%;
    height: 300px;
    object-fit: cover;
		border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.inst-title {
	-webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #0073aa;
    font-weight: bold;
}




/*songy post*/
ul.songy01 {
		background: aliceblue;
    padding: 10px 10px;
}
ul.songy01 li {
    border-left: 6px solid #0073aa;
    padding-left: 15px;
}

ul.songy01 li a{
	text-decoration: none;
  font-weight: 600;
  color: #272626;
	font-size: 14px;
	text-transform: uppercase;	
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      overflow: hidden;
}

ul.songy01 li a:hover {
  color: #0073aa;
}


/*contact page*/
.icon-con00 {
	  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.icon-con01 a{
		padding: 20px;
    transition: 0.3s ease;
    text-align: center;
		height: 100%;
    display: block;
		border: 1px solid var(--nv-light-bg);
    border-radius: 15px;
}
.icon-con00 div:nth-of-type(1) i {
		padding: 15px;
    background: #efebff;
    color: #5d3cf2 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con00 div:nth-of-type(2) i {
		padding: 15px;
    background: #ffeeeb;
    color: #ff5427 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con00 div:nth-of-type(3) i {
		padding: 15px;
    background: #ebf9f4;
    color: #13cc92 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con01 p{
	  margin-bottom: 5px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
		color: var(--nv-text-color);
		line-height: 1.5;
}

.icon-con00 div:nth-of-type(1) a:hover i {
		background: #5d3cf2 !important;
    color: white !important;
}
.icon-con00 div:nth-of-type(2) a:hover i {
		background: #ff5427 !important;
    color: white !important;
}
.icon-con00 div:nth-of-type(3) a:hover i {
		background: #13cc92 !important;
    color: white !important;
}



/*footer logo*/
.foot_colum2 p{
	    margin: 0;
}

span.foot-tel01 {
    margin-bottom: 0;
		font-size: 15px;
}
span.foot-tel01 i {
	    color: var(--nv-secondary-accent);
    border: 1px solid var(--nv-secondary-accent);
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 3px 0;
    font-size: 13px;
}
span.foot-tel01:hover i {
		color: white;
		background: var(--nv-secondary-accent);
		font-size: 13px;
}
/*span.foot-tel01 a:hover{
		color: #525252;
		font-weight: bold;
}*/
.foot-title00 {
	font-size: 15px;
}
.footer-logo01 img {
	width: 100px;
}
.footer-logo-title01 {
	font-size: 18px;
		margin-bottom: 0;
}
.footer-logo-title01 h4 {
	font-size: 18px;
    margin-bottom: 0;
}
.footer-logo-title01 p {
	font-size: 14px;
    margin-bottom: 0;
		line-height: 22px;
}


/*footer social*/
/*.foot-social ul {
	  display: flex;
    align-items: center;
}*/
.foot-social ul li a {
    border-radius: 100%;
    border: 1px solid var(--nv-secondary-accent);
    color: var(--nv-secondary-accent);
    transition: 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
		background: transparent;
}
.foot-social ul li a:hover {
		background: transparent;
}


/*footer*/
.foot-copy00 {
		border-top: 1px solid #d8d8d8;
    padding-top: 10px;
		margin: 0;
}
.foot-copy01 p{
	font-size: 15px;
		font-weight: bold;
}
.component-wrap div{
	display: none;
}

/*.hfg-grid-bottom {
	    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}*/