.section {
	padding: 0 15px;
}

.anchors.section {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1400px;
}

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

.form-wrap-last {
	margin-bottom: 120px;
}

.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: 1400px;
	margin: 0 auto;
	padding: 56px 0 100px;
}

.form-wrap__title {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 140%;
	color: #ffffff;
	margin-bottom: 30px;
	position: relative;
}

.form-wrap_2 .text,
.form-wrap_3 .text,
.form-wrap_4 .text,
.form-wrap_5 .text,
.form-wrap_6 .text {
	transform: translate(0, -13%);
}

.form-wrap__sub-title {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 140%;
	color: #ffffff;
	margin-bottom: 30px;
	border-left: 4px solid #56b845;
	padding-left: 17px;
}

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

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

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

.pin {
	position: relative;
	padding-left: 24px;
}

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

a[name^="anchor"]::before {
	display: block;
	content: "";
	height: 120px;
	margin: -120px 0 0;
}

.anchors {
	padding: 0 15px;
	border-bottom: 1px solid #dde4ea;
}

.anchors_footer {
	margin-top: 130px;
}

.anchors__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	gap: 80px;
}

.anchors__item {
	list-style: none;
}

.anchors__item a {
	padding: 24px 0;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	display: block;
}

.privileges .title {
	margin-top: 120px;
}

.privileges .wrap {
	display: flex;
	flex-direction: column;
}

.icon-list,
.count-list,
.pin-list {
	list-style: none;
	flex: 0 0 calc(50% - 30px);
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
	gap: 30px;
	margin-bottom: 60px;
}

.why .icon-list,
.privileges .icon-list {
	margin-bottom: 30px;
}

.count-list {
	grid-template-columns: 1fr;
}

.advantages .icon-list {
	margin-bottom: 120px;
}

.icon-item,
.count-item,
.pin-item {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.icon-item {
	padding-left: 108px;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 84px;
}

.icon-item strong {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	display: block;
}

.pin-list {
	grid-template-rows: 1fr 1fr;
}

.pin-item strong {
	display: block;
}

.pin-item strong::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #3570c9;
	display: inline-block;
	margin-right: 15px;
}

.solo-item .pin-item {
	margin: auto;
	max-width: 50%;
}

.count-item {
	position: relative;
	counter-increment: section;
	list-style: none;
	box-sizing: border-box;
	padding-left: 81px;
	min-height: 56px;
}

.count-item:before {
	content: "0" counter(section);
	position: absolute;
	width: 56px;
	height: 56px;
	left: 0;
	top: 2px;
	background: #3570c9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
}

.privileges .item1 {
	background-image: var(--pixel);
}

.privileges .item2 {
	background-image: var(--pixel);
}

.privileges .item3 {
	background-image: var(--pixel);
}

.privileges .item4 {
	background-image: var(--pixel);
}

.privileges .item5 {
	background-image: var(--pixel);
}

.privileges .item6 {
	background-image: var(--pixel);
}

.privileges .solo-item .icon-item {
	background-image: var(--pixel);
}

.solo-item {
	padding-top: 30px;
}

.privileges .solo-item,
.why .solo-item {
	padding: 60px 15px;
	background: #fff;
	box-shadow: 0px 4px 30px 0px rgba(148, 144, 144, 0.1);
}

.solo-item .icon-item {
	margin: auto;
	max-width: 70%;
}

.advantages {
	background-color: #f5f7fa;
}

.advantages .title {
	margin-top: 120px;
	max-width: 650px;
}

.advantages .item1 {
	background-image: var(--pixel);
}

.advantages .item2 {
	background-image: var(--pixel);
}

.advantages .item3 {
	background-image: var(--pixel);
}

.advantages .item4 {
	background-image: var(--pixel);
}

.advantages .item5 {
	background-image: var(--pixel);
}

.advantages .item6 {
	background-image: var(--pixel);
}

.about-taxes {
	background-color: #f5f7fa;
	padding-top: 120px;
	padding-bottom: 120px;
}

