html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Ubuntu', 'Arial';
	padding: 0;
	margin: 0;
	color: #123;
	font-weight: 300;
}



img {
	max-width: 100%;
}

a {
	color: #123;
	text-decoration: none;
	transition: .5s;
}

a:hover {
	color: #009E4C;
}

.has-subtitle {
	margin-bottom: 0;
}

.main-header {
	margin-top: 20px;
	margin-bottom: 30px;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem;
}

.main-header div {
	display: flex;
	align-items: center;
}

.main-header div:nth-of-type(1) {
	justify-content: flex-start;
}

.main-header div:nth-last-of-type(1) {
	justify-content: flex-end;
}

.main-header div > span {
	display: block;
}

.header-logo img {
	max-width: 200px;
}

.main-header .row {
	display: flex;
	align-items: center;	
}

.container {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.logo {
	font-weight: 900;
	font-size: 40px;
}

.logo img {
	max-width: 200px;
}

.header-phone {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

button {
	border: 2px solid #009E4C;
	border-radius: 4px;
	height: 40px;
	text-align: center;
	min-width: 220px;
	background: #009E4C;
	cursor: pointer;
	transition: .5s;
	color: #f5f7fb;
	font-family: 'Ubuntu', 'Arial';
	font-weight: 500;
}

	button:hover {
		background: #f5f7fb;
		border: 2px solid #4c8;
		color: #678;
	}

button.order {
    text-transform: uppercase;
    height: 60px;
    width: 300px;
    margin-top: 2rem;
	margin-bottom: 0;
	font-size: 1.25rem;
}

.fit {
	width: 100%;
}

#menu {
	margin-top: 15px;
	height: 70px;
	width: 100%;
	background: #123;
	color: #f5f7fb;
	font-size: 20px;
	font-weight: 400;
}

#menu > .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu > .container > div:not(#menu-toggler) {
    padding-right: 1rem;
}

#menu > .container > div:nth-last-of-type(1) {
	padding-right: 0;
}

#menu a {
	color: #f5f7fb;

}
	#menu a:hover {
		color: #4c8;
	}

#menu-toggler {
	display: none;
}

.image {
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
}

.image img {
	width: 100%;
	transition: .3s;
}

.image:hover {
	background: radial-gradient(#f5f7fb, #789);
}

.image:hover img {
	transform: scale(1.02);
}

.hero h1 span {
	width: 0;
	display: inline-block;
}

.hero .image.fit img:nth-of-type(2), .new-business .image.fit img:nth-of-type(2) {
	display: none;
}

.hero-description p {
    font-size: 1.3rem;
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;	
}	

.hero-description p strong {
	text-shadow: 0 0 2px #abc;
	font-weight: 300;
}

.split-line {
	display: block;
	width: 50%;
	border-bottom: 3px solid #009E4C;
	margin-top: 20px;
	transition: 0.3s;
}

hr {
	border: none;
	height: 2px;
	width: 100%;
	background: #009E4C;
}

ul { padding-left: 20px; }

ul.checklist {
	list-style: none;
	padding-left: 0;
}

ul.checklist li {
	padding-left: 1.5em;
	cursor: pointer;
	position: relative;
	margin-bottom: .75em;
	line-height: 1.3em;
}

ul.checklist li:before {
  position: absolute;
  content: '\f00c';
  font-size: 0.75em;
  line-height: 1.65em;
  left: 0;
  transition: .5s;
  color: #009E4C;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	  
}

ul.checklist li:hover:before {
	color: #4c8;
}

.tagline {
	cursor: pointer;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}

.tagline:hover .split-line{
	width: 100%;
}

.tagline ul {
  font-size: 2rem;
  font-weight: 600;
}

.tagline ul.checklist li {
	position: relative;
	width: fit-content;
	margin-bottom: 1.5rem;
}

.tagline ul.checklist li:after {
	position: absolute;
	display: block;
	left: 2rem;
	left: 0;
	bottom: -5px;
	border-radius: 4px;
	width: 0%;
	height: 3px;
	background: #4c8;
	content: "";
	border: none;
	transition: 0.3s;
}

.tagline ul.checklist li:hover:after {
	width: calc(100% - 2rem);
	width: 110%;
}


.tagline ul li {
	margin-bottom: .5em;
}

section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hero {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 2rem 4rem;
	grid-template-rows: auto;
	grid-template-areas: "header header" "list image";
	/* border-bottom: 2px solid #009E4C;*/
}

.hero h1 {
	grid-area: header;
	margin: 0;
}

.hero .tagline {
	grid-area: list;
}

.hero .image-column {
	grid-area: image;
	display: flex;
	align-items: center;
}

#footer {
	padding-top: 50px;
	min-height: 200px;
	width: 100%;
	background: #123;
	color: #f5f7fb;
	font-size: 14px;
	font-weight: 300;
	<!-- clip-path: ellipse(100% 100% at bottom); -->
}

