:root {
	--title-color: #242426;
	--basic-color: #48494d;
	--description-color: #727479;
	--svg-grey-color: #989aa0;
	--input-focus-color: #969aa5;
	--stroke-color: #c8cfd9;
	--border-color: #e7ebf4;
	--hover-color: #2e57db;
	--blue-bg: #436fff;
	--button-blue-bg: rgba(67, 111, 255, 0.12);
	--white-color: #ffffff;
	--hover-white-color: rgba(255, 255, 255, 0.8);
	--back-color: #f7f7fb;
	--red-color: #ff6279;
	--green-color: #3dad55;
	--input-grey-bg: #f3f4f9;
	--skeleton-grey: #efeff2;
	--fs-12: 0.75rem;
	--fs-14: 0.875rem;
	--fs-16: 1rem;
	--fs-18: 1.125rem;
	--fs-20: 1.25rem;
	--fs-24: clamp(1.375rem, 3vw, 1.5rem);
	--fs-28: clamp(1.5rem, 3vw, 1.75rem);
	--fs-12-lh: 1.5;
	--fs-14-lh: 1.29;
	--fs-16-lh: 1.375;
	--fs-18-lh: 1.45;
	--fs-20-lh: 1.5;
	--fs-24-lh: 1.34;
	--fs-28-lh: 1.07;
	--g-4: 0.25rem;
	--g-8: 0.5rem;
	--g-12: 0.75rem;
	--g-16: 1rem;
	--g-20: 1.25rem;
	--g-24: clamp(1.375rem, 3vw, 1.5rem);
	--g-28: clamp(1.5rem, 3vw, 1.75rem);
	--g-32: clamp(1.75rem, 3vw, 2rem);
	--g-40: clamp(2rem, 4vw, 2.5rem);
	--g-48: clamp(2rem, 4vw, 3rem);
	--br-6: 0.375rem;
	--br-8: 0.5rem;
	--br-12: 0.75rem;
	--shadow: 0px 4px 24px 0px rgba(30, 31, 33, 0.06);
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	background-color: var(--back-color);
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	min-height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}

ul,
ol,
li,
p {
	font-size: var(--fs-14);
	line-height: var(--fs-14-lh);
	color: var(--basic-color);
}

ul,
ol {
	margin: 0.5rem 0;
}
ul li:not(:first-of-type),
ol li:not(:first-of-type) {
	margin-top: 0.375rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0.25rem 0;
}
ul ul li:not(:first-of-type),
ul ol li:not(:first-of-type),
ol ul li:not(:first-of-type),
ol ol li:not(:first-of-type) {
	margin-top: 0.25rem;
}

ul li {
	position: relative;
	padding-left: 1rem;
}
ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background-color: var(--basic-color);
	height: 4px;
	width: 4px;
	border-radius: 50%;
}

/* colors */
.title-color {
	color: var(--title-color);
}

.text-color {
	color: var(--basic-color);
}

.additional-color {
	color: var(--description-color);
}

.white-color {
	color: var(--white-color);
}

.red-color {
	color: var(--red-color);
}

/* font-size */
.fs-12 {
	font-size: var(--fs-12);
	line-height: var(--fs-12-lh);
}

.fs-14 {
	font-size: var(--fs-14);
	line-height: var(--fs-14-lh);
}

.fs-16 {
	font-size: var(--fs-16);
	line-height: var(--fs-16-lh);
}

.fs-18 {
	font-size: var(--fs-18);
	line-height: var(--fs-18-lh);
}

.fs-20 {
	font-size: var(--fs-20);
	line-height: var(--fs-20-lh);
}

.fs-24 {
	font-size: var(--fs-24);
	line-height: var(--fs-24-lh);
}

.fs-28 {
	font-size: var(--fs-28);
	line-height: var(--fs-28-lh);
}

/* gutters */
.mt-4 {
	margin-top: var(--g-4);
}

.mt-12 {
	margin-top: var(--g-12);
}

.mt-16 {
	margin-top: var(--g-16);
}

.mt-24 {
	margin-top: var(--g-24);
}

.mt-32 {
	margin-top: var(--g-32);
}

.mt-40 {
	margin-top: var(--g-40);
}

.cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--g-12);
}
.cards.cards--3-cols {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (max-width: 1365px) {
	.cards {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 575px) {
	.cards {
		grid-template-columns: 1fr;
	}
}

.card {
	border-radius: var(--br-12);
	background-color: var(--white-color);
	padding: var(--g-20) var(--g-24);
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.card.card--wide {
	grid-column: span 2;
}
@media (max-width: 575px) {
	.card.card--wide {
		grid-column: span 1;
	}
}
.card.card--wide .card__icon {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
}
.card.card--wide .card__bottom {
	margin-top: clamp(3rem, 6vw, 5.5rem);
}
.card.card--wide .card__expiration {
	opacity: 0.6;
}
.card.card--blue {
	background: url("images/blue-bg.webp") center/cover no-repeat;
}
.card.card--red {
	background: url("images/red-bg.webp") center/cover no-repeat;
}
.card.card--transparent {
	background-color: transparent;
	border: 1px solid var(--border-color);
}
@media (any-hover: hover) {
	.card.card--transparent:hover {
		background-color: var(--white-color);
		border-color: transparent;
		box-shadow: var(--shadow);
	}
}
.card.card--transparent:focus-within {
	background-color: var(--white-color);
	border-color: transparent;
	box-shadow: var(--shadow);
}
.card__skeleton-item {
	border-radius: var(--br-8);
	background-size: 600px;
	background-color: var(--skeleton-grey);
	background-image: linear-gradient(
		90deg,
		var(--skeleton-grey) 0px,
		var(--input-grey-bg) 40px,
		var(--skeleton-grey) 80px
	);
	animation: shine-lines 2s infinite linear;
}
.card__skeleton-item.card__title {
	height: 20px;
	width: 78%;
}
.card__skeleton-item.card__description {
	margin: var(--g-12) 0;
	height: 30px;
	width: 44%;
}
.card__skeleton-item.label--version {
	margin-top: auto;
	height: 42px;
	width: 44%;
}
.card__skeleton-item.card__expiration {
	height: 18px;
	width: 31%;
}
.card__top {
	flex: 1 1 auto;
}
.card__top.card__top--flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--g-12);
}
.card__title {
	transition: color 0.3s ease;
	word-break: break-word;
}
@media (any-hover: hover) {
	.card a.card__title:hover {
		color: var(--hover-color);
	}
}
.cards__item--license .card__title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.card__icon {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
}
.card__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--g-16);
}
.card__bottom.card__bottom--flex-column {
	flex-direction: column;
	align-items: flex-start;
	gap: var(--g-12);
}
.card__labels {
	display: flex;
	gap: var(--g-8);
}
@media (max-width: 575px) {
	.card__labels {
		flex-direction: column;
		width: 100%;
	}
}
.card__arrow {
	width: 7px;
	flex: 0 0 7px;
}
.card__arrow svg {
	width: 7px;
}
.card__arrow use {
	fill: var(--stroke-color);
	transition: fill 0.3s ease;
}

@media (any-hover: hover) {
	a.card:hover {
		box-shadow: var(--shadow);
	}
	a.card:hover .card__title {
		color: var(--hover-color);
	}
	a.card:hover .card__arrow use {
		fill: var(--hover-color);
	}
}

