/** @format */

body {
	margin: 0;

	padding: 0;

	position: relative;

	width: 100%;

	height: 100%;

	font-family: sans-serif;

	font-family: 'Heebo', sans-serif;
}

.all-the-screen-top {
	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 9999999;

	top: 0;

	right: 0;

	display: flex;

	justify-content: center;

	align-items: center;

	display: none;
}

.all-the-screen-top .all-the-screen-top-black {
	position: absolute;

	width: 100%;

	height: 100%;

	background: rgb(0, 0, 0, 0.5);
}

.all-the-screen-top .all-the-screen-top-white {
	position: relative;

	width: 75%;

	background: #aacd75;

	color: white;

	border-radius: 23px;
}

.all-the-screen-top .all-the-screen-top-white .the-text {
	direction: rtl;

	padding: 40px 40px;

	text-align: center;

	font-size: 1.5vw;
}

.all-the-screen-top .all-the-screen-top-white .the-close {
	position: absolute;
	display: block;
	top: 14px;
	right: 14px;
	width: 30px;
}
.all-the-screen-top .all-the-screen-top-white .the-close img {
	position: absolute;
	display: block;
	top: -3px;
	right: -3px;
	width: 30px;
}

.all-the-single-page-form {
	direction: rtl;
	margin-block-end: 12vh;
	display: none;
}

.all-the-single-page-form .all-the-new-page-1 {
	padding: 0 0 80px 0;
}

.all-the-single-page-form .all-the-new-page-1 .the-logo {
	margin: 60px auto 20px;

	width: 90%;

	max-width: 318px;
}

.all-the-single-page-form .all-the-new-page-1 .the-logo img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-1 .all-the-title {
	width: 70%;

	margin: 0 auto 0;

	border: solid 7px #95c157;

	text-align: center;

	background: #221f20;

	border-radius: 10px;

	line-height: 1;

	padding: 10px 0;

	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;
}

.all-the-single-page-form .all-the-new-page-1 .all-the-title .the-top-title {
	color: white;

	font-size: 3vw;

	font-weight: 500;

	margin: 0 0 0 1vw;
}

.all-the-single-page-form .all-the-new-page-1 .all-the-title .the-botton-title {
	color: #95c157;

	font-size: 3vw;

	font-weight: 500;
}

.all-the-single-page-form .all-the-new-page-1 .the-big-image {
	margin: -67px 0 0 0;
}

.all-the-single-page-form .all-the-new-page-1 .the-big-image img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-1 .the-text-big {
	width: 70%;

	font-size: 1.2vw;

	margin: -6vw auto 0;

	position: relative;

	background: white;

	border-radius: 22px;

	padding: 10px 40px;

	text-align: center;
}

.all-the-single-page-form .all-the-new-page-1 .the-text-big span {
	color: #95c157;
}

.all-the-single-page-form .all-the-new-page-1 .the-next-button {
	background: #95c157;

	width: 90%;

	margin: 0 auto 0;

	max-width: 550px;

	text-align: center;

	color: white;

	font-size: 23px;

	padding: 12px 0;

	font-weight: 700;

	cursor: pointer;

	transition: all 0.5s;
}

.all-the-single-page-form .all-the-new-page-1 .the-next-button:hover {
	background: #c4e498;
}

