@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Raleway Regular"),
		url(../fonts/raleway/Raleway-Regular.woff2) format("woff2"),
		url(../fonts/raleway/Raleway-Regular.woff) format("woff"),
		url(../fonts/raleway/Raleway-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Raleway Medium"),
		url(../fonts/raleway/Raleway-Medium.woff2) format("woff2"),
		url(../fonts/raleway/Raleway-Medium.woff) format("woff"),
		url(../fonts/raleway/Raleway-Medium.ttf) format("truetype");
}
@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Raleway SemiBold"),
		url(../fonts/raleway/Raleway-SemiBold.woff2) format("woff2"),
		url(../fonts/raleway/Raleway-SemiBold.woff) format("woff"),
		url(../fonts/raleway/Raleway-SemiBold.ttf) format("truetype");
}
@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Raleway Bold"),
		url(../fonts/raleway/Raleway-Bold.woff2) format("woff2"),
		url(../fonts/raleway/Raleway-Bold.woff) format("woff"),
		url(../fonts/raleway/Raleway-Bold.ttf) format("truetype");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Inter Regular"),
		url(../fonts/inter/Inter-Regular.woff2) format("woff2"),
		url(../fonts/inter/Inter-Regular.woff) format("woff"),
		url(../fonts/inter/Inter-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Inter Medium"),
		url(../fonts/inter/Inter-Medium.woff2) format("woff2"),
		url(../fonts/inter/Inter-Medium.woff) format("woff"),
		url(../fonts/inter/Inter-Medium.ttf) format("truetype");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Inter SemiBold"),
		url(../fonts/inter/Inter-SemiBold.woff2) format("woff2"),
		url(../fonts/inter/Inter-SemiBold.woff) format("woff"),
		url(../fonts/inter/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Inter Bold"), url(../fonts/inter/Inter-Bold.woff2) format("woff2"),
		url(../fonts/inter/Inter-Bold.woff) format("woff"),
		url(../fonts/inter/Inter-Bold.ttf) format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Roboto Regular"),
		url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"),
		url(../fonts/roboto/Roboto-Regular.woff) format("woff"),
		url(../fonts/roboto/Roboto-Regular.ttf) format("truetype");
}
html {
	scroll-behavior: smooth;
}
blockquote,
h1,
h2,
h3,
p,
ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
a:active {
	opacity: 0.6;
}
img {
	-o-object-fit: cover;
	object-fit: cover;
}
a,
button {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: -moz-fit-content;
	max-height: fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 12px 25px;
	color: #fff;
	background-color: #0074ff;
	font-family: "Raleway", "Arial", sans-serif;
	font-weight: 700;
	font-size: 16px;
	border-radius: 10px;
	border: 0;
}
.btn--dark {
	background: #252432;
	max-width: unset;
}
.btn:hover {
	background-color: #0455b6;
}
.btn:active {
	opacity: 0.8;
}
.btn:disabled {
	cursor: not-allowed;
}
.btn:disabled,
.btn:disabled:hover {
	color: #fff;
	background: #ddd;
}
.container {
	box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 144px;
}
@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}
}
.heading {
	color: #252432;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
@media (max-width: 768px) {
	.heading {
		font-size: 24px;
		line-height: 100%;
	}
}
.heading-color {
	color: #252432;
	font-weight: 400;
}
.poppins-font {
	font-family: "Poppins", "Arial", sans-serif;
}
.epilogue-font {
	font-family: "Epilogue", "Arial", sans-serif;
}
.desktop-only {
	display: flex;
}
@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}
}
.mobile-only {
	display: none;
}
@media (max-width: 768px) {
	.mobile-only {
		display: flex;
	}
}
.page-body {
	margin: 0 auto;
	font-family: "Raleway", "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #8987a1;
	background-color: #f5f8ff;
}
.header-promo-why-wrapper {
	background: no-repeat 50% url(../img/bcg/promo-bcg.webp);
	background-size: cover;
}

