﻿@import url('../css2.html');

/*@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/

:root {
	--section-padding: 6.38rem;
	--c-f-padding: 1.87rem;

	--green: #10e088;
	--green-dark: #0ec779;
	--very-green-dark: #009958;
	--blue: #383dc2;
	--orange: #f86f57;
	--red: #fb5a62;
	--black: #000;
	--30: #4d4d4d;
	--bg-page: #e5edff;
	--gray-105: #f2f6ff;
}

html {
	box-sizing: border-box;
	font-size: 1.111vw;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	font-family: 'Inter', sans-serif;
	margin: 0;
}

body {
	max-width: 100rem;
	font-weight: 400;
	color: #000;
	background: #e5edff;
	overscroll-behavior: none;

	/* cursor: none;*/
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

/*a:hover{
  cursor: none;
}*/
.body_wrap {
	position: relative;
	overflow: hidden;
}

/*////////////////////////////////*/

.container {
	max-width: 100rem;
	padding-left: var(--section-padding);
	padding-right: var(--section-padding);
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	max-width: 100rem;
	padding-left: var(--c-f-padding);
	padding-right: var(--c-f-padding);
	margin-left: auto;
	margin-right: auto;
}

/* width */
::-webkit-scrollbar {
	width: 0.513rem;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.313rem grey;
	border-radius: 0.313rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);

	border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ffffff;
}

header {
	position: absolute;
	width: 100%;
	padding: 1.25rem 0;
	transition: 0.4s;
}

/* .header-show{
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(229, 237, 255, 0.80);
	backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);;
	padding: 0.5rem 0;
	transition: 0.4s;
}

.header-show .logo img{
	width: 7.17188rem;
} */

.banner_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

.decs-nav {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

/* .......................... */
.nav {
	display: flex;
	align-items: center;
	column-gap: 3.13rem;
}

.nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 1.875rem;
}

.nav li {
	list-style: none;
}

.nav a:after {
	content: '';
	display: block;
	width: 0;
	height: 0.1rem;
	background: linear-gradient(180deg, #40e5ad 0%, #10e088 100%);
	transition: width 0.3s;
}

.nav a:hover::after {
	width: 100%;
	/* text-decoration: none !important; */
}

.nav a {
	display: inline-block;
	font-size: 1rem;
	color: #e5edff !important;
	transition: 0.4s;
}

.nav a:hover {
	/* text-decoration: underline; */
	color: #10e088 !important;
}

/*////////////////////////////*/

/*////////////////////////////*/
/* .languages {
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
} */

.languages li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.75rem;

	/* border-radius: 0 0 1.25rem 1.25rem; */
	/* background: linear-gradient(135deg, #383DC2 0%, #4131A8 100%); */
	z-index: 1;
	opacity: 0;
	transform: translateY(-2rem);
	transition: all 0.4s ease-out;
	overflow: hidden;
}

/* .languages:hover li:nth-child(2) {
	opacity: 1;
	transform: translateY(2.4rem);
} */

.languages li.current {
	color: #ffffff;
	position: relative;
	border-radius: 1.25rem;
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
}

.languages li.current a {
	color: #fff !important;
}

.languages a {
	color: #fff !important;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	column-gap: 0.625rem;
	padding: 0.625rem 0rem;
}

.languages a:hover {
	background: #e5edff;
}

.languages img {
	width: 0.825rem;
	transition: all 0.4s ease-out;
}

/*////////////////////////////////*/

/*////////////////////////////////*/
.mob-btn {
	position: relative;
	background: none;
	border: none;
	display: none;
}

.mob-btn span {
	display: block;
	width: 2rem;
	height: 0.225rem;
	background: #e5edff;
	margin-bottom: 0.625rem;
}

.mob-btn span:last-child {
	margin-bottom: 0;
}

.mob-nav ul {
	flex-direction: column;
}

.mob-nav li {
	overflow: hidden;
}

/* ...................... */

/*////////////////////////////*/

.banner {
	padding-top: 1.87rem;
}

.banner-row {
	position: relative;
	padding: 1.875rem 4.37rem 5.938rem;
	border-radius: 3.125rem;
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);
}

.logo img {
	width: 11.9375rem;
}

