input,
textarea {
	outline: none;
	font-family: "SF UI Display", sans-serif;
}

input[type="submit"] {
	-webkit-appearance: none;
}

.hidden {
	display: none !important;
}

.form-wrap {
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.form-wrap picture img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.form-wrap .arrow {
	width: calc(50% + 100px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	background: rgba(53, 112, 201, 0.75);
	clip-path: polygon(
		0 0,
		0 100%,
		calc(100% - 100px) 100%,
		100% 50%,
		calc(100% - 100px) 0%,
		100% 0
	);
	bottom: 0;
	top: 0;
}

.form-wrap .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 56px 0 100px;
}

.form-wrap__title {
	font-style: normal;
	font-weight: 800;
	font-size: 45px;
	line-height: 140%;
	color: #ffffff;
	margin-bottom: 10px;
	position: relative;
}

.form-wrap_2,
.form-wrap_3,
.form-wrap_4,
.form-wrap_5 {
	margin-top: 120px;
	height: 540px;
}

.form-wrap_2 .form-wrap__title,
.form-wrap_3 .form-wrap__title,
.form-wrap_4 .form-wrap__title,
.form-wrap_5 .form-wrap__title {
	margin-top: -50px;
	font-size: 36px;
}

.form-wrap .text {
	position: relative;
	width: 100%;
	max-width: 50%;
}

.form-wrap__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-wrap__list li {
	padding-left: 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #ffffff;
	position: relative;
}

.form-wrap__list li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #56b845;
	border-radius: 50%;
	border: 4px solid #ddeddf;
	position: absolute;
	left: 0;
	top: 7px;
	box-sizing: content-box;
}

.form {
	background: #ffffff;
	padding: 36px 30px 40px;
	max-width: 416px;
}

.form > p {
	color: #2e2e2e;
}

.form p b {
	text-transform: uppercase;
	font-weight: 600;
}

.form form input {
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
}

.form input::placeholder,
.form input::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #a5b3c5;
}

.form input.error {
	border: 1px solid red;
}

.error__text {
	color: rgb(213 59 59);
	font-size: 11px;
	font-weight: 300;
	margin-top: -14px;
	margin-bottom: 10px;
}

.form span.info {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	display: block;
	margin: -6px 0 30px 0;
}

.form .submit-btn {
	position: relative;
	margin-top: 14px;
	width: 100%;
	height: 56px;
	border: none;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	background: #56b845;
	box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
}

.form .next-btn {
	color: #2e2e2e;
	background-color: #dde4ea;
}

/* FORM PARTNER */
.right-partner {
	position: relative;
	width: 456px;
	min-width: 456px;
}

#regForm {
	background-color: #ffffff;
	margin-top: 60px;
}

.tab {
	display: none;
}

.tab.isOpen {
	display: block;
}

.tab > label {
	position: relative;
	display: block;
}

.step {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #8293aa;
	margin: 0 2px;
	border: none;
	border-radius: 50%;
	display: block;
}

.form_partner {
	position: relative;
}

.step_box {
	position: relative;
	top: -36px;
	left: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% + 60px);
	height: 50px;
	background-color: #f5f7fa;
	right: 0;
}

.form_partner__text {
	padding-bottom: 30px;
}

.form.form_partner p.form_partner__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 0;
}

.send_form_partner #nextBtn {
	position: relative;
	background-color: #56b845;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	border: none;
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	cursor: pointer;
}

