/*Default settings*/
*,html,body {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	     box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
	font-family: 'Montserrat', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select:none;
	-ms-user-select: none;
	user-select: none;

}


.cbalink{
	display: none;
}


.preloader{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: white;
	display: block;
	z-index: 3;
}



.bubblingG {
	text-align: center;
	width:100px;
	height:63px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 31px auto;
	background: rgba(112,138,106,0.99);
	border-radius: 63px;
		-o-border-radius: 63px;
		-ms-border-radius: 63px;
		-webkit-border-radius: 63px;
		-moz-border-radius: 63px;
	animation: bubblingG 0.845s infinite alternate;
		-o-animation: bubblingG 0.845s infinite alternate;
		-ms-animation: bubblingG 0.845s infinite alternate;
		-webkit-animation: bubblingG 0.845s infinite alternate;
		-moz-animation: bubblingG 0.845s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.2495s;
		-o-animation-delay: 0.2495s;
		-ms-animation-delay: 0.2495s;
		-webkit-animation-delay: 0.2495s;
		-moz-animation-delay: 0.2495s;
}

#bubblingG_3 {
	animation-delay: 0.509s;
		-o-animation-delay: 0.509s;
		-ms-animation-delay: 0.509s;
		-webkit-animation-delay: 0.509s;
		-moz-animation-delay: 0.509s;
}



@keyframes bubblingG {
	0% {
		width: 13px;
		height: 13px;
		background-color:rgba(170,230,225,0.95);
		-webkit-transform: translateY(0);
		     transform: translateY(0);
	}

	100% {
		width: 30px;
		height: 30px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-26px);
		     transform: translateY(-26px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 13px;
		height: 13px;
		background-color:rgba(170,230,225,0.95);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 30px;
		height: 30px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-26px);
	}
}








img { pointer-events: none; }

.container{
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0px 50px;
}

.capMenu{
	width: 100%;
	height: 80px;
	position: relative;
	left: 0;
	right: 0;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo a img{
	width: 100px;
}
.home_back{
	width: 100px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.home_back p{
	display: none;
}


.home_back .home{
	width: 28px;
	height: 25px;
	background: url(../img/home.png) no-repeat;
	background-size: cover;

}


.home_back:hover .home{
	background: url(../img/home-hover.png) no-repeat;
	background-size: cover;
}



.logo a img{
	pointer-events: visiblePainted;
}

article{
	width: 100%;
}


.first-soft{
	width: 100%;
	height: 703px;
	position: relative;
	margin-top: 50px;
}

.interbg1, .interbg2{
	display: none;
}


.interbg{
	display: none;
}


.first-soft img{
	display: none;
}

.first-soft h1{
	color: #aa5d5c;
	font-weight: 700;
	font-size: 8vw;
	position: relative;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	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;
}

.first-soft #p1{
	display: none;
}


.first-soft #p2{
	color: #e4cbce;
	font-weight: 600;
	font-size: 3vw;
	position: relative;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
	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;
}

.first-soft #p3{
	color: #87644e;
	font-weight: 400;
	font-size: 2.6vw;
	position: relative;
	top: 40px;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
	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;
}

.first-soft #p4{
	color: #624b53;
	font-weight: 400;
	font-size: 2.5vw;
	position: relative;
	top: 80px;
	right: 0;
	left: 0;
	margin: auto;
}

.first-soft #p5{
	color: #624b53;
	font-weight: 500;
	font-size: 2.5vw;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 100px;
	text-align: center;
}

.first-soft .danger{
	width: 34px;
	height: 29px;
	background: url(../img/danger.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 140px;
}


.first-soft .butBuy{
	width: 148px;
	height: 42px;
	border-radius: 21px;
	background: #aa5d5c;
	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;
	color: white;
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 430px;
	-webkit-animation: fadeINscape 2s;
	        animation: fadeINscape 2s;
	cursor: pointer;
}

.first-soft .butBuy:hover{
	-webkit-box-shadow: 0 5px 10px rgba(107, 63, 63, 0.15);
	        box-shadow: 0 5px 10px rgba(107, 63, 63, 0.15);
}

.first-soft .copy{
	width: 168px;
	height: 13px;
	color: #000000;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 300;
	line-height: 20px;
	position: absolute;
	text-align: center;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

.first-soft .designer{
	width: 187px;
	height: 13px;
	color: #000000;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 300;
	line-height: 20px;
	position: absolute;
	text-align: center;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}


.formBuy{
	width: 100%;
}



.formBuy .powderForm{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
	display: none;
}


.formBuy .leftBack{
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	border-radius: 21px;
	background-color: #ffffff;
	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;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	position: absolute;
	top: 25px;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}

.formBuy .leftBack:hover{
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	border-radius: 21px;
	background-color: #ffffff;
	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;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	position: absolute;
	top: 25px;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}

.formBuy .leftBack .leftA{
	width: 15px;
	height: 15px;
	opacity: .8;
}


.feedback{
	width: 300px;
	height: 400px;
	background: white;
	-webkit-box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28);
	     box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28);
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
	display: none;
}

.feedback img{
	width: 70px;
	height: 65px;
	position: absolute;
	left: 50px;
	margin: auto;
	top: 40px;
}

.feedback .money{
	width: 100px;
	height: auto;
	position: absolute;
	right: 45px;
	top: 50px;
	color: #68879f;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
}

.feedback .name{
	width: 200px;
	height: 30px;
	border-bottom: 2px solid rgba(0,0,0, .1);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 120px;
	background: transparent;
	text-align: center;
}

.feedback .email{
	width: 200px;
	height: 30px;
	border-bottom: 2px solid rgba(0,0,0, .1);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 170px;
	background: transparent;
	text-align: center;
}

.feedback .or{
	width: 100px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 220px;
	color: #68879f;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.feedback .phone{
	width: 200px;
	height: 30px;
	border-bottom: 2px solid rgba(0,0,0, .1);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 250px;
	background: transparent;
	text-align: center;
}

.form-control::-webkit-input-placeholder {
	text-align: center;
	color: #68879f;
	font-weight: 500;
	opacity: .8;
}


input::-webkit-input-placeholder       {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}

.btn{
	width: 129px;
	height: 42px;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	border-radius: 21px;
	background-color: #ffffff;
	border: none;
	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;
	color: #68879f;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 40px;
}

.btn:hover{
	width: 129px;
	height: 42px;
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}


.confirmForm{
	width: 600px;
	height: 100px;
	background: white;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 400px;
	display: none;
	-ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}

.confirmBack{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 550px;
	border-radius: 20px;
	background: white;
	-webkit-box-shadow: 0 2px 10px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 2px 10px rgba(63, 63, 64, 0.15);
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.confirmBack:hover{
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}

.confirmBack .leftA{
	width: 15px;
	height: 15px;
	opacity: .8;
}


.spandent{
	font-size: .5em;
	vertical-align: text-top;
	color: #68879f;
}