/* Страница IT-аккредитации — дополнение к main.css / media.css */

.it-section {
	padding: 70px 0;
}

.it-section_alt {
	background-color: #EEF5FF;
}

.it-section .title-section {
	margin-bottom: 32px;
}

.it-lead {
	font-size: 20px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.8px;
	color: #3E4550;
	max-width: 920px;
}

/* Первый экран — белый фон, компактный отступ под fixed header */
.it-page.wrapper_page {
	padding-top: 0;
}

.it-page .it-hero.billbord,
.it-page .it-hero.billbord_page,
.it-page .it-hero.billbord_service {
	padding-top: 96px;
	padding-bottom: 60px;
	background-color: #fff;
	overflow: hidden;
}

.it-page .it-hero .title-big {
	margin-top: 0 !important;
	font-size: 44px;
	line-height: 130%;
	letter-spacing: 2px;
	text-transform: none;
	max-width: 720px;
}

.it-page .it-hero .title-big span {
	display: block;
	margin-top: 14px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 140%;
	text-transform: none;
	color: #0C3264;
}

.it-page .it-hero .descr-big {
	font-size: 24px;
	max-width: 620px;
	margin-top: 8px;
}

.it-page .it-hero .billbord__buttons {
	padding-top: 32px;
}

.it-page .it-hero .billbord__items {
	max-width: 500px;
}

.it-page .it-hero .row_billbord {
	margin-top: 24px;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding-right: 0;
	max-width: 100%;
}

.it-page .it-hero .row_billbord > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.it-page .it-hero .billbord__right {
	margin-left: -120px;
}

.it-page .it-hero .item-billbord {
	height: 170px;
	width: 100%;
	max-width: 158px;
	padding: 20px 16px 12px;
}

.it-page .it-hero .item-billbord__value {
	font-size: 46px;
}

.it-page .it-hero .item-billbord__value_sm {
	font-size: 39px;
	letter-spacing: -1px;
}

.it-page .it-hero .item-billbord__text {
	font-size: 14px;
	bottom: 18px;
	right: 10px;
}

.it-page .it-hero .item-billbord__icon img {
	max-width: 34px;
	max-height: 34px;
}

/* Блок «О компании» — как about на главной */
.it-page .it-section.about {
	padding-top: 72px;
	padding-bottom: 38px;
	background: #F5F7FD;
}

.it-page .it-section.about .row_about {
	align-items: stretch;
	margin: 0 -6px;
}

.it-page .it-section.about .row_about > div {
	padding: 0 6px;
	display: flex;
}

.it-page .it-about-main {
	flex: 1;
	width: 100%;
	min-height: 100%;
	margin-right: 0;
	padding: 40px 36px;
	background-size: 100% 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.it-page .it-about-main .title-section {
	margin-bottom: 20px;
}

.it-page .it-about-main .title-middle {
	max-width: none;
	font-weight: 600;
	margin-bottom: 10px;
}

.it-page .it-about-main__note {
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.8px;
	max-width: 320px;
}

.it-page .it-about-text {
	min-height: 100%;
	flex: 1;
}

.it-page .it-about-text p {
	margin-bottom: 20px;
}

.it-page .it-about-text p:last-child {
	margin-bottom: 0;
}

.it-page .row_about > div:nth-child(3) .item-about {
	margin-left: 0;
	max-width: none;
}

.it-requisites {
	padding: 40px;
	border-radius: 30px;
	background: #F5F7FD;
}

.it-page .info-complex.it-requisites {
	top: 0;
	padding-right: 40px;
}

.it-requisites .title-common {
	color: #0C3264;
	margin-bottom: 24px;
}

.it-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.8px;
}

.it-table th,
.it-table td {
	padding: 14px 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(13, 55, 110, 0.12);
}

.it-table th {
	width: 34%;
	color: #0C3264;
	font-weight: 600;
}

.it-table tr:last-child th,
.it-table tr:last-child td {
	border-bottom: none;
}

/* Коды IT — фон как service-about */
.it-section_codes {
	padding: 70px 0;
}

.it-codes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.it-code {
	padding: 30px;
	border-radius: 30px;
	background: #fff;
	height: 100%;
	border: none;
}

.it-code__num {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: #1557AE;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.it-code__title {
	font-size: 18px;
	font-weight: 700;
	color: #0C3264;
	margin-bottom: 10px;
	line-height: 140%;
}

.it-code p {
	font-size: 15px;
	line-height: 160%;
	letter-spacing: 0.4px;
}

.it-services .item-service {
	min-height: 320px;
	padding-top: 35px;
}

.it-services .item-service__icon img {
	max-width: 36px;
	max-height: 36px;
}

.it-pricing {
	padding: 36px 40px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid rgba(13, 55, 110, 0.1);
}

.it-pricing ul {
	margin-top: 16px;
}

.it-pricing li {
	margin-bottom: 12px;
	padding-left: 22px;
	position: relative;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.8px;
}

.it-pricing li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1557AE;
}

.it-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.it-stack__tag {
	padding: 10px 18px;
	border-radius: 40px;
	border: 1px dashed #9EB6D0;
	color: #0C3264;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: #fff;
}

.it-notice {
	padding: 36px 40px;
	border-radius: 30px;
	background: #EEF5FF;
	border-left: 5px solid #1557AE;
	box-shadow: 0 10px 30px rgba(12, 50, 100, 0.08);
}

.it-notice p {
	margin: 0;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0.4px;
	color: #0C3264;
}

.it-notice p + p {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(21, 87, 174, 0.18);
}

.it-contacts .footer__title {
	color: #0C3264;
}

.it-contacts a {
	color: #1557AE;
	text-decoration: underline;
}

.it-contacts a:hover {
	color: #104284;
}

.it-contacts .btn-main,
.it-contacts .btn-main:hover,
.it-contacts .btn-main:focus {
	color: #fff;
	text-decoration: none;
}

.it-contacts .btn-main_transparent,
.it-contacts .btn-main_transparent:hover {
	color: #0C3264;
	text-decoration: none;
}

@media (max-width: 992px) {
	.it-page .it-hero.billbord,
	.it-page .it-hero.billbord_page,
	.it-page .it-hero.billbord_service {
		padding-top: 88px;
		padding-bottom: 40px;
	}

	.it-page .it-hero .title-big {
		font-size: 32px;
	}

	.it-page .it-hero .title-big span {
		font-size: 18px;
	}

	.it-page .it-hero .descr-big {
		font-size: 18px;
	}

	.it-page .it-hero .billbord__right {
		margin-left: 0;
	}

	.it-codes {
		grid-template-columns: 1fr;
	}

	.it-table th {
		width: 42%;
	}

	.it-section {
		padding: 50px 0;
	}

	.it-requisites,
	.it-page .info-complex.it-requisites {
		padding: 28px 22px;
	}

	.it-page .it-section.about {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.it-page .it-hero .item-billbord {
		height: 150px;
		max-width: 140px;
		padding: 16px 14px 10px;
	}

	.it-page .it-hero .item-billbord__value {
		font-size: 37px;
	}

	.it-page .it-hero .item-billbord__value_sm {
		font-size: 32px;
	}

	.it-page .it-hero .item-billbord__text {
		font-size: 12px;
	}
}
