/*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: 'Montserrat', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select:none;
	-ms-user-select: none;
	user-select: 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;
}


.burger{
	width: 40px;
	height: 40px;
	opacity: .6;
	cursor: pointer;
	position: absolute;
	right: 0;
	display: block;
}

.burger img{
	width: 40px;
	height: 40px;
}

.closeburger{
	width: 40px;
	height: 40px;
	opacity: .6;
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: 50px;
	display: none;
}

.closeburger img{
	width: 40px;
	height: 40px;
}

.menu_laptop{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
}


.menu_laptop ul{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.menu_laptop ul li{
	width: 100%;
	height: 150px;
	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;
}


.menu_laptop li a{
	color: #000000;
	font-family: Montserrat;
	font-size: 2em;
	font-weight: 300;
	border: none;
	cursor: pointer;
}

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


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

.powderForm{
	top: 0;
}

.leftBack{
	top: 450px;
}

.leftBack:hover{
	top: 450px;
}

.feedback{
	top: 50px;
}


.lang-page{
	display: none;
}



article{
	width: 100%;
}


.first{
	width: 100%;
	height: 803px;
	position: relative;
	margin-top: 180px;
}

.first h1{
	width: 100%;
	color: #acc3ab;
	font-family: Montserrat;
	font-size: 7em;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

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

.first h2{
	width: 100%;
	color: #61849e;
	font-family: Montserrat;
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	top: 130px;
}

.first p{
	width: 500px;
	height: auto;
	color: #626262;
	font-family: Montserrat;
	padding: 20px 20px;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 250px;
	background: rgba(255,255,255, .9);
	border-radius: 20px;
}

.buy{
	width: 200px;
	height: 60px;
	-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: Montserrat;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	cursor: pointer;
}

.buy:hover{
	width: 200px;
	height: 60px;
	-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: Montserrat;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
}


.first .buy{
	position: absolute;
	top: 635px;
	left: 0;
	right: 0;
	margin: auto;
}


.first .bottles{
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}



.newart{
	width: 100%;
	height: 803px;
	position: absolute;
	margin-top: 180px;
	left: 0;
	right: 0;

}

.newart h2{
	color: #c1949f;
	font-family: Raleway;
	font-size: 60px;
	font-weight: 400;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 120px;
	text-align: center;
}

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



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

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

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

.newart #softpage{
	width: 100px;
	height: 40px;
	background: white;
	border-radius: 20px;
	color: #cf9fab;
	position: absolute;
	top: 360px;
	left: 0;
	right: 0;
	margin: auto;
	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: 420px;
	left: 0;
	right: 0;
	margin: auto;
	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: 560px;
	right: 0;
	left: 0;
	margin: auto;
	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: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
}

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


.Word{
	color: #28a9ab;
}

.two .flour{
	width: 100%;
	height: auto;
	color: #040404;
	font-family: Montserrat;
	font-size: 1.7em;
	font-weight: 300;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	top: 480px;
	left: 0;
}

.two .content{
	width: 100%;
	height: 600px;
	margin-top: 0px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	top: 0px;
}

.two .content .neutral_bottle{
	width: 300px;
	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: 300px;
	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: 300px;
	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: 300px;
	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: 300px;
	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: 300px;
	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: 550px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 350px;
	pointer-events: visiblePainted;
	padding: 0 20px;
	border-radius: 20px;
	background: white;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
}

.two .content .flourbutton li{
	width: 50px;
	height: 50px;
	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;
}

.two .content .flourbutton li img{
	width: 35px;
	height: auto;
}



.button_neutral{
	opacity: 1;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_mint{
	opacity: .2;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_cherry{
	opacity: .2;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_pineapple{
	opacity: .2;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_cassis{
	opacity: .2;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: visiblePainted;
}
.button_lemon{
	opacity: .2;
	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: 500px;
	height: auto;
	color: #000000;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 570px;
	padding: 0px 25px 25px 25px;
	border-radius: 20px;
	background: white;
	-webkit-box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
	        box-shadow: 0 5px 20px rgba(63, 63, 64, 0.15);
}


.tree{
	width: 100%;
	height: 800px;
	position: relative;
	margin-top: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tree .text{
	width: 500px;
	height: 700px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.tree .text h2:nth-child(1){
	width: 100%;
	height: auto;
	opacity: 0.1;
	color: #6bb266;
	font-family: "Montserrat";
	text-align: center;
	font-size: 3em;
	font-weight: 500;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
}

.tree .text h2:nth-child(2){
	width: 100%;
	height: auto;
	color: #6bb266;
	font-family: Montserrat;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 0px;
	left: 0;
	margin: auto;
}

.tree .text .button{
	display: none;
	width: 0;
	height: 0;
}


.tree .text .infoClassic{
	width: 100%;
	height: 200px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 500px;
	right: 0;
	left: 0;
	margin: auto;
	background: white;
	padding: 25px 25px;
	border-radius: 20px;
}

.tree .text .infoComfort{
	display: none;
	width: 100%;
	height: 200px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 500px;
	right: 0;
	left: 0;
	margin: auto;
	background: white;
	padding: 25px 25px;
	border-radius: 20px;
}

.tree .text .moreClassic{
	width: 200px;
	height: 50px;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	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;
	background: white;
	-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: 20px;

}

.tree .text .moreClassic:hover{
	width: 198px;
	height: 48px;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	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;
	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);
	border-radius: 20px;

}

.tree .text .moreComfort{
	width: 200px;
	height: 50px;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: white;
	-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: 20px;
}

.tree .text .moreComfort:hover{
	width: 198px;
	height: 48px;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	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);
	border-radius: 20px;
}

.tree .textClassic{
	width: 500px;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-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;
	border-radius: 20px;
}

.tree .textComfort{
	width: 500px;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-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;
	border-radius: 20px;
}


.tree .textClassic .back{
	width: 200px;
	height: 50px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	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;
	background: white;
	-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: 20px;
}

.tree .textClassic .back:hover{
	width: 198px;
	height: 48px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	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;
	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);
	border-radius: 20px;
}


.tree .textComfort .back{
	width: 200px;
	height: 50px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	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;
	background: white;
	-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: 20px;
}

.tree .textComfort .back:hover{
	width: 198px;
	height: 48px;
	opacity: 1;
	color: #64aa55;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	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;
	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);
	border-radius: 20px;
}

.tree .textClassic p{
	width: 450px;
	height: 450px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0px;
	left: 0px;
	margin: auto;
}

.tree .textComfort p{
	width: 450px;
	height: 450px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0px;
	left: 0px;
	margin: auto;
}


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


.tree .mbslideimg{
	width: 500px;
	height: 450px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.tree .mbslideimg .mbslideClassic{
	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;
	left: 0px;
	top: 0px;
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	     transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.tree .mbslideimg .mbslideComfort{
	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(.6);
	    -ms-transform: scale(.6);
	     transform: scale(.6);
	/* -webkit-filter: grayscale(100%);
	        filter: grayscale(100%); */
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}


