/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

html {
	scroll-behavior: smooth;
}

/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
nav,
section,
summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    outline: none;
}
fieldset{
	margin:0;
	padding:0;
	border:0;
}
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	-moz-box-sizing: inherit;
}

body{
	margin:0;
	font-size:16px;
	line-height:1.36;
	color:#000;
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
}
input,
textarea,
select,
button{
	font-family: 'Montserrat', sans-serif;
}
h3, p{
	padding:0;
	margin:0 0 20px 0;
}
h3{
	font-size:30px;
	font-weight:400;
	margin-bottom:35px;
}
.no-display{
	display:none !important;
}
.btn:hover{
	background:#f46e00;
	-webkit-transform:translateY(-4px);
	    -ms-transform:translateY(-4px);
	        transform:translateY(-4px);
}
.btn{
	display:inline-block;
	padding:15px 28px;
	border:0;
	margin:0;
	text-decoration:none;
	border-radius:100px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	background:#FF7D12;
	cursor:pointer;
	-webkit-transition:background-color 150ms, -webkit-transform 150ms;
	transition:background-color 150ms, -webkit-transform 150ms;
	-o-transition:background-color 150ms, transform 150ms;
	transition:background-color 150ms, transform 150ms;
	transition:background-color 150ms, transform 150ms, -webkit-transform 150ms;
}
.btn.big{
	padding:20px 40px;
}
.btn.black:hover{
	background:#fff;
}
.btn.black{
	background:#fff;
	border:1px solid #000;
	color:#000;
}
.h2 h2:before{
	content:'';
	display:block;
	width:69px;
	height:3px;
	background:#D1D1D1;
	position:absolute;
	top:29px;
	left:32px;
}
.h2 h2 img{
	position:absolute;
	margin-top:-30px;
	margin-left: 20px;
}
.h2 h2{
	font-weight:400;
	font-size:45px;
	position:relative;
	line-height:60px;
	margin:0;
	padding:0;
	padding-left:120px;
	margin-bottom:50px;
}
.h2 span{
	position:absolute;
	line-height:60px;
	color:#D1D1D1;
}
.section{
	margin-bottom:90px;
}
@media only screen and (max-width: 1500px) {
	.h2 h2{
		font-size:35px;
	}
}
.inner-xl{
	max-width:2000px;
	margin-left:auto;
	margin-right:auto;
}
.inner-l{
	max-width:1629px;
	margin-left:auto;
	margin-right:auto;
}
.inner-s{
	max-width:1186px;
	margin-left:auto;
	margin-right:auto;	
}
.pddgs{
	padding-left:20px;
	padding-right:20px;
}
.text-blue{
	color:#26D3D3;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

/* header */
.header-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
#wrapper{
	padding-top:30px;
}
#header{
	padding: 0;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#fff;
	width:100%;
}
#header .contact-us a.tel:hover{
	color:#FF7D12;
	text-decoration:none;
}
#header .contact-us a.tel svg{
	margin-right:8px;
}
#header .contact-us a.tel{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-weight:400;
	font-size:25px;
	color:#000;
	text-decoration:none;
	margin-left:15px;
	white-space:nowrap;
}

#header .logo-location{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#header .contact-us{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-size:14px;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
	margin-left:70px;
}
#header .contact-us .btn{
	margin-left:50px;
}
#header .contact-us .poc-online img{
	margin-right:15px;
}
#header .contact-us .poc-online a:hover big{
	text-decoration:none;
}
#header .contact-us .poc-online a big{
	font-size: 15px;
	color:#000;
	text-decoration:underline;
}
#header .contact-us .poc-online a,
#header .contact-us .poc-online .poc_online_text span{
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #AAAAAA;
	text-decoration:none;
}
.poc_online_text {
	display: flex;
	flex-direction: column;
}
#header .contact-us .poc-online{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-left:50px;
}
#header .contact-us .wh{
	text-align:right;
	color:#A1A1A3;
}
#header .location .txt{
	margin:0 12px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
#header .location{
	margin-left:80px;
}
#header .logo img,
#header .location img{
	display:block;
}
#header .location{
	font-weight:600;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-size:20px;
}
@media only screen and (max-width: 1300px) {
	/* #header .contact-us .poc-online, */
	#header .contact-us .txt,
	.poc_online_text span{
		display:none;
	}
}
#header .contact-us .wh.mobile,
#header .contact-us .tel svg.mobile_phone {
	display: none;
}
@media only screen and (max-width: 1150px) {
	#header{
		padding:20px 0;
	}

	#header .header-row .logo-location {
		display: none;
	}

	.header-row{
		display:block;
	}
	#header .header-top.header-top-mobile .header-row .logo-location {
		display: flex;
	}

	#header .pddgs,
	.header-top {
		padding: 8px 16px;
	}

	.header-top:first-child {
		border-bottom: 0.5px solid #D9D9D9;
		padding-bottom: 7px !important;
		margin-bottom: 8px;
	}

	#header .contact-us .poc-online {
		margin-left: 0;
	}

	#header .contact-us .poc-online img {
		margin-right: 11px;
		max-width: 27px;
		max-height: 27px;
	}

	#header .contact-us .poc-online a {
		width: 68px;
	}

	#header {
		padding: 0;
	}

	#wrapper{
		padding-top:0;
	}
	#header{
		position:relative;
	}
	#header .contact-us{
		margin: 0;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}
	#header .logo-location{
		margin:0;
		-webkit-box-pack:justify;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
	}
	#header .contact-us a.tel{
		margin-left:0;
	}
	#header .logo img, #header .location img{
		height:40px;
	}
	#header .location .txt br{
		display:none;
	}
	#header .location .txt{
		font-size:14px;
	}
	#header .contact-us a.tel{
		font-size:21px;
	}
	#header .contact-us .wh{
		font-size:11px;
		white-space:nowrap;
	}
	#header .contact-us a.tel span{
		display:none;
	}
	#header .contact-us .btn{
		font-size:14px;
	}
	#header .contact-us > div {
		display: flex;
		align-items: center;
	}
	#header .contact-us .wh,
	#header .contact-us .tel svg {
		display: none;
	}
	#header .contact-us .wh.mobile,
	#header .contact-us .tel svg.mobile_phone {
		display: block;
		text-align: left;
	}

	#header .logo {
		max-width: 138px;
	}

	#header .logo img {
		width: 100%;
	}

	#header .contact-us .calc_btn {
		background: none;
		color: #FF7D12;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		padding: 0;
		margin: 0;
	}

	#header .contact-us .calc_btn svg,
	#header .contact-us .calc_btn svg path {
		fill: #FF7D12;
	}
}

