/*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: 1330px;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0px 50px;
}
.capMenu{
	width: 1230px;
	height: 38px;
	position: relative;
	left: 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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.burger{
	display: none;
	width: 0;
	height: 0;
}

.menu_laptop{
	display: none;
	width: 0;
	height: 0;
}


.menu{
	width: 630px;
	height: 75px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu ul{
	width: 530px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	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;
}


.menu li a{
	color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	border: none;
	cursor: pointer;
}

.menu li a:hover{
	color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #000000;
}



.map-button{
	cursor: pointer;
}

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


.formBuy{
	width: 1330px;
	height: 5000px;
	background: rgba(255,255,255, .95);
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.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: 200px;
	display: none;
}

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

.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: 150px;
	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: 200px;
	background: transparent;
	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: #718772;
	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: #428957;
	font-family: Raleway;
	font-size: 14px;
	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;
}


article{
	width: 1230px;
}


.first{
	width: 1230px;
	height: 803px;
	position: relative;
	margin-top: 100px;
	background: white;
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}

.first h1{
	color: #acc3ab;
	font-family: Raleway;
	font-size: 100px;
	font-weight: 400;
	position: absolute;
	left: 100px;
	top: 100px;
}

.spandent{
	font-size: .3em;
	vertical-align: text-top;
	color: #acc3ab;
}

.first h2{
	color: #61849e;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	left: 100px;
	top: 210px;
}

.first p{
	width: 473px;
	height: 165px;
	color: #626262;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 300px;
}

.buy{
	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;
	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: #428957;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	cursor: pointer;
}

.buy: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);
	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;
	color: #428957;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
}


.first .buy{
	position: absolute;
	top: 500px;
	left: 170px;
}

.first .bottles{
	width: 735px;
	height: 803px;
	position: absolute;
	right: 0;
	top: 0;
}


.newart{
	width: 1230px;
	height: 803px;
	position: absolute;
	margin-top: 150px;
}

.newart h2{
	color: #c1949f;
	font-family: Raleway;
	font-size: 60px;
	font-weight: 400;
	position: absolute;
	right: 0px;
	top: 180px;
}

.newart .spandent2{
	font-size: .3em;
	vertical-align: text-top;
	color: #c1949f;
}



.powdernewart{
	width: 630px;
	height: 570px;
	position: absolute;
	left: 0;
	top: 25px;
	background: url(../img/new-bg-powder1.png) no-repeat;
	background-size: cover;
	-webkit-animation: pulsingbg 4s infinite;
	        animation: pulsingbg 4s infinite;
}


#powder-button-soft{
	width: 45%;
	height: 45%;
	position: absolute;
	left: 0;
	top: 0;
}
#powder-button-softcomfort{
	width: 45%;
	height: 45%;
	position: absolute;
	right: 0;
	top: 0;
}
#powder-button-extra{
	width: 45%;
	height: 45%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.newart .npw1{
	width: 473px;
	height: 165px;
	color: #a2878e;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 280px;
}

.newart .npw2{
	width: 473px;
	height: 165px;
	color: #979dac;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 410px;
}

.newart #softpage{
	width: 100px;
	height: 40px;
	background: white;
	border-radius: 20px;
	color: #cf9fab;
	position: absolute;
	top: 360px;
	right: 200px;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	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: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
}

.newart #softpage:hover{
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}

.newart #softcomfortpage{
	width: 180px;
	height: 40px;
	background: white;
	border-radius: 20px;
	color: #b88784;
	position: absolute;
	top: 360px;
	right: 0px;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	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: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
}

.newart #softcomfortpage:hover{
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}

.newart #extrapage{
	width: 180px;
	height: 40px;
	background: white;
	border-radius: 20px;
	color: #8f94a2;
	position: absolute;
	top: 490px;
	right: 0px;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 500;
	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: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
}

.newart #extrapage:hover{
	-webkit-box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 2px 2px rgba(63, 63, 64, 0.15);
}



@-webkit-keyframes pulsingbg{
  0% {
    background: url(../img/new-bg-powder1.png) no-repeat;
	background-size: cover;
  }
  35% {
    background: url(../img/new-bg-powder2.png) no-repeat;
	background-size: cover;
  }
  65% {
    background: url(../img/new-bg-powder3.png) no-repeat;
	background-size: cover;
  }
  100% {
    background: url(../img/new-bg-powder1.png) no-repeat;
	background-size: cover;
	}
}



.two{
	width: 1230px;
	height: 740px;
	position: relative;
	margin-top: 203px;
}

.two h2{
	width: 300px;
	height: 28px;
	color: #040404;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
	text-align: center;
}


.Word{
	color: #28a9ab;
}

.two .flour{
	width: 500px;
	height: 22px;
	color: #040404;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 300;
	padding-top: 20px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}

.two .content{
	width: 1230px;
	height: 538px;
	margin-top: 50px;
	position: relative;
}

.two .content .neutral_bottle{
	width: 450px;
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     transform: scale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.two .content .mint_bottle{
	width: 450px;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.two .content .pineapple_bottle{
	width: 450px;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.two .content .cherry_bottle{
	width: 450px;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.two .content .lemon_bottle{
	width: 450px;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.two .content .cassis_bottle{
	width: 450px;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}


.two .content .flourbutton{
	width: 100px;
	position: absolute;
	left: 600px;
	top: 35px;
	pointer-events: visiblePainted;
}


.button_neutral{
	opacity: 1;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_mint{
	opacity: .2;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_cherry{
	opacity: .2;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_pineapple{
	opacity: .2;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_cassis{
	opacity: .2;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_lemon{
	opacity: .2;
	margin-top: 35px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}

.button_neutral:hover{
	opacity: 1;
}
.button_mint:hover{
	opacity: 1;
}
.button_cherry:hover{
	opacity: 1;
}
.button_pineapple:hover{
	opacity: 1;
}
.button_cassis:hover{
	opacity: 1;
}
.button_lemon:hover{
	opacity: 1;
}



.two .content p{
	width: 364px;
	height: 428px;
	color: #000000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 35px;
}


.tree{
	width: 1230px;
	height: 800px;
	position: relative;
	margin-top: 100px;
	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;
}

.tree .text{
	width: 390px;
	height: 340px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tree .text h2:nth-child(1){
	width: 380px;
	height: 36px;
	opacity: 0.1;
	color: #6bb266;
	font-family: "Raleway";
	text-align: right;
	font-size: 45px;
	font-weight: 500;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.tree .text h2:nth-child(2){
	width: 336px;
	height: 22px;
	color: #6bb266;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0px;
}

.tree .text .button{
	width: 319px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #ddddde;
	position: absolute;
	right: 0;
	top: 80px;
}

.tree .text .button .classic{
	width: 77px;
	height: 50px;
	color: #6bb266;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	left: 40px;
	cursor: default;
}

.tree .text .button .slidebutton{
	width: 129px;
	height: 42px;
	-webkit-box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	border-radius: 21px;
	background-color: #ffffff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 10px;
	top: 2px;
}



.tree .text .button .comfort{
	width: 140px;
	height: 50px;
	color: #6bb266;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	right: -20px;
	cursor: pointer;
}

.tree .text .infoClassic{
	width: 267px;
	height: 114px;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 165px;
	right: 0px;
}

.tree .text .infoComfort{
	display: none;
	width: 267px;
	height: 114px;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 165px;
	right: 0px;
}

.tree .text .moreClassic{
	width: 100px;
	height: 9px;
	opacity: 0.8;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;

}

.tree .text .moreClassic:hover{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 20px;

}

.tree .text .moreComfort{
	display: none;
	width: 100px;
	height: 9px;
	opacity: 0.8;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;

}

.tree .text .moreComfort:hover{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.tree .textClassic{
	width: 540px;
	height: 440px;
	position: absolute;
	left: 0;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	display: none;
}

.tree .textComfort{
	width: 540px;
	height: 440px;
	position: absolute;
	left: 0;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	display: none;
}


.tree .textClassic .back{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tree .textClassic .back:hover{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 30px;
	cursor: pointer;
}


.tree .textComfort .back{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tree .textComfort .back:hover{
	width: 150px;
	height: 9px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 30px;
	cursor: pointer;
}

.tree .textClassic p{
	width: 500px;
	height: 380px;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 60px;
	right: 20px;
}

.tree .textComfort p{
	width: 500px;
	height: 380px;
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 60px;
	right: 20px;
}





.tree .slideimg{
	width: 610px;
	height: 440px;
	position: absolute;
	right: 0;
}

.tree .mbslideimg{
	display: none;
	width: 0;
	height: 0;
}

.tree .slideimg .slideClassic{
	width: 272px;
	height: 438px;
	position: absolute;
	-webkit-box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	border-radius: 12px;
	right: 268px;
	top: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tree .slideimg .slideComfort{
	width: 272px;
	height: 438px;
	position: absolute;
	-webkit-box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	     box-shadow: 0 10px 50px rgba(93, 95, 101, 0.28), 0 5px 20px rgba(63, 63, 64, 0.15);
	border-radius: 12px;
	right: 0px;
	top: 0px;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	     transform: scale(.8);
	/* -webkit-filter: grayscale(100%);
	        filter: grayscale(100%); */
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.tree .slideimg .slideClassic p:nth-child(1), .tree .slideimg .slideComfort p:nth-child(1){
	width: 200px;
	height: 14px;
	color: #70b16b;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 60px;
}

