

/* Start:/bitrix/templates/landing/css/apps/dev.css?175042519016898*/
:root {
	--color-blue: #409EEF;
	--color-blue-light: #E7F9FF;
	--color-gray: #F8F8F8;
	--color-black: #000000;
	--color-white: #ffffff;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.page__title {
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
}

.page__subtitle {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: var(--color-blue);
	margin-bottom: 15px;
	position: relative;
}

.page__subtitle::after {
	position: absolute;
	content: '/>';
	right: -18px;
}

.page__subtitle:lang(ar)::after {
	content: '<';
}

.page__subtitle::before {
	position: absolute;
	content: '<';
	left: -10px;
}

.page__subtitle:lang(ar)::before {
	content: '/>';
	left: -20px;
}

.page__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}

@media (max-width: 767.98px) {
	.page__title {
		font-size: 24px;
		line-height: 29px;
	}

	.page__subtitle {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	.page__text {
		font-size: 16px;
		line-height: 22px;
	}
}


/* dev */
.dev {
	margin: 100px 0px 120px;
	font-family: "Montserrat", Arial, sans-serif;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.dev {
		margin: 0px 0px 60px;
		padding-top: 50px;
	}
}

/* hero */
/* ********************** */
.hero {
	margin-bottom: 80px;
}

.hero__img-wrapper {
	max-width: 802px;
	margin: 0 auto;
	position: relative;
}

.hero__img {
	position: relative;
	z-index: 2;
	border-radius: 20px;
}

.hero__numders {
	max-width: 179px;
	top: 120px;
	z-index: 1;
	margin-left: -10px;
}

.hero__absolute {
	position: absolute;
}

.hero__svg_start {
	top: 0;
	left: -55px;
}

.hero__svg_end {
	bottom: 0;
	right: -72px;
}

.hero__blue-box {
	color: var(--color-white);
	background-color: var(--color-blue);
	border-radius: 20px;
	padding: 105px 54px 54px;
	margin-top: -65px;
}

.hero__title {
	margin-bottom: 15px;
}

.hero__title,
.hero__subtitle {
	text-align: center;
}

.plus__flex-wrapper {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.plus__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 155px;
	width: 100%;
}

.plus__title {
	font-weight: 800;
	font-size: 38px;
	line-height: 53px;
}

.plus__subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.icons__flex-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hero__icon {
	width: 62px;
	height: 62px;
	background-image: url('/images/content_en/apps/dev/dev_sprite_icons.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.hero__icon_1 {
	background-position: 0 0;
}

.hero__icon_2 {
	background-position: -62px 0;
}

.hero__icon_3 {
	background-position: -124px 0;
}

.hero__icon_4 {
	background-position: -186px 0;
}

.hero__icon_5 {
	background-position: -248px 0;
}

.hero__icon_6 {
	background-position: -310px 0;
}

.hero__icon_7 {
	background-position: -372px 0;
}

.hero__icon_8 {
	background-position: -434px 0;
}

.hero__icon_9 {
	background-position: -496px 0;
}

.hero__icon_10 {
	background-position: -558px 0;
}

.hero__icon_11 {
	background-position: -620px 0;
}

.hero__icon_12 {
	background-position: -682px 0;
}

@media (max-width: 1199.98px) {
	.hero__svg_start {
		left: -35px;
	}

	.hero__svg_end {
		right: -35px;
	}
}

@media (max-width: 991.98px) {
	.hero__img-wrapper {
		max-width: 100%;
		margin: 0 20px;
	}

	.hero__img {
		border-radius: 10px;
	}

	.hero__svg_start,
	.hero__svg_end {
		width: 10px;
		height: 31px;
	}

	.hero__svg_start {
		top: -16px;
		left: -16px;
	}

	.hero__svg_end {
		right: -16px;
		bottom: -43px;
	}

	.hero__numders {
		top: 29px;
		max-width: 66px;
		margin-left: -39px;
	}

	.icons__flex-wrapper {
		max-width: 400px;
		margin: 0 auto;
	}

	.hero__icon {
		margin-bottom: 6px;
	}

	.plus__flex-wrapper {
		margin-bottom: 0px;
	}

	.plus__box {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.hero {
		margin-bottom: 50px;
	}

	.hero__blue-box {
		padding: 66px 25px 40px;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -36px;
	}

	.hero__title {
		margin-bottom: 10px;
	}

	.hero__subtitle {
		margin-bottom: 30px;
	}

	.plus__title {
		font-size: 30px;
		line-height: 42px;
	}

	.plus__subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
	}

	.icons__flex-wrapper {
		max-width: 270px;
	}

	.hero__icon {
		margin-bottom: 12px;
	}

	.plus__box {
		max-width: 50%;
	}
}

/* apps */
/* ********************** */
.apps {
	margin-bottom: 80px;
}

.apps__title {
	text-align: center;
	margin-bottom: 40px;
}

.apps__box {
	display: grid;
	grid-template-areas:
		"apps__box-svg apps__box-title"
		"apps__box-svg apps__box-text";
	column-gap: 10px;
	grid-template-columns: 20px 1fr;
	margin-bottom: 40px;
}

.apps__box-title {
	grid-area: apps__box-title;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.apps__box-text {
	grid-area: apps__box-text;
	margin-bottom: 0px;
}

.apps__box-svg {
	line-height: 29px;
	grid-area: apps__box-svg;
	margin-top: 5px;
}

@media (max-width: 767.98px) {
	.apps {
		margin-bottom: 50px;
	}

	.apps__title {
		margin-bottom: 30px;
	}

	.apps__box {
		grid-template-columns: 16px 1fr;
		margin-bottom: 30px;
	}

	.apps__box-svg {
		width: 16px;
		height: 16px;
		margin-top: 4px;
	}

	.apps__box-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}


/* boxes */
/* ********************** */
.dynamic-box {
	margin-bottom: 60px;
	display: grid;
	column-gap: 72px;
	row-gap: 0px;
	grid-template-rows: auto auto;
	grid-template-columns: 50% 1fr;
	grid-template-areas:
		"box-top box-top"
		"box-img box-text";
}

.dynamic-box:nth-child(even) {
	grid-template-columns: 1fr 50%;
	grid-template-areas:
		"box-top box-top"
		"box-text box-img";
}

.dynamic-box__top {
	grid-area: box-top;
	text-align: center;
	position: relative;
}

.dynamic-box__subtitle {}

.dynamic-box__title {
	margin-bottom: 30px;
}

.dynamic-box__img {
	grid-area: box-img;
	align-self: center;
}

.dynamic-box__text {
	grid-area: box-text;
	align-self: center;
}

.boxes__snowflake {
	background-image: url('/images/content_en/apps/dev/dev_snowflake.svg');
	width: 100px;
	height: 20px;
	background-repeat: repeat-x;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	right: 0;
}

@media (max-width: 991.98px) {
	.boxes__snowflake {
		display: none;
	}

	.dynamic-box {
		column-gap: 32px;
	}
}

@media (max-width: 767.98px) {

	.dynamic-box,
	.dynamic-box:nth-child(even) {
		margin-bottom: 50px;
		column-gap: 0px;
		grid-template-rows: auto;
		grid-template-columns: auto;
		grid-template-areas:
			"box-top"
			"box-img "
			"box-text";
	}

	.dynamic-box__img {
		margin-bottom: 20px;
	}

	.dynamic-box__text {
		margin-bottom: 0px;
	}
}


/* solutions */
/* ********************** */
.solutions {
	z-index: 2;
	position: relative;
	background-color: var(--color-blue-light);
	border-radius: 20px;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 40px 126px;
}

.solutions___subtitle {
	margin-bottom: 15px;
}

.solutions___title {
	margin-bottom: 15px;
}

.solutions___text {
	margin-bottom: 30px;
}

.solutions___svg {
	z-index: 3;
	position: absolute;
	right: 103px;
	top: 34px;
}

.solutions___numders {
	z-index: 1;
	position: absolute;
	max-width: 194px;
	top: -121px;
	left: 127px;
}

.solutions__box {
	position: relative;
	border-radius: 20px;
	background-color: var(--color-white);
	padding: 30px 20px;
	min-height: 510px;
}

.solutions__box-img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.solutions__box-img:lang(ar) {
	left: 20px;
	right: 0;
}

.solutions__box-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: var(--color-black);
}

.solutions__box-subtitle {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: var(--color-blue);
	width: calc(100% - 40px);
}

@media (max-width: 1199.98px) {
	.solutions__box {
		min-height: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.solutions___numders {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.solutions___svg {
		display: none;
	}

	.solutions {
		padding: 40px 5px 79px;
	}

	.solutions__box-title {
		font-size: 16px;
		line-height: 20px;
	}

	.solutions__box-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
}


/* analysis */
/* ********************** */
.analysis {
	position: relative;
	z-index: 3;
	margin-top: -57px;
	background-color: var(--color-gray);
	border-radius: 20px;
	padding: 40px 60px 60px;
	text-align: center;
}


.analysis__anim-box {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

.anim-block__list-wrapper {
	display: flex;
	max-width: 50%;
	width: 100%;
	align-items: center;
}

.animated-box {
	display: flex;
	max-width: calc(50% - 2px);
	width: 100%;
	align-items: center;
}

@media (max-width: 991.98px) {

	.analysis__anim-box,
	.animated-box {
		flex-direction: column;
		align-items: center;
	}

	.analysis {
		margin-top: -59px;
		padding: 40px 20px;
	}

	.animated-box__line {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.animated-box {
		max-width: 100%;
	}
}

/* anim-block */
.anim-block__list {
	margin-bottom: 30px;
	margin-left: 75px;
	padding-left: 0;
}

.animated-box__mobile-btn-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -10;
	background-color: var(--color-white);
	width: 100%;
	text-align: center;
	padding: 10px 0px;

}

@media (max-width: 991.98px) {
	.anim-block__list {
		display: none;
	}

	.anim-block__subtitle {
		font-weight: 400;
		line-height: 22px;
	}
}

/* animate-list-section */
.animate-list-section {
	transition: all 0.2s ease-in-out;
	width: 100%;
	list-style-type: none;
	cursor: pointer;
	text-align: left;
}

.animate-list-section+.animate-list-section {
	padding-top: 20px;
}

.animate-list-section__title {
	position: relative;
	display: flex;
	align-items: center;
	transition: color .2s ease-in-out;
	color: #909090;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.animate-list-section__text {
	transition: color .2s ease-in-out;
	color: #909090;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.animate-list-section.active .animate-list-section__title,
.animate-list-section.active .animate-list-section__text {
	color: var(--color-black);
}

/* animated-box */
.animated-box__item {
	display: none;
	width: 100%;
}

.animated-box__mobile-title {
	display: none;
	text-align: left;
}

.animated-box__imgs {
	position: relative;
	min-height: 460px;
	justify-content: center;
	display: flex;
}

.animated-box__img {
	transition-delay: 0.8s !important;
	position: absolute;
	border-radius: 6px;
	max-width: 385px;
}

.animated-box__imgs img.animated-top {
	animation: 1.0s cubic-bezier(0.12, 0.08, 0, 1.01) 0s 1 normal none running imageslideupTop;
}

.animated-box__item.active {
	display: block;
}

@media (max-width: 991.98px) {
	.animated-box__mobile-title {
		display: inline-block;
		margin-bottom: 20px;
	}

	.animated-box__mobile-title .animate-list-section__title {
		color: var(--color-black);
	}

	.animated-box__item {
		display: block;
	}

	.animated-box__img {
		position: unset;
		animation: none !important;
	}

	.animated-box__imgs {
		min-height: unset;
		max-width: 400px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.animate-list-section__title {
		color: var(--color-black);
		font-size: 20px;
		line-height: 24px;
	}

	.animate-list-section__text {
		color: var(--color-black);
		font-size: 16px;
		line-height: 22px;
	}
}

@keyframes imageslideupTop {
	from {
		opacity: 0;
		transition: 0.5s all ease-in-out;
		transform: translateY(-20px);
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

/* monetize */
/* ********************** */
.monetize {
	padding: 80px 0px;
}

.monetize__svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.monetize__svg-start {
	left: 15px;
}

.monetize__svg-end {
	right: 15px;
}

.monetize__title {
	margin-bottom: 15px;
}

.monetize__text {
	max-width: 675px;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.monetize {
		padding: 50px 0px;
	}

	.monetize__svg {
		transform: unset;
	}

	.monetize__svg-start {
		width: 12px;
		height: 18px;
		left: 20px;
		top: -18px;
	}

	.monetize__svg-end {
		width: 24px;
		height: 36px;
		right: 20px;
		bottom: -36px;
		top: unset;
	}

	.monetize__title {
		margin-bottom: 10px;
	}
}

/* start */
/* ********************** */
.start {
	background-color: var(--color-blue);
	border-radius: 20px;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	color: var(--color-white);
	padding: 40px 113px 50px;
	position: relative;
}

.start__svg {
	position: absolute;
	top: 75px;
	left: 72px;
}

.start__title {
	margin-bottom: 15px;
}

.start__text {
	max-width: 535px;
	width: 100%;
	margin: 0 auto 50px;
}

.start__subtitle {
	color: var(--color-white);
	margin-bottom: 15px;
}

h3.start__subtitle {
	font-weight: 400;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 32px;
}

h3.start__subtitle::after {
	right: -30px;
}

h3.start__subtitle::before {
	left: -18px;
}

.start__img-wrapper {
	position: relative;
	max-width: 800px;
	margin: 0 auto 40px;
}

.start__img {
	border-radius: 20px;
	z-index: 2;
	position: relative;
}

.start__img-absolute {
	z-index: 1;
	position: absolute;
	max-width: 194px;
}

.start__img-absolute-1 {
	right: -163px;
	bottom: -14px;
}

.start__img-absolute-2 {
	left: -118px;
	top: -14px;
}

.start__box-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.start__box-wrapper:last-child {
	justify-content: space-around;
}

.start__box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 248px;
	width: 100%;
	margin-bottom: 40px;
}

.start__box_big {
	max-width: 270px;
}

.start__box-icon {
	margin-bottom: 10px;
}

.start__box-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.start__box-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.start__box-link {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: var(--color-white);
	padding: 8px 32px;
	border: 1px solid var(--color-white);
	border-radius: 40px;
	align-self: flex-start;
	background-color: transparent;

	overflow: hidden;
	position: relative;
}

.start__box-link:hover {
	color: var(--color-white);
	text-decoration: unset;
}


.start__box-link:before {
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.2s ease-in-out;
	width: 0;
}

.start__box-link:hover:before {
	width: 100%;
}


@media (max-width: 991.98px) {
	.start {
		padding: 40px 10px 40px;
		position: relative;
	}

	.start__svg {
		width: 10px;
		height: 31px;
		left: 15px;
		top: 19px;
	}

	.start__title {
		margin-bottom: 10px;
	}

	.start__text {
		margin-bottom: 30px;
	}

	.start__subtitle {
		margin-bottom: 10px;
	}

	h3.start__subtitle {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	h3.start__subtitle::after {
		right: -22px;
	}
	
	h3.start__subtitle::before {
		left: -14px;
	}

	.start__box,
	.start__box_big {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.start__img-wrapper {
		margin-bottom: 30px;
	}

	.start__img-absolute {
		max-width: 107px;
	}

	.start__img-absolute-1 {
		right: unset;
		bottom: 17px;
		left: -19px;
	}

	.start__img-absolute-2 {
		left: unset;
		top: 17px;
		right: -19px;
	}

	.start__box-title {
		font-size: 14px;
		line-height: 18px;
	}

	.start__box-text {
		font-size: 14px;
		line-height: 20px;
	}
}
/* End */
/* /bitrix/templates/landing/css/apps/dev.css?175042519016898 */