/* section-banner */
#section-banner{

}
@media only screen and (min-width: 1800px) {
	#section-banner{
		padding:0 50px;
	}
}
#section-banner .hero{
	height:655px;
	background-image:url(../img/hero.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-radius:35px;
	background-size:cover;
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



#section-banner h1 strong{
	color:#fff;
	font-weight:800;
}
#section-banner h1 small{
	font-weight:normal;
	font-size:45px;
}
#section-banner h1{
	color:#3B4148;
	margin:0;
	padding:0;
	font-size:70px;
	line-height:78px;
	font-weight:600;
	margin-bottom:40px;
}
#section-banner .txt{
	display:inline-block;
	color:#fff;
	font-size:25px;
	padding:25px 55px 28px 55px;
	border-radius: 32px;
	background:rgba(0,0,0,0.31);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
}

#section-banner .action{
	position:relative;
	z-index:7;
	margin-top:-17px;
}

@media only screen and (max-width: 1400px) {
	#section-banner .hero{
		height:500px;
	}
	#section-banner h1{
		font-size:60px;
		line-height:68px;
	}
	#section-banner h1 small{
		font-size:35px;
	}
}

/* we offer section */
#section-we-offer .ct-row:after,
#section-we-offer .row:after{
	content:'';
	display:table;
	clear:both;
}
#section-we-offer .col-s p.txt{
	margin-bottom:60px;
}
#section-we-offer .col-s{
	float:left;
	width:30%;
	text-align:center;
	padding:0 40px;
	padding-top:70px;
}
#section-we-offer .col-l{
	float:left;
	width:70%;
}
#section-we-offer .ct-row{
	margin:-3px -3px 0 -3px;
}
#section-we-offer .cntnt{
	border-radius:13px;
	overflow:hidden;
	position:relative;
}
#section-we-offer .cntnt:hover h3{
	padding-top:14px;
	padding-bottom:14px;
}
#section-we-offer .cntnt h3{
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	text-align:right;
	font-weight:400;
	font-size:16px;
	z-index:2;
	padding:8px 15px;
	-webkit-transition:padding 150ms;
	-o-transition:padding 150ms;
	transition:padding 150ms;
	background: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
}
#section-we-offer .cntnt img{
	width:100%;
	height:auto;
	display:block;
}
#section-we-offer .ct-col{
	float:left;
	width:25%;
	padding:3px;
}

/* colors section */
#section-colors .c-row:after,
#section-colors .row:after{
	content:'';
	display:table;
	clear:both;
}
#section-colors .col-s p.txt{
	margin-bottom:10px;
}
#section-colors .col-s{
	float:left;
	width:40%;
	text-align:center;
}
#section-colors .col-l .c-col .cntnt:hover{
	-webkit-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	        transform:scale(1.2);
	z-index:2;
}
#section-colors .col-l .c-col .cntnt{
	height:60px;
	border-radius:13px;
	-webkit-transition:-webkit-transform 100ms;
	transition:-webkit-transform 100ms;
	-o-transition:transform 100ms;
	transition:transform 100ms;
	transition:transform 100ms, -webkit-transform 100ms;
	position:relative;
	text-align:center;
	line-height:60px;
	font-size:20px;
}
#section-colors .col-l .c-col{
	width:14.285714%;
	float:left;
	padding:2px;
}
#section-colors .col-l .c-row{
	margin:-2px -2px 0 -2px;
}
#section-colors .col-l{
	float:left;
	width:60%;
}

/* lighting section */

#section-lighting .l-row:after,
#section-lighting .row:after{
	content:'';
	display:table;
	clear:both;
}
#section-lighting .col-s p.txt{
	margin-bottom:10px;
}
#section-lighting .col-s{
	float:left;
	width:30%;
	text-align:center;
	padding:0 40px;
}
#section-lighting .col-l{
	float:left;
	width:70%;
}
#section-lighting .l-row{
	margin:-3px -3px 0 -3px;
}
#section-lighting .cntnt{
	border-radius:13px;
	overflow:hidden;
	position:relative;
}
#section-lighting .cntnt:hover h3{
	padding-top:14px;
	padding-bottom:14px;
}
#section-lighting .cntnt h3{
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	text-align:right;
	font-weight:400;
	font-size:16px;
	z-index:2;
	padding:8px 15px;
	-webkit-transition:padding 150ms;
	-o-transition:padding 150ms;
	transition:padding 150ms;
	background: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
}
#section-lighting .cntnt img{
	width:100%;
	height:auto;
	display:block;
}
#section-lighting .l-col{
	float:left;
	width:25%;
	padding:3px;
}

/* needhelp section */

#section-needhelp .row:after{
	content:'';
	display:table;
	clear:both;
}
#section-needhelp .col-l img{
	width:100%;
	height:auto;
	border-radius:13px;
}
#section-needhelp .col-s h3{
	margin: 0 0 20px 0;
	padding:0;
	font-weight:400;
	font-size:30px;
}
#section-needhelp .col-s{
	float:left;
	width:40%;
	padding-left:60px;
	font-size:18px;
	font-weight:400;
}

#section-needhelp .col-l{
	float:left;
	width:60%;
}

/* price 1 section */

#section-price-1 .row{
	margin-bottom:60px;
}
#section-price-1 .ct-row:after,
#section-price-1 .row:after{
	content:'';
	display:table;
	clear:both;
}
#section-price-1 .col-s img{
	width:100%;
	height:auto;
}
#section-price-1 .col-s .pc big{
	font-size:40px;
}
#section-price-1 .col-s .pc:hover{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}
#section-price-1 .col-s .pc{
	width:335px;
	height:335px;
	text-align:center;
	color:#fff;
	border-radius:100%;
	position:absolute;
	left:107px;
	top:65px;
	background: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	font-size:30px;
	padding-top:120px;
	-webkit-transition:-webkit-transform 150ms;
	transition:-webkit-transform 150ms;
	-o-transition:transform 150ms;
	transition:transform 150ms;
	transition:transform 150ms, -webkit-transform 150ms;
}
#section-price-1 .col-s{
	float:left;
	width:50%;
	padding-right:160px;
	position:relative;
}

