div.main-wrap.page_prices
{
    background: #212121 url(/img_files/items/pricing/bg-pricing.svg) no-repeat center;
    background-size: contain;
    background-position: center right;
}

	div.block-area#pricing-info
	{
		padding: 25px 0px;
	}
	
		div.pricing-text-wrap
		{
			margin-bottom: 20px;
		}
		
			span.pricing-title
			{
				font-size: 24px;
				font-weight: 600;
				text-transform: uppercase;
				color: #fff;
			}
			
			span.pricing-request
			{
				font-weight: 600;
				color: #1972f5;
				text-decoration: underline;
				cursor: pointer;
			}
			
			p.pricing-desc
			{
				color: #fff;
			}
			
	div.block-area#pricing-specials
	{
		padding: 25px 0px;
	}
	
		div.pricing-wrap
		{
			position: relative;
			width: 100%;
			padding: 21px 17px;
			box-sizing: border-box;
		}
	
			div.pricing-grid
			{
				width: 100%;
			}

				div.pricing-grid-line
				{
					display: flex;
					width: 100%;
				}
				
				div.pricing-grid-line:first-child
				{
					height: 400px;
				}
				
				div.pricing-grid-line:last-child
				{
					height: 350px;
				}
				
				div.pricing-grid-separator.horizontal
				{
					width: 100%;
					height: 7px;
					background-image: linear-gradient(to top, #343434, #414141 25%, #fff 50%, #777 75%, #000 100%);
				}
				
				div.pricing-grid-separator.vertical
				{
					min-width: 4px;
					height: 100%;
					background-image: linear-gradient(to right, #343434, #414141 25%, #fff 50%, #777 75%, #000 100%);
				}
				
					div.pricing-card
					{
						position: relative;
						height: 100%;
					}
				
					div.pricing-grid-line:first-child div.pricing-card:first-child
					{
						width: 51%;
					}
					
					div.pricing-grid-line:first-child div.pricing-card:last-child
					{
						width: 49%;
					}
					
					div.pricing-grid-line:last-child div.pricing-card
					{
						width: 30%;
					}
					
					div.pricing-grid-line:last-child div.pricing-card:first-child
					{
						width: 35%;
					}
					
					div.pricing-grid-line:last-child div.pricing-card:last-child
					{
						width: 35%;
					}
					
						img.pricing-card-img
						{
							width: 100%;
							height: 100%;
							object-fit: cover;
						}
						
						span.pricing-card-label
						{
							position: absolute;
							width: 100%;
							bottom: 0px;
							left: 0px;
							padding: 10px 130px 10px 20px;
							background: #33364b;
							font-size: 16px;
							font-weight: 600;
							text-transform: uppercase;
							text-align: right;
							color: #fff;
							box-sizing: border-box;
						}
						
						span.pricing-card-price
						{
							position: absolute;
							width: 50px;
							bottom: 0px;
							right: 0px;
							padding: 10px 60px 10px 10px;
							font-size: 16px;
							font-weight: 600;
							background: #6f4f39;
							color: #fff;
							border-radius: 20px 0px 0px 0px;
						}
				
			div.pricing-bg
			{
				position: absolute;
				display: flex;
				flex-direction: column;
				width: 100%;
				height: 100%;
				top: 0px;
				left: 0px;
			}
			
				div.pricing-bg-line
				{
					background-image: url(/img_files/items/pricing/bg-frame-pricing.svg);
					background-size: 100%;
				}
				
				div.pricing-bg-line.top
				{
					background-position: center top;
					height: 170px;
				}
				
				div.pricing-bg-line.middle
				{
					background-position: center;
					height: 100%;
				}
				
				div.pricing-bg-line.bottom
				{
					background-position: center bottom;
					height: 170px;
				}