div.block-area#consult-request-block
{
    width: 100%;
    padding: 100px 0px;
    box-sizing: border-box;
}

	div.block-two-wrap
	{
		position: relative;
		background: linear-gradient(90deg, #46ab53 0%, #46ab53 50%, #3b7d43 100%);
		border-radius: 10px;
	}
	
		div.block-two
		{
			background: url('/img_files/items/blocks/block_2/block-consult-request-bg.svg') no-repeat center;
			background-size: contain;
		}
		
			div.block-two-desc
			{
				width: 600px;
				padding: 50px 0px 50px 150px;
			}
			
				span.block-two-title
				{
					display: block;
					font-family: 'Intro Regular';
					font-size: 60px;
					color: #fff;
				}
				
				span.block-two-desc
				{
					display: block;
					margin: 40px 0px;
					font-size: 18px;
					color: #fff;
				}
				
				span.block-two-callback
				{
					display: inline-block;
					padding: 32px 50px;
					background: #fff;
					border-radius: 5px;
					font-size: 14px;
					font-weight: 700;
					line-height: 20px;
					color: #111;
					cursor: pointer;
					transition: 0.2s;
					-o-transition: 0.2s;
					-webkit-transition: 0.2s;
				}
				
				span.block-two-callback:hover
				{
					background: #eee;
				}
				
				span.block-two-callback:active
				{
					background: #fff;
				}
				
			div.block-two-img
			{
				position: absolute;
				bottom: 0px;
				right: 0px;
				width: 670px;
				height: 600px;
				background: url('/img_files/items/blocks/block_2/block-consult-request-img.png') no-repeat bottom right;
				background-size: contain;
				border-radius: 0px 0px 10px 0px;
			}