#section-price-1 .col-l .price-table li{
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #000;
	font-size:18px;
	padding:10px 24px;	
}
#section-price-1 .col-l .price-table ul{
	display:block;
	margin:0;
	padding:0;
}
#section-price-1 .col-l .price-table h3{
	margin:0;
	padding:0;
	display:block;
	font-weight:bold;
	font-size:18px;
	padding:10px 24px;
}
#section-price-1 .col-l .price-table{
	border:1px solid #000;
	border-radius:13px;
	margin-bottom:30px;
}
#section-price-1 .col-l .sert big{
	font-weight:300;
	font-size:35px;
}
#section-price-1 .col-l .sert{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
#section-price-1 .col-l{
	float:left;
	width:50%;
	padding-top:10px;
}

#section-price-1 .ct-row{
	margin:-3px -3px 0 -3px;
}
#section-price-1 .cntnt{
	border-radius:13px;
	overflow:hidden;
	position:relative;
}
#section-price-1 .cntnt:hover h3{
	padding-top:18px;
	padding-bottom:18px;
}
#section-price-1 .cntnt .price{
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	display:block;
	background:#0CACAC;
	padding:5px 12px;
}
#section-price-1 .cntnt h3{
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	text-align:left;
	font-weight:400;
	font-size:16px;
	z-index:2;
	padding:12px 15px;
	-webkit-transition:padding 150ms;
	-o-transition:padding 150ms;
	transition:padding 150ms;
	background: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	padding-right:120px;
}
#section-price-1 .cntnt img{
	width:100%;
	height:auto;
	display:block;
}
#section-price-1 .ct-col{
	float:left;
	width:33.333333%;
	padding:3px;
}

/* advantages section */
#section-advantages .row-a:after{
	content:'';
	display:table;
	clear:both;
}
#section-advantages .row-a{
	margin:-2px -2px 0 -2px;
}
#section-advantages .col-a{
	float:left;
	width:33.33333%;
	padding:2px;
}
#section-advantages .col-a .cntnt .n{
	color:#0CACAC;
	font-size:60px;
	line-height:1;
	font-weight:700;
	padding-left:45px;
	position:relative;
	z-index:2;
}
#section-advantages .col-a .cntnt .t{
	font-size:18px;
	padding:20px 30px;
	background: rgba(0, 0, 0, 0.03);
	position:relative;
	margin-top:-20px;
	border-radius:13px;
}


/* process section */
#section-process{
	font-size:18px;
}
#section-process .row-p:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	height:7px;
	width:100%;
	background:#fff;
	z-index:3;
}
#section-process .row-p{
	position:relative;
}
#section-process .row-p:after{
	content:'';
	display:table;
	clear:both;
}

#section-process .col-p img{
	width:100%;
	height:auto;
	display:block;
}
#section-process .col-p .t .h{
	white-space:nowrap;
	width:89px;
	padding:22px 15px;
	background: rgba(12, 172, 172, 0.76);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	border-radius: 0px 13px 0px 0px;
	color:#fff;
	text-align:center;
}
#section-process .col-p .s{
	padding-left:20px;
	padding-right:10px;
}
#section-process .col-p .t{
	position:absolute;
	bottom:0;
	left:0;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#section-process .col-p{
	float:left;
	width:16.6666%;
	position:relative;
}

@media only screen and (max-width: 1400px) {
	#section-process .col-p{
		font-size:13px;
	}
}


/* quality section */

#section-quality .row-q:before,
#section-quality .row-q:after{
	content:'';
	display:table;
	clear:both;
}
#section-quality .row-q{
	margin:-10px -10px 0 -10px;
}
#section-quality .col-q .cntnt .t img{
	margin:4px -5px 0 0;
}
#section-quality .col-q .cntnt .t{
	position:absolute;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.19);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	border-radius:13px;
	color:#fff;
	padding:27px 20px 20px 20px;
	min-width:150px;
}
#section-quality .col-q .cntnt{
	padding:24px 0 0 14px;
	position:relative;
}
#section-quality .col-q{
	float:left;
	width:33.33333%;
	padding:10px;
}
#section-quality .col-q img.m{
	width:100%;
	height:auto;
	display:block;
}

/* section how it starts */
#section-hotitstarts{
	font-size:18px;
}
#section-hotitstarts .row-h:after{
	content:'';
	display:table;
	clear:both;
}
#section-hotitstarts .col-s img{
	width:100%;
	display:block;
	height:auto;
}
#section-hotitstarts .col-s .t{
	color:#fff;
	font-size:15px;
	padding:20px 28px;
	background: rgba(0, 0, 0, 0.28);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 13px;
	position:absolute;
	left:40px;
	top:240px;
}
#section-hotitstarts .col-s{
	float:left;
	width:50%;
	padding-right:60px;
	position:relative;
}

#section-hotitstarts .col-l{
	float:left;
	width:50%;
}

/* section why us */
#section-whyus .row-h{
	margin-left:130px;
}
#section-whyus .row-h:before,
#section-whyus .row-h:after{
	content:'';
	display:table;
	clear:both;
}
#section-whyus .col-h img{
	margin-right:30px;
}
#section-whyus .col-h{
	width:33.3333%;
	float:left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding-bottom:30px;
	padding-right:30px;
	
}

/* section reviews */
#section-reviews .row-r:after{
	content:'';
	display:table;
	clear:both;
}
#section-reviews .row-r{
	margin:0 -20px;
}
#section-reviews .col-r .cntnt{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 6px 47px rgba(38, 78, 118, 0.1);
	        box-shadow: 0px 6px 47px rgba(38, 78, 118, 0.1);
	padding:30px 35px 10px 35px;
}
#section-reviews .col-r .name img{
	margin-right:25px;
}
#section-reviews .col-r .name{
	font-weight:bold;
	font-size:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#section-reviews .col-r{
	width:33.3333%;
	float:left;
	padding:0 20px;
}

