@media (min-width: 0) {

	.programm {
		padding: 20px 0;
		position: relative;
	}

	.programm__svg {
		display: none;
	}

	.programm__main_buttons {
		display: flex;
		gap: 12px;
	}

	.programm__date,
	.programm__free {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #1F262D;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 0;
		border: 1px solid #FAD1CE;
		border-radius: 100px;
		background: transparent;
	}

	.programm__date {
		width: 164px;
	}

	.programm__free {
		width: 111px;
	}

	.programm__pretitle {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

	.programm__title {
		margin-top: 15px;
		font-size: 28px;
		line-height: 120%;
		text-transform: uppercase;
	}

	.programm__posttitle {
		margin-top: 16px;
		font-family: 'Gotham Pro';
		font-size: 14px;
		line-height: 130%;
	}

	.programm__main_img {
		margin-top: 15px;
	}

	.programm__main_img img {
		width: 100%;
	}

	.programm__inhalt {
		margin-top: 25px;
		display: flex;
		flex-direction: column;
	}



	.inhalt__list_item {
		padding: 12px 0;
		border-bottom: 1px solid #BC625C;
		font-size: 20px;
		line-height: 120%;
		list-style-type: none;
		text-align: center;
	}

	.inhalt__list_item span {
		font-family: 'Gotham Pro';
	}

	.inhalt__list_item:first-of-type {
		border-top: 1px solid #BC625C;
	}


	.inhalt__button {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FAD1CE;
		border-radius: 16px;
		padding: 11px 0;
		font-size: 20px;
		line-height: 30px;
		color: #1D1D1B;
		margin-top: 25px;
		width: 100%;
		max-width: 701px;
		align-self: center;
	}

}

@media (min-width: 640px) {}

@media (min-width: 954px) {

	.programm__content {
		display: flex;
		gap: 88px;
	}

	.inhalt__list_item {
		text-align: start;
	} 


	.inhalt__list .inhalt__list_item:nth-child(2) {
		border-top: 1px solid #BC625C;
	}

	.programm_main_info {
		display: flex;
		flex-direction: column;
	}

	.programm__title {
		font-size: 40px;
		max-width: 284px;
	}

	.programm__posttitle {
		order: 4;
		width: 390px;
		margin-top: 25px;
	}

	.programm__main_img {
		order: 3;
		max-width: 395px;
		margin-top: 25px;
	}

	.programm__inhalt {
		margin-top: 0;
	}

	.programm__free {
		margin-top: 25px;
	}

	.programm__free {
		font-size: 18px;
		width: 170px;
		padding: 13px 0;
	}

}

@media (min-width: 1243px) {

	.programm__posttitle {
		font-size: 20px;
	}

	.programm__content {
		gap: 128px;
	}

	.inhalt__list_item {
		padding: 28px 0;
		font-size: 30px
	}


	.programm__svg {
		display: block;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}

	.programm {
		padding: 75px 0 85px 0;
	}

}