.banner_title {
	max-width: 37.125rem;
	color: #fff;
	/* H1 */
	font-size: 3.38rem;

	font-weight: 600;
	line-height: 105%;
	letter-spacing: -0.02em;
	padding-top: 0.625rem;
	margin-bottom: 0.625rem;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_title span {
	display: block;

	/* background: linear-gradient(180deg, #40e5ad 0%, #10e088 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent; */

	color: #10e088;
	font-weight: 700;
}

.banner_text {
	transform: rotate(-1deg);
	width: max-content;
	box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.25);
	background: var(--bg-page);

	border-radius: 0.94rem;
	padding: 0.62rem 1.25rem 0.94rem 1.25rem;

	font-weight: 700;
	font-size: 1.75rem;
	line-height: 120%;
	color: var(--black);
	margin-bottom: 2.188rem;
}

.banner_text span {
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner_list ul {
	max-width: 34rem;
	border: 0.08rem solid transparent;
	border-radius: 1.56rem;
	padding: 1.25rem;
	/* background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%); */

	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%) padding-box,
		linear-gradient(135deg, #9ebbff 0%, #728ef5 100%) border-box;

	font-size: 1.25rem;
	line-height: 130%;
	color: var(--bg-page);
	display: flex;
	flex-direction: column;
	gap: 0.92rem;

	margin: 0;
}

.banner_list li {
	list-style: none;
	display: flex;
	gap: 0.94rem;
}

.banner_list li::before {
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	background-image: url(../images/icon-gift.svg);
	background-size: cover;
	flex-shrink: 0;
}

.banner_list b {
	display: block;
}

.banner_btn {
	position: relative;
	margin-bottom: 4.063rem;
}

.btn {
	position: relative;
	display: inline-flex;
	padding: 1.56rem 2.5rem;
	align-items: center;
	gap: 1.25rem;
	border-radius: 2.81rem;
	background: linear-gradient(180deg, #40e5ad 0%, #10e088 100%);

	box-shadow: 0 0.625rem 2.5rem 0 var(--green);

	color: var(--black);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;

	transition: all 0.5s ease-out;

	animation-name: attentionAnimation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

.btn:hover {
	transform: scale(0.9);
}

/* .btn span {
	display: flex;
	width: 3.75rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	background: #FFF;
	flex-shrink: 0;
} */

.btn img {
	width: 2.5rem;
}

@keyframes attentionAnimation {
	0% {
		left: 0;
	}

	1% {
		left: -0.188rem;
	}

	2% {
		left: 0.313rem;
	}

	3% {
		left: -0.5rem;
	}

	4% {
		left: 0.5rem;
	}

	5% {
		left: -0.313rem;
	}

	6% {
		left: 0.188rem;
	}

	7% {
		left: 0;
	}
}

.arrow_btn {
	position: absolute;
	top: -4rem;
	left: 21rem;
	width: 14.563rem;

	animation: bounce 0.6s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes bounce {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(0, 1rem, 0);
	}
}

.banner-img {
	position: absolute;
	top: 7.5rem;
	right: 4.375rem;
	width: 35.62rem;
	z-index: 0;
}

/*////////////////////////////////////////////////////////*/

.about {
	padding: 5rem 0 3.938rem;
	position: relative;
	overflow: hidden;
}

.about-row {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	gap: 5rem;
}

.about .title {
	max-width: 61.25rem;
	margin: 0 auto 3.125rem;
}

.title {
	font-weight: 600;
	font-size: 2.62rem;
	line-height: 110%;
	letter-spacing: -0.01em;
	text-align: center;
	color: var(--black);
	margin-bottom: 2.5rem;
}

.title span {
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about_list ul {
	max-width: 100%;
	margin-bottom: 1.25rem;
}

.about_list b {
	display: inline-block;
}

.star_list {
	margin-bottom: 2.188rem;
}

.star_list li {
	list-style: none;
	display: flex;
	gap: 0.94rem;

	font-size: 1.25rem;
	line-height: 130%;
	margin-bottom: 1.25rem;
}

.star_list li::before {
	content: '';
	width: 1.375rem;
	height: 1.625rem;
	display: block;
	background-image: url(../images/icon-star-green.svg);
	background-size: cover;
	flex-shrink: 0;
}

.about_img_wrap {
	position: relative;
	flex-shrink: 0;
}

.about_img {
	width: 33.06rem;
	position: relative;
	z-index: 1;
}

.about .banner_btn {
	margin-bottom: 0;
}

/*////////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////// */

.work-row {
	position: relative;
	border-radius: 3.125rem;
	background: #fff;
	padding: 3.75rem 4.37rem;
	overflow: hidden;
}

.work .title {
	text-align: center;
}

.work-wrap {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.work_item {
	width: calc(33% - 4rem);
	border-radius: 1.56rem;
	position: relative;
	padding: 1.56rem;
	background: linear-gradient(var(--gray-105), var(--gray-105)) padding-box,
		linear-gradient(to right, #9ebbff, #728ef5) border-box;
	border-radius: 1.56rem;
	border: 0.08rem solid transparent;
}

.num {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 0.94rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);

	font-weight: 600;
	font-size: 2.62rem;
	line-height: 110%;
	letter-spacing: -0.01em;
	color: #fff;
	margin-bottom: 0.938rem;
}

.work_text {
	font-size: 1.25rem;
	line-height: 130%;
	color: var(--black);
}

.work_text span {
	font-weight: 700;
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.work-wrap .btn {
	padding: 1.56rem 4.1rem;
}

.work_gift {
	position: absolute;
	width: 15.12rem;
	right: 9.313rem;
	bottom: -7rem;
}

/*//////////////////////////////////////////////*/
.advantages {
	padding: 5rem 0;
}

.advantages_wrap {
	display: flex;
	gap: 1.25rem;
}

.ad_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	border-radius: 1.56rem;
}

.ad_item img {
	border-radius: 1.56rem;
	width: 20rem;
	margin-bottom: -2rem;
	z-index: 1;
}

.ad_text {
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(to right, #9ebbff, #728ef5) border-box;
	border: 0.09rem solid transparent;
	border-radius: 1.56rem;
	padding: 3.44rem 1.56rem 1.88rem 1.56rem;
	min-height: 7.3rem;
}

.ad_text h5 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--black);
	margin-bottom: 0.625rem;
}

.ad_text p {
	font-size: 1.25rem;
	line-height: 130%;
	color: var(--black);
}

/*//////////////////////////////////////////////*/
.form-row {
	padding: 3.75rem 4.375rem;
	display: flex;
	justify-content: space-between;
}

.form_wrap {
	position: relative;
	z-index: 1;
	display: flex;
	width: 23.8125rem;
	/* height: 34rem; */
	padding: 2.8125rem 2.5rem 3.75rem 2.5rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.875rem;
	border-radius: 1rem;
	/* background: #E4E7EC; */

	background: linear-gradient(#e4e7ec, #e4e7ec) padding-box,
		linear-gradient(to right, #9ebbff, #728ef5) border-box;

	border: 0.163rem solid transparent;
	box-shadow: -20px 20px 60px 0 #01011a;
}

.form_wrap .flex-register-form,
#flexible-registration {
	width: 100% !important;
}

.form_wrap .flex-register-form .flex-container {
	padding: 1.563rem 2.5rem 2.5rem !important;
}

.flex-register-form .flex-container .field {
	padding-bottom: 0.625rem !important;
	padding-top: 0.625rem !important;

	opacity: 1;
	position: relative;
}

.form_wrap .flex-register-form .flex-container .field .input input {
	padding: 0.938rem 1.25rem !important;
	height: 3.75rem !important;
	font-size: 1.125rem !important;
}

.flex-register-form .flex-container .field .select input {
	/* padding: 0.938rem 1.25rem 0.938rem 7.5rem !important; */
	height: 3.75rem !important;
	font-size: 1.125rem !important;
}

.flex-register-form .flex-container .field .select .label-select-phone {
	margin-top: 0.188rem !important;
	padding-left: 0.313rem !important;
	font-size: 1.125rem !important;
}

.flex-register-form .flex-container .field .label {
	font-size: 0.9375rem !important;
	height: 1.5rem !important;
}

.form_wrap .reg-btn {
	font-size: 1.375rem !important;
	height: 3.75rem !important;
	background-color: #10e088 !important;
	color: #000 !important;
}

.flex-register-form .flex-container .field .checkbox .checkbox-text {
	padding-left: 1rem !important;
	padding-top: 0.313rem !important;
	font-size: 1rem !important;
}

.flex-register-form .flex-container .field .checkbox .checkbox__input + .fa {
	font-size: 1.563rem !important;
}

.flex-register-form
	.flex-container
	.field
	.select
	.select-phone
	.select-default__in__control
	.select-default__in__value-container {
	height: 2.25rem !important;
}

.icon-flag {
	width: 1.25rem !important;
	height: 1.25rem !important;
	min-width: auto !important;
	min-height: auto !important;
}

.flex-register-form .flex-container .field .reg-btn {
	position: relative;
	/* display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem; */
}

.flex-register-form .flex-container .field .reg-btn::before {
	content: 'Хочу стать клиентом';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: -webkit-fill-available;
	height: auto;
	background: linear-gradient(180deg, #40e5ad 0%, #10e088 100%);
	border-radius: 0.5rem;
	padding: 0.75rem 1.25rem;

	font-weight: 700;
	font-size: 1.38rem;
	line-height: 164%;
	text-align: center;
	color: var(--black);
}

/* ////////////////////////////////////////////////// */

.form_gift {
	position: absolute;
	width: 11.12rem;
	left: 5.625rem;
	bottom: 2.5rem;
}

.form_gerchik {
	position: absolute;
	width: 25rem;
	bottom: 0rem;
	left: 22.438rem;
}

/* ////////////////////////////////////////////////// */
footer {
	padding: 1.88rem 0;
}

.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #4d4d4d;
}

.footer-wrap a {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #4d4d4d;
	text-decoration-line: underline;
}

.m-db {
	display: none;
}

/*////////////////////////////////////////////////////////*/
.succes_header {
	position: relative;
}

.succes_header .nav a,
.succes_header .languages li.current a {
	color: var(--black) !important;
}

.succes_header .mob-btn span {
	background: #000;
}

.succes-row {
	padding: 5.75rem 0 6.875rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title_s {
	border-radius: 0.94rem;
	padding: 0.62rem 1.25rem 0.94rem 1.25rem;

	box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.25);
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);

	transform: rotate(-1deg);
	max-width: 35.38rem;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 120%;
	color: #fff;
	margin-bottom: 0.938rem;
}

.title_s span {
	background: linear-gradient(180deg, #40e5ad 0%, #10e088 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text_s {
	max-width: 61.25rem;
	font-weight: 600;
	font-size: 2.62rem;
	line-height: 110%;
	letter-spacing: -0.01em;
	text-align: center;
	color: var(--black);
}
.text_s2 {
	margin-top: 20px;
	font-size: 1.62rem;
}

.text_s span {
	background: linear-gradient(135deg, #383dc2 0%, #4131a8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s-footer-wrap {
	margin-top: 0;
	padding-bottom: 1.875rem;
}

.s-footer-wrap a,
.s-footer-wrap .copy {
	color: var(--30) !important;
}

/*////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////*/
@media (max-width: 850px) {
	html {
		font-size: 2.083vw;
	}

	:root {
		--section-padding: 1rem;
		--c-f-padding: 0rem;
	}

	/* //////////////////////////// */
	.mob-btn {
		display: block;
		z-index: 1;
	}

	.nav {
		column-gap: 1.13rem;
	}

	.decs-nav {
		gap: 1.625rem;
	}

	.logo {
		z-index: 1;
	}

	.logo img {
		width: 9.563rem;
	}

	.mob_back {
		content: '';
		background: #171c8f;
		position: absolute;
		left: 0;
		top: 0;
		width: 110%;
		height: 7rem;
		z-index: 0;
		opacity: 0;
	}

	.mob_wrap_nav {
		position: absolute;
		left: 0;
		top: 5rem;
		opacity: 0;
		background: #171c8f;
		width: 100%;
		z-index: -5;
		border-bottom-left-radius: 3.125rem;
		border-bottom-right-radius: 3.125rem;
	}

	.mob_wrap_nav ul {
		display: flex;
		flex-wrap: wrap;
		padding: 1rem;
		width: -webkit-fill-available;
		gap: 0;
	}

	.mob_wrap_nav li {
		width: 50%;
		text-align: center;
	}

	.decs-nav a.link {
		margin-left: 0;
		padding: 1rem;
		display: block;
	}

	/* //////////////////////////////// */
	.banner {
		padding: 0;
	}

	.banner-row {
		display: flex;
		flex-direction: column;
		border-radius: inherit;
		border-bottom-left-radius: 3.125rem;
		border-bottom-right-radius: 3.125rem;
		padding: 1.87rem 1rem 2.5rem;
	}

	.banner_title {
		padding-top: 0rem;
		max-width: none;
		font-size: 2.12rem;
		text-align: center;
		margin-bottom: 0.938rem;
	}

	.banner_text {
		max-width: 18.75rem;
		text-align: center;
		font-size: 1.5rem;
		margin: 0 auto 2.188rem;
	}

	.arrow_btn {
		display: none;
	}

	.banner_btn {
		display: flex;
		justify-content: center;
		margin-bottom: 3.125rem;
	}

	.mob_wrap_img {
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.banner-img {
		position: relative;
		right: auto;
		top: 0;
		width: 100%;
		max-width: 21.88rem;
		margin-bottom: 2.5rem;
	}

	.banner_list ul {
		margin: 0 auto;
	}

	.banner_list li {
		flex-direction: column;
	}

	.banner_list li b {
		display: inline;
	}

	/* ///////////////////////// */

	.about {
		padding: 3.75rem 0;
	}

	.about-row {
		flex-direction: column;
		gap: 2.5rem;
	}

	.about .title {
		margin: 0 auto 1.938rem;
	}

	.about_text_wrap {
		max-width: none;
	}

	.title {
		font-size: 1.75rem;
		line-height: 110%;
		/* 1.7875rem */
		letter-spacing: -0.01219rem;
		margin-bottom: 1.87rem;
	}

	.about_img_wrap {
		text-align: center;
	}

	.about_img {
		width: 100%;
		max-width: 30.12rem;
		padding-left: 0;
	}

	.about_list {
		margin-bottom: 1.25rem;
	}

	/* 
	//////////////////////////////////////// */

	.work-row {
		padding: 2.5rem 1rem 13.438rem;
	}

	.work-wrap {
		gap: 0.625rem;
	}

	.work_item {
		width: 100%;
	}

	.num {
		width: 2.81rem;
		height: 2.81rem;
		font-size: 1.75rem;
	}

	.work-wrap .banner_btn {
		margin-top: 2.188rem;
		width: -webkit-fill-available;
	}

	.work-wrap .btn {
		padding: 1.56rem 2.5rem;
	}

	.work_gift {
		width: 17.12rem;
		right: 50%;
		transform: translateX(50%);
	}

	/* //////////////////////////////////////// */

	.advantages {
		padding: 3.75rem 0;
	}

	.advantages_wrap {
		flex-direction: column;
		gap: 1.875rem;
	}

	.ad_item {
		width: 100%;
	}

	.ad_text {
		min-height: auto;
		padding: 3.44rem 0.938rem 1.88rem 0.938rem;
	}

	/* ///////////////////////////////////////////// */

	.form-row {
		border-top-left-radius: 3.125rem;
		border-top-right-radius: 3.125rem;
		padding: 2.5rem 1rem 14.063rem;
		overflow: hidden;
	}

	.form_gerchik {
		position: relative;
		left: 0;
		margin: 0 auto;
		max-width: 23.25rem;
		bottom: -5rem;
	}

	.form_wrap {
		margin: 0 auto;
	}

	.form_gift {
		left: 50%;
		transform: translateX(-50%);
		bottom: -6.5rem;
	}

	/* ////////////////////// */

	.succes_header .nav a {
		color: #fff !important;
	}
}

@media (max-width: 480px) {
	html {
		font-size: 3.951vw;
	}

	.btn {
		width: -webkit-fill-available;
	}

	.banner_btn {
		flex-direction: column;
		align-items: center;
	}

	.advantages .title span {
		display: block;
	}

	.form_wrap {
		width: 77%;
	}
	.input__form {
		width: -webkit-fill-available !important;
	}

	.footer-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 1rem;
	}

	.feedback_wrap {
		/* width: 100%; */
		margin-bottom: 2.5rem;
	}
	/* /////////////////////////// */

	.title_s {
		font-size: 1.5rem;
		text-align: center;
	}
	.text_s {
		font-size: 1.75rem;
	}
}

.form label {
	color: #171c8f;
}
.black {
	color: #000 !important;
}
.check {
	display: flex;
	align-items: center;
	gap: 15px;
}
.checkbox {
	color: #343adb;
	font-size: 25px;
	width: 21px !important;
	height: 21px !important;
	cursor: pointer;
	font-weight: 100;
}
.k_1 {
	font-size: 1.375rem !important;
	height: 3.75rem !important;
	background-color: #10e088 !important;
	color: #000 !important;
	outline: none;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 600;
}
