.sh-home .sh-awards__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 48px;
}

.sh-home .sh-awards__group {
	min-width: 0;
}

.sh-home .sh-awards__top {
	margin-bottom: 24px;
}

.sh-home .sh-awards__top h3 {
	margin: 0;
	color: var(--sh-text);
	font-size: 18px;
	font-weight: 650;
}

.sh-home .sh-awards__grid {
	display: grid;
	gap: 18px;
}

.sh-home .sh-awards__grid--awards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sh-home .sh-awards__grid--certificates {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sh-home .sh-awards__grid figure {
	margin: 0;
}

.sh-home .sh-awards__item {
	display: flex;
	flex-direction: column;
}

.sh-home .sh-awards__image-button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(28, 122, 190, 0.08);
	border-radius: 8px;
	background: #d7e8f6;
	box-shadow: 0 10px 28px rgba(18, 74, 126, 0.08);
	overflow: hidden;
	cursor: default;
}

.sh-home button.sh-awards__image-button {
	cursor: pointer;
}

.sh-home .sh-awards__grid img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.sh-home .sh-awards__detail {
	align-self: center;
	min-height: 24px;
	margin: 8px 0 0;
	padding: 4px 12px;
	border: 1px solid #2497d4;
	border-radius: 6px;
	background: #fff;
	color: #2497d4;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.sh-home .sh-awards__detail:hover {
	background: #2497d4;
	color: #fff;
}

.sh-home .sh-awards__grid--certificates img {
	height: 210px;
}

.sh-awards-popup[hidden],
.sh-awards-popup__content[hidden] {
	display: none;
}

.sh-awards-popup {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.24s ease;
}

.sh-awards-popup.is-open {
	opacity: 1;
	pointer-events: auto;
}

.sh-awards-popup-open {
	overflow: hidden;
}

.sh-awards-popup-open body {
	overflow: hidden;
}

.sh-awards-popup__overlay {
	position: fixed;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	min-width: 100vw !important;
	min-height: 100vh !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: rgba(8, 26, 44, 0.72);
	box-shadow: none !important;
	line-height: 1 !important;
	appearance: none;
	cursor: pointer;
}

.sh-awards-popup__overlay::before,
.sh-awards-popup__overlay::after {
	display: none !important;
	content: none !important;
}

.sh-awards-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, calc(100vw - 40px));
	max-height: calc(100vh - 90px);
	max-height: calc(100dvh - 90px);
	padding: 38px 52px 30px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	opacity: 0;
	transform: translateY(14px) scale(0.98);
	transition: opacity 0.24s ease, transform 0.24s ease;
}

.sh-awards-popup.is-open .sh-awards-popup__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.sh-awards-popup__close {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 3;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: #eef6fb;
	color: #114a73;
	cursor: pointer;
}

.sh-awards-popup__close span,
.sh-awards-popup__close span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: #114a73;
	content: "";
}

.sh-awards-popup__close span {
	transform: translate(-50%, -50%) rotate(45deg);
}

.sh-awards-popup__close span::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sh-awards-popup__close:hover {
	background: #2497d4;
}

.sh-awards-popup__close:hover span,
.sh-awards-popup__close:hover span::before {
	background: #fff;
}

.sh-awards-popup__slider {
	width: 100%;
	overflow: hidden;
}

.sh-awards-popup .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sh-awards-popup .swiper-slide img {
	display: block;
	width: auto;
	height: min(78vh, 760px);
	max-width: 100%;
	max-height: calc(100vh - 170px);
	max-height: calc(100dvh - 170px);
	aspect-ratio: 724 / 1024;
	object-fit: contain;
	background: #f5f8fb;
}

.sh-awards-popup__pagination {
	position: static;
	margin-top: 16px;
}

.sh-awards-popup__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #2497d4;
	cursor: pointer;
	transform: translateY(-50%);
}

.sh-awards-popup__nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sh-awards-popup__nav--prev {
	left: 14px;
}

.sh-awards-popup__nav--prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.sh-awards-popup__nav--next {
	right: 14px;
}

.sh-awards-popup__nav--next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

@media (max-width: 767px) {
	.sh-home .sh-awards__columns {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sh-home .sh-awards__top {
		margin-bottom: 14px;
	}

	.sh-home .sh-awards__top h3 {
		font-size: 15px;
	}

	.sh-home .sh-awards__grid {
		gap: 10px;
	}

	.sh-home .sh-awards__grid img,
	.sh-home .sh-awards__grid--certificates img {
		height: 96px;
	}

	.sh-home .sh-awards__detail {
		min-height: 24px;
		margin-top: 6px;
		padding: 4px 9px;
		font-size: 10px;
	}

	.sh-home .sh-awards__grid--certificates .sh-awards__image-button {
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.sh-home .sh-awards__grid--certificates .sh-awards__image-button {
		aspect-ratio: 885 / 630;
	}

	.sh-home .sh-awards__grid--certificates img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.sh-awards-popup {
		padding: 12px;
	}

	.sh-awards-popup__dialog {
		padding: 44px 14px 34px;
	}

	.sh-awards-popup .swiper-slide img {
		max-height: calc(100vh - 150px);
	}

	.sh-awards-popup__nav {
		width: 34px;
		height: 34px;
	}

	.sh-awards-popup__nav--prev {
		left: 8px;
	}

	.sh-awards-popup__nav--next {
		right: 8px;
	}
}