#footer .rights {
	font-family: 'MagistralC', 'Ubuntu', 'Arial';
	border-top: 1px solid #009E4C;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	transition: 0.3s;
}

#footer:hover .rights {
	border-top: 1px solid #4c8;
}

#footer a {
	display: block;
	color: white;
	margin-bottom: 10px;
}
	#footer a:hover {
		color: #4c8;
	}
	
/*#footer .row {
	display: flex;
	align-items: flex-start;
}
#footer .col-3 {
	width: 23%;
	padding-right: 15px;
}*/

.footer-menu {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2rem;
}

.wide-color-1 {
	background-color: #f5f7fb;
}

#map {
	background: #f5f7fb;
	width: 100%;
	padding-top: 100px;
	padding-bottom:100px;
}

#map p {
	font-size: 1.25rem;
	font-weight: 400;	
}

#map iframe {
	box-shadow: 0 1px 4px rgba(0,20,50,0.2);
}

.new-business {
	display: grid;
	grid-template-columns: 5fr 10fr;
	grid-gap: 4rem;
	padding-top: 25px;
	padding-bottom: 25px;
}

.new-business h2 {
	margin: 0;
	margin-top: -.2em;
}

.new-business > div:nth-of-type(2) {
	cursor: pointer;
}

.new-business ul.checklist {
	column-count: 2;
}

h1, h2, h3 {
	font-family: 'MagistralC', 'Ubuntu', 'Arial';
	font-weight: bold;
	position: relative;
	width: fit-content;
}

h1 {
	font-size: 3.125rem;
}

h2 {
	font-size: 2.5rem;
	margin-top: 0;
}

h1:after, h2:after {
	position: absolute;
	display: block;
	left: 0;
	bottom: -5px;
	border-radius: 4px;
	width: 50%;
	height: 3px;
	background: #009E4C;
	content: "";
	border: none;
	transition: 0.3s;
}

h1:hover:after,
h2:hover:after,
h3:hover:after,
section:hover h1:after,
section:hover h2:after
{
	background: #4c8;
	width: 100%;
}

.subtitle {
	font-size: 0.9em;
	color: #678;
}

iframe {
	border-radius: 6px;
}

#feedback {
	background: linear-gradient(45deg,#123,#678);
	color: #f5f7fb;
}

.feedback {
	display: grid;
	grid-template-columns: 4fr 5fr;
	grid-gap: 2rem 4rem;
	grid-template-rows: auto;
	grid-template-areas: "notes form";
}

#feedback-form {
	color: #678;
	grid-area: form;
	padding: 2rem;
	border: none;
	box-shadow: 0 1px 4px rgba(0,20,50,0.2);
	background: #fdfeff;
	border-radius: 6px;
}

#feedback-form:hover h3 {
	color: #009E4C;
}

label {
	display: block;
	color: #678;
	padding-left: 12px;
	font-family: MagistralC;
}

input, textarea {
	padding-left: 12px;
	border: none;
	box-shadow: 0 0 2px #123;
	border-radius: 4px;
	height: 50px;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
	color: #678;
	font-size: 1.25rem;
}

textarea {
	min-height: 108px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	transition: .3s;
	box-shadow: 0 0 2px #009E4C;
}

.feedback h2 {
	margin-bottom: 4rem;
}


.feedback .form-notes {
	grid-area: notes;
	font-size: 1.5rem;
	
}

.feedback .form-notes a {
	color: #f5f7fb;
	display: flex;
	align-items: center;
}

.feedback .form-notes a:hover {
	color: #4c8;
}

.feedback .form-notes p {
	display: flex;
	align-items: center;
}

.feedback .form-notes i {
	font-size: 2rem;
	margin-right: 2rem;
	width: 2rem;
	text-align: center;
}


.popup-wrapper {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(17,34,51,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: scale 0.01s, opacity 0.3s;
}

.popup-hidden {
	transform: scale(0);
    opacity: 0;
}

.popup-visible {
	transform: scale(1);
    opacity: 1;
}


.popup-content {
	background: #f5f7fb;
    border-radius: 6px;
    padding: 2rem;
    max-width: 800px;
	position: relative;
	width: 40%;
    min-width: 400px;
	box-shadow: 0 2px 8px #123;
}

.popup-content h3, .popup-content .submit {
    text-align: center;
    width: 100%;	
}

.popup-close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3rem;
    color: #123;
    cursor: pointer;	
}

