@import url("../css2");


*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*==== VARIABLES ====*/
:root {
	--brand-color: #03a100;
	--main-bg-color: #fff;
	--header-bg-color: #f3f3f3;
	--font-primary: "Inter", sans-serif;
	--border-radius: 12px;
}

/*==== PRE-STYLES ====*/
html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

body {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden !important;
	background-color: var(--main-bg-color);
	font-family: var(--font-primary);
}

a {
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}

.flex {
	display: flex;
}

.center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.column {
	flex-direction: column;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.section-heading {
	font-weight: 700;
	font-size: 2.2rem;
	text-transform: uppercase;
	color: #000000;
}

/* .container__videoForm div:not(.iti__flag-container) > * {
	max-width: 542px;
} */

.btn {
	background-color: var(--brand-color);
	min-height: 4rem;
	padding: 0.5rem 2rem;
	width: 90%;
	max-width: 406px;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #fafafa;
	border: none;
	cursor: pointer;
	border-radius: 8px;
	transition: 0.2s;
}

.btn:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

.btn:active {
	transform: scale(0.98);
}

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

.text-white {
	color: #fff !important;
}

.text-colored {
	color: var(--brand-color);
}

/*ANIMATIONS*/
.animated {
	opacity: 0;
	transition: 0.6s;
}

.fade-in {
	opacity: 1;
}

/*==== HEADER =====================*/
.header {
	padding: 0.6rem 0;
}

.header .logo {
	aspect-ratio: 213 / 76;
	cursor: pointer;
}

.navigation a {
	font-size: 1.2rem;
	color: #2e2e2e;
	margin-left: 2.5rem;
	transition: all ease 0.2s;
}

.nav-link.mob-only {
	display: none;
}

.navigation a:hover {
	color: #646464;
}

.nav-underlay {
	display: none;
}

.menu-open-img,
.menu-close-img {
	display: none;
}

/*==== HERO ======================*/
.hero-section {
	padding: 6rem 0;
	background: var(--main-bg-color) url("../images/bg.webp") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}

.hero-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--main-bg-color) url("../images/bg.webp") no-repeat center / cover;
}

.hero-section .container {
	position: relative;
	z-index: 3;
}

.text-wrapper {
	width: 65%;
	max-width: 948px;
}

.main-heading {
	font-weight: 600;
	font-size: 2.75rem;
	line-height: 130%;
	color: #ffffff;
}

.main-heading .text-colored {
	color: #8ed1ff;
}

.hero-text-content {
	background: var(--brand-color);
	border: 1px solid #a5a5a5;
	box-shadow: 0px 4px 31px 10px rgba(0, 0, 0, 0.15);
	border-radius: var(--border-radius);
	padding: 2rem;
	margin-top: 2rem;
}

.hero-text-content h4 {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 130%;
	color: #ffffff;
}

.hero-text-content .divider,
.text-wrapper .divider {
	max-width: 214px;
	height: 4px;
	background: #03a100;
	margin-top: 1rem;
}

.hero-text-content p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 130%;
	color: #ffffff;
	margin-top: 2rem;
}

.form-wrapper {
	width: 34%;
	max-width: 460px;
	background-color: #fafafa;
	border-radius: var(--border-radius);
	border: 1px solid #b5b5b5;
	padding: 2rem;
}

.form-heading {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #161616;
	text-align: center;
}

.form-wrapper .input-wrap {
	margin: 16px 0;
}

.form-wrapper .input-wrap input {
	height: 56px !important;
	background-color: #fafafa;
	border: 1px solid #ffadb2 !important;
	border-radius: 5px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 1rem;
}

.form-wrapper .input-wrap input:focus {
	border: 1px solid #30acf9 !important;
}

.form-wrapper .input-wrap .vue-tel-input {
	border: none;
	border-radius: 5px;
	border: 1px solid #ffadb2;
}

.form-wrapper .input-wrap .vue-tel-input .vti__dropdown {
	border-radius: 5px 0 0 5px;
}

.form-wrapper .input-wrap .vue-tel-input input {
	border-radius: 0 5px 5px 0;
	border: 0 !important;
}

.form-wrapper .checkbox-wrap {
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}

.form-wrapper .checkbox-wrap label {
	font-weight: 400;
	font-size: 14px;
	color: #68645f;
}

