@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

a {
	text-decoration: none;
		transition: 0.3s;
}


/*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: all 0.3s ease-in;
}
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: all 0.3s ease-in;
}



.slab01 ul.social00 li {
    margin: 0px 3px;
    border-radius: 5px;
		background: #e9e9e9;
}
.slab01 ul.social00 li a {
    font-size: 13px;
    border-radius: 5px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}
.slab01 ul li i,
.slab01 ul li a i {
	font-size: 14px;
}
.slab01 ul.social00 li:hover{
		background: #dedede;
		transition: 0.3s ease;
}
.slab01 ul.social00 li:nth-of-type(1) a:hover {
		color: #0866ff;
		transition: 0.3s ease;
}
.slab01 ul.social00 li:nth-of-type(2) a:hover {
			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 үшін */
			transition: 0.3s ease;
}
.slab01 ul.social00 li:nth-of-type(3) a:hover {
		color: #ff0033;
		transition: 0.3s ease;
}
.ekran00 a {
		margin: 0px 3px;
    border-radius: 5px;
    background: #e9e9e9;
    font-size: 13px;
    padding: 4px 10px;
}
.ekran00 a:hover {
		background: #dedede;
    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;
}






/*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;
}
@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;
}



/*bizdin toptar*/
.grup-sad01 {
	    padding: 15px;
    border-radius: 15px;
    background: #f3f3f3;
		border: 3px solid #00b12a;
}
.grup-sadimg {
	margin-bottom: 10px;
}
.grup-sadimg img {
	  width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.grup-sadtitle {
	margin-bottom: 5px;
		color: #00b12a;
}
.grup-saddesc {
	color: #999999;
    margin-bottom: 20px;
}
.grup-sadtol {
	    margin-bottom: 10px;
}
.grup-sadtol a {
	    color: #00b12a;
}
.grup-sadtol a:hover {
	    color: #FCAF3B;
}





.post-shab-001 {
	gap: 10px;
}
.gos-icon01 {
	margin-bottom: 0px;
}

.gost-post01 .nav-links {
	background: aliceblue;
    font-weight: bold;
    padding: 10px;
}










/*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;
}






/*senim-tel01*/
.senim-tel01 {
	background: url(https://mektep.web7.kz/wp-content/uploads/2024/01/phone-img.svg);
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-color: #00b12a;
    color: white;
    background-position: left;
    border-radius: 10px;
		    margin-bottom: 10px;
}
.senim-tel01 a {
	color: white;
}
.senim-tel01 a:hover{
	color: white;
}






/*director*/
.direc-lay01 {
	    border: 2px solid #027db9;
}
.director-img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
}
h3.direc-title {
	font-size: 28px;
}



/*paidaly silteme*/
.paida-sil001 {
	display: flex;
    align-items: center;
		padding: 10px;
}
.paida-sil001:hover {
	    background: aliceblue;
}
.paida-img {
	display: flex;
    padding-right: 10px;
}
.paida-img img {
	width: 35px;
}
.paida-title a {
	color: #505050;
    font-weight: 600;
		    font-size: 15px;
}



/*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("/wp-content/themes/universal-child/assets/no-img.png");
		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;
}





/*slide home*/
.slide-home02 img {
	width: 100%;
}


/*bailanys*/
.maps-01 {
	background: #0073aa;
}

.maps-01 iframe {
	opacity: 0.2;
		transition: 0.5s;
}
.maps-01 iframe:hover {
	opacity: 1;
}





/*songy post*/

ul.songy01 li {
    border-left: 6px solid #0073aa;
    padding-left: 15px;
		    font-size: 16px;
}

ul.songy01 li a{
	text-decoration: none;
  font-weight: 600;
  color: #272626;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      overflow: hidden;
}

ul.songy01 li a:hover {
  color: #0073aa;
}





/*footer logo*/
.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*/
.component-wrap {
	display: none;
}