/* VIDEO */

#video-container {
	display: flex;
	justify-content: center;
}

/* VALUES */

#values {
	display: flex;
	flex-flow: row nowrap;
}

#values-left {
	flex: 60% 0 0;
	display: flex;
	flex-flow: column nowrap;
}

#values-right {
	flex: 40% 0 0;
	display: flex;
}

#values-right img {
	width: 100%;
	margin: auto;
}

.value-item {
	margin-bottom: 12px;
	display: flex;
	flex-flow: row nowrap;
}

.value-icon {
	flex: 72px 0 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.value-contents {
	padding: 0 22px;
	flex-grow: 1;
}

.value-header {
	font-weight: bold;
	text-transform: uppercase;
}

.value-text {

}

/* PROGRAMS */

#education-programs-section {
	background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
}

#education-programs-section .section-title span {
	color: #fff;
}

#education-programs {
	display: flex;
	flex-flow: row wrap;
}

.education-program {
	flex: 33.3333% 0 0;
	padding: 22px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.program-icon {
	flex: 64px 0 0;
	height: 64px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.program-title {
	flex-grow: 1;
	padding-left: 28px;
	color: #fff;
	text-transform: uppercase;
}

/* IN NUMBERS */

#in-numbers-section .section-title span {
	padding: 8px 18px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 30px;
	color: #fff;
}

#in-numbers {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.numbers-item {
	flex: 33.3333% 0 0;
	padding: 16px 34px;
	display: flex;
	flex-flow: column nowrap;
	text-align: right;
}

.number-counts {
	color: #004272;
	font-size: 36px;
	font-weight: bold;
}

.number-descr {

}

/* MOBILE */

@media (min-width: 576px) and (max-width: 1280px) {
  .education-program {
      flex: 50% 0 0;
  }
}

@media (max-width: 575px) {
  .education-program {
      flex: 100% 0 0;
  }
}