.form-wrapper .checkbox-wrap label .alterlink {
	font-weight: 700;
}

.form-wrapper .input-wrap button {
	height: 68px;
	background: #e6000d;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #fafafa;
	border: none;
	border-radius: 8px;
	transition: 0.2s;
}

.form-wrapper .input-wrap button:hover {
	background: #c50711;
}

.form-wrapper .input-wrap button:active {
	transform: scale(0.98);
}

/*==== INVESTOR ========================*/
.investor-section {
	background-color: #fff;
}

.investor-section .img-part {
	position: relative;
	max-width: 784px;
	width: 49%;
}

.investor-img {
	width: 100%;
	position: absolute;
	/* top: 0; */
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.investor-section .text-part {
	width: 49%;
	max-width: 704px;
	padding: 6rem 0;
	margin-left: 2rem;
}

.investor-section .text-part .divider {
	width: 100%;
	max-width: 214px;
	height: 4px;
	background: #03a100;
	margin-top: 1rem;
}

.investor-section .text-part p {
	color: #000;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.2rem;
}

/*==== CALCULATOR ======================*/
.calculator-section {
	padding: 4.5rem 0 9rem 0;
	background-color: #03a100;
}

.calculator-part {
	width: 58%;
	max-width: 827px;
}

.calculator-wrapper {
	background: #fafafa;
	border: 2px solid #373737;
	box-shadow: 0px 0px 29px 6px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	padding: 1.5rem 2rem 6.5rem 2rem;
	margin-top: 3rem;
	position: relative;
}

.calculator-wrapper p {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #6b6b6b;
	max-width: 600px;
}

.slider-wrapper {
	--slider-height: 1rem;
	--slider-value: 0;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	margin-top: 2.2rem;
	background: #dfdfdf;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
}

.slider-wrapper:nth-child(2) {
	--slider-color: #03a100;
}

.slider-track {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: inherit;
	height: var(--slider-height);
	width: calc(100%);
	background-image: linear-gradient(to bottom, #fff, transparent),
		linear-gradient(to right,
			var(--slider-color) 0% calc(var(--slider-value) * 1%),
			#cccbd2 calc(var(--slider-value) * 1%) 100%);
	background-blend-mode: overlay, normal;
	box-shadow: inset 0 0.0625em 0.125em #000;
}

.slider-input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	border-radius: inherit;
	width: calc(100% + 0.875em);
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.slider-input::-webkit-slider-thumb {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 11px;
	padding: 0.4rem 0.8rem;
	width: 8rem;
	height: auto;
}

.slider-input::-moz-range-thumb {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 11px;
	padding: 0.4rem 0.8rem;
	width: 8rem;
	height: auto;
}

.slider-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: calc(var(--slider-value) / 100 * (100% - var(--slider-height)) + var(--slider-height) / 2);
	transform: translateX(-50%);
	border-radius: 11px;
	width: 8rem;
	height: auto;
	padding: 0.4rem 0.8rem;
	background: #ffffff;
	box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.08);
	font-weight: 400;
	font-size: 1.5rem;
	color: #232323;
}

.range-output-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2rem;
	background: #373737;
	border-radius: 8px;
	padding: 8px 20px;
}

.range-output-wrapper h4 {
	font-weight: 400;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.range-output-value {
	font-weight: 700;
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-top: 4px;
}

.results-part {
	padding-left: 7rem;
}

.result-value {
	font-weight: 700;
	font-size: 4rem;
}

.results-part p {
	font-weight: 300;
	font-size: 2rem;
	text-transform: uppercase;
	margin-top: 1rem;
}

.results-part .divider {
	height: 4rem;
}

/*==== PROJECTS ====================*/
.projects-section {
	padding: 4rem 0 3rem 0;
	background-color: #fff;
}

.projects-card {
	width: 24%;
	max-width: 336px;
	height: 490px;
	border-radius: var(--border-radius);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: 0.2s;
}

.projects-card .text-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(54, 0, 0, 0.7), rgba(54, 0, 0, 0.7));
	border-radius: var(--border-radius);
	padding: 2rem;
	opacity: 0;
	transition: all ease 0.4s;
}

.projects-card:hover .text-wrapper {
	opacity: 1;
}