/* section footerform */
#section-footerform{
	margin-bottom:40px;
}
#section-footerform .cntnt .form h2{
	margin:0;
	padding:0;
	color:#0CACAC;
	font-size:45px;
}
#section-footerform .cntnt .form input[type=text]{
	width:100%;
	background:transparent;
	margin-bottom:15px;
	border:0;
	padding:7px 20px;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:16px;
}
#section-footerform .cntnt .form{
	background: rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
	text-align:center;
	color:#fff;
	height:392px;
	padding:20px 50px 0 50px;
	font-size:24px;
	
}
#section-footerform .cntnt .toolbar label input{
	margin-right:9px;
}
#section-footerform .cntnt .toolbar label{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#section-footerform .cntnt .toolbar .btn{
	white-space:nowrap;
}
#section-footerform .cntnt .toolbar{
	font-size:14px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-align:left;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-top:20px;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
#section-footerform .cntnt{
	height:392px;
	background:#fff url(../img/footer_form.jpg) no-repeat 50% 50%;
	background-size:cover;
	border-radius:32px;
	overflow:hidden;
	padding-left:515px;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.pp-form ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.pp-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.pp-form :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.pp-form ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.pp-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.pp-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.pp-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
#footer .cntnt{
	font-size:16px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
#footer{
	padding-bottom:20px;
}

.pp-form .c-r .toolbar{
	margin-top:20px;
}
.pp-form .c-r h2{
	font-weight: 500;
	font-size: 40px;
}
.pp-form .c-r textarea,
.pp-form .c-r input[type=text]{
	border:1px solid #fff;
	background:#fff;
	font-size:18px;
	width:100%;
	margin:0 0 15px 0;
	color:#000;
	padding:20px 24px;
}
.pp-form .c-r form{
	padding:20px 55px 35px 55px;
	width:600px;
}
.pp-form .c-l img.bg{
	display:block;
}
.pp-form .c-l .txt img{
	margin-right:10px;
}
.pp-form .c-l .txt{
	position:absolute;
	width:100%;
	height:177px;
	left:0;
	bottom:0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 44, 69, 0)), color-stop(42.29%, rgba(19, 47, 59, 0.340352)), to(rgba(11, 50, 50, 0.68)));
	background: -o-linear-gradient(top, rgba(27, 44, 69, 0) 0%, rgba(19, 47, 59, 0.340352) 42.29%, rgba(11, 50, 50, 0.68) 100%);
	background: linear-gradient(180deg, rgba(27, 44, 69, 0) 0%, rgba(19, 47, 59, 0.340352) 42.29%, rgba(11, 50, 50, 0.68) 100%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#fff;
	padding:65px 0 0 32px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.pp-form .c-l{
	position:relative;
}
.pp-form{
	background:#F0FAFA;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
#cf_42234_success.fancybox-content,
#cf_12483.fancybox-content,
#cf_42234.fancybox-content{
	padding:0;
}
#cf_12483 .pp-form-success,
#cf_42234 .pp-form-success{
	display:none;
}
#cf_12483.success .pp-form,
#cf_42234.success .pp-form{
	display:none;
}
#cf_12483.success .pp-form-success,
#cf_42234.success .pp-form-success{
	display:block;
}
#cf_12483 .toolbar{
	text-align:center;
}
#cf_12483 .pp-form .kk{
	position:absolute;
	top:190px;
	right:20px;
}
#cf_12483 .pp-form{
	position:relative;
	padding-right:40px;
}
.pp-form-success .aciu{
	font-size:35px;
}
.pp-form-success{
	text-align:center;
	font-size:18px;
	padding:60px 80px 30px 80px;
	background:#F0FAFA;
}


#section-slider .ss-item-col-r .circle .nuolaida-txt big{
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
}
#section-slider .ss-item-col-r .circle .nuolaida-txt.nuolaida-txt-1line{
	padding-top:44px;
}
#section-slider .ss-item-col-r .circle .nuolaida-txt.nuolaida-txt-cn_de{
	background-image:url(../img/slider/ch_de.png);
	background-size:cover;
}
#section-slider .ss-item-col-r .circle .nuolaida-txt{
	color:#fff;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	text-align:center;
	background: rgba(12, 172, 172, 0.67);
	border-radius:999px;
	width:122px;
	height:122px;
	position:absolute;
	left:51px;
	top:48px;
	padding-top:24px;
}
#section-slider .ss-item-col-r .circle img.nuolaida{
	position:absolute;
	left:10px;
	top:10px;
	width:auto;
}
#section-slider .ss-item-col-r .circle{
	position:absolute;
	top:365px;
	right:593px;
	border-radius:999px;
	width: 226px;
	height: 226px;
	background: rgba(0, 0, 0, 0.19);
	backdrop-filter: blur(15px);
}
#section-slider .ss-item-col-r img.bg{
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:auto;
}