.top .title {
	margin-top: 120px;
	max-width: 950px;
}

.top__list {
	display: flex;
	flex-flow: row wrap;
	row-gap: 42px;
	column-gap: 24px;
	justify-content: center;
}

.top__item {
	position: relative;
	text-align: center;
	counter-increment: section;
	list-style: none;
	margin-bottom: 10px;
	flex: 0 1 calc(25% - 30px);
}

.top__item strong {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 10px;
}

.top__img {
	width: 184px;
	height: 184px;
	margin: 0 auto 30px;
}

.top__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.type {
	margin-top: 120px;
}

.type .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.type-block {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 8px 30px rgba(148, 144, 144, 0.08);
}

.type-block > p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	background: #f5f7fa;
	width: 100%;
	height: 94px;
	text-align: center;
}

.type__list {
	list-style: none;
	background: #ffffff;
	padding: 30px 20px 15px;
	flex: auto;
}

.type__list .pin::before {
	top: 2px;
}

.type__list li {
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.type-block img {
	margin-bottom: 0;
	width: 100%;
	height: auto;
}

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

.form-wrap_2 {
	margin-top: 120px;
}

.form-wrap_2 .form-wrap__title {
	margin-bottom: 10px;
}

.form-wrap_2 .form-wrap__desc {
	font-size: 20px;
	font-weight: 600;
	line-height: 160%;
	color: #ffffff;
	margin-bottom: 30px;
}

.stages {
	background: #f5f7fa;
	padding: 120px 0;
}

.stages .wrap {
	display: flex;
	flex-direction: row;
	gap: 60px;
}

.stages li {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	min-height: 250px;
}

.stages li strong {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 15px;
}

.stages__text {
	font-size: 24px;
	font-weight: 600;
	line-height: 160%;
	background: #ffffff;
	box-shadow: 0px 4px 30px 0px rgba(148, 144, 144, 0.1);
	padding: 57px 15px;
	text-align: center;
}

.list-of {
	margin-top: 120px;
}

.list-of .title {
	max-width: 850px;
}

.list-of .pin-list,
.list.pin-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.list.pin-list {
	margin-bottom: 0;
}

.pin-list .pin-item {
	flex: 0 0 calc(50% - 30px);
}

.list-of .pin-item strong {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
}

.expert-block {
	margin-bottom: 120px;
}

.why .icon-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.why li {
	flex: 0 1 calc(50% - 30px);
}

.why .item1 {
	background-image: var(--pixel);
}

.why .item2 {
	background-image: var(--pixel);
}

.why .item3 {
	background-image: var(--pixel);
}

.why .item4 {
	background-image: var(--pixel);
}

.why .solo-item .icon-item {
	background-image: var(--pixel);
}

.solutions__note {
	margin: 0 25px 25px;
}

.solutions__note span {
	font-weight: 600;
}

.solutions__list {
	display: flex;
	flex-flow: row wrap;
	gap: 24px;
	justify-content: center;
}

.solutions__list > li {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #f5f7fa;
	list-style-type: none;
	padding: 20px;
	flex: 0 1 calc(33% - 30px);
}

.solutions__name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	background-color: #3570c9;
	color: #ffffff;
	padding: 15px 25px;
	text-align: center;
	margin-bottom: 30px;
	min-height: 108px;
}

.solutions__price {
	background-color: #ffffff;
	padding: 16px;
	text-align: center;
	margin-bottom: 40px;
}

.solutions__price_top {
	font-size: 24px;
	line-height: 160%;
	border-bottom: 1px solid #a5b3c5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.solutions__price_bottom {
	font-size: 18px;
	line-height: 160%;
}

.modal-solutions.visible .solutions__text {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 36px;
	padding: 0 24px;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}

.solutions__left,
.solutions__right {
	display: flex;
	flex-direction: column;
	gap: 15px;
	line-height: 160%;
}

.hide,
.solutions__right,
.solutions__price_text {
	display: none;
}

