:root {
	--font-family: 'Manrope', sans-serif;
	--content-width: 1400px;
	--container-offset: 24px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
::after,
::before {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
	margin: 0;
}
.page {
	height: 100%;
	font-family: var(--font-family);
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
.main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page__body {
	margin: 0;
	min-width: 320px;
	min-height: 100%;
	font-size: 16px;
}
img {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
a {
	text-decoration: none;
}
.site-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
.is-hidden {
	display: none !important;
}
.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
	display: none;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}
.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}
.centered {
	text-align: center;
}
.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.page--ios .dis-scroll {
	position: relative;
}
.header {
	position: relative;
	width: 100%;
	padding: 62px 0 84px;
	background-color: #1b2732;
}
.header__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header__back img {
	-o-object-position: center left;
	object-position: center left;
}
.img-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.header__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.nav {
	position: relative;
	margin-bottom: 86px;
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 51px;
}
.nav__item {
	font-weight: 600;
	font-size: 16px;
	line-height: 171%;
	color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.nav__link {
	color: inherit;
	font-size: inherit;
}
.header__logo {
	width: 100%;
	max-width: 831px;
}
.img-contain {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.header__items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 95px;
	gap: 62px;
}
.header__item {
	width: calc(50% - 31px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
.header__item:first-child {
	max-width: 545px;
}
.header__item:last-child {
	max-width: 440px;
}
.header__ico {
	max-width: 23px;
	max-height: 23px;
	position: relative;
}
.header__text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	max-width: 500px;
}
.header__text span {
	font-weight: 700;
}
.header__scroll {
	position: absolute;
	left: -100px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.header__scroll > img:first-child {
	width: 19px;
	-webkit-animation: 2.5s ease-in-out infinite cursor;
	animation: 2.5s ease-in-out infinite cursor;
}
.header__scroll > img:last-child {
	width: 9px;
}
@-webkit-keyframes cursor {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}
@keyframes cursor {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}
@media screen and (max-width: 1680px) {
	.header__scroll {
		left: -32px;
	}
	.header__back img {
		-o-object-position: 100%;
		object-position: 100%;
	}
}
@media screen and (max-width: 1520px) {
	.header__scroll {
		display: none;
	}
}
@media screen and (max-width: 1260px) {
	.header__back img {
		-o-object-position: 82%;
		object-position: 82%;
	}
}
@media screen and (max-width: 978px) {
	.header {
		padding: 35px 0 52px;
	}
	.nav__list {
		gap: 24px;
	}
	.header__items {
		gap: 27px 24px;
	}
	.header__item {
		width: calc(50% - 12px);
		gap: 10px;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--container-offset: 15px;
	}
	.nav {
		display: none;
	}
	.header__items {
		margin-top: 34px;
	}
	.header__ico {
		max-width: 16px;
		max-height: 16px;
	}
	.header__text {
		font-size: 12px;
		line-height: 150%;
	}
	.header__back img {
		-o-object-position: 40%;
		object-position: 40%;
	}
}
@media screen and (max-width: 640px) {
	.header__items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}
	.header__item {
		width: 100%;
	}
	.header__back img {
		-o-object-position: 66%;
		object-position: 66%;
	}
}
.awards {
	width: 100%;
	position: relative;
	padding: 62px 0 78px;
	background-color: #fe910a;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/svg/awardsBack.svg);
}
.awards__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.awards__title {
	width: 100%;
	font-weight: 800;
	font-size: 40px;
	line-height: 152%;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
}
.awards__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 34px;
	position: relative;
}
.awards__text {
	width: calc(100% - 420px);
	position: relative;
	max-width: 761px;
	padding: 6px 50px 6px 32px;
	margin-bottom: 37px;
	font-weight: 400;
	font-size: 16px;
	line-height: 171%;
	color: #1d2237;
	z-index: 2;
}
.awards__text::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #000;
}
.awards__text::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: -34px;
	width: calc(100vw - 48px);
	max-width: 1400px;
	height: calc(100% + 60px);
	background-color: #fff;
	border-radius: 9px;
	z-index: -1;
}
.awards__text span {
	font-weight: 700;
}
.awards__img {
	width: 420px;
	position: relative;
	z-index: 10;
}

