*,
*::after,
*::before {
	box-sizing: border-box;
}
.advantages-flex-slider {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #191b22;
	font-family: "Montserrat";
	color: #ffffff;
	overflow-x: hidden;
	background-image: url("/i/img/hr_landing/bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: 500;
	font-size: 19px;
	min-height: 100vh;
}
/************helper********/
.dropbtn {
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000db;
	min-width: 185px;
	z-index: 1;
	text-align: left;
	padding: 10px 0px 15px 0px;
	overflow-y: scroll;
	right: -12px;
}
.dropdown-content.show-above {
	bottom: 100%;
}
/* width */
.dropdown-content::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.dropdown-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
.dropdown-content::-webkit-scrollbar-thumb {
	background: #3e5dc7;
	border-radius: 10px;
}

/* Handle on hover */
.dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #3e5dc7;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	display: block;
	line-height: 25px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
	color: #3e5dc7;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropdown-content > a {
	display: flex;
	gap: 4px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: transparent;
	color: #e80a09;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
}
.splide__pagination__page.is-active {
	background: #226fcd;
}
.splide__pagination__page {
	height: 10px;
	width: 10px;
}
.flex-align-center {
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single {
	border: 1.4px solid #d4d4d4;
	height: 70px;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	border-radius: 3px;
	background: transparent;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff;
	line-height: 68px;
	font-size: 20px;
}
.select2-results__option[aria-selected] {
	background: #191b22;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #191b22;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 70px;
}
.select2-container {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.select2-dropdown {
	border-color: #d4d4d4;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
	border: 1.4px solid #d4d4d4;
}
.select2-container {
	min-width: 120px;
	text-align: center;
}
.select2-container--default .promo-flag {
	vertical-align: middle;
}
.select2-dropdown {
	background-color: transparent;
	border: 1px solid #d4d4d4 !important;
}

.promo-phone__code {
	color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.promo-phone__code__one {
	margin-right: 20px;
}
.promo-phone__code__one:last-child {
	margin-right: 0px;
}
.promo-phone__code__one input {
	width: 100% !important;
}
.promo-country__code option {
	color: #000;
}
.promo-country__code {
	color: #fff !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	color: #000;
}
@media (max-width: 400px) {
	.select2-container {
		width: 107px !important;
		min-width: 110px;
	}
	.promo-phone__code__one {
		margin-right: 5px;
	}
}
.main-container {
	max-width: 1314px;
	margin: auto;
	position: relative;
}
/* .large-border{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.large-border.sticky{
    background-color: rgb(25, 27, 34, .90);
}
.main-container:before {
	content: "";
	height: 100vh;
	border-right: 1.4px solid #fff;
	position: absolute;
}
#left-vertical-bar{
    height: 20vh;
    transition: height .5s;
    border-left: 5px solid #FFF;
    top: 0;
    right: 100%;
    position: absolute;
} */
.navbar {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 10px;
	align-items: center;
}
.logo {
	margin-left: 126px;
}
.nav-right-flex {
	display: flex;
	gap: 22px;
}
.nav-right-content {
	gap: 4px;
	display: flex;
	align-items: center;
}
.nav-right-content a {
	text-decoration: none;
	color: #fff;
	gap: 4px;
	display: flex;
	align-items: center;
}
.nav-right-content a:hover {
	color: #04a544;
}
.img-green {
	display: none;
}
.img-green:hover {
	display: block;
}

.container {
	max-width: 1200px;
	margin: auto;
}
.front-page-flex {
	margin-top: 80px;
	display: flex;
	gap: 67px;
}
.front-page-content {
	margin-top: 40px;
}
.left-wrapper {
	text-transform: uppercase;
	position: fixed;
	top: 100px;
	left: 0px;
}
.left-wrapper ul li {
	list-style: none;
	position: relative;
}
.left-wrapper ul li {
	color: transparent;
	transition: color 0.5s;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.left-wrapper ul li.active {
	color: inherit;
}
.left-wrapper ul li::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	transition: background-color 0.5s;
}
.left-wrapper ul li.active::before {
	background-color: white;
}
.front-page-content > h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 38px;
}
.front-page-content > h1 > span {
	color: #e32675;
}
.front-page-content > p {
	font-weight: 400;
	margin-bottom: 50px;
}
.front-page-content > a {
	padding: 10px 14px;
	text-decoration: none;
	background: #fff;
	color: #191b22;
	border-radius: 35px;
	transition: 0.2s ease;
}
.front-page-content > a:hover {
	cursor: pointer;
	background: #04a544;
	color: #fff;
}
.get-started-flex {
	margin-top: 80px;
	display: flex;
	gap: 57px;
}
.get-started-left {
	max-width: 500px;
}
.get-started-right {
	border-left: 1.4px solid rgba(255, 255, 255, 0.2);
	padding-left: 60px;
}
.get-started-title {
	font-weight: 700;
	font-size: 21px;
}
.get-started-left-card {
	padding: 15px 22px;
	margin-left: 50px;
	margin-top: 35px;
	background: linear-gradient(31.75deg, #1d324a 32.97%, #203d5f 106.85%);
	border-radius: 8px;
	max-width: 450px;
}
.card-tri-image {
	height: 90px;
	background-image: url("/i/img/hr_landing/triangle.webp");
	background-repeat: no-repeat;
	background-position: 100% -30px;
}
.get-started-left-content {
	margin-top: 23px;
	font-weight: 400;
}
.get-started-content-grid {
	margin-top: 35px;
	display: grid;
	grid-gap: 42px;
	grid-template-columns: 1fr 1fr;
	background-image: url("/i/img/hr_landing/Ellipse\ 20.webp");
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
}
.get-started-content {
	text-align: center;
}
.get-started-content img{
    height: 122px;
}
.get-started-left-card > p > span {
	color: #e32675;
}
.about-us-flex {
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
	gap: 25px;
}
.about-us-right {
	margin-top: 50px;
	background: url("/i/img/hr_landing/ifxvector.webp") no-repeat right;
}
.about-us-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 38px;
}
.about-us-desc {
	margin-top: 22px;
	font-weight: 400;
}
.about-us-desc > span {
	font-size: 16px;
	background: #0f5ccd;
	border-radius: 50%;
	padding: 4px;
}
.about-us-left img {
	margin-left: -70px;
}
.advantages {
	margin-top: 30px;
}
.advantages-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 38px;
	text-align: center;
}
.advantages-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 100px;
}
.advantages .tick-mark{
    position: relative;
    left: -60px;
    top: 20px;
    width: 78px;
    height: 77px;
}
.advantages-content {
	height: 158px;
	padding: 20px;
	max-width: 321px;
	background: rgba(77, 79, 87, 0.08);
	box-shadow: -35px -25px 40px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}