.dialog {
	position: relative;
}
.dialog__icon {
	width: 20px;
	height: 20px;
}
.dialog__icon svg {
	width: 20px;
}
.dialog__icon use {
	transition: stroke 0.3s ease;
	stroke: var(--stroke-color);
}
@media (any-hover: hover) {
	.dialog__icon:hover use {
		stroke: var(--hover-color);
	}
}
.dialog__icon:focus use {
	stroke: var(--hover-color);
}
.dialog__icon:focus + .dialog__popup {
	opacity: 1;
	visibility: visible;
}
.dialog__popup {
	position: absolute;
	bottom: 250%;
	left: -650%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	padding: var(--g-12) var(--g-28) var(--g-12) var(--g-16);
	background-color: var(--white-color);
	min-width: 280px;
	border-radius: var(--br-12);
	box-shadow: var(--shadow);
	cursor: default;
}
.dialog__popup::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--white-color);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.dialog__popup:focus {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
	.dialog__popup {
		left: unset;
		right: -1.5rem;
	}
	.dialog__popup::after {
		left: unset;
		right: 0.875rem;
	}
}
.dialog__cross {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	cursor: pointer;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
.dialog__cross svg {
	width: 16px;
}
.dialog__cross use {
	transition: fill 0.3s ease;
	fill: var(--svg-grey-color);
}
@media (any-hover: hover) {
	.dialog__cross:hover use {
		fill: var(--hover-color);
	}
}

@keyframes shine-lines {
	0% {
		background-position: -100px;
	}
	40%,
	100% {
		background-position: 190px;
	}
}
.aside {
	flex: 0 0 clamp(300px, 30vw, 447px);
}
@media (max-width: 991px) {
	.aside {
		flex: none;
	}
}
.aside__sticky {
	position: sticky;
	top: 20px;
}

.aside .page__block + .page__block {
	margin-top: var(--g-32);
}

.aside-list__item {
	display: flex;
	align-items: center;
	gap: var(--g-12);
}
@media (any-hover: hover) {
	.aside-list__item:hover .aside-list__title {
		color: var(--hover-color);
	}
}
.aside-list__image {
	position: relative;
	height: 68px;
	width: 90px;
	flex: 0 0 90px;
	overflow: hidden;
	border-radius: var(--br-8);
}
.aside-list__img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.aside-list__info {
	padding-right: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 991px) {
	.aside-list__info {
		padding-right: 0;
	}
}
.aside-list__title {
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.footer {
	display: flex;
	align-items: center;
	gap: var(--g-24);
}
@media (max-width: 1365px) {
	.footer {
		flex-direction: column;
		align-items: stretch;
	}
}
.footer__socials {
	flex: 1 1 auto;
}
@media (min-width: 1366px) {
	.footer__text {
		max-width: 278px;
	}
}
.footer__form {
	display: flex;
	gap: var(--g-8);
	max-width: 316px;
	flex: 1 1 auto;
}
@media (max-width: 1365px) {
	.footer__form {
		max-width: none;
	}
}

.socials {
	display: flex;
	gap: var(--g-12);
}
.socials__link {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
	.socials__link:hover {
		opacity: 0.5;
	}
}

.popup {
	max-width: min(636px, 100vw - 2rem);
	max-height: min(670px, 90vh);
	max-height: min(670px, 90dvh);
	width: 100%;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	border-radius: var(--br-12);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	scrollbar-width: thin;
}
.popup::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.popup::-webkit-scrollbar-thumb {
	border-radius: var(--br-12);
	box-shadow: inset 0 0 3px 3px var(--stroke-color);
	border: solid 3px transparent;
}
.popup[open] {
	opacity: 1;
	visibility: visible;
}
.popup::backdrop {
	background-color: rgba(0, 0, 0, 0.3);
}
.popup__sticky {
	position: sticky;
	width: 100%;
	z-index: 1;
	background-color: var(--white-color);
}
.popup__sticky--top {
	top: 0;
	padding: var(--g-48) 0 var(--g-8) var(--g-48);
	border-radius: var(--g-12) var(--g-12) 0 0;
}
.popup__sticky--bottom {
	bottom: 0;
	padding: var(--g-8) var(--g-48) var(--g-48) var(--g-48);
	border-radius: 0 0 var(--g-12) var(--g-12);
}
.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup__close svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}
.popup__close use {
	transition: stroke 0.3s ease 0s;
	stroke: var(--stroke-color);
}
@media (any-hover: hover) {
	.popup__close:hover use {
		stroke: var(--hover-color);
	}
}
.popup__container {
	padding: var(--g-24) var(--g-48) var(--g-24) var(--g-48);
}

.form__input {
	font-size: var(--fs-16);
	line-height: var(--fs-16-lh);
	padding: var(--g-12) var(--g-16);
	border-radius: var(--br-6);
	transition: border-color 0.3s ease, background-color 0.3s ease;
	border: 1px solid transparent;
	width: 100%;
}
.form__input::placeholder {
	color: var(--svg-grey-color);
}
.form__input:focus-visible {
	border-color: var(--input-focus-color);
}
.form__input.form__input--grey {
	background-color: var(--input-grey-bg);
	border: 1px solid var(--border-color);
}
.form__input.form__input--grey:focus-visible {
	background-color: var(--white-color);
	border-color: var(--input-focus-color);
}
.form__button {
	width: 100%;
	justify-content: center;
}
.form__button.form__button--subscribe {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue-bg);
	border-radius: var(--br-6);
	transition: background-color 0.3s ease;
}
.footer__form [data-lastpass-icon-root] {
	display: none;
}
.form__button.form__button--subscribe svg {
	width: 16px;
	flex: 0 0 16px;
}
.form__button.form__button--subscribe use {
	fill: var(--white-color);
}
@media (any-hover: hover) {
	.form__button.form__button--subscribe:hover {
		background-color: var(--hover-color);
	}
}
.form__label {
	display: block;
}

