html {
	height: 100%;
}
body {
	background: #FFF;
	padding: 0;

	position: relative;
	margin: 0;
	height: 100%;
	color: #212121;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.main section .page_container {
	position: relative;
	margin: 0 auto 0;
	max-width: 950px;
	z-index: 3;
}
.main section {
	overflow: hidden;
}

.h1 {font-size: 2em;  font-weight: 700; margin-bottom: 0.5em;font-family: 'Exo 2', sans-serif;text-transform: uppercase;}
.h2 {font-weight: 700; font-size: 1.1em; text-transform: uppercase; margin-bottom: 3em; font-family: 'Exo 2', sans-serif;}

/* BUTTONS */

.btn {
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 10px;
}

.btn-orange {border-color: #fa2c00; color: #fa2c00;}
.btn-white {border-color: #FFF; color: #FFF;}

.main section.page1 {background: #FFF;	text-align: center;}
.main section.page1 .page_container {top: 25%;}

.main section.page2 {background: #FFF;	text-align: center;}
.main section.page2 .page_container {top: 25%;}

.main section.page3 {background: #fa2c00;	 color: #FFF;text-align: center;}
.main section.page3 .page_container {top: 15%;}

.main section.page4 {background: #FFF;	text-align: center;}
.main section.page4 .page_container {top: 15%;}

.main section.page5 {background: #437dff;	text-align: center;color: #FFF;}
.main section.page5 .page_container {top: 15%;}

.main section.page6 {background: #FFF;	text-align: center;}
.main section.page6 .page_container {top: 15%;}

.main section.page7 {background: #dedee0;	text-align: center;}
.main section.page7 .page_container {top: 15%;}

.main section.page8 {background: #FFF;	text-align: center; color: #afafaf;}
.main section.page8 .page_container {top: 25%;}


.page1 .logo {width: 227px; height: 110px; text-indent: -9999px; background: url(i/logo.png) no-repeat; margin: 0.5em auto;}
.page1 h2 {font-weight: 200; font-size: 1.5em; text-transform: uppercase; font-family: 'Exo 2', sans-serif;}
.page1 .ruler {border-bottom: 1px solid #fa2c00; width: 75%; margin: 1em auto;}
.page1 .phone {font-size: 1.2em; font-family: 'Exo 2', sans-serif;}
.page1 .arrow-down span {width: 58px; height: 17px; display: block; margin: 4em auto; background: url(i/arrow-down.png) no-repeat;}


.page2 {border-top: 20px solid #EAEAEA;}
.page2 .row {text-align: left; margin: 2em auto;}
.page2 .icon {color: #fa2c00;}

.page3 .row {text-align: left; margin: 2em auto;}
.page3 .icon {color: #FFF;}


.page4 .row {text-align: left; margin: 2em auto;}

.page5 .row {text-align: left; margin: 2em auto;}
.page5 .icon {color: #FFF;}

.page6 .row {text-align: left; margin: 2em auto;}
.page6 .case_text { font-style: italic;}

.page7 .row {text-align: left; margin: 2em auto;}

.page8 .logo {width: 76px; height: 37px; display: block; margin: 0 auto; background: url(i/logo_small.png) no-repeat; text-indent: -9999px;}
.page8 .h2 { font-weight: 200;}
.page8 .address {margin-bottom: 1em;}
.page8 .phone {font-size: 1.5em; margin-bottom: 1em;}
.page8 .ruler {border-bottom: 1px solid #e5e5e5; margin-bottom: 2em;}

.icon {text-align: center;}
.icon i {font-size: 12em;}

label.error {color: #f00; font-size: 0.8em; font-weight: normal;}
input.error {border: 1px solid #f00;}
input.valid {border: 1px solid #26c25c;}


/* SM */
@media (min-width: 768px) and (max-width: 991px) {

.icon i {font-size: 8em;}

}

/* XS */
@media (max-width: 767px) {
.icon i {font-size: 3em; margin-top: 1em;}

}


.fa:hover {
	-webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;}