/* --- Awards diploma card (premium) --- */
.awards__media{
  width: 420px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.award-card{
  width: 100%;
  display: block;
  text-decoration: none;
  color: #1d2237;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: var(--border-soft);
  box-shadow: var(--shadow-sm);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease;
}

.award-card__preview{
  position: relative;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
}

.award-card__preview picture,
.award-card__preview img{
  display: block;
  width: 100%;
}

.award-card__preview img{
  height: 360px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(29,34,55,.10);
}

.award-card__tag{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255,140,0,.92);
  color: #0b0f14;
  letter-spacing: .02em;
}

.award-card__open{
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(29,34,55,.78);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .22s ease, transform .22s ease;
}

.award-card__meta{
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.award-card__title{
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
}

.award-card__subtitle{
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  opacity: .86;
}

.awards__download{
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  background: #ff8c00;
  color: #0b0f14;
  box-shadow: 0 10px 24px rgba(29,34,55,.14);
}

.awards__download:hover{ filter: brightness(1.05); }

@media (any-hover:hover) and (pointer:fine){
  .award-card:hover{ transform: translateY(-2px); box-shadow: var(--shadow-md); }
  .award-card:hover .award-card__open{ opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 978px){
  .awards__media{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    align-items: center;
  }
  .award-card__preview img{ height: 340px; }
  .awards__download{ width: 100%; }
}
@media screen and (max-width: 1240px) {
	.awards__title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 978px) {
	.awards {
		padding: 35px 0;
	}
	.awards__title {
		text-align: center;
		margin-bottom: 24px;
	}
	.awards__text::after,
	.awards__text::before {
		display: none;
	}
	.awards__content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #fff;
		border-radius: 9px;
		padding: 24px 5px 0;
	}
	.awards__text {
		padding: 0 32px;
		width: 100%;
		margin: 0;
	}
	.awards__img {
		width: 100%;
		margin-bottom: -5px;
		max-width: 420px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.awards__title {
		font-size: 28px;
		line-height: 118%;
	}
	.awards__text {
		font-size: 13px;
		line-height: 154%;
	}
}
.product {
	width: 100%;
	position: relative;
	padding-top: 90px;
}
.product__container {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 70px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
._overflow {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.product__title {
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 40px;
	line-height: 167%;
	text-transform: uppercase;
	color: #1d2237;
}
.product__list {
	width: 100%;
	height: auto;
	-ms-grid-row-span: 2;
	grid-row: span 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}
.product__item {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 34px;
	padding: 24px 50px;
	position: relative;
	border: 1px solid #1d2237;
	border-radius: 9px;
}
.product__item::before {
	content: '';
	position: absolute;
	top: 24px;
	right: 36px;
	width: 52px;
	height: 32px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.product__item:nth-child(1)::before {
	background-image: url(../img/svg/01.svg);
}
.product__item:nth-child(2)::before {
	background-image: url(../img/svg/02.svg);
}
.product__item:nth-child(3)::before {
	background-image: url(../img/svg/03.svg);
}
.product__item:nth-child(4)::before {
	background-image: url(../img/svg/04.svg);
}
.product__ico {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #202436;
}
.product__info {
	width: calc(100% - 100px);
	max-width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product__info h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 145%;
	text-transform: uppercase;
	color: #202436;
	margin-bottom: 4px;
}
.product__info span {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 158%;
	color: #1d2237;
}
.product__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product__text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 171%;
	color: #1d2237;
}
.product__more {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 171%;
	color: #1d2237;
	padding-bottom: 6px;
	border-bottom: 0.5px solid #74777a;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-top: 30px;
}
.product__description {
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 18px;
	line-height: 152%;
	color: #1d2237;
	margin-top: 80px;
}
.product__items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 32px;
	gap: 60px;
}
.product__point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
}
.product__point > img {
	height: 88px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.product__num {
	display: inline-block;
	font-weight: 800;
	font-size: 88px;
	line-height: 1;
	height: 88px;
	color: #ff8c00;
}
.product__point > p {
	max-width: 193px;
	font-weight: 400;
	font-size: 16px;
	line-height: 179%;
	color: #1d2237;
}
@media screen and (max-width: 1440px) {
	.product__container,
	.product__items {
		gap: 14px 24px;
	}
}
@media screen and (max-width: 1260px) {
	.product__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.product__title {
		margin-bottom: 18px;
	}
	.product__list {
		margin-bottom: 28px;
	}
	.product__info {
		max-width: 100%;
	}
	.product__description {
		margin-top: 40px;
	}
}
@media screen and (max-width: 978px) {
	.product__title {
		text-align: center;
	}
	.product {
		padding-top: 46px;
	}
}
@media screen and (max-width: 768px) {
	.product__title {
		font-size: 28px;
		line-height: 118%;
	}
	.product__item {
		min-height: 167px;
		padding: 20px 34px 16px 24px;
	}
	.product__list {
		gap: 18px;
	}
	.product__item::before {
		top: 9px;
		right: 9px;
		width: 42px;
		height: 47px;
		background-position: center;
	}
	.product__ico {
		width: 55px;
		height: 55px;
	}
	.product__ico > img {
		width: 24px;
		height: 24px;
	}
	.product__info h3 {
		font-size: 23px;
		line-height: 157%;
		text-transform: uppercase;
		color: #fe8c00;
		margin: 0;
	}
	.product__info span {
		font-size: 14px;
	}
	.product__text {
		font-size: 13px;
		line-height: 154%;
	}
	.product__more {
		font-size: 14px;
		line-height: 160%;
		margin-top: 18px;
		padding-bottom: 5px;
	}
	.product__description {
		font-size: 13px;
		line-height: 166%;
		margin-top: 35px;
	}
	.product__items {
		margin-top: 16px;
		gap: 26px;
	}
	.product__point {
		gap: 34px;
	}
	.product__point > img {
		height: 72px;
	}
	.product__point > p {
		font-size: 13px;
		line-height: 171%;
	}
}
@media screen and (max-width: 540px) {
	.product__item {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.product__info {
		width: 100%;
	}
	.product__items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.patent {
	width: 100%;
	position: relative;
	padding-top: 95px;
}
.patent__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}
.patent__content {
	width: calc(100% - 674px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.patent__title {
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 40px;
	line-height: 167%;
	text-transform: uppercase;
	color: #1d2237;
	margin-bottom: 24px;
}
.patent__text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 171%;
	color: #1d2237;
}
.patent__imgs {
	width: auto;
	gap: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.patent__imgs > img {
	height: 425.62px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
@media screen and (max-width: 1260px) {
	.patent__content {
		width: calc(100% - 594px);
	}
	.patent__imgs {
		gap: 18px;
	}
	.patent__imgs > img {
		height: 380px;
	}
}
@media screen and (max-width: 978px) {
	.patent {
		padding-top: 50px;
	}
	.patent__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.patent__content {
		width: 100%;
	}
	.patent__imgs > img {
		height: 60vw;
	}
}
@media screen and (max-width: 768px) {
	.patent__title {
		font-size: 28px;
		line-height: 118%;
		margin-bottom: 12px;
	}
	.patent__text {
		font-size: 13px;
		line-height: 154%;
	}
}
.footer {
	width: 100%;
	position: relative;
	margin: 74px 0 85px;
}
.btn-top {
	position: absolute;
	right: -68px;
	bottom: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-top > img {
	width: 23px;
	height: 25px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.footer__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 37px 69px 50px 36px;
	border-radius: 11px;
	background: #fe910a;
}
.footer__logo {
	width: 315px;
}
.footer__link {
	font-weight: 800;
	font-size: 25px;
	line-height: 225%;
	color: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.footer__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 313%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
}
@media (any-hover: hover) and (pointer: fine) {
	.nav__item:hover {
		color: #fe910a;
	}
	.product__more:hover {
		color: #ff8c00;
		border-color: #ff8c00;
	}
	.btn-top:hover {
		background: #000;
	}
	.footer__link:hover {
		text-decoration: underline;
	}
	.footer__text:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 1600px) {
	.btn-top {
		right: 32px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}
	.btn-top > img {
		width: 16px;
		height: 14px;
	}
}
@media screen and (max-width: 1260px) {
	.footer__content {
		padding: 32px 24px;
		flex-wrap: wrap;
		gap: 12px;
	}

	.footer__text {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.footer__logo {
		width: 320px;
	}
	.footer__link {
		font-size: 24px;
		line-height: 217%;
	}
}
@media screen and (max-width: 978px) {
	.footer__content {
		padding: 24px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.footer__logo {
		margin-bottom: 20px;
	}
	.footer {
		margin: 50px 0 18px;
	}
}
@media screen and (max-width: 768px) {
	.footer__logo {
		width: 100%;
		max-width: 208px;
	}
	.footer__link {
		font-size: 14px;
		line-height: 217%;
	}
	.footer__text {
		font-size: 14px;
		line-height: 217%;
	}
}
.clients {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.clients__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible;
}
.clients__title {
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 40px;
	line-height: 167%;
	text-transform: uppercase;
	color: #1d2237;
	margin-bottom: 24px;
}
.clients__tab {
	width: 100%;
	gap: 78px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.clients__tab > button {
	font-weight: 400;
	font-size: 19px;
	line-height: 144%;
	color: #74777a;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding-bottom: 14px;
	border-bottom: 1px solid #74777a;
	text-align: left;
}
@media (any-hover: hover) and (pointer: fine) {
	.clients__tab > button:hover {
		border-color: #ff8c00;
	}
}
.clients__tab > button._active {
	color: #ff8c00;
	border-color: #ff8c00;
}
.clients__tab > button:nth-child(1) {
	max-width: 280px;
}
.clients__tab > button:nth-child(2) {
	max-width: 690px;
}
.clients__content {
	width: 100%;
	position: relative;
	margin-top: 64px;
	display: none;
}
.clients__content._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.swiper {
	width: 100%;
	position: relative;
	overflow: visible;
}
.swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 0;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px;
	width: 323px;
	height: 165px;
	background: #fff;
	border: 0.39px solid #1d2237;
	border-radius: 4px;
}
.swiper-slide > img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

#technologies {
	margin-top: 50px;
}
@media screen and (max-width: 1240px) {
	.clients__tab {
		gap: 20px;
	}
	.clients__tab > button {
		font-size: 16px;
	}
}
@media screen and (max-width: 978px) {
	.swiper-wrapper {
		padding: 2px 0;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 12px;
	}
	.swiper-slide {
		width: 100% !important;
		margin: 0 !important;
	}
	.clients {
		padding-top: 50px;
	}
	.clients__tab {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.clients__tab > button:nth-child(2) {
		margin-top: 18px;
	}
}
@media screen and (max-width: 768px) {
	.swiper-slide {
		height: 100px;
	}
	.clients__content {
		margin-top: 30px;
	}
	.clients__title {
		font-size: 28px;
		line-height: 118%;
		margin-bottom: 15px;
	}
	.clients__tab > button {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.clients__tab > button:nth-child(1) {
		max-width: 210px;
	}
}

/* ============================================================
   Modern refresh (keeps corporate colors, logos & content)
   ============================================================ */

:root{
  /* brand palette (unchanged colors) */
  --c-dark: #1b2732;
  --c-dark-2: #202436;
  --c-text: #1d2237;
  --c-accent: #ff8c00;
  --c-accent-2: #fe910a;
  --c-muted: #74777a;

  /* layout */
  --content-width: 1240px; /* narrower, more modern rhythm */
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;

  --shadow-sm: 0 10px 28px rgba(29,34,55,.10);
  --shadow-md: 0 18px 56px rgba(29,34,55,.16);
  --border-soft: 1px solid rgba(29,34,55,.12);
}

html { scroll-behavior: smooth; }

body{
  background: #fff;
  color: var(--c-text);
}

/* ---------- Header ---------- */

.header{
  background-color: var(--c-dark);
  padding: 44px 0 76px;
}

.header::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(1200px 700px at 15% 0%, rgba(255,140,0,.18), transparent 60%),
              radial-gradient(900px 500px at 85% 25%, rgba(255,140,0,.10), transparent 55%);
  pointer-events:none;
  z-index:2;
}

.header__back{ z-index:1; opacity:.55; }
.header__content{ position:relative; z-index:3; }

.nav{ margin-bottom: 56px; }
.nav__list{
  padding: 10px 16px;
  border-radius: 999px;
  gap: 30px;
  flex-wrap: wrap;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.nav__item{ color:#fff; }
.nav__link{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 10px;
}
@media (any-hover:hover) and (pointer:fine){
  .nav__link:hover{
    color: var(--c-accent);
    background: rgba(255,255,255,.06);
  }
}

.header__logo{ max-width: 720px; }

.header__items{
  margin-top: 64px;
  gap: 24px;
}
.header__item{
  width: calc(50% - 12px);
  max-width: none;
  padding: 22px 22px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header__text{
  max-width: none;
  line-height: 178%;
}
.header__scroll{ opacity:.65; }

/* ---------- Section rhythm ---------- */
.awards,
.product,
.patent,
.clients{
  scroll-margin-top: 90px;
}

.awards__title,
.product__title,
.patent__title,
.clients__title{
  letter-spacing: .02em;
}

/* ---------- Awards ---------- */
.awards{
  padding: 86px 0;
  background-color: var(--c-accent-2);
  background-image:
    radial-gradient(900px 500px at 10% 10%, rgba(255,255,255,.18), transparent 60%),
    url(../img/svg/awardsBack.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, bottom right;
  background-size: auto, contain;
}

.awards__content{
  border-radius: var(--radius-xl);
  padding: 26px 26px;
  gap: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.awards__text{ max-width: 72ch; }

.awards__img{
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
@media (any-hover:hover) and (pointer:fine){
  .awards__img:hover{ box-shadow: var(--shadow-md); transform: translateY(-2px); }
}

/* ---------- Product ---------- */

.product{
  padding: 96px 0 0;
}

.product__container{ gap: 24px 56px; }

.product__item{
  border-radius: var(--radius-lg);
  border: var(--border-soft);
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: .2s;
}
@media (any-hover:hover) and (pointer:fine){
  .product__item:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
  }
}

.product__ico{
  background: var(--c-dark-2);
  box-shadow: 0 10px 30px rgba(29,34,55,.18);
}

.product__content{
  border-radius: var(--radius-xl);
  border: var(--border-soft);
  background: #fff;
  padding: 28px 28px;
  box-shadow: var(--shadow-sm);
}
.product__text{ max-width: 78ch; }

.product__more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(29,34,55,.18);
  text-decoration: none;
  background: #fff;
}
@media (any-hover:hover) and (pointer:fine){
  .product__more:hover{
    border-color: var(--c-accent);
    color: var(--c-accent);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
  }
}

.product__description{
  margin-top: 26px;
}

.product__num{
  font-weight: 800;
  color: var(--c-accent);
}

/* ---------- Patent ---------- */

.patent{
  /* More breathing room between "Лицензии и патенты" and the footer */
  padding: 96px 0 132px;
}

.patent__container{
  border-radius: var(--radius-xl);
  border: var(--border-soft);
  background: #fff;
  padding: 28px 28px;
  box-shadow: var(--shadow-sm);
}

.patent__text{ max-width: 74ch; }

.patent__imgs a{
  border-radius: var(--radius-md);
  overflow: hidden;
}
.patent__imgs img{
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: .2s;
}
@media (any-hover:hover) and (pointer:fine){
  .patent__imgs a:hover img{
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
  }
}

/* ---------- Clients / Technologies ---------- */

.clients{
  padding-top: 96px;
}

.clients__tab{
  gap: 12px;
  margin-bottom: 26px;
}
.clients__tab > button{
  border: 1px solid rgba(29,34,55,.16);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--c-text);
  line-height: 1.2;
}
.clients__tab > button._active{
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}
@media (any-hover:hover) and (pointer:fine){
  .clients__tab > button:hover{
    border-color: var(--c-accent);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
  }
}

.swiper{
  overflow: visible;
}
.swiper-slide{
  width: 330px;
  height: 170px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(29,34,55,.10);
  box-shadow: var(--shadow-sm);
  background: #fff;
}
@media (any-hover:hover) and (pointer:fine){
  .swiper-slide:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }
}

/* ---------- Footer ---------- */

.footer{
  margin: 0;
  padding: 72px 0;
  background: var(--c-dark);
}

.footer__container{ justify-content: center; }

.footer__content{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
}

.footer__link{
  color:#fff;
}

.footer__text{
  color: rgba(255,255,255,.88);
}

.btn-top{
  background: var(--c-accent);
  box-shadow: 0 14px 44px rgba(255,140,0,.25);
}
@media (any-hover:hover) and (pointer:fine){
  .btn-top:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 60px rgba(255,140,0,.35);
  }
}

/* ---------- Mobile refinements ---------- */

@media screen and (max-width: 1024px){
  .header__items{ flex-direction: column; }
  .header__item{ width: 100%; }
  .product__container{ grid-template-columns: 1fr; }
  .product__list{ grid-row: auto; }
  .patent{ padding: 72px 0 96px; }
  .patent__container{ padding: 22px 18px; }
}

@media screen and (max-width: 640px){
  .nav__list{ gap: 10px; padding: 10px 12px; border-radius: 18px; }
  .nav__link{ padding: 8px 8px; }
  .awards__content{ padding: 18px 16px; }
  .product__content{ padding: 18px 16px; }
  .patent{ padding: 56px 0 80px; }
  .swiper-slide{ width: 280px; height: 150px; }
}

/* tiny fix: keep "to top" button inside on modern footer */
.btn-top{
  right: 16px;
  top: -28px;
  bottom: auto;
}
@media screen and (max-width: 640px){
  .btn-top{ right: 10px; top: -22px; width: 52px; height: 52px; }
}


/* ============================================================
   Premium polish fixes (alignment + technologies slider + top button)
   ============================================================ */

/* Center the navigation pill inside the header container */
.header__content .nav{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Keep the pill from getting too wide on large screens */
.header__content .nav__list{
  max-width: 980px;
}

/* Technologies slider: tuned sizing + clean clipping */
#technologies .swiper{
  margin-top: 22px;
  overflow: hidden;
  padding: 8px 2px;
}

#technologies .swiper-wrapper{
  padding: 8px 0;
}

#technologies .swiper-slide{
  height: 150px;
}

#technologies .swiper-slide > img{
  max-height: 86px;
}

/* To-top button: keep it premium and never overlap sections above */
.btn-top{
  position: fixed;
  right: 24px;
  bottom: 24px;
  top: auto;
  z-index: 50;
}

@media screen and (max-width: 640px){
  .btn-top{
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}


/* =========================
   Requisites modal
   ========================= */
body.is-modal-open { overflow: hidden; }

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.modal.is-open { display: block; }

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.modal__dialog {
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  margin: 16px auto;
  background: rgba(18, 26, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 12px;
}

.modal__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.modal__close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__close:hover {
  background: rgba(255, 255, 255, 0.10);
}

.modal__body {
  padding: 0 18px 18px;
  flex: 1;
}

.modal__frame {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: #fff;
}

.modal__footer {
  padding: 0 18px 18px;
  display: flex;
  justify-content: flex-end;
}

.modal__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #ff8c00;
  color: #0b0f14;
}

.modal__download:hover { filter: brightness(1.05); }

@media (max-width: 560px) {
  .modal__dialog {
    margin: 12px auto;
    width: calc(100% - 24px);
    border-radius: 16px;
  }
  .modal__frame {
    height: 58vh;
    min-height: 360px;
  }
  .modal__title { font-size: 18px; }
}



/* === Awards: two diplomas + clean panel (2023/2024) === */
.awards__content{
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: var(--border-soft);
  box-shadow: var(--shadow-sm);
  align-items: flex-start;
  gap: 28px;
}
.awards__text{
  width: auto;
  max-width: 760px;
  margin: 0;
  padding: 6px 28px 6px 24px;
}
.awards__text::after{
  content: none !important;
  display: none !important;
}
.awards__media{
  width: 560px;
  align-items: stretch;
}
.awards__diplomas{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
}
.awards__diplomas .award-card{ flex: 1 1 0; min-width: 0; }
.awards__diplomas .award-card__preview{ padding: 12px; }
.awards__diplomas .award-card__preview img{
  height: 190px;
  object-fit: contain;
}
.awards__diplomas .award-card__meta{ padding: 10px 12px 12px; gap: 4px; }
.awards__diplomas .award-card__title{ font-size: 13px; }
.awards__diplomas .award-card__subtitle{ font-size: 12px; }
.awards__diplomas .award-card__tag{ top: 12px; left: 12px; padding: 7px 9px; font-size: 11px; }
.award-card__preview picture,
.award-card__preview img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 992px){
  .awards__content{ flex-direction: column; }
  .awards__media{ width: 100%; }
  .awards__diplomas{ flex-direction: row; flex-wrap: wrap; }
  .awards__diplomas .award-card{ flex: 1 1 280px; }
}
@media (max-width: 640px){
  .awards__diplomas{ flex-direction: column; }
}

/* Diploma preview inside existing modal */
.modal__img{
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: #fff;
}