.tree .slideimg .slideClassic p:nth-child(2), .tree .slideimg .slideComfort p:nth-child(2){
	width: 100px;
	height: 11px;
	color: #808080;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 80px;
}

.four{
	width: 1230px;
	height: 660px;
	position: relative;
	margin-top: 200px;
}

.four img{
	width: 1116px;
	height: 690px;
	position: absolute;
	right: 48px;
	top: 0;
}


.four img:nth-child(2){
	display: none;
	width: 0;
	height: 0;
}

.four .textbackground{
	width: 333px;
	height: 211px;
	background: white;
	opacity: 0.77; 
	position: absolute;
	left: 200px;
	top: 350px;
}

.four .text{
	width: 333px;
	height: 211px;
	padding: 45px 45px;
	position: absolute;
	left: 200px;
	top: 350px;
}

.four .text h2{
	width: 250px;
	height: 112px;
	opacity: 0.89;
	color: #39814a;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.four .text .buy{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -20px;
	font-size: 12px;
}


.certificate{
	width: 129px;
	height: 42px;
	display: none;
	-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: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;*/
	color: #39814a;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	padding: 15px 15px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: -20px;
}


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

.certificate .download{
	width: 14px;
	height: 14px;
	position: initial;
}

.backgroundAvaliable{
	width: 1230px;
	height: 180px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 300px;
	background: url(../img/bg300g.png) no-repeat center;
}


