@media (min-width: 0px) {

	.faq-text-result {
		font-size: 14px;
		line-height: 150%;
		font-family: Gotham Pro;
		margin-top: 15px;
		color: #1D1D1B;
		order: 2;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}



	.faq-item:last-of-type .faq-input:checked+.faq-text .programm .programm__list {
		gap: 10px;
	}

	.content__h2-dev {
		display: none;
	}

	.programm__list-point span {
		font-weight: bold;
	}

	.programm {
		display: flex;
		flex-direction: column;
		gap: 50px;

	}

	.dev-courses {
		display: none;
	}

	.programm__bonus {
		margin-top: 35px;
	}

	.programm__bonus-point {
		margin-top: 25px;
		color: #1D1D1B;
		font-size: 14px;
		font-weight: bold;
		font-family: Gotham Pro;
	}

	.faq-text-result span {
		font-weight: bold;
	}

	.faq-text__programm {
		order: 4;
	}

	/*ACCORDION FAQ*/
	.faq {
		margin: 20px auto;
	}

	.faq-item {
		border-top: 1px solid #6B7280;
		border-bottom: 1px solid #6B7280;
	}

	.content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.faq-text-speakers {

		font-family: Gotham Pro;
		font-size: 14px;
		line-height: 150%;
		color: #1D1D1B;
	}

	.faq-text-speakers span {
		font-weight: bold;
	}

	.programm__list {
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-size: 14px;
		order: 1;
		color: #1D1D1B;

		font-family: Gotham Pro;
	}

	.programm__list-topic {
		font-weight: bold;
		font-family: Gotham Pro;
	}

	.faq-text__img {
		order: 3;
	}

	.content__faq {
		margin-top: 40px;
	}

	.faq-tittle {
		cursor: pointer;
		transition: background .2s ease-out;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		line-height: 120%;

	}

	.faq-tittle__text {
		max-width: 290px;
		color: #1D1D1B;
	}

	.faq-tittle-svg {
		width: 50px !important;
		height: 50px !important;
	}

	.faq-tittle:active {
		background: #ffffff;
	}

	.faq-tittle:focus {
		background: #ffffff;
	}

	.faq-input:checked+.faq-text {
		display: flex;
		flex-direction: column;
		gap: 15px;
		transition: all 0.5s;
		padding: 15px 0;
		height: fit-content;

	}

	.programm__list-point {
		margin-left: 20px;
		font-family: Gotham Pro;
		font-size: 14px;
		color: #1D1D1B;
	}

	.point {
		font-weight: bold;
	}

	.point__duration {
		margin-top: 20px;
		font-weight: normal;
		font-family: Gotham Pro;
		font-size: 14px;
		color: #1D1D1B;
	}

	.point__duration span {
		font-weight: bold;
	}

	.point__result {
		font-family: Gotham Pro;
		font-size: 14px;
		color: #1D1D1B;
		font-weight: normal;
		margin-top: 5px;
	}

	.point__result span {
		font-weight: bold;
	}

	.programm__list-point:first-of-type {
		margin-top: 10px;
	}



	.none {
		display: none;
	}

	.block {
		display: block;
	}


	.faq-input {
		-webkit-appearance: none;
		appearance: none;
		position: absolute;
		width: 0;
		height: 0;
	}

	.faq-text {
		height: 0;
		overflow: hidden;
		transition: all 0.5s;
	}

	/*ACCORDION FAQ*/
	.content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.main__main-info h2 {

		color: #1D1D1B;
		font-size: 24px;
		text-transform: uppercase;
		max-width: 343px;
		margin-top: 10px;
		font-weight: 400;
		line-height: 120%;
	}

	.main__main-description {
		margin-top: 15px;
		font-size: 16px;
		line-height: 150%;
		font-family: "Gotham Pro";
		color: #1D1D1B;
	}

	.main__props {
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
	}

	.main__props-point {
		color: #1D1D1B;
		display: flex;
		flex-direction: column;
		font-size: 11px;
		font-family: "Gotham Pro";
		max-width: 114px;

	}

	.benefits__list {
		margin: 40px 0 0 0;
		gap: 24px;

		display: flex;
		overflow-x: scroll;
		max-width: 100%;
		padding: 0 0 15px 0;
	}

	.benefits-point {
		min-width: 220px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		border-radius: 16px;
		padding: 75px 16px 16px 16px;
		position: relative;
	}

	.faq-text__img img {
		border-radius: 60px 60px 0 60px;
		width: 100%;
	}

	.main__props-point span {
		font-size: 36px;
		color: #BC625C;
		font-family: 'FuturaFuturisC';
	}

	.faq-text-main {
		order: 2;
	}

	.faq-text-main h3 {
		font-size: 20px;
		font-weight: 400;
		margin-top: 10px;

		line-height: 120%;
	}

	.faq-text-speaker {
		font-size: 14px;
		line-height: 150%;
		margin-top: 15px;
		font-family: Gotham Pro;

	}

	.faq-text-comment {
		font-size: 14px;
		line-height: 120%;
		margin-top: 10px;
		font-family: Gotham Pro;
		color: #1D1D1B;
		order: 1;
	}

	.faq-text-comment span {
		font-weight: bold;
	}

	.faq-text-description span {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		font-weight: bold;
	}

	.faq-item .benefits-point {
		border-radius: unset;
		width: 240px;
		height: 240px;
	}

	.content__faq .faq-item:nth-child(1),
	.content__faq .faq-item:nth-child(2) {
		border-bottom: none;
	}

	.faq-text-lessons {
		display: flex;
		flex-direction: column;
		gap: 10px;

	}

	.faq-text-lesson {
		font-family: "Gotham Pro";

		font-size: 14px;
		line-height: 150%;
	}

	.faq-text .benefits__list {
		margin-top: 25px;
	}

	.content__btn {
		display: flex;
		justify-content: center;
	}

	.popup__btn {
		margin-top: 25px;
		background: #FAD1CE;
		border-radius: 25px;
		cursor: pointer;
		outline: none;
		border: none;
		width: 343px;
		height: 56px;
		color: #1d1d1b;
		font-size: 18px;
		margin-top: 27px;
		width: 100%;
		text-align: center;
		font-family: "FuturaFuturisC";
	}

	.description-dev {
		display: none;
	}

	.content__faq .faq-item:nth-child(3) .faq-input:checked+.faq-text .programm .programm__list .programm__list-point {
		font-weight: normal;
	}
}


