a {
	text-decoration: none;
}
::selection {
	background: #FFCF2C;
		color: black;
}


/*direktor img*/
.basty-director-img img{
	height: 265px;
    object-fit: cover;
}
.blog-director-img img{
	height: 350px;
    object-fit: cover;
}


/*post-gallery-time*/
.post-gallery-time {
	background: #ffa802;
    padding: 10px;
    border-radius: 10px;
}

/*menu-basty-bet-menu-kz sub menu*/

#menu-basty-bet-menu-kz li.menu-item-has-children:before {
	content: "\203A";
		position: absolute;
    font-size: 25px;
    right: 25px;
    margin-top: 5px;
    transform: rotate(90deg);
    color: #0073aa;
    font-weight: bold;
    z-index: 999;
}
#menu-basty-bet-menu-kz li:hover ul.sub-menu {
	display: block;
}

ul#menu-basty-bet-menu-kz>li:hover li.menu-item-has-children:after {
		color: white;
}

#menu-basty-bet-menu-kz li ul.sub-menu {
		margin-top: 0;
    margin-bottom: 0;
		padding: 0 5px;
		display: none;
}
#menu-basty-bet-menu-kz li ul.sub-menu li {
	border-top: 1px solid #e2e2e2;
}
#menu-basty-bet-menu-kz li ul.sub-menu li a {
	color: #0073aa;
    font-size: 14px;
    font-weight: bold;
		width: 100%;
    display: block;
    padding: 0px 10px;
		transition: 0.3s ease;
}
#menu-basty-bet-menu-kz li ul.sub-menu li a:hover {
	background: #0073aa;
		color: white;
		
}



/*short-menu-basty*/
.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;
}




/**/
.headling-text00 {
		display: flex;
    justify-content: space-between;
    align-items: center;
}
.headling-text00 h2 {
	font-weight: bold;
		display: flex;
		align-items: center;
		color: #444444;
		    text-transform: uppercase;
}

.headling-text00 p a {
	color: #0073aa;
		font-size: 14px;
    font-weight: 600;
		text-transform: lowercase;
}


/*kok menu mazir*/
ul#menu-basty-bet-menu-kz li {
	list-style: none;
}


/*as mazir menu*/
#menu-as-maziri-kz,
#menu-as-maziri-ru,
#menu-basty-bet-menu-kz,
#menu-basty-bet-menu-ru {
		display: block;
		background: aliceblue;
    padding: 10px;
		margin-top: 0;
    margin-bottom: 0;
}
ul#menu-as-maziri-kz>li>a,
ul#menu-as-maziri-ru>li>a,
ul#menu-basty-bet-menu-kz>li>a,
ul#menu-basty-bet-menu-ru>li>a {
	  padding: 5px 0px 5px 8px;
    border: 2px solid #0073aa;
    color: #0073aa;
    transition: 0.4s all;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
ul#menu-as-maziri-kz>li>a:hover,
ul#menu-as-maziri-ru>li>a:hover,
ul#menu-basty-bet-menu-kz>li>a:hover,
ul#menu-basty-bet-menu-ru>li>a:hover{
    color: white;
    background-color: #0073aa;
}





@media (min-width: 960px) {
    .nv-sidebar-wrap.nv-right {
				padding-left: 10px;
    }
}




/*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: #0073aa;
}
@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;
		}
}



/*salabvi*/
.slab00 {
	display: flex;
		align-items: center;
}

.slab {
    display: flex;
    justify-content: center;
    align-items: center;
		font-size: 18px;
		margin-right: 10px;
}

.bvi-shortcode {
    position: absolute;
    opacity: 0.1;
		padding: 0;
		width: 30px;
    height: 30px;
}
.bvi-shortcode a {
	color: transparent;
    background-color: transparent;
    width: 30px;
    display: block;
    height: 30px;
}
.bvi-shortcode .bvi-svg-eye{
	width: 30px;
    height: 30px;
}

.slab01 {
	    padding-right: 10px;
}
.slab01 ul {
	display: flex;
		align-items: center;
	font-size: 18px;
}

