@font-face {
    font-family: 'Harmonia Sans Pro Cyr Cond';
    src: url('../css/fonts/HarmoniaSansProCyr-Cond.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Cond.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Black.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Black.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Black.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Black.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Black.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
} 

a {
    text-decoration: underline;
    outline: none;
    font-weight: 700;
    color: black
}

body {
    font-family: 'Harmonia Sans Pro Cyr';
    font-weight: normal;
    font-style: normal;
	font-size: 18px;
}

textarea,
select,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

p {
	margin-bottom: 20px;
}

h1 {
	
}

h2 {
	font-size: 52px;
    color: #408824;
	margin-bottom: 15px;
}

h2.cert {
	text-align: center;
    margin-top: 49px;
}

img.certPic {
	text-align: center;
    width: 396px;
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

h3 {
    font-size: 28px;
    color: #408824;
    margin-bottom: 6px;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

header {
	
}

footer {
	
}



textarea {
	
}

select {
	
}

option {
	
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

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

::placeholder {
  color: white;
}

input[type="text"] {
	font-family: 'Harmonia Sans Pro Cyr';
 	font-weight: normal;
    font-style: normal;
}

input[type="email"] {
	font-family: 'Harmonia Sans Pro Cyr';
	font-weight: normal;
    font-style: normal;
}

input[type="submit"] {
	font-family: 'Harmonia Sans Pro Cyr';
	font-weight: 700;
    font-style: normal;
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 13px;
    margin-top: 36px;
    border: 3px solid white;
    border-radius: 50px !important;
    transition: 200ms linear;
    text-decoration: none;
    color: white;
    width: 296px;
	transition: 200ms linear;
}

input[type="submit"]:hover {
	background-color: white;
	color: #408924;
	transition: 200ms linear;
}

.header-relative {
	position: relative;
}

a.req {
	border: 3px solid #408924;
	border-radius: 50px;
	transition: 200ms linear;
	text-decoration: none;
	color: #408924;
}

a.ano {
	margin-top: 3px;
	transition: 200ms linear;
}

a.ano:hover {
	transition: 200ms linear;
	text-decoration: underline;
}

a.req:hover {
	background-color: #408924;
	color: white;
	transition: 200ms linear
}

.offset-area {
	background-color: #e0f7d7;
	margin-bottom: 40px;
}

h2.certh2 {
	text-align: center;
	margin-top: 0px;
    margin-bottom: 0px;
}

img.offsetL {
	margin: auto;
    display: block;
    width: 550px;
    padding-top: 80px;
    padding-bottom: 90px;
    margin-bottom: 51px;
}

img.foot {
	width: 126px;
	margin-bottom: 10px;
}

img.vera {
	margin-top: 24px;
    width: 100%;
}

.greens-sep {
	height: 1px;
	background-color: #2d7d3d;
	margin-bottom: 42px;
	margin-top: 40px;
}

.box {
					
}

span.et {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}
span.et.ett {
	text-align: right;
}

.example-box {

}

.ex-meta {
	display: inline-block;
	width: 187px;
	vertical-align: top;
}

p.ex-t {
	margin-bottom: 2px;
	font-weight: 700;
	margin-top: 19px;
}

p.ex-t:first-child {
	margin-top: 0px;	
}

p.ex-list {
	margin-bottom: 2px;
}

.ex-cost {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 461px;
	height: 245px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 27px;
}

.left {
	background-image: url(../img/costleft.svg);
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
	transform: translateX(15px);
}

.right {
	background-image: url(../img/costright.svg);
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

p.cost {
	color: white;
	font-weight: 700;
	font-size: 51px;
	margin-bottom: 2px;
	margin-top: 89px;
}

.rightal {
	text-align: right;
	    transform: translateX(13px);

}

p.cost span.year {
	font-size: 17px;
	margin-left: -8px;
}

p.cost-tag {
	color: white;
	font-weight: 700;
}

a.req.quoteme {
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-top: 36px;
	width: 500px;
    display: block;
    margin: auto;
}

a.req.quoteme.certi {
	margin-top: 0px;
	width: 500px;
	display: block;
	margin: auto;
}

p.disc {
	font-size: 13px;
	margin-top: 16px;
}

footer {
	background-color: #408924;
	margin-top: -42px;
}

.footer-top {
	background-image: url(../img/formbg.svg);
	height: 181px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: -1;
    margin-top: -45px;
}

footer h2 {
	color: white;
	text-align: center;
	margin-bottom: 0px;
}

img.offsetLogo {
	width: 428px;
    display: block;
    margin: auto;
    padding-top: 47px;
}

.half.just {
	margin-bottom: 26px;
}

p.copyright {
	margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 34px;
    margin-left: 30px;
    color: white;
    font-size: 13px;
    line-height: 22px;
}

p.copyright a {
	color: white;
}

h2.thanks {
	padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.hC {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.hC img {
	width: 200px;
	display: block;
	margin: auto;
	margin-top: 34px;
}

span.light {
	font-weight: 300;
}

h2.top2 {
	margin-top:0px;
	padding-top: 40px;
	text-align: center;
}

.smallCol {
	display: inline-block;
	width: 48%;
	margin-right: 20px;
	vertical-align: top;
}

.smallCol:nth-child(3n) {
	margin-right: 0px;
}

.smallCol img {

}

.imgH {
	height: 133px;
}

#thumb {
	cursor: pointer;
}

.pop {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.78);
	overflow: auto;
}

.pop::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.pop::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.pop::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.pop::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cross {
	float: right;
}

.cross img {
	width: 40px;
	padding: 20px;
	cursor: pointer;
}

img.certIMG {
	width: 1000px;
	margin: auto;
	display: block;
	margin-top: 109px;
}

.righttwo {
	display: none;
}
		