.header-menu {
	background:transparent;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	position:absolute;
	z-index: 999;
}
.header-menu.fixed {
	background: rgba(39, 72, 249, 1);
	padding: 0px 0px;
	position:fixed;
	transform: translateY(-150%);
	animation: ani 1.2s forwards;
}
.header-menu .nav-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.trustee-list {
	cursor:pointer;

	padding:5px;
}
.trustee-list:hover {
	background: #f9f9f9;
}

.map-trustees svg {
	width:85% !important;
	height:auto !important;
}

@keyframes ani {
	0% {transform: translateY(-150%);}
	100% {transform: translateY(0);}
}

.nav-link {
	color: #fff;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	/*line-height: 1;*/
	text-transform: uppercase;
}
.nav-link:hover, .nav-link.current,.link-more:hover, .nav-link:focus {
	color: #FFF;
}
.header-menu.fixed .nav-item.active {
	background: #fff;
}
.header-menu.fixed .nav-item.active .nav-link {
	color:#2748f9;
}

.thin {
	font-weight: 200;
}

.section-1 {
	/*background: url('/iqanat/images/bg-iqanat.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background:rgba(1,0,82,0.76);*/
	background: rgba(39, 72, 249, 0.75);
	/*backdrop-filter: blur(2.5px);*/
	min-height:100vh;
	overflow: hidden;
}
.section-2 {
	background: #fff;
}
.iqanat-logo {
	width:80%;
	margin-bottom: 40px;
}

