/*
 * inLoya
 * @design by M U R A R T
 */
@font-face {
    font-family: 'ProximaNova-Medium';
    src: url('..//fonts/ProximaNova/ProximaNova-Medium.eot');
    src: url('..//fonts/ProximaNova/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/ProximaNova/ProximaNova-Medium.woff2') format('woff2'),
        url('..//fonts/ProximaNova/ProximaNova-Medium.woff') format('woff'),
        url('..//fonts/ProximaNova/ProximaNova-Medium.ttf') format('truetype'),
        url('..//fonts/ProximaNova/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('..//fonts/ProximaNova/ProximaNova-Bold.eot');
    src: url('..//fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
        url('..//fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
        url('..//fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'),
        url('..//fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('..//fonts/ProximaNova/ProximaNova-Light.eot');
    src: url('..//fonts/ProximaNova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'),
        url('..//fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),
        url('..//fonts/ProximaNova/ProximaNova-Light.ttf') format('truetype'),
        url('..//fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('..//fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('..//fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('..//fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
        url('..//fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
        url('..//fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {height: 100%;}

body {
	background: #fff;
	font-size: 100%;
	font-family: Arial, Tahoma, Verdana, san-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a, a:hover , a:active , a:focus {
	outline: 0;
	border: none;
	text-decoration: none;
	color: #5a5a5a;
}

* {
	outline: none;
}

img {
	max-width: 100%;
}


strong {font-family: Calibri-Bold, san-serif;}

span.mr {font-family: 'JISAZNRegular';}
span.mb {font-family: 'JISAZNBold';}

.d-block {display: block;}
.d-none {display: none;}
.noscroll {overflow: hidden;}

.v-center {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: auto!important;
	transform: translateY(-50%);
}

.container {
	position: relative;
}

/* MobileMenu Begin */
.mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #27b1fc;
	transform-origin: 0 20px;
	transform: matrix(1, 0, 0, 0.3, 0, 0);
	transition: 0.5s;
}

.mobile_menu.is-open {
	visibility: visible;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.mobile_menu .head {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	padding: 0 50px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.mobile_menu .head h3 {
	margin: 0;
	font: 15px/60px Gotham-Bold, san-serif;
	color: #111;
	text-align: center;
	text-transform: uppercase;
}

.mobile_menu .head span.close_menu {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon/icon-close.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	margin-top: -13px;
	cursor: pointer;
}

.mobile_menu ul {
	position: relative;
	height: calc(100vh - 180px);
	margin: 0;
	overflow-y: auto;
}

ul.mobile_menu_ul>li {
	position: relative;
	transition: background 0.3s;
}

ul.mobile_menu_ul>li>a {
	position: relative;
	display: block;
	padding: 16px 0;
	font: 14px/14px Gotham, san-serif;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid rgba(77,79,83,0.15);
}

.mobile_search {
	padding-top: 120px;
}

.mobile_search input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	font: 14px/50px Gotham, san-serif;
	color: #111;
	text-align: center;
	border: none;
	background: #2197d7;
	color: #fff;
}
.mobile_search input[type="text"]::placeholder{
	color: #fff;
}

.mobile_menu .bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	z-index: 10;
	height: 60px;
    background: #2197d7;
    border-top: 1px solid rgba(77,79,83,0.15);
    border-bottom: 1px solid rgba(77,79,83,0.15);
}

.mobile_menu .mobile_lang {
	float: left;
	width: 50%;
	height: 59px;
	text-align: center;
	border-right: 1px solid rgba(77,79,83,0.15);
	color: #fff;
}

.mobile_menu .mobile_lang a {
	display: inline-block;
	margin: 0 2px 0 6px;
	font: 14px/59px Gotham, san-serif;
	color: #fff;
}

.m_login_btn {
	float: left;
	width: 50%;
	display: block;
	font: 14px/59px Gotham, san-serif;
	color: #fff;
	text-align: center;
}
/* MobileMenu End */

/* Header Begin */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9990;
	padding-bottom: 20px;
}

#header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: rgba(255,255,255,0.05);
	transition: 0.3s ease 0s;
}

body.fixed #header:after {
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.topbar {
	position: relative;
	height: 50px;
	padding-top: 13px;
	z-index: 10;
	overflow: hidden;
	transition: 0.3s;
}

body.fixed .topbar {
	height: 0px;
	padding: 0;
}

.social {
	float: left;
}

.social a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}

.lang {
	float: left;
	border-right: 1px solid rgba(230, 230, 230, 0.6);
}

.lang a {
	float: left;
	margin-right: 20px;
	font: 16px/25px Gotham, san-serif;
	color: #fff;
	transition: color 800ms ease;
}

.lang a:hover {color: #2ebeff;}

.btn_search {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: none;
	border: none;
}

.header_inner {
	position: relative;
	z-index: 10;
}

.btn_menu {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 10;
	display: none;
	width: 32px;
	height: 32px;
	margin-top: -4px;
	background: url(../images/icon/icon-menu.png) no-repeat center;
	background-size: 100%;
	border: none;
}

.logo {
	float: left;
	padding-top: 23px;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
}

.logo img {
	width: 200px;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
}

.menu {
	float: left;
	padding-top: 58px;
}

.menu ul {
	margin: 0;
}

.menu ul li {
	float: left;
	margin-right: 30px;
}

.menu ul li:last-child {margin-right: 0;}

.menu ul li a {
	display: block;
	font: 14px/14px Gotham-Bold, san-serif;
	color: #fff;
	letter-spacing: 1px;
	transition: color 800ms ease;
}

.menu ul li.active a,
.menu ul li a:hover {
	color: #04b1ff;
}

.login_btn {
	float: left;
	display: block;
	width: 144px;
	height: 50px;
	margin: 39px 0 0 40px;
	font: 14px/46px Gotham-Bold, san-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 40px;
	transition: 500ms ease;
}

.login_btn:hover {
	border: 2px solid #04b1ff;
	color: #04b1ff;
}
/* Header End */

/* Intro Begin */
.intro {
	position: relative;
	height: 100vh;
	padding-top: 28vh;
	background: url(../images/bg/intro_bg.png) no-repeat center;
	background-size: cover;
}

.intro:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.68);
}

.intro_text {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	text-align: center;
}

.intro_text h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.9px;
}

.intro_text h3 {
	margin: 20px 0 0;
	font: 20px/1.1 Gotham, san-serif;
	color: #fff;
	text-transform: uppercase;
}

.intro_text h1 {
	margin: 15px 0 0;
	font: 40px/1.1 Gotham-Bold, san-serif;
	color: #fff;
	text-transform: uppercase;
}

.intro_text h1 span {color: #2ebeff;}

.intro_text a.open_video {
	display: block;
	width: 61px;
	height: 61px;
	margin: 30px auto 0;
	background: url(../images/icon/icon-play.png) no-repeat center;
	background-size: 100%;
}

.intro_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding-bottom: 30px;
}

.store_link {
	margin-top: 50px;
	text-align: center;
}

.store_link a {
	display: inline-block;
	width: 152px;
	height: 51px;
	margin-right: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
}

.store_link a.app {background-image: url(../images/bg/appstore.png);}
.store_link a.play {background-image: url(../images/bg/playstore.png);margin-right: 0;}
/* Intro End */

/* Calculate Begin */
.calculate .head {
	padding: 80px 0 0;
}

.calculate .head h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #585858;
	text-transform: uppercase;
}

.calculate .head h2 span {
	color: #1b8bf9;
	font-family: Gotham-Bold, san-serif;
}

.calculate .head p {
	margin: 20px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #585858;
}

.calculate .form {
	margin-top: 40px;
	padding-bottom: 60px;
}

.calculate .form .ipt_style {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
	padding: 0 25px;
	font: 14px/14px Gotham, san-serif;
	color: #b1b1b1;
	background: #fff;
	border: 1px solid #a8b7c7;
	border-radius: 40px;
}

.calculate .form .ipt_style::placeholder {
	color: #b1b1b1;
}

.calculate .form select.ipt_style {
	background: url(../images/arrow/select-arrow.png) no-repeat right 15px center;
	appearance: none;
	-webkit-appearance: none;
}

.calculate .form .result {
	display: inline-block;
	margin-top: 30px;
}

.calculate .form .result p {
	float: left;
	margin: 0;
	font: 22px/50px Gotham-Bold, san-serif;
	color: #191f2b;
}

.calculate .form .result p span {
	color: #1b8bf9;
	text-decoration: underline;
}

.calculate .form .result span.price {
	
	margin-left: 25px;
	font: 50px/1.1 Gotham-Bold, san-serif;
	color: #1b8bf9;
}
/* Calculate End */

/* HDLoya Begin */
.hd_loya {
	position: relative;
	padding: 70px 0;
	background: #f8f8f8;
}

.hd_loya .head {
	margin-bottom: 45px;
}

.hd_loya .head h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #585858;
	text-transform: uppercase;
}

.hd_loya .head h2 span {
	color: #1b8bf9;
	font-family: Gotham-Bold, san-serif;
}

.hd_loya .head p {
	margin: 13px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #585858;
}

.hd_loya article {
	text-align: center;
}

.hd_loya article i {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hd_loya article i.briefcase {background-image: url(../images/icon/icon-hdl-briefcase.png);}
.hd_loya article i.present {background-image: url(../images/icon/icon-hdl-present.png);}
.hd_loya article i.diamond {background-image: url(../images/icon/icon-hdl-diamond.png);}
.hd_loya article i.link {background-image: url(../images/icon/icon-hdl-link.png);}
.hd_loya article i.bell {background-image: url(../images/icon/icon-hdl-bell.png);}

.hd_loya article h2 {
	margin: 20px 0 0;
	font: 18px/1.1 Gotham-Bold, san-serif;
	color: #585858;
}

.hd_loya article p {
	margin: 15px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #4a4a4a;
}
/* HDLoya End */

/* HowItWorks Begin */
.howitworks {
	position: relative;
	padding: 70px 0;
	background: url(../images/bg/intro_bg_inner_.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.howitworks:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.56);
}

.howitworks .head {
	position: relative;
	z-index: 10;
	padding-bottom: 15px;
}

.howitworks .head h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #fff;
	text-transform: uppercase;
}

.howitworks .head h2 span {
	color: #1b8bf9;
	font-family: Gotham-Bold, san-serif;
}

.howitworks .head p {
	margin: 7px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #fff;
}

.howitworks .blocks {
	position: relative;
	z-index: 10;
	margin-top: 40px;
}

.howitworks .blocks .col-md-2 {
	position: relative;
}

.howitworks .blocks .col-md-2:after {
	content: "";
	display: block;
	width: 27px;
	height: 28px;
	background: url(../images/icon/icon-nextstep.png) no-repeat center;
	position: absolute;
	top: 28px;
	right: 0;
}

.howitworks .blocks .col-md-2:nth-child(5n):after {right: -35px;}
.howitworks .blocks .col-md-2:last-child:after {display: none;}

.howitworks .blocks i {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
}

.howitworks .blocks i.step2 {background-image: url(../images/icon/step2.png);}
.howitworks .blocks i.step3 {background-image: url(../images/icon/step3.png);}
.howitworks .blocks i.step4 {background-image: url(../images/icon/step4.png);}
.howitworks .blocks i.step5 {background-image: url(../images/icon/step5.png);}

.howitworks .blocks p {
	margin: 10px 0 0;
	padding: 0 10px;
	font: 17px/22px Gotham-Bold, san-serif;
	color: #fff;
	text-align: center;
}

.howitworks figure.start {
	width: 86px;
	height: 70px;
	margin-top: 10px;
	background: url(../images/icon/icon-start.png) no-repeat center;
}

.howitworks figure.finish {
	float: right;
	width: 110px;
	height: 52px;
	margin-top: 10px;
	background: url(../images/icon/icon-finish.png) no-repeat center;
}

.howitworks .text {
	position: relative;
	z-index: 10;
	margin-top: 40px;
}

.howitworks .text h2 {
	margin: 0;
	font: 20px/1.1 Gotham-Bold, san-serif;
	color: #04b1ff;
	text-transform: uppercase;
	text-align: center;
}

.howitworks .text p {
	margin: 30px 0 0;
	font: 12px/18px Gotham, san-serif;
	color: #fff;
	text-align: justify;
}

/* HowItWorks End */

/* HTLoya Begin */
.ht_loya {
	position: relative;
	padding: 0px 0 100px;
	background: url(../images/bg/pattern.png) no-repeat center;
	background-size: 100%;
}

.ht_loya .head {
	padding-bottom: 15px;
}

.ht_loya .head h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #585858;
	text-transform: uppercase;
}

.ht_loya .head h2 span {
	color: #1b8bf9;
	font-family: Gotham-Bold, san-serif;
}

.ht_loya .head p {
	margin: 7px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #585858;
}

.ht_loya article {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.ht_loya article h2 {
	float: left;
	width: 210px;
	margin: 0;
	font: 20px/1.1 Gotham, san-serif;
	color: #585858;
	text-align: right;
}

.ht_loya article h2 span {
	display: block;
	font-family: Gotham-Bold, san-serif;
}

.ht_loya article i {
	float: left;
	display: block;
	width: 85px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px;
}

.ht_loya article i.icon1 {background-image: url(../images/icon/icon-htl-3.png)}
.ht_loya article i.icon2 {background-image: url(../images/icon/icon-htl-1.png)}
.ht_loya article i.icon3 {background-image: url(../images/icon/icon-htl-4.png)}
.ht_loya article i.icon4 {background-image: url(../images/icon/icon-htl-2.png)}

.ht_loya article p {
	float: left;
	width: calc(100% - 295px);
	margin: 0;
	font: 14px/18px Gotham, san-serif;
	color: #585858;
	text-align: left;
}

.ht_loya .img {
	padding-top: 60px;
	animation-duration: 2s;
	animation-delay: 300ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
/* HTLoya End */

/* WeWork Begin */
.wework {
	position: relative;
	padding: 70px 0;
	background: #f8f8f8;
}

.wework .head {
	margin-bottom: 45px;
}

.wework .head h2 {
	margin: 0;
	font: 30px/1.1 Gotham, san-serif;
	color: #585858;
	text-transform: uppercase;
}

.wework .head h2 span {
	color: #1b8bf9;
	font-family: Gotham-Bold, san-serif;
}

.wework .head p {
	margin: 7px 0 0;
	font: 14px/18px Gotham, san-serif;
	color: #585858;
}

.wework article {
	position: relative;
	transition: 0.3s ease;
}

.wework article:hover {
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.23);
}

.wework article figure img {
	width: 100%;
}

.wework article h2 {
	height: 50px;
	margin: 0;
	font: 16px/50px Gotham, san-serif;
	color: #585858;
	text-align: center;
	background: #fff;
	border-left: 5px solid #047dfc;
	transition: 500ms ease;
}

.wework article:hover h2 {
	background: #047dfc;
	color: #fff;
}
/* WeWork End */

/* Footer Begin */
#footer {
	position: relative;
	padding: 80px 0;
	background: #303030;
	/*border-top: 7px solid #1e8dfa;*/
}

.footer_logo img {
	width: 140px;
}

.footer_text {
	margin-top: 20px;
	font: 14px/18px Gotham-Light, san-serif;
	color: #f9fbff;
}

.footer_text p {
	margin: 0;
}

.footer_menu {
	position: relative;
	padding-top: 40px;
}

.footer_menu:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer_menu.color1:before {background-image: linear-gradient(to right, #b5eb45, #7ed321);}
.footer_menu.color2:before {background-image: linear-gradient(to right, #80c3f3, #4a90e2);}
.footer_menu.color3:before {background-image: linear-gradient(to right, #fbd249, #f5a623);}
.footer_menu.color4:before {background-image: linear-gradient(to right, #fb499c, #f52362);}

.footer_menu h4 {
	margin: 0;
	font: 16px/1.1 Gotham-Black, san-serif;
	color: #fff;
}

.footer_menu ul {
	margin: 29px 0 0;
}

.footer_menu ul li {
	margin-bottom: 15px;
	font: 14px/14px Gotham, san-serif;
	color: #d9d9d9;
}

.footer_menu ul li:last-child {margin-bottom: 0;}

.footer_menu ul li a {color: #d9d9d9;}
.footer_menu ul li a:hover {text-decoration: underline;}
/* Footer End */

.simform {
	position: relative;
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
	text-align: left;
	font-size: 2.5em;
}

.simform .submit {
	display: none;
}

/* Question list style */
.simform ol {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}

.simform ol:before {
	content: '';
	border: 2px solid #fff;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.35em;
}

.questions li {
	z-index: 100;
	position: relative;
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
	transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none;
}

/* Labels */
.questions li > span {
	display: block;
	overflow: hidden;
}

.questions li > span label {
	display: block;
	margin: 0 0 10px;
	font: 16px/1.3 Arial, san-serif;
    text-align: center;
    letter-spacing: 0.3px;
	color: #fff;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.questions li.current > span label,
.no-js .questions li > span label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.show-next .questions li.current > span label {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Input field */
.questions input {
	display: block;
	width: calc(100% - 2em);
	height: 2.1em;
    margin: 0.3em 0 0 0;
	padding: 0.2em 1em 0.5em 0.7em;
	color: #fff;
	font-size: 1em;
	font-family: Tahoma;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: transparent;
	border: none;
}

.questions .current input,
.no-js .questions input {
	opacity: 1;
	    margin-bottom: 6px;
    text-align: left;
    padding-left: 28px;
}
.questions li:last-child input{
	position: relative;
    top: -6px;
}
.controls{
	position: relative;
    margin-top: 6px;
}

.questions input:focus,
.simform button:focus {
	outline: none;
}

/* Next question button */
.simform .next {
	position: absolute;
	right: 0;
	bottom: 0; /* padding-bottom of form plus progress bar height */
	display: block;
	padding: 0;
	width: 2em;
	height: 2em;
	border: none;
	background: none;
	color: rgba(0,0,0,0.4);
	text-align: center;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.simform .next:hover {
	color: #1b8bf9;
}

.simform .next::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\f061";
	color: #fff;
    font-family: FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.next.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}

/* Progress bar */
.simform .progress {
	width: 0%;
	height: 0.15em;
	background: rgba(0,0,0,0.3);
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.simform .progress::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	background: rgba(0,0,0,0.05);
	content: '';
}

/* Number indicator */
.simform .number {
	position: absolute;
	right: 0;
	overflow: hidden;
	margin: 0.4em 0;
	width: 3em;
	font-weight: 700;
	font-size: 0.4em;
}

.simform .number:after {
	position: absolute;
	left: 50%;
	content: '/';
	opacity: 0.4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.simform .number span {
	float: right;
	width: 40%;
	text-align: center;
}

.simform .number .number-current {
	float: left;
}

.simform .number-next {
	position: absolute;
	left: 0;
}

.simform.show-next .number-current {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.simform.show-next .number-next {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

/* Error and final message */
.simform .error-message,
.simform .final-message {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.simform .error-message {
	width: 100%;
	bottom: -20px;
	font: 13px/14px Gotham, san-serif;
	color: #fff;
}

.final-message {
	position: relative;
	padding: 0.5em;
	width: 100%;
	font: 20px/1.1 Gotham-Bold, san-serif;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
	visibility: visible;
	opacity: 1;
    color: #ff0000;
    padding-left: 30px;
    margin-top: -20px;
    position: relative;
}

.final-message.show {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* Final hiding of form / showing message */
.simform-inner.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */
.no-js .simform {
	font-size: 1.75em;
}

.no-js .questions li {
	padding: 0 0 2em;
}

.no-js .simform .submit {
	display: block;
	float: right;
	padding: 10px 20px;
	border: none;
	background: rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
}

.no-js .simform .controls {
	display: none;
}

/* Cover Begin */
.cover {
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cover::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	left: 0;
	top: 0;
}
.container.general-title{
	line-height: 1.5;
}
.container-fluid.about-advantages ul {
    padding-left: 0;
}
/* Cover End */

/* Breadcrumbs Begin */
.breadcrumbs {
	padding: 20px 0;
	font: 12px/12px Gotham, san-serif;
	color: #5a5a5a;
	background: #fbfbfb;
}

.breadcrumbs a,
.breadcrumbs i,
.breadcrumbs span {
	float: left;
	
}

.breadcrumbs i {
	margin: 0 6px;
}

.breadcrumbs a {
	font-family: Calibri-Bold;
	color: #444;
	transition: 500ms ease;
}

.breadcrumbs a:hover {opacity: 0.7;}
/* Breadcrumbs End */

/* InsidePage Begin */
.inside_page {
	position: relative;
	padding: 50px 0 80px;
}

.inside_page h2.title {
    margin: 0;
    font: 30px/1.1 Gotham, san-serif;
    color: #585858;
}

.inside_page .text {
	margin-top: 30px;
	font: 13px/20px Gotham, san-serif;
	color: #333;
	text-align: justify;
}

.displaynone{
	display: none;
}
.container.general-top-text .general-buttons {
    position: relative;
    margin-top: -35px;
    text-align: left;
    padding-left: 0;
}
.contacts-part ul{
	padding-left: 0;
}

.center *{
	width: 100%;
	text-align: center !important;
}
.center .row{
	margin: 0;
}






.def-calc{
    width: 450px;
    margin: 0 auto;
}
.calc-part-text.wow.fadeInBottom.animated.animated label {
    display: block;
    text-align: center;
    color: #363636;
    font-size: 12px;
    font-weight: 100;
}
.calc-part-text.wow.fadeInBottom.animated.animated input {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 0 25px;
    font: 14px/14px Arial, san-serif;
    color: #b1b1b1;
    background: #fff;
    border: 1px solid #a8b7c7;
    border-radius: 40px;
}

.calc-part-box ul{
    list-style: none;
    padding-left: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.calc-check{
	width: 30px;
}
li.calc-check input {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a6b6c6;
    cursor: pointer;
}
li.calc-check input:checked{
    background: url(../images/icon/success.png) no-repeat center;
}
.calc-ch-label{
	width: calc(100% - 30px);
}
li.calc-ch-label label {
    color: #363636;
    font-size: 14px;
    font-weight: 100;
    margin-top: 4px;
    cursor: pointer;
}
.mcp .calc-check {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 15px;
}
.mcp .calc-check input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c3d2e0;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: -5px;
    background-color: #da304c;
    -webkit-transition: .4s;
    transition: .4s;
}
.mcp .calc-check input:checked + .slider {
    background-color: #c3d2e0;
}
.mcp .calc-check input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: #43c282;
}
.mcp .calc-check{
	position: relative;
}
.mcp .calc-ch-label{
	padding-left: 10px;
}
.mcp .calc-ch-label label{
	margin-top: -3px;
}
.mobile-calculator{
	display: none;
}
.calclabel b,
.calclabel{
	font-size: 12px;
	font-weight: 100 !important;
	display: block;
	margin-bottom: 5px;
}
@media (max-width: 600px){
	.web-calculator{
		display: none !important;
	}
	.mobile-calculator{
		display: block;
	}
	.def-calc {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.mcp .calc-ch-label label{
		margin-bottom: 15px !important;
	}
	.slider.round{
		margin-bottom: 0 !important;
	}
	.calc-part-box ul{
		padding-left: 0;
	}
}


@media (min-width: 768px){
	.questions li.current > span label, .no-js .questions li > span label{
		display: none;
	}
}


.cv-group input{
	display: none;
}
.cvtool {
    margin-bottom: 5px;
    background: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 0 34px 0 15px;
    border-radius: 0;
    line-height: 50px;
    cursor: pointer;
    display: inline-block;
    font: 16px/1.5 'ProximaNova-Bold', sans-serif;
    height: auto;
    border: 1px dashed #747373;
    padding: 6px 15px;
    margin-bottom: 0;
}
.cv-group label{
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.cv-group p{
	font-size: 14px !important;
    margin-top: 3px !important;
    color: #747373 !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.cta{
	width: 100%;
	height: 290px;
	display: table;
}
.cta div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
.cta p{
	font: 24px/1.3 'ProximaNova-Bold', sans-serif;
	letter-spacing: .36px;
	color: #fff;
	margin-bottom: 25px;
}
.cta a{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	background-color: #22244a;
	font-size: 16px;
	font-family: 'ProximaNova-Bold', sans-serif;
	color: #fff;
	letter-spacing: .24px;
}

@media (max-width: 500px){
	.cta p{
		font: 20px/1.3 'ProximaNova-Bold', sans-serif;
	}
	.cta{
		height: 250px;
	}
}


.web-calculator{
	width: 100% !important;
    display: flex;
    display: -mx-flexbox;
    display: -webkit-flex;
    flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-wrap: wrap;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
      cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}

.select-styled {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000;
    left: 0;
    border: 1px solid #a8b7c7;
    background-color: #fff;
    border-radius:25px;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 32px;
}
.select-styled:after {
  content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #1b8bf9 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 25px;
}


.select-styled:active:after, .select-styled.active:after {
      top: 14px;
    border-color: transparent transparent #1c8bf9 transparent;
}

.select-options {
      display: none;
    position: absolute;
    top: 97%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #1c8bf9;
    border-top: 0;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    overflow: hidden;
}
.select-options li {
    margin: 0;
    color: #fff;
    padding: 9px 0;
    font-size: 13px;
    text-indent: 15px;
    background: #1c8bf9;
    border-top: 1px solid #ffffff;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
	background: #0a73dc;
}
.select-options li:not(:last-child){
	border-bottom: 1px solid #ffffff;
}
.select-options li:nth-child(2){
	border-top: none;
}
.select-options li:hover {
  color: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.border{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.install-part{
	background: #fff;
	font-family: 'ProximaNova-Medium', sans-serif;
	color: #000;
	text-align: center;
    padding: 70px 0 85px 0;
}
.install-part h2{
	font-weight: 700;
}
.install-part h4{
	font-weight: 500;
	margin-bottom:2em;
}
.ins-photo{
	width: 100%;
	height: 210px;
	margin: 0 auto;
	border-radius: 25px;
	box-shadow: 1px 1px 5px 5px rgba(100, 65, 0, 0.1);
	background-color: #fff;
	position: relative;
	 transition: transform .5s;
	overflow: hidden;
	margin-bottom:20px;
}
.ins-photo:hover{
background-image: linear-gradient(to left bottom, #0363f6, #0083ff, #009eff, #00b4f8, #14c8ee);
 transform: scale(1.05); 
}
.ins-photo:hover p{
font-weight: 600;
color: #fff;
}
.ins-photo svg path{
	fill: #999;
}
.ins-photo svg polygon{
	fill: #999;
}
.ins-photo svg rect{
	fill: #999;
}
.ins-photo:hover dvg polygon{
	fill: #fff;
}
.ins-photo:hover svg rect{
	fill: #fff;
}
.ins-photo:hover svg path{
	fill: #fff;
}
.go-right path{
	display: none;
}
.ins-photo:hover .go-right path{
	display: block;
}
.ins-photo p{
	font-size: 18px!important;
letter-spacing: 0px;
line-height: 22px;
position: relative;
margin-top: 2em;
color: #858383;
font-family: "Gotham";
}
.icoons{
	margin-bottom: 1em!important;
}
.install-part .col-lg-3{
	position: relative;
	margin:none;
	
}

.install-part h2{
	margin-bottom: 30px;

}
.install-part h3{
	margin-top: 0px;
}
.install-part .col-lg-3{
	margin-bottom: unset;
}
.install-part .col-lg-3 p{
	font-size: 16px;
}
.install-part .col-lg-3 p span{
	color: #1b8bf9;
}

/*@media (min-width: 768px) and (max-width: 992px){
	.install-part .second{
	    right: 30px;
	}
}*/ 

@media (max-width: 767px){
	.install-part .col-lg-3:after {
		display: none !important;
	}
	.install-part .col-lg-3{
		margin-bottom: 70px;
	}
	.install-part .col-lg-3:before {
	    content: "";
	    display: block;
	    width: 27px;
	    height: 28px;
	    background: url(../images/icon/icon-nextstep-white.png) no-repeat center;
	    position: absolute;
	    bottom: -50px;
	    right: 0;
	    margin: 0 auto;
	    left: 0;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.last-inst{
		margin-bottom: 50px;
	}
    .last-inst:before{
        display: none !important;
    }
	.install-part{
	    padding: 35px 0 55px 0;
	}
	.install-part h3 {
	    margin-top: 0px;
	    font-size: 18px;
	    line-height: 1.5;
	}
	.install-part h2 {
	    font-size: 23px;
	}
} 