
html,body {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	color: #000;
	background: #f2f2f2;
	min-width: 1315px;
	font: 16px/27px 'Montserrat', arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	vertical-align:top;
}
ul li{;
	list-style:none;
}
input, select, textarea {
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
}
a {
	color: #7587bc;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

a:focus,
a:hover {
 outline: none;
 outline: 0;
}
strong{
	font-weight: normal;
	
}
p{margin: 0 0 18px;}

/*::-webkit-scrollbar-button {
background-image:url('all.css');
background-repeat:no-repeat;
width:5px;
height:0px;
}

::-webkit-scrollbar-track {
background-color:#ecedee;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}

::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

::-webkit-resizer{
background-image:url('all.css');
background-repeat:no-repeat;
width:4px;
height:0px;
}

::-webkit-scrollbar{
width: 4px;
}*/
/* Global styles */
#wrapper {
	overflow:hidden;
	min-height: 100%;
	position: relative;
}
.w1 {padding-bottom: 50px;}
.container{
	max-width: 1170px;
	padding: 0 85px;
	margin: 0 auto;
}
h1{
	font-size: 52px;
    line-height: 72px;
    margin: 0 0 36px;
}
h2{
	font-weight: 900;
    font-size: 55px;
    line-height: 60px;
    margin: 0 0 55px;
}
h3{
	font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 15px;
}