.form-flex {
	display: flex;
    justify-content: center;
}
.form-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 38px;
}
.form-sub {
	margin-top: 12px;
	margin-bottom: 25px;
}
.footer {
	max-width: 1300px;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}
.footer-logo-wraper {
	margin: 0px 100px;
	position: relative;
	text-align: left;
}
.footer-flex {
	gap: 0px 38px;
	margin: 25px 0 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-link {
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.copy-right-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #77787c;
}
.copy-right-text {
	margin: 20px 0px 40px 0px;
}
section.form .section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.form .section .form-input {
	margin-bottom: 24px;
	width: 476px;
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
	display: block;
}
.invalid-feedback {
	text-align: right;
	width: 100%;
	margin-top: 2px;
	font-size: 15px;
	color: #dc3545;
}
.response-message {
	margin-bottom: 10px;
}
.form-input.form-group {
	margin-bottom: 16px;
	position: relative;
}
.form-input.form-group input:focus {
	outline: none;
}
.form-input.form-group > label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 22px;
	font-weight: 500;
	font-size: 24px;
	white-space: nowrap;
	color: #ffffff;
	opacity: 0.4;
	pointer-events: none;
	transition: all 0.15s;
	background-color: transparent;
}
.form-input.form-group input:focus + label,
.form-input.form-group input:not(:placeholder-shown) + label,
.form-input.form-group.error label {
	top: 0;
	font-size: 15px;
	opacity: 1;
	background: rgb(25, 28, 35);
	padding: 0 15px;
}
.form-input.form-group.error input {
	border-color: #fd3736;
}
.form-input.form-group.error label {
	color: #fd3736;
}
.form-input input:not([type="checkbox"]),
.form-input select,
.form-input button {
	background-color: transparent;
	height: 72px;
	width: 100%;
	border-radius: 6px;
	padding: 20px 22px;
	font-size: 24px;
	color: #fff;
	border: 1.4px solid #ffffff;
    caret-color: white;
}
.form-input button {
	background: #04a544;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25),
		inset -3px -3px 4px rgba(0, 0, 0, 0.21),
		inset 4px 4px 3px rgba(255, 255, 255, 0.04);
	border-radius: 35px;
	color: #f8f8f8;
	cursor: pointer;
	border: none;
	height: 48px;
	padding: 10px 20px;
	font-size: 22px;
	margin-bottom: 0;
	min-width: 176px;
}
.form-input button:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25),
		inset 3px 3px 4px rgba(0, 0, 0, 0.21),
		inset -4px -4px 3px rgba(255, 255, 255, 0.04);
}
.btn-submitted {
	width: 150px !important;
	background-color: #1b753f !important;
	background-image: url("/i/img/hr_landing/button-submit.webp") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.submit-success {
	background-color: #ffffff !important;
	color: #27ae60 !important;
}
.footer-lang {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.form-main {
	margin-top: 70px;
}
.form-img img{
    max-width: 100%;
}
.splide {
	display: none;
}
@media (max-width: 400px) {
	.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		font-size: 18px;
	}
	.promo-phone__code__one input[type="text"] {
		text-align: left;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 17px;
	}
}
.slide-content {
	padding: 0px 55px;
	padding-bottom: 40px;
}
input[type="checkbox"]:checked {
	background: url("/i/img/hr_landing/chkbx.webp") no-repeat center;
	background-size: 85%;
}
input[type="checkbox"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #a5a5a5;
	box-sizing: border-box;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	margin-right: 15px;
}
.form-agree-link > a {
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
}
.check-flex {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: 2px solid #04a544;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 2px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #04a544;
}

input:focus + .slider {
	box-shadow: 0 0 1px #04a544;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
.switch-flex {
	display: flex;
	align-items: center;
	gap: 15px;
}
.advantages-content p {
	font-weight: 400;
	font-size: 16px;
}
.get-started-content p {
	font-size: 16px;
	margin: 8px 0px;
}

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

/* Thank you page css */
.thanks-page {
	display: none;
}
.message-container {
	background: linear-gradient(
		124.08deg,
		rgba(174, 174, 174, 0.02) 16.54%,
		rgba(255, 255, 255, 0.02) 91.04%
	);
	box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.11);
	backdrop-filter: blur(19px);
	border-radius: 10px;
	margin: 96px auto;
	margin-bottom: 27px;
	max-width: 826px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 75px 60px;
	border: 2px solid;
	border-image: linear-gradient(120.96deg, rgba(49, 70, 101, 0.66) 5.74%, rgba(49, 70, 101, 0) 79.06%) 1;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 17%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	max-width: 400px;
    box-shadow: 9px 9px 20px rgb(0 0 0 / 5%);
    border-radius: 19px;
    text-align: center;
    padding: 50px;
    height: 344px;
}
.modal-content p{
	font-size: 32px;
	line-height: 38px;
	color: #323232;
	margin-top: 10px;
}
  
  /* The Close Button */
.close {
position: absolute;
right: -20px;
top: -20px;
}
.message-container:last-child{
	padding: 40px 30px;
}
.app-wrapper{
	text-align: left;
	display: flex;
	background:url('/i/img/hr_landing/bg-logo.png');
	background-repeat: no-repeat;
	background-position: 250px 35px;
	margin-bottom: -70px;

}
.playstore a{
	display: flex;
	text-decoration: none;
	color: #19233E;
	background: #FFF;
	font-size: 12px;
	line-height: 14px;
	gap: 12px;
	padding: 6px 20px;
	padding-left: 10px;
	align-items: center;
	height: 48px;
	border-radius: 6px;
}
.qr-code{
	background: #FFF;
    filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.08));
    backdrop-filter: blur(20px);
    border-radius: 6px;
}
.qr-code:hover{
	cursor: pointer;
}
.app-right-imgages>button{
	border: none;
	width: 48px;
	height: 48px;
	padding: 5px;
}
.app-rigt-title{
	font-weight: 600;
	font-size: 38px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.app-right-desc{
	font-size: 16px;
	line-height: 128.5%;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.app-left{
	margin-left: -70px;
}
.app-right{
	margin-top: 47px;
}
.app-right-imgages{
	display: flex;
	gap: 12px;
}
.thank_you_text_1{
	font-weight: 600;
	font-size: 38px;
	text-transform: uppercase;
}
.thank_you_text_2{
	font-size: 18px;
	margin-bottom: 15px;
}
.thanks-page-img{
	margin: 50px;
}
.thank_you_text_3{
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
}
/* End: Thank you page css */
@media (max-width: 1600px) {
	.left-wrapper {
		display: none;
	}
}
@media (max-width: 1300px) {
	.large-border {
		position: unset;
	}
	.main-container::before {
		display: none;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-container {
		padding-left: 45px;
		padding-right: 45px;
	}
	.logo {
		margin: 0;
	}
	.front-page-flex {
		gap: 30px;
	}
	.adv-second {
		margin-left: 180px;
	}
	.advantages-flex {
		gap: 0;
	}
	.about-us-left img {
		margin-left: -60px;
	}
}
@media (max-width: 1024px) {
	.front-page-img img {
		width: 420px;
        height: auto;
	}
	.front-page-content > h1 {
		font-size: 26px;
	}
	.front-page-content > p {
		font-size: 17px;
	}
	.get-started-left {
		max-width: 405px;
	}
	.get-started-flex {
		gap: 28px;
	}
	.get-started-content p {
		font-size: 14px;
	}
	.about-us-left {
		margin-left: 18px;
	}
	.about-us-left img {
        margin-left: -30px;
		max-width: 450px;
        height: auto;
	}
	.adv-second {
		margin-left: 66px;
	}
	.form-img img {
		width: 115%;
	}
	.form-flex {
		align-items: center;
	}
	.form-sub {
		font-size: 16px;
	}
	.switch-flex {
		font-size: 18px;
	}
	.form-input button {
		font-size: 20px;
	}
	.agreement {
		font-size: 15px;
		font-weight: 400;
	}
	.promo-country__code {
		padding: 10px;
	}
	.advantages-content {
		max-width: 300px;
	}
    .check-flex {
		gap: 15px;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 45px;
	}
    .form-input.form-group > label {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.splide {
		display: block;
	}
	.advantages-content {
		max-width: unset;
	}
	.form-main {
		margin-top: 50px;
	}
	.front-page-flex {
		margin-top: 70px;
	}
	.advantages-flex-slider {
		display: block;
	}
	.advantages-flex {
		display: none;
	}
	.mySlides {
		transition-delay: 2s;
		max-width: 321px;
		margin: auto;
	}
	.w3-center {
		max-width: 55px;
		margin: auto;
		padding-top: 20px;
	}
	body {
		background-image: url("/i/img/hr_landing/tab-bg.webp");
	}
	.front-page-img img {
		width: 360px;
	}
	.about-us-left img {
		max-width: 370px;
	}
	.advantages-flex {
		flex-direction: column;
		align-content: center;
	}
	/* .adv-second {
        margin-left: 0;
    } */
	.form-main {
		max-width: 380px;
	}
    .form-input.form-group > label {
		font-size: 15px;
	}
}
@media (max-width: 700px) {
	.app-wrapper{
		flex-direction: column;
		background-position: 79% 35px;
	}
	.app-left{
		margin: 0 auto;
		margin-bottom: -80px;
	}
	.qr-code{
		display: none;
	}
	.app-right{
		padding: 0 20px;
		padding-bottom: 40px;
	}
	.app-rigt-title{
		font-size: 25px;
		line-height: 140%;
	}
	.app-right-desc{
		font-size: 14px;
		line-height: 128.5%;
	}
	.app-left >img{
		width: 100%;
	}

	.advantages-content {
		height: unset;
	}
	.front-page-content {
		margin-top: 0;
	}
	.front-page-img {
		display: none;
	}
	.get-started-flex {
		flex-direction: column;
		gap: 55px;
	}
	.get-started-left {
		max-width: unset;
	}
	.get-started-left-card {
		max-width: unset;
	}
	.get-started-right {
		border-left: none;
		padding-left: 0;
		border-top: 1.4px solid rgba(255, 255, 255, 0.2);
		padding-top: 60px;
	}
	.about-us-left {
		display: none;
	}
	.about-us-flex {
		padding-top: 30px;
		padding-bottom: 70px;
		border-top: 1.4px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1.4px solid rgba(255, 255, 255, 0.2);
	}
	.form-main {
		max-width: 100%;
	}
	.form-img {
		display: none;
	}
	.footer {
		padding-top: 31px;
		border-top: 1.4px solid rgba(255, 255, 255, 0.2);
	}
	.footer-flex {
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.question {
		display: none;
	}
	.footer-lang-flex {
		display: flex;
		align-items: center;
	}
	.footer-logo-wraper {
		margin: 0px 30px;
	}
}
@media (max-width: 500px) {
	.advantages-title {
		font-size: 22px;
	}

	.form-title {
		font-size: 22px;
	}

	.about-us-title {
		font-size: 22px;
	}

	.agreement {
		font-size: 12px;
	}

	.form-input.form-group input:focus + label,
	.form-input.form-group input:not(:placeholder-shown) + label,
	.form-input.form-group.error label {
		font-size: 12px;
		padding: 0 15px;
		margin-left: 10px;
	}
	.thank_you_text_1{
		font-size: 25px;
		margin-bottom: 5px;
	}
	.thank_you_text_2{
		font-size: 12px;
	}
	.thanks-page-img {
		width: 80px;
	}
	.thank_you_text_3{
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.mySlides {
		max-width: 254px;
	}
	.mySlides > img {
		width: 40px;
		left: -30px !important;
	}
	.slide-content {
		padding: 0px 30px;
		padding-bottom: 40px;
	}
	.slide-content > img {
		width: 40px;
		left: -30px !important;
	}
	.slide-content > img {
		width: 40px;
		left: -30px !important;
	}
	body {
		background-image: url("/i/img/hr_landing/BG\ \(1\).webp");
		background-size: 100%;
	}
	.main-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container {
		padding-left: 11px;
		padding-right: 11px;
	}
	.front-page-content > h1 {
		font-size: 22px;
	}
	.front-page-content > p {
		font-size: 16px;
	}
	.front-page-content > a {
		font-size: 17px;
	}
	.get-started-left-card {
		font-size: 16px;
	}
	.get-started-left-content {
		font-size: 16px;
	}
	.get-started-title {
		text-align: center;
	}
	.get-started-left .get-started-title {
		text-align: left;
	}
	.get-started-content-grid {
		grid-template-columns: 1fr;
	}
	.get-started-content p {
		font-size: 16px;
	}
	.about-us-desc {
		font-size: 16px;
	}
	.advantages-flex > div > img {
		width: 40px;
		left: -25px !important;
	}
	.footer {
		padding-top: 31px;
		border-top: 1.4px solid rgba(255, 255, 255, 0.2);
	}
	.footer-logo-wraper {
		margin: 0px 15px;
	}
	#footerlogo {
		width: 200px;
	}
	.footer-link {
		font-size: 13px;
	}
	.dropbtn {
		font-size: 13px;
	}
	/* .advantages-content {
        padding: 15px;
    } */
	.advantages-flex {
		padding: 0 20px;
	}
}
@media screen and (min-width: 1000px) {
	.footer-logo-wraper {
		text-align: center;
	}
	.footer-lang {
		top: 100%;
		transform: none;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.form-input.form-group input:focus + label {
		background: rgb(27 42 65);
	}
}
