@font-face {
	font-family: Geometria;
	font-display: swap;
	src: url(../fonts/Geometria-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Geometria;
	font-display: swap;
	src: url(../fonts/Geometria-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Geometria;
	font-display: swap;
	src: url(../fonts/Geometria-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}
:root {
	--font-family: "Geometria", sans-serif;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
*::after,
*::before {
	display: inline-block;
}
body,
html {
	height: 100%;
	min-width: 340px;
}
body {
	color: #000;
	line-height: 1;
	font-family: Geometria;
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
	font-family: Geometria;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
option,
select {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	background: #f4f8fe;
}
.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*="__container"] {
	margin: 0 auto;
	max-width: 73.75rem;
}
[class*="--gc"] {
	display: grid;
	min-width: 0;
	grid-template-columns: 0.9375rem 1fr minmax(auto, 71.875rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
	min-width: 0;
	grid-column: 3/4;
}
.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ibg--top {
	-o-object-position: top;
	object-position: top;
}
.ibg--bottom {
	-o-object-position: bottom;
	object-position: bottom;
}
.ibg--left {
	-o-object-position: left;
	object-position: left;
}
.ibg--right {
	-o-object-position: right;
	object-position: right;
}
.ibg--contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.main-page__section::-webkit-scrollbar {
	display: none;
}
.phone,
.pulse {
	position: absolute;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.pulse {
	position: relative;
	transition: 0.5s;
}
.pulse img {
	position: relative;
	z-index: 2;
}
.banka {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 5;
}
.banka img {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.pulse::after,
.pulse::before {
	content: "";
	position: absolute;
	border: 2px solid #cbe4fb;
	left: -30px;
	right: -30px;
	top: -30px;
	bottom: -30px;
	border-radius: 50%;
	-webkit-animation: pulse 2.8s linear infinite;
	animation: pulse 2.8s linear infinite;
	opacity: 0;
}
.pulse::after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
.hero__anim {
	max-width: 18.875rem;
}
.marketplace-btn {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	border-radius: 9px;
	height: 4.375rem;
	width: 100%;
	max-width: 18.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3.125rem;
}
.marketplace-ozon {
	background: #2665e2;
}
.marketplace-wb {
	background: #be10a5;
}
.main__wrapper {
	padding: 0 5.625rem;
}
.main__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.main-page-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.625rem;
}
.main-page-top__logo img {
	width: 100%;
}
.main-page-top-content__heading {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.main-page-top-content__title {
	text-align: right;
	font-family: var(--font-family);
	font-weight: 500;
	color: #3c3c3b;
	margin-bottom: 0.3125rem;
	font-size: 2.5rem;
}
.main-page-top-content__title span {
	color: #0065b3;
}
.main-page-top-content__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	text-align: right;
	color: #3c3c3b;
	max-width: 25.3125rem;
	font-size: 1.5rem;
}
.main-page-center {
	padding: 3.125rem 2.5rem 5rem 2.5rem;
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	align-items: center;
}
.main-page-list__item {
	display: flex;
	align-items: center;
	max-width: 15rem;
	gap: 1.25rem;
}
.main-page-list__item:not(:last-child) {
	margin-bottom: 4.375rem;
}
.main-page-list__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: #0065b3;
	display: inline-block;
}
.main-page-marketplace-btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5.625rem;
}
@media (max-width: 73.75em) {
	[class*="__container"] {
		max-width: 60.625rem;
	}
}
@media (max-width: 61.99875em) {
	[class*="__container"] {
		max-width: 46.875rem;
	}
	.banka img {
		-webkit-transform: scale(1.45);
		transform: scale(1.45);
	}
	.main__wrapper {
		padding: 0;
	}
	.main__inner {
		height: 100%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.main-page-center {
		flex-direction: column;
		gap: 4.375rem;
	}
	.main-page-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.3125rem;
	}
	.main-page-list__item {
		width: calc(50% - 20px);
	}
	.main-page-list__item:not(:last-child) {
		margin-bottom: 0;
	}
}
@media (max-width: 47.99875em) {
	[class*="__container"] {
		max-width: none;
		padding: 0 0.9375rem;
	}
	.pulse__image-ibg img {
		scale: 0.95;
	}
	.banka img {
		-webkit-transform: scale(1.39);
		transform: scale(1.39);
	}
	.marketplace-btn {
		max-width: 297px;
	}
	.main__container {
		max-width: 23.125rem;
	}
	.main-page-top__logo img {
		max-width: 100px;
	}
	.main-page-top-content__heading {
		max-width: 15.625rem;
	}
	.main-page-top-content__title {
		font-size: 1.25rem;
	}
	.main-page-top-content__subtitle {
		font-size: 0.75rem;
	}
	.main-page-center {
		padding: 3.0625rem 2.5rem 1.25rem 2.5rem;
		gap: 2.9525rem;
	}
	.main-page-list {
		-webkit-column-gap: 2.4375rem;
		-moz-column-gap: 2.4375rem;
		column-gap: 2.4375rem;
	}
	.main-page-list__item {
		gap: 0.4375rem;
	}
	.main-page-list__item img {
		max-width: 1.875rem;
	}
	.main-page-list__text {
		font-size: 0.6875rem;
	}
	.main-page-marketplace-btn-box {
		flex-direction: column;
		gap: 1.25rem;
	}
	.main-page-list-two {
		-webkit-column-gap: 2.475rem;
		-moz-column-gap: 2.475rem;
		column-gap: 2.475rem;
	}
	.main-page-list-one {
		display: none;
	}
}
@media (max-width: 29.99875em) {
	.marketplace-btn {
		
	}
	.main__inner {
		height: 100%;
	}
	.main-page-top-content__heading {
		max-width: 14.375rem;
	}
}
