@media (min-width: 0px) {

	.diplom {
		padding: 40px 0 20px 0;
		position: relative;
	}

	.diplom_dev {
		display: none;
	}

	.diplom_mob {
		position: absolute;
		top: 23%;
		right: 0;
	}

	.diplom__info_preheader {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;
	}

	.diplom__info_header {
		font-size: 24px;
		line-height: 120%;
		margin-top: 8px;
		text-transform: uppercase;
	}

	.diplom__info_desc {
		margin-top: 16px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}

	.diplom__items {
		margin-top: 369px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.diplom__item {
		display: flex;
		align-items: flex-start;

	}

	.diplom__item_text {
		max-width: 271px;
	}

	.diplom__item_name {
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
	}

	.diplom__item_desc {
		margin-top: 8px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
	}


}

@media (min-width: 639px) {

	.diplom_mob {
		top: 30%;
		z-index: -1;
	}

	.diplom__items {
		margin-top: 40px;
	}

}

@media (min-width: 957px) {
	.diplom__item_text {
		max-width: 411px;
	}


}


@media (min-width: 1234px) {


	.diplom {
		padding: 128px 0 153px 0;
	}

	.diplom__inner {
		display: grid;
		grid-template-columns: 1fr 600px;
		grid-template-rows: 246px 1fr;

	}

	.diplom__info {
		grid-column-start: 2;
	}

	.diplom__info_header {
		font-size: 40px;
	}




	.diplom__info_desc {
		font-size: 20px;
		line-height: 150%;
	}


	.diplom__items {
		margin-top: 56px;
		grid-column-start: 2;
	}

	.diplom__item_name {
		font-size: 24px;
	}

	.diplom__item_desc {
		font-size: 16px;
	}


	.diplom__item_text {
		max-width: 100%;
		width: 528px;

	}

	.diplom_mob {
		display: none;
	}

	.diplom_dev {
		display: block;
		left: 0;
		z-index: -1;
		top: 0;
		position: absolute;
		width: 60%;
	}


}

@media (min-width: 1640px) {

	.diplom_dev {
		width: unset;
	}

}