body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.header {
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
}

.header-logo {
	position: absolute;
}

.hero-text {
	position: absolute;
	color: #fff;
}

.shadow-layer {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}


.hero-image_desktop, 
.hero-image_mobile {
	width: 100%;
}

.header-right {
	position: absolute;
}

.header-license {
	color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
}

.header-estimate_text {
	color: #000;
	font-weight: bold;
	text-align: right;
	display: block;
}

.header-phone {
	color: #000;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
	text-decoration-line: none;
	text-align: right;
	display: block;
}

.header-phone:hover {
	color: #e40000;
}

.header-time {
	display: block;
	font-weight: normal;
	text-align: right;
}

.block {
	display: block;
	margin: 0px;
	position: relative;
}

.block.hero {
	position: relative;
	padding: 0px;
	z-index: 2;
}

.block.second {
	background: #004e75;
	text-align: right;
	z-index: 3;
}

.block-text {
	color: #fff;
}

.service-container {
	width: 100%;
	text-align: center;
}

.service {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.service-name {
	text-transform: uppercase;
	font-weight: bold;
}

.block.sixth {
	text-align: center;
}

footer {
	background-color: #035270;
	color: #fff;
	width: 100%;
	margin: 0px;
}

.footer-legal_text {
	width: 65%;
	text-align: center;
	padding: 30px 15%;
}

.footer-link_block {
	width: 100%;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

.footer-link {
	color: #fff;
	text-decoration: none;
}

.cta-button-mobile:hover {
	background-color: #d6230c;
}

.cta-desktop {
	text-align: center;
	padding: 0px 15%;
}

.cta-desktop .cta-container {
	font-size: 26px;
	line-height: 1;
	font-stretch: 100%;
	text-size-adjust: 100%;
	padding: 20px 0px;
	background: #f1f1f1;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.cta-desktop .cta-customer-service {
	text-transform: uppercase;
}

.cta-desktop .cta-link {
	text-decoration: none;
	padding-bottom: 0px;
}

.cta-desktop .cta-phone-icon {
	height: 30px;
	vertical-align: bottom;
	display: inline-block;
}

.cta-desktop .cta-phone {
	color: #ab2918;
	padding-bottom: 0px;
}

.lc-form {
	z-index: 5;
	text-align: center;
	text-transform: uppercase;
}

.lc-input {
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(146, 148, 151);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(146, 148, 151);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(146, 148, 151);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(146, 148, 151);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(109, 111, 114);
	cursor: text;
	display: inline-block;
	font-family: system-ui;
	font-size: 25px;
	font-stretch: 100%;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 60px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px;
	padding: 14px 0px 15px 10px;
	text-align: start;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-size-adjust: 100%;
	text-transform: none;
	width: 192.5px;
	word-spacing: 0px;
	writing-mode: horizontal-tb;
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-border-image: none;
}

.lc-next {
	padding: 15px 30px;
	font-size: 24px;
	text-align: center;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #ab2918;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 490px) {
	.header {
		height: 90px;
	}
	
	.header-logo {
		top: 9px;
		left: 15px;
		height: 110px;
		width: auto;
	}

	.header-right {
		top: 15px;
		right: 3%;
	}

	.hero-image_desktop {
		display: none;
	}

	.hero-image_mobile {
		margin-top: 90px;
		display: block;
	}

	.hero-text {
		font-size: 1.4em;
		line-height: 1.2;
		padding: 0;
		text-align: left;
		margin-left:3%;
		padding-right:30px;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.header-estimate_text {
		font-size: 16px;
		line-height: 1;
	}

	.header-phone {
		font-size: 16px;
	}

	.header-time {
		font-size: 10px;
	}

	.header-license {
		display: none;
	}

	.block.second {
		padding: 20px 30px;
	}

	.block.two-thirds,
	.block.one-third {
		width: 100%;
	}

	.image-guarantee {
		position: absolute;
		left: 0%;
		right: 0%;
		margin: auto;
		height: 60px;
		margin-top: 60px;
	}

	.image-angies, .image-bbb {
		height: 100px;
		margin: 8px;
	}

	.block-title {
		font-weight: 900;
		color: #000;
		font-size: 2.3em;
		line-height: 1;
		padding: 25px;
		text-align: center;
		text-size-adjust: 100%;
		font-size: normal;
		font-stretch: 100%;
	}

	.block.cta {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}

	.cta-desktop {
		display: none;
	}

	.cta-button-mobile {
		width: 90%;
		padding: 15px 0px;
		font-size: 24px;
		text-align: center;
		font-family: proxima-nova, Helvetica, Arial, sans-serif;
		font-weight: bold;
		background-color: #ab2918;
		border: none;
		border-radius: 0px;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
	}

	.block-text.first {
		line-height: 30px;
		font-size: 20px;
		text-align: left;
		margin-top: 150px;
	}

	.block.third {
		padding: 25px 40px 25px 40px;
	}

	.block.third .one-third {
		text-align: center;
		width: 100%;
		margin-top: 40px;
	}

	.block.third .one-third img {
		width: 50%;
		height: auto;
	}

	.block.third .one-third p {
		line-height: 32px;
		font-size: 18px;
		margin-left: 10px;
		padding: 5px 15px;
		text-align: left;
		width: 90%;
	}

	.saltwater-free-text {
		position: absolute;
	    left: 0px;
	    right: 0px;
	    margin: auto;
	    text-align: center;
		font-weight: bold;
		font-size: 25px;
	}

	.block.fourth, .block.fifth {
		padding: 0px 4px;
	}

	.service-container {
		text-align: center;
	}

	.service {
		width: 100%;
		padding: 8px 0px;
	}

	.service img {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
	}

	.service-name {
		font-size: 1.7em;
		display: inline-block;
		vertical-align: middle;
		padding: 0px 5px;
		width: 60%;
	}

	.much-more-text {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.786em;
		text-decoration: underline;
	}

	.block.sixth {
		padding: 20px 0px;
		text-align: center;
	}

	.satisfaction-image-horizontal {
		display: none;
	}

	.satisfaction-image-vertical {
		display: block;
		width: 80%;
		margin: auto;
	}

	.lc-form {
		display: none;
	}
}


@media only screen and (min-width: 491px) and (max-width: 690px) {
	.header {
		height: 90px;
	}
	
	.header-logo {
		top: 9px;
		left: 15px;
		height: 110px;
		width: auto;
	}

	.header-right {
		top: 15px;
		right: 3%;
	}

	.hero-image_desktop {
		display: none;
	}

	.hero-image_mobile {
		margin-top: 90px;
		display: block;
	}

	.hero-text {
		font-size: 1.8em;
		line-height: 1.2;
		padding: 0;
		text-align: left;
		margin-left:3%;
		padding-right:30px;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.header-estimate_text {
		font-size: 18px;
		line-height: 1;
	}

	.header-phone {
		font-size: 18px;
	}

	.header-time {
		font-size: 10px;
	}

	.header-license {
		display: none;
	}

	.block.second {
		padding: 20px 80px 20px 80px;
	}

	.image-guarantee {
		position: absolute;
		left: 0%;
		right: 0%;
		margin: auto;
		top: 100px;
	}

	.image-angies, .image-bbb {
		height: 133px;
		margin: 30px 10px 5px 10px;
	}

	.block-title {
		font-weight: 900;
		color: #000;
		font-size: 2.3em;
		line-height: 1;
		padding: 25px;
		text-align: center;
		text-size-adjust: 100%;
		font-size: normal;
		font-stretch: 100%;
	}

	.block.cta {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}

	.cta-desktop {
		display: none;
	}

	.cta-button-mobile {
		width: 90%;
		padding: 15px 0px;
		font-size: 24px;
		text-align: center;
		font-family: proxima-nova, Helvetica, Arial, sans-serif;
		font-weight: bold;
		background-color: #ab2918;
		border: none;
		border-radius: 0px;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
	}

	.block-text {
		line-height: 33px;
		font-size: 20px;
		text-align: left;
		margin-top: 170px;
	}
	.block.third {
		padding: 25px 40px 25px 40px;
	}

	.block.third .one-third {
		text-align: center;
		width: 100%;
		margin-top: 18px;
	}

	.block.third .one-third img {
		width: 25%;
		max-width: 190px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.block.third .one-third p {
		line-height: 32px;
		font-size: 18px;
		margin-left: 10px;
		padding: 0px 15px;
		vertical-align: middle;
		text-align: left;
		display: inline-block;
		width: 60%;
	}

	.saltwater-free-text {
		position: absolute;
	    left: 0px;
	    right: 0px;
	    margin: auto;
	    text-align: center;
		font-weight: bold;
		font-size: 25px;
	}

	.block.fourth, .block.fifth {
		padding: 0px 4px;
	}

	.service-container {
		text-align: center;
	}

	.service {
		width: 20%;
		margin: 5px;
		padding: 5px;
	}

	.service img {
		width: 90%;
	}

	.service-name {
		font-size: 14px;
	}

	.much-more-text {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.786em;
		text-decoration: underline;
	}

	.block.sixth {
		padding: 20px 0px;
		text-align: center;
	}

	.satisfaction-image-horizontal {
		display: none;
	}

	.satisfaction-image-vertical {
		display: block;
		width: 70%;
		margin: auto;
	}

	.lc-form {
		display: none;
	}
}

@media only screen and (min-width: 691px) and (max-width: 1001px) {
	.two-thirds {
		display: inline-block;
		position: relative;
		width: 66%;
		vertical-align: top;
	}

	.one-third {
		display: inline-block;
		position: relative;
		width: 33%;
		vertical-align: top;
	}

	.header {
		height: 90px;
	}
	
	.header-logo {
		top: 9px;
		left: 25px;
		height: 150px;
		width: auto;
	}

	.hero-image_desktop {
		margin-top: 90px;
		display: block;
	}

	.hero-image_mobile {
		display: none;
	}

	.header-right {
		top: 15px;
		right: 3%;
	}

	.hero-text {
		font-size: 1.7em;
		line-height: 1.2;
		padding: 0;
		text-align: left;
		margin-left:3%;
		padding-right:30px;
		white-space: nowrap;
		top: 55%;
		left: 30%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.header-estimate_text {
		font-size: 18px;
		line-height: 1;
	}

	.header-phone {
		font-size: 18px;
	}

	.header-time {
		font-size: 10px;
	}

	.header-license {
		position: absolute;
		top: 35px;
		left: 30%;
		font-size: 12px;
	}

	.block.second {
		margin-top: -41px;
		padding: 20px 80px 20px 80px;
	}

	.image-guarantee {
		position: absolute;
		left: 13%;
		top: 100px;
	}

	.image-angies, .image-bbb {
		height: 133px;
		margin-top: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.block-title {
		font-weight: 900;
		color: #000;
		font-size: 2.3em;
		line-height: 1;
		padding-bottom: 0.4em;
		text-size-adjust: 100%;
		font-size: normal;
		font-stretch: 100%;
		margin-left: 8%;
	}

	.block.cta {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
		z-index: 2000;
	}

	.cta-desktop {
		text-align: center;
		padding: 0px 8%;
	}

	.cta-button-mobile {
		display: none;
	}

	.block-text {
		line-height: 33px;
		font-size: 20px;
		text-align: left;
		margin-top: 170px;
	}
	.block.third {
		padding: 25px 40px 25px 40px;
	}

	.block.third .one-third {
		text-align: center;
		width: 100%;
		margin-top: 18px;
	}

	.block.third .one-third img {
		width: 25%;
		max-width: 190px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.block.third .one-third p {
		line-height: 32px;
		font-size: 18px;
		margin-left: 10px;
		padding: 5px 20px;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}

	.saltwater-free-text {
		position: absolute;
	    left: 0px;
	    right: 0px;
	    margin: auto;
	    text-align: center;
		font-weight: bold;
		font-size: 25px;
	}

	.block.fourth, .block.fifth {
		padding: 0px 4px;
	}

	.service {
		width: 24.5%;
	}

	.service img {
		height: 120px;
	}

	.block.sixth {
		padding: 20px 0px;
		text-align: center;
	}

	.much-more-text {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.786em;
		text-decoration: underline;
	}

	.satisfaction-image-horizontal {
		display: block;
		width: 90%;
		margin: auto;
	}

	.satisfaction-image-vertical {
		display: none;
	}

	.lc-form {
		position: absolute;
		width: 45%;
		right: 0%;
		height: 100%;
		top: 0%;
	}

	.lc-form img {
		margin-top: 40px;
		height: 55px;
	}

	.lc-form p {
		font-weight: bold;
		font-size: 1.5em;
		color: #fff;
		width: 80%;
		margin-left: 10%;
	}

	.lc-input {
		padding: 8px 0px 15px 10px;
		height: 50px;
		width: 140px;
	}

	.lc-next {
		font-size: 17px;
	}
}

@media only screen and (min-width: 1002px) {
	.two-thirds {
		display: inline-block;
		position: relative;
		width: 66%;
		vertical-align: top;
	}

	.one-third {
		display: inline-block;
		position: relative;
		width: 33%;
		vertical-align: top;
	}

	.header {
		height: 90px;
	}

	.header-logo {
		top: 9px;
		left: 25px;
		height: 150px;
		width: auto;
	}

	.header-right {
		top: 15px;
		right: 3%;
	}

	.hero-image_desktop {
		margin-top: 90px;
		display: block;
	}

	.hero-image_mobile {
		display: none;
	}

	.hero-text {
		font-size: 2.50em;
		line-height: 1.2;
		padding: 0;
		text-align: left;
		margin-left:3%;
		padding-right:30px;
		white-space: nowrap;
		top: 40%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.header-estimate_text {
		font-size: 20px;
		line-height: 1;
	}

	.header-phone {
		font-size: 20px;
	}

	.header-time {
		font-size: 14px;
	}

	.image-angies, .image-bbb {
		height: 133px;
		margin-top: 30px;
	}

	.block-text {
		line-height: 33px;
		font-size: 20px;
		text-align: left;
	}

	.block-title {
		font-weight: 900;
		color: #000;
		font-size: 3.7145em;
		line-height: 1;
		padding-bottom: 0.4em;
		text-size-adjust: 100%;
		font-size: normal;
		font-stretch: 100%;
	}

	.block.cta {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}

	.cta-button-mobile {
		display: none;
	}

	.cta-desktop {
		display: block;
	}

	.block.third {
		padding: 25px 50px;
	}

	.block.third .one-third {
		text-align: center;
	}

	.block.third .one-third img {
		height: 169px;
	}

	.block.third .one-third p {
		line-height: 32px;
		font-size: 20px;
		padding: 0px 20px;
		text-align: left;
	}

	.saltwater-free-text {
		position: absolute;
	    left: 0px;
	    right: 0px;
	    margin: auto;
	    text-align: center;
		font-weight: bold;
		font-size: 25px;
	}

	.block.fourth, .block.fifth {
		padding: 0px 150px;
	}

	.service {
		width: 24.5%;
	}

	.service img {
		height: 120px;
	}

	.block.sixth {
		padding: 20px 0px;
		text-align: center;
	}

	.much-more-text {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.786em;
		text-decoration: underline;
	}

	.satisfaction-image-horizontal {
		display: block;
		width: 70%;
		margin: auto;
	}

	.satisfaction-image-vertical {
		display: none;
	}
}

@media only screen and (min-width: 1002px) and (max-width: 1540px) {
	.header-license {
		position: absolute;
		top: 35px;
		left: 25%;
	}

	.image-guarantee {
		position: absolute;
		left: 23%;
		top: 100px;
	}

	.block-text.first {
		margin-top: 170px;
	}

	.block.second {
		margin-top: -46px;
		padding: 20px 200px 20px 200px;
	}

	.image-angies, .image-bbb {
		margin-left: 10px;
		margin-right: 10px;
	}

	.hero-text {
		left: 30%;
	}

	.service-name {
		font-size: 1.286em;
	}

	.lc-form {
		position: absolute;
		width: 45%;
		right: 0%;
		height: 100%;
		top: 0%;
	}

	.lc-form img {
		margin-top: 70px;
		height: 60px;
	}

	.lc-form p {
		font-weight: bold;
		font-size: 2.3em;
		color: #fff;
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (min-width: 1541px) {
	.header-license {
		position: absolute;
		top: 35px;
		left: 20%;
	}

	.block-text.first {
		margin-top: 160px;
	}

	.image-guarantee {
		position: absolute;
		top: 60px;
		left: 25%;
		margin: auto;
	}

	.block.second {
		margin-top: -120px;
		padding: 20px 225px 20px 225px;
	}

	.image-bbb {
		margin-left: 75px;
	}

	.hero-text {
		left: 30%;
		font-size: 2.85em;
	}

	.service-name {
		font-size: 1.786em;
	}

	.lc-form {
		position: absolute;
		width: 45%;
		right: 0%;
		height: 100%;
		top: 0%;
	}

	.lc-form img {
		margin-top: 60px;
		height: 70px;
	}

	.lc-form p {
		font-weight: bold;
		font-size: 2.85em;
		color: #fff;
	}

	.lc-input-fields {

	}
}