.page-header {
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 33px;
}
@media (max-width: 768px) {
	.page-header {
		padding-top: 21px;
		padding-bottom: 21px;
	}
	.page-header__img {
		position: relative;
		z-index: 2;
		width: 168px;
		height: auto;
	}
}
.promo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
	padding-right: 42px;
	padding-bottom: 70px;
}
.promo .btn {
	width: 211px;
}
@media (max-width: 768px) {
	.promo {
		gap: 15px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
}
.promo__wrapper {
	display: flex;
	flex-direction: column;
}
.promo__wrapper--main {
	width: 760px;
	gap: 30px;
}
.promo__wrapper--video {
	width: 180px;
}
.promo__wrapper--number {
	width: 220px;
}
@media (max-width: 768px) {
	.promo__wrapper--main {
		order: 1;
		gap: 16px;
		width: 100%;
	}
	.promo__wrapper--video {
		order: 3;
		width: 45%;
	}
	.promo__wrapper--number {
		order: 2;
		width: 45%;
		margin-top: 20px;
	}
}
.promo__heading {
	font-size: 64px;
	line-height: 100%;
}
@media (max-width: 768px) {
	.promo__heading {
		margin-top: 50px;
		font-size: 32px;
	}
}
.main-nav__item a:hover,
.promo__about {
	color: #252432;
}
.promo__play {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 180px;
	height: 180px;
	margin: auto 0;
	padding: 12px;
	color: #0074ff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50%;
	background: #fff;
	backdrop-filter: blur(2px);
	border: 0;
}
.promo__play:hover {
	opacity: 0.8;
}
@media (max-width: 768px) {
	.promo__play {
		width: 120px;
		height: 120px;
		margin: 0 0 0 30px;
	}
}
.promo__strong {
	min-width: 217px;
	text-align: center;
	color: #252432;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.promo__strong {
		min-width: unset;
		font-size: 12px;
	}
}
.promo__count {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	margin: 16px auto;
	color: #fff;
	font-size: 50.447px;
	font-weight: 700;
	background: #0074ff;
	border-radius: 25.224px;
	border: 6.306px solid #fff;
	box-shadow: 0 138.414px 55.492px 0 rgba(0, 0, 0, 0.02),
		0 77.878px 46.664px 0 rgba(0, 0, 0, 0.06),
		0 34.682px 34.682px 0 rgba(0, 0, 0, 0.1),
		0 8.513px 18.918px 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
	.promo__count {
		margin: 10px auto;
		font-size: 30.268px;
	}
	.promo__count svg {
		width: 27px;
		height: 27px;
	}
}
.promo__number {
	display: flex;
	padding: 20px 5px;
	align-items: center;
	border-right: 1px solid #fff;
}
.promo__number:last-of-type {
	border-right: 0;
}
@media (max-width: 768px) {
	.promo__number {
		padding: 12px 5px;
	}
}
.promo__video {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}

video {
	width: 100%;
}

