body {
	position: relative;
	font-family: 'Nexa', sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #323750;
	padding-top: 162px;
}
body:after {
	content: '';
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(50, 55, 80, 0.2);
	backdrop-filter: blur(40px);
}
body.hidden {
	overflow: hidden;
}
body.hidden:after {
	display: block;
}
.container {
	width: 100%;
	/* max-width: 1280px; */
	max-width: 1600px;
	display: block;
	margin: 0px auto;
}
.flex {
	display: flex;
}

h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 110%;
}
.default-page h2 {
	text-transform: capitalize;
	font-size: 32px;
}
@media screen and (max-width: 991px) {
	h2,
	.default-page h2 {
		font-size: 18px;
	}
	.default-page .container {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
body p {
	line-height: 120%;
}
.default-page .section {
	margin-bottom: 20px;
}
.btn {
	cursor: pointer;
}
.blue-btn {
	background-color: #3072D0;
	color: white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
}
input[type="text"] {
	border: none;
    outline: none;
    background-color: #EDF1F4;
    border-radius: 10px;
    color: #8D91A8;
    padding: 0px 20px;
    height: 100%;
	color: #323750;
}
input[type="text"]:focus::placeholder,
input[type="text"]:active::placeholder,
input[type="email"]:focus::placeholder,
input[type="email"]:active::placeholder,
input[type="tel"]:focus::placeholder,
input[type="tel"]:active::placeholder,
textarea:active::placeholder,
textarea:focus::placeholder {
	opacity: 0;
}

/* TEMP */
#adv,
.form-bottom,
footer {
	/* display: none; */
}








@media (max-width:500px) {
	.form-bottom .form-inner-right img {
		display: block !important;
	}

	.form-bottom .form-inner-left .text {
		font-size: 18px !important;
	}
}



/*new*/

h2 {
	font-weight: 700;
}

.title {
	font-weight: 700;
	font-size: 32px;
}

.text_main_form {
	/* max-width: 749px;
	width: 100%; */
}

.agreement-label {
	gap: 4px;
}

.agreement-label svg {
	position: relative;
	top: -5px;
}

.swiper {
	/* border-radius: 20px; */
}

.swiper-slide {
	/* border-radius: 0 !important; */
}

html {
  scroll-behavior: smooth;
}