div.home-wrap
{
	display: flex;
	gap: 50px;
	margin: 0px 250px 80px;
}

	div.home-cell.info-wrap
	{
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 100px 0px;
	}
	
		span.home-slogan
		{
			display: block;
			font-size: 60px;
			font-weight: 600;
			color: #2c4144;
		}

			span.home-slogan span
			{
				color: #c22028;
			}
	
		div.home-info
		{
			width: 70%;
		}
	
			span.home-appeal
			{
				display: block;
				margin-bottom: 40px;
				font-size: 24px;
				line-height: 34px;
			}
			
			span.home-description
			{
				display: block;
				font-size: 16px;
				line-height: 24px;
			}
	
	div.home-cell.home-video
	{
		flex: 1;
	}

		div.video-mask
		{
			-webkit-mask-image: url('/img_files/items/mob-frame-mask.svg');
			-webkit-mask-position: center;
			-webkit-mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}

			div.video-wrap
			{
				background: url('/img_files/items/mob-frame.svg') no-repeat center;
				background-size: contain;
			}