.promo__video.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.why {
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.why {
		gap: 26px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.why .btn {
		min-width: 100%;
	}
}
.why__list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.why__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 24px;
		width: 100%;
	}
}
.why__item {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 29px 23px;
	border-radius: 10px;
	background: linear-gradient(122deg, #fff 0, #fff 96.81%);
	width: 32%;
}
.why__item:nth-last-of-type(1),
.why__item:nth-last-of-type(2) {
	width: 49%;
}
@media (max-width: 768px) {
	.why__item {
		scroll-snap-align: start;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.why__item:nth-last-of-type(1),
	.why__item:nth-last-of-type(2) {
		width: 100%;
	}
}
.why__item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.why__item-wrapper:nth-last-of-type(1),
.why__item-wrapper:nth-last-of-type(2) {
	max-width: 260px;
}
@media (max-width: 768px) {
	.why__item-wrapper:nth-last-of-type(1),
	.why__item-wrapper:nth-last-of-type(2) {
		max-width: unset;
	}
}
.why__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 9px;
	background: #f5f8ff;
}
.why__icon-wrapper svg {
	fill: none;
}
.metrics__btn-wrapper p,
.why__sub-heading {
	color: #252432;
	font-size: 19.773px;
	font-weight: 600;
	line-height: 120%;
}
.why__about {
	padding: 5px 0;
}
.why__img {
	max-width: 100%;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.why__img {
		display: none;
	}
}
.main-nav {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
	align-items: center;
	padding: 20px 40px;
	font-family: "Inter", "Arial", sans-serif;
	border-radius: 20px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
	.main-nav {
		z-index: 1;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		flex-direction: column;
		align-items: start;
		justify-content: space-around;
		min-height: 100vh;
		width: 100%;
		padding: 35px 16px;
		background: #fff;
		border-radius: unset;
		border: 0;
	}
	.main-nav .btn {
		max-width: unset;
		width: calc(100vw - 32px);
	}
	.main-nav--closed {
		background: 0 0;
		min-height: 0;
		height: 0;
	}
	.main-nav--closed * {
		display: none;
	}
}
.page-header__img {
	max-width: 100%;
	height: auto;
}
.form_message.error.inactive,
.main-nav--closed svg,
.main-nav--nojs .main-nav__toggle {
	display: none;
}
@media (max-width: 768px) {
	.main-nav--nojs .main-nav__list {
		display: block;
	}
}
.main-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}
@media (max-width: 768px) {
	.main-nav__list {
		flex-direction: column;
		gap: 40px;
	}
}
.main-nav__item {
	font-size: 16px;
}
.main-nav__item a {
	color: #8987a1;
	cursor: pointer;
}
.main-nav--closed .main-nav__toggle:hover::before,
.main-nav__item a:active {
	opacity: 0.6;
}
@media (max-width: 768px) {
	.main-nav__item {
		width: 100%;
	}
	.main-nav__item a {
		font-size: 20px;
	}
}
.main-nav__toggle {
	position: absolute;
	top: 20px;
	right: 16px;
	display: none;
	z-index: 2;
	width: 45px;
	height: 45px;
	padding: 6px 14px;
	background-color: #0074ff;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}
@media (max-width: 768px) {
	.main-nav__toggle {
		display: block;
	}
}
.main-nav--closed .main-nav__toggle::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 50%;
	transform: translateX(50%);
	width: 21px;
	height: 2px;
	background-color: #fff;
	box-shadow: 0 5px 0 0 #fff, 0 10px 0 0 #fff;
	transition: all ease-in-out 500ms;
}
.main-nav--closed .main-nav__toggle:active::before {
	opacity: 0.3;
}
.main-nav--opened .main-nav__toggle::after,
.main-nav--opened .main-nav__toggle::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 12px;
	width: 21px;
	height: 2px;
	background-color: #fff;
	transition: all ease-in-out 500ms;
}
.main-nav--opened .main-nav__toggle::before {
	transform: rotate(45deg);
	box-shadow: none;
}
.main-nav--opened .main-nav__toggle::after {
	transform: rotate(-45deg);
}
.main-nav--opened .main-nav__toggle:hover::after,
.main-nav--opened .main-nav__toggle:hover::before {
	opacity: 0.6;
}
.main-nav--opened .main-nav__toggle:active::after,
.main-nav--opened .main-nav__toggle:active::before {
	opacity: 0.3;
}
.metrics-how-wrapper {
	background: no-repeat 0 0 url(../img/bcg/how-bcg.webp);
	background-size: cover;
}

