<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.repair{
	margin: 40px auto!important;
	font-family: sans-serif;
	line-height: 20px;
}

.repair h1{
	font: bold 28px sans-serif;
	margin: 0 0 20px 0;
}

.repair h2{
	font: bold 24px sans-serif;
}


.repair .contdesctiprion{
	font: 16px sans-serif;
	margin: 20px 0;
}

.repair .contdesctiprion{
	font: 16px sans-serif;
	margin: 20px 0;
	 width: 900px;
}


.repair .repairorderbutton{display: inline-block; padding: 10px 20px 10px 40px; text-decoration: none; color: #fff; background: #005FBA url('/images/repair-button.png') 10px center no-repeat; background-size: 20px 20px; cursor: pointer;}
.repair .repairorderbutton:hover{background-color: #331589; transition: 0.3s;}

.repair .formdesctiprion{font: 16px sans-serif; margin: 30px 0;}
.repair .formdesctiprion p{margin: 0 0 20px 0;}
.repair .formdesctiprion input[type="text"]{font: 16px sans-serif; padding: 10px; width: 400px;}
.repair .formdesctiprion textarea{font: 16px sans-serif; padding: 10px; width: 400px; height: 150px;}
.repair .formdesctiprion .fdsubmit{background-color: #00459E; font-size: 20px; color: #fff; width: 150px; padding: 10px; text-align: center; cursor: pointer;}
.repair .formdesctiprion .fdsubmit:hover{background-color: #AC0000;}

.pricetable
{
  border-collapse: collapse; 
  border-spacing:0px;
  width: 900px;
}


.pricetable tr td
{
  border-collapse: collapse;   
  border: 1px solid #314f64;
  padding: 10px;
}

.pricetable tr:first-child
{
  background-color: #75c2f9;
  font-weight: bold;
}

.pricetable tr td:first-child
{
  min-width: 150px;
}

.pricetable tr td:nth-child(even)
{
  width: 250px;
}


.deliveryblock{}
.deliveryblock h2{margin: 0 0 20px 0; font-size: 16px;}
.deliveryblock img{width: 100px; height: 100px; padding: 10px; border: 1px solid #ccc;}

.brandsblock{}
.brandsblock h2{margin: 0 0 20px 0; font-size: 16px;}
.brandsblock img{width: 100px; height: 100px; padding: 10px; border: 1px solid #ccc;}


.repair .phone{
	background: url('/images/phone-icon.png') left center no-repeat;
	padding: 0 0 0 30px;
	background-size: 30px;
	text-decoration: none;
	color: #111;
	font-size: 24px;
}
</pre></body></html>