.backgroundAvaliable .textImg{
	width: 400px;
	height: 32px;
	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;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 75px;
}

.backgroundAvaliable h2{
	width: 301px;
	height: 23px;
	color: #cbcbcb;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	
}


.five{
	width: 1230px;
	height: 500px;
	position: relative;
	margin-top: 550px;
}


.five h2{
	width: 137px;
	height: 18px;
	color: #000000;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
}

.five .content{
	width: 680px;
	height: 350px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
}

.five .content .worldMap{
	width: 653px;
	height: 326px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 12px;
}

.five .content .ukr{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 85px;
	right: 315px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	pointer-events: visiblePainted;
}

.five .content .ukr:hover{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 85px;
	right: 315px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     transform: scale(1);
}

.five .content .pol{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 70px;
	right: 355px;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	     transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	pointer-events: visiblePainted;
}

.five .content .pol:hover{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 70px;
	right: 355px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     transform: scale(1);
}

.five .content .rus{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 55px;
	right: 270px;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	     transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	pointer-events: visiblePainted;
}

.five .content .rus:hover{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 55px;
	right: 270px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     transform: scale(1);
}

.five .content .rus2{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 65px;
	right: 200px;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	     transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	pointer-events: visiblePainted;
}

.five .content .rus2:hover{
	width: 33px;
	height: 43px;
	position: absolute;
	top: 65px;
	right: 200px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     transform: scale(1);
}