.block-reg {
	min-height: 80vh;
}
.title-logo {
	color: #FFF;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.link-more {
	color:#fff;
	text-decoration: none;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
.link-circle {
	color: #014BEA;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 36.5px;
	border: 2px solid #014BEA;
	padding:22px 40px;
	display:block;
	text-decoration: none;
	width: auto;
	min-width: 196px;
	transition: 1s background-color;
}
.link-circle:hover, .link-circle:focus, .link-circle:active {
	color:#fff;
	background-color: #014BEA;
}
.bg-circle {
	border-radius: 50%;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 0 9px 1px rgb(0,0,0,0.38) inset;
	-moz-box-shadow: 0 0 9px 1px rgb(0,0,0,0.38) inset;
	box-shadow: 0 0 9px 1px rgb(0,0,0,0.38) inset;
}
.image-circle-1 {
	background-image: url("/iqanat/images/main-slide3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.image-circle-2 {
	background-image: url("/iqanat/images/image-fund-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.image-circle-3 {
	background-image: url("/iqanat/images/image-mentor.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.image-circle-4 {
	background-image: url("/iqanat/images/bg-teacher-camp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.image-circle-5 {
	background-image: url("/iqanat/images/image-alumni-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.image-circle-6 {
	background-image: url("/iqanat/images/image-trustees-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.block-image-about-fund {
	position: absolute;
	bottom:0;
	right:0;
	width:36%;
	height:100%;
	background-image: url('/iqanat/images/bg-section-hero-3-3.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index:3;
}

.bg-circle-overlay {
	background-color: rgba(1, 75, 234, 0.59);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.circle-info {
	display:none;
	position:absolute;
	bottom:42%;
	z-index:3;
	left:0px;
	padding-left:0px;
	width:100%;
}
.info-block {
	display: none;
}
.circle-title {
	color:#fff;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.circle-text {
	color:#fff;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@keyframes updown {
	0% {
		transform: translateY(-30%);
	}

	50% {
		transform: translateY(30%);
	}

	100% {
		transform: translateY(-30%);
	}
}

.block-more {
	animation: updown 2s ease infinite;
	bottom:25px;
}


.navbar-brand {
	display:none;
}
.title {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 90.625% */
	letter-spacing: -1px;
	padding-bottom: 40px;
}

.title-section-hero {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Gilroy', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.title-section-hero .aqua {
	color: #FFD542;
}

.color-iqanat {
	color:#010052;
}
.text {
	color: #150A29;
	text-align: center;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity:0.75;
}
.white {
	color:#fff;
}
.btn-section-hero {
	color: #FFF;
	font-family: Gilroy;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	display: inline-flex;
	padding: 18px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #FFF;
	border-radius: 10px;
}
.btn-section-hero:hover, .btn-section-hero:active, .btn-section-hero:focus {
	background:#fff;
	color: #150A29;
}
.btn-iqanat {
	padding: 15px;
	border: 2px solid #FFF;
	background: #FFF;
	color: #101010;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 142.857% */
	border-radius: 0;
}
.btn-iqanat:hover, .btn-iqanat:active, .btn-iqanat:focus {
	border: 2px solid #F9F9FD;
	background: #F9F9FD;
	color: #101010;
}
.btn-iqanat-color {
	padding: 13px;
	border: 2px solid #010052;
	background: #FFF;
	color: #010052;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 142.857% */
	border-radius: 10px;
}
.btn-iqanat-color:hover, .btn-iqanat-color:active, .btn-iqanat-color:focus,  .btn-iqanat-color.active {
	border: 2px solid #010052;
	background: #010052;
	color: #FFF;
}
.btn-iqanat-color-2 {
	padding: 13px;
	border: 2px solid rgba(39, 72, 249, 1);
	background: rgba(39, 72, 249, 1);
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 142.857% */
	border-radius: 10px;
}
.btn-iqanat-color-2:hover, .btn-iqanat-color-2:active, .btn-iqanat-color-2:focus,  .btn-iqanat-color-2.active {
	border: 2px solid rgba(39, 72, 249, 1);
	background: rgb(22, 46, 182);
	color: #FFF;
}
.btn-iqanat-color-3 {
	padding: 13px;
	border: 2px solid rgb(255, 255, 255);
	background: rgb(255, 255, 255);
	color: rgba(39, 72, 249, 1);
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 142.857% */
	border-radius: 10px;
}
.btn-iqanat-color-3:hover, .btn-iqanat-color-3:active, .btn-iqanat-color-3:focus,  .btn-iqanat-color-3.active {
	border: 2px solid #010052;
	background: #010052;
	color: #FFF;
}
.bgvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -9999;
}
.circle-animate {
	display:block;
	position: relative;
	padding:50px;
}
.circle-animate-b::after,
.circle-animate-b::before {
	content: '';
	position: absolute;
	border: 7px solid rgba(1, 75, 234, 0.3);
	left: -20px;
	opacity: 0;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 7.5s linear infinite;
}

.circle-animate-b::after {
	animation-delay: 2.25s;
}

@keyframes pulse {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.section-3 {
	background: #F9F9FD;
}
.section-color {
	/*background:#010052;*/
	background: radial-gradient(65.9% 70.71% at 50% 50%, #2748F9 67.3%, #243CBB 100%);
}
.block-number {
	display:block;
	position:relative;
	z-index: 1;
}
.block-feature {
	background: radial-gradient(65.9% 70.71% at 50% 50%, #2748F9 67.3%, #243CBB 100%);
	border-radius: 10px;
	overflow: hidden;
	padding:15px;
	position:relative;
	height:100%;
	transition: all 0.25s ease-in-out;
}
.block-feature:hover {
	transform: scale(1.05);
}
.block-feature-2 {
	background: radial-gradient(65.9% 70.71% at 50% 50%, #2748F9 67.3%, #243CBB 100%);
	border-radius: 10px;
	overflow: hidden;
	padding:30px;
	position:relative;
	height:100%;
}
.block-document-dwn {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding:15px;
	position:relative;
	height:100%;
}
.block-document-dwn:hover {
	cursor:pointer;
	background: radial-gradient(65.9% 70.71% at 50% 50%, #2748F9 67.3%, #243CBB 100%);
}
.block-document-dwn:hover .subtitle {
	color:#fff;
}
.block-document-dwn:hover .subtext {
	color:#fff;
}
.block-document-dwn a {
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.form-control {
	padding: 15px !important;
	font-size: 17px !important;
	border: 1px solid #e7e7e7 !important;
	box-shadow: #ebebeb 0px 0px 8px 1px !important;
}
.subtitle {
	color: #014BEA;
	font-family: Gilroy;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	z-index:2;
	position: relative;
}
.subtitle-mask {
	color: #014BEA;
	font-family: Gilroy;
	font-size: 97px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:0.9;
	/*position:absolute;
	bottom:0;
	left:0;*/
	line-height:1;
	z-index:1;
}
.subtitle-mask-3 {
	color: #EDF2FD;
	font-family: Gilroy;
	font-size: 97px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:0.9;
	position:absolute;
	bottom:0;
	left:0;
	line-height:1;
	z-index:1;
}
.subtitle-2 {
	color: #014BEA;
	font-family: Gilroy;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	z-index:2;
	position: relative;
}
.subtitle-mask-2 {
	color: #EDF2FD;
	font-family: Gilroy;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:0.9;
	position:absolute;
	bottom:0;
	left:0;
	line-height:1;
	z-index:1;
}
.subtext {
	color: #010052;
	font-family: Gilroy;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	z-index: 1
}
.count-block {
	background-color:#fff;
	padding:30px;
	height:100%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	transition: all 0.25s ease-in-out;
	border:2px solid transparent;
}
.count-block:hover {
	/*background-color: #010052;*/
	border:2px solid #010052;
	transform: scale(95%);
}
.count-block:hover .subtitle, .count-block:hover .subtext {
	transition: all 0.3s ease-in-out;
	color:#010052;
}
.icon-block {
	width:100%;
	height:116px;
	display: flex;
}
.news-img {
	width:100%;
	height:348px;
	position: relative;
}
.news-img a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index: 3;
}
.news-img-small {
	width:100%;
	height:220px;
	position: relative;
}
.news-img:hover, .news-img-small:hover {
	/*-webkit-transform: scale(1.5,1.5);
	-webkit-transition: all 0.3s ease-in-out;*/
}
.title-article {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1; /* 90.625% */
	letter-spacing: -1px;
}
.content-article p {
	color: rgba(21, 10, 41, 0.75);
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	opacity: 1;
}
.content-article img {
	max-width: 100% !important;
}
.link-article {
	text-decoration: none;
}
.block-news-gradient {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(43,36,38);
	background: linear-gradient(180deg, rgba(43,36,38,0) 0%, rgba(0,0,0,1) 80%);
	z-index: 1;
}
.block-news-title {
	position: absolute;
	left:24px;
	bottom:24px;
	z-index: 2;
}
.small-news-title {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
}
.news-title {
	color: #FEFEFE;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1; /* 93.75% */
}
.small-news-source {
	color: #010052;
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 15px;
	background: #fff;
	padding: 5px;
}
.news-source {
	color: #010052;
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 15px;
	background: #fff;
	padding: 5px;
}
.block-direction {
	position: relative;
	display: flex;
	padding: 15px;
	height: 250px;
	width: 100%;
	overflow: hidden;
}
.block-direction-img {
	position: absolute;
	/* display: flex; */
	/* padding: 15px; */
	height: 250px;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.25s ease-in-out;
}
.block-direction:hover .block-direction-img {
	transform:scale(110%);
	cursor:pointer;
}
.block-direction:hover .block-direction-gradient {
	background: linear-gradient(180deg, rgba(43,36,38,0) 0%, rgba(52, 65, 147, 0.8) 0%);
}
.block-direction-gradient {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(43,36,38);
	background: linear-gradient(180deg, rgba(43,36,38,0) 0%, rgba(52, 65, 147, 0.66) 0%);
	z-index: 1;
}
.block-direction-title {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; /* 93.75% */
	text-align: center;
	display:block;
	margin:auto 0;
	z-index: 2;
	width:100%;
}
.title-map {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 69.6px; /* 108.75% */
	letter-spacing: -1.2px;
}
.subtitle-map {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1; /* 150% */
}
.block-trustee {
	background: #F9F9FD;
	padding:20px;
	width:100%;
}
.blocks-trustees {
	height: 500px;
	position: relative;
}
.loading-landing {
	opacity: 0.2;
}
.subtitle-trustee {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1; /* 150% */
}
.text-trustee {
	color: #4E455E;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1; /* 140% */
}
.link-trustee {
	color: #625EFA;
	font-family: 'Gilroy', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	text-decoration-line: underline;
}
.name-trustee {
	color: #150A29;
	font-family: 'Gilroy', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1; /* 140% */
	opacity: 0.8;
}
.block-trustee .name-trustee {
	font-size: 16px;
}
.modal-project .modal-content {
	background: transparent;
}
.modal-project .modal-body {
	background: #fff;
	border-radius:10px;
}
.modal-project .modal-header {
	border-bottom: none;
}
.modal-project .btn-close {
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.block-alumni {
	width:100%;
	height:450px;
	position: relative;
}
.block-alumni-gradient {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(43,36,38);
	background: linear-gradient(180deg, rgba(43,36,38,0) 0%, rgba(0,0,0,0.7399334733893557) 100%);
	z-index: 1;
}
.block-alumni-title {
	position: absolute;
	left:30px;
	bottom:15px;
	z-index: 2;
	width: 82%;
}
.year-alumni {
	color: #FFF;
	text-align: right;
	font-family: 'Gilroy', sans-serif;
	font-size: 34.048px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alumni-title {
	color: #fff;
	font-family: 'Gilroy', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}
.text-alumni {
	color: #fff;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	opacity: 0.8;
	transition: margin 0.2s linear;
}
.modal-body .text-alumni {
	color:#000;
}
.modal-body .alumni-title, .modal-header .alumni-title {
	color:#101010;
}
.alumni-1 .text-alumni {
	margin-bottom:-112px;
}
.alumni-2 .text-alumni {
	margin-bottom:-125px;
}
.alumni-3 .text-alumni {
	margin-bottom:-141px;
}
.alumni-4 .text-alumni {
	margin-bottom:-86px;
}
.alumni-5 .text-alumni {
	margin-bottom:-154px;
}
.program-1 .text-alumni {
	margin-bottom:-85px;
}
.program-2 .text-alumni {
	margin-bottom:-100px;
}
.program-3 .text-alumni {
	margin-bottom:-85px;
}
.block-slide:hover {
	cursor:pointer;
}
.block-slide:hover .text-alumni {
	margin-bottom:0px;
	transition: margin 0.25s linear;
}
.alumni-1 {
	background:url('/iqanat/assets/img/story-1.jpg') center;
	background-size:120%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.block-slide:hover .alumni-1 {
	background:url('/iqanat/assets/img/story-1.jpg') center;
	background-size:130%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.alumni-2 {
	background:url('/iqanat/assets/img/story-2.jpg') center;
	background-size:120%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.block-slide:hover .alumni-2 {
	background:url('/iqanat/assets/img/story-2.jpg') center;
	background-size:130%;
	background-repeat: no-repeat;
}
.alumni-3 {
	background:url('/iqanat/assets/img/story-3.jpg') center;
	background-size:120%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .alumni-3 {
	background:url('/iqanat/assets/img/story-3.jpg') center;
	background-size:135%;
	background-repeat: no-repeat;
}
.alumni-4 {
	background:url('/iqanat/assets/img/story-4.jpg') center;
	background-size:225%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .alumni-4 {
	background:url('/iqanat/assets/img/story-4.jpg') center;
	background-size:235%;
	background-repeat: no-repeat;
}
.alumni-5 {
	background:url('/iqanat/assets/img/story-5.jpg') left;
	background-size:225%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .alumni-5 {
	background:url('/iqanat/assets/img/story-5.jpg') left;
	background-size:235%;
	background-repeat: no-repeat;
}

.mentor-1 {
	background:url('https://placehold.co/300?text=Олжас+Абдешов') left;
	background-size:100%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .mentor-1 {
	background:url('https://placehold.co/300?text=Олжас+Абдешов') left;
	background-size:110%;
	background-repeat: no-repeat;
}
.mentor-2 {
	background:url('https://placehold.co/300?text=Даулетова+Дильмира') left;
	background-size:100%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .mentor-2 {
	background:url('https://placehold.co/300?text=Даулетова+Дильмира') left;
	background-size:110%;
	background-repeat: no-repeat;
}
.mentor-3 {
	background:url('https://placehold.co/300?text=Олжас+Абдешов') left;
	background-size:100%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .mentor-3 {
	background:url('https://placehold.co/300?text=Олжас+Абдешов') left;
	background-size:110%;
	background-repeat: no-repeat;
}
.mentor-1 .text-alumni {
	margin-bottom:-102px;
}
.mentor-2 .text-alumni {
	margin-bottom:-102px;
}
.mentor-3 .text-alumni {
	margin-bottom:-102px;
}


.chairman-1 {
   background:url('/iqanat/photos/bekbolatova.jpg') left;
   background-size:120%;
   background-repeat: no-repeat;
   transition: all 0.2s ease-in-out;
}
.block-slide:hover .chairman-1 {
	background:url('/iqanat/photos/bekbolatova.jpg') left;
	background-size:130%;
	background-repeat: no-repeat;
}
.chairman-2 {
	background:url('/iqanat/photos/duysenbek.jpeg') left;
	background-size:150%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .chairman-2 {
	background:url('/iqanat/photos/duysenbek.jpeg') left;
	background-size:160%;
	background-repeat: no-repeat;
}
.chairman-3 {
	background:url('/iqanat/photos/akbotayeva.jpg') left;
	background-size:120%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .chairman-3 {
	background:url('/iqanat/photos/akbotayeva.jpg') left;
	background-size:130%;
	background-repeat: no-repeat;
}
.chairman-1 .text-alumni {
	margin-bottom:-87px;
}
.chairman-2 .text-alumni {
	margin-bottom:-87px;
}
.chairman-3 .text-alumni {
	margin-bottom:-87px;
}

.link-project {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:3;
}

.program-1 {
	background:url('/iqanat/images/support-1.jpg') center;
	background-size:115%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.block-slide:hover .program-1 {
	background:url('/iqanat/images/support-1.jpg') center;
	background-size:125%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.program-2 {
	background:url('/iqanat/images/support-2.jpg') center;
	background-size:115%;
	background-repeat: no-repeat;
	transition: all 0.25s ease-in-out;
}
.block-slide:hover .program-2 {
	background:url('/iqanat/images/support-2.jpg') center;
	background-size:125%;
	background-repeat: no-repeat;
}
.program-3 {
	background:url('/iqanat/images/support-3.jpg') center;
	background-size:115%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.block-slide:hover .program-3 {
	background:url('/iqanat/images/support-3.jpg') center;
	background-size:125%;
	background-repeat: no-repeat;
}

.logo-partners {
	/*-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);*/
}
.logo-partners:hover {
	-webkit-filter: grayscale(0); /* Webkit браузеры */
	filter: none; /* для IE6-9 */
	filter: grayscale(0); /* W3C */
}

.tab-link.active .tab-text {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:1;
}
.tab-text {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:0.5;
}
.tab-text svg {
	margin-right:7px;
}

.process-model {
	list-style: none;
	padding: 0;
	position: relative;
	max-width: 100%;
	border: none;
	z-index: 0;
}
/*.process-model li::after {
	background: #fff none repeat scroll 0 0;
	background: linear-gradient(to left, #fff 50%, #010052; 50%) right;
	background-size: 200%;
	bottom: 0;
	content: "";
	display: block;
	height: 7px;
	margin: 0 auto;
	position: absolute;
	top: 37px;
	right:-35%;
	width: 100%;
	z-index: -1;
	transition: background .5s ease-out;
}
.process-model li.active::after {
	top: 50px;
}
.process-model li.visited::after {
	background: #010052;
	background-position: left;
}
.process-model li:last-child::after {
	width: 0;
}*/
.process-model li {
	display: inline-block;
	width: 20%;
	text-align: left;
	float: none;
	position: relative;
	margin-top: 0px;
}
/*.process-model li:first-child {
	text-align: left;
}
.process-model li:last-child {
	text-align: right;
}
.process-model li.active {
	margin-top: 0px;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
	border: none;
	background: transparent;

}*/
.process-model li a {
	padding: 0;
	border: none;
	text-decoration: none;
}
.process-model li.active,
.process-model li.visited {
	color: #fff;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
	color: #fff;
}

.process-model li i {
	display: block;
	height: 68px;
	width: 68px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #010052;;
	line-height: 65px;
	font-size: 30px;
	border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
	background: #fff;
	border-color: #010052;;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
	color: #606060!important;
	font-weight: normal
}
.process-model.contact-us-tab li::after  {
	display: none;
}
.process-model.contact-us-tab li.visited i {
	border-color: #fff;
}

@media screen and (max-width: 560px) {
	.more-icon-preocess.process-model li span {
		font-size: 23px;
		height: 50px;
		line-height: 46px;
		width: 50px;
	}
	.more-icon-preocess.process-model li::after {
		top: 24px;
	}
}
@media screen and (max-width: 380px) {
	.process-model.more-icon-preocess li {
		width: 16%;
	}
	.more-icon-preocess.process-model li span {
		font-size: 16px;
		height: 35px;
		line-height: 32px;
		width: 35px;
	}
	.more-icon-preocess.process-model li p {
		font-size: 8px;
	}
	.more-icon-preocess.process-model li::after {
		top: 18px;
	}
	.process-model.more-icon-preocess {
		text-align: center;
	}
}

.tour-title {
	color: #fff;
	font-family: 'Gilroy', sans-serif;
	font-size: 34.164px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.tour-text {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Gilroy', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.block-gallery {
	height:225px;
	width:100%;
	position: relative;
	transition: all 0.25s ease-in-out;
}
.block-gallery:hover {
	transform: scale(1.05);
}
.block-gallery .overlay {
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0) 32%, rgba(0,0,0,0.6446953781512605) 100%);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.descr-gallery {
	position: absolute;
	bottom:15px;
	left:15px;
	color:#fff;
	font-size:16px;
	font-weight: 500;
	z-index:2;
}
.link-gallery {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:3;
}
.section-footer {
	background: radial-gradient(65.9% 70.71% at 50% 50%, #2748F9 67.3%, #243CBB 100%);
}
.subtitle-footer {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 142.857% */
}
.link-footer {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 275% */
}
.text-footer {
	color: #FFF;
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}
.block-slide {
	width:300px;
	box-shadow: 0px 20.42857px 42.55952px 0px rgba(0, 0, 0, 0.03);
	padding:0px;
}
.btn-alumni {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 17.875px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.536px; /* 142.857% */
	border: 1.702px solid #010052;
	background: #010052;
	border-radius: 0;
	padding: 15px 40px;
}
.navigate-slider {
	position: absolute;
	right:10px;
	top:20px;
}
.navigate-slider i {
	font-size:24px;
}
.customNextBtn, .customPrevBtn {
	cursor:pointer;
}
.btn-auth {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	border: 0;
	background: #010052;
	border-radius: 0;
	padding: 15px 15px;
}
.time-olymp {
	color: #fff;
	font-size: 10px;
	background: #E74718;
	padding: 5px;
	display: block;
	position: absolute;
	width: 118px;
	text-align: center;
	z-index: 0;
}
.dropdown-menu {
	margin-top: 15px !important;
	border-radius: 0;
	font-family: 'Gilroy', sans-serif;
	font-size: 15px;
	color: #4E455E;
	border: none;
	box-shadow: 0px 12px 20px 1px rgba(0,0,0,0.16);
	background: #FFF;/*#F9F9FD;*/
	padding: 0;
	z-index: 1;
	min-width: 300px;
}
.dropdown-item {
	text-transform: uppercase;
	padding:10px 15px;
}
.dropdown-item.active, .dropdown-item:active {
	background: #dfdfe3 !important;
	color: #4E455E !important;
}
.quote {
	padding: 12px;
	border-left: 2px solid #e8ca82;
	font-style: italic;
}
.story-modal p {
	line-height: 1.3;
}

.section-3-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: #2C2620;
	margin-bottom:105px;
}
.section-3-subtitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	color: #212529;
}
.section-3-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #2C2620;
}
.section-4 {
	background: #FF9900;
	border-radius: 25px;
	max-width:80%;
}
.section-4-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: #FFFFFF;
	padding-bottom:40px;
}
.section-4-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	color: #FFFFFF;
}
.btn-kenguru-white {
	background: #FFFFFF;
	border-radius: 6px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
	color: #FF9900;
	padding:19px 70px;
}
.btn-kenguru-white:hover {
	background: #FFFFFF;
	color: #FF9900;
}
.section-5-subtitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #2C2620;
}
.section-5-text {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
}
.section-6-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: #FFFFFF;
}
.section-6-price {
	font-family: Roboto;
	font-size: 64px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 0em;
	color:#fff;
}
.section-6-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	color: #FFFFFF;
}
.vector-left {
	position:absolute;
	left:-50px;
	bottom:-20px;
}
.vector-right {
	position:absolute;
	right:-20px;
	bottom:-20px;
}
.vector-center {
	position:absolute;
	left:50%;
	top:-20px;
}
.section-7-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: #2C2620;
}
.section-7-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #2C2620;
	padding-bottom:78px;
}
.example-block {
	border-radius: 15px;
	padding:26px 60px;
}
.example-block.violet {
	background: #8950E6;
}
.example-block.orange {
	background: #FF9900;
}
.example-block.blue {
	background: #3669F6;
}
.example-block.red {
	background: #FE705C;
}
.example-block .title {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.example-block .link {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF;
}
.section-8 {
	background: url('assets/interface/bg-faq.png');
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top;
}
.section-8-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	color: #2C2620;
}
.accordion-item {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 5px rgba(54, 105, 246, 0.15);
	border-radius: 5px;
	border:0;
	margin-bottom:25px;
}
.accordion-button {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #2C2620;
}

.border-footer {
	border-color:#6C757D !important;
}
.navbar .navbar-toggler {
    top: 0.85rem;
    right: 1rem;
}
.auth-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #282828;
}
.auth-text-muted {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #8A98AC;
}
.link-forgot {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #FF9900;
}
.form-check-label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #B5C4CD;
}
.form-check-input {
	border: 1px solid #B5C4CD;
	border-radius: 4px;
}
.form-floating > label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	letter-spacing: 0.01em;
	color: #818E9B;
	padding: 1.5rem 0rem;
	border: 0px solid transparent;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem 0rem;
}

.modal-content {
	border:0;
	border-radius: 0px;
}
.block-forgot {
	background: #F5F8FA;
	border-radius: 4px;
	padding:12px 20px;
}
.block-forgot-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.01em;
	color: #90A0B7;
}
.footer-modal-link {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 110%;
	text-decoration-line: underline;
	color: #90A0B7;
}
.text-iqanat {
	color: #000;
	font-size: 16px;
}

@media screen and (max-width: 1401px) {
	.block-slide {
		width:450px;
	}
	.nav-link {
		padding: var(--bs-nav-link-padding-y) 10px;
	}
	.block-alumni {
		height: 300px;
	}
	.alumni-title {
		font-size: 20px;
	}
	.btn-alumni {
		font-size: 14px;
		line-height: 1;
	}
}
@media screen and (max-width: 1250px) {
	.block-slide {
		width:400px;
	}
	.nav-link {
		padding: var(--bs-nav-link-padding-y) 5px;
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
	.map-trustees svg {
		width:100% !important;
		height:auto !important;
	}
	.title-section-hero {
		font-size:18px;	
	}
	.link-circle {
		font-size:18px;	
	}
	.mobile-language-switch {
		top:1rem;
		right: 1rem;
    	position: absolute;	
	}
	.subtitle-mask {
		font-size:67px;	
	}
	.section-1-text {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 110%;
		color: #2C2620;
	}
	.btn-kenguru {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 110%;
	}
	.btn-kenguru-2 {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 110%;
	}
	.section-2 {
		max-width:100%;
		border-radius:0;
	}
	.section-2-title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 110%;
		color: #FFFFFF;
		padding-bottom: 22px;
	}
	.section-2-text {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 110%;
	}
	.section-3-title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 110%;
		color: #2C2620;
		margin-bottom:40px;
	}
	.section-3-subtitle {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 48px;
		line-height: 56px;
		color: #212529;
	}
	.section-3-text {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 23px;
	}
	.section-4 {
		max-width:100%;
		border-radius:0;
	}
	.section-4-title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 110%;
	}
	.section-4-text {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 110%;
	}
	.section-5-subtitle {
		font-family: Roboto;
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 0em;
	}
	.section-5-text {
		font-family: Roboto;
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: 0em;
		text-align: center;
	}
	.section-6-title {
		font-family: Roboto;
		font-size: 36px;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: 0em;
	}
	.section-6-price {
		font-family: Roboto;
		font-size: 40px;
		font-weight: 700;
		line-height: 44px;
		letter-spacing: 0em;
	}
	.section-6-text {
		font-family: Roboto;
		font-size: 20px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0em;
	}
	.section-7-title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 110%;
	}
	.section-7-text {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 28px;
		padding-bottom:34px;
	}
	.section-8-title {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 110%;
	}
}
.btn-section-light {
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	padding: 18px 32px;border-radius: 10px;text-align:center;cursor:pointer;
}
.btn-section-light-white {
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	padding: 18px 32px;
	border-radius: 10px;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.btn-section-light {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		padding: 18px 32px;border-radius: 10px;text-align:center;cursor:pointer;
	}
	.btn-section-light-white {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		padding: 18px 32px;
		border-radius: 10px;
		text-align: center;
	}
	.block-slide {
		width: 340px;
	}
	.block-alumni-title {
		bottom:25px;
	}
}

@media screen and (max-width: 500px) {
	.map-trustees svg {
		width:100% !important;
		height:auto !important;
	}
	.icon-block img {
		width:20%;
	}
	.subtext {
		font-size:14px;
	}
	.title-logo {
		font-size:12px;
	}
	.title-landing {
		font-size:24px;
	}
	.text-landing {
		font-size:15px;
	}
	.title-landing-iqanat {
		font-size:16px;
	}
	.iqanat-logo {
		width:50%;
	}
	.block-reg {
		min-height: auto;
	}
	.title {
		font-size:32px;
	}
	.text {
		font-size:20px;
	}
	.subtitle {
		font-size:32px;
	}
	.news-title {
		font-size:16px;
	}
	.small-news-title {
		font-size:16px;
	}
	.title-map {
		font-size:32px;
	}
	.alumni-title {
		font-size:28px;
	}
	.text-alumni {
		font-size:18px;
	}
	.tour-text {
		font-size:18px;
	}
	.block-slide {
		width:300px;
	}
	.btn-alumni {
		font-size:14px;
	}
	.header-menu {
		min-height: 67px;
	}
	.header-menu.fixed {
		min-height: 67px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.navbar-brand {
		display:block;
		padding-top:0px;
		padding-bottom: 0px;
		position: absolute;
		top:15px;
		left:30px;
	}
	.header-menu.fixed .navbar-brand {
		display:block;
		padding-top:0px;
		padding-bottom: 0px;
		position: absolute;
		top:15px;
		left:30px;
	}
	.navbar-toggler {
		border:0;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.btn-iqanat {
		padding:15px 15px;
		font-size:16px;
	}
	.btn-alumni {
		padding:15px 20px;
		font-size:17px;
	}
	.subtitle-map {
		font-size:16px;
	}
	.title-map {
		line-height: 1;
	}
	.text-trustee {
		font-size:16px;
	}
	.title {
		padding-bottom: 30px;
	}
	.block-alumni {
		height:203px;
	}
	.navigate-slider {
		right: calc(50% - 35px);
		top: 70px;
	}
	.img-tab {
		width:48px;
	}
	.tab-text, .tab-text.active {
		font-size:10px;
	}
	.process-model li {
		width:20%;
	}
	.process-model li.active {
		margin-top:12px;
	}
	.tour-title {
		font-size:24px;
	}
	.time-olymp {
		position:relative;
	}
}