.send_form_partner #nextBtn::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #3570c9;
	background-image: url(/wp-content/themes/iworldwp/programs/img/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.send_form_partner .tab span {
	font-size: 14px;
}

/* SELECT FORM PARTNER */
.select .select-list {
	display: none;
}

.select > input {
	padding-right: 40px !important;
}

.select-list label {
	display: flex;
	align-items: center;
	grid-column-gap: 5px;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.select-list input {
	display: block;
	width: auto !important;
	height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.select::after {
	content: "";
	position: absolute;
	right: 0;
	top: 55%;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/iworldwp/programs/img/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	cursor: pointer;
}

.select.open::after {
	transform: translateY(-50%) rotate(180deg);
}

.select.open .select-list {
	position: absolute;
	top: 72px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-left: 1px solid #dde4ea;
	border-right: 1px solid #dde4ea;
	border-bottom: 1px solid #dde4ea;
	box-shadow: 0px 5px 20px rgb(167 167 167 / 17%);
	padding: 14px 12px 8px;
	width: 100%;
	z-index: 9;
}

.select.open .select-list > label {
	padding-bottom: 8px;
	cursor: pointer;
	margin-bottom: 4px;
}

.wrap_lang.open .select_ru {
	top: 88px !important;
}

.wrap_lang.open .select_en {
	top: 72px !important;
}

/* OPEN MODAL PARTNER */
.modal-partner .form {
	background: #ffffff;
	-webkit-box-shadow: -30px 30px 43px rgba(0, 0, 0, 0.2);
	box-shadow: -30px 30px 43px rgba(0, 0, 0, 0.2);
	padding: 36px 50px 58px;
	width: 416px;
	min-width: 416px;
	padding: 36px 30px 58px;
}

.modal-partner .form p {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #2e2e2e;
	margin-bottom: 20px;
}

.modal-partner .form p b {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.modal-partner .form label > span {
	display: flex;
	flex-direction: row;
}

.modal-partner .form input {
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
	cursor: pointer;
}

.modal-partner .form select {
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
}

.modal-partner .form input::-webkit-input-placeholder,
.modal-partner .form input::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #a5b3c5;
}

.modal-partner .form form input.error {
	border: 1px solid red;
}

.modal-partner .form .submit-btn {
	margin-top: 14px;
	width: 100%;
	height: 56px;
	border: none;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	background: #56b845;
	-webkit-box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
	box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
	position: relative;
}

.modal-partner .form .submit-btn:hover {
	background: #379627;
}

.modal-partner .form form span.info {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	display: block;
	margin: -6px 0 30px 0;
}

.modal-partner-wrap,
.modal-form-wrap {
	background: rgba(4, 32, 53, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal-partner-wrap.visible,
.modal-form-wrap.visible {
	display: flex;
	overflow-y: auto;
	align-items: flex-start;
}

.modal-partner {
	display: flex;
	position: relative;
	margin: auto;
}

.modal-partner-wrap .left-partner {
	width: 500px;
	background: url(/wp-content/themes/iworldwp/programs/img/modal_partner.jpg)
		no-repeat center;
	background-size: cover;
}

@media (max-width: 1024px) {
	.modal-partner-wrap .left-partner {
		display: none;
	}

	.form-wrap_2 .form-wrap__title,
	.form-wrap_3 .form-wrap__title,
	.form-wrap_4 .form-wrap__title,
	.form-wrap_5 .form-wrap__title {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.modal-partner {
		padding: 0 15px;
		margin: auto;
	}

	.modal-partner .form {
		width: 100%;
		min-width: 100%;
	}

	.modal-partner .close-partner {
		right: 30px;
	}
}

.close-partner,
.close-form {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	z-index: 99;
	cursor: pointer;
}

.close-partner:before,
.close-partner:after,
.close-form:before,
.close-form:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -4px;
	background: #c9dfff;
	height: 3px;
	width: 28px;
	transform: rotate(45deg);
}

.close-partner:hover:before,
.close-partner:hover:after,
.close-form:hover:before,
.close-form:hover:after {
	background: #2e2e2e;
}

.close-partner:after,
.close-form:after {
	transform: rotate(-45deg);
}

.modal-partner .label-btn::before {
	left: -14px;
}

body .form form label {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #2e2e2e;
}

body .form label i {
	color: #fb4b53;
	opacity: 0.7;
	font-style: normal;
	margin-right: 2px;
}

.form input {
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
}

.form span.info {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	display: block;
	margin: -6px 0 30px 0;
}

.form .submit-btn {
	position: relative;
	margin-top: 14px;
	width: 100%;
	height: 56px;
	border: none;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	background: #56b845;
	box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
}

.form .submit-btn::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #3570c9;
	background-image: url(/wp-content/themes/iworldwp/programs/img/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.form .submit-btn:hover {
	background: #379627;
}

.form._dark label {
	color: #fff;
}

.form._dark span.info {
	color: #fff;
}

.form._dark label i {
	color: #fff;
}

.form._dark {
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.subscribe .form label {
	font-size: 14px;
}

/* Modal Form */
div.modal-wrap {
	background: rgba(4, 32, 53, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal-wrap.visible {
	display: flex;
}

.modal-wrap .modal-form {
	display: flex;
	position: relative;
}

.modal-wrap .left {
	width: 440px;
	background: url(/wp-content/themes/iworldwp/programs/img/uae/modal_img_uae_vnj.jpg)
		no-repeat center;
	background-size: cover;
}

.modal-wrap .modal-form .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 9;
}

.modal-wrap .modal-form .close:before,
.modal-wrap .modal-form .close:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -4px;
	background: #c9dfff;
	height: 3px;
	width: 28px;
	transform: rotate(45deg);
}

.modal-wrap .modal-form .close:hover:before,
.modal-wrap .modal-form .close:hover:after {
	background-color: #2e2e2e;
}

.modal-wrap .modal-form .close:after {
	transform: rotate(-45deg);
}

@media (max-width: 960px) {
	.modal-wrap .left {
		display: none;
	}

	.modal-wrap .modal-form .close {
		right: 20px;
	}

	.form {
		padding: 36px 20px 40px;
	}
}

/* FORM PARTNER OLD */
.right-partner {
	position: relative;
	width: 456px;
	min-width: 456px;
}

#regForm {
	background-color: #ffffff;
	margin-top: 0;
}

.tab {
	display: none;
}

.tab.isOpen {
	display: block;
}

.tab > label {
	position: relative;
	display: block;
}

.step.active {
	display: block;
}

.step {
	display: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #8293aa;
	margin: 0 2px;
	border: none;
	border-radius: 50%;
}

.form_partner {
	position: relative;
}

.step_box {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #f5f7fa;
}

.form_partner__text {
	padding-top: 70px;
}

.form.form_partner p.form_partner__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 0;
}

.send_form_partner #nextBtn {
	position: relative;
	font-family: "Montserrat", sans-serif;
	background-color: #56b845;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	border: none;
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	cursor: pointer;
}

.send_form_partner #nextBtn::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #3570c9;
	background-image: url(/wp-content/themes/iworldwp/programs/img/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.send_form_partner .tab span {
	font-size: 14px;
}

/* SELECT FORM PARTNER */
.wrap_activity .select,
.wrap_offices .select,
.wrap_lang .select {
	display: none;
}

.wrap_activity > input,
.wrap_offices > input,
.wrap_lang > input {
	padding-right: 40px !important;
}

.select label {
	display: flex;
	align-items: center;
	grid-column-gap: 5px;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.select input {
	display: block;
	width: auto !important;
	height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.wrap_activity::after,
.wrap_offices::after,
.wrap_lang::after {
	content: "";
	position: absolute;
	right: 0;
	top: 55%;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/iworldwp/programs/img/argentina/icons/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	cursor: pointer;
}

.wrap_activity.open::after,
.wrap_offices.open::after,
.wrap_lang.open::after {
	transform: translateY(-50%) rotate(180deg);
}

.wrap_activity.open .select,
.wrap_offices.open .select,
.wrap_lang.open .select {
	position: absolute;
	top: 72px;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-left: 1px solid #dde4ea;
	border-right: 1px solid #dde4ea;
	border-bottom: 1px solid #dde4ea;
	box-shadow: 0px 5px 20px rgb(167 167 167 / 17%);
	padding: 14px 12px;
	width: 100%;
	z-index: 9;
}

.wrap_activity.open .select > label,
.wrap_offices.open .select > label,
.wrap_lang.open .select > label {
	padding-bottom: 10px;
}

[lang="en"] .wrap_lang::after {
	top: 62% !important;
}

.wrap_lang.open .select_ru {
	top: 88px !important;
}

.wrap_lang.open .select_en {
	top: 72px !important;
}

/* OPEN MODAL PARTNER */
.modal-partner .form p {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #2e2e2e;
	margin-bottom: 20px;
}

.modal-partner .form p b {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.modal-partner .form label {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #2e2e2e;
}

.modal-partner .form label > span {
	display: flex;
	flex-direction: row;
}

.modal-partner .form label i {
	color: #fb4b53;
	opacity: 0.7;
	font-style: normal;
	margin-right: 2px;
}

.modal-partner .form input {
	font-family: "Montserrat", sans-serif;
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
	cursor: pointer;
}

.modal-partner .form select {
	outline: none;
	background: #ffffff;
	border: 1px solid #dde4ea;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 48px;
	padding: 14px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #2e2e2e;
	margin-top: 8px;
}

.modal-partner .form input::-webkit-input-placeholder,
.modal-partner .form input::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #a5b3c5;
}

.modal-partner .form form input.error {
	border: 1px solid red;
}

.modal-partner .form .submit-btn {
	margin-top: 14px;
	width: 100%;
	height: 56px;
	border: none;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	background: #56b845;
	-webkit-box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
	box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
	position: relative;
}

.modal-partner .form .submit-btn:hover {
	background: #379627;
}

.modal-partner .form form span.info {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	display: block;
	margin: -6px 0 30px 0;
}

.modal-partner-wrap,
.modal-form-wrap {
	background: rgba(4, 32, 53, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal-partner-wrap.visible,
.modal-form-wrap.visible {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
}

.modal-partner {
	display: flex;
	position: relative;
}

.modal-partner-wrap .left-partner {
	width: 500px;
	background: url(/wp-content/themes/iworldwp/programs/img/modal_partner.jpg)
		no-repeat center;
	background-size: cover;
}

.close-partner,
.close-form {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	z-index: 9;
	cursor: pointer;
}

.close-partner:before,
.close-partner:after,
.close-form:before,
.close-form:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -4px;
	background: #c9dfff;
	height: 3px;
	width: 28px;
	transform: rotate(45deg);
}

.close-partner:hover:before,
.close-partner:hover:after,
.close-form:hover:before,
.close-form:hover:after {
	background: #2e2e2e;
}

.close-partner:after,
.close-form:after {
	transform: rotate(-45deg);
}

.modal-partner .label-btn::before {
	left: -14px;
}