#section-slider .ss-item-col-r{
	width:55%;
	position:relative;
}
#section-slider .ss-item-col-l .txt-list ul li:before{
	content:'';
	display:block;
	position:absolute;
	width: 10px;
	height: 10px;
	border-radius:10px;
	background: #26D3D3;
	left:0;
	top:10px;
}
#section-slider .ss-item-col-l .txt-list ul li{
	display:block;
	padding:5px 0 5px 20px;
	margin:0;
	position:relative;
}
#section-slider .ss-item-col-l .txt-list ul{
	list-style:none;
	display:block;
	padding:0 0 0 70px;
	margin:0;
}
#section-slider .st-col-l .cntnt,
#section-slider .ss-item-col-l .cntnt{
	width:670px;
	float:right;
}
#section-slider .ss-item-col-l .cntnt{
	padding-top:35px;
}
#section-slider .ss-item-col-l .txt-list{
	text-align:left;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	margin-bottom:20px;
}
#section-slider .ss-item-col-l .txt-11{
	font-weight: 600;
	font-size: 45px;
	line-height: 49px;
	text-transform: uppercase;
}
#section-slider .ss-item-col-l .txt-10{
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
}
#section-slider .ss-item-col-l .txt-9{
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 49px;
	text-transform: uppercase;
	color:#0CACAC;
}
#section-slider .ss-item-col-l .txt-8{
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 58px;
}
#section-slider .ss-item-col-l .txt-7{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	color: #0CACAC;
}
#section-slider .ss-item-col-l .txt-6{
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
}
#section-slider .ss-item-col-l .txt-5{
	font-style: normal;
	font-weight: 500;
	font-size: 96px;
	line-height: 96px;
	text-align: center;
	color: #0CACAC;
}
#section-slider .ss-item-col-l .txt-4{
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 53px;
}
#section-slider .ss-item-col-l .txt-3{
	font-weight: 600;
	font-size: 54px;
	line-height: 58px;
	text-transform: uppercase;
	color:#A0A7AE;
}
#section-slider .ss-item-col-l .txt-2{
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	color:#0CACAC;
}
#section-slider .ss-item-col-l .txt-1{
	font-weight: 600;
	font-size: 50px;
	line-height: 55px;
}
#section-slider .ss-item-col-l .txt-mb-s{
	margin-bottom:15px;
}
#section-slider .ss-item-col-l .txt-mb-l{
	margin-bottom:30px;
}
#section-slider .ss-item-col-l .txt-mb-xl{
	margin-bottom:40px;
}
#section-slider .st-col-l,
#section-slider .ss-item-col-l{
	width:45%;
	text-align:center;
}
#section-slider .st-row,
#section-slider .ss-item-row{
	display:flex;
}

#section-slider .item-wrapper{
	padding-bottom:55px;
}
#section-slider .item{
	background: linear-gradient(126.21deg, #FFFFFF -33.82%, #E5EAF0 56.13%, #0CACAC 138.8%);
	border-radius: 32px;
	height:655px;
}
#section-slider .slider-nav:hover{
	color:#0CACAC;
}
#section-slider .slider-nav{
	background:none;
	border:0;
	padding:10px;
	cursor:pointer;
	font-size:25px;
	color:#A4A4A4;
	margin:0;
}
#section-slider .slider-dots{
	
}
#section-slider .slider-dot .txt big{
	font-size:24px;
	font-weight:700;
}
#section-slider .slider-dot .txt.txt-1line{
	padding-top:25px;
}
#section-slider .slider-dot.active .txt,
#section-slider .slider-dot:hover .txt{
	display:block;
}
#section-slider .slider-dot .txt{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(12, 172, 172, 0.67);
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding-top:20px;
}
#section-slider .slider-dot{
	background:none;
	border:0;
	padding:0;
	margin:0 5px;
	cursor:pointer;
	width:80px;
	height:80px;
	border-radius:999px;
	overflow:hidden;
	background-size:120px auto;
	background-position:50% 50%;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
#section-slider .slider-toolbar{
	margin-top:-178px;
	position:relative;
	z-index:2;
}
@media only screen and (max-width: 1400px) {
	#section-slider .slider-toolbar{
		margin-top:-70px;
	}
	#section-slider .st-col-l .cntnt, 
	#section-slider .ss-item-col-l .cntnt{
		width:100%;
	}
	#section-slider .st-col-l, 
	#section-slider .ss-item-col-l{
		width:50%;
	}
	#section-slider .ss-item-col-r{
		width:50%;
	}
	#section-slider .item{
		height:500px;
	}
	#section-slider .ss-item-col-r img.bg{
		height:530px;
	}
	#section-slider .ss-item-col-r .circle{
		top:245px;
		right:403px;
	}
	#section-slider .ss-item-col-l .txt-1{
		font-size:40px;
		line-height:45px;
	}
	#section-slider .ss-item-col-l .txt-2{
		font-size:30px;
		line-height:40px;
	}
	#section-slider .ss-item-col-l .txt-list{
		font-size:14px;
		line-height:16px;
	}
	#section-slider .ss-item-col-l .txt-3{
		font-size:44px;
		line-height:46px;
	}
	#section-slider .ss-item-col-l .txt-4{
		font-size:30px;
		line-height:40px;
	}
	#section-slider .ss-item-col-l .txt-5{
		font-size:70px;
		line-height:70px;
	}
	#section-slider .ss-item-col-l .txt-6{
		font-size:28px;
		line-height:35px;
	}
	#section-slider .ss-item-col-l .txt-7{
		font-size:40px;
		line-height:50px;
	}
	#section-slider .ss-item-col-l .txt-9{
		font-size:40px;
		line-height:50px;
	}
	#section-slider .ss-item-col-l .txt-10{
		font-size:20px;
		line-height:30px;
	}
}


