:root {
	--wrapper-offset: 20px;
	--wrapper-size: 1140px;
	--section-offset: 100px;
	--section-offset-small: 80px;

	--font-family: "LabGrotesque", sans-serif;
	--content-width: 1140px;
	--container-offset: 20px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--light-color: #fff;
}

@media only screen and (max-width: 992px) {
	:root {
		--section-offset: 80px;
		--section-offset-small: 70px;
	}
}

@media only screen and (max-width: 576px) {
	:root {
		--section-offset: 60px;
		--section-offset-small: 60px;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
}
body.blocked-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

main {
	display: block;
}
h1 {
	font-size: 2em;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
abbr[title] {
	text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted currentColor;
	text-decoration: underline dotted currentColor;
	border-bottom: none;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img,
fieldset {
	border: 0;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}
button,
input {
	overflow: visible;
}
input {
	border-radius: 0;
}
button,
select {
	text-transform: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
table {
	border-collapse: collapse;
	border: 0;
}
table td {
	padding: 0;
	vertical-align: top;
}
input {
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/LabGrotesque-Light.woff) format('woff'), url(../fonts/LabGrotesque-Light.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/LabGrotesque-Regular.woff) format('woff'),
		url(../fonts/LabGrotesque-Regular.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/LabGrotesque-Medium.woff) format('woff'), url(../fonts/LabGrotesque-Medium.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/LabGrotesque-Bold.woff) format('woff'), url(../fonts/LabGrotesque-Bold.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/LabGrotesque-Black.woff) format('woff'), url(../fonts/LabGrotesque-Black.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'LabGrotesque';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/LabGrotesque-Thin.woff) format('woff'), url(../fonts/LabGrotesque-Thin.woff2) format('woff2');
	font-display: swap;
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}
}
@keyframes slideIn {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}
}

body {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden auto;
	font-family: LabGrotesque, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	color: #0f1011;
	background-color: #fff;
}
img,
svg {
	max-width: 100%;
}
.wrap {
	width: 100%;
	max-width: calc(1140px + 2 * 20px);
	max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
	padding: 0 20px;
	padding: 0 var(--wrapper-offset);
	margin: 0 auto;
}
.icon {
	width: 100%;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex_inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.flex_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex_nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flex_right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex_vertical {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-underline {
	text-decoration: underline;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.25em;
}
.object-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.invisible-container {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
}
.no-select {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.no-pe {
	pointer-events: none;
}
.overflow-y {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.color-purple {
	color: #909cf8;
}
[data-tippy-root] {
	z-index: 5000;
}
[data-tippy-root] .tippy-box {
	font-size: medium;
	font-size: initial;
	line-height: normal;
	line-height: initial;
	color: inherit;
	white-space: normal;
	white-space: initial;
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
}
[data-tippy-root] .tippy-content {
	padding: 0;
}
strong,
.strong {
	font-weight: 500;
}
b,
.b {
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
.h1 {
	font-size: 40px;
	line-height: 1.3;
}
.h2 {
	font-size: 30px;
	line-height: 1.4;
}
.h3 {
	font-size: 28px;
	line-height: 1.4;
}
.h4 {
	font-size: 24px;
	line-height: 1.2;
}
.h5 {
	font-size: 20px;
	line-height: 1.2;
}
.h6 {
	font-size: 18px;
	line-height: 1.5;
}
@media only screen and (max-width: 992px) {
	.h1 {
		font-size: 34px;
	}
	.h2 {
		font-size: 24px;
	}
	.h3 {
		font-size: 23px;
	}
	.h4 {
		font-size: 20px;
	}
	.h5 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 576px) {
	.h1 {
		font-size: 28px;
	}
	.h2 {
		font-size: 18px;
	}
	.h3 {
		font-size: 18px;
	}
	.h4 {
		font-size: 18px;
	}
	.h5 {
		font-size: 16px;
	}
	.h6 {
		font-size: 16px;
	}
}

@-webkit-keyframes slide-in {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}
}
@keyframes slide-in {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}
}

.list {
	list-style-type: none;
}
.list__item {
	position: relative;
	padding-left: 26px;
}
.list__item:not(:last-child) {
	margin-bottom: 16px;
}
.list__item::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	background: url('data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0C7.9952 4.41664 4.41531 7.99555 0 7.99555C4.41828 7.99555 8 11.5793 8 16C8 11.5793 11.5817 7.99555 16 7.99555C11.5847 7.99555 8.0048 4.41664 8 0Z%27 fill=%27%23909CF8%27/%3E%3C/svg%3E%0A')
		center center/cover no-repeat;
}
@media only screen and (max-width: 992px) {
	.list__item {
		padding-left: 20px;
	}
	.list__item:not(:last-child) {
		margin-bottom: 11px;
	}
	.list__item::before {
		width: 13px;
		height: 13px;
	}
}
@media only screen and (max-width: 576px) {
	.list__item {
		padding-left: 16px;
	}
	.list__item:not(:last-child) {
		margin-bottom: 6px;
	}
	.list__item::before {
		width: 10px;
		height: 10px;
	}
}
@media only screen and (min-width: 993px) {
	.list_columns {
		display: block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.list_columns .list__item {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
	}
}

.button__text {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.button {
	color: #000;
	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-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.button {
	min-width: 235px;
	max-width: 100%;
	padding: 22px;
	background-color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.button:hover {
	background-color: #909cf8;
}
.button_small {
	min-width: 180px;
	padding: 13px;
}
.button_transparent {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
}
.button_transparent:hover {
	border-color: rgba(0, 0, 0, 0);
}
.button__text {
	max-width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #0f1011;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.button:hover .button__text {
	color: #fff;
}
.button_small .button__text {
	font-size: 14px;
	line-height: 1;
}
.button_transparent .button__text {
	color: #fff;
}
@media only screen and (max-width: 576px) {
	.button {
		min-width: 100%;
		padding: 16px;
	}
	.button_small {
		min-width: 160px;
		padding: 13px;
	}
	.button__text {
		font-size: 17px;
		line-height: 1.5;
	}
}
:root {
	--font-family: "LabGrotesque", sans-serif;
	--content-width: 1140px;
	--container-offset: 20px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Light.woff2") format("woff2");
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Medium.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Black.woff2") format("woff2");
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "LabGrotesque";
	src: url("../fonts/LabGrotesque-Thin.woff2") format("woff2");
	font-weight: 100;
	font-display: swap;
	font-style: normal;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.is-hidden {
	display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
	border: none;
	padding: 0;
	background: 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-decoration, .input-reset::-webkit-search-cancel-button, .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);
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.389);
	opacity: 0;
	-webkit-transition: opacity var(--ui-transition) ease;
	transition: opacity var(--ui-transition) ease;
	pointer-events: none;
}
.overlay--show {
	opacity: 1;
	pointer-events: painted;
}

.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

.centered {
	text-align: center;
}

.dis-scroll {
	position: static;
	overflow: hidden;
	width: auto;
	height: auto;
}

.article {
	font-style: normal;
}

.address {
	font-style: normal;
}

.picture {
	display: block;
	line-height: 0;
}

.h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
}
@media (max-width: 576px) {
	.h1 {
		font-size: 28px;
	}
}

.h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #0f1011;
}
@media (max-width: 576px) {
	.h2 {
		font-size: 22px;
		line-height: 140%;
	}
}

.btn-close {
	right: 25px;
	top: 25px;
	width: 32px;
	height: 32px;
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-linecap: square;
	stroke-linejoin: round;
	stroke-width: 1.5;
	-webkit-transition: stroke 0.2s linear, opacity 0.2s linear;
	transition: stroke 0.2s linear, opacity 0.2s linear;
}
.btn-close svg {
	width: 28px;
	height: 28px;
	pointer-events: none;
}
@media (any-hover: hover) {
	.btn-close:hover {
		stroke: rgba(255, 255, 255, 0.7);
	}
}

.field {
	border-bottom: 1px solid #fff;
	padding-bottom: 11px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	background: transparent;
	opacity: 0.7;
}
.field::-webkit-input-placeholder {
	color: #fff;
}
.field::-moz-placeholder {
	color: #fff;
}
.field:-ms-input-placeholder {
	color: #fff;
}
.field::-ms-input-placeholder {
	color: #fff;
}
.field::placeholder {
	color: #fff;
}

.checkbox {
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 4px;
	width: 15px;
	height: 15px;
	background-image: url("../img/icons/check.svg");
	background-size: 9px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.checkbox:checked {
	background-color: #909cf8;
}
.checkbox--bg:checked {
	background-color: #545c69;
}

.window-guide {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	padding: 50px;
	width: 100%;
	max-width: 1140px;
	max-height: 100%;
	background: #909cf8;
	gap: 20px;
}
.window-guide--success {
	position: relative;
	max-width: 600px;
}
.window-guide--success.show {
	display: block;
}
.window-guide--success::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/info.svg");
	margin: 0 auto;
}
@media (max-width: 576px) {
	.window-guide--success::before {
		width: 30px;
		height: 30px;
	}
}
.window-guide--success .modal__window-accent {
	flex-basis: auto;
	text-align: center;
}
@media (max-width: 992px) {
	.window-guide {
		-ms-flex-flow: nowrap;
		flex-flow: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 50px 20px;
	}
}

.modal__window-fields .iti.iti--allow-dropdown {
	width: 100%;
}

.modal__window-fields .iti.iti--allow-dropdown:not(:last-child) {
	margin-bottom: 25px;
}

/*

.main {
  z-index: 1;
  padding: 160px 0 80px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .main {
    padding: 90px 0 50px;
  }
}
.main_dark {
  background: -o-linear-gradient(left, #545c69 0%, #262f3c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#545c69), to(#262f3c));
  background: linear-gradient(90deg, #545c69 0%, #262f3c 100%);
}
.main_light {
  background-color: #f6f6f6;
}
.main__wrap {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.main__title h1 {
  font: inherit;
  display: inline-block;
}
.main__title {
  width: 100%;
  max-width: 990px;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .main__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 576px) {
  .main__title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
  }
}
.main__title h1 {
  color: #909cf8;
}
.main_dark .main__title {
  color: #fff;
}
.main_light .main__title {
  color: #0f1011;
}
.main__btn {
  border: 1px solid transparent;
  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-top: 50px;
  width: 100%;
  max-width: 240px;
  padding: 22px;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
@media only screen and (max-width: 992px) {
  .main__btn {
    margin-top: 30px;
    padding: 13px;
    font-size: 17px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 576px) {
  .main__btn {
    margin: 30px auto 0;
  }
}
.main_dark .main__btn {
  background-color: #fff;
  color: #0f1011;
}
.main_dark .main__btn:hover {
  background-color: #909cf8;
  color: #fff;
}
.main_light .main__btn {
  background-color: #909cf8;
  color: #fff;
}
.main_light .main__btn:hover {
  background-color: #fff;
  border-color: #909cf8;
  color: #909cf8;
}
.main__btn:hover {
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.main__items {
  margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .main__items {
    margin-top: 50px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .main__items {
    grid-template-columns: 1fr;
  }
}
.main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: auto;
  padding-left: 32px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .main__item {
    padding-left: 27px;
  }
}
.main__item-count {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #909cf8;
}
.main__item-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}
.main_dark .main__item-text {
  color: #fff;
}
.main_light .main__item-text {
  color: #0f1011;
}
@media only screen and (max-width: 992px) {
  .main__item-text {
    font-size: 18px;
  }
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

*/
/*
.companies {
  padding: 150px 0;
  background: url(../img/backgrounds/companies-bg.png) top center/contain no-repeat;
}
@media only screen and (max-width: 992px) {
  .companies {
    background: url(../img/backgrounds/companies-bg.png) top center/cover no-repeat;
    padding: 80px 0;
  }
}
.companies__wrap {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.companies__title {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #0f1011;
}
@media only screen and (max-width: 992px) {
  .companies__title {
    font-size: 22px;
    max-width: 550px;
  }
}
.companies__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .companies__items {
    margin-top: 30px;
    gap: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .companies__items {
    grid-template-columns: 1fr;
  }
}
.companies__item {
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
  .companies__item {
    padding: 10px 15px;
  }
}
.companies__item-caption {
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  color: #909cf8;
}
@media only screen and (max-width: 992px) {
  .companies__item-caption {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .companies__item-caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .companies__item-caption {
    font-size: 13px;
  }
}
.companies__item-img {
  margin-top: 26px;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .companies__item-img {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .companies__item-img {
    margin: 0 auto;
  }
}
*/
