.static-page {
	color: #0D0D0D;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}

.top-gradient {
	background: radial-gradient(92.5% 92.5% at 50% 0%, #B9E6F8 0%, rgba(148, 224, 174, 0.00) 91.52%);
}

.section {
	padding: 48px 0;
}

.section_size_large {
	padding: 80px 0;
}

.static-banner {
	margin-bottom: 48px;
}

.static-banner__image-wrapper {
	max-width: 550px;
}

.static-banner__image {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.title {
	margin: 0;
	font-weight: 500;
}

.title_type_first {
	font-size: 40px;
	line-height: 1.2;
}

.title_type_second {
	font-size: 32px;
	line-height: 1.25;
}

.title_type_third {
	font-size: 20px;
	line-height: 1.3;
}

.tab__title {
	text-align: center;
	margin-bottom: 16px;
}

.static-banner__title {
	margin-bottom: 24px;
}

.paragraph {
	margin: 0;
}

.tab__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-radius: 12px;
	border: 2px solid #E5E5E5;
	background: #E5E5E5;
	width: 550px;
	margin-bottom: 48px;
}

.tab__item {
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	color: #606060;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	transition: .2s ease-in-out color;
	cursor: pointer;
}

.tab__item_active, .tab__item:hover, .tab__item_active .tab__link, .tab__item:hover .tab__link {
	color: #0D0D0D;
}

.tab__item_active {
	cursor: default;
	background: #FFF;
}

.tab__link {
	display: block;
	padding: 10px 8px;
	color: #606060;
	text-decoration: none;
	transition: .2s ease-in-out color;
}

.tab__pane {
	display: none;
}

.tab__pane_active {
	display: block;
}

.store-list {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-bottom: 16px;
	gap: 20px;
	max-width: max-content;
}

.store-list__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
}

.store__list-link {
	display: block;
	position: relative;
	overflow: hidden;
}

.store__list-link::before {
	content: '';
	display: block;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .2s ease-in-out opacity;
}

.store__list-link:hover::before {
	opacity: .3;
}

.store-list__text {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

.tab__image-wrapper {
	text-align: center;
}

.tab__image {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}

.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.list_type_numbered {
	counter-reset: counter;
}

.list_type_numbered>li {
	counter-increment: counter;
	display: flex;
	gap: 16px;
}

.list_type_numbered>li::before {
	content: counter(counter);
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 0;
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	background:#4D35AF;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab__android-list {
	gap: 32px;
}

.document {
	background: #F3F3F3;
}

.document__link {
	color: #4589E8;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: .2s opacity ease-in-out;
}

.document__link:hover {
	opacity: .8;
}

.note {
	display: flex;
	padding: 24px 32px;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 64px;
	border-radius: 20px;
	background: #EFECFB;
	font-size: 18px;
}

.note__how-paragraph {
	font-weight: 500;
}

.note__how-button {
	border: none;
	background: none;
	outline: none;
	color: #4D35AF;
	font-weight: 500;
	line-height: 1.3;
	transition: .2s ease-in-out opacity;
	padding: 0;
	cursor: pointer;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 18px;
	font-family: Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.note__how-button::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 7.5L7 1.5L1 7.5' stroke='%234D35AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: .2s ease-in-out transform;
	transform: rotate(180deg);
}

.note__how-button:hover {
	opacity: .8;
}

.note__how-button_active::after {
	transform: rotate(0);
}

.note__how-text {
	max-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.note__how-text_active {
	max-height: max-content;
}

.note__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-sizing: border-box;
	margin: 0 0 16px;
	padding-left: 24px;
}

.about-ios__list {
	gap: 20px;
}

.about-ios__content {
	gap: 20px;
}

.about-ios__image-wrapper {
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

.about-ios__image {
	display: block;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.registration {
	padding: 128px 0 64px;
}

.about-ios__title, .registration__title {
	margin-bottom: 20px;
}

.about-ios__text {
	margin-bottom: 40px;
}

.registration__text {
	margin-bottom: 32px;
}

.registration__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.iframe-wrapper {
	border-radius: 22px;
	background: #F3F3F3;
	padding: 32px;
}

.registration__frame {
	width: 100%;
}

.static-page p {
	font-size: 18px;
}

.about-ios__icon {
	vertical-align: text-bottom;
}

@media screen and (min-width: 1024px) {
	.about-ios__image-wrapper {
		left: -48px;
	}
}

@media screen and (max-width: 1023px) {
	.static-page {
		font-size: 18px;
	}

	.section {
		padding: 40px 0;
	}
	
	.section_size_large {
		padding: 48px 0;
	}
	
	.static-banner {
		margin-bottom: 40px;
	}

	.static-banner__text {
		margin-bottom: 20px;
	}

	.list {
		font-size: 16px;
	}

	.document__title {
		margin-bottom: 20px;
	}

	.document__link:first-of-type {
		margin-bottom: 20px;
	}

	.registration {
		padding: 96px 0 48px;
	}

	.about-ios__title, .registration__title {
		margin-bottom: 12px;
	}

	.about-ios__text {
		margin-bottom: 32px;
	}

	.registration__list {
		gap: 24px;
	}

	.note p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.title_type_first {
		font-size: 32px;
	}

	.title_type_second {
		font-size: 24px;
	}

	.title_type_third {
		font-size: 18px;
	}

	.tab__list {
		width: 100%;
	}

	.tab__android-list {
		gap: 24px;
		margin-top: 20px;
	}

	.about-ios__image-wrapper {
		max-width: 335px;
	}

	.registration__list {
		gap: 24px;
		margin-bottom: 40px;
	}

	.static-page p, .note, .note p, .note__how-button, .link {
		font-size: 16px;
	}
}