@media only screen and (max-width: 1150px) {
	
	#cf_12483 .pp-form{
		padding-right:0;
	}
	#cf_12483 .pp-form .kk{
		display:none;
	}
	#section-slider .ss-item-col-l .txt-1{
		font-size:30px;
		line-height:35px;
	}
	#section-slider .ss-item-col-l .txt-2{
		font-size:20px;
		line-height:30px;
	}
	#section-slider .ss-item-col-l .txt-list{
		font-size:14px;
		line-height:16px;
	}
	#section-slider .ss-item-col-l .txt-3{
		font-size:34px;
		line-height:36px;
	}
	#section-slider .ss-item-col-l .txt-4{
		font-size:20px;
		line-height:30px;
	}
	#section-slider .ss-item-col-l .txt-5{
		font-size:50px;
		line-height:50px;
	}
	#section-slider .ss-item-col-l .txt-6{
		font-size:20px;
		line-height:30px;
	}
	#section-slider .ss-item-col-l .txt-7{
		font-size:30px;
		line-height:40px;
	}
	#section-slider .ss-item-col-l .txt-9{
		font-size:30px;
		line-height:40px;
	}
	#section-slider .ss-item-col-l .txt-10{
		font-size:20px;
		line-height:30px;
	}
	#section-slider .ss-item-col-l .txt-11{
		font-size:35px;
		line-height:39px;
	}
	
	#section-slider .slider-dots{
		display:none;
	}
	#section-slider .ss-item-col-r .circle{
		top:38px;
		right:133px;
		transform:scale(0.5);
	}
	#section-slider .pddgs{
		padding:0;
	}
	#section-slider .item{
		height:auto;
	}
	#section-slider .st-row, #section-slider .ss-item-row{
		flex-direction:column-reverse;
	}
	#section-slider .ss-item-col-l{
		padding-bottom:40px;
	}
	#section-slider .ss-item-col-r{
		height:200px;
	}
	#section-slider .ss-item-col-r,
	#section-slider .st-col-l, 
	#section-slider .ss-item-col-l{
		width:100%;
	}
	#section-slider .ss-item-col-r img.bg{
		height:200px;
		right:20px;
	}
	
	p.arr{
		display:none;
	}
	#section-hotitstarts .row-h,
	#section-needhelp .row,
	#section-colors .row{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		    -ms-flex-direction:column-reverse;
		        flex-direction:column-reverse;
	}
	#section-price-1 .col-s{
		max-width:250px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:40px;
	}
	#section-price-1 .col-s .pc big{
		font-size:23px;
	}
	#section-price-1 .col-s .pc{
		width:194px;
		height:194px;
		padding:64px 0 0 0;
		font-size:20px;
	}
	#section-hotitstarts .col-s,
	#section-hotitstarts .col-l,
	#section-price-1 .col-s,
	#section-price-1 .col-l,
	#section-needhelp .col-s,
	#section-needhelp .col-l,
	#section-lighting .col-s,
	#section-lighting .col-l,
	#section-colors .col-l,
	#section-colors .col-s,
	#section-we-offer .col-l,
	#section-we-offer .col-s{
		width:100%;
		padding:0;
		float:none;
	}
	#section-lighting .col-s p.txt,
	#section-colors .col-s p.txt,
	#section-we-offer .col-s p.txt{
		margin-bottom:20px;
		text-align:left;
	}
	.h2 h2.q-logo{
		padding-right:50px;
	}
	.h2 h2{
		margin-bottom:20px;
	}
	.section{
		margin-bottom:40px;
	}
	#section-whyus:after{
		content:'';
		display:table;
		clear:both;
	}
	#section-whyus .row-h:before, #section-whyus .row-h:after,
	#section-price-1 .col-l .sert>div:first-child{
		display:none;
	}
	#section-advantages .col-a{
		width:100%;
	}
	#section-process .col-p{
		width:50%;
	}
	#section-whyus .col-h{
		width:50%;
	}
	.h2 h2 img{
		margin-top:-50px;
		right:0;
		height:100px;
	}
	#section-quality .col-q{
		width:100%;
	}
	#section-whyus .row-h{
		margin:0;
	}
	#section-whyus .col-h{
		padding-bottom:10px;
		min-height:80px;
	}
	#section-reviews .col-r{
		width:100%;
		float:none;
	}
	#section-footerform .cntnt{
		padding:0;
		height:auto;
	}
	#section-footerform .cntnt .form{
		height:auto;
		padding-bottom:40px;
	}
	#section-footerform .cntnt .toolbar{
		display:block;
	}
	#section-footerform .cntnt .toolbar label br{
		display:none;
	}
	#section-footerform .cntnt .toolbar label{
		display:block;
		margin-bottom:20px;
	}
	#section-footerform .cntnt .toolbar .btn{
		width:100%;
		text-align:center;
	}
	#footer .cntnt{
		display:block;
		text-align:center;
	}
	#header .contact-us .btn,
	#header .location{
		margin-left: 0px;
	}
	.h2 h2{
		line-height:1.4;
		font-size:28px;
	}
	#section-banner .hero{
		height:auto;
		padding:40px 20px;
	}
	#section-banner h1{
		font-size:40px;
		line-height:1.4;
	}
	#section-banner h1 small .text-blue{
		white-spacE:nowrap;
		display:block;
	}
	#section-banner h1 small{
		font-size:25px;
		line-height:1.4;
	}
	#section-banner .txt{
		font-size:20px;
	}
	#section-price-1 .ct-col{
		width:100%;
	}
	#section-lighting .l-col,
	#section-we-offer .ct-col{
		width:50%;
	}
	#section-colors .col-l .c-col{
		width:25%;
	}
	#header .location .txt{
		margin-right:0;
		max-width: 95px;
		font-size: 12px;
		line-height: 13px;
	}
	.h2 h2:before {
		width:40px;
	}
	.h2 h2 {
		padding-left:95px;
	}
	.h2 span{
		line-height:42px;
	}
	.h2 h2:before{
		top:19px;
	}
	#section-lighting .col-s p.txt, #section-colors .col-s p.txt, #section-we-offer .col-s p.txt{
		font-weight:bold;
	}
	#section-whyus .col-h img{
		margin-right:20px;
		height:40px;
	}
	#section-whyus .col-h{
		padding-right:10px;
		padding-left:10px;
	}
	#section-footerform .cntnt .form h2{
		font-size:35px;
		line-height:normal;
		margin-bottom:10px;
	}
	#section-footerform .cntnt .form{
		padding-top:30px;
	}
	.pp-form{
		display:block;
	}
	.pp-form .c-l{
		display:none;
	}
	.pp-form .c-r h2{
		font-size:30px;
	}
	.pp-form .c-r form{
		width:auto;
		padding:20px 30px;
	}
}

.calculator_section_title {
	font: normal 400 45px/148.9% Montserrat;
	text-align: center;
	color: #000000;
	margin-bottom: 14px;
}

.calculator_wrap {
	background: #F0FAFA;
	border-radius: 5px;
}

.calculator_wrap_header_box {
	background: #0CACAC;
	border-radius: 5px;
	padding: 12px 15px;
	max-width: 256px;
    width: 100%;
	margin-right: 20px;
}

.calculator_wrap_header_box span {
	font: normal 600 16px/20px Montserrat;
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.calculator_wrap_header {
	display: flex;
	align-items: center;
}

.calculator_wrap_header p {
	font: normal 400 15px/22px Montserrat;
	color: #0B2034;
	margin: 0;
}

.calculator_option_room,
.calculator_form_wrap {
	padding: 38px 46px 29px 46px;
}

.calculator_option_room {
	border-bottom: 1px solid #C3DBDB;
}

.calculator_form_tab-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 18px;
	margin-top: 20px;
}

.calculator_form_tab-flex:first-child {
	margin-top: 0;
}

.calculator_form_left {
	width: 100%;
	margin-right: 32px;
}

