
	.header{
		display: none;
	}
	
	.products_info_block_title{
		font-size: 28px;
	}

	.webstoreButtonContainer{
		text-align: center;
		padding: 50px;
		position: relative;
	}

	.webstoreInstallButton{
		border: 1px solid #2d53af;
		background-color: #4d7bd6;
		background: -webkit-linear-gradient(top,#5689db 0%,#4d7bd6 100%);
		background: -moz-linear-gradient(top,#5689db 0%,#4d7bd6 100%);
		padding: 0 40px 0 40px;
		display: inline-block;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		border-radius: 2px;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		text-shadow: 0 1px 1px rgba(0,0,0,0.1);
		text-transform: uppercase;
		box-shadow: 0 2px 0 0 rgba(255,255,255,.06) inset,0 2px 3px 0 rgba(0,0,0,.2);
		outline: 0px;
		font-family: 'Open Sans',arial,sans-serif;
		
		color: #fff;
		
		text-decoration: none;		
	}
	
	.webstoreInstallButton:hover{
		background-image:-moz-linear-gradient(top,#669eff 0%,#5286ff 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#669eff),color-stop(100%,#5286ff));
		color: #fff;
		line-height: 50px;
	}

	
	.webstoreInstallButton > div{
		display: inline-block;
	}
	
	.webstoreInstallButton > .img{
		background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII= );
		
		width: 19px;
		height: 17px;
		margin-right: 7px;
		vertical-align: text-bottom;
		position: relative;
		top: 0px;		
	}
	
	.webstoreButtonInner{
		position: relative;
		
		display: inline;
	}
	
	
	.firstStepArrow{
		
		position: absolute;
		
		background: url(/images/first-step-arrow.png);
		width: 256px;
		height: 143px;
		left: -250px;
		top: -70px;
	}