.metrics {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.metrics {
		gap: 20px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
.metrics__heading-wrapper {
	display: flex;
	gap: 48px;
}
.metrics__heading-wrapper > * {
	box-sizing: border-box;
	width: 50%;
}
@media (max-width: 768px) {
	.metrics__heading-wrapper {
		flex-direction: column;
		gap: 26px;
		padding: 0 16px;
	}
	.metrics__heading-wrapper > * {
		width: 100%;
	}
	.metrics__heading {
		text-align: center;
	}
}
.metrics__btn-wrapper {
	flex-direction: column;
	gap: 24px;
	padding: 32px 26px;
	border-radius: 20px;
	background: #fff;
}
.metrics__btn-wrapper p {
	font-size: 24.07px;
	font-weight: 700;
}
.metrics__btn-wrapper .btn {
	max-width: 100%;
}
.metrics__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 16px;
	padding: 25px 22px;
	border-radius: 20px;
	background-color: #fff;
}
@media (max-width: 768px) {
	.metrics__list {
		background-color: rgba(255, 255, 255, 0.5);
	}
}
.metrics__item {
	box-sizing: border-box;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	max-width: 353px;
	border-radius: 10px;
	background: #f5f8ff;
	padding: 15px 18% 15px 15px;
}
.metrics__item:nth-of-type(4) {
	padding-right: 10%;
}
.metrics__item:nth-of-type(6) {
	padding-right: 0;
}
@media (max-width: 768px) {
	.metrics__item {
		gap: 8px;
		padding: 15px;
	}
	.metrics__item h3 {
		font-size: 48px;
	}
}
.metrics__about {
	font-size: 20px;
	line-height: 150%;
}
.how {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.how {
		gap: 26px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.how .btn {
		max-width: unset;
		width: 100%;
	}
}
.how__list {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	padding: 61px 0;
	border-top: 1px solid #fff;
}
@media (max-width: 768px) {
	.how__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 26px;
		width: 100%;
		padding: 30px 0;
	}
}
.how__item {
	box-sizing: border-box;
	display: flex;
	font-family: "Inter", "Arial", sans-serif;
	flex-direction: column;
	gap: 15px;
	max-width: 550px;
}
.how__item h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	color: #252432;
}
.how__item p {
	color: #484848;
	font-size: 20px;
}
@media (max-width: 768px) {
	.how__item {
		scroll-snap-align: start;
		min-width: 100%;
		margin-bottom: 20px;
		padding: 15px;
		border-radius: 10px;
		background: #f5f8ff;
	}
	.how__item h3 {
		padding-right: 20%;
	}
}
.spots {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../img/bcg/spots-bcg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
@media (max-width: 768px) {
	.spots {
		gap: 20px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.spots .btn {
		max-width: 100%;
	}
}
.spots__heading-wrapper {
	display: flex;
	flex-direction: column;
}
.spots__heading {
	color: #fff;
}
.spots__number {
	display: flex;
	align-items: center;
	width: 305px;
	height: 211px;
	margin-bottom: 20px;
	font-size: 180px;
	font-weight: 500;
}
@media (max-width: 768px) {
	.spots__number {
		height: 75px;
		font-size: 64px;
	}
}
.spots__text {
	width: 305px;
	text-align: center;
	font-family: Roboto;
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.spots__text {
		text-align: left;
	}
}
.spots__about-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 48px;
}
@media (max-width: 768px) {
	.spots__about-wrapper {
		gap: 20px;
	}
}
.spots__about {
	max-width: 428px;
}
.form,
input {
	box-sizing: border-box;
	width: 100%;
}
.form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.form--bottom .btn {
	max-width: 242px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.form {
		gap: 10px;
		width: 100%;
	}
}
input {
	max-height: 45px;
	padding: 20px 32px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Inter", "Arial", sans-serif;
	color: #000;
	border-radius: 10px;
	border: 1px solid #d6dded;
}
input:hover {
	border: 1px solid #0f0f0f;
}
input:focus {
	outline: 0;
	border: 1px solid #000;
}
input:active {
	border: 1px solid #000;
}
.form_message.error.active {
	display: block;
	color: #0a0a0a;
}
.error {
	color: #df5e63;
	border-color: #df5e63 !important;
}
label.error {
	margin-right: auto;
	margin-top: -5px;
	text-align: right;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
#phone1-error,
#phone2-error {
	display: flex;
	margin-top: 5px;
}
.submit_btn {
	max-width: unset;
}
@media (max-width: 768px) {
	.submit_btn {
		margin-top: 30px;
	}
}
.form__checkbox {
	display: inline-block;
}
.form__checkbox a {
	text-decoration: underline;
}
input[type="checkbox"] {
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 0;
	accent-color: #0074ff;
}
.iti__selected-flag {
	font-size: 20px;
	border-radius: 10px 0 0 10px;
}
.iti input[type="tel"] {
	padding-left: 90px !important;
}
.form__label-wrapper,
.review {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.form__label-wrapper span {
	font-family: "Inter", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	color: #252432;
}
.review {
	align-items: center;
	gap: 48px;
	min-width: 0;
	font-size: 16px;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.review {
		gap: 26px;
		padding: 36px 16px;
	}
}
.review__heading {
	padding-right: 144px;
	text-align: center;
}
@media (max-width: 768px) {
	.review__heading {
		margin-bottom: 0;
		padding-right: 100px;
		text-align: left;
	}
}
.review__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	max-width: 573px;
	margin: 5px 22px;
}
@media (max-width: 768px) {
	.review__card {
		align-items: start;
		max-width: 75vw;
		margin: 5px 9px;
	}
}
.review__blockquote {
	position: relative;
	display: flex;
	flex-grow: 1;
	padding: 40px;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: #868686;
	border-radius: 32px;
	background: #fff;
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
	.review__blockquote {
		padding: 20px;
	}
}
.review__flag {
	position: absolute;
	right: -40px;
	bottom: -139px;
}
.review__avatae-wrapper {
	display: flex;
	gap: 46px;
	margin-top: auto;
}
@media (max-width: 768px) {
	.review__avatae-wrapper {
		gap: 16px;
	}
}
.review__img {
	border-radius: 50%;
	border: 8px solid #fff;
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
	.review__img {
		width: 90px;
		height: 90px;
		border: 6px solid #fff;
		box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.08);
	}
}
.review__name-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.review__name-wrapper cite {
	color: #6a6a6a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}
.review__name-wrapper cite span {
	margin-left: 10px;
	color: #5d5dff;
	font-size: 15px;
	line-height: 21px;
}
@media (max-width: 768px) {
	.review__name-wrapper cite span {
		margin-left: 0;
	}
}
.review__stars {
	display: flex;
	margin-top: auto;
}
.slick-slider {
	position: relative;
	min-width: 0;
	width: 100%;
}
.slider__item {
	min-width: 0;
}
.slick-list {
	overflow: hidden;
}
.crypto,
.slick-track {
	display: flex;
}
.slider .slick-arrow {
	position: absolute;
	top: -120px;
	z-index: 10;
	font-size: 0;
	width: 78px;
	height: 78px;
	padding: 27px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
}
.slider .slick-arrow:hover {
	border: 1px solid #0074ff;
}
@media (max-width: 768px) {
	.slider .slick-arrow {
		top: -70px;
		width: 39px;
		height: 39px;
		padding: 13px;
	}
}
.slider .slick-arrow.slick-prev {
	right: calc(100% - 60px);
	background-image: url(../img/icons/arrow-left.svg);
}
@media (max-width: 768px) {
	.slider .slick-arrow.slick-prev {
		right: 60px;
	}
}
.slider .slick-arrow.slick-next {
	left: calc(100% - 204px);
	background-image: url(../img/icons/arrow-left.svg);
	transform: rotate(180deg);
}
@media (max-width: 768px) {
	.slider .slick-arrow.slick-next {
		left: unset;
		right: 0;
	}
}
.slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.crypto {
	flex-direction: column;
	align-items: center;
	gap: 48px;
	padding: 70px 90px;
	background: #fff;
}
@media (max-width: 768px) {
	.crypto {
		gap: 26px;
		padding: 16px;
	}
	.crypto .btn {
		max-width: unset;
		width: 100%;
	}
}
.crypto__heading {
	text-align: center;
}
.crypto__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.crypto__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		width: 100%;
	}
}
.crypto__item {
	padding: 18px 7px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: #f5f8ff;
}
.crypto__item:hover {
	background: #0074ff;
}
.crypto__item:hover .crypto__amount,
.crypto__item:hover .crypto__name {
	color: #fff;
}
.crypto__item:hover .crypto__percent {
	color: #f5f8ff;
}
.crypto__item:hover .crypto__arrow {
	background: #fff;
}
.crypto__item:hover .crypto__arrow svg {
	fill: #0074ff;
}
@media (max-width: 768px) {
	.crypto__item {
		scroll-snap-align: start;
		margin-bottom: 20px;
	}
}
.crypto__wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 17px;
	border-bottom: 1px solid #fff;
}
.crypto__full-name,
.crypto__name {
	font-weight: 600;
	line-height: normal;
}
.crypto__name {
	color: #4f4f4f;
	font-size: 18px;
	text-transform: capitalize;
}
.crypto__full-name {
	padding: 4px 6px;
	color: #000;
	font-size: 10px;
	border-radius: 4px;
	background: #fff;
}
.crypto__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-left: auto;
	background-color: #0074ff;
	border-radius: 50%;
}
.crypto__arrow svg {
	transform: rotate(-45deg);
	fill: #fff;
}
.crypto__arrow.regress svg {
	transform: rotate(45deg);
}
.crypto__currency-wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 17px;
}
.crypto__number-wrapper {
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.crypto__amount {
	color: #0074ff;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.crypto__percent {
	color: #b6b6b6;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}
.crypto__chart {
	width: 100px;
	height: 53px;
	min-height: unset !important;
}
.faq {
	display: flex;
	flex-wrap: wrap;
	gap: 78px;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.faq {
		gap: 24px;
		padding: 16px 0;
	}
}
.faq__heading {
	max-width: 30%;
}
@media (max-width: 768px) {
	.faq__heading {
		max-width: unset;
	}
}
.faq__wrapper {
	max-width: 700px;
}
.faq__container {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 24px;
	padding: 24px 30px;
	border-radius: 10px;
	background: #fff;
}
.faq__container:last-of-type {
	margin-bottom: 0;
}
.faq__btn-wrapper {
	display: flex;
	justify-content: space-between;
}
.faq__question {
	color: #252432;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
}
.faq__dropdown {
	overflow: hidden;
}
.faq__dropdown-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	padding: 0;
}
.faq__dropdown-content p,
.page-footer__wrapper .main-nav__item a {
	font-size: 16px;
}
.faq__dropdown-content.show {
	max-height: 350px;
	padding-top: 17px;
}
.faq__toggle-btn {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 10px;
	background: 0 0;
	border: 0;
	cursor: pointer;
}
.faq__toggle-btn span,
.faq__toggle-btn::after,
.faq__toggle-btn::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: all 0.3s ease;
}
.faq__toggle-btn span {
	transform: translate(-50%, -50%);
}
.faq__toggle-btn::after,
.faq__toggle-btn::before {
	content: "";
}
.faq__toggle-btn.show::before,
.faq__toggle-btn::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.faq__toggle-btn.show::after,
.faq__toggle-btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faq__toggle-btn.show::after {
	opacity: 0;
}
.page-footer {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
	border-radius: 40px;
	background: linear-gradient(122deg, #fff 0, #f6f9ff 96.81%);
}
.page-footer__text {
	display: flex;
	flex-direction: column;
	gap: 10px;

	h3 {
		font-size: 16px;
		font-weight: 400;
		margin: 0;
	}
}
.page-footer__disclaimer {
	font-size: 14px;
}

@media (max-width: 768px) {
	.page-footer {
		gap: 26px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.page-footer__text {
		h3 {
			font-size: 14px;
		}
	}
}

.page-footer__wrapper {
	display: flex;
	gap: 105px;
}

.page-footer__wrapper--nav {
	gap: 30px;

	.main-nav__list {
		text-align: center;
		font-size: 16px;
		justify-content: flex-end;
		gap: 30px;
	}
}

.page-footer__wrapper,
.page-footer__wrapper .main-nav__list--terms {
	justify-content: space-between;
}

@media (max-width: 991px) {
	.page-footer__wrapper--nav {
		flex-direction: column;
		align-items: center;

		.main-nav__list {
			justify-content: center;
		}
	}
	.main-nav__list--terms {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.page-footer__wrapper {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: start;
	}
	.page-footer__wrapper .main-nav__list {
		gap: 16px;
		margin-top: 0;
		align-items: start;
	}
	.page-footer__wrapper .main-nav__list--terms {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-around;
	}
	.page-footer__wrapper .main-nav__item {
		width: unset;
	}

	.page-footer__disclaimer {
		font-size: 12px;
	}
}
.faq-footer-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
	background: no-repeat 0 100% url(../img/bcg/footer-bcg.webp);
	background-size: cover;
}

.modal,
.modal__wrapper {
	overflow: auto;
	box-sizing: border-box;
	display: flex;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: 0 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.active {
	z-index: 11;
	background: rgba(0, 0, 0, 0.3);
	visibility: visible;
	opacity: 1;
}
.modal__wrapper {
	position: relative;
	flex-direction: column;
	max-width: 696px;
	max-height: 100vh;
	padding: 24px;
	border-radius: 22px;
	background: #fff;
}
@media (max-width: 768px) {
	.modal__wrapper {
		width: calc(100vw - 16px);
		padding: 16px;
	}
}
.modal__heading {
	margin-bottom: 16px;
	padding: 0 50px;
	color: #0074ff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: 120%;
}
@media (max-width: 768px) {
	.modal__heading {
		padding: 0;
		font-size: 24px;
	}
}
.modal__about {
	font-size: 16px;
	margin-bottom: 48px;
	color: #252432;
	text-align: center;
}
@media (max-width: 768px) {
	.modal__about {
		margin-bottom: 25px;
	}
}
.modal__close-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: 0;
	border-radius: 50%;
	border: 1px solid #fff;
}
.modal__close-btn::after,
.modal__close-btn::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #000;
	transition: all ease-in-out 500ms;
}
.modal__close-btn::before {
	transform: rotate(45deg);
	box-shadow: none;
}
.modal__close-btn::after {
	transform: rotate(-45deg);
}
.modal__close-btn:hover::after,
.modal__close-btn:hover::before {
	opacity: 0.6;
}
.modal__close-btn:active::after,
.modal__close-btn:active::before {
	opacity: 0.3;
}
.modal__close-btn:hover {
	border: 1px solid #0074ff;
}