.tree .mbslideimg .mbslideClassic p:nth-child(1), .tree .mbslideimg .mbslideComfort p:nth-child(1){
	width: 250px;
	height: 14px;
	color: #70b16b;
	font-family: Montserrat;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 60px;
}

.tree .mbslideimg .mbslideClassic p:nth-child(2), .tree .mbslideimg .mbslideComfort p:nth-child(2){
	width: 250px;
	height: 11px;
	color: #808080;
	font-family: Montserrat;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 80px;
}


.four{
	width: 100%;
	height: 800px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}



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

.four img:nth-child(2){
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.four .textbackground{
	display: none;
	width: 0;
	height: 0;
}



.certificate{
	width: 200px;
	height: 60px;
	font-size: 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 350px;
}

.certificate:hover{
	width: 200px;
	height: 60px;
	font-size: 1.2em;
}



.four .text{
	width: 350px;
	height: 250px;
	background: rgba(255,255,255, .9);
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 300px;
}

.four .text h2{
	width: 300px;
	height: 200px;
	font-size: 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.four .text .buy{
	font-size: 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}


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




.five{
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 300px;
}


.five h2{
	width: 100%;
	height: auto;
	color: #000000;
	font-family: Montserrat;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
}

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

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

.five .content .ukr{
	display: none;
	width: 0;
	height: 0;
}

.five .content .pol{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rus{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rus2{
	display: none;
	width: 0;
	height: 0;
}


.five .content .ukrbg{
	display: none;
	width: 0;
	height: 0;
}

.five .content .polbg{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rusbg{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rusbg2{
	display: none;
	width: 0;
	height: 0;
}

.five .content .ukrText{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rusText{
	display: none;
	width: 0;
	height: 0;
}

.five .content .rusText2{
	display: none;
	width: 0;
	height: 0;
}

.five .content .polText{
	display: none;
	width: 0;
	height: 0;
}


.mbTextdis{
	display: block;
	width: 300px;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40px;
	background: white;
	border-radius: 20px;
	padding: 25px 25px;
}


.mbTextdis .mbukrText{
	display: block;
	width: 250px;
	height: 150px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	pointer-events: auto;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.mbTextdis .mbrusText{
	display: none;
	width: 250px;
	height: 150px;
	color: #000000;
	font-family: Montserrat;
	font-size: .9em;
	font-weight: 400;
	text-align: center;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	left: 0;
}

.mbTextdis .mbrusText2{
	display: none;
	width: 250px;
	height: 150px;
	color: #000000;
	font-family: Montserrat;
	font-size: .9em;
	font-weight: 400;
	text-align: center;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	right: 0;
}

.mbTextdis .mbpolText{
	display: none;
	width: 250px;
	height: 150px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	pointer-events: auto;
	cursor: default;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.mbbuttondis{
	width: 400px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.mbpoland{
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mbukraine{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.mbrussia{
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}



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

.six h2{
	width: 400px;
	height: 54px;
	opacity: 0.2;
	color: #000000;
	font-family: Montserrat;
	font-size: 5em;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}


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

.six p{
	width: 500px;
	height: auto;
	background-color: #fcfcfd;
	padding: 15px 15px;
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 300;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 130px;
}



footer{
	width: 600px;
	height: 350px;
	background: white;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 500px;
}


footer .powderFooter{
	width: 464px;
	height: 483px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -232px;
}

footer .logo{
	display: none;
	width: 0;
	height: 0;
}

footer h2{
	width: 385px;
	height: 67px;
	opacity: 0.35;
	color: #000000;
	font-family: Montserrat;
	font-size: 5em;
	font-weight: 700;
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;
	margin: auto;
}

footer .textFooter{
	width: 600px;
	height: 125px;
	color: #000000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	margin-bottom: 0;

}

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: 0;
	left: 0;
	margin: auto;
}


footer .contactText li{
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
}


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: 170px;
	right: 0;
	left: 0;
	margin: auto;
}


footer .contactText2 li{
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
}


.map-button{
	color: #000000;
	font-family: Montserrat;
	font-size: 1em;
	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: 20px;
	left: 0px;
}

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

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

.formBuy{
	width: 100%;
}

.mblang-page{
	width: 400px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 80px;
}

.mblang-page a img{
	width: 50px;
	height: 50px;
}