@media (min-width: 0px) {

	.awards {
		background: #1F262D;
		padding: 22.5px 0;
	}

	.awards__preheader {
		font-size: 20px;
		line-height: 120%;
		color: #FAD1CE;
	}

	.awards__header {
		font-size: 28px;
		line-height: 120%;
	}

	.awards__inner {
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-top: 16px;
	}

	.awards__checklist {
		padding: 16px 10px 16px 16px;
		background: #FFFFFF;
		border-radius: 16px;
		box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
	}

	.awards__author {
		padding: 16px 10px 16px 16px;
		background: #F2DDDE;

		border-radius: 16px;
		box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
	}

	.awards__img img {
		width: 100%;
	}

	.awards__info {
		margin-top: 10px;
	}

	.awards__info_preheader {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 130%;
		color: #1D1D1B;
	}

	.awards__info_header {
		font-size: 28px;
		line-height: 120%;
		margin-top: 8px;
		color: #1D1D1B;
	}

	.awards__info_postheader {
		font-size: 28px;
		line-height: 120%;
		color: #1D1D1B;
		margin-top: 4px;
	}

	.awards__info_postheader span {
		color: #FAD1CE;
	}

	.awards__info_postheader2 span {
		color: #F7F7F9;
	}

	.awards__info_list {
		margin-top: 24px;
	}


	.awards__unfo_list_name {
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
		color: #1D1D1B;
	}

	.awards__author .awards__info .awards__info_list .awards__unfo_list_name {
		font-size: 18px;
		font-family: 'FuturaFuturisC';
		font-weight: 400;
		line-height: 120%;
	}

	.awards__info_point {
		font-size: 16px;
		line-height: 120%;
		color: #1D1D1B;

		margin: 4px 0 0 20px;
	}

	.awards__info_btn {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 11px 0;
		font-size: 18px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
		color: #16181E;
		border: 1px solid #000000;
		border-radius: 12px;
		margin-top: 24px;
		background: transparent;
	}


}

@media (min-width: 640px) {}

@media (min-width: 958px) {

	.awards__checklist {
		display: flex;
		padding: 50px;
		gap: 80px;
	}

	.awards__author {
		display: flex;
		padding: 50px;
		gap: 15px;
	}

	.awards__author .awards__img {
		order: 2;
	}

	.awards__author .awards__info {
		order: 1;
	}

	.awards__inner {
		gap: 40px;
		margin-top: 40px;
	}

	.awards__header {
		font-size: 36px;
	}

	.awards__info_btn {
		padding: 17px 0;
		max-width: 244px;
		margin-top: 64px;
	}

	.awards__img {
		position: relative;
	}

	.awards__img img {
		position: relative;
		z-index: 1;
	}

	.awards__img_ring {
		position: absolute;
		background: #F7F7F9;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		bottom: 0px;
		border-radius: 50%;
		width: 326px;
		height: 350.32px;
	}

	.awards__info_point::marker {
		list-style-type: disc;
	}

	.awards__info {
		max-width: 475px;
	}
}

@media (min-width: 1244px) {

	.awards__img_ring {
		width: 436px;
		height: 436.32px;
	}

	.awards__info_preheader {
		font-size: 24px;
		line-height: 120%;
		display: flex;
		align-items: center;
		color: #000000;
	}

	.awards__info_header {
		font-size: 40px;
		line-height: 120%;
	}

	.awards__info_postheader {
		font-size: 40px;
		line-height: 120%;
		margin-top: 15px;
	}

	.awards__unfo_list_name {
		font-family: 'Gotham Pro';
		font-style: normal;
		font-size: 20px;
	}

	.awards__author .awards__info .awards__info_list .awards__unfo_list_name {
		font-size: 28px;
	}


	.awards__info_point {
		margin-top: 10px;
		font-family: 'Gotham Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
	}

	.awards__checklist .awards__info .awards__info_list .awards__unfo_list_name {
		font-weight: 400;
	}

	.awards__info {
		max-width: 549px;
		min-width: 549px;

	}


	.awards__author {
		gap: 150px;
	}


}