.popup-close:hover {
    color: #fa2345;
}

.price-header {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1.5rem;
}

table {
	border: none;
	border-collapse: collapse;
    font-family: Ubuntu;
    font-weight: 300;
    font-size: 1.2rem;	
	margin:0;
	width: 100%;
	position: relative;
	cursor: default;
}


table:after {
	position: absolute;
	display: block;
	left: 0;
	top: -8px;
	border-radius: 4px;
	width: 100%;
	height: 3px;
	background: #009E4C;
	content: "";
	border: none;
	transition: 0.3s;
}

table:hover:after {
	background: #4c8;
	width: 100%;
}


table tr {
	margin: 0;
}

table tr:nth-child(2n) {
	background: #f5f7fb;
}

table td {
	margin: 0;
	padding: 1rem;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

/*table tr:hover td {
	border-bottom: 1px solid #009e4c;
}*/

table.pricelist tr td:nth-child(1) {
	max-width: 800px;
	padding-right: 2rem;
	border-left: 2px solid transparent;
}

table.pricelist tr:hover td:nth-child(1) {
	color: #009E4C;
	border-left: 2px solid #009e4c;
}

table.pricelist tr td:nth-child(2) {
	text-align: right;
	border-right: 2px solid transparent;
	transition: 0.3s;
}

table.pricelist tr:hover td:nth-child(2) {
	color: #009E4C;
	border-right: 2px solid #009e4c;
}



@media screen and (max-width: 1279px) {
	.container {
		max-width: 1140px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1199px) {
	
	html {
		font-size: 14px;
	}
	
	.container {
		max-width: 90vw;
		padding: 0;
	}

	.main-header {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 2rem;		
		grid-template-areas: "logo phone button";
	}
	
	.main-header .header-logo {
		grid-area: logo;
	}
	
	.main-header .header-address {
		grid-area: address;
		display: none;
	}

	.main-header .header-phone {
		grid-area: phone;
		font-size: 22px;
		justify-content: center;
	}
	
	.main-header .header-button {
		grid-area: button;
	}
	
	#menu {
		font-size: 16px; 	
	}
	
	#menu > .container > div:not(#menu-toggler) {
		text-align: center;
	}
	
}

@media screen and (max-width: 950px) {
	.hero .image.fit img:nth-of-type(1), .new-business .image.fit img:nth-of-type(1) { display: none; }
	.hero .image.fit img:nth-of-type(2), .new-business .image.fit img:nth-of-type(2) { display: block; }
}

@media screen and (max-width: 768px) {
	
	html {
		font-size: 12px;
	}
	
	h1 { font-size: 2.5rem; }
	h2 { font-size: 2rem; }
	
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.main-header {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "logo button";
	}
	
	.main-header .header-phone {
		display: none;
	}
	
	.header-logo img {
		max-width: 100%;
	}
	
	.header-button button {
		min-width: 140px;
	}
	
	#menu {
		height: fit-content;
		padding: 1rem 0;
	}
	
	#menu > .container {
		flex-direction: column;
		height: fit-content;
		justify-content: center;
		align-items: flex-end;
		transform: scaleY(0);
		height: 0;
		transition: 0s;
	}
	
		#menu > .container.collapsed {
			transform: scaleY(1);
			height: initial;
			transition: transform 0.2s 0.2s, height 0.1s;
		}
	
	#menu > .container > div:not(#menu-toggler) {
		height: 2rem;
		display: flex;
		align-items: center;
		padding-right: 0;
	}
	
	#menu-toggler {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		border-radius: 4px;
		color: #f5f7fb;
		transition: 0.3s;
		cursor: pointer;
		height: 50px;
		font-size: 1.5rem;
		text-transform: uppercase;
		padding-right: 2rem;
	}
	
	#menu-toggler i {
		margin-right: .5rem;
	}
	
		#menu-toggler:hover {
			color: #4c8;
		}
	
	.hero {
		display: flex;
		flex-direction: column;		
	}
	
	.hero h1 {
		margin-bottom: 2rem;
	}
	
	.tagline ul {
		font-size: 1.5rem;
		display: none;
	}
	
	.new-business {
		display: block;
	}
	
	.new-business .image.fit {
		display: none;
	}
	
	.container.feedback {
		display: block;
	}
	
	#footer {
		padding-bottom: 2rem;
	}
	
	.footer-menu {
		grid-template-columns: 1fr;
		grid-gap: 3rem 0;
	}
	
	.popup-content {
		min-width: 80%;
	}
	
}