.mod-programs {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mod-programs .programs-block__name  {
	font-size: 16px;
	padding-bottom: 20px;
	color: #19815a;
	letter-spacing: 2.22px;
	display: block;
	position: relative;
	z-index: 3;
	-webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
	transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
}


.mod-programs .sale-block_with-pic {
	padding-right: 10px;
    padding-left: 10px;
}

.mod-programs .sale-block_small .programs-block__name {
	top: 90px;
	padding-right: 120px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #ffffffb3;
}


.no-touch-dev .mod-programs .sale-block:hover, 
.touch-dev .mod-programs .sale-block:active {
	background: #19815a4d;
}