.update__label {
	color: var(--description-color);
	font-size: var(--fs-14);
	line-height: var(--fs-14-lh);
	display: inline-flex;
	flex-wrap: wrap;
	background-color: var(--back-color);
	padding: 0.25rem 0.5rem;
	border-radius: var(--br-12);
}
.update__label span:not(:last-of-type) {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin-right: 0.375rem;
}
.update__label span:not(:last-of-type)::after {
	content: "";
	width: 2px;
	height: 2px;
	flex: 0 0 2px;
	border-radius: 50%;
	background-color: var(--description-color);
}
.update .warning {
	margin-top: .5rem;
}

body:has(dialog[open]) {
	overflow: hidden;
}

.page {
	display: flex;
	background-color: var(--back-color);
	height: 100%;
	flex-direction: column;
}

.page__block--flex {
	display: flex;
	gap: var(--g-48);
}
@media (max-width: 991px) {
	.page__block--flex {
		flex-direction: column;
	}
}
.page__block--maxwidth {
	margin: 0 auto;
	max-width: 1920px;
}
.page__block--padded {
	padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.5rem);
}
.page__block--maxwidth.page__block--padded {
	max-width: calc(1920px + 2 * (clamp(1rem, 3vw, 2.5rem)));
}

.panel {
	flex: 1 1 auto;
}

.title-block {
	display: flex;
	align-items: center;
	gap: var(--g-24);
}

.label {
	padding: var(--g-8) var(--g-16);
	color: var(--basic-color);
	border-radius: var(--br-8);
	font-size: var(--fs-18);
	line-height: var(--fs-18-lh);
	border: 1px solid transparent;
	transition: background-color 0.3s ease 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.label.label--blue {
	background-color: var(--blue-bg);
	color: var(--white-color);
}
.label.label--white {
	background-color: var(--white-color);
	border-color: var(--border-color);
}
@media (any-hover: hover) {
	.label.label--white:hover {
		background-color: var(--hover-white-color);
	}
}
.label.label--version {
	font-size: var(--fs-28);
	line-height: var(--fs-28-lh);
	color: var(--white-color);
	padding: 0.375rem 0.625rem;
}
.label.label--red {
	background-color: var(--red-color);
	color: var(--white-color);
}
.label.label--green {
	background-color: var(--green-color);
	color: var(--white-color);
}
.label.label--grey {
	background-color: var(--border-color);
	color: var(--title-color);
}

.btn {
	display: inline-flex;
	color: var(--blue-bg);
	background-color: var(--button-blue-bg);
	padding: 0.375rem 0.75rem;
	border-radius: var(--br-8);
	font-size: var(--fs-14);
	line-height: var(--fs-14-lh);
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
@media (any-hover: hover) {
	.btn:hover {
		color: var(--white-color);
		background-color: var(--hover-color);
	}
}
.btn.btn--large {
	padding: 0.75rem 1.25rem;
	font-size: var(--fs-16);
	line-height: var(--fs-16-lh);
}
.btn.btn--blue {
	background-color: var(--blue-bg);
	color: var(--white-color);
}
@media (any-hover: hover) {
	.btn.btn--blue:hover {
		color: var(--white-color);
		background-color: var(--hover-color);
	}
}

.link {
	color: var(--blue-bg);
}
@media (any-hover: hover) {
	.link:hover {
		text-decoration: underline;
	}
}

.banners {
	flex: 1 1 auto;
	overflow: hidden;
}
.banner {
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 -100000%;
	max-height: 150px;
}
.banner__image {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.banner__image img {
	border-radius: var(--br-12);
}
@media (min-width: 1921px) {
	.banners {
		margin-top: clamp(1rem, 3vw, 2rem);
		border-radius: var(--br-12);
	}
}