<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*##############################*/

/*FORM order*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

@media only screen and (min-width:1200px)
{
	.formularz
	{
		max-width: 400px;
    	width: 95%;
    	background: rgb(192, 30, 20);
	    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
	    padding-bottom: 15px;
	    padding-top: 10px;	
	}

	#country, #country_2, #country_3, #country_4
	{
    	width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#country:focus, #country_2:focus, #country_3:focus, #country_4:focus
	{
		color: #111;
	}

	#name
	{
	    width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
    }

	#country_phone, #country_phone_2, #country_phone_3, #country_phone_4
	{
		float: left;
	    width: 20%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#phone
	{
		float: right;
		width: 75%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	.old_price
	{
		float: left;
		max-width: 400px;
	    margin: 15px auto;
	    font-size: 24px;
	    width: 95%;
	    background-color: #f7f7f7;
	    padding: 15px;
	    padding-left: 0;
	}

	.red-price
	{
		margin-left: 10px;
		color: red;
		font-size: 26px;
		font-weight: 600;
		text-decoration: line-through;
	}

	.new_price
	{
		float: right;
		margin: 15px auto;
		font-size: 30px;
		font-weight: 600;
		background-color: #f7f7f7;
		max-width: 400px;
		width: 95%;
		text-align: right;
		padding: 15px;
	    padding-left: 0;
	}

	.green-price
	{
		margin-left: 10px;
		color: green;
		font-size: 36px;
		font-weight: 600;
	}

	.button
	{
		background: #fff; 
		color: #E32024; 
		padding: 15px; 
		margin: 5px auto;
    	width: 100%; 
		font-weight: bold; 
		text-transform: uppercase; 
		font-size: 26px; 
		cursor: pointer;
		text-align: center;
		border-radius: 4px;
	}

	.button h3
	{
		color: #E32024;
		line-height: 0;
		margin-top: 0px;
    	margin-bottom: 0px;
    	padding: 8px 0;
    	font-weight: 600;
    	letter-spacing: 0.3px;
	}

	.right-col-order .article-text
	{
		max-width: 400px;
    	width: 95%;
	}
}

@media only screen and (max-width:1199px) and (min-width: 962px)
{
	.formularz
	{
		max-width: 280px;
    	width: 95%;
    	background: rgb(192, 30, 20);
	    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
	    padding-bottom: 15px;
	    padding-top: 10px;
	}

	#country, #country_2, #country_3, #country_4
	{
    	width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#country:focus, #country_2:focus, #country_3:focus, #country_4:focus
	{
		color: #111;
	}

	#name
	{
	    width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
    }

	#country_phone, #country_phone_2, #country_phone_3, #country_phone_4
	{
		float: left;
	    width: 20%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#phone
	{
		float: right;
		width: 75%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	.old_price
	{
		float: left;
		max-width: 280px;
	    margin: 15px auto;
	    font-size: 24px;
	    width: 94%;
	    background-color: #f7f7f7;
	    padding: 15px;
	    padding-left: 0;
	}

	.red-price
	{
		margin-left: 10px;
		color: red;
		font-size: 26px;
		font-weight: 600;
		text-decoration: line-through;
	}

	.new_price
	{
		float: right;
		margin: 15px auto;
		font-size: 30px;
		font-weight: 600;
		background-color: #f7f7f7;
		max-width: 280px;
		width: 94%;
		text-align: right;
		padding: 15px;
	    padding-left: 0;
	}

	.green-price
	{
		margin-left: 10px;
		color: green;
		font-size: 36px;
		font-weight: 600;
	}

	.button
	{
		background: #fff; 
		color: #E32024; 
		padding: 15px; 
		margin: 5px auto;
    	width: 100%; 
		font-weight: bold; 
		text-transform: uppercase; 
		font-size: 26px; 
		cursor: pointer;
		text-align: center;
		border-radius: 4px;
	}

	.button h3
	{
		color: #E32024;
		line-height: 0;
		margin-top: 0px;
    	margin-bottom: 0px;
    	padding: 8px 0;
    	font-weight: 600;
    	letter-spacing: 0.3px;
	}


	.right-col-order .article-text 
	{
	    max-width: 280px;
	    width: 100%;
	}
}

@media only screen and (max-width:961px) and (min-width: 730px)
{
	.left-col-order, .right-col-order
	{
		width: 100%;
		float: none;
	}

	.right-col-order .article-text 
	{
	    max-width: 320px;
	    width: 100%;
	}

	.formularz
	{
		max-width: 320px;
    	width: 95%;
    	background: rgb(192, 30, 20);
	    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
	    padding-bottom: 15px;
	    padding-top: 10px;
	}

	#country, #country_2, #country_3, #country_4
	{
		width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#country:focus, #country_2:focus, #country_3:focus, #country_4:focus
	{
		color: #111;
	}

	#name
	{
	    width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#country_phone, #country_phone_2, #country_phone_3, #country_phone_4
	{
	    float: left;
	    width: 20%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#phone
	{
		float: right;
		width: 75%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	.old_price
	{
		float: left;
		max-width: 400px;
	    margin: 15px auto;
	    font-size: 24px;
	    width: 95%;
	    background-color: #f7f7f7;
	    padding: 15px;
	    padding-left: 0;
	}

	.red-price
	{
		margin-left: 10px;
		color: red;
		font-size: 26px;
		font-weight: 600;
		text-decoration: line-through;
	}

	.new_price
	{
		float: right;
		margin: 15px auto;
		font-size: 30px;
		font-weight: 600;
		background-color: #f7f7f7;
		max-width: 400px;
		width: 95%;
		text-align: right;
		padding: 15px;
	    padding-left: 0;
	}

	.green-price
	{
		margin-left: 10px;
		color: green;
		font-size: 36px;
		font-weight: 600;
	}

	.button
	{
		background: #fff; 
		color: #E32024; 
		padding: 15px; 
		margin: 5px auto;
    	width: 100%; 
		font-weight: bold; 
		text-transform: uppercase; 
		font-size: 26px; 
		cursor: pointer;
		text-align: center;
		border-radius: 4px;
	}

	.button h3
	{
		color: #E32024;
		line-height: 0;
		margin-top: 0px;
    	margin-bottom: 0px;
    	padding: 8px 0;
    	font-weight: 600;
    	letter-spacing: 0.3px;
	}

}

@media only screen and (max-width:729px) and (min-width:100px)
{
	.left-col-order, .right-col-order
	{
		width: 100% !important;
		float: none !important;
	}

	.formularz
	{
    	width: 300px;
    	background: rgb(192, 30, 20);
	    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
	    padding-bottom: 15px;
	    padding-top: 10px;
	}

		#country, #country_2, #country_3, #country_4
	{
    	width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#country:focus, #country_2:focus, #country_3:focus, #country_4:focus
	{
		color: #111;
	}

	#name
	{
	    width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
    }

	#country_phone, #country_phone_2, #country_phone_3, #country_phone_4
	{
		float: left;
	    width: 20%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	#phone
	{
		float: right;
		width: 75%;
		padding: 0 10px 0 10px;
		margin-top: 10px;
	    border: none;
    	background-color: #ffffff;
    	color: #000;
		height: 36px;
		font-size: 15px;-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
    	margin-bottom: 7px;
    	font-family: "SegoeUI-Italic",sans-serif;
	}

	.old_price
	{
		float: left;
		max-width: 400px;
	    margin: 15px auto;
	    font-size: 24px;
	    width: 95%;
	    background-color: #f7f7f7;
	    padding: 15px;
	    padding-left: 0;
	}

	.red-price
	{
		margin-left: 10px;
		color: red;
		font-size: 26px;
		font-weight: 600;
		text-decoration: line-through;
	}

	.new_price
	{
		float: right;
		margin: 15px auto;
		font-size: 30px;
		font-weight: 600;
		background-color: #f7f7f7;
		max-width: 400px;
		width: 95%;
		text-align: right;
		padding: 15px;
	    padding-left: 0;
	}

	.green-price
	{
		margin-left: 10px;
		color: green;
		font-size: 36px;
		font-weight: 600;
	}

	.button
	{
		background: #fff; 
		color: #E32024; 
		padding: 15px; 
		margin: 5px auto;
    	width: 100%; 
		font-weight: bold; 
		text-transform: uppercase; 
		font-size: 26px; 
		cursor: pointer;
		text-align: center;
		border-radius: 4px;
	}

	.button h3
	{
		color: #E32024;
		line-height: 0;
		margin-top: 0px;
    	margin-bottom: 0px;
    	padding: 8px 0;
    	font-weight: 600;
    	letter-spacing: 0.3px;
	}

}

.blue-back
{
	padding: 10px 0;
}

.blue-back h4 
{
    font-size: 22px;
    line-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 25px;
}

.product-order-img
{
	max-width: 165px;
	width: 100%;
	margin-bottom: 15px;
}

.row
{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
}

.left-col-order
{
	width: 45%;
	float: left;
	text-align: center;
}

.left-col-order s
{
	color: red;
}

.left-col-order .new-price
{
	color: green;
	font-size: 120%;
}

.right-col-order
{
	width: 45%;
	float: right;
	margin-top: 30px;
}

.row
{
	margin-top: 20px;
}

.old-price
{
	color: #e7301c;
	text-decoration: line-through;
	font-size: 28px;
}

.right-col-order .article-text h2
{
	color: #1aa511 !important;
	font-size: 36px !important;
	padding-top: 15px !important;
}

.right-col-order .article-text
{
	padding-top: 0 !important;
}</pre></body></html>