.row{
	overflow:hidden;
	margin: 0 -15px;
}
.col{
	float:left; 
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-center {
	display:table;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.text-center .text-inner {
	display:table-cell;
	vertical-align:middle;
}
.text-center .text-inner .text-last {
	width:100%;
	display:block;
}
.btn-holder{text-align:center;}
.btn{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size: 22px;
	line-height: 28px;
	color: #abffee;
	text-decoration:none;
	border: 2px solid #abffee;
	position: relative;
	min-width: 258px;
	padding: 20px 20px 16px;
	-webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn:hover{
	color:#fff;
	border-color: #fff;
}
/* header */
#header {
	/*position: absolute;*/
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	background: #f2f2f2;
	z-index: 9;
}
.logo-fevernova{
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding: 8px 20px 4px 20px;
}
.logo-fevernova img{
	height: 64px;
}
.logo.foot img{
	height: 64px;
}
.logo.foot{
	overflow: hidden;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 30px;
}
.nav-holder{
	overflow: hidden;
	float: right;
}
.menu-holder{ 
	position: relative;
	float: right;
}
.toogle-menu {
	height: 23px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: -9999px;
	width: 30px;
	z-index: 17;
}
.toogle-menu > span {
	position:absolute;
	left:5px;
	height:1px;
	right: 5px;
	background: #fff;
}
.toogle-menu .t {
	top: 5px;
	transform: rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
#nav.open .toogle-menu .t{
	top: 11px;
	transform: rotate(45deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.toogle-menu .c {
	top: 11px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#nav.open .toogle-menu .c{ opacity:0;}
.toogle-menu .b {
	top: 17px;
	transform: rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
#nav.open .toogle-menu .b{
	top: 11px;
	transform: rotate(135deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
#nav {
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    min-width: 400px;
}
#nav:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.menu {
	margin:0;
	padding:0;
	list-style:none;
	max-width: 600px;
	width: 100%;
}
.menu:after {
	content:'';
	display:block;
	clear:both;
}
.menu > li { 
	float:left;
	position: relative;
}

.menu li{
	padding: 0;
	margin: 0;
}

.menu > li > a {
	display:block;
	padding: 33px 2px 1px 18px;
	min-height: 19px;
	font-size: 14px;
	line-height: 24px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight: 600;
    color: #000;
	position: relative;
	z-index:2;
	/*-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	position: relative;*/
	transition-duration: 2s;
    transition-timing-function: ease;
	letter-spacing: 0.5px;
	position:relative;
}
.menu > li:before{
	position: absolute;
	content: '';
	width: 0px;
	background: #61aab4;
	height: 2px;
	color: #000;
	bottom: 0;
	left: 0;
	transition-duration: 1s;
    transition-timing-function: ease;
}
.menu > li.active:before {
	width: 100%;
}
.menu > li:hover:before {
	left: 10px;
	width: 80%;
}
.menu > li:last-child > a{padding-right: 10px;}
/*.menu > li > a:hover,
.menu > .active > a ,
.menu > .open > a ,
.menu > li:hover > a {border-bottom: 3px solid #61aab4;}*/
.nav-overlay {
	background: rgba(0, 0, 0, 0.6) ;
	display: none;
	bottom: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

.head-bg {
	overflow: hidden;
    padding: 100px 0 117px;
    background: url(../images/pinaple.png.html) no-repeat;
    background-position-x: right;
    background-position-y: 77px;
    margin: 0 0 17px;
}
.logo-holder{
    padding: 0px 0 0 0;
    box-sizing: border-box;
    margin: 0 0 10px;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
}
.logo-holder h1{
	display: block;
    vertical-align: top;
    font-weight: 800;
}
.logo-holder .subtitle{
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #5c5b5b;
    font-weight: 600;
    margin: 0 0 47px;
}
.main-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.main-list li{
    display: block;
    margin: 0 0 45px;
    box-sizing: border-box;
    padding: 0 0 0 45px;
    position: relative;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-list li:before{
	position: absolute;
    content: '';
    width: 29px;
    height: 3px;
    background: #61aab4;
    top: 23px;
    left: 0px;
    transition-duration: 2s;
    transition-timing-function: ease;
}
.main-list li:hover:before{
    width: 168px;
}
.main-list a {text-decoration: none; color: #5c5b5b;}
/* main */
#main {
	width:100%;
}
.why-block{
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 0 100px;
}
.why-block h2{
	text-align: center;
    margin: 0 0 109px;
    text-transform: none;
    font-size: 57px;
    line-height: 60px;
}
.why-block .reasons{
	margin: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.why-block .reasons li{
    overflow: hidden;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 118px 25px 0 35px;
    position: relative;
}
.why-block .reasons li .title-reas{
    display: block;
    margin: 0 0 27px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.why-block .reasons li .more{
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    box-sizing: border-box;
    display: block;
    padding: 0 32px 0 0;
}
.why-block .reasons li:nth-of-type(1):before{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 144px;
    background: url(https://web.archive.org/web/20220121045135im_/https://www.fevernova.mobi/images/1.png) no-repeat 0 0;
}
.why-block .reasons li:nth-of-type(2):before{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    height: 144px;
    background: url(https://web.archive.org/web/20220121045135im_/https://www.fevernova.mobi/images/2.png) no-repeat 0 0;
}
.why-block .reasons li:nth-of-type(3):before{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    height: 144px;
    background: url(https://web.archive.org/web/20220121045135im_/https://www.fevernova.mobi/images/3.png) no-repeat 0 0;
}

.clients-list
{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.clients-list li{
/*	float: left;
	margin: 0 25px 15px 0;*/
	width: 20%;
    margin-right: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.clients-list li:nth-child(5n){
	margin: 0;
}
.clients-list li img{
/*    max-width: 180px;
	width: 100%;
	display: block;*/
	display: block;
    max-width: 200px;
}

#page .modul02{
	max-width: 100%;
}









.philosophy {margin: 0 0 53px;}
.philosophy:after {
	content:'';
	display:block;
	clear:both;
}
.col-thin{
	float:left; 
	width: 40%;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
.col-wide{
	float:left;
	width: 60%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.logo.map{
	padding: 120px 0 0 0;
}
.col-thin .recruit-list{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.col-thin .recruit-list li{
	overflow: hidden;
    margin: 0 0 65px;
    position: relative;
    box-sizing: border-box;
    padding: 7px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #6e6e6e;
}
.col-thin .recruit-list li:before{
	position: absolute;
	content: '';
	width: 100px;
	height: 3px;
	background: #68b1b6;
	top: 0;
	left: 0;
    transition-duration: 2s;
    transition-timing-function: ease;
}
.col-thin .recruit-list li:hover:before{
	width: 100%;
}
.contactus,.show-more{	
    background: #68b1b6;
    box-sizing: border-box;
    padding: 14px 60px;
    border: none;
    border-radius: 25px;
    max-width: 190px;
    width: 100%;
    font-weight: 600;
    font-family: "Oswald";
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0px 6px 27px rgba(0,0,0,0.5);
	cursor: pointer;
}
.philosophy .logo {
	width:100%;
	height:100%;
	display:block;
	margin: 0 0 75px;
}
.philosophy .logo img{
	display:block;
	max-width: 100%;
	height: auto;
}
.philosophy.high{
	box-sizing: border-box;
	padding: 100px 0 0 0;
}
.philosophy .col-wide.with-back{
	z-index: 1;
	margin: -180px 0 0 0;
	width: 512px;
	height: 677px;
	background: url(https://web.archive.org/web/20220121045135im_/https://www.fevernova.mobi/images/cactus.png) no-repeat 0 0;
}
.philosophy.high .col-thin{
	width: 55%;
	padding: 0 0 0 60px;
}
.philosophy .text-out{
	margin: 0 0 65px;
}
.philosophy h2.c{
	text-align: center;
	z-index: 2;
	position: relative;
}
.philosophy .about-m{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600px;
	display: block;
	margin: 0 0 20px;
}
.philosophy .more{
	font-size: 16px;
	line-height: 26px;
	color: #6e6e6e;
	display: block;
	margin: 0 0 35px;
}
.philosophy .steps-l{
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 40px;
	overflow: hidden;
}
.philosophy .steps-l li{
	font-weight: 600;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 16px;
}
.examples-block{
	text-align: center;
	margin: 0 0 80px;
}
.examples-block h2{
	text-align: left;
}
.examples-block .examples-list{
	padding: 0;
	margin: 0 0 50px;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
.examples-block .examples-list li{
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 25px;
	margin: 0 0 25px;
}
.examples-block .examples-list li .content{
	background: #fff;
    border-radius: 36px;
    box-shadow: 0px 9px 29px rgba(0,0,0,0.1);
}		
.examples-block .examples-list li .content .top-box{
    background: linear-gradient(0deg, #ff8f4e, #ffffff);
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    min-height: 375px;	    
    border-radius: 12px;
}	
.examples-block .examples-list li .content .top-box .img-hold{
	text-align: center;
}	
.examples-block .examples-list li .content .top-box .img-hold img{
	max-width: 190px;
    width: 100%;
    max-height: 345px;
    display: block;
    margin: 0 auto;
}	
.examples-block .examples-list li .content .bot-box{
	box-sizing: border-box;
    padding: 25px 10px 10px 35px;
    min-height: 478px;	
}	
.examples-block .examples-list li .content .bot-box .buttons-hold{
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 -10px;	
}	
.examples-block .examples-list li .content .bot-box .buttons-hold li{
	width: auto;
    background: #464646;
    border-radius: 20px;
    padding: 2px 13px;
    margin: 0 10px 17px 0;
    color: #fff;
    font-weight: 200;
}
.examples-block .examples-list li .content .bot-box .buttons-hold li span{
	background: #426b69;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 16px;
    padding: 5px 5px 5px 5px;
    width: 100%;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .health{
   	background: #426b69; 
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .sport{
	background: #2d2477;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .ios{
	background: #505050;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .android{
	background: #6fd232;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .social{
	background: #fd4387;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .travel{
	background: #3d2ad8;
}	
.examples-block .examples-list li .content .bot-box .buttons-hold .food{
	background: #fdb953;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .ordering{
	background: #634103;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .payment{
	background: #295d18;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .finance{
	background: #000;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .banking{
	background: #731568;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .design{
	background: #ff0000;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .location{
	background: #6a7724;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .money{
	background: #961515;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .media{
	background: #87c5ba;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .shopping{
	background: #9c5e86;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .style{
	background: #ff8609;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .photo{
	background: #a5a5a5;
}
.examples-block .examples-list li .content .bot-box .buttons-hold .applewatch{
	background: #460541;
}

.examples-block .examples-list li .content .bot-box .title{
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    display: block;
    margin: 0 0 15px;	
}	
.examples-block .examples-list li .content .bot-box .info{
	
}	

.careers-block{
    text-align: center;
    margin: 0 0 135px;
}
.careers-block h2{
	text-align: center;
}
.careers-block .info{
	overflow: hidden;
	margin: 0 0 30px;
	font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.careers-block .holder{
	margin: 0 0 60px;
}
.careers-block .contactus{
	text-align: center;
}
.careers-block .position .info{
	display: none;
}
.careers-block .position{
	display: block;
	text-decoration: none;
	color: #000;
	text-align: left;
	cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    padding: 28px 20px 28px 47px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    margin: 0 0 15px;
    border-radius: 12px;
}
.careers-block .position .posiname{
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.careers-block .position:hover .posiname{
	color:#68b1b6;
	text-decoration: underline;
	
}
.careers-block .position:hover i{
	color:#68b1b6;
	
}
.careers-block .position i{
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color:#000;
}
.careers-block .more{
	float: right;
    font-size: 40px;
}
.contacts-block{
	background: url(https://web.archive.org/web/20220121045135im_/https://www.fevernova.mobi/images/contacts.png) no-repeat 0px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 89px 0 0 107px;
    min-height: 766px;
    margin: 0px 0 0 -49px;
    box-sizing: border-box;
}
.contacts-block .mails{
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px;
}
.contacts-block .mails li{
    display: block;
    margin: 0 0 10px;
}
.contacts-block .mails li a {
    color: #000;
    text-decoration: none;
}
.contacts-block .heads-list{
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px;
}
.contacts-block .heads-list li{
	margin: 0 0 47px;
    display: block;
    overflow: hidden;
}
.contacts-block .heads-list li .holder{
    overflow: hidden;
}
.contacts-block .heads-list li .img-hold{
    overflow: hidden;
    border-radius: 50%;
    max-width: 138px;
    float: left;
}
.contacts-block .heads-list li .img-hold img{
    max-width: 100%;
}
.contacts-block .heads-list li .info{
	overflow: hidden;
    box-sizing: border-box;
    padding: 12px 10px 0 24px;
    max-width: 300px;
}

.contacts-block .heads-list li .name{
	font-weight: 600px;
	display: block;
}
.contacts-block .heads-list li .position{
	display: block;
}
.contacts-block .heads-list li .link{
	display: block;
}
.contacts-block .heads-list li .link a{
	text-decoration: none;
}
.contacts-block .heads-list li .mail{
	display: block;
}
.contacts-block .heads-list li .mail a{

}









#footer{
	background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

#footer .block{
    overflow: hidden;
    padding: 0 0 14px;
}
#footer .block .box{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
#footer .block .box:nth-of-type(2) {
    padding: 35px 10px;
}
#footer .block .box .menu{
    float: right;
    max-width: 415px;
}
#footer .icons{
	margin: 0;
	padding: 0;
}
#footer .icons li{
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	width: 55px;
}
#footer .icons li a{
    min-width: 35px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 4px 2px;
    box-shadow: 4px 5px 9px rgba(0,0,0,0.3);
    color: #68b1b6;
    display: block;
    text-align: center;
}
#footer .icons i{
    color: #68b1b6;
}
#footer .holder{
	overflow: hidden;
	text-align: center;
	color: #6e6e6e;
}
#footer .holder .copy{
	font-size:14px;
	line-height: 24px;
}
#footer .documents{
	overflow: hidden;
}
#footer .documents .docs{
	overflow: hidden;
	margin: 0;
	float: right;
}
#footer .documents .docs li{
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #6e6e6e;
	display: inline-block;
}
#footer .pineapple{
	font-weight: 600;
    display: block;
    text-align: center;
    margin: 0 auto 7px;
    position: relative;
    max-width: 236px;

}
#footer .pineapple .img-hold{
	position: absolute;
	width: 50px;
	height: 68px;
	left: 0;
	top: -34px;
}
#footer .pineapple img{
	max-width: 50px;
}
#footer .other-text{
    text-align: right;
    display: block;
    box-sizing: border-box;
    padding: 0 50px 0 0px;

}

.modul01{
    position: relative;
	max-width: 460px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 55px 55px 55px;
    border-radius: 20px;
    text-align: center;
}
.modul01 h4{
	font-size: 30px;
	line-height: 32px;
	text-align: center;
}






#foot-form{
	overflow:hidden;
	padding:0 0 0 3px;
	width: 100%;
}
#foot-form .field-hold{
    box-sizing: border-box;
    padding: 0 4px 0 0;
    margin: 0 0 5px;
    width: 100%;
}
#foot-form input{
    width: 100%;
    height: 53px;
    padding: 10px 20px 3px 0px;
    box-sizing: border-box;
    margin: 0;
    color: #000;
    border: 0;
    border-bottom: 2px solid #909090;
    background: #fff;
    outline: none;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: 15px/18px 'Montserrat', arial, helvetica, sans-serif;
    -webkit-transition: border-bottom-color .2s ease-in-out;
    -moz-transition: border-bottom-color .2s ease-in-out;
    transition: border-bottom-color .2s ease-in-out;
}
#foot-form input:hover{
	border-bottom-color: #70c3a8;
}
#foot-form .button{
    background: transparent;
    text-align: center;
    text-decoration: none;
    font: 14px/22px 'Montserrat', arial, helvetica, sans-serif;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    cursor: pointer;
    background: #68b1b6;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    border-radius: 25px;
    max-width: 190px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#foot-form .button:hover{
	background: rgba(32, 71, 158, 0.8);
}
#foot-form .attach{
	overflow: hidden;
    box-sizing: border-box;
    padding: 31px 0 0 0;
    text-align: left;
    margin: 0 0 84px;
    color: #6bb7a9;
}
.attach .fas {
    padding: 0 15px 0 0;
}






.modul01 .info{
	box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    display: block;
}
.modul01 .field-hold{

}
.modul01 input{

}
.modul01 .attach{

}
.modul01 .attach span{

}
.modul01 .button{

}


.modul02{
    position: relative;
	max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 38px 55px 85px 55px;
    border-radius: 20px;
}
.modul02 h4{
	font-size: 28px;
    line-height: 30px;
    margin: 0 0 28px;
}
.modul02 .info{
	font-size: 14px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 500;
    color: #797979;
    height: 220px;
    overflow-y: scroll;
    display: block;
    box-sizing: border-box;
    padding: 0 40px 0 0;
}
#page .modul02 .info{
	overflow: auto;
	height: 100%;
}
.modul02 #foot-form .field-hold {
    width: 50%;
    float: left;
    padding: 0 74px 0 0;
}
.modul02 #foot-form .button {
    margin: 0px 0 0 -105px;
}
.overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; 
  background: rgba(0,0,0,0.5); 
}
 .modal {
  top: 5%;
}
.close_modal{
	position: absolute;
    right: 25px;
    top: 30px;
    color: #909090;
    cursor: pointer;
    font-size: 20px;
}