.all-the-single-page-form .the-global-top-and-botton .the-top-page-uniq {
	position: relative;
}
.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-image {
}
.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-logo {
	position: absolute;

	top: 10%;
	width: 16%;
	right: 10%;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-logo
	img {
	width: 100%;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-title {
	width: 90%;

	position: absolute;

	top: 60%;

	right: 5%;

	display: flex;

	align-items: center;

	justify-content: center;
}

.the-top-page-uniq .the-title .the-title-inside {
	font-size: 2.5vw;

	font-weight: 700;

	text-align: center;

	line-height: 1;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-title
	.the-title-inside-absolute {
	position: absolute;

	bottom: -30px;

	font-size: 1.1vw;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-title
	.the-title-inside-finish {
	font-size: 3.5vw;

	font-weight: 700;

	text-align: center;

	line-height: 1;
}

.all-the-single-page-form
	.the-global-top-and-botton
	.the-top-page-uniq
	.the-title
	.the-title-inside-finish
	span {
	color: #95c157;
}

.the-botton-page-uniq {
	position: relative;

	width: 100%;

	margin: 0 auto 0;

	padding: 0 0 1vw 0;
}

.the-botton-page-uniq .all-the-button-next-from-botton {
	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;

	cursor: pointer;
}

.the-botton-page-uniq .all-the-button-next-from-botton img {
	width: 100%;
}

.the-botton-page-uniq .all-the-button-next-from-botton .the-text {
	position: absolute;

	color: white;

	font-size: 1.5vw;

	font-weight: 600;
}

.the-botton-page-uniq .all-the-button-next-from-botton .the-text span {
	color: #95c157;
}

.the-botton-page-uniq .all-the-list-number {
	width: 66%;

	margin: 20px auto 0;

	display: flex;

	justify-content: space-between;

	align-items: center;
	flex-direction: row-reverse;
	list-style: none;
}

.the-botton-page-uniq .all-the-list-number .the-number {
	font-size: 1.5vw;

	cursor: pointer;

	padding: 0 24px;
}

.the-botton-page-uniq .all-the-list-number .the-line {
	width: 1px;

	height: 2vw;

	background: black;
}

.the-botton-page-uniq .the-finish-text {
	text-align: center;

	margin: 15px 0 0 0;

	font-size: 1.5vw;

	font-weight: 700;
}

.the-botton-page-uniq .the-finish-text span {
	color: #95c157;
}

.all-the-single-page-form .all-the-new-page {
}

.all-the-single-page-form
	.all-the-new-page
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 3vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.the-single-box .the-faq-link img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page .all-the-box-inside {
	display: flex;

	justify-content: flex-start;
	gap: 10px;
	width: 70%;

	margin: -2px auto 50px;
	box-sizing: content-box;
	padding-block-end: 1rem;
}

.all-the-new-page .all-the-box-inside .the-single-box {
	width: 24%;

	position: relative;

	border: solid 1px #dfebd9;

	border-radius: 20px;

	overflow: hidden;

	background: white;
}
.hide {
	display: none;
}
.all-the-single-page-form .the-single-box:hover > .the-box-hover {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page
	.all-the-box-inside
	.the-single-box
	.the-box-hover {
	width: 100%;

	height: 100%;

	background: #aacd75;

	position: absolute;

	display: none;

	justify-content: center;

	align-items: center;

	color: white;

	padding: 0 1vw;

	width: calc(100% - 2vw);
}

.all-the-single-page-form
	.all-the-new-page
	.all-the-box-inside
	.the-single-box
	.the-image {
	width: 70%;

	margin: 0 auto 0;

	height: 16vw;

	display: flex;

	align-items: center;

	justify-content: center;
}

.all-the-box-inside .the-single-box .the-image img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page
	.all-the-box-inside
	.the-single-box
	.the-title-single {
	background: #aacd75;

	font-size: 1vw;

	text-align: center;

	font-weight: 500;

	padding: 14px 0;
}

.all-the-single-page-form .all-the-new-page-3 {
}

.all-the-box-inside .the-single-box .the-faq-link {
	width: 3vw;
	position: absolute;
	left: 1vw;
	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-3 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 60%;

	margin: -100px auto 50px;
	flex-wrap: wrap;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box {
	width: 24%;
	position: relative;
	border: solid 1px #dfebd9;
	border-radius: 20px;
	overflow: hidden;
}
.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box-line {
	width: 24%;
	height: 1px;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box:hover
	> .the-box-hover {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box
	.the-box-hover {
	width: 100%;

	height: 100%;

	background: #aacd75;

	position: absolute;

	display: none;

	justify-content: center;

	align-items: center;

	color: white;

	padding: 0 1vw;

	width: calc(100% - 2vw);

	overflow: auto;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box
	.the-image {
	width: 70%;

	margin: 0 auto 0;

	height: 16vw;

	display: flex;

	align-items: center;

	justify-content: center;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box
	.the-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-3
	.all-the-box-inside
	.the-single-box
	.the-title-single {
	background: #aacd75;

	font-size: 1vw;

	text-align: center;

	font-weight: 500;

	padding: 14px 0;
}

.all-the-single-page-form .all-the-new-page-4 {
}

.all-the-single-page-form .all-the-new-page-4 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 70%;

	margin: -100px auto 50px;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box {
	width: 30%;

	position: relative;

	border: solid 1px #dfebd9;

	border-radius: 20px;

	overflow: hidden;

	background: white;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box:hover
	> .the-box-hover {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-box-hover {
	width: 100%;

	height: 100%;

	background: #aacd75;

	position: absolute;

	display: none;

	justify-content: center;

	align-items: center;

	color: white;

	padding: 0 1vw;

	width: calc(100% - 2vw);
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 3vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-image {
	width: 70%;

	margin: 0 auto 0;

	height: 16vw;

	display: flex;

	align-items: center;

	justify-content: center;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-title-single {
	background: #aacd75;
	font-size: 1vw;
	text-align: center;
	font-weight: 500;
	padding: 14px 0;
	min-height: 6vw;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-title-single
	.the-title-single-first {
	font-size: 1.5vw;
	font-weight: 700;
}

.all-the-single-page-form
	.all-the-new-page-4
	.all-the-box-inside
	.the-single-box
	.the-title-single
	.the-title-single-second {
}

.all-the-single-page-form .all-the-new-page-5 {
}

.all-the-single-page-form .all-the-new-page-5 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 70%;

	flex-wrap: wrap;

	margin: -100px auto 40px;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full {
	width: 100%;

	margin: 0 auto 23px;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside {
	width: 30%;

	margin: 0 auto 0;

	position: relative;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside:hover
	> .the-absolute {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside
	.the-absolute {
	position: absolute;

	width: 140%;

	height: 120%;

	background: #aacd75;

	display: none;

	justify-content: center;

	align-items: center;

	top: -10%;

	color: white;

	right: -20%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside
	.the-absolute-faq {
	position: absolute;

	left: -5vw;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside
	.the-absolute-faq
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box-full
	.the-single-box-full-inside
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box {
	width: 24%;

	position: relative;

	border: solid 1px #dfebd9;

	border-radius: 20px;

	overflow: hidden;

	background: white;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box:hover
	> .the-box-hover {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-box-hover {
	width: 100%;

	height: 100%;

	background: #aacd75;

	position: absolute;

	display: none;

	justify-content: center;

	align-items: center;

	color: white;

	padding: 0 1vw;

	width: calc(100% - 2vw);

	z-index: 9;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-image {
	width: 60%;

	margin: 0 auto 0;

	height: 14vw;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-flow: column;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-image
	.the-image-text {
	text-align: center;

	font-size: 1vw;

	font-weight: 700;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-title-single {
	font-size: 2.5vw;

	text-align: center;

	font-weight: 500;

	padding: 14px 0;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-title-single
	.the-title-single-first {
	width: 100%;

	margin: 0 auto 0;

	position: relative;

	height: 2vw;

	background: #e9f3db;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-title-single
	.the-title-single-first
	.the-title-single-first-inside {
	background: #aacd75;

	height: 100%;
}

.all-the-single-page-form
	.all-the-new-page-5
	.all-the-box-inside
	.the-single-box
	.the-title-single
	.the-title-single-first
	.the-title-single-first-inside-text {
	position: absolute;

	top: 5px;

	right: 5px;

	font-size: 1vw;
}

.all-the-single-page-form .all-the-new-page-6 {
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-6 .all-the-box-inside {
	display: flex;
	justify-content: space-between;
	width: 70%;
	flex-wrap: wrap;
	margin: -100px auto 40px;
	position: relative;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-image {
	position: relative;
	width: 30%;
	margin: 0 auto 0;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-image:hover
	> .the-absolute-text {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-image
	.the-absolute-text {
	width: 150%;
	position: absolute;
	height: 100%;
	background: #95c157;
	top: 0;
	right: -28%;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 0 3%;
	color: white;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-absolute-faq {
	position: absolute;
	left: -5vw;
	top: 0;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-absolute-faq
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-line {
	height: 20px;
	background: #e9f3db;
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-top-line
	.the-top-line-inside {
	height: 100%;

	background: #95c157;

	width: 85%;

	position: absolute;

	font-size: 2vw;

	display: flex;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-box-inline {
	display: flex;

	justify-content: space-between;

	width: 100%;

	margin: 22px 0 100px 0;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside {
	width: 47%;

	height: 19vw;

	border-radius: 8px;

	border: solid 1px #e3eed1;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-img-inside {
	width: 55px;

	display: block;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-text-inside {
	position: absolute;

	cursor: pointer;

	bottom: 1.5vw;

	left: 0;

	font-size: 2.5vw;

	width: 100%;

	right: 0;

	text-align: center;
}

.all-the-single-page-form
	.all-the-new-page-6
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-faq-inside {
	position: absolute;

	left: 1vw;

	top: 1vw;

	cursor: pointer;
}

.all-the-single-page-form .all-the-new-page-7 {
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-7 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 90%;

	flex-wrap: wrap;

	margin: 0 auto 40px;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-image {
	position: relative;

	width: 30%;

	margin: 0 auto 0;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-image:hover
	> .the-absolute-text {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-image
	.the-absolute-text {
	width: 150%;

	position: absolute;

	height: 100%;

	background: #95c157;

	top: 0;

	right: -28%;

	display: none;

	justify-content: center;

	align-items: center;

	padding: 0 3%;

	color: white;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-absolute-faq {
	position: absolute;

	left: -5vw;

	top: 0;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-absolute-faq
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-line {
	height: 20px;

	background: #e9f3db;

	width: 100%;

	position: relative;

	margin: 20px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-top-line
	.the-top-line-inside {
	height: 100%;

	background: #95c157;

	width: 40%;

	position: absolute;

	font-size: 2vw;

	display: flex;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-box-inline {
	display: flex;

	justify-content: space-between;

	width: 100%;

	margin: 22px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside {
	width: 48%;

	height: 19vw;

	border-radius: 8px;

	border: solid 1px #e3eed1;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-img-inside {
	width: 20%;

	display: block;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-text-inside {
	position: absolute;

	cursor: pointer;

	bottom: 1.5vw;

	left: calc(50% - 1.5vw);

	font-size: 3vw;
}

.all-the-single-page-form
	.all-the-new-page-7
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-faq-inside {
	position: absolute;

	left: 1vw;

	top: 1vw;

	cursor: pointer;
}

.all-the-single-page-form .all-the-new-page-8 {
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-8 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 70%;

	flex-wrap: wrap;

	margin: 0 auto 40px;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-top-image {
	position: relative;

	width: 550px;

	margin: -100px auto 0;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-top-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline {
	width: 100%;

	display: flex;

	justify-content: space-between;

	margin: 26px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside {
	width: 25%;

	height: 10vw;

	border-radius: 26px;

	border: solid 1px #e3eed1;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

	overflow: hidden;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside:hover
	> .the-box-inline-inside-absolute {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute {
	position: absolute;

	width: 100%;

	height: 100%;

	display: none;

	align-items: center;

	justify-content: center;

	background: #95c157;

	z-index: 9;

	color: white;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute-text {
	position: absolute;

	width: 100%;

	text-align: center;

	font-size: 1vw;

	top: 30%;

	font-weight: 600;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute-line {
	position: absolute;

	width: 100%;

	height: 2vw;

	background: #e3eed1;

	bottom: 12%;
}

.all-the-single-page-form
	.all-the-new-page-8
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute-line
	.the-box-inline-inside-absolute-line-inside {
	position: absolute;

	height: 100%;

	background: #95c157;
}

.all-the-single-page-form .all-the-new-page-9 {
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-9 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 70%;

	flex-wrap: wrap;

	margin: -100px auto 40px;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline {
	width: 100%;

	display: flex;

	justify-content: space-between;

	margin: 26px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside {
	width: 30%;

	position: relative;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-image {
	width: 50px;

	margin: 0 auto 2vw;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-image-v {
	width: 50px;

	margin: 0 auto 1vw;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-image-v
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-9
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-text {
	text-align: center;

	font-size: 1vw;

	font-weight: 600;

	border: solid 1px #cde0c2;

	border-radius: 10px;

	padding: 2vw 0;
}

.all-the-single-page-form .all-the-new-page-10 {
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.all-the-single-page-form .all-the-new-page-10 .all-the-box-inside {
	display: flex;

	justify-content: space-between;

	width: 70%;

	flex-wrap: wrap;

	margin: 0 auto 40px;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-image {
	position: relative;

	width: 12%;

	margin: -70px auto 0;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-image:hover
	> .the-absolute-text {
	display: flex;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-image
	img {
	width: 100%;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-image
	.the-absolute-text {
	width: 150%;

	position: absolute;

	height: 100%;

	background: #95c157;

	top: 0;

	right: -28%;

	display: none;

	justify-content: center;

	align-items: center;

	padding: 0 3%;

	color: white;

	border-radius: 2vw;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-line {
	height: 20px;

	background: #e9f3db;

	width: 100%;

	position: relative;

	margin: 20px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-top-line
	.the-top-line-inside {
	height: 100%;

	background: #95c157;

	width: 85%;

	position: absolute;

	font-size: 2vw;

	display: flex;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-box-inline {
	display: flex;

	justify-content: space-between;

	width: 100%;

	margin: 22px 0 0 0;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside {
	width: 40%;

	height: 11vw;

	border-radius: 8px;

	border: solid 1px #e3eed1;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-img-inside {
	width: 42px;

	display: block;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-text-inside {
	position: absolute;

	cursor: pointer;

	bottom: 1.5vw;

	left: calc(50% - 0.75vw);

	font-size: 1.5vw;
}

.all-the-single-page-form
	.all-the-new-page-10
	.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-faq-inside {
	position: absolute;

	left: 1vw;

	top: 1vw;

	cursor: pointer;
}

.all-the-single-page-form .all-the-new-page-11 {
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-single-box
	.the-faq-link {
	width: 6vw;

	position: absolute;

	left: 1vw;

	top: 1vw;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-single-box
	.the-faq-link
	img {
	width: 100%;
}

.static-navigation {
	display: flex;

	justify-content: space-between;

	width: 70%;

	flex-wrap: wrap;

	margin: -20px auto 40px;
}

.static-navigation form .the-input-text input {
	width: 100%;
	border: none;
	border: solid 1px #95c157;
	font-size: 1.5vw;
	color: black;
	border-radius: 1vw;
	padding: 1vw 2vw;
	font-family: 'Heebo', sans-serif;
}

.the-title-text {
	text-align: center;

	width: 100%;

	font-weight: 600;

	font-size: 2.5vw;
}

.all-the-box-inside .the-all-product {
	width: 100%;

	display: flex;

	justify-content: flex-start;
	gap: 3vw;
	flex-wrap: wrap;

	margin: 3vw 0 0 0;
}

.the-all-product .the-thank-you-block {
	height: 62vw;

	background: #95c157;

	width: 100%;

	border-radius: 16px;

	position: relative;

	display: flex;

	justify-content: center;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-all-product
	.the-thank-you-block
	.the-text-thank-you-1 {
	position: absolute;
	top: 6%;
	color: white;
	font-size: 6vw;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-all-product
	.the-thank-you-block
	.the-text-thank-you-2 {
	position: absolute;

	top: 48%;

	color: white;

	font-size: 5vw;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-all-product
	.the-thank-you-block
	.the-text-thank-you-3 {
	position: absolute;

	bottom: 5%;

	color: white;

	font-size: 4vw;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-all-product
	.the-thank-you-block
	.the-text-thank-you-3
	a {
	color: white;
}

.all-the-single-page-form
	.all-the-new-page-11
	.all-the-box-inside
	.the-all-product-single-line {
	width: 30%;

	height: 1px;
}

.all-the-box-inside .the-all-product-single {
	width: 30%;

	border: solid 1px #e3eed1;

	overflow: hidden;

	border-radius: 2vw;

	margin: 0 0 3vw 0;
}

.all-the-box-inside .the-all-product-single .the-image-pro {
	min-width: 90%;

	margin: 2vw auto 2vw;
}

.all-the-box-inside .the-all-product-single .the-image-pro img {
	width: 60%;

	margin: 0 auto 0;

	display: block;
}

.the-border-box {
	border: 1px solid rgb(38, 114, 0);
	border-radius: 20px;
}

.all-the-single-page-form .the-all-product-single .the-title-pro {
	width: 100%;

	text-align: center;

	color: white;

	background: #95c157;

	font-size: 1.5vw;

	min-height: 5vw;

	display: flex;

	justify-content: center;

	align-items: center;
}

.all-the-box-inside .the-title-text-form {
	text-align: center;

	width: 100%;

	font-weight: 600;

	font-size: 2.5vw;

	border-top: solid 1px #000;

	padding: 2vw 0 0 0;

	margin: 4vw 0 3vw 0;
}

.all-the-form-finish {
	width: 100%;
}

.all-the-form-finish form {
	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;
}

.all-the-form-finish form .the-input-text {
	width: 30%;
}

.all-the-form-finish form .the-input-text input {
	width: 100%;
	border: none;
	border: solid 1px #95c157;
	font-size: 1.5vw;
	color: black;
	border-radius: 1vw;
	padding: 1vw 2vw;
	font-family: 'Heebo', sans-serif;
}

.all-the-form-finish form .the-text-form-botton {
	width: 100%;

	font-size: 1.5vw;

	margin: 2vw 0 2vw 0;
}

.all-the-form-finish form .the-input-submit {
	width: 100%;

	background-image: url(/wp-content/themes/ozisti/template-form-choose-images/image36.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;
}

.all-the-form-finish form .the-input-submit input {
	min-width: 100%;
	background: transparent;
	height: 36px;
	color: white;
	font-size: 18px;
	border: none;
	font-family: 'Heebo', sans-serif;
}

.all-the-slider-new {
	width: 100%;

	height: 150px;

	display: flex;

	justify-content: space-between;

	direction: ltr;
}

.all-the-slider-new .the-right-slider {
	width: 48%;
}

.all-the-slider-new .the-right-slider .the-name-text {
	direction: rtl;

	font-size: 2vw;

	margin: 3vw 0 1vw 0;
}

.all-the-slider-new .the-right-slider .the-name-text-number {
	direction: rtl;

	font-size: 2vw;

	margin: 0 0 0 0;
}

.all-the-slider-new .the-right-slider .the-right-range {
	width: 100%;
}

.all-the-slider-new .the-right-slider .the-right-range {
	background: linear-gradient(
		to right,
		#82cfd0 0%,
		#95c157 60%,
		#fff 40%,
		#fff 100%
	);

	border: solid 2px #95c157;

	border-radius: 8px;

	height: 7px;

	outline: none;

	transition: background 450ms ease-in;

	-webkit-appearance: none;
}

.all-the-slider-new .the-right-slider .the-right-range::-webkit-slider-thumb {
	width: 20px;

	height: 20px;

	border-radius: 50%;

	-webkit-appearance: none;

	cursor: ew-resize;

	background: #5d8f17;
}

.all-the-slider-new .the-left-slider {
	width: 48%;
}

.all-the-slider-new .the-left-slider .the-name-text {
	direction: rtl;

	font-size: 2vw;

	margin: 3vw 0 1vw 0;
}

.all-the-slider-new .the-left-slider .the-name-text-number {
	direction: rtl;

	font-size: 2vw;

	margin: 0 0 0 0;
}

.all-the-slider-new .the-left-slider .the-right-range {
	width: 100%;
}

.all-the-slider-new .the-left-slider .the-right-range {
	width: 100%;
}

.all-the-slider-new .the-left-slider .the-right-range {
	background: linear-gradient(
		to right,
		#82cfd0 0%,
		#95c157 60%,
		#fff 40%,
		#fff 100%
	);

	border: solid 2px #95c157;

	border-radius: 8px;

	height: 7px;

	outline: none;

	transition: background 450ms ease-in;

	-webkit-appearance: none;
}

.all-the-slider-new .the-left-slider .the-right-range::-webkit-slider-thumb {
	width: 20px;

	height: 20px;

	border-radius: 50%;

	-webkit-appearance: none;

	cursor: ew-resize;

	background: #5d8f17;
}

@media screen and (max-width: 700px) {
	.all-the-single-page-form .all-the-new-page .all-the-box-inside {
		width: 94% !important;
	}
	.the-title-text {
		font-size: 16px;
	}
	.all-the-single-page-form .all-the-new-page-1 .the-next-button {
		width: 94%;
		font-size: 17px;
	}
	.all-the-single-page-form .all-the-new-page-1 .the-text-big {
		font-size: 12px;
		line-height: 15px;
	}
	.the-botton-page-uniq .all-the-button-next-from-botton .the-text,.all-the-single-page-form .all-the-new-page-1 .all-the-title .the-botton-title,.all-the-single-page-form .all-the-new-page-1 .all-the-title .the-top-title {
		font-size: 18px;
	
	}
	.all-the-screen-top .all-the-screen-top-white .the-text {
		font-size: 4.5vw;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-logo {
		position: absolute;
		top: 15%;
		width: 40%;
		right: 30%;
	}
	.all-the-screen-top .all-the-screen-top-white img {
		width: 100%;
	}

	/* 1 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-1 {
		padding: 30px 0 30px 0;
	}
	.the-logo {
		margin: 0 auto 0;
		width: 90%;
		max-width: auto;
	}
	.all-the-single-page-form .all-the-new-page-1 .the-big-image {
		margin: 0 0 0 0;
	}
	.all-the-single-page-form .all-the-new-page-1 .all-the-title {
		width: 90%;
		margin: 7vw auto 0;
	}
	.all-the-title .the-top-title {
		font-size: 4vw;
	}
	.all-the-single-page-form .all-the-title .the-botton-title {
		font-size: 4vw;
	}
	.the-text-big {
		width: calc(90% - 60px);
		font-size: 4vw;
		margin: -7vw auto 9vw;
		position: relative;
		background: white;
		border-radius: 22px;
		padding: 10px 30px;
		text-align: center;
	}
	.the-next-button {
		font-size: 4vw;
	}

	/* 2 BOX BLOCK */
	.all-the-new-page .all-the-box-inside {
		display: flex;
		justify-content: flex-start;
		width: 90%;
		margin: 0 auto 50px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.all-the-single-page-form
		.all-the-new-page
		.all-the-box-inside
		.the-single-box {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.all-the-single-page-form
		.all-the-new-page
		.all-the-box-inside
		.the-single-box
		.the-image {
		height: 44vw;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title {
		width: 90%;
		position: relative;
		top: auto;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto 20px;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title
		.the-title-inside {
		/*font-size: 8vw;*/
		font-weight: 700;
		text-align: center;
		/*line-height: 1;*/
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.all-the-single-page-form
		.all-the-new-page
		.all-the-box-inside
		.the-single-box
		.the-title-single {
		background: #aacd75;
		font-size: 3.5vw;
		text-align: center;
		font-weight: 500;
		padding: 14px 0;
	}
	.all-the-single-page-form
		.all-the-new-page
		.all-the-box-inside
		.the-single-box
		.the-faq-link {
		width: 9vw;
		position: absolute;
		left: 1vw;
		top: 1vw;
	}
	.the-botton-page-uniq {
		position: relative;
		width: 90%;
		margin: 0 auto 0;
		padding: 0 0 11vw 0;
	}
	.the-botton-page-uniq {
		position: relative;
		width: 100%;
		margin: 0 auto 0;
		padding: 0 0 10vw 0;
	}
	.the-botton-page-uniq .all-the-button-next-from-botton .the-text {
		position: absolute;
		color: white;
		font-size: 3.4vw;
		font-weight: 600;
	}
	.the-botton-page-uniq .the-finish-text {
		text-align: center;
		margin: 15px 0 0 0;
		font-size: 4vw;
		font-weight: 700;
	}
	.the-botton-page-uniq .all-the-list-number {
		width: 100%;
		margin: 20px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		overflow: auto;
		padding: 15px 0;
		list-style: none;
	}
	.the-botton-page-uniq .all-the-list-number .the-number {
		font-size: 4.5vw;
		cursor: pointer;
		padding: 0 15px;
	}

	/* 3 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-3 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 50px;
		flex-wrap: wrap;
	}
	.all-the-single-page-form
		.all-the-new-page-3
		.all-the-box-inside
		.the-single-box {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-3
		.all-the-box-inside
		.the-single-box
		.the-image {
		height: 44vw;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title {
		width: 90%;
		position: relative;
		top: auto;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto 20px;
	}
	.all-the-single-page-form
		.all-the-new-page-3
		.all-the-box-inside
		.the-single-box
		.the-title-single {
		background: #aacd75;
		font-size: 3.5vw;
		text-align: center;
		font-weight: 500;
		padding: 14px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-3
		.all-the-box-inside
		.the-single-box
		.the-faq-link {
		width: 9vw;
		position: absolute;
		left: 1vw;
		top: 1vw;
	}

	/* 4 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-4 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 50px;
		flex-wrap: wrap;
	}
	.all-the-single-page-form
		.all-the-new-page-4
		.all-the-box-inside
		.the-single-box {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-4
		.all-the-box-inside
		.the-single-box
		.the-image {
		height: 44vw;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title {
		width: 90%;
		position: relative;
		top: auto;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto 20px;
	}
	.all-the-single-page-form
		.all-the-new-page-4
		.all-the-box-inside
		.the-single-box
		.the-title-single {
		background: #aacd75;
		font-size: 3.5vw;
		text-align: center;
		font-weight: 500;
		padding: 14px 0;
		min-height: 6vw;
	}
	.all-the-single-page-form
		.all-the-new-page-4
		.all-the-box-inside
		.the-single-box
		.the-faq-link {
		width: 9vw;
		position: absolute;
		left: 1vw;
		top: 1vw;
	}
	.all-the-single-page-form
		.all-the-new-page-4
		.all-the-box-inside
		.the-single-box
		.the-title-single
		.the-title-single-first {
		font-size: 3vw;
		font-weight: 700;
	}

	/* 5 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-5 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto 50px;
		flex-wrap: wrap;
	}
	.all-the-single-page-form
		.all-the-new-page-5
		.all-the-box-inside
		.the-single-box {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-5
		.all-the-box-inside
		.the-single-box
		.the-image {
		height: 44vw;
	}
	.all-the-single-page-form
		.all-the-new-page-5
		.all-the-box-inside
		.the-single-box
		.the-image
		.the-image-text {
		text-align: center;
		font-size: 3vw;
		font-weight: 700;
	}
	.all-the-single-page-form
		.all-the-new-page-5
		.all-the-box-inside
		.the-single-box
		.the-title-single
		.the-title-single-first {
		width: 100%;
		margin: 0 auto 0;
		position: relative;
		height: 7vw;
		background: #e9f3db;
	}
	.all-the-single-page-form
		.all-the-new-page-5
		.all-the-box-inside
		.the-single-box
		.the-title-single
		.the-title-single-first
		.the-title-single-first-inside-text {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 3vw;
	}

	/* 6 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-6 .the-title-inside {
		font-size: 3.5vw !important;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title
		.the-title-inside-absolute {
		position: absolute;
		bottom: -9vw;
		font-size: 3vw;
	}
	.all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 40px auto 0;
	}
	.all-the-slider-new {
		flex-wrap: wrap;
	}
	.all-the-slider-new .the-right-slider {
		width: 100%;
	}
	.all-the-slider-new .the-left-slider {
		width: 100%;
	}
	.all-the-slider-new .the-left-slider .the-name-text {
		direction: rtl;
		font-size: 4vw;
		margin: 3vw 0 2vw 0;
	}
	.all-the-slider-new .the-right-slider .the-name-text {
		direction: rtl;
		font-size: 4vw;
		margin: 3vw 0 2vw 0;
	}
	.all-the-slider-new .the-left-slider .the-name-text-number {
		direction: rtl;
		font-size: 5vw;
		margin: 0 0 0 0;
	}
	.all-the-slider-new .the-right-slider .the-name-text-number {
		direction: rtl;
		font-size: 5vw;
		margin: 0 0 0 0;
	}

	/* 7 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-8 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 0 auto 40px;
	}
	.all-the-single-page-form
		.all-the-new-page-8
		.all-the-box-inside
		.the-top-image {
		position: relative;
		width: 100%;
		margin: 10px auto 0;
	}
	.all-the-single-page-form
		.all-the-new-page-8
		.all-the-box-inside
		.the-box-inline {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 26px 0 0 0;
		flex-wrap: wrap;
	}
	.all-the-single-page-form
		.all-the-new-page-8
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside {
		width: 48%;
		height: 30vw;
		border-radius: 26px;
		border: solid 1px #e3eed1;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-8
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside
		.the-box-inline-inside-absolute-text {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 5vw;
		top: 30%;
		font-weight: 600;
	}
	.all-the-single-page-form
		.all-the-new-page-8
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside
		.the-box-inline-inside-absolute-line {
		position: absolute;
		width: 100%;
		height: 5vw;
		background: #e3eed1;
		bottom: 12%;
	}

	/* 8 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-9 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 30px auto 40px;
	}
	.all-the-single-page-form
		.all-the-new-page-9
		.all-the-box-inside
		.the-box-inline {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 26px 0 0 0;
		flex-wrap: wrap;
	}
	.all-the-single-page-form
		.all-the-new-page-9
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside {
		width: 48%;
		position: relative;
		margin: 0 0 20px 0;
	}
	.all-the-single-page-form
		.all-the-new-page-9
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside
		.the-text {
		text-align: center;
		font-size: 5vw;
		font-weight: 600;
		border: solid 1px #cde0c2;
		border-radius: 10px;
		padding: 2vw 0;
	}

	/* 9 BOX BLOCK */
	.all-the-single-page-form .all-the-new-page-10 .all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 0 auto 40px;
	}
	.all-the-single-page-form
		.all-the-new-page-10
		.all-the-box-inside
		.the-top-image {
		position: relative;
		width: 60%;
		margin: 10px auto 0;
	}
	.all-the-single-page-form
		.all-the-new-page-10
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside {
		width: 48%;
		height: 30vw;
		border-radius: 8px;
		border: solid 1px #e3eed1;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.all-the-single-page-form
		.all-the-new-page-10
		.all-the-box-inside
		.the-box-inline
		.the-box-inline-inside
		.the-text-inside {
		position: absolute;
		cursor: pointer;
		bottom: 2.5vw;
		left: calc(50% - 2.75vw);
		font-size: 4.5vw;
	}

	/* 10 BOX BLOCK */
	.all-the-box-inside {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 0 auto 40px;
	}
	.all-the-box-inside .the-all-product-single {
		width: 48%;
		border: solid 1px #e3eed1;
		overflow: hidden;
		border-radius: 2vw;
		margin: 0 0 3vw;
	}
	.all-the-single-page-form .the-all-product-single .the-title-pro {
		font-size: 14px;
	}
	.all-the-form-finish form input {
		max-width: 90% !important;
	}
	.all-the-form-finish form .the-input-text input {
		font-size: 16px;
	}
	.the-all-product-single .the-title-pro {
		width: 100%;
		text-align: center;
		color: #fff;
		background: #95c157;
		font-size: 3.5vw;
		min-height: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.all-the-single-page-form
		.the-global-top-and-botton
		.the-top-page-uniq
		.the-title
		.the-title-inside-finish {
		font-size: 5.5vw;
		font-weight: 700;
		text-align: center;
		line-height: 1;
	}


	.all-the-box-inside .the-all-product-single
	{
		width: 47% !important;
	}
	.all-the-box-inside .the-all-product-single .the-image-pro {
		min-width: 100% !important;
		margin: 0px !important;
	}
	.all-the-box-inside .the-all-product-single .the-image-pro img {
		width: 100% !important;
	}
	.all-the-box-inside .the-title-text-form {
		text-align: center;
		width: 100%;
		font-weight: 600;
		font-size: 4.5vw;
		border-top: solid 1px #000;
		padding: 2vw 0 0;
		margin: 4vw 0 3vw;
	}
	.the-title-text.first-text-finish {
		padding-block-end: 15px !important;
	}
	.all-the-single-page-form .all-the-new-page .all-the-box-inside {
		padding-block-end: 0rem !important;
	}
	form .the-text-form-botton {
		width: 100%;
		font-size: 3.5vw;
		margin: 2vw 0;
	}
	.static-navigation .the-title-text-form,.the-text-form-botton p {
		font-size: 12px;
	}

	form .the-input-text input {
		width: 100%;
		border: none;
		border: solid 1px #95c157;
		font-size: 5.5vw;
		color: #000;
		border-radius: 1vw;
		padding: 1vw 2vw;
	}

	.all-the-form-finish form .the-input-text {
		width: 100%;
	}
}
.all-the-form-finish form input {
	max-width: 17vw;
}
.static-navigation .the-title-text-form {
	text-align: center;
	width: 100%;
	font-weight: 600;
	font-size: 2.5vw;
	border-top: solid 1px #000;
	padding: 2vw 0 0 0;
	margin: 4vw 0 3vw 0;
}

.static-navigation .first-text-finish {
	text-align: center;
	width: 100%;
	font-weight: 600;
	font-size: 2.5vw;
	margin-top: -100px;
}

.the-title-text.first-text-finish {
	padding-block-end: 100px;
}
.the-single-box.global-click-on-choose {
	cursor: pointer;
}
.all-the-box-inside .the-box-inline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 26px 0 0 0;
}
.all-the-box-inside .the-box-inline .the-box-inline-inside {
	width: 40%;
	height: 11vw;
	border-radius: 8px;
	border: solid 1px #e3eed1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .all-the-box-inside[data-id='6'] {
	width: 100%;
} */
.all-the-single-page-form[data-id='6'] .all-the-box-inside,
.all-the-single-page-form[data-id='8'] .all-the-box-inside {
	width: 70%;
	flex-direction: column;
}
.all-the-box-inside .the-top-image {
	position: relative;
	width: 550px;
	margin: 0px auto 0;
	text-align: center;
}
.all-the-box-inside .the-box-inline .the-box-inline-inside {
	width: 25%;
	height: 10vw;
	border-radius: 26px;
	border: solid 1px #e3eed1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1em;
	overflow: hidden;
}
.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute-text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1vw;
	top: 30%;
	font-weight: 600;
}
.all-the-box-inside
	.the-box-inline
	.the-box-inline-inside
	.the-box-inline-inside-absolute-line {
	position: absolute;
	width: 100%;
	height: 2vw;
	background: #e3eed1;
	bottom: 12%;
}
.the-box-inline-inside-absolute-line-inside {
	position: absolute;

	bottom: 0px;
	background: #95c157;
	height: 100%;
}
.all-the-box-inside .the-box-inline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 26px 0 0 0;
}
.the-box-inline .the-box-inline-inside {
	width: 40%;
	height: 11vw;
	border-radius: 8px;
	border: solid 1px #e3eed1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.the-img-inside {
	width: 42px;
	display: block;
}
.the-text-inside {
	position: absolute;
	cursor: pointer;
	bottom: 1.5vw;
	left: calc(50% - 0.75vw);
	font-size: 1.5vw;
}