.card-heading {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.projects-card .text-wrapper .divider {
	width: 100%;
	max-width: 96px;
	height: 4px;
	background: #03a100;
	margin-top: 1rem;
}

.projects-card .card-text {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 141.52%;
	margin-top: 2rem;
	max-width: 265px;
}

/*==== STEPS SECTION =====================*/
.steps-section {
	background-color: #fff;
	padding: 3rem 0 4rem 0;
}

.steps-section .cards-wrapper {
	margin-top: 3rem;
}

.steps-card {
	width: 32%;
	max-width: 460px;
	background: #03a100;
	border-radius: var(--border-radius);
	padding: 2rem;
}

.steps-card .card-heading {
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-top: 3rem;
}

.steps-card .card-text {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 141.52%;
	margin-top: 2rem;
}

/*==== BOTTOM FORM SECTION ===============*/
.form-section {
	padding: 4rem 0;
	background: radial-gradient(47.35% 47.35% at 62.19% 56.11%,
			#b1000a 0%,
			#7d0007 100%);
}

.form-section .text-wrapper {
	width: 66%;
	max-width: 950px;
}

.form-section .text-wrapper h2 {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 130%;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 680px;
}

.form-section .text-wrapper p {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 150%;
	color: #ffffff;
	margin-top: 2rem;
	max-width: 674px;
}

.form-section .text-wrapper .logo-lower-img {
	margin-top: 3rem;
	aspect-ratio: 303 / 117;
}

.form-section .form-wrapper {
	width: 32%;
	max-width: 460px;
}

/*==== FOOTER =================*/
.terms__text ul li {
	list-style: disc inside;
}

@media (max-width: 1700px) {
	.container {
		max-width: 1200px;
	}

	.header {
		padding: 0.5rem 0;
	}

	.header .logo {
		width: 216px;
		height: 51px;
	}

	.navigation a {
		font-size: 1rem;
		margin-left: 2rem;
	}

	.hero-section {
		padding: 5rem 0;
	}

	.main-heading {
		font-size: 2.2rem;
	}

	.hero-text-content h4 {
		font-size: 1.8rem;
	}

	.hero-text-content p {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	.form-wrapper {
		padding: 2rem 1.5rem;
	}

	.form-heading {
		font-size: 1.4rem;
	}

	.form-wrapper .input-wrap input {
		height: 50px !important;
	}

	.form-wrapper .input-wrap button {
		height: 60px;
		font-size: 1.2rem;
	}

	.investor-img {
		width: 105%;
	}

	.investor-section .text-part {
		padding: 4rem 0;
		margin-left: 1.5rem;
	}

	.investor-section .text-part p {
		font-size: 1rem;
	}

	.result-value {
		font-size: 3.1rem;
	}

	.results-part p {
		font-size: 1.4rem;
		margin-top: 0.8rem;
	}

	.results-part .divider {
		height: 2.5rem;
	}

	.projects-card {
		height: 390px;
	}

	.projects-card .text-wrapper {
		padding: 2rem 1.5rem;
	}

	.card-heading {
		font-size: 1.2rem;
	}

	.projects-card .card-text {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	.steps-card .card-heading {
		font-size: 1.3rem;
		margin-top: 2rem;
	}

	.steps-card .card-text {
		font-size: 1rem;
		margin-top: 1.2rem;
	}

	.form-section .text-wrapper h2 {
		font-size: 2.2rem;
	}

	.form-section .text-wrapper p {
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}

	.form-section .text-wrapper .logo-lower-img {
		margin-top: 4rem;
		width: 16rem;
	}
}

@media (max-width: 1199px) {

	.hero-section .container,
	.calculator-section .container {
		flex-direction: column;
	}

	.text-wrapper {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.hero-text-content .divider,
	.text-wrapper .divider {
		margin-left: auto;
		margin-right: auto;
	}

	.form-wrapper {
		width: 100%;
	}

	.investor-section .container {
		flex-direction: column-reverse;
	}

	.investor-section .text-part {
		padding: 4rem 0 2rem 0;
		margin-left: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.investor-section .img-part {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.investor-img {
		position: static;
		width: 85%;
		transform: translateX(0);
		margin-bottom: -5px;
	}

	.calculator-section {
		padding: 4.5rem 0 5rem 0;
	}

	.calculator-part {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4rem;
	}

	.results-part {
		padding-left: 0;
		text-align: center;
	}

	.projects-section .cards-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.projects-card {
		width: 44%;
		margin: 0 0.5rem 1rem 0.5rem;
	}

	.projects-card .text-wrapper {
		opacity: 1 !important;
	}

	.steps-card {
		padding: 2rem 1rem;
	}

	.form-section .container {
		flex-direction: column;
	}

	.form-section .text-wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
		text-align: center;
	}

	.form-section .text-wrapper h2,
	.form-section .text-wrapper p {
		margin-left: auto;
		margin-right: auto;
	}

	.form-section .text-wrapper .logo-lower-img {
		margin-top: 2rem;
	}

	.form-section .form-wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 799px) {
	.calculator-wrapper p {
		font-size: 1rem;
	}

	.range-slider .slider-thumb {
		min-width: 85px;
		font-size: 1.2rem;
	}

	.navigation a {
		font-size: 0.9rem;
		margin-left: 1rem;
	}
}

@media (max-width: 599px) {

	.menu-open-img,
	.menu-close-img {
		display: block;
	}

	.navigation {
		position: fixed;
		z-index: 33;
		right: -100%;
		top: 0;
		width: 70%;
		height: auto;
		min-height: 100vh;
		flex-direction: column;
		background-color: #fff;
		padding: 4rem 1rem;
		border-left: 2px solid #373737;
		transition: all ease 0.4s;
	}

	.navigation a {
		text-align: center;
		font-size: 1.4rem;
		margin-left: 0;
		padding: 0.5rem 0;
	}

	.nav-underlay {
		display: block;
		position: fixed;
		z-index: -3;
		opacity: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: auto;
		min-height: 100vh;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		transition: all ease 0.4s;
	}

	.nav-underlay.active {
		z-index: 12;
		opacity: 1;
	}

	.nav-link.mob-only {
		display: block;
		margin-bottom: 1rem;
	}

	.menu-close-img {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}

	.hero-section {
		padding: 4rem 0;
	}

	.main-heading {
		font-size: 1.7rem;
	}

	.hero-text-content {
		padding: 2rem 1rem;
	}

	.hero-text-content h4 {
		font-size: 1.4rem;
	}

	.investor-img {
		width: 100%;
	}

	.calculator-section {
		padding: 4rem 0 4rem 0;
	}

	.form-wrapper {
		padding: 2rem 1rem;
	}

	.calculator-wrapper {
		padding: 1.5rem 1rem 6.5rem 1rem;
		margin-top: 2.5rem;
	}

	.range-output-wrapper h4 {
		font-size: 1rem;
	}

	.range-output-value {
		font-size: 1.8rem;
	}

	.result-value {
		font-size: 2.2rem;
	}

	.results-part p {
		font-size: 1.1rem;
	}

	.range-output-wrapper {
		min-width: 180px;
	}

	.projects-card {
		width: 100%;
	}

	.section-heading {
		font-size: 1.6rem;
	}

	.steps-section .cards-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.steps-card {
		width: 100%;
		margin-bottom: 1rem;
	}

	.form-section {
		padding: 3rem 0;
	}

	.form-section .text-wrapper h2 {
		font-size: 1.5rem;
	}

	.form-section .text-wrapper p {
		font-size: 1.1rem;
	}

	.form-section .text-wrapper .logo-lower-img {
		width: 14rem;
	}
}

.users-row {
	padding: 20px 10px;
	z-index: 2;
	--gap: 1rem;
	gap: 1rem;
	overflow: hidden;
	user-select: none;
	margin-top: auto;
	display: flex;
}

.users-row__wrapper {
	display: flex;
	flex-shrink: 0;
	display: flex;
	gap: 1rem;
	animation: scroll 50s linear infinite;
}

.users-row__img {
	z-index: 2;
}

.users-row__img img {
	width: 85px;
	height: 85px;
	z-index: 2;
	border-radius: 50%;
}

.users-row__item {
	display: flex;
	align-items: center;
	color: #000;
	gap: 10px;
	border: 1px solid #03a100;
	box-shadow: 0 0 10px #03a100;
	border-radius: 3000px;
	padding-right: 20px;
	background-color: rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, 0.05);
}

.users-row__text {
	display: flex;
	flex-direction: column;
	padding: 10px;
	font-size: 14px;
}

.users-row__won span {
	color: #03a100;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - 1rem));
	}
}

.users-row {
	transform: translateZ(0);
}

.users-row__wrapper {
	will-change: auto;
	transform: translateZ(0);
}

.section__one {
	height: 100%;
	width: 100%;
	background: url("../images/bg.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.section__one .one__container {
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1280px;
	margin: 0 auto;
}

.section__one .one__container .title {
	color: #000;
	font-size: 3rem;
	font-weight: 800;
	max-width: 1400px;
	margin: 20px auto;
	text-align: center;
}

.section__one .one__container .title span {
	color: rgb(3, 161, 0);
}

.section__one .one__container .sub__tittle {
	color: #000;
	font-size: 27px;
	text-align: center;
	max-width: 1100px;
	margin: auto;
}

.section__one .one__container .container__videoForm {
	margin-top: 40px;
	display: flex;
	max-width: 100%;
	justify-content: space-around;
	align-items: center;
}

.video__block{
	width: 100%;
	max-height: max-content;
	max-width: 540px;
}

.section__one .one__container .container__videoForm video {
	width: 100%;
	max-width: 442px;
	height: 100%;
	max-height: max-content;
}

.section__one .one__container .container__videoForm form {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 443px;
}

.section__one .one__container .container__videoForm form p {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

/* .section__one .one__container .container__videoForm form input:not([type=checkbox]) {
	font-size: 16px;
	height: 56px;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 0 10px;
} */

.vue-tel-input {
	border: none !important;
}

.vti__dropdown {
	background: transparent !important;
}

.section__one .one__container .container__videoForm form div:nth-child(1) {
	margin-top: 0 !important;
}

.section__one .one__container .container__videoForm form div:nth-child(8) {
	margin-bottom: 0;
}

.section__one .one__container .container__videoForm form button {
	font-size: 28px;
	color: #fff;
	font-weight: 800;
	background: #03a100;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.section__one .one__container .logo__section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
}

.section__one .one__container .logo__section img {
	width: 100%;
	max-width: 350px;
}

@media (max-width: 1279px) {
	.section__one .one__container .container__videoForm {
		align-items: center;
		flex-direction: column;
	}

	.section__one .one__container .container__videoForm form {
		margin-top: 30px;
	}

	.section__one .one__container .container__videoForm form p {
		font-size: 22px;
	}

	.section__one .one__container .logo__section {
		align-items: center;
		flex-direction: column;
		padding: 0;
	}
}

@media (max-width: 1440px) {
	.section__one .one__container .title {
		font-size: 2rem !important;
	}

	.section__one .one__container .sub__tittle {
		font-size: 1rem !important;
	}
}

@media (max-width: 950px) {
	.section__one .one__container .title {
		font-size: 1.7rem !important;
	}

	.section__one .one__container .sub__tittle {
		font-size: 0.9rem;
	}
}

@media (max-width: 650px) {
	.section__one .one__container .title {
		font-size: 1.5rem !important;
		margin-bottom: 5px;
	}

	.section__one .one__container .sub__tittle {
		font-size: 0.9rem !important;
	}

	.section__one .one__container {
		padding-top: 50px;
	}
}

/* FOOTER */
.footer {
	background: lightgray;
	padding: 20px 50px 30px 50px;
	margin-bottom: 60px;
}

.footer__copy .copy {
	font-size: 11px;
	line-height: 18px;
	width: 700px;
}

.footer__sites {
	line-height: 18px;
}

.footer__sites select {
	font-size: 11px;
}

.footer__copy .copy {
	padding: 0 50px 0 0;
	font-size: 11px;
	color: #8c8c8c;
}

.footer__copy .blue {
	color: #4291c5;
	font-size: 11px;
}

@media (max-width: 700px) {
	.footer {
		padding: 15px 10px;
	}

	.footer__copy {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer__sites select {
		width: 100%;
	}

	.footer-container {
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	.footer__copy .copy {
		width: 100%;
	}
}

.documents {
	padding: 60px 0;
}

.documents__wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.documents__img {
	width: 48%;
}

.documents__img img {
	width: 90%;
}

@media (max-width: 800px) {
	.documents__wrapper {
		flex-direction: column;
	}

	.documents__img {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

#back-to-onet {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #008c79;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 10px 0;
	z-index: 1000;
	cursor: pointer;
	transition: bottom 0.3s;
	text-decoration: none;
	font-size: 28px;
	color: #fff;
	font-weight: 800;
}

.register-form input {
	font-size: 18px;
}