@media (min-width: 639px) {
	.faq-tittle__text {
		max-width: 80%;
	}


}

@media (min-width: 954px) {


	.mob-courses {
		display: none;
	}


	.content__h2-dev {
		display: block;
	}

	.content__h2-mob {
		display: none;
	}

	.dev-courses {
		display: block;
	}

	.faq-text-result {
		grid-row-start: 3;
		font-size: 16px;
	}

	.programm {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 2;

	}



	.faq-item:last-of-type .faq-input:checked+.faq-text {
		grid-template-rows: 100px 251px 5px;
	}


	.faq-text__img img {
		width: 392px;
		height: 100%;
	}

	.faq-text-speakers {
		font-size: 16px;
	}

	.faq-text-comment {
		font-size: 16px;
	}


	.main__props-point span {
		font-size: 70px;
	}

	.main__props-point {
		flex-direction: row;
		align-items: center;
		gap: 20px;
		font-size: 18px;

		max-width: 189px;
	}

	.faq-tittle {
		margin-left: 20px;
	}

	.faq-input:checked+.faq-text {
		display: grid;
		grid-template-columns: 510px 1fr;
		grid-template-rows: 50px 254px 580px;

	}

	.content__faq .faq-item:nth-child(3) .faq-input:checked+.faq-text {
		grid-template-columns: 510px 1fr;
		grid-template-rows: 50px 254px 380px;

	}




	.content__faq .faq-item:nth-child(2) .faq-input:checked+.faq-text,
	.content__faq .faq-item:nth-child(6) .faq-input:checked+.faq-text,
	.content__faq .faq-item:nth-child(4) .faq-input:checked+.faq-text,
	.content__faq .faq-item:nth-child(5) .faq-input:checked+.faq-text {
		grid-template-rows: 50px 254px max-content;
	}


	.programm__list {
		font-size: 16px;
	}

	.programm__list-point,
	.point__duration,
	.point__result {
		font-size: 16px;
	}


	.faq-text-speaker {
		margin-top: 0;
	}


	.main__main-description {
		font-size: 14px;
	}

	.content__main {
		display: flex;
		gap: 15px;
		justify-content: space-between;
		flex-direction: column;
	}

	.faq-input:checked+.faq-text {
		gap: 35px;
	}

	.faq-text-speaker {
		max-width: 494px;
	}

	.faq-text-comment {
		max-width: 392px;
	}

	.main__props {
		flex-wrap: unset;
	}

	.main__props-point {
		justify-content: center;
		margin-top: 40px;
	}

	.programm__bonus {
		margin-top: 65px;
	}

	.popup__btn {
		width: 598px;
		height: 56px;
	}

	.description-dev {
		display: block;
	}


	.description-mob {
		display: none;
	}

}

@media (min-width: 1243px) {

	.main__main-description {
		font-size: 20px;
		max-width: 625px;
	}


	.faq-input:checked+.faq-text {
		grid-template-rows: 50px 254px 320px;

	}

	.content__faq .faq-item:nth-child(3) .faq-input:checked+.faq-text {
		grid-template-rows: 50px 254px 300px;

	}


	.content {
		padding-top: 128px;
		padding-bottom: 128px;
	}

	.programm__bonus-point {
		font-size: 16px;
	}

	.main__props {
		align-items: center;
		flex-wrap: unset;
		margin-top: 80px;
	}

	.main__props-point {
		margin-top: 0;
		max-width: 306px;
	}

	.main__main-info h2 {
		font-size: 36px;
		max-width: unset;
	}

	.faq-tittle {
		font-size: 36px;
		font-weight: 400;
	}

	.faq-tittle-svg {
		width: 72px !important;
		height: 72px !important;
	}
}