.page-for-partners {
	margin: 0!important;
	padding: 0!important;
	background: #F4F4F6;

	.main-banner {
		overflow-y: visible;
		background: linear-gradient(0deg, var(--color-theme-1-light) 0%, var(--color-theme-1) 65.87%);

		&:after {
			content: '';
			width: 959px;
			height: 245px;
			background: no-repeat center url("/assets/img/for-partners/Image-Iclobot-Logo.svg");
			background-size: contain;
			max-width: 100%;
			position: absolute;
			right: 0;
			opacity: .3;
			mix-blend-mode: overlay;
		}
		.main-banner_content {
			z-index: 2;
		}
		.main-banner--pic {
			width: 50%;
			max-width: 50%;
			height: 100%;
			margin-right: 0;
			position: relative;
			z-index: 1;
		}
		.main-banner--img {
			position: absolute;
			right: 0;
			top: 0;
			width: auto;
			/*height: 100%;*/
			max-width: unset;
		}
		.main-banner_content--description {
			font-size: clamp(20px, 3vw, 35px);
			line-height: 1.25;
			white-space: nowrap;
		}
		@media (width < 768px) {
			&:after {
				bottom: calc(4% + 2vw);
			}
			.main-banner--pic {
				order: 3;
				width: 100%;
				max-width: 100%;
			}
			.main-banner--img {
				position: static;
				width: 100%;
				transform: translateY(18px);
			}
			.main-banner_content {
				margin-top: 50px;
			}
			.main-banner_content--title {
				margin-top: 0;
			}
		}
	}
	.what-is-this-service {
		.what-is-this-service_content-main {
			border-radius: 25px;
			background: var(--color-theme-3-light);
			padding: 40px 46px 40px 40px;
			font-size: clamp(22px, 5vw, 30px);
			line-height: 1.35;
		}
		.what-is-this-service_content-items {
			--elements: 3;
			margin-top: 15px;
			display: grid;
			grid-template-columns: repeat(var(--elements),1fr);
			gap: 15px;

			& > * {
				border-radius: 25px;
				padding: 40px;
				min-width: 0;
				font-size: 22px;
				line-height: 1.35;
				text-align: center;
				display: flex;
				align-items: center;
				justify-content: center;

				&:nth-of-type(1) {
					background: linear-gradient(109.09deg, #FFFFFF 0%, #FFFFFF 50%, var(--color-theme-3-light) 100%);
				}
				&:nth-of-type(2) {
					background: linear-gradient(180deg, #FFFFFF 0%, var(--color-theme-3-light) 100%);
				}
				&:nth-of-type(3) {
					background: linear-gradient(250.91deg, #FFFFFF 0%, #FFFFFF 50%, var(--color-theme-3-light) 100%);
				}
				&:nth-of-type(4) {
					background: linear-gradient(250.91deg, var(--color-theme-3-light) 0%, #FFFFFF 50%);
				}
				&:nth-of-type(5) {
					background: linear-gradient(180deg, var(--color-theme-3-light) 0%, #FFFFFF 100%);
				}
				&:nth-of-type(6) {
					background: linear-gradient(289.09deg, #FFFFFF 0%, #FFFFFF 50%, var(--color-theme-3-light) 100%);
				}
			}
		}
		@media (width < 768px) {
			.what-is-this-service_content-items {
				overflow-x: auto;
				margin-left: calc(-1 * var(--global-padding));
				margin-right: calc(-1 * var(--global-padding));
				padding: 0 var(--global-padding) var(--global-padding);

				& > * {
					min-width: 289px;
				}
			}
		}
	}
	.who-suitable {
		.who-suitable_inner {
			background: #fff;
			border-radius: 25px;
			padding: 60px 50px;

			@media (width < 768px) {
				padding: 40px 25px 25px;
			}
		}
		.who-suitable--title {
			@media (width >= 768px) {
				text-align: center;
			}
		}
		.who-suitable_items {
			margin-top: 60px;
			--elements: 4;
			display: grid;
			grid-template-columns: repeat(var(--elements),1fr);
			gap: 30px;

			@media (width < 1080px) {
				--elements: 3;
			}
			@media (width < 880px) {
				--elements: 2;
			}
			@media (width < 615px) {
				--elements: 1;
				gap: 15px;
				margin-top: 40px;
			}
		}
		.who-suitable_item {
			border-radius: 25px;
			font-size: 25px;
			line-height: 1.3;
			font-weight: bold;
			width: 100%;
			min-height: 300px;
			display: flex;
			flex-direction: column;
			overflow: hidden;
			min-width: 0;

			&:nth-of-type(1) {
				background: var(--color-theme-3-light);
			}
			&:nth-of-type(2) {
				background: var(--color-theme-1-light);
			}
			&:nth-of-type(3) {
				background: var(--color-theme-2-light);
			}
			&:nth-of-type(4) {
				background: var(--color-theme-4);
				color: #fff;
			}
		}
		.who-suitable_item--title {
			padding: 30px;
		}
		.who-suitable_item--picture {
			margin-top: auto;
			margin-left: auto;
			margin-right: auto;
		}
	}
	.tg-manager-banner {
		margin-top: 60px;

		.tg-manager-banner_inner {
			padding: 50px;
			display: flex;
			align-items: center;
			gap: 30px 40px;
			box-shadow: 0px 0px 10px 0px #00000026;
			border-radius: 25px;
			min-height: 160px;
			position: relative;
			overflow: hidden;

			&:after {
				content: '';
				width: 372px;
				height: 298px;
				position: absolute;
				top: -42%;
				right: 0;
				background: no-repeat center url("/assets/img/Image-background-TG.svg");
				background-size: contain;
				z-index: 0;
				opacity: .25;
			}
		}
		.tg-manager-banner--text {
			font-size: 25px;
			line-height: 1.35;
		}
		.tg-manager-banner--btn {
			z-index: 1;
		}
		@media (width < 768px) {
			.tg-manager-banner_inner {
				padding: 50px 25px;
				flex-wrap: wrap;

				&:after {
					top: 0;
				}
			}
			.tg-manager-banner--text {
				font-size: 22px;
			}
		}
	}
	.what-partners-get {
		--gap: 30px;
		--elements-top: 2;
		--elements-bottom: 3;
		--items-margin-top: 60px;

		.what-partners-get--title {
			@media (width >= 768px) {
				text-align: center;
			}
		}
		.what-partners-get_items {
			display: flex;
			gap: var(--gap);
			flex-wrap: wrap;
			margin-top: var(--items-margin-top);
		}
		.what-partners-get_item--title {
			font-weight: 700;
			font-size: 22px;
			line-height: 1.35;
		}
		.what-partners-get_item--toggler {
			text-decoration: underline;
			color: #999999;
			margin-top: 20px;
			background: none;
			padding: 0;
			border: none;

			&:after {
				content: 'Развернуть';
			}
		}
		.what-partners-get_item--styler {
			--styler-background: #F4F4F6;
			--styler-side-background: #fff;
		}
		.what-partners-get_item--description {
			font-size: 18px;
			line-height: 1.35;
		}
		.what-partners-get_item--description_inner {
			padding-top: 20px;
		}
		.what-partners-get_item--description_list {
			margin-top: 0;

			> li {
				&+li {
					margin-top: 10px;
				}
			}
		}
		.what-partners-get_item--description_bottom {
			margin-top: 35px;
			position: relative;
		}
		.what-partners-get_item--btn {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.what-partners-get_item--picture {
			width: calc(50% - 15px);
		}
		.what-partners-get_item {
			border-radius: 25px;
			padding: 40px 40px 75px;
			background: #fff;
			position: relative;

			&:nth-of-type(1),
			&:nth-of-type(2) {
				width: calc((100% / var(--elements-top)) - (var(--gap) * (var(--elements-top) - 1) / var(--elements-top)));
			}
			&:nth-of-type(3) {
				width: 100%;
				padding: 40px;
				background: transparent;
				border: 1px solid #00000080;

				.what-partners-get_item--description_inner {
					display: flex;
					gap: 30px;
				}
				.what-partners-get_item--description_text {
					width: calc(50% - 15px);
				}
				.what-partners-get_item--description_list {
					margin-top: 20px;
				}
				@media (width >= 768px) {
					.what-partners-get_item--description {
						max-height: 1000px;
					}
				}
			}
			&:nth-of-type(1n + 4) {
				width: calc((100% / var(--elements-bottom)) - (var(--gap) * (var(--elements-bottom) - 1) / var(--elements-bottom)));
			}
		}
		.what-partners-get_item.active {
			.what-partners-get_item--toggler {
				&:after {
					content: 'Свернуть';
				}
			}
		}
		@media (width < 768px) {
			--elements-top: 1;
			--elements-bottom: 1;
			--items-margin-top: 40px;
			--gap: 15px;

			.what-partners-get_item--styler {
				opacity: 0;
				transition: opacity .3s;
			}
			.what-partners-get_item {
				padding: 40px 25px 25px!important;

				&:nth-of-type(3) {
					.what-partners-get_item--description_inner {
						flex-direction: column;
					}
					.what-partners-get_item--description_text {
						width: 100%;
					}
					.what-partners-get_item--description_list {
						margin-top: 0;
					}
					.what-partners-get_item--description_bottom picture {
						display: none;
					}
					.what-partners-get_item--btn {
						position: static;
						transform: unset;
					}
					.what-partners-get_item--picture {
						width: 100%;
					}
				}
				&.active {
					.what-partners-get_item--styler {
						opacity: 1;
					}
				}
			}
		}
		.what-partners-get_bottom {
			margin-top: 60px;
			font-size: 25px;
			line-height: 1.35;
			text-align: center;

			p {
				margin-top: 10px;
			}
			.what-partners-get_bottom--btn {
				margin-top: 30px;
			}
			@media (width < 768px) {
				margin-top: 40px;
			}
		}
	}
	.how-become-partner {
		.how-become-partner_steps {
			display: grid;
			grid-template-columns: repeat(3,1fr);
			gap: 15px;
			list-style: none;
			overflow-x: auto;
			padding: var(--global-padding);
			margin: calc(-1 * var(--global-padding));
		}
		.how-become-partner_step {
			--background-color: var(--color-theme-1-light);
			--line-color: var(--color-theme-1);

			list-style: none;
			border-radius: 25px;
			box-shadow: 0px 0px 10px 0px #00000026;
			overflow: hidden;
			min-width: 245px;

			&:nth-of-type(2) {
				--background-color: var(--color-theme-3-light);
				--line-color: var(--color-theme-3);
			}
			&:nth-of-type(3) {
				--background-color: var(--color-theme-2-light);
				--line-color: var(--color-theme-2);
			}
		}
		.how-become-partner_step-top {
			background: #fff;
			border-bottom: 7px solid var(--line-color);
			border-bottom-right-radius: 25px;
			border-bottom-left-radius: 25px;
			padding: 40px 30px;
			min-height: 300px;
			position: relative;
			z-index: 1;
			display: flex;
			flex-direction: column;
		}
		.how-become-partner_step--title {
			font-size: 25px;
			font-weight: bold;
		}
		.how-become-partner_step--description {
			margin-top: 15px;
			font-size: 18px;
			line-height: 1.35;
		}
		.how-become-partner_step--btn {
			margin-top: auto;
		}
		.how-become-partner_step-bottom {
			display: flex;
			justify-content: center;
			background: var(--background-color);
			margin-top: -20px;
			z-index: 0;
			position: relative;
		}
		.how-become-partner_step--pic {

		}
		@media (width < 768px) {
			.how-become-partner_step {
				min-width: 289px;
			}
		}
	}
	.on-connect {
		margin-top: 100px;

		.on-connect_inner {
			background: #000000;
			border-radius: 25px;
			padding: 70px 93px 70px 250px;
			color: #fff;
			position: relative;
			display: flex;
			gap: 76px;
		}
		.on-connect--picture {
			position: absolute;
			left: 50px;
			top: -37px;
		}
		.on-connect--title {
			font-weight: 700;
			font-size: 45px;
			line-height: 1.35;
			flex-shrink: 0;
		}
		.on-connect--description {
			font-size: 20px;
			line-height: 1.35;
		}
		@media (width < 992px) {
			.on-connect_inner {
				flex-direction: column;
				gap: 20px;
				padding: 162px 25px 50px;
			}
			.on-connect--picture {
				left: 50%;
				transform: translateX(-50%);
				max-width: 87px;
			}
			.on-connect--title {
				font-size: 30px;
				text-align: center;
			}
			.on-connect--description {
				font-size: 18px;
				text-align: center;
			}
		}
	}
	.tariffs {
		line-height: 1.35;

		.tariffs-title {
			@media (width >= 768px) {
				text-align: center;
			}
		}
		.tariffs-subtitle {
			font-size: 22px;
			margin-top: 20px;

			@media (width >= 768px) {
				text-align: center;
			}
		}
		.tariffs-items {
			display: flex;
			gap: 20px;
			margin-top: 60px;
		}
		.tariffs-item_group {
			display: flex;
			flex-direction: column;
			gap: 20px;
			width: 100%;
		}
		.tariffs-item {
			--background-color: var(--color-theme-2-light);
			--line-color: var(--color-theme-2);
			width: 100%;
			display: flex;
			align-items: center;

			&:nth-of-type(2) {
				--background-color: var(--color-theme-3-light);
				--line-color: var(--color-theme-3);
			}
			&:nth-of-type(3) {
				--background-color: var(--color-theme-1-light);
				--line-color: var(--color-theme-1);
			}
			&:nth-of-type(4) {
				--background-color: var(--color-theme-4-light);
				--line-color: var(--color-theme-4);
			}
			.tariffs-item--name {
				text-align: center;
				width: 29.2%;
				flex-shrink: 0;
				padding: 30px 40px;
				height: 100%;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
			}
			.tariffs-item--name-add {
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 25px;
				font-weight: 400;

				&:before,
				&:after {
					content: '';
					width: 17px;
					height: 2px;
					background: #000;
				}
				&:before {
					margin-right: 7px;
				}
				&:after {
					margin-left: 7px;
				}
			}
			.tariffs-item-content {
				background: var(--background-color);
				border-left: 7px solid var(--line-color);
				display: flex;
				align-items: center;
				height: 100%;
				width: 100%;
				padding: 15px;
			}
			.tariffs-item--price {
				box-shadow: 0px 0px 10px 0px #0000001A;
				background: #fff;
				text-align: center;
				font-weight: bold;
				border-radius: 20px;
				padding: 11px 34px;
				margin-left: auto;

				.tariffs-item--price-top {
					font-size: 40px;
				}
				.tariffs-item--price-bottom {
					font-size: 25px;
				}
			}
			ul {
				margin: 0;
				padding: 0 0 0 25px;

				li {
					& +li {
						margin-top: 15px;
					}
				}
			}
		}
		.tariffs-item--name {
			font-size: 35px;
			font-weight: bold;
			background: #fff;
		}
		.tariffs-item,
		.tariffs-item_main {
			box-shadow: 0px 0px 10px 0px #00000026;
			border-radius: 25px;
			overflow: hidden;
		}
		.tariffs-item_main {
			--line-color: linear-gradient(270deg, #564CFF 0%, #64A2FF 30.17%, #5EF69F 69.53%, #FFD762 100%);

			width: 36.2%;
			background: linear-gradient(160.97deg, #FFFFFF 68.09%, #D7FDE7 100%);

			.tariffs-item--name {
				padding: 47px 40px 40px;
			}
			.tariffs-item-content {
				width: 100%;
				padding: 40px 33px;
				position: relative;

				&:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 7px;
					background: var(--line-color);
					opacity: .5;
				}
			}
			.tariffs-item--price {
				font-size: 40px;
				font-weight: bold;

				.tilt-block {
					font-size: 25px;
					margin-top: 5px;
				}
			}
			.tariffs-item--description {
				font-size: 18px;
				margin-top: 30px;
				line-height: 1.35;
			}
		}
		@media (width < 992px) {
			.tariffs-subtitle {
				font-size: 18px;
			}
			.tariffs-items {
				flex-direction: column;
				gap: 15px;
				margin-top: 40px;
			}
			.tariffs-item_main {
				width: 100%;

				.tariffs-item--price {
					font-size: 35px;
				}
			}
			.tariffs-item_group {
				gap: 15px;
			}
			.tariffs-item--name {
				padding: 30px 25px!important;
				text-align: center;
			}
			.tariffs-item-content {
				padding: 25px 25px 30px!important;
				margin-top: -7px;
			}
			.tariffs-item {
				flex-direction: column;

				.tariffs-item--name {
					width: 100%;
				}
				.tariffs-item-content {
					border-left: none;
					border-top: 7px solid var(--line-color);
					flex-direction: column;
				}
				.tariffs-item--price {
					margin-left: 0;
					margin-right: auto;
					margin-top: 20px;

					.tariffs-item--price-top {
						font-size: 35px;
					}
				}
				ul {
					padding-left: 10px;
				}
			}
		}
	}
	.opportunities {
		line-height: 1.35;
		overflow: hidden;

		.opportunities--title {
			@media (width >= 768px) {
				text-align: center;
			}
		}
		.opportunities-items {
			list-style: none;
			margin: 60px 0 0;
			padding: 0;
			display: flex;
			flex-direction: column;
			gap: 130px;

			@media (width < 991px) {
				margin-top: 40px;
				gap: 40px;
			}
		}
		.opportunities-item {
			--hor-gap: 60px;
			--item-height: 490px;
			--item-number: '1';
			--title-padding: 90px;
			--title-number-size: 60px;
			--title-number-font-size: 40px;

			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			gap: 20px var(--hor-gap);
			height: var(--item-height);

			> * {
				width: 100%;

				@media (width >= 991px) {
					width: calc(50% - (var(--hor-gap) / 2));
				}
			}
			&:nth-of-type(1) {
				--item-height: 490px;
				--item-number: '1';

				@media (width >= 991px) {
					.opportunities-item--title:after {
						content: '';
						width: 119px;
						height: 152px;
						background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-1.svg");
						background-size: contain;
						position: absolute;
						top: 84%;
						right: 0;
					}
				}
			}
			&:nth-of-type(2) {
				--item-height: 462px;
				--item-number: '2';

				.opportunities-item--pic {
					box-shadow: none;
					border-radius: 0;

					@media (width >= 991px) {
						width: calc(50% + 30px);
						position: absolute;
						right: 0;
					}
					@media (width < 991px) {
						width: calc(100% + 40px);
						max-width: unset;
						transform: translateX(-20px);
					}
				}
				@media (width >= 991px) {
					.opportunities-item--title:after {
						content: '';
						width: 294px;
						height: 196px;
						background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-2.svg");
						background-size: contain;
						position: absolute;
						top: 49%;
						right: 0;
					}
				}
			}
			&:nth-of-type(3) {
				--item-height: 244px;
				--item-number: '3';

				@media (width >= 991px) {
					.opportunities-item--pic {
						order: 1;
					}
					.opportunities-item--title {
						order: 2;
					}
					.opportunities-item--desc {
						order: 3;
						position: relative;

						&:after {
							content: '';
							width: 64px;
							height: 63px;
							background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-3.svg");
							background-size: contain;
							position: absolute;
							top: 49%;
							left: 0;
						}
					}
				}
			}
			&:nth-of-type(4) {
				--item-height: 393px;
				--item-number: '4';

				.opportunities-item--pic {
					border-top-right-radius: 0;
					border-bottom-right-radius: 0;

					@media (width >= 991px) {
						position: absolute;
						right: 0;
					}
					@media (width < 991px) {
						width: calc(100% + 20px);
						max-width: unset;
					}
				}
				@media (width >= 991px) {
					.opportunities-item--desc {
						position: relative;

						&:after {
							content: '';
							width: 362px;
							height: 94px;
							background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-4.svg");
							background-size: contain;
							position: absolute;
							top: 89%;
							right: 0;
						}
					}
				}
			}
			&:nth-of-type(5) {
				--item-height: 363px;
				--item-number: '5';

				.opportunities-item--double-pic {
					position: relative;
					margin-bottom: 6%;

					.opportunities-item--pic:nth-of-type(1) {
						width: 88.93%;
					}
					.opportunities-item--pic:nth-of-type(2) {
						width: 68.82%;
						position: absolute;
						right: 0;
						top: 26.7%;
						border-top-right-radius: 0;
						border-bottom-right-radius: 0;

						@media (width < 991px) {
							width: calc(68.82% + 20px);
							transform: translateX(20px);
							max-width: unset;
						}
					}
					@media (width >= 991px) {
						position: absolute;
						right: 0;
					}
				}
				@media (width >= 991px) {
					.opportunities-item--desc {
						position: relative;

						&:after {
							content: '';
							width: 157px;
							height: 91px;
							background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-5.svg");
							background-size: contain;
							position: absolute;
							top: 83%;
							right: 0;
						}
					}
				}
			}
			&:nth-of-type(6) {
				--item-height: 333px;
				--item-number: '6';

				.opportunities-item--pic-wrapper {
					height: 100%;
				}
				.opportunities-item--pic {
					box-shadow: none;
					border-radius: 0;

					@media (width >= 991px) {
						position: absolute;
						left: 0;
					}
					@media (width < 991px) {
						width: calc(100% + 20px);
						transform: translateX(-20px);
						max-width: unset;
					}
				}
				@media (width >= 991px) {
					.opportunities-item--pic {
						order: 1;
					}
					.opportunities-item--title {
						order: 2;
					}
					.opportunities-item--desc {
						order: 3;
						position: relative;

						&:after {
							content: '';
							width: 285px;
							height: 128px;
							background: no-repeat center url("/assets/img/for-partners/Vector-Arrow-6.svg");
							background-size: contain;
							position: absolute;
							top: 83%;
							left: 0;
						}
					}
				}
			}
			@media (width < 991px) {
				--hor-gap: 25px;
				--title-padding: 66px;
				--title-number-size: 46px;
				--title-number-font-size: 25px;

				height: auto;
			}
		}
		.opportunities-item--title {
			position: relative;
			font-size: clamp(25px, 2vw, 35px);
			font-weight: bold;
			padding-left: var(--title-padding);
			z-index: 2;

			&:before {
				content: var(--item-number);
				border-radius: 50%;
				background: var(--color-theme-4);
				width: var(--title-number-size);
				height: var(--title-number-size);
				font-size: var(--title-number-font-size);
				font-weight: bold;
				color: #fff;
				display: flex;
				align-items: center;
				justify-content: center;
				position: absolute;
				top: 0;
				left: 0;
			}
		}
		.under-title {
			padding-left: var(--title-padding);
		}
		.under-title--desktop {
			@media (width >= 991px) {
				padding-left: var(--title-padding);
			}
		}
		.opportunities-item--desc {
			font-size: clamp(18px, 2vw, 25px);
			z-index: 1;

			ul {
				list-style: none;
				margin: 0;
				padding: 0;
				display: flex;
				flex-direction: column;
				gap: 10px;
				font-size: clamp(25px, 2vw, 35px);
				font-weight: bold;

				li {
					&:before {
						content: '◉';
						color: var(--color-theme-4);
						font-weight: normal;
						font-size: .71em;
						margin-right: clamp(15px, 2vw, 30px);
					}
				}
			}
			picture {
				box-shadow: 0px 2px 10px 0px #00000026;
				border-radius: 10px;
				overflow: hidden;

				img {
					width: 100%;
				}
			}
		}
		.opportunities-item--pic {
			box-shadow: 0px 2px 10px 0px #00000026;
			border-radius: 10px;
			overflow: hidden;

			img {
				width: 100%;
			}
		}
	}
	.partner-register {
		margin-bottom: -60px;
		padding-top: var(--padding-section-1);
		z-index: 1;

		.partner-register_inner {
			border-radius: 25px;
			padding: 66px 50px;
			display: flex;
			justify-content: space-between;
			position: relative;
			height: 200px;

			&:after {
				content: '';
				position: absolute;
				top: -43px;
				right: 21%;
				width: 465px;
				height: 287px;
				background: no-repeat center url("/assets/img/for-partners/Image-Program.png");
			}
		}
		.partner-register_text {
			max-width: 575px;
			font-size: 25px;
			line-height: 1.35;
			z-index: 1;
		}
		.partner-register_link {
			z-index: 1;
		}
		@media (width < 768px) {
			.partner-register_inner {
				padding: 190px 25px 50px;
				flex-direction: column;
				gap: 30px;
				justify-content: center;
				height: auto;

				&:after {
					top: -22px;
					right: 50%;
					transform: translateX(50%);
					width: 335px;
					height: 176px;
					background: no-repeat center url("/assets/img/for-partners/Image-Program-Mobile.png");
				}
			}
			.partner-register_text {
				font-size: 22px;
				text-align: center;
			}
		}
	}
}