				body
				{
					min-width: 1120px;
					margin: 0 auto;
					font-family: 'Archivo Black', sans-serif;
				}
				#grey-top-right
				{
					width: 50%;
					height: 0;
					border-bottom: 40px solid #1d1d1b;
					border-left: 40px solid transparent;
					float: right;
					color: #edb361;
				}
				#grey-top-right_number
				{
	    			margin-top: 6px;
	    			margin-left: 25px;
	    			font-size: 20px;
	    			min-width: 505px;
				}

				#orange-middle-left
				{
					width: calc(50% - 60px);
					height: 0;
					border-bottom: 60px solid #cb913d;
					border-right: 60px solid transparent;
					float: left;
					color: #1d1d1b;
					margin-top: 50px;
				}
				#orange-middle-left_offer
				{
	    			margin-top: 4px;
	    			margin-left: 80px;
	    			font-size: 40px;
	    			float:right;
	    			margin-right: 100px;
				}

				#grey-middle-right
				{
					width: calc(50% - 59px);
					height: 0;
					border-top: 60px solid #1d1d1b;
					border-left: 60px solid transparent;
					float: right;
					color: #ffffff;
				}
				#grey-middle-right_firm
				{
	    			position: relative;
    				bottom: 54px;
    				margin-left: 15px;
    				font-size: 40px;
				}



				#header
				{
					background:url('../img/header.png');
					height: 170px;
					width: 960px;
					position: relative;
					top: 35px;
				}

				#ofert-text
				{
					font-family: 'PT Sans', sans-serif;
					font-size: 27px;
					font-weight: bold;
					float: right; 
					position: relative; 
					right: 25px;
				}


				#firm-list
				{
					background: url(../img/firm_list.png);
					height: 293px;
					width: 497px;
					position: relative;
					top:200px;
					left:310px;
				}

				#orange-bottom-right
				{
					width: calc(50% - 60px);
					height: 0;
					border-top: 60px solid #cb913d;
					border-left: 60px solid transparent;
					float: right;
					color: #1d1d1b;
					margin-top: -20px;
				}

				#orange-bottom-right_contact
				{
	    			position: relative;
    				bottom: 54px;
    				margin-left: 135px;
    				font-size: 40px;
				}
				#window_photo
				{
    				background: url(../img/window_photo.png);
    				background-size: 550px 270px;
    				width: 550px;
   					height: 270px;
    				position: relative;
    				top: 115px;
    				right: 207px;
    				z-index: -2;
				}

				#przekroj
				{
    				background: url(../img/przekroj.png);
    				background-size: 175px 284px;
    				width: 175px;
    				height: 284px;
    				right: 207px;
    				z-index: -1;
    				float: left;
    				position: relative;
    				left: 380px;
    				top: 95px;
				}

				#contact_form
				{
					font-family: 'Roboto', sans-serif;
    				position: relative;
    				left: 110px;
    				top: 70px;
    				width: 0px;
    				height: 410px;
				}

				#contact_form-button
				{
					background: #e0a44d; 
					font-size:17px; 
					height: 30px;
					width:390px;
					font-weight: bold;
					padding: 3px 0px 3px 10px; 
					color: black; 
					border: none;
					margin-top:5px;
					color:white;
					-webkit-transition: background 0.5s, box-shadow 0.5s, font-size 0.5s; /* Safari */
    				transition: background 0.5s, box-shadow 0.5s, font-size 0.5s;
				}

				#contact_form-button:hover
				{
					background: #ffa626; 
					font-size:18px; 
					height: 30px;
					width:390px;
					font-weight: bold;
					padding: 3px 0px 3px 10px; 
					border: none;
					margin-top:5px;
					color:white;
					cursor: pointer;
    				-webkit-box-shadow: 0px 0px 20px 2px rgb(255, 172, 53);
                    -moz-box-shadow: 0px 0px 20px 2px rgb(255, 172, 53);
					box-shadow: 0px 0px 20px 2px rgb(255, 172, 53);
				}

				@media (max-width: 980px)
				{
					#footer
					{

						background: url(../img/footer.png);
						background-size:3px 80px;
						width:100%;
						height: 80px;
						margin-top:50px;
						position: fixed;
						bottom: 0;
					}
				}
				@media (min-width: 980px)
				{
					#footer
					{
						background: url(../img/footer.png);
						background-size:3px 80px;
						width:100%;
						height: 80px;
						margin-top:50px;
					}
				}


				

				#footer-text
				{
					height:20px;
					position: relative;
					top:30px;
					font-size: 30px;
				}
				.container
				{
					width: 960px;
					height: 100%;
					margin: 0 auto;
				}

				.ofert-text_li 
				{
					color: #ab722a;
					
				}

				.ofert-text_li-text
				{
					color:black;
				}

				.form_data
				{
					background: #ffe5bf; 
					font-size:15px; 
					height: 30px;
					width:380px;
					font-weight: bold;
					padding: 3px 0px 3px 10px; 
					color: black; 
					border: none;
					margin-top:5px;
				}

				.form_data:focus
				{
					outline: 2px solid #f3d1a1;
				}

				textarea[name='text']
				{

					font-family: 'Roboto', sans-serif;
					background: #ffe5bf; 
					font-size:15px; 
					height: 150px;
					width:380px;
					font-weight: bold;
					padding: 3px 0px 3px 10px; 
					color: black; 
					border: none;
					margin-top:5px;
					resize: none;
				}
				
				textarea[name='text']:focus
				{
					outline: 2px solid #f3d1a1;

				}