@media (min-width: 0px) {
	.content__img_dev {
		display: none;
	}

	.content__item_img_svg {
		display: none;
	}

	.content {
		position: relative;
		padding: 20px 0 50px 0;
	}

	.content__img_mob {
		position: absolute;
		right: 0;
		z-index: -1;
		top: 0px;
	}


	.content__inner {
		display: flex;
		flex-direction: column;
	}

	.content__info_preheader {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

	.content__info_header {
		font-size: 24px;
		line-height: 120%;
		margin-top: 10px;
		text-transform: uppercase;
	}

	.content__info_desc {
		margin-top: 16px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}

	.content__box {
		display: flex;
		overflow-x: scroll;
		gap: 34px;
		margin-top: 40px;
	}

	.content__box_item {
		min-width: 142px;
		max-width: 165px;
	}

	.content__box_num {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 70.0177px;
		line-height: 89%;
		background: linear-gradient(96.21deg, #BC625C -2.51%, #FFCFD1 77.27%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		padding: 3px;
	}

	.content__box_text {
		margin-top: 16px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 13.026px;
		line-height: 150%;
	}

	.content__items {
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin-top: 30px;
	}

	.content__item {
		background: #FFFFFF;
		box-shadow: 0px 12.0484px 16.0645px -4.01613px rgba(16, 24, 40, 0.1), 0px 4.01613px 6.02419px -2.00806px rgba(16, 24, 40, 0.05);
		border-radius: 24.0968px;
	}

	.content__items .content__item:nth-child(1) .content__item_img {
		background-image: url(../img/m1-mob.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(2) .content__item_img {
		background-image: url(../img/m2-mob.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(3) .content__item_img {
		background-image: url(../img/m3-mob.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(4) .content__item_img {
		background-image: url(../img/m4-mob.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}


	.content__item_img {
		padding: 32px 15px 23px 15px;
	}

	.content__item_img_info_name {
		font-size: 24px;
		line-height: 120%;
		text-transform: uppercase;
		color: #FFFFFF;
	}

	.content__item_img_info_text {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 130.7%;
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin-top: 15px;
	}

	.content__item_img_info_text span {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130.7%;
		color: #FFFFFF;
	}

	.content__item_info {
		padding: 20px 12px 15px 13px;
	}

	.content__item_info_list {
		display: flex;
		flex-direction: column;
		max-height: 578px;
		flex-wrap: wrap;
		gap: 5px;
	}
	.content__item_info_list_list {
		font-size: 14px;
		line-height: 130%;

	}
	.content__item_info_list_point {
		margin-left: 15px;
		max-width: 140px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		line-height: 130%;
	}

	.content__item_info_result {
		padding: 20px 18px;
		background: #DA928F;
		border-radius: 16px;
		margin-top: 10px;
	}

	.content__item_info_result_name {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 11px;
		line-height: 130%;
		color: #FFFFFF;
	}

	.content__item_info_result_text {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		line-height: 14.3px;
		color: #FFFFFF;
		margin-top: 10px;
	}

/* 
	.content__items .content__item:nth-child(2) .content__item_info .content__item_info_list .content__item_info_list_point,
	.content__items .content__item:nth-child(4) .content__item_info .content__item_info_list .content__item_info_list_point,
	.content__items .content__item:nth-child(5) .content__item_info .content__item_info_list .content__item_info_list_point,
	.content__items .content__item:nth-child(6) .content__item_info .content__item_info_list .content__item_info_list_point {
		max-width: unset;
	} */

	/* .content__items .content__item:nth-child(3) .content__item_info .content__item_info_list {
		max-height: 396px;
	} */

	.content__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #FAD1CE;
		border-radius: 40px;
		padding: 20px 0;
		width: 100%;
		max-width: 598px;
		align-self: center;
		font-size: 16px;
		line-height: 16px;
		color: #1D1D1B;
		margin-top: 55px;
	}
}



@media (min-width: 639px) {
	.content__box_num {
		font-size: 84.0177px;
	}
}

@media (min-width: 954px) {

	.content__box {
		justify-content: space-between;
	}

	.content__items .content__item:nth-child(1) .content__item_img {
		background-image: url(../img/m1-dev.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(2) .content__item_img {
		background-image: url(../img/m2-dev.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(3) .content__item_img {
		background-image: url(../img/m3-dev.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.content__items .content__item:nth-child(4) .content__item_img {
		background-image: url(../img/m4-dev.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}


	.content__item_img_svg {
		display: block;
	}

	.content__item_img {
		display: flex;
		justify-content: space-between;
		align-items: end;
		padding: 33px 52px 41px 52px;
	}

	.content__item_img_info_name {
		font-size: 40px;
	}

	.content__item_img_info_text {
		font-size: 18px;
		line-height: 150%;
	}

	.content__item_info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(auto-fit, 1fr);
		/* grid-template-rows: repeat(auto-fit, minmax(118px, 1fr)); */
		padding: 50px 46px 69px 46px;
		grid-auto-flow: column;
	}

	.content__item_info_list {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.content__item_info {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.content__item_info_result {
		grid-column-start: 2;
		grid-row-start: 3;
		grid-row-end: 3;
		padding: 32px 29px;
		margin-top: 0;
	}

	.content__item_info_result_name {
		font-size: 16px;
	}

	.content__item_info_result_text {
		font-size: 16px;
	}

	.content__item_info_list_point {
		max-width: unset;
	}

	.content__items .content__item:nth-child(3) .content__item_info_result  {
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.content__items .content__item:nth-child(4) .content__item_info_result {
		grid-row-start: 2;
		grid-row-end: 3;
	}
/* 
	.content__items .content__item:nth-child(4) .content__item_info {
		grid-template-rows: 20px 152px;
	} */



}

@media (min-width: 1243px) {

	.content__info_header {
		font-size: 40px;
	}

	.content__info_desc {
		font-size: 20px;
	}

	.content__box {
		margin-top: 48px;
	}

	.content__box_num {
		font-size: 129px;
	}

	.content__box_text {
		font-size: 20px;
	}

	.content__box_item {
		min-width: 217px;
		max-width: 253px;
	}
	.content__item_info_list_list {
		font-size: 20px;
		margin-left: -15px;
	}
	.content__item_info_list_point {
		font-size: 14px;
		/* min-width: 511px; */
		margin-right: 90px;

	}

	.content__item_info {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.content__items {
		margin-top: 48px;
	}

	/* .content__items .content__item:nth-child(4) .content__item_info {
		grid-template-rows: 60px 152px;
	}

	.content__items .content__item:nth-child(6) .content__item_info {
		grid-template-rows: 95px 152px;
	} */


	.content__btn {
		font-size: 20px;
		margin-top: 48px;
	}

	.content__img_mob {
		display: none;
	}

	.content__img_dev {
		display: block;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 8%;
	}


	.content__img_dev_right {
		right: 0;
		top: 69%;
		left: unset;
	}

	.content__item {
		box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
		border-radius: 50px;
	}

}