/*@import url(reset.css);*/
/* -----SIZE CLASSES-------- */
.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

/* -----DISPLAY CLASSES-------- */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline {
  display: inline-block; }

/* -----FLEX CLASSES-------- */
.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-stretch {
  align-items: stretch; }

.align-content-center {
  align-content: center; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-stretch {
  align-content: stretch; }

.justify-space {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.grow-0 {
  flex-grow: 0; }

.grow-1 {
  flex-grow: 1; }

/* -----TEXT CLASSES-------- */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-white {
  color: #ffffff !important; }

/* -----PADDING CLASSES-------- */
.p0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-20 {
  padding: 20px !important; }

.p-40 {
  padding: 40px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-40 {
  padding-right: 40px !important; }

/* -----MARGIN CLASSES-------- */
.m0 {
  margin: 0px !important; }

.m-10 {
  margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

.m-40 {
  margin: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-40 {
  margin-top: 40px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-40 {
  margin-right: 40px !important; }

.page--beauty, .slider-simple__slide, .slider-menu {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.gradient-blue, .slider-menu__nav ul li {
  background-color: #0035ad !important;
  background: linear-gradient(50deg, #0035ad 0%, #1b6cfc 100%) !important; }

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 52.5%;
  /*font-size: 62.5%;*/
  /*  (10 px in REM size) */ }

body {
  font-family: "Raleway", sans-serif;
  background-color: #ffffff;
  color: #44484a;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-weight: 400; }

a {
  text-decoration: none;
  outline:none;
  color: #1b6cfc; }

p {
  padding: 0px 0 10px 0;
  margin: 0px;
  line-height: 1.5; }
  p.welcome {
    padding-bottom: 20px; }
  p.highlight {
    font-size: 1.8rem;
    font-weight: 300; }
  p.intro-highlight {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 300;
    width: 100%;
    text-align: center; }
    p.intro-highlight strong {
      font-weight: 800; }

blockquote {
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  background-image: url(../images/icons/gray/quote.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px; }
  blockquote span {
    display: block;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #1b6cfc; }

/* 2-1. HEADINGS */
/*=================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0 0 20px 0;
  margin: 0;
  color: #121330; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 1.8rem; }
  h2.page__title {
    padding: 0 0 15px 0;
    font-weight: 600; }

h3 {
  font-size: 1.6rem; }
  h3.page__subtitle {
    padding: 0 0 15px 0;
    font-weight: 600;
    color: #787878;
    font-size: 1.4rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.1rem; }

textarea, input, select {
  outline: none;
  font-family: "Raleway", sans-serif; }
  
 input[type=text],input[type=number], select {
	 font-family:Verdana, Geneva, sans-serif;
	 border:1px solid #fff;
 }
 input[type=password] {
	 border:1px solid #fff;
 }
 input[type=text]:focus,input[type=number]:focus,input[type=password]:focus, select:focus { border:1px solid #555;background-color:#fff;color:#000; }

/* 2-2. BUTTONS */
/*=================================*/
.buttons {
  width: 100%; }
  .buttons--centered {
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 800;
  border:none;
  cursor: pointer; }
  .button--small {
    font-size: 1.1rem;
    padding: 15px 30px; }
  .button--ex-small {
    font-size: 1.1rem;
    padding: 10px 20px; }
  .button--full {
    width: 100%;
    text-align: center;
    padding: 20px 0; }
  .button--blue {
    background-color: #1b6cfc;
    color: #fff; }
  .button--green {
    background-color: #01ddac;
    color: #fff; }
  .button--gray {
    background-color: #e2e5e6;
    color: #1b6cfc; }
  .button--black {
    background-color: #333333;
	border:2px solid #fff;
    color: #fff; }
  .button--red {
    background-color: #cc0000;
    color: #fff; }
  .button--white {
    background-color: #fff;
    color: #1b6cfc; }
  .button--purple {
    background-color: #5d54c1;
    color: #fff; }
  .button--cart {
    font-size: 1.1rem;
    padding: 10px 15px;
    letter-spacing: 0px; }
  .button--more {
    background-color: #f9f9f9;
    color: #1b6cfc; }
  .button--disabled {
    background-color: #f9f9f9;
    color: #1b6cfc;
    opacity: 0.5;
    cursor: default !important; }
  .button--chat {
    background-image: url(../images/icons/white/chat.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 18px;
    padding-left: 55px; }
	
.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #eef3ff url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='18' height='18' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='grey'/></g></svg>") no-repeat;
  background-position: right 15px top 55%;
  cursor:pointer;
}

.checkbox-option {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 5px 2px 5px 2px;
  cursor: pointer; }
  .checkbox-option label {
    cursor: pointer;
    display: block;
    padding: 10px 10px;
    background-color: #f5f5f5;
    color: #888;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 25px; }
    .checkbox-option label span {
      color: #cc0000;
      font-weight: 800; }
  .checkbox-option input[type="checkbox"] {
    display: none; }
  .checkbox-option input[type="checkbox"]:checked + label {
    background-color: #cc0000;
    color: #fff; }
    .checkbox-option input[type="checkbox"]:checked + label span {
      color: #fff; }
  .checkbox-option--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .checkbox-option--full label {
      padding: 15px 20px 15px 40px; }
    .checkbox-option--full input[type="checkbox"]:checked + label {
      background-image: url(../images/icons/white/checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

/*===============================================*/
/* 4. HEADER */
/*===============================================*/
.header {
  width: 100%;
  padding: 10px 0;
  /*color: #fff;*/ }
  .header--absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 888; }
  .header--fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 888; }
  .header--page {
    background-color: rgba(255,255,255,.99); }
  .header__inner {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__icon {
    cursor: pointer; }
	
	
#loader {
	position:fixed;
	z-index:10000;
	background:rgba(255,255,255,.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	visibility:visible;
	opacity:1;
	-moz-transition:visibility 0.5s linear,opacity 0.5s linear; 
	-webkit-transition:visibility 0.5s linear,opacity 0.5s linear; 
	-o-transition:visibility 0.5s linear,opacity 0.5s linear; 
	transition:visibility 0.5s linear,opacity 0.5s linear; 
	/*-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;*/
}
#loader.hide { 
	visibility:hidden;
	opacity:0;
	
}
#loader>div { 
	display:inline-block;
	border-radius:100%;
	background:#fff;
	width:50px;
	height:50px;
	padding:10px;
	margin-top:200px; 
}
#loader img { width:100%; }

/*===============================================*/
/* 11. CUSTOM PAGES */
/*===============================================*/
.page--full {
  top:0;
  left:0;
  position:fixed;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  z-index:1000;
  opacity:0;
  visibility:hidden;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  background-color: #fff;
  overflow:auto; }
  .page--full>div:first-child { 
    position:fixed;
	width:35px;
	height:35px;
	line-height:45px;
	text-align:center;
	padding:0;
	top:10px;
	right:10px;
    border-radius: 100%;
	background:#fff; }
  .page--full>div:last-child {
    width: calc(100% - 40px);
    padding: 0 20px;
	font-size:1.2em;
	background:#fff;
	}
  .page--full>div>div { 
  	padding:10px 0;
	border-bottom:1px solid #f5f5f5;
	cursor:pointer; }
	.page--full>div>div:last-child { border-bottom:none;margin-bottom:25px; }
.show {
  opacity:1;
  visibility:visible; }

/* 11-3. PAGE - LOGIN */
/*========================*/
.page--login {
  width: 100%;
  height: 100%;
  background-color: #fff; }

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .login__content {
    width: 100%; }
  .login__title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 60px;
    padding: 0px; }
  .login__text {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 1.5; }

.login-form {
  width: 70%;
  margin: auto; }
  .login-form__row {
    width: 100%;
    margin-bottom: 10px; }
  .login-form__label {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 900; }
  .login-form__label * {
    font-size: 1.1rem;
	font-weight:normal;
    text-transform: none;
    letter-spacing: 1px; }
  .login-form label.error {
    color: #d6536c;
    padding: 10px 0 0 5px;
    font-size: 1.1rem; }
  .login-form__input {
    width: calc(100% - 20px);
    border: none;
    background-color: #f5f5f5;
    padding: 15px 10px;
    border-radius: 25px; }
  .login-form__submit {
    margin-top: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
  .login-form__forgot-pass {
    width: 100%;
    text-align: center; }
    .login-form__forgot-pass a {
      font-weight: 800; }
  .login-form__bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .login-form__bottom p {
      padding-bottom: 10px; }

.icon {
  display: block; }
  .icon--social {
    width: 20px;
    height: 20px;
    border: 1px #fff solid;
    border-radius: 100%;
    padding: 10px;
    margin: 0 5px; }
    .icon--social img {
      display: block;
      max-width: 100%; }

/* 11-1. PAGE - SPLASH */
/*========================*/
.page--splash {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat; }

.splash {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .splash__content {
    width: 100%; }
  .splash__logo {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 3.8rem;
    margin-bottom: 40px; }
    .splash__logo strong {
      font-weight: 900;
      background: -webkit-linear-gradient(#0dccfc, #074ed2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .splash__text {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    color: #fff; }
  .splash__buttons {
    width: 90%;
    margin: auto;
    display: flex;
    margin-bottom: 10px; }
    .splash__buttons .button {
      margin: 0 5px; }
  .splash__social-login {
    width: 100%;
    text-align: center; }
    .splash__social-login p {
      text-transform: uppercase;
      color: #fff;
      font-size: 1.1rem;
      letter-spacing: 1px; }
  .splash__social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; }
	
/*===============================================*/
/* 10. SLIDERS-------- */
/*===============================================*/
.page--intro {
  height: 100%;
  /*background-color: #121330;*/ }
.slider-intro {
  width: 100%;
  height: 100%; }
  .slider-intro__slide {
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
  .slider-intro .caption {
    width: calc(100% - 2px);
    padding: 0 1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*color: #fff;*/
    /*background-color: rgba(0, 0, 0, 0.4);*/ }
	.slider-intro .caption>div {
		overflow:auto;
		width:100%;
		max-height:100%;
		padding:50px 30px 0px 30px;
		box-sizing:border-box; }
		.slider-intro .caption>div>*:last-child { margin-bottom:40px; }
		.slider-intro .caption__title {
		  font-weight: 900;
		  /*color: #fff;*/
		  font-size: 2.5rem; }
		.slider-intro .caption__title2 {
		  font-weight: 900;
		  /*color: #fff;*/
		  font-size: 1.8rem; }
		  .slider-intro .caption__title strong {
			font-weight: 800; }
			.slider-intro .caption__text {
			  font-size: 1.6rem; }
  
  

/*===============================================*/
/* 5. BOTTOM TOOLBAR */
/*===============================================*/
.bottom-navigation {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 888;
  background-color: #cc0000;
  padding: 20px 0;
  border-radius: 15px;
  overflow: hidden; }
  .bottom-navigation--white {
    background-color: #ffffff; }
  .bottom-navigation__icons {
	padding:0;
    width: calc(100% - 80px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bottom-navigation__icons li {
		list-style: none;
		text-align: center; }
      .bottom-navigation__icons li a {
        color: #fff; }
      .bottom-navigation__icons li img {
        display: block;
        max-width: 22px;
        margin: auto; }
      .bottom-navigation__icons li span {
        text-transform: uppercase;
        font-size: 0.9rem;
        display: block;
        padding-top: 5px; }
  
  
  
  