.calculator_room_title {
	font: normal 600 18px/22px Montserrat;
	color: #0B2034;
	border-bottom: 1px solid #C3DBDB;
	padding-bottom: 6px;
	margin-bottom: 7px;
}

.calculator_room_item {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calculator_room_select {
	position: relative;
	max-width: 277px;
	width: 100%;
}

.calculator_room_select label {
	position: absolute;
    top: -8px;
    left: 20px;
    z-index: 10;
	font: normal 400 14px/18px Montserrat;
    background: #F0FAFA;
    padding: 0px 5px;
}

.calculator_room_select .choices__inner {
	padding: 16px 20px 10px 20px;
	background: #F0FAFA;
	border: 1px solid #C3DBDB;
	border-radius: 6px;	
}

.calculator_room_select .choices__list--dropdown {
	background: #F0FAFA;
	border: 1px solid #C3DBDB;
}

.calculator_room_select .choices[data-type*=select-one]::after {
	background: url('./../img/select_arrow.svg');
	background-repeat: no-repeat;
	border: none;
	width: 13.33px;
	height: 7.33px;
	transition: all 0.3s ease 0s;
}

.calculator_room_select .choices[data-type*=select-one].is-open::after {
	margin-top: 0;
	transform: rotate(180deg);
}

.choices__list--dropdown {
	z-index: 20 !important;
}

.calculator_room_number {
	display: flex;
	align-items: center;
}

.calculator_room_number label {
	font: normal 400 14px/18px Montserrat;
	color: #0B2034;
}

.calculator_room_number_wrap {
	border: 1px solid #82BBBB;
	border-radius: 8px;
	padding: 5px 13px;
	display: flex;
    align-items: center;
    max-width: 94px;
    width: 100%;
    padding: 5px 13px;
	margin: 0px 11px;
}

.calculator_room_number_wrap button,
.calculator_room_number_wrap input {
	border: none;
	background: transparent;
}

.calculator_room_number_wrap button {
	font-size: 16px;
    color: #82BBBB;
    cursor: pointer;
}

.calculator_room_number_wrap input[type="number"]::-webkit-outer-spin-button,
.calculator_room_number_wrap input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

.calculator_room_number_wrap input {
	width: 100%;
    text-align: center;
}

.room_type_image {
    height: 300px;
    width: 415px;
    background: #808080;
    border-radius: 5px;
}

.room_type_image img {
	display: none;
    width: 415px;
    max-height: 300px;
    height: 100%;
    object-fit: cover;
	border-radius: 5px;
}

.room_type_image img:first-child {
	display: block;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: rgb(61, 61, 75, 0.8);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 11;
	bottom: 140%;
    left: -50%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 3.5%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: rgb(61, 61, 75, 0.8) transparent transparent transparent;
}

.add_new_room {
	padding: 6px 11px;
	background: rgba(12, 172, 172, 0.08);
	border-radius: 6px;
	width: fit-content;
	display: flex;
    align-items: center;
	margin-top: 12px;
	cursor: pointer;
}

.calc_btn {
	display: flex;
	align-items: center;
}

#slider_v3-3 {
	background-image: url(/img/slider_v3/banner-2-v3.png);
}

@media screen and (max-width: 560px) {
	#slider_v3-3 {
		background-image: url(/img/slider_v3/banner-2-mob-v3.png);
	}
}

.calc_btn svg {
	margin-right: 11px;
}

.add_new_room svg {
	margin-right: 15px;
}

.calculator_form_room {
	margin-top: 24px;
}

.calculator_form_room:first-child {
	margin-top: 0;
}

.calc_button_wrap {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 29px;
}

.calculator_next_tab {
	font: normal 600 16px/10px Montserrat;
	text-align: center;
	color: #FFFFFF;
	padding: 19px 29px;
	background: #FF7D12;
	border-radius: 40px;
	width: fit-content;
    margin-left: 20px;
	cursor: pointer;
	border: none;
    display: block;
}

.calculator_prev_tab {
	font: normal 600 16px/10px Montserrat;
	text-align: center;
	color: red;
	background: transparent;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.slider_list {
	position: relative;
	padding-left: 1.5rem;
}

#slider_v3_9-99 {
	position: absolute;
	bottom: 130px;
    left: 70%;
    width: 235px;
    height: 196.45px;
}

.slider_text_yellow_bold {
	margin-top: 22px;
	font: normal 700 32px/53px Montserrat;
	color: #FFE500;
}

.calculator_form_item_title {
	font: normal 400 25px/146% Montserrat;
	color: #0B2034;
	margin-bottom: 30px;
}

.calculator_item_inputs,
.calculator_item_radios {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calculator_item_input {
	position: relative;
	max-width: 230px;
	width: 100%;
}

.calculator_item_input label {
	font: normal 400 14px/18px Montserrat;
	color: #55556D;
	position: absolute;
	bottom: 80%;
    left: 10%;
	background: #F0FAFA;
	padding: 0px 5px;
}

.calculator_item_input input {
	background: #F0FAFA;
	border: 1px solid #C3DBDB;
	border-radius: 6px;
	padding: 16px 20px 10px 20px;
	width: 100%;
}

.calculator_item_input input::placeholder,
.calculator_item_input input {
	font: normal 400 16px/22px Montserrat;
	color: #0B2034;
}

.calculator_form_item:first-child {
	margin-top: 0;
}

.calculator_form_item {
	margin-top: 45px;
}

.calculator_item_radio {
	padding: 17px 22px;
	border: 1px solid #C8DFDF;
	border-radius: 5px;
	margin-right: 16px;
	width: auto;
}

.calculator_item_radio:last-child {
	margin-right: 0;
}

.calculator_next_tab-right {
	margin: 29px 49px 0px auto;
}

.calculator_item_radio label {
	font: normal 400 16px/22px Montserrat;
	color: #0B2034;
	position: relative;
	margin-right: 60px;
}

.calculator_item_radio label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 20px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #C8DFDF;
}

.calculator_item_radio label::after {
	content: '';
	position: absolute;
	top: 6px;
	margin-left: 25.5px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: #0CACAC;
}

.calculator_item_radio input {
	display: none;
}

