body {
	min-width: 1080px;
	margin: 0px;
	background: #000;
	font-family: 'Montserrat', sans-serif;
	color: #272727;
	-webkit-user-select: none; 
	-moz-user-select: none;
	-webkit-user-drag: none; 
	-moz-user-drag: none;
	user-select: none; 
	user-drag: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
.error {
	border: 1px solid red;
	color: red;
}
.loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
.spinner {
	width: 40px;
	height: 40px;
	background-color: #333;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
	0% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
	} 50% { 
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
	} 100% { 
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url(../fontpack/Montserrat-Light.otf);
}
@media screen and (max-width: 950px){
	body {
		zoom: 0.4;
	}
	.popup-form-overlay {
		zoom: 1.7;
	}
}
@media screen and (max-width: 1080px){
	body {
		zoom: 0.5;
	}
	.popup-form-overlay {
		zoom: 1.7;
	}
}
@media screen and (max-width: 1199px){
	body {
		zoom: 0.6;
	}
	.popup-form-overlay {
		zoom: 1.7;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1369px) {
	body {
		zoom: 0.7;
	}
	.popup-form-overlay {
		zoom: 1.5;
	}
}
@media screen and (min-width: 1370px) and (max-width: 1599px) {
	body {
		zoom: 0.9;
	}
	.popup-form-overlay {
		zoom: 1.2;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1899px) {
	body {
		zoom: 1;
	}	
}
@media screen and (min-width: 1900px) {
	body {
		zoom: 1;
	}
}
/*.parallax-mirror {
	top: 0px;
}*/

.upper-menu-dublicate-popup {
	position: fixed;
	top: -120px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 0px 13px 3px rgba(27,27,27,0.2);
}
.intro {
	position: relative;
	background: transparent;
	/*background-size: cover;*/
	/*background-position: center;*/
	min-height: 764px;
	height: 100%;
	color: #fff;
	min-width: 1080px;
}
.intro-overlay-color {
	background: rgba(0,189,203,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.logo {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 245px;
	height: 82px;
	background: url(../imagepack/logo.png) no-repeat;
	z-index: 2;
	background-size: cover;
}
.logo-black {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 245px;
	height: 82px;
	background: url(../imagepack/logo-black.png) no-repeat;
	z-index: 2;
	background-size: cover;
}
.intro-icon {
	background: url(../imagepack/ic_ambulance.png) no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 20px);
}
.intro-ios {
	background: #4f4a55!important;
}
.intro-android {
	background: #c73339!important;
}
.about-us-title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.about-us-content {
	width: 900px;
	font-size: 24px; 
	color: #272727;
	padding-top: 75px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.iphone {
	display: inline-block;
	width: 435px;
	height: 783px;
	background: url(../imagepack/picture_phone.png) no-repeat;
	vertical-align: top;
}

.default-content-width {
	width: 1600px;
	height: 100%;
	margin: auto;
	z-index: 1;
	position: relative;
}
.main-menu {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 40px;
	min-width: 1080px;
}
.menu-button {
	display: inline-block;
	line-height: 80px;
	font-size: 24px;
	margin-left: 20px;
	cursor: pointer;
	color: #fff;
}
.menu-button-v2 {
	display: inline-block;
	line-height: 80px;
	font-size: 24px;
	margin-left: 20px;
	cursor: pointer;
	color: #272727;
	margin-top: -10px;
}
.table {
	width: 100%;
	height: 100%;
	display: table;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.title {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.sub-title {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
.round-goes-around {
	width: 215px;
	height: 215px;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
}
.round-background {
	width: 121px;
	height: 121px;
	border-radius: 145px;
	border: 6px solid #00becd;
	margin: auto;
	display: table;
}
.round-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #00bdcb;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
.img-inside {
	display: table-cell;
	vertical-align: middle;
}
.intro-button {
	width: 280px;
	height: 55px;
	display: inline-block;
	text-align: center;
	background: #2b2b31;
	line-height: 55px;
	font-size: 24px;
	border-radius: 5px;
	font-family: 'Montserrat-Light', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.green-intro {
	background: #98dc23;
}
.margin-auto {
	margin: auto;
}

.default-comeback-left-white {
	border-bottom: 27px solid white;
	border-left: 20px solid transparent;
	border-right: 100% solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	left: calc(50% + 22px);
}
.default-comeback-right-white {
	border-bottom: 27px solid white;
	border-left: 100% solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	right: calc(50% + 22px);
}

.default-comeback-left-blue {
	border-bottom: 27px solid #00bdcb;
	border-left: 20px solid transparent;
	border-right: 100% solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	left: calc(50% + 22px);
}
.default-comeback-right-blue {
	border-bottom: 27px solid #00bdcb;
	border-left: 100% solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	right: calc(50% + 22px);
}

.default-comeback-left-gray {
	border-bottom: 27px solid #272727;
	border-left: 20px solid transparent;
	border-right: 100% solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	left: calc(50% + 22px);
}
.default-comeback-right-gray {
	border-bottom: 27px solid #272727;
	border-left: 100% solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	width: 100%;
	position: absolute;
	right: calc(50% + 22px);
}

.overflow-hide {
	overflow: hidden;
	width: 100%;
	height: 26px;
	position: relative;
	top: -25px;
}
.about-us {
	background: #fff;
	height: 885px;
	position: relative;
}
.our-clients {
	background: #00bdcb;
	height: 795px;
	position: relative;
}
.about-icon {
	background: url(../imagepack/ic_team.png) no-repeat;
	width: 40px;
	height: 30px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 20px);
}
.clients-title {	
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
.mid-blocks {
	margin-top: 40px;
	margin-bottom: 40px;
}
.client-block {
	display: inline-block;
	overflow: hidden;
	width: 437px;
	height: 592px;
	border-radius: 10px;
	background: url(../imagepack/white.png) no-repeat;
	background-position: center 240px;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}
.client-image {
	width: calc(100% + 20px);
	height: 240px;
	background: #000;
	position: relative;
	margin-bottom: 60px;
	margin-left: -4px;
}
.client-bg1 {
	background: url(../imagepack/bg_transportation_providers.png) no-repeat;
	background-size: cover;
}
.client-bg2 {
	background: url(../imagepack/bg_healthcare_providers.png) no-repeat;
	background-size: cover;
}
.client-bg3 {
	background: url(../imagepack/bg_patients.png) no-repeat;
	background-size: cover;
}
.round-background-v2 {
	width: 116px;
	height: 116px;
	background: #fff;
	position: absolute;
	bottom: -58px;
	left: 25px;
	border: 4px solid #00becd;
}
.client-title {
	position: absolute;
	text-align: center;
	height: 116px;
	bottom: -68px;
	width: 250px;
	left: 150px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
    line-height: 46px;
}
.client-title-bot {
	color: #00bdcb;
}
.article-title {
	font-weight: 700;
	color: #00bdcb;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.article {
	text-align: left;
	position: relative;
	font-size: 14px;
	padding: 30px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: 'Montserrat-Light', sans-serif;
	line-height: 20px;
}
.article-more {
	position: absolute;
	bottom: 0px;
	font-weight: 700;
	color: #00bdcb;
	right: 45px;
	font-family: 'Montserrat', sans-serif;
}
.clients-icon {
	border-top: 27px solid #00bdcb;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0px;
	width: 40px;
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: calc(50% - 40px);
}
.clients-image {
	position: absolute;
	bottom: 17px;
	left: 2px;
}

.video-player {
	width: 100%;
	height: 750px;
	background: url(../imagepack/video_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.play-video {
	background: url(../imagepack/ic_play.png) no-repeat;
	width: 128px;
	height: 128px;
	position: absolute;
	top: calc(50% - 64px);
	left: calc(50% - 64px);
	cursor: pointer;
	opacity: 0.8;
	transition: 0.2s ease-in-out;
}
.play-video:hover {
	opacity: 1;
	transition: 0.2s ease-in-out;
}
.video-title {
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.video-icon {
	background: url(../imagepack/ic_tv.png) no-repeat;
	width: 41px;
	height: 40px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 20px);
}
.platform {
	height: 1770px;
	background: #fff;
	position: relative;
	color: #282828;
}
.platform-title {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #282828;
}
.platform-content {
	margin-top: 30px;
}
.platform-col {
	width: 410px;
	display: inline-block;
	vertical-align: top;
}
.middle-img {
	width: 499px;
}
.round-background-v3 {
	width: 106px;
	height: 106px;
	background: #fff;
	border: 4px solid #00becd;
	position: absolute;
	right: 0px;
	top: 0px;
}
.round-background-v4 {
	width: 106px;
	height: 106px;
	background: #fff;
	border: 4px solid #00becd;
	position: absolute;
	left: 0px;
	top: 0px;
}
.platform-col {
	position: relative;
	height: 106px;
}
.platform-name {
	font-weight: 700;
	color: #00bdcb;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 8px;
}
.platform-text {
	font-family: 'Montserrat-Light', sans-serif;
	font-size: 24px;
}
.platform-col-text {
	width: 280px;
	text-align: right;
}
.platform-col-text-v2 {
	width: 280px;
	text-align: left;
	margin-left: 130px;
}
.table-v2 {
	height: 64px;
}
.one-of {
	position: relative;
	height: 110px;
	padding-bottom: 60px;
	cursor: pointer;
	opacity: 0.8;
	transition: 0.1s ease-in-out;
}
.one-of:hover {
	opacity: 1;
	transition: 0.1s ease-in-out;
}
.platform-icon {
	background: url(../imagepack/ic_platform.png) no-repeat;
	width: 41px;
	height: 35px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 20px);
}
.rounds {
	width: 100%;
	height: 500px;
	background: #272727;
	position: relative;
}
.table-v3 {
	top: -46px;
	position: relative;
}
.canvases {
	/*padding-left: 15px;
	padding-right: 15px;*/
}
.canvas-wrap {
	padding-left: 15px;
	padding-right: 15px;
	width: 262px;
	height: 262px;
	display: inline-block;
	position: relative;
}
.rounds-icon {
	background: url(../imagepack/ic_timer.png) no-repeat;
	width: 33px;
	height: 33px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 16px);
}
.canvas-overlay {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.canvas-data {
	font-size: 19px;
	padding-top: 10px;
}
.canvas-wow {
	font-size: 23.84px;
	color: #00bdcb;
}
.cell-v2 {
	vertical-align: bottom;
}

.plans {	
	background: #fff;
	height: 800px;
	position: relative;
}
.plans-icon {
	background: url(../imagepack/ic_develop.png) no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 19px);
}

.benef-title {	
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}
.button-plans {
	border-bottom: 73px solid transparent;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	padding-left: 2%;
	padding-right: 2%;
	height: 0;
	width: 500px;
	display: inline-block;
	vertical-align: top;
	line-height: 73px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #00bdcb;
	cursor: pointer;
}
.active-plan {
	border-bottom: 73px solid #00bdcb;
	color: #fff;
}
.underline-plans {
	width: 100%;
	height: 2px;
	margin-top: -2px;
	background: #00bdcb;
}
.left-col-image {
	display: inline-block;
	height: 675px;
}
.right-col-image {
	display: inline-block;
	height: 675px;
	position: absolute;
	right: 0px;
}
.one-of-plans {
	position: relative;
}
.plan-desc {
	position: absolute;
	width: 60%;
	right: 20px;
	top: 80px;
	font-size: 27px;
	color: #272727;
	font-family: 'Montserrat-Light', sans-serif;
	z-index: 2;
}
.plan-desc-left {
	right: none!important;
	left: 20px;
}
.plan-desc-title {
	font-weight: 700;
    color: #00bdcb;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.green-new-button {
	width: 280px;
	height: 55px;
	background: #98dc23;
	text-align: center;
	font-size: 20px;
	font-family: 'Montserrat-Light', sans-serif;
	line-height: 55px;
	border-radius: 5px;	
	color: #fff;
	margin: auto;
	margin-top: 80px;
	text-decoration: none;
	position: absolute;
    bottom: 30px;
    left: calc(50% - 140px);
}
.green-new-button-v2 {
	width: 280px;
	height: 55px;
	background: #98dc23;
	text-align: center;
	font-size: 20px;
	font-family: 'Montserrat-Light', sans-serif;
	line-height: 55px;
	border-radius: 5px;	
	color: #fff;
	margin: auto;
	margin-top: 80px;
	text-decoration: none;
}
.benef {
	height: 1196px;
	background: #00bdcb;
	position: relative;
}
.benef-icon {
	background: url(../imagepack/ic_social.png) no-repeat;
	width: 42px;
	height: 35px;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 21px);
}
.benefit {
	height: 130px;
	position: relative;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.round-ben {
	width: 114px;
	height: 114px;
	border: 8px solid #272727;
	border-radius: 145px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
}
.text-ben {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 170px);
	height: 130px;
	margin-left: 20px;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}
.inverts {
	background: #fff;
	height: 1110px;
	position: relative;
}
.inverts-text {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-top: 40px;
}
.inverts-icon {
	border-top: 26px solid #fff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0px;
	width: 40px;
	position: absolute;
	z-index: 2;
	bottom: -26px;
	left: calc(50% - 40px);
}
.inverts-image {
	position: absolute;
	bottom: 22px;
	left: 4px;
}

.footer {
	width: 100%;
	height: 330px;
	background: url(../imagepack/footer.png) no-repeat;
	background-size: cover;
	position: relative;
}
.copyright {
	position: absolute;
	bottom: 35px;
	font-size: 14px;
	font-family: 'Montserrat-Light', sans-serif;
	text-align: center;
	width: 100%;
	color: #98dc23;
}
.footer-main-menu {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 55px;
}
.foot-but {
	font-size: 20px!important;
	color: #fff;
	margin-left: 25px;
	margin-right: 25px;
}
.footer-social {
	width: 600px;
	position: absolute;
	top: 40px;
	right: 30px;
	height: 125px;
}
.footer-social-def {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	height: 125px;
	margin-left: 20px;
}
.fb {
	background: url(../imagepack/ic_facebook.png) no-repeat;
}
.tw {
	background: url(../imagepack/ic_twitter.png) no-repeat;
}
.in {
	background: url(../imagepack/ic_linkedin.png) no-repeat;
}
.gp {
	background: url(../imagepack/ic_google.png) no-repeat;
}
.footer-logo {
	position: absolute;
	left: 30px;
	top: 58px;
}
.footer-contacts {
	width: 25%;
	height: 160px;
	position: absolute;
	left: 26%;
	top: 40px;
	color: #98dc23;
	font-weight: 700;
}
.f-round-ben {
	width: 40px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
}
.f-text-ben {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	height: 50px;
	margin-left: 5px;
	font-size: 16px;
}
.actual-platform {
	height: 640px;
	width: 436px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.app-circle {
	width: 274px;
	height: 274px;
	border: 6px solid #00bdcb;
	border-radius: 145px;
	margin: auto;
	position: relative;
}
.actual-platform-title {
	text-align: center;
	width: 100%;
	font-size: 36px;
	color: #00bdcb;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.platforms-experience {
	margin-top: 30px;
	margin-bottom: 30px;
}
.app-desc {
	font-size: 16px;
	font-family: 'Montserrat-Light', sans-serif;
	text-align: center;
	margin-top: 70px;
}
.inv-plan {
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	height: 240px;
	background: rgba(0,0,0,0.5);
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.actual-investors {
	height: 670px;
	width: 100%;
	margin-top: 60px;
}
.table-v4 {
	position: absolute;
	right: 30px;
	width: 161px;
}

.inv-col {
	float: left;
	margin-right: 20px;
}
.inv-content {
	padding: 30px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat-Light', sans-serif;
	line-height: 28px;
}
.inv-title {
	font-size: 30px;
	color: #00becd;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.maps-and-contacts {
	width: 100%;
	height: 1028px;
	overflow: hidden;
	position: relative;
}
#map {
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}
.map-overlay {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.conus-title {	
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 80px;
}
#videoplayer {
	width: 100%;
	height: calc(100% - 26px);
}
.player-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	top: 0px;
	left: 0px;
}
.field {
	width: 588px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border: 0px solid transparent;
	border-radius: 5px;
	padding-left: 90px;
	padding-right: 30px;
	font-family: 'Montserrat-Light', sans-serif;
	margin-bottom: 28px;
}
.name {
	background: url(../imagepack/ic_user.png) no-repeat;
	background-position: 30px center;
	background-color: #fff;
}
.email {
	background: url(../imagepack/ic_mail_co.png) no-repeat;
	background-position: 29px center;
	background-color: #fff;
}
.subject {
	background: url(../imagepack/ic_subject.png) no-repeat;
	background-position: 36px center;
	background-color: #fff;
}
textarea {	
	width: 588px!important;
	height: 240px!important;
	max-width: 588px!important; 
	max-height: 240px!important;
	font-size: 24px!important;
	font-family: 'Montserrat-Light', sans-serif;
	padding-left: 90px!important;
	padding-right: 30px!important;
	background: url(../imagepack/ic_messages.png) no-repeat;
	background-position: 28px 20px!important;
	background-color: #fff!important;
	padding-top: 18px!important;
	border: 0px solid transparent!important;
	border-radius: 5px!important;
	margin-bottom: 28px!important;
	line-height: 28px!important;
}
.send-button {
	background: #98dc23;
	color: #fff;
	border: 0px solid transparent;
	border-radius: 5px;
	font-family: 'Montserrat-Light', sans-serif;
	width: 285px;
	height: 55px;
	line-height: 55px;
	margin: auto;
	font-size: 28px;
	margin-bottom: 80px;
	cursor: pointer;
}
.form-contact {
	width: 1520px;
	height: 715px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
}
.actual-tabs {
	background: rgba(0,0,0,0.6);
	position: relative;
}
.tab {
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-bottom: 30px solid rgba(0,0,0,0.0);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	width: 303px;
	cursor: pointer;
}
.active-tab {
	border-bottom: 30px solid rgba(0,0,0,0.6);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.act-tab {
	padding-top: 55px;
	display: none;
}

/************************** ANIMATIONS (JS+) ********************************/

.intro-content {
	opacity: 0;
	margin-top: 200px;
}
.mid-blocks, .more-content, .col-cent-anim, .investors-anim {	
	transform: scale(0,0);
}
.col-cent-anim {
	-webkit-transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.about-us-content {
	opacity: 0;
}
.animclass-aboutus {	
	opacity: 1;
	/*transform: scale(1,1);*/
	-webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.iphone {
	margin-left: 200px;
	opacity: 0;
}
.iphone-run {
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.about-us-title {
	display: none;
}
.more-content {
	margin-top: 100px;
	opacity: 0;
}
.clientbl1, .clientbl2, .clientbl3 {
	opacity: 0;
}
.midblockslol {	
	transform: scale(1,1);
	-webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.runmorecontent {	
	margin-top: 30px;
	opacity: 1;
	transition-delay: 0.3s;
	transform: scale(1,1);
	-webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.col-left-anim {
	margin-right: 100px;
	opacity: 0;
}
.col-right-anim {
	margin-left: 100px;
	opacity: 0;
}
.col-cent-anim {	
	opacity: 0;
}
.cent-anim {	
	transform: scale(1,1);
	-webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 1;
}
.left-anim {
	margin-right: 0px;
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.right-anim {
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.benefit {
	margin-right: 300px;
	opacity: 0;
}
.initbenefit {
	opacity: 1;
	margin-right: 0px;
	-webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.investors-anim {
	margin-top: 300px;
	opacity: 0;
}
.invanimate {
	margin-top: 0px;
	opacity: 1;
	transform: scale(1,1);
	-webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition:         all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.placeforplat {
	width: 100%;
	height: 640px;
}


.wannablue {
	color: #00becd;
}
a {
	color: #fff;
}
.login-form-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: rgba(33,25,34,0.8);
	display: none;
}
.register-form-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: rgba(33,25,34,0.8);
	display: none;
}
.popup-form-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: rgba(33,25,34,0.8);
	display: none;
}
.actual-form {
	width: 594px;
	height: 383px;
	background: url(../imagepack/picture.png) no-repeat;
	background-size: cover;
	background-position: -220px center;
	margin: auto;
	background-color: rgba(0,189,203,0.9);
	position: relative;
	color: #373d49;
}
.close-form-now-damn {
	width: 13px;
	height: 14px;
	background: url(../imagepack/close_icon.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	opacity: 0.5;
	cursor: pointer;
}
.close-form-now-damn:hover {
	opacity: 0.7;
}
.close-form-now-damn:active {
	opacity: 1;
}
.actual-form-overlay {
	background-color: rgba(0,189,203,0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.actual-form-form {
	width: 350px;
	height: 323px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
}
.actual-form-options {
	height: 56px;
	width: 350px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.actual-form-options-v2 {
	height: 100px;
	width: 350px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.form-label {
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-label-v2 {
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}
.form-inp {
	width: 230px;
	height: 26px;
	margin: auto;
	padding-left: 55px;
	line-height: 26px;
	border: 0px solid transparent; 
	border-bottom: 2px solid #d9dadd;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
}
.form-inp:focus, button:focus  {
	outline: 0;
}
.form-inp-v2 {
	width: 230px;
	height: 26px;
	margin: auto;
	line-height: 26px;
	border: 0px solid transparent; 
	border-bottom: 2px solid #d9dadd;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	padding-right: 24px;
}
.form-inp-v2:focus {
	outline: 0;
}
.form-size {
	width: 230px;
	margin: auto;
}
.form-button {
	width: 140px;
	height: 30px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #00becd;
	text-transform: uppercase;
	text-align: center;
	border: 0px solid transparent;
	border-radius: 2px;
	transition: 0.3s ease-in-out;
}
.form-button:hover {
	background: #0E9DA9;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}
.form-button-v2 {
	width: 84px;
	height: 28px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #00becd;
	text-transform: uppercase;
	text-align: center;
	border: 0px solid transparent;
	border-radius: 2px;
	transition: 0.3s ease-in-out;
	float: left;
}
.form-button-v2:hover {
	background: #0E9DA9;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}
.form-button-v3 {
	width: 84px;
	height: 28px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #00becd;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	border: 0px solid transparent;
	border-radius: 2px;
	transition: 0.3s ease-in-out;
	float: left;
}
.form-button-v3:hover {
	color: #0E9DA9;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}
.form-password-feels-ok {
	background: url(../imagepack/confirmed.png) no-repeat;
	background-position: 210px 5px;
}
.the-or {
	font-size: 8px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 29px;
	height: 28px;
	float: left;
	padding-left: 15px;
}
.form-forgot-password {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 15px;
	text-align: right;
}
.form-cookie {
	font-size: 8px;
	text-transform: uppercase;
}
.tocheck {
	opacity: 0;
	width: 14px;
	height: 14px;
	position: absolute;
}
.tocheck + label {
	background: url(../imagepack/checkbox_inact.png) no-repeat;
	background-size: 14px 14px;
	background-position: 0px 0px;
	width: 100%;
	height: 14px;
	text-indent: 20px;
	display: inline-block;
	line-height: 15px;
}
.tocheck:checked + label {
	background: url(../imagepack/checkbox.png) no-repeat;
	background-size: 14px 14px;
	background-position: 0px 0px;
	width: 100%;
	height: 14px;
	text-indent: 20px;
	display: inline-block;
}
.form-options {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 30px;
}
.form-option {
	width: 50%;
	float: left;
}
.form-username-bg {
	background: url(../imagepack/user.png) no-repeat;
	background-position: 20px 3px;
}
.form-password-bg {
	background: url(../imagepack/locker.png) no-repeat;
	background-position: 22px 3px;
}
.actual-form-desciption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 244px;
	height: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.form-additional-desc {
	font-family: 'Montserrat-Light', sans-serif;
	font-weight: normal;
	font-size: 12px;
	width: 185px;
	margin: auto;
	margin-top: 110px;
}
.form-additional-title {
	padding: 30px;
}
.form-register-label {
	font-size: 8px;
	color: #aaa;
	text-transform: uppercase;
}
.spaceman {
	width: 100%;
	height: 15px;
}
.form-facebook {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	background: url(../imagepack/form-facebook.png) no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}
.form-twitter {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	background: url(../imagepack/form-twitter.png) no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}
.form-linkedin {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	background: url(../imagepack/form-linkedin.png) no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}
.form-googleplus {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	background: url(../imagepack/form-googleplus.png) no-repeat;
	margin-left: 4px;
	margin-right: 4px;
}
.form-sm {
	font-size: 8px;
}
.social-networks-form {
	margin-top: -5px;
}
.callsignup, .call-logon {
	cursor: pointer;
}

.popup-bg-v2 {
	background: url(../imagepack/popupv2.png);
	width: 290px;
}
.actual-form-form-v2 {
	width: 290px;
	height: 100%;
}
.actual-form-v2 {
	width: 580px;
}
.actual-form-options-v2 {
	width: 290px;
	height: 45px;
}
.popup-logo {
	width: 100%;
	height: 80px;
	background: url(../imagepack/logo-black.png) no-repeat;
	background-size: 70%;
	background-position: 0px bottom;
}
.close-form-now-damn-v2 {
	background: url(../imagepack/close_icon_v2.png) no-repeat;
	width: 26px;
	height: 26px;
}
.popup-actual-step {
	font-size: 10px;
	text-align: center;
	color: #9f9e9e;
}
.popup-subtitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
b {
	color: black;
}
.form-size-v2 {
	width: 255px;
}
.form-options-button-next {
	width: 110px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	background: url(../imagepack/icon_next.png) no-repeat;
	background-position: right center;
	font-weight: 100;
	color: gray;
	opacity: 0.7;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	float: right;
	margin-right: 20px;
}
.form-options-button-next:hover {
	opacity: 1;
	transition: 0.2s ease-in-out;
}
.form-button-v4 {
	width: 100px;
}
.step-way {
	font-size: 30px;
	text-transform: uppercase;
	color: #00bdcc;
	font-weight: bold;
}
.step-content {
	text-align: left;
}
.go-to-step-fin {
	margin-top: -10px;
}
.run-demo {
	padding-left: 22px;
	background: url(../imagepack/icon_demo.png) no-repeat;
	background-position: left 22px;
	color: black;
	margin-left: 70px;
}
.run-admin {
	padding-left: 29px;
	background: url(../imagepack/icon_admin.png) no-repeat;
	background-position: left 23px;
	color: black;
}
.run-demo-v2 {
	padding-left: 22px;
	background: url(../imagepack/icon_demo_white.png) no-repeat;
	background-position: left 22px;
	margin-left: 70px;
}
.run-admin-v2 {
	padding-left: 29px;
	background: url(../imagepack/icon_admin_white.png) no-repeat;
	background-position: left 23px;
}
.bluelink {
	color: #2cbecd;
}