@font-face {
	font-family: "Suisse Intl Book";
	src:
		url(../fonts/SuisseIntl-Book.woff) format("woff"),
		url(../fonts/SuisseIntl-Book.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Suisse Intl";
	src:
		url(../fonts/SuisseIntl-Regular.woff) format("woff"),
		url(../fonts/SuisseIntl-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Suisse Intl";
	src:
		url(../fonts/SuisseIntl-Medium.woff) format("woff"),
		url(../fonts/SuisseIntl-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Suisse Intl";
	src:
		url(../fonts/SuisseIntl-Bold.woff) format("woff"),
		url(../fonts/SuisseIntl-Bold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: SFUIDisplay;
	src:
		url(../fonts/SFUIDisplay-Medium.woff) format("woff"),
		url(../fonts/SFUIDisplay-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: SFUIDisplay;
	src:
		url(../fonts/SFUIDisplay-SemiBold.woff) format("woff"),
		url(../fonts/SFUIDisplay-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "IBM Plex Mono";
	src:
		url(../fonts/IBMPlexMono-Medium.woff) format("woff"),
		url(../fonts/IBMPlexMono-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "IBM Plex Sans";
	src:
		url(../fonts/IBMPlexSans-SemiBold.woff) format("woff"),
		url(../fonts/IBMPlexSans-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
*,
::after,
::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 1;
}
button,
input,
textarea {
	outline: 0 !important;
	-webkit-transition: 0.125s;
	-o-transition: 0.125s;
	transition: 0.125s;
	font-family: inherit;
}
input:active,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus {
	outline: 0 !important;
}
::-webkit-input-placeholder {
	color: #222;
}
::-moz-placeholder {
	color: #222;
}
:-moz-placeholder {
	color: #222;
}
:-ms-input-placeholder {
	color: #222;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
html {
	height: 100%;
	scroll-behavior: smooth;
	width: 100%;
}
svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
}
circle,
path,
rect,
svg {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:focus,
a:hover {
	text-decoration: none;
}
li,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
i {
	line-height: 100%;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
button {
	cursor: pointer;
	border: none;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: inherit;
	font-size: 1em;
}
.swiper-button-next,
.swiper-button-prev {
	z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
html.fixed-body {
	overflow-y: hidden;
}
.wrapper {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.m-page {
	width: calc(100vw - (100vw - 100%));
	overflow-x: hidden;
	font-family: "Suisse Intl", sans-serif;
	font-weight: 400;
	color: #030b22;
	font-size: 16px;
}
@media screen and (max-width: 1440px) {
	.m-page {
		font-size: 1.1111111111vw;
	}
}
.m-page.fixed-body,
.m-page.fixed-body2 {
	overflow-y: hidden;
	padding-right: var(--scrollWidth);
}
.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 8em;
}
a:hover {
	color: #1055ff;
}
@media screen and (max-width: 992px) {
	.m-page {
		font-size: 2.0833333333vw;
	}
	.container {
		padding: 0 1em;
	}
}
@media screen and (max-width: 576px) {
	.m-page {
		font-size: 3.7209302326vw;
	}
}
.text-center {
	text-align: center;
}
.caps-text {
	text-transform: uppercase;
}
.underline-text {
	text-decoration: underline;
}
.h1 {
	font-size: 3.75em;
	font-weight: 600;
	font-family: "SF UI Display", sans-serif;
	letter-spacing: -0.01em;
}
.h2 {
	font-size: 3.1875em;
	line-height: 106%;
	font-weight: 600;
	font-family: "SF UI Display", sans-serif;
}
.h3 {
	font-size: 3em;
	line-height: 112.5%;
	font-weight: 600;
	font-family: "SF UI Display", sans-serif;
}
.text20 {
	font-size: 1.25em;
	line-height: 120%;
}
.text19 {
	font-size: 1.1875em;
	line-height: 120%;
}
.text18 {
	font-size: 1.125em;
	line-height: 120%;
}
.text17 {
	font-size: 1.0625em;
	line-height: 120%;
}
.text16 {
	font-size: 1em;
	line-height: 150%;
}
.text15 {
	font-size: 0.9375em;
	line-height: 120%;
}
.text14 {
	font-size: 0.875em;
	line-height: 120%;
}
.text13 {
	font-size: 0.8125em;
	line-height: 122%;
}
.text12 {
	font-size: 0.75em;
	line-height: 120%;
}
.text11 {
	font-size: 0.6875em;
	line-height: 120%;
}
.text10 {
	font-size: 0.625em;
	line-height: 120%;
}
.extra-bold-text {
	font-weight: 800;
}
.bold-text {
	font-weight: 700;
}
.semi-bold-text {
	font-weight: 600;
}
.medium-text {
	font-weight: 500;
}
.regular-text {
	font-weight: 400;
}
.light-text {
	font-weight: 500;
}
.blue-text {
	color: #1055ff;
}
.no-wrap {
	white-space: nowrap;
}
.m-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.225s ease-out;
	-o-transition: 0.225s ease-out;
	transition: 0.225s ease-out;
	padding: 0 3.5em;
	height: 3.375em;
	border-radius: 6.25em;
	font-weight: 600;
	font-family: "SF UI Display", sans-serif;
}
.m-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.m-btn-blue {
	background-color: #1055ff;
	color: #fff;
}
.m-btn-blue:hover {
	background-color: rgb(0, 63.5146443515, 220);
	color: #fff;
}
.m-btn-white {
	background-color: #fff;
	color: #1055ff;
}
.m-btn-white:hover {
	background-color: #ffd438;
	color: #1055ff;
}
@media screen and (max-width: 992px) {
	.h1 {
		font-size: 2.25em;
		line-height: 111%;
	}
	.h2,
	.h3 {
		font-size: 2em;
		line-height: 119%;
	}
	.text20-tablet {
		font-size: 1.25em;
	}
	.text19-tablet {
		font-size: 1.1875em;
	}
	.text18-tablet {
		font-size: 1.125em;
	}
	.text17-tablet {
		font-size: 1.0625em;
	}
	.text16-tablet {
		font-size: 1em;
	}
	.text15-tablet {
		font-size: 0.9375em;
	}
	.text14-tablet {
		font-size: 0.875em;
		line-height: 143%;
	}
	.text13-tablet {
		font-size: 0.8125em;
	}
	.text12-tablet {
		font-size: 0.75em;
	}
	.text11-tablet {
		font-size: 0.6875em;
	}
	.text10-tablet {
		font-size: 0.625em;
	}
	.m-btn {
		padding: 0 3em;
		height: 3em;
	}
}
.fg {
	position: relative;
	margin: 0;
}
.fg label {
	display: block;
	font-size: 0.9375em;
	line-height: 140%;
	margin-bottom: 0.375em;
}
.fg label span {
	color: #1055ff;
}
.fg .nice-select,
.fg input,
.fg textarea {
	border-radius: 0.1875em;
	border: 1px solid #dadedf;
	padding: 0 1.25em;
	height: 3.6875em;
	width: 100%;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0);
	color: #000;
}
.fg .nice-select::-webkit-input-placeholder,
.fg input::-webkit-input-placeholder,
.fg textarea::-webkit-input-placeholder {
	color: #929798;
}
.fg .nice-select::-moz-placeholder,
.fg input::-moz-placeholder,
.fg textarea::-moz-placeholder {
	color: #929798;
}
.fg .nice-select:-ms-input-placeholder,
.fg input:-ms-input-placeholder,
.fg textarea:-ms-input-placeholder {
	color: #929798;
}
.fg .nice-select::-ms-input-placeholder,
.fg input::-ms-input-placeholder,
.fg textarea::-ms-input-placeholder {
	color: #929798;
}
.fg .nice-select::placeholder,
.fg input::placeholder,
.fg textarea::placeholder {
	color: #929798;
}
.fg .nice-select:focus,
.fg input:focus,
.fg textarea:focus {
	border-color: #9ca0a0;
	-webkit-box-shadow:
		0 0.25em 0.4375em 0 rgba(47, 63, 67, 0.03),
		0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.02) inset;
	box-shadow:
		0 0.25em 0.4375em 0 rgba(47, 63, 67, 0.03),
		0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.02) inset;
}
.fg .nice-select:disabled,
.fg input:disabled,
.fg textarea:disabled {
	pointer-events: none;
	background: #f6f6f6 !important;
	color: rgba(0, 0, 0, 0.4);
}
.fg textarea {
	padding-top: 1.19em;
	padding-bottom: 1.19em;
	height: 13.0625em;
	resize: vertical;
}
.fg__field {
	position: relative;
}
.fg .nice-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0.1875em;
	white-space: nowrap;
	height: 3.6875em;
	padding: 0 0 0 1.25em;
}
.fg .nice-select.disabled {
	pointer-events: none;
	background: #f6f6f6 !important;
}
.fg .nice-select.disabled .current {
	opacity: 0.4;
}
.fg .nice-select.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.fg .nice-select:focus {
	border: 1px solid #030b22;
}
.fg .nice-select:before {
	content: "";
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	border-left: #030b22;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 3.6875em;
	height: 3.6875em;
	background-image: url(../img/select-arrow.svg);
	background-size: 0.5em auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1em;
}
.fg .nice-select .current {
	font-size: 1em;
	line-height: 157%;
}
.fg .nice-select .list {
	margin-top: -1px;
	border-radius: 0 0 0.1875em 0.1875em;
	width: calc(100% + 2px);
	left: -1px;
	border: 1px solid #030b22;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 14.875em;
	overflow-y: auto;
	z-index: 5;
}
.fg .nice-select .list::-webkit-scrollbar {
	width: 0.1875em;
	height: 0.1875em;
}
.fg .nice-select .list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
}
.fg .nice-select .list::-webkit-scrollbar-thumb {
	background: #000;
}
.fg .nice-select .option {
	height: 3.6875em;
	font-size: 1em;
	line-height: 157%;
	padding: 0.5em 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2b2b2b;
	border: none;
	border-bottom: 1px solid #030b22;
}
.fg .nice-select .option:last-child {
	border-bottom: none;
}
.fg .nice-select .option.disabled {
	display: none;
}
.fg .nice-select .option.focus,
.fg .nice-select .option.selected.focus,
.fg .nice-select .option:hover {
	background-color: #1055ff;
	border-color: #1055ff;
	font-weight: 400;
	color: #fff;
}
.fg._error input,
.fg._error textarea {
	border-color: #1055ff;
	color: #1055ff;
}
.fg._error input::-webkit-input-placeholder,
.fg._error textarea::-webkit-input-placeholder {
	color: #1055ff;
}
.fg._error input::-moz-placeholder,
.fg._error textarea::-moz-placeholder {
	color: #1055ff;
}
.fg._error input:-ms-input-placeholder,
.fg._error textarea:-ms-input-placeholder {
	color: #1055ff;
}
.fg._error input::-ms-input-placeholder,
.fg._error textarea::-ms-input-placeholder {
	color: #1055ff;
}
.fg._error input::placeholder,
.fg._error textarea::placeholder {
	color: #1055ff;
}
.fg._error .fg__error-text {
	display: block;
}
.fg__error-text {
	margin-top: 0.375em;
	color: #1055ff;
	display: none;
}
.pass-toggle {
	position: absolute;
	bottom: 1em;
	right: 1.25em;
	width: 1.25em;
	height: 1.6875em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pass-toggle svg {
	width: 100%;
	height: auto;
}
.pass-toggle._active g {
	opacity: 1;
}
.m-check,
.m-radio {
	position: relative;
}
.m-check input,
.m-radio input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.m-check label,
.m-radio label {
	position: relative;
	cursor: pointer;
	display: block;
	padding-left: 2.125em;
	min-height: 1.25em;
	padding-top: 0.0625em;
}
.m-check label span,
.m-radio label span {
	font-size: 0.8125em;
	line-height: 140%;
}
.m-check label:after,
.m-check label:before,
.m-radio label:after,
.m-radio label:before {
	pointer-events: none;
}
.m-check label:before,
.m-radio label:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	border: 1px solid #dadedf;
	width: 1.25em;
	height: 1.25em;
	background-size: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.m-check label a,
.m-radio label a {
	text-decoration: underline;
	position: relative;
	z-index: 2;
}
.m-check._big label,
.m-radio._big label {
	padding-top: 0;
}
.m-check._big label span,
.m-radio._big label span {
	font-size: 1em;
	line-height: 140%;
}
.m-check._gray label,
.m-radio._gray label {
	color: #6b6e72;
}
.m-check._error input:not(:checked) ~ label:before,
.m-radio._error input:not(:checked) ~ label:before {
	border-color: #ff1515;
}
.m-check input:checked + label::before {
	background-color: #1055ff;
	border-color: #1055ff;
	background-size: 0.75em auto;
}
.m-check label:before {
	border-radius: 0.1875em;
	background-image: url(../img/check2.svg);
}
.m-check._gray label {
	color: #787878;
}
.m-radio input:checked ~ label:before {
	border: none;
	background-size: 100% auto;
}
.m-radio label:before {
	border-radius: 50%;
	background-image: url(../img/radio.svg);
}
.m-radio label span {
	display: block;
	line-height: 157%;
	color: #5b626c;
	margin-top: 0.125em;
}
.cartcalc {
	max-width: 100%;
	width: 7.5625rem;
	display: grid;
	grid-template-columns: 2.1875em calc(100% - 4.375em) 2.1875em;
	border: 1px solid #e9edf2;
	height: 3.125em;
}
.cartcalc button,
.cartcalc input {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.cartcalc input {
	border: none;
	border-left: 1px solid #e9edf2;
	border-right: 1px solid #e9edf2;
	color: #030b22;
	font-weight: 500;
	font-size: 1em;
	text-align: center;
}
.cartcalc svg {
	width: 0.5em;
	height: auto;
}
.cartcalc button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cartcalc button:hover {
	background-color: #e6e6ec;
}
.pagination {
	margin-top: 3.75em;
}
.pagination__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination__item {
	height: 3.625em;
	min-width: 3.625em;
	padding: 0 1.25em;
	border-radius: 0.25em;
	border: 1px solid #030b22;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0.3125em;
	font-weight: 500;
}
.pagination__item svg {
	width: 1.0625em;
	height: auto;
}
.pagination__item._active {
	pointer-events: none;
}
.pagination__item._active,
.pagination__item:hover {
	color: #fff;
	background-color: #030b22;
	border-color: #030b22;
}
.pagination__item._active path,
.pagination__item:hover path {
	fill: #fff;
}
.pagination__item._btn {
	padding: 0 1.5em;
}
@media screen and (max-width: 992px) {
	.pagination {
		margin-top: 1.875em;
	}
}
@media screen and (max-width: 576px) {
	.pagination {
		margin-top: 1.56em;
	}
	.pagination ._hide-tablet {
		display: none;
	}
	.pagination ._btn {
		width: 2.8125em;
		padding: 0;
	}
	.pagination__item {
		height: 2.8125em;
		min-width: 2.8125em;
		padding: 0 0.875em;
	}
	.pagination__item span {
		font-size: 0.875em;
	}
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tab {
	height: 3.5625em;
	padding: 0 1.56em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(3, 11, 34, 0.8);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab:not(:last-child) {
	margin: 0 0.94em 0 0;
}
.tab:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #1055ff;
	opacity: 0;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.tab span {
	font-size: 0.875em;
	line-height: 120%;
}
.tab:hover {
	background: #fbfbfb;
	cursor: pointer;
}
.tab._active {
	background: #fbfbfb;
	pointer-events: none;
}
.tab._active:before {
	opacity: 1;
}
.tab-content {
	display: none;
}
.tab-content._active {
	display: block;
}
.grid {
	display: grid;
	gap: 1.25em;
	grid-template-columns: 100%;
}
.grid2 {
	grid-template-columns: repeat(2, calc(50% - 0.5em));
}
.grid3 {
	grid-template-columns: repeat(3, calc(33.3333333333% - 0.8333333333em));
}
.grid4,
.grid5 {
	grid-template-columns: repeat(4, calc(25% - 0.9375em));
}
@media screen and (max-width: 992px) {
	.grid-tablet {
		grid-template-columns: 100%;
	}
	.grid-tablet2 {
		grid-template-columns: repeat(2, calc(50% - 0.625em));
	}
}
@media screen and (max-width: 576px) {
	.grid-mob {
		grid-template-columns: 100%;
	}
}
._flex,
._flex-between,
._flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
._flex-between._start,
._flex-center._start,
._flex._start {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}
._flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
._flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
._mt48 {
	margin-top: 3em;
}
._mt32 {
	margin-top: 2em;
}
._mt24 {
	margin-top: 1.5em;
}
.anim-newSing2 {
	opacity: 0;
	-webkit-transition: opacity 1.4s;
	-o-transition: opacity 1.4s;
	transition: opacity 1.4s;
}
.anim-newSing2--transform {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:
		opacity 1.4s 0.3s,
		-webkit-transform 1s 0.3s;
	transition:
		opacity 1.4s,
		transform 1s,
		-webkit-transform 1s;
	-o-transition:
		opacity 1.4s 0.3s,
		transform 1s 0.3s;
	transition-delay: 0.3s;
}
.anim-newSing2._delay {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.anim-newSing2.in-view {
	opacity: 1;
}
.anim-newSing2.in-view.anim-newSing--transform {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
@media screen and (max-width: 992px) {
	._mt16-tablet {
		margin-top: 1em;
	}
}
:root {
	--vh: 1vh;
}
.breadcrumbs {
	margin-top: 60px;
}
.breadcrumbs__item {
	font-size: 16px;
	line-height: 110%;
	position: relative;
	font-weight: 400;
	display: inline;
}
.breadcrumbs__item:last-child {
	font-weight: 600;
}
.breadcrumbs__item:not(:first-child) {
	margin-left: 24px;
}
.breadcrumbs__item:not(:first-child):before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 3.51px;
	height: 3.51px;
	background-color: #1055ff;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
	right: 100%;
	margin-right: 10px;
}
.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100 * var(--vh));
	background-color: #030b22;
	opacity: 0.5;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100 * var(--vh));
	overflow-y: auto;
	z-index: 80;
	opacity: 0;
	pointer-events: none;
	padding: 1em 0;
	text-align: center;
}
.modal:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal__dialog {
	text-align: left;
	vertical-align: middle;
	background: #fff;
	width: 67em;
	max-width: calc(100% - 2em);
	position: relative;
	z-index: 3;
	padding: 3em;
	border-radius: 1.5em;
	display: inline-block;
}
.modal._active {
	opacity: 1;
	pointer-events: unset;
}
.modal._active .modal__bg {
	display: block;
}
.modal__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.modal .close-btn {
	width: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header {
	padding: 0.625em 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header__logo {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 7.83em;
	margin-top: 0.25em;
}
.header__logo img {
	width: 100%;
	display: block;
}
.header__link {
	height: 2.5em;
	padding: 0 1.25em;
}
.header__link span {
	font-size: 0.875em;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5em;
}
.nav__link {
	font-weight: 500;
	font-size: 0.875em;
	line-height: 143%;
}
@media screen and (max-width: 992px) {
	.header {
		padding: 0.75em 0;
	}
	.header__logo {
		width: 7.38em;
	}
	.header__link {
		height: 2em;
		padding: 0 0.75em;
	}
	.nav {
		display: none;
	}
}
.footer {
	padding: 2.5em 0;
	border-top: 1px solid #eceef5;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 29.5625em;
	max-width: 100%;
	text-align: center;
	color: #6f768b;
	margin: 0 auto;
}
.footer__logo {
	display: block;
	width: 8.3em;
	margin-bottom: 1.93em;
}
.footer__logo img {
	width: 100%;
	display: block;
}
.footer__c {
	margin-top: 3.875em;
}
._line,
._line-anim {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
._line-anim.in-view,
._line.in-view {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
._line {
	display: inline-block;
}
._line:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
._line:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
@-webkit-keyframes fade {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@keyframes fade {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
.main {
	padding: 10.125em 0 6.75em;
	text-align: center;
	background-image:
		url(../img/main-bg3.svg),
		-o-linear-gradient(271deg, #fff 3.19%, #aad2ff 95.85%);
	background-image:
		url(../img/main-bg3.svg),
		linear-gradient(179deg, #fff 3.19%, #aad2ff 95.85%);
	background-repeat: no-repeat;
	background-size:
		100% auto,
		cover;
	background-position: 0 0;
	position: relative;
}
.main.in-view:before {
	opacity: 1;
}
.main.in-view ._line,
.main.in-view .main__desc,
.main.in-view .main__desc2,
.main.in-view .main__nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/main-bg.svg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-animation: 3s infinite fade;
	animation: 3s infinite fade;
}
.main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45em;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.main .h1 {
	text-align: center;
}
.main__desc {
	margin-top: 1.44em;
	max-width: 34em;
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.main__desc br {
	display: none;
}
.main__desc2 {
	margin-top: 3em;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.main__nav {
	margin-top: 1.69em;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.subtitle {
	font-size: 0.8125em;
	font-family: "IBM Plex Mono", sans-serif;
	line-height: 153%;
	font-weight: 500;
	color: #ff5e00;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.solution {
	padding: 4.31em 0 1.5em;
	overflow: hidden;
	color: #0b0a09;
}
.solution__inner {
	display: grid;
	grid-template-columns: 33.125em 29.6875em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eaebec;
	padding-bottom: 4.44em;
	position: relative;
}
.solution__bg {
	position: absolute;
	top: -6.81em;
	left: 20.75em;
	z-index: -1;
	width: 61em;
}
.solution__bg img {
	width: 100%;
	display: block;
}
.solution__bg ._view2 {
	display: none;
}
.solution__title {
	margin-top: 1.625em;
}
.solution__title ._line {
	white-space: nowrap;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.solution__title ._line:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.solution__title ._line:nth-child(3) {
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.solution__desc {
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.solution__img {
	width: 100%;
	display: block;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.solution__quote {
	border: 1px solid #f2ddca;
	background: #fffdfa;
	margin-top: 1.5em;
	padding: 1.4em 2em 2.125em;
	position: relative;
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.solution__quote img {
	width: 1.5625em;
	margin-bottom: 1em;
	display: block;
}
.solution__quote .rect {
	position: absolute;
	width: 1.5em;
	height: 0.75em;
}
.solution__quote .rect1 {
	border-top: 1px solid #ff6d18;
	border-left: 1px solid #ff6d18;
	top: 0;
	left: 0;
}
.solution__quote .rect2 {
	border-top: 1px solid #ff6d18;
	border-right: 1px solid #ff6d18;
	top: 0;
	right: 0;
}
.solution__quote .rect3 {
	border-bottom: 1px solid #ff6d18;
	border-right: 1px solid #ff6d18;
	bottom: 0;
	right: 0;
}
.solution__quote .rect4 {
	border-bottom: 1px solid #ff6d18;
	border-left: 1px solid #ff6d18;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 992px) {
	.main {
		padding: 7.8125em 0 6.5em;
	}
	.main__desc {
		margin-top: 1em;
	}
	.main__desc br {
		display: unset;
	}
	.main__desc2 {
		margin-top: 2em;
	}
	.main__nav {
		margin-top: 1.5em;
	}
	.solution {
		padding: 2em 0 0.75em;
	}
	.solution__inner {
		grid-template-columns: 100%;
		gap: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.solution__bg {
		bottom: -1em;
		top: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		width: 26.875em;
	}
	.solution__bg ._view1 {
		display: none;
	}
	.solution__bg ._view2 {
		display: block;
	}
	.solution__col {
		position: relative;
		z-index: 2;
	}
	.solution__col2 {
		margin-top: -1.875em;
		position: relative;
		z-index: 3;
	}
	.solution__title {
		margin-top: 1em;
	}
	.solution__desc,
	.solution__quote {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.solution__quote {
		padding-bottom: 2.8125em;
	}
	.solution__img {
		width: 17.5em;
		margin: 0 auto;
	}
}
@media screen and (max-width: 576px) {
	.main {
		background-image:
			url(../img/main-bg4.svg),
			-o-linear-gradient(271deg, #fff 3.19%, #aad2ff 95.85%);
		background-image:
			url(../img/main-bg4.svg),
			linear-gradient(179deg, #fff 3.19%, #aad2ff 95.85%);
	}
	.main:before {
		background-image: url(../img/main-bg2.svg);
	}
	.solution__img {
		width: 13em;
	}
}
.what {
	padding: 3.75em 0 1.5em;
}
.what__inner {
	display: grid;
	grid-template-columns: calc(100% - 36.8em) 36.8em;
	position: relative;
	border-bottom: 1px solid #eaebec;
	padding-bottom: 7.64em;
}
.what__col {
	width: calc(100% + 3em);
	padding-top: 1.62em;
}
.what__title {
	margin-top: 2.125em;
}
.what__title ._line {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.what__title ._line:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.what__title ._line:nth-child(3) {
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.what__desc {
	margin-top: 1.875em;
	display: grid;
	grid-template-columns: 100%;
	gap: 1.5em;
	max-width: 31.875em;
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.what__img {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.what__img img {
	width: 100%;
	display: block;
}
.what__img ._view2 {
	display: none;
}
.how {
	padding: 2.81em 0 6.62em;
}
.how__top {
	text-align: center;
}
.how__title {
	margin-top: 1.25em;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.how__grid {
	margin-top: 3.375em;
	display: grid;
	grid-template-columns: repeat(3, calc(33.3333333333% - 2.5em));
	gap: 3.75em;
}
@media screen and (min-width: 993px) {
	.how-card {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.how-card:nth-child(2) {
		-webkit-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.how-card:nth-child(3) {
		-webkit-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
}
.how-card__img {
	position: relative;
	padding-bottom: 83.9%;
	display: block;
	border-radius: 1.25em;
}
.how-card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: inherit;
}
.how-card__info {
	margin: 0.75em 0 1em;
	display: grid;
	grid-template-columns: 100%;
	gap: 0.5em;
}
.how-card__step {
	color: #ff6d18;
	font-family: "IBM Plex Mono", sans-serif;
	font-size: 0.6875em;
	line-height: 181%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
}
.how-card__title {
	font-family: "SF UI Display", sans-serif;
	font-weight: 600;
	font-size: 1.5625em;
	line-height: 112%;
}
.how-card__desc {
	font-size: 1em;
	line-height: 143%;
}
@media screen and (max-width: 992px) {
	.what {
		padding: 1.5em 0 0;
	}
	.what__inner {
		grid-template-columns: 100%;
		gap: 2.69em;
		padding-bottom: 4.75em;
	}
	.what__col {
		padding: 0;
		width: 100%;
	}
	.what__desc,
	.what__title {
		margin-top: 1em;
	}
	.what__img ._view1 {
		display: none;
	}
	.what__img ._view2 {
		display: block;
	}
	.what .solution__bg {
		bottom: 5em;
	}
	.how {
		padding: 3em 0;
	}
	.how__top {
		text-align: left;
	}
	.how__title {
		margin-top: 1em;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.how__grid {
		margin-top: 1.5em;
		grid-template-columns: 100%;
		gap: 1.5em;
	}
	.how-card {
		display: grid;
		grid-template-columns: 8.75em calc(100% - 10em);
		gap: 1.25em;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.how-card__img {
		border-radius: 0.5em;
	}
	.how-card__info {
		margin: 0 0 0.5em;
		display: grid;
		grid-template-columns: 100%;
		gap: 0.5em;
	}
	.how-card__title {
		font-size: 1.1875em;
		line-height: 126%;
	}
	.how-card__desc {
		font-size: 0.875em;
		line-height: 150%;
	}
}
@media screen and (max-width: 576px) {
	.what__title {
		font-size: 0.9375em;
	}
}
.page-bottom {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#fff),
		to(#f6f9fb)
	);
	background: -o-linear-gradient(bottom, #fff 0, #f6f9fb 100%);
	background: linear-gradient(0deg, #fff 0, #f6f9fb 100%);
}
.roadmap {
	padding: 3.5em 0;
	overflow: hidden;
}
.roadmap__title {
	margin-top: 2em;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.roadmap__grid {
	display: grid;
	grid-template-columns: 21em 21em 21em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.5em;
	margin-top: 2.75em;
	position: relative;
}
.roadmap__line {
	position: absolute;
	width: 200vw;
	height: 1.75em;
	background: rgba(214, 234, 255, 0.45);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 2.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.roadmap__line:before {
	content: "";
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#daeaff),
		to(#3483eb)
	);
	background: -o-linear-gradient(left, #daeaff 0, #3483eb 100%);
	background: linear-gradient(90deg, #daeaff 0, #3483eb 100%);
	height: 0.25em;
	width: 100%;
	display: block;
}
.step-card {
	position: relative;
	z-index: 2;
}
.step-card__date {
	font-size: 1.0625em;
	line-height: 117%;
	text-transform: uppercase;
	font-weight: 600;
	color: #1055ff;
	font-family: "IBM Plex Sans", sans-serif;
	letter-spacing: 0.08em;
}
.step-card__rect {
	width: 0.625em;
	height: 0.625em;
	background-color: #1055ff;
	margin: 1.8125em 0 1.8125em 0.25em;
}
.step-card__content {
	display: grid;
	grid-template-columns: 100%;
	gap: 1em;
}
.step-card__title {
	font-size: 1.5625em;
	line-height: 112%;
	font-weight: 600;
	font-family: "SF UI Display", sans-serif;
}
.step-card__desc {
	font-size: 0.9375em;
	line-height: 153%;
}
.partners {
	padding: 3.125em 0;
}
.partners__grid {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 0.5625em));
	gap: 0.75em;
	margin-top: 3em;
}
.partner-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.25em 2em;
	height: 7.25em;
	border-radius: 1.37363em;
	background: #f0f4f7;
}
.partner-item img {
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: darken;
}
@media screen and (min-width: 993px) {
	.step-card {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.step-card:nth-child(2) {
		-webkit-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.step-card:nth-child(3) {
		-webkit-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
	.partner-item {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.partner-item:nth-child(2) {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.partner-item:nth-child(3) {
		-webkit-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.partner-item:nth-child(4) {
		-webkit-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
}
@media screen and (max-width: 992px) {
	.roadmap {
		padding: 2.5em 0;
	}
	.roadmap__title {
		margin-top: 1em;
	}
	.roadmap__grid {
		grid-template-columns: 100%;
		margin-top: 1.5em;
		padding-left: 3em;
	}
	.roadmap__line {
		width: 1.0625em;
		height: 100%;
		left: 0;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0.44em 0;
	}
	.roadmap__line:before {
		height: 100%;
		width: 0.125em;
	}
	.step-card__date {
		font-size: 1.0625em;
		line-height: 117%;
		text-transform: uppercase;
		font-weight: 600;
		color: #1055ff;
		font-family: "IBM Plex Sans", sans-serif;
		letter-spacing: 0.08em;
	}
	.step-card__rect {
		width: 0.5em;
		height: 0.5em;
		margin: 0 2.1875em 0 0;
		position: absolute;
		top: 2.375em;
		right: 100%;
	}
	.step-card__content {
		margin-top: 0.625em;
		gap: 0.5em;
	}
	.step-card__title {
		font-size: 1.1875em;
		line-height: 126%;
	}
	.step-card__desc {
		font-size: 0.875em;
		line-height: 150%;
	}
	.partners {
		padding: 3em 0;
	}
	.partners__grid {
		grid-template-columns: repeat(4, calc(25% - 0.375em));
		gap: 0.5em;
		margin-top: 1.5em;
	}
	.partner-item {
		padding: 0.25em 1.4em;
		height: 5.125em;
		border-radius: 1em;
	}
}
@media screen and (max-width: 576px) {
	.partners .h2 {
		text-align: left;
	}
	.partners__grid {
		grid-template-columns: repeat(2, calc(50% - 0.25em));
	}
}
.feedback {
	padding: 3.19em 0;
}
.feedback__inner {
	padding: 2.69em 3.375em;
	border-radius: 1.5em;
	background-color: #1055ff;
	color: #fff;
	background-image: url(../img/feedback-bg.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 47.3125em auto;
}
.feedback__logo {
	width: 2.875em;
	display: block;
	margin-bottom: 1.125em;
}
.feedback__title {
	max-width: 40em;
	margin-bottom: 1em;
}
.feedback__title .h3 {
	font-size: 2.823em;
}
.feedback__mail {
	font-size: 2em;
	color: #ffd438;
}
.feedback__mail:hover {
	color: #ffd438;
	opacity: 0.8;
}
.feedback__wrap {
	margin-top: 2.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 24em;
}
.feedback__btn {
	padding: 0 2em;
	height: 3em;
	margin-right: 1.31em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.feedback__hint {
	font-size: 0.8125em;
	line-height: 122%;
}
.feedback__bottom {
	margin-top: 2.875em;
	max-width: 24em;
	display: grid;
	grid-template-columns: 100%;
	gap: 0.75em;
}
.feedback__text {
	color: hsla(0, 0%, 100%, 0.71);
	font-size: 0.8125em;
	line-height: 122%;
}
.feedback__text a {
	text-decoration: underline;
}
.feedback__text a:hover {
	color: #fff;
}
@media screen and (max-width: 992px) {
	.feedback {
		padding: 2em 0 3em;
	}
	.feedback__inner {
		padding: 2.69em 1.5em;
		border-radius: 1.25em;
		background-image: url(../img/feedback-bg2.svg);
		background-size: 20.875em auto;
	}
	.feedback__logo {
		width: 2.5em;
	}
	.feedback__title .h3 {
		font-size: 2em;
		line-height: 119%;
	}
	.feedback__mail {
		font-size: 1.61em;
	}
	.feedback__bottom {
		margin-top: 2em;
	}
}
@media screen and (max-width: 576px) {
	.feedback__wrap {
		display: block;
	}
	.feedback__btn {
		width: 100%;
		margin: 0 0 1.25em;
	}
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
