.card-program{
	height: 370px;
	background-color: #fff;
	margin: 0 auto 32px;
	box-shadow: 0 0 7px rgba(104,110,132,0.4);
	position: relative;
	max-width: 300px;
	cursor: pointer;
	display: block;
	opacity: 1;
}

.card-program:hover,
.card-program:active,
.card-program:focus,
.card-program:visited{
	color: inherit;
}
.card-program__photo{
	height: 158px;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.card-program__recommend{
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 0;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 40px;
  padding-top: 4px;
}
.card-program__recommend:before{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #E9EBED transparent transparent transparent;
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
}
.card-program__recommend:after{
	content: '+';
  display: block;
  top: -4px;
  left: 5px;
  position: absolute;
  color: #363b42;
  font-size: 20px;
  line-height: 20px;
}
.card-program__photo-mask{
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.card-program__info{
	padding: 21px;
	background: #ffffff;
	border-bottom: groove;
    border-bottom-color: #005c5f;
}
.card-program__level{
	color: #a3a6b6;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	font-weight: 700;
	min-height: 2em;
}
.card-program__name{
	height: 70px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
}
.block-program__faculty{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 10px;
	width: 60%;
	height: 38px;
	position: relative;
	display: flex;
	align-items: center;
}
.block-program__faculty:before{
	position: absolute;
	height: 1px;
	left: 0;
	top: 0;
	right: 15%;
	background-color: #dddde3;
	content: '';
}
.block-program__faculty .js-font-size {
	display: inline-flex;
}
.card-program__add {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.block-program__button{
	float: left;
	font-size: 11px;
	line-height: 38px;
	width: 44%;
	margin: 0;
	padding: 0;
}
.block-program__button_right{
	float: right;
	min-width: 0;
	width: 40%;
}

.block-program__faculty:after{
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	right: 30%;
	background-color: #dddde3;
	content: '';
}

.card-program_theme-purple .block-program__faculty:after{
	background-color: #9442ef;
}
.card-program_theme-red .block-program__faculty:after{
	background-color: #f85969;
}
.card-program_theme-green .block-program__faculty:after{
	background-color: #47bd93;
}
.card-program_theme-blue .block-program__faculty:after{
	background-color: #498aed;
}

.card-program_theme-purple .card-program__photo-mask{
	background-color: #9442ef;
}
.card-program_theme-red .card-program__photo-mask{
	background-color: #f85969;
}
.card-program_theme-green .card-program__photo-mask{
	background-color: #47bd93;
}
.card-program_theme-blue .card-program__photo-mask{
	background-color: #498aed;
}

.card-program_size-big{
	max-width: 100%;
	height: 320px;
}
.card-program_size-big .card-program__photo{
	height: 160px;
}
.card-program_size-big .card-program__name{
	height: 80px;
}
.card-program_size-big .block-program__faculty:after{
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	right: 15%;
	content: '';
}


/* Новый дизайн */
.card-program_new {
	height: 420px;
}
.card-program_new .card-program__photo{
	height: 238px;
}
.card-program_new .card-program__level{
	letter-spacing: 0.4em;
	margin-bottom: 10px;
}
.card-program_new .block-program__button{
	float: right;
	width: 40%;
}

.card-program_new .block-program__faculty{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 10px;
	width: 50%;
	height: 38px;
	position: relative;
	align-items: center;
	vertical-align: middle;
	float: none;
}
.card-program_new .card-program__add {
	position: relative;
	display: flex;
	justify-content: space-between;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
}
.card-program_new .block-program__button{
	font-size: 11px;
	line-height: 38px;
	min-width: 0;
	width: 40%;
	margin: 0;
	float: none;
	color: #010674;
    text-align: left;
    text-transform: capitalize;
}

@media (max-width: 767px) {
	.card-program_new .block-program__button {
		    line-height: 49px;
    font-size: 13px;
    min-width: 105px;
	}
	.card-program_new .block-program__faculty {
		height: 49px;
	}
	.card-program_new {
		height: 456px;
	}
	.button_bg-purple-light {
		background: #010674;
		/*box-shadow: 0px 3px 3px #CBBADE;*/
	}
	.button_bg-red-light {
		background: #010674;
		/*box-shadow: 0px 3px 3px rgba(244, 67, 87, 0.4);*/
	}
	.button_bg-green-light {
		background: #010674;
		/*box-shadow: 0px 3px 3px #A3D6C4;*/
	}
}