@media (min-width: 0) {
	.program {
		padding: 20px 0 20px 0;
		position: relative;
	}

	.program__pretitle {
		color: #6e7076;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
	}

	.programm__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}

	.program_png {
		width: 100%;
	}

	.program__text {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
	}

	.program__buttons {
		display: flex;
		gap: 8px;
		margin-bottom: 10px;
	}

	.program__button {
		padding: 4px 15px;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 29.257px; 
		/* 208.98% */  
		letter-spacing: 0.42px;  
	} 
 
	.program__button_pink {
		border-radius: 12.8px;
		background: #B2926E; 
		color: #fff;
	}

	.program__button_normal {
		border-radius: 12.8px;
		border: 2px solid #B2926E;
		color: #000;
	}

	.program__block {
		max-width: 600px;
		width: 100%;
		border-radius: 16px;
		background: #f4f4f4;
		padding: 20px 16px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 8px;
	}

	.program>div>div:nth-child(1) {
		background: none;
		padding: 0;
	}

	.program__block_title {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		/* 22px */
		margin-bottom: 20px;
	}

	.program__block_list {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 162%;
		/* 25.2px */
		margin-left: 20px;
	}

	.program__block_ps {
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
		/* 25.2px */
		margin-left: 20px;
		margin-top: 30px;
	}

	.program__block_ps span {
		color: #ed9ea1;
		font-weight: 700;
	}
}

@media (min-width: 640px) {}

@media (min-width: 954px) {
	.program {
		padding: 32px 0;
	}

	.program_png {
		margin-top: 25px;
	}

	.program__inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 24px;
		column-gap: 20px;
	}

	.programm__title {
		font-size: 34px;
	}

	.program__text {
		font-size: 24px;
		line-height: 110%;
		max-width: 600px;
		margin-top: 10px;
	}

	.program__block {
		max-width: 602px;
		width: 100%;
		height: unset;
		margin-bottom: 0px;
	}

	.program__button {
		padding: 4.8px 19.2px;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 29.257px;
		/* 182.857% */
		letter-spacing: 0.48px;
	}

	.program__block_title {
		color: #000;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		/* 33px */
	}

	.program__block_list {
		font-size: 20px;
		margin-left: 30px;
	}

	.program__block_ps {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		/* margin-top: 55px; */
		margin-left: 30px;
	}

	.program__block_ps span {
		color: #ed9ea1;
		font-size: 20px;
		font-weight: 700;
		line-height: 189.5%;
	}

	.program>div>div:nth-child(3)>ul.program__block_list {
		line-height: 153%;
	}
}

@media (min-width: 1243px) {
	.program {
		padding: 50px 0;
	}

	.program__pretitle {
		font-size: 16px;
	}

	.programm__title {
		font-size: 45px;
	}



	.program__block {
		max-width: 602px;
		height: fit-content;
	}

	.program__inner .program__block:nth-child(3) {
		height: 372.58px;
	}
}

@media (min-width: 1495px) {
	/* .program_png {
    left: 10%;
  } */
}

@media (min-width: 1772px) {
	/* .program_png {
    left: 18%;
  } */
}