.five .content .ukrbg{
	width: 192px;
	height: 275px;
	position: absolute;
	top: 30px;
	left: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.five .content .polbg{
	width: 192px;
	height: 275px;
	position: absolute;
	top: 30px;
	left: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.five .content .rusbg{
	width: 192px;
	height: 275px;
	position: absolute;
	top: 30px;
	left: 50px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.five .content .rusbg2{
	width: 192px;
	height: 275px;
	position: absolute;
	top: 30px;
	left: 50px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.five .content .ukrText{
	display: initial;
	width: 130px;
	height: 275px;
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 80px;
	pointer-events: auto;
	cursor: pointer;
}

.five .content .rusText{
	display: none;
	width: 130px;
	height: 275px;
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 80px;
	pointer-events: none;
	cursor: default;
}

.five .content .rusText2{
	display: none;
	width: 130px;
	height: 275px;
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 80px;
	pointer-events: none;
	cursor: default;
}

.five .content .polText{
	display: none;
	width: 130px;
	height: 275px;;
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 80px;
	pointer-events: none;
	cursor: default;
}

.mbbuttondis, .mbTextdis{
	display: none;
	width: 0;
	height: 0;
}



.six{
	width: 1230px;
	height: 410px;
	position: relative;
	margin-top: 300px;
}

.six h2{
	width: 350px;
	height: 54px;
	opacity: 0.2;
	color: #000000;
	font-family: Montserrat;
	font-size: 72px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 373px;
}


.six .aboutBg{
	width: 569px;
	height: 383px;
	position: relative;
	left: 0;
	top: 35px;
}

.six p{
	width: 830px;
	height: 230px;
	background-color: #fcfcfd;
	padding: 15px 15px;
	color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 130px;
}

footer{
	width: 1230px;
	height: 300px;
	background: url(../img/footerBg.png) no-repeat center;
	position: relative;
	margin-top: 500px;
}


footer .powderFooter{
	width: 464px;
	height: 483px;
	position: absolute;
	right: 50px;
	top: -232px;
}

footer .logo{
	width: 182px;
	height: 70px;
	position: absolute;
	left: 50px;
	top: -35px;
}

footer h2{
	width: 385px;
	height: 67px;
	opacity: 0.35;
	color: #000000;
	font-family: Montserrat;
	font-size: 94px;
	font-weight: 700;
	position: absolute;
	top: -55px;
	right: 250px;
}

footer .textFooter{
	width: 259px;
	height: 125px;
	color: #000000;
	font-family: Raleway;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 80px;
	left: 50px;
}

footer .contactText{
	width: 600px;
	height: auto;
	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;
	position: absolute;
	top: 110px;
	right: 200px;
}


footer .contactText li{
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}


footer .contactText2{
	width: 600px;
	height: auto;
	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;
	position: absolute;
	top: 160px;
	right: 200px;
}


footer .contactText2 li{
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}

footer .contactText li a{
	color: black;
}

footer .contactText2 li a{
	color: black;
}

.map-button{
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}




footer .copy{
	width: 168px;
	height: 13px;
	color: #000000;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	position: absolute;
	bottom: 30px;
	left: 50px;
}

footer .designer{
	width: 187px;
	height: 13px;
	color: #000000;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	position: absolute;
	bottom: 30px;
	right: 50px;
}


.lang-page{
	width: 100px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 15px;
}

.lang-page a{
	width: auto;
	height: auto;
}

.lang_en{
	width: 25px;
	height: 25px;
	opacity: 1;
}

.lang_ukr{
	width: 20px;
	height: 20px;
	opacity: .2;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.lang_rus{
	width: 20px;
	height: 20px;
	opacity: .2;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}



.buttonUp{
	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;
	color: #428957;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	position: fixed;
	bottom: 50px;
	right: 100px;
	opacity: .2;
	cursor: pointer;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	     transform: scale(0);
}

.buttonUp: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;
	color: #428957;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	position: fixed;
	bottom: 50px;
	right: 100px;
	opacity: 1;
}

.buttonUp img{
	width: 20px;
	height: 20px;
}

.mblang-page{
	display: none;
	width: 0;
	height: 0;
}




