select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../img/icons/arrow-up.svg') no-repeat right 16px center, #fff;
	padding-right: 32px;
	background-size: 24px;
}

.wrapper {
	min-height: 100dvh;
	background: linear-gradient(334.69deg, #000C25 -3.09%, #032369 101.07%);
	display: flex;
	flex-direction: column;
}
main{
	flex: 1;
}
.container{

	margin-inline: auto;
	padding-inline: 10px;
	max-width: 576px;
}
body{
	font-family: 'SF Pro Text',sans-serif;
	font-size: 18px;
	color: #fff;
}
.wrapper {
}
.hero {
	background: url('../img/bg.png') center/cover no-repeat;
	position: relative;
	padding-top: 30px;
	padding-bottom: 12px;
	&::after{
		position: absolute;
		inset: 0;
		content: '';
		background-color: rgba(0,0,0,0.7);
	}
	&::before{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
translate: 0 50%;
z-index: 1;
border: 4px solid #0066FF;
box-shadow: 0px 4px 14.8px rgba(0, 102, 255, 0.7);

	}
	&>*{
		position: relative;
		z-index: 1;
	}
}
.hero__title {
	padding: 30px 0;
font-weight: 800;
font-size: 29px;
line-height: 120%;
text-align: center;

color: #FFFFFF;


}
.btn {
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
gap: 4px;
height: 50px;
background: linear-gradient(89.28deg, #3E73D5 -2.67%, #093D9D 102.72%);
border-radius: 8px;
font-family: 'Roboto';
font-weight: 600;
font-size: 20px;
color: #E4F5E7; 
}

.phone-eror-mess {
}

.block {
	position: relative;
	padding: 30px 0;
	text-align: center;

font-weight: 500;
line-height: 130%;
text-align: center;
color: #E4F5E7;
span{
	color: #7BA9FE;
}
	.container{

		display: flex;
		flex-direction: column;
		gap: 30px;
	}
		&::before{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
translate: 0 50%;
z-index: 1;
border: 4px solid #0066FF;
box-shadow: 0px 4px 14.8px rgba(0, 102, 255, 0.7);

	}
}
.block__text {
	display: flex;
	flex-direction: column;
		gap: 30px;
}
.block__items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 12px;
	max-width: 330px;
	margin-inline: auto;
}
.block__item {
	aspect-ratio: 1;
	width: 100%;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer {
	padding: 24px 0;
	margin-top: auto;
}
.container {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer__text {

font-family: 'Roboto';

line-height: 120%;
text-align: center;
font-variant: all-small-caps;
color: #E4F5E7;
}
.footer__copy {
font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 100%;
text-align: center;
color: #A7A7A7;
}
.iti__country-list {
  background: #fff;
  color: #000;
}
.iti__country {
  color: #000;
}
body{
	&.next-step-active{
		.footer__text,
		.block,
		.form-block,
		.hero{
			display: none;
		}
		.head{
			display: block;
		}
		.form-hidens{
			display: flex;
		}
	}
}