/* BANNER */

.page-banner img {
    width: 100%;
}

/* DIRECTIONS */

#vacancies-by-directions {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#vacancies-by-directions .direction-card {
	padding: 12px 16px;
	text-decoration: none;
}

@media (min-width: 1281px) {

	#vacancies-by-directions .direction-card {
		flex: 33.3333% 0 0;
		max-width: 33.3333%;
	}

}

@media (min-width: 576px) and (max-width: 1280px) {

	#vacancies-by-directions .direction-card {
		flex: 50% 0 0;
		max-width: 50%;
	}

}

@media (max-width: 575px) {

	#vacancies-by-directions .direction-card {
		flex: 100% 0 0;
		max-width: 100%;
	}

}

#vacancies-by-directions .direction-card .card-content {
	min-height: 134px;
	height: 100%;
	padding: 24px;
	background: linear-gradient(90deg, #003B72, #00304C);
	border: none;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

#vacancies-by-directions .direction-card .card-content:hover {
	transition: .3s ease;
	background-color: #094785;
	color: #fff;
}

#vacancies-by-directions .direction-card .card-title {
	font-size: 16px;
	font-weight: bold;
}

/* lecturer section */

#lecturer-section {
    background: url(https://career.almau.edu.kz/images/b2.png) center top/cover no-repeat;
    color: #000;
}

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

#lecturer-status {
	display: flex;
	flex-flow: row wrap;
}

#lecturer-status .status-item {
	padding: 16px;
	flex: 50% 1 1;
	display: flex;
	align-items: center;
}



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

#lecturer-status .status-content {
	padding-left: 22px;
	flex-grow: 1;
}

/* advantages section */

#advantages-section {
    /* background: url(https://career.almau.edu.kz/images/b3.png) center top/cover no-repeat; */
	background: linear-gradient(90deg, #003B72, #00304C);
    color: #fff;
}

#advantages-list {
	display: flex;
	flex-flow: row wrap;
}

#advantages-list .advantage-item {
	padding: 16px;
	flex: 50% 1 1;
	display: flex;
	align-items: center;
}



#advantages-list .advantage-icon {
	flex: 64px 0 0;
	height: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#advantages-list .advantage-content {
	padding-left: 22px;
	flex-grow: 1;
}

/* announces section */

#announce-section {
    background: url(https://career.almau.edu.kz/images/b4.png) center top/cover no-repeat;
    color: #000;
}

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

/* sendmail section */

#sendmail-section {
    padding: 56px 0;
    background: url(https://career.almau.edu.kz/images/b5.png) center top/cover no-repeat;
    color: #fff;
}

#sendmail {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

#sendmail-text {
	flex: 60% 1 1;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}

#sendmail-button-container {
	flex: 40% 1 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sendmail-btn {
	padding: 10px 32px;
	background: #fff;
	border-radius: 22px;
	text-decoration: none;
	color: #004282;
}
