@media (min-width: 0px) {

	/*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;
		background: #1F262D;
	}

	.programm__list {
		display: flex;
		flex-direction: column;
		gap: 5px;
		font-family: Gotham Pro;
		font-size: 14px;
		order: 1;
	}

	.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-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;
	}

	.programm__list-point:first-of-type {
		margin-top: 10px;
	}

	.active {
		transform: rotate(45deg);
	}


	.faq-input {
		-webkit-appearance: none;
		appearance: none;
		position: absolute;
		width: 0;
		height: 0;
	}

	.faq-text {
		height: 0;
		overflow: hidden;
		transition: all 0.5s;
	}

	.faq-text .benefits-point:nth-child(4)::before {
		content: "04";
		position: absolute;
		width: 110px;
		height: 115px;
		font-size: 96px;
		text-transform: uppercase;
		opacity: 0.5;
		color: #fff;
		top: 22px;
		left: 12px;
		font-family: 'FuturaDemiC';
	}

	.faq-text .benefits-point:nth-child(4) {
		background: #ff5733;
	}

	/*ACCORDION FAQ*/
	.content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.main__main-info h2 {
		font-size: 24px;
		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";
	}

	.main__props {
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
	}

	.main__props-point {
		display: flex;
		flex-direction: column;
		font-size: 11px;
		font-family: "Gotham Pro";
		max-width: 106px;
		;
	}

	.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 {
		width: 100%;
	}

	.main__props-point span {
		font-size: 36px;
		color: #FAD1CE;
		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%;
		color: #BC625C;
		margin-top: 10px;
		font-family: Gotham Pro;
	}

	.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";
	}
}




@media (min-width: 954px) {

	.programm {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 2;

	}

	.faq-text__img img {
		width: unset;
		max-width: 480px;
		height: 100%;
	}

	.faq-text-speaker {
		font-size: 20px;
	}

	.faq-text-comment {
		font-size: 20px;
	}

	.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: 1fr 1fr;
	}

	.programm__list {
		font-size: 20px;
	}

	.programm__list-point {
		font-size: 20px;
	}

	.faq-text__img {
		grid-column-start: 1;
		margin-top: 10px;
	}

	.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: 25px;
	}

	.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;
	}

	.popup__btn {
		width: 598px;
		height: 56px;
	}

}

@media (min-width: 1225px) {

	.main__main-description {
		font-size: 20px;
		max-width: 625px;
	}

	.content {
		padding-top: 128px;
		padding-bottom: 128px;
	}

	.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;
	}
}