.calculator_item_radio input:checked + label::before {
	border-color: #0CACAC;
}

.calculator_item_radio input:checked + label::after {
	width: 12px;
	height: 12px;
}

.calculator_form_tab_title {
	font: normal 400 45px/148% Montserrat;
	text-align: center;
	color: #000000;
}

.calculator_success {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.calculator_success_text {
	font: normal 400 30px/145% Montserrat;
	color: #0B2034;
	margin-left: 36px;
	max-width: 80%;
	width: 100%;
}

.calculator_section {
	position: relative;
}

#calc-form {
	position: absolute;
	top: -30%;
}

.calculator_form_tab {
	display: none;
	padding-bottom: 30px;
	transform: scale(0);
    transition: all 0.3s ease 0s;
}

.calculator_form_tab.active {
	display: block;
	transform: scale(1);
}

.room_type_text {
	font: normal 500 14px/17px Montserrat;
	color: #0B2034;
	opacity: 0.7;
	margin-top: 10px;
}

.room_type_text span {
	font-weight: 700;
}

.calculator_next_tab span {
	font-weight: 300;
}

.calculator_room_select .tooltip {
	position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 12.5px;
    margin-top: -0.625em;
}

.choices {
	margin-bottom: 0;
}

.slider_title_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.slider_title_span {
	font: normal 700 25px/124% Montserrat;
	color: #FFE500;
	margin-top: 15px;
}

.purple-txt_v4 {
	padding: 34px !important;
	width: 600px;
}

/* mobile calc block */
.mobile_calc_inputs {
	display: none;
}
/* mobile calc block */

@media screen and (max-width: 1100px) {
	.calculator_form_tab-flex,
	.calculator_item_inputs, .calculator_item_radios {
		flex-wrap: wrap;
	}

	.calculator_item_inputs, .calculator_item_radios {
		justify-content: flex-start;
	}

	.calculator_form_right {
		margin-top: 20px;
		width: 100%;
	}

	.room_type_image {
		width: 100%;
	}

	#calc-form {
		position: absolute;
		top: -10%;
	}

	.calculator_wrap {
		margin: 0px 20px;
	}

	.calculator_item_input,
	.calculator_item_radio {
		margin-bottom: 20px;
	}

	.calculator_option_room, .calculator_form_wrap {
		padding: 20px;
	}
	
	.header_notification {
		display: none;
	}

	.tooltip .tooltiptext {
		right: auto;
		left: -200px;
		width: 250px;
	}
	
	.tooltip .tooltiptext::after {
		right: 13%;
		/* right: auto; */
		left: auto;
	}
}

@media screen and (max-width: 900px) {
	#slider_v3_9-99 {
		bottom: 180px;
		left: 85%;
		width: 114px;
    	height: 99.33px;
	}

	.calculator_section_title {
		line-height: 1.4;
		font-size: 28px;
	}

	.tooltip .tooltiptext {
		right: auto;
		left: -200px;
	}
	.tooltip .tooltiptext::after {
		right: 13%;
		/* right: auto; */
		left: auto;
	}
}

.mobile_calc_inputs {
	margin-top: 40px;
}

.calculator_room_number label {
    max-width: 130px;
    width: 100%;
}

.mobile_calc_inputs .calculator_room_input {
	margin-top: 20px;
}

.mobile_calc_inputs .calculator_room_input:first-child {
	margin-top: 0px;
}

@media screen and (max-width: 760px) {
	.calculator_next_tab-right {
		margin: 23px auto 0px auto;
	}

	.calculator_wrap_header_box {
		margin-right: 0;
	}

	.calculator_form_tab-flex {
		padding-bottom: 0;
	}

	.add_new_room {
		margin-top: 27px;
	}

	.calculator_form_left .calculator_room_input {
		display: none;
	}

	.mobile_calc_inputs {
		display: block;
	}

	.calculator_wrap_header {
		flex-wrap: wrap;
	}

	.calculator_wrap_header_box {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.calculator_wrap_header p {
		padding: 0px 20px;
	}

	.calculator_option_room {
		padding: 20px;
	}

	.calculator_form_tab_title {
		font-size: 24px;
		line-height: 48px;
	}

	.calculator_success_text {
		font-size: 18px;
		margin-left: 10px;
	}

	.calculator_success_icon svg {
		width: 40px;
		height: 40px;
	}

	.calculator_success {
		margin-top: 0;
	}


}

@media screen and (max-width: 640px) {
	.calculator_room_item {
		display: block;
	}

	.calculator_room_select {
		margin-bottom: 20px;
	}

	.room_type_image img {
		width: 100%;
	}

	.txt-wrapper,
	.txt {
		width: 100%;
	}

	#slider_v3_9-99 {
		left: 80%;
	}

	.purple-txt_v4 {
		max-width: 600px;
		width: 100%;
	}

	.slider_title_wrap {
		flex-wrap: wrap-reverse;
    	align-items: flex-end;
	}

	.slider_title_span {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.tooltip .tooltiptext {
		right: auto;
		left: -100px;
	}

	.tooltip .tooltiptext::after {
		left: 40%;
		right: auto;
	}
}

@media screen and (max-width: 560px) {
	#slider_v3_9-99 {
		left: 72%;
		top: 20px;
		bottom: 0;
	}

	#section-slider-v3 .purple-txt {
		padding: 22px 18px !important;
	}

	/* .calculator_room_item .tooltip {
		display: none;
	} */

	.tooltip .tooltiptext {
		width: 150px;
		right: 100%;
		left: auto;
		margin-right: 10px;
		bottom: 0;
	}

	.tooltip .tooltiptext::after {
		right: auto;
		left: 100% !important;
		transform: rotate(-90deg);
		margin-left: 0px;
		top: auto;
	}

	.calculator_room_select {
		max-width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.tooltip .tooltiptext {
		width: 100px;
	}
}

@media screen and (max-width: 760px) {
	#slider_v3-3 .btn {
		width: 100% !important;
		text-align: center;
	}

	#slider_v3-3 .btn b {
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
	}

	#slider_v3-3 .tx-toolbar {
		margin-top: 18px !important;
	}

	#slider_v3-3 .txt-wrapper {
		padding: 50px 0 250px 0 !important;
	}
}