.solutions__list_ol li {
	position: relative;
	margin-left: 14px;
	padding-bottom: 10px;
	list-style-type: decimal;
}

.solutions__list_ol li::before {
	display: none;
}

.solutions__list_ul li {
	position: relative;
	padding-left: 24px;
	padding-bottom: 10px;
	list-style-type: none;
}

.solutions__list_ul li:last-child,
.solutions__list_ol li:last-child {
	padding-bottom: 0;
}

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

.solutions__btn_more {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 160%;
	border: none;
	color: #3570c9;
	background-color: transparent;
	margin: 30px auto;
	width: 100%;
	cursor: pointer;
}

.solutions__btn_more::after {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	background-image: url(/wp-content/themes/intworld/app/img/uae-business/icons/arrow_bottom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	margin-left: 5px;
}

.solutions__btn {
	font-family: "Montserrat", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	padding: 17px 48px;
	color: #ffffff;
	background: #56b845;
	border: 1px solid #56b845;
	box-shadow: 0px 15px 30px rgba(79, 196, 59, 0.17);
	text-align: center;
	width: 100%;
	cursor: pointer;
	transition: 0.25s;
}
.solutions__btn:hover {
	background: #379627;
}
.solutions__vip {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 55px solid #ff5f00;
	border-left: 70px solid transparent;
	color: #ffffff;
	width: 0;
	height: 0;
}

.solutions__vip::after {
	content: "VIP";
	position: absolute;
	top: -50px;
	left: -35px;
	font-size: 16px;
	font-weight: 600;
	line-height: 160%;
}

.modal-solutions.visible .solutions__btn_more {
	display: none;
}

.modal-content {
	position: relative;
	background-color: #f5f7fa;
	width: 75%;
	margin: auto;
}

.modal-solutions .close-form {
	top: -30px;
	right: 0;
}

.modal-solutions {
	z-index: 99999;
}

.modal-solutions.visible .solutions__left {
	gap: 15px;
	margin-bottom: 0;
	width: 50%;
	max-height: 100%;
	overflow: visible;
}

.modal-solutions.visible .solutions__right {
	display: flex;
	gap: 15px;
	width: 50%;
}

.modal-solutions.visible .solutions__left .hide {
	display: grid;
	gap: 15px;
}

.modal-solutions.visible .solutions__btn_more {
	margin: 0 auto 30px;
}

.modal-solutions.visible .solutions__text li,
.modal-solutions.visible .solutions__text p {
	font-size: 14px;
	line-height: 140%;
}

.modal-solutions.visible .solutions__text p strong {
	font-size: 16px;
}

.modal-solutions.visible .solutions__price p {
	font-size: 20px;
}

.modal-solutions.visible .solutions__price {
	display: flex;
	flex-direction: row;
	background-color: #f5f7fa;
	padding: 0;
	margin-bottom: 0;
}

.modal-solutions.visible .solutions__btn {
	max-width: 416px;
	margin: 0 auto 37px;
}

.modal-solutions.visible .solutions__price_text {
	display: block;
}

.modal-solutions.visible .solutions__price_top {
	border-right: 1px solid #a5b3c5;
	padding-right: 10px;
	margin-right: 10px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.basic_requirements {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	margin-top: 165px;
	margin-bottom: 120px;
}

.basic_requirements .title {
	text-align: left;
}

.basic_requirements__left img {
	width: 100%;
	height: 100%;
}

.basic_requirements__list {
	list-style-type: none;
}

.basic_requirements__list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
}

.basic_requirements__list li:last-child {
	margin-bottom: 0;
}

.basic_requirements__list li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #3570c9;
	display: inline-block;
	margin-right: 15px;
	flex-shrink: 0;
}

.uae-business .payment {
	padding: 0;
}

.modal-wrap .left {
	background: url(/wp-content/themes/intworld/app/img/uae-business/modal_img_uae_business_2.jpg)
		no-repeat center;
	background-size: cover;
}
