.flexi {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.hide {
	display: none !important;
}


.scr5 {
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
	z-index: 3;
	background: #e9d4e9;
}

.program__list li {
	list-style: none;
}

.scr5__wrapper {
	padding-top: 48px;
	justify-content: space-between;
	flex-flow: row wrap;
}

.program {
	display: block;
	position: relative;
	width: 31.5%;
	flex-shrink: 0;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.2s ease-out;
	transform: scale(1.0001);
	transform-origin: center center;
	margin-bottom: 36px;
}

.program--big {
	width: 65.5%;
}

.program:hover {
	transform: scale(1.005);
}

.program__bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.program__over {
	position: absolute;
	bottom: 32px;
	z-index: 2;
	left: 40px;
	color: #fff;
	right: 15px;
}

.program--big .program__over {
	left: auto;
	width: 299px;
}

.program__title {
	font-size: 24px;
	line-height: 28px;
}

.program__title span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	border-radius: 4px;
	background: #74c34a;
	text-transform: uppercase;
	font-family: 'Helvetica-web', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 23px;
	padding: 0 9px;
}

.program:nth-child(2n) .program__title span {
	background-color: #ed145b;
}

.program:nth-child(2n+1) .program__title span {
	background-image: linear-gradient(to top, #f3ac2a 0%, #d39119 100%);
}

.program:nth-child(1) .program__title span {
	background-image: linear-gradient(to top, #f3ac2a 0%, #d39119 100%);
}

.program__list {
	padding-top: 13px;
}

.program__list li {
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	line-height: 26px;
	white-space: nowrap;
}

.program__list li img {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.program__button {
	margin-top: 15px;
	margin-left: 3px;
	width: 140px;
	height: 42px;
	font-size: 10px;
	box-shadow: 0px 7px 14px 0px rgb(255 217 70 / 71%);
}

.scr5__morebutton {
	margin: 20px auto 20px;
	width: 300px;
	height: 66px;
	max-width: 100%;
	font-size: 12px;
	border-bottom-width: 4px;
	padding-top: 4px;
	display: flex;
}

.button.loading::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5.5px;
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-size: contain;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.scr5__more {
	display: none;
}

.scr5__more .scr5__wrapper {
	padding-top: 0;
}

.progi .price_serv-block {
	max-width: 75%;
}

.progi .price_serv-block .price_serv-text {
	color: #1D1C21;
	opacity: 1;
}

.progi .cena {
	color: #ffffff;
	background-color: #ff2424;
	line-height: 27px;
	padding: 5px 10px;
	border-radius: 6px;
}

@media (max-width: 992px) {
	.scr5 {
		padding-bottom: 20px;
	}

	.flexi {
		flex-flow: column nowrap;
		align-items: center;
	}

	.program {
		width: 100%;
	}

	.program__over,
	.program--big .program__over {
		left: 20px;
		right: 20px;
		padding: 20px 15px;
		border-radius: 12px;
		width: auto;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.program__button {
		font-size: 12px;
	}
}