.slab01 ul li {
	padding: 5px 7px 2px 7px;
		background: #d7d7d7;
    margin: 0px 3px 0px 3px;
		border-radius: 5px;
		font-size: 13px;
    font-weight: bold;
}
.slab01 ul li i,
.slab01 ul li a i {
	font-size: 16px;
}
.time01 {
    border: 2px solid #d7d7d7;/*#FFCF2C*/
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
		padding-right: 5px;
}
.time01 i{
background: #d7d7d7;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
}
@media (max-width: 959px) {
	.slab00 {
		display: block;
			padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #d6d6d6;
}
		.slab01 {
	    padding-right: 10px;
				margin-bottom: 20px;
}
		.slab {
	    display: none;
}
}

/*lang*/
#menu-item-150-kk>.wrap>a,
#menu-item-150-ru>.wrap>a {
	padding: 2px 7px 2px 7px;
    background: #d7d7d7;
    border-radius: 5px;
}
.lang-item-3:not([class*=block])>.wrap>a,
.lang-item-6:not([class*=block])>.wrap>a {
	padding: 2px 7px 2px 7px;
    background: #d7d7d7;
    border-radius: 5px;
		flex-grow: 0;
}





/*menu*/
/*menu*/
.header-bottom-inner {
	background-image: url('https://makat-bb.kz/wp-content/uploads/2023/12/ornament-20.png');
    background-position: center center;
    background-repeat: repeat-x;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    background-size: contain;
}

.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-00 {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 15px;
}
.direktor-00 a {
    color: #444444;
}





/*kyzmetter01*/
.kyzmetter02 {
margin-bottom: 5px;
}
.kyzmetter01 {
	margin-bottom: 5px;
}
.kyzmetter01 a {
	      font-size: 18px;
        padding: 15px 10px 15px 15px;
    margin-bottom: 0px;
    border: 2px solid #0073aa;
	text-decoration: none;
    color: #0073aa;
		transition: 0.4s all;
		    width: 100%;
    display: block;
		    margin-bottom: 0;
}
.kyzmetter01 i {
	font-size: 22px;
}
.kyzmetter01 a:hover {
	background: url(https://makat-bb.kz/wp-content/uploads/2023/12/ornament-20.png);
    color: white;
    background-color: #0073aa;
    background-repeat: repeat-x;
    background-size: 150px;
}

.kyzmetter-mek01 {
	margin-bottom: 5px;
}
.kyzmetter-mek01 a{
font-size: 18px;
        padding: 15px 10px 15px 15px;
    margin-bottom: 0px;
	text-decoration: none;
    color: #0073aa;
		transition: 0.4s all;
		    width: 100%;
    display: block;
		    margin-bottom: 0;
}
.kyzmetter-mek01 a:hover {
	background: url(https://makat-bb.kz/wp-content/uploads/2023/12/ornament-20.png);
    color: white;
    background-color: #0073aa;
    background-repeat: repeat-x;
    background-size: 150px;
}






/*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;
    overflow: hidden;
    display: -webkit-box;
		-webkit-box-orient: vertical;
		text-transform: uppercase;
    font-size: 14px;
}
.post-syzyk {
	opacity: 0.2;
}

/*glav-post*/
.glav-post01 {
	    border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
}
.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: 120px;
}
.wp-block-column>.wp-block-getwid-template-post-featured-image:only-child img {
		height: 120px;
	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;
}










/*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;
}




/*footer logo*/
.foot_colum2 p{
	    margin: 0;
}

span.foot-tel01 {
    margin-bottom: 0;
		font-size: 15px;
}
span.foot-tel01 i {
	    color: #0073aa;
}
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 {
		padding: 5px 10px;
    background: aliceblue;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #0073aa;
		color: #0073aa;
		transition: 0.3s ease;
}
.foot-social ul li a:hover {
		color: white;
		background: #0073aa;
}



/*footer*/
.foot-copy00 {
	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;
}