.attach label{
	cursor: pointer;
}
.attach span{
  white-space: nowrap;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

/*@media(max-width: 1023px){
	h1{
		font-size: 42px;
		line-height: 58px;
	}
	.logo-holder{margin: 0 0 20px;}
	.nav-holder{position: relative;}
	#nav{ 
		margin: 11px 0;
		float:right;
		position: static;	}
	.menu-holder {
		position: fixed;
		top:0;
		right:-400px;
		width:250px;
		padding: 42px 25px 20px;
		background: #4cb9a3 ;
		z-index:5;
		color: #fff;
		-webkit-transition: right .4s ease-in-out;
		-moz-transition: right .4s ease-in-out;
		-ms-transition: right .4s ease-in-out;
		-o-transition: right .4s ease-in-out;
		transition: right .4s ease-in-out;
		overflow:hidden;
		overflow-y: auto;
		z-index:16;
		height: 100vh ;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav.open .menu-holder { right:0;}
	.toogle-menu {
		position:  absolute;
		top: auto;
		left: auto;
		right: 10px;
		top: 11px;
		display:block;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		-ms-transition: background .2s ease-in-out;
		-o-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}
	#nav.open .toogle-menu{
		position: fixed;
		top: 11px;
		right: 10px;
		background: #324147;
		opacity: 0.8;
	}
	.menu li:nth-child(5) { transition-delay: 250ms, 250ms; }
	.menu li:nth-child(4) { transition-delay: 200ms, 200ms; }
	.menu li:nth-child(3) { transition-delay: 150ms, 150ms; }
	.menu li:nth-child(2) { transition-delay: 100ms, 100ms; }
	.menu li:nth-child(1) { transition-delay: 50ms, 50ms; }
	#nav.open .nav-overlay{display:block;}
	#nav.open .menu li {transform: none;}
	.menu li {
		transform: scale(1.1) translateY(-24px);
		transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s;
		transition-delay: 300ms, 300ms;
	}
	.menu > li{ float:none;}
	.menu > li > a {
		padding: 9px 45px 8px 25px;
		min-height: inherit;
		background: none;
	}
	#nav .menu { margin: 0 -25px; }
	.menu .drop {
		background: none;
		left: auto;
		padding: 0 7px 0 15px;
		position: relative;
		top: auto;
		width: auto;
		display:none;
		opacity:1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.menu li .arrow-menu{
		top:2px;
		left: auto;
		right: 4px;
		display:block;
		display:inherit;
	}
	.menu > li:hover .drop{ top: auto;}
	.menu li.open .drop {
		left: auto;
		top: auto;
		display:block;
	}
	
}
@media (max-width: 350px){
	.menu-holder{  width: 100%;}
	#nav.open .menu-holder { right: 0;}
	#nav { position: static;}
	.menu > li > a{ padding-right: 50px;}
	.menu li .arrow-menu{ width: 50px;}
	.wrap-col .col { 
		width: 100%;
		padding-bottom: 0;
	}
}

*/
/*
     FILE ARCHIVED ON 04:51:35 Jan 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:26:57 Apr 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.487
  load_resource: 377.565
  PetaboxLoader3.resolve: 303.06
  PetaboxLoader3.datanode: 66.834 (2)
  loaddict: 37.349
*/