
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/

:root {
  color-scheme: light; 
}

@media (prefers-color-scheme: dark)  {


  .bg-white{
    background-color: #fff!important;
  }

  .btn_red{
    background-color: #fff!important;
  }

  .btn_red:disabled{
    background-color: #fff!important;
    border: solid 2px grey;
  }

  .modal-content{
    background-color: #fff!important;
  }


}

  .paralax_diffusor_block{
  }

  .paralax_diffusor_popup_block{
    overflow-x:hidden;
  }

  .paralax_cap{
    z-index: 9;
    right:-50vw;
  }

  .paralax_stick{
    z-index: 8;
  }

  .paralax_img{
    max-width:100vw;
    /*max-width:80%;*/
    /*max-width:600px;*/
  }

  .paralax_holder{
    z-index:10;
    left:-100vw;
  }


*{
  -webkit-locale: auto;
  white-space: normal;
}

body{
  -webkit-locale: auto;
  white-space: normal;
  position:relative;
  overflow-x:hidden;
}

@font-face {
font-family: "Montserrat";
src: url("/img/fonts/Montserrat-Regular.ttf");
}

@font-face {
font-family: "Montserrat";
src: url("/img/fonts/Montserrat-Bold.ttf");
font-weight:bold;
}


 .modal_basket > .modal-content{
  -webkit-overflow-scrolling: touch;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: height 1s;
  }

 .basket_modal_body{
    -webkit-overflow-scrolling: touch;
  }

 .none_max_height{
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: height 1s;
    }


/*Sizes control*/

/*SmMobile XSM*/
@media screen and (min-width: 1px) and (max-width: 326px) {
  #basket_btn{
    padding-right: 8px!important;
    padding-left: 8px!important;
  }

.block_first_screen_header_2{
font-size:20px;
}
.modal_basket{
  margin:5px;
}

.basket_modal_body{
   overflow-y: auto;
   height:auto;
-webkit-overflow-scrolling: touch;
  padding: 0px!important;
   }
.basket_img{
  width:125px!important;
  }
  .discount_modal_block_choose_stics{
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .discount_modal_block_header{
    padding:0!important;
    margin:0!important;
  }
  .discount_block_products_done{
    margin-top:5px!important;
  }

.modal_discount > .modal-content > div{
    padding: 10px 0!important ;
  }

.smell_info_popup{
  margin:-10000px;
  padding:10000px;
}

.eco_logo_mobile{
  max-width:132px;
}

}


/*Mobile SM*/
@media screen and (min-width: 327px) and (max-width: 576px){


.smell_info_popup{
  margin:-10000px;
  padding:10000px;
}
 .modal_basket > .modal-content{
 /* max-height:none!important;*/
   /*on iphone 5 err*/ 
    border-radius:0; border:0;

    }


  .basket_modal_body{
    overflow-y: auto;
   height:auto;
-webkit-overflow-scrolling: touch;
   }

.eco_logo_mobile{
  max-width:132px;
}
  }

/*Tablets MD*/
@media screen and (min-width: 577px) and (max-width: 990px){
  .slider_product_description{
    max-width:350px;
  }

  .slider_product_description{
    max-width: 520px;
 }

.eco_logo_mobile{
  max-width:132px;
}

.smell_info_popup{
  margin:-10000px;
  padding:10000px;
}


  }

  .screen_1_header_block{
   cursor: default;
   min-height: 100vh;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
          }



 .basket_header_number_products_in_basket > .number_products_in_basket{
    font-size: inherit;
    background-color: inherit;
    border: inherit;
    position:absolute;
    font-size: 0.75em;
   }
   
   .basket_header_number_products_in_basket > .point_red{
     height: 1.5em;
     width: 1.5em;
     max-height:35px;
     max-width:35px;
   }

 
@media screen and (min-width: 576px){

  .white_text_block_first_screen{
    min-width:400px;
  }
  .white_text_block_first_screen_1{
   animation-delay:7s;
   -webkit-animation-delay:7s;
  }
  .white_text_block_first_screen_2{
   animation-delay:7.50s;
   -webkit-animation-delay:7.50s;
  }
  .white_text_block_first_screen_3{
   animation-delay:8s;
   -webkit-animation-delay:8s;
  }
  .screen_1_header_block{
      min-height: 75vh!important;
  }

.modal_discount > .modal-content > div{
  max-height:97vh!important; 
  }

  .block_first_screen_header_1{
    font-size:5rem;
  }
  .block_first_screen_header_2{
    font-size:4rem;
  }

.modal_basket{
    max-width: 20vw!important;
    min-width: 350px!important;
    margin:0; float:right;
    }

 .modal_basket > .modal-content{
    min-height:100vh;
    border-radius:0; border:0;
    }

  .basket_modal_header{
   max-height: 7vh;
    }

  .basket_modal_body{
   min-height: 200px;; 
   overflow-y: auto;
   height:auto;
-webkit-overflow-scrolling: touch;
   }


  #shop_basket{
      padding:0!important;
      height:100vh;
      overflow-y: hidden;
    }


.slider_content{
  max-width:1000px;
}
.benefits_block_holder_img{
  max-height:350px;
}

.bg_m_black_md_white{
background-color:white
}

  }

 
  /* Large Tablets LG */
@media screen and (min-width: 992px){

.img_slider{
  border-radius: 40px!important;
}
  .footer_copyright_text{
      line-height: 25px;
  }

  #call_back_tel{
      padding-left:25px;
  }

.bundle_img{
max-width: 400px;
}

  .animation_delay_desk_1{
    animation-delay:0.45s;
  }

  .animation_delay_desk_2{
    animation-delay:0.75s;
  }

  .animation_delay_desk_3{
    animation-delay:1.25s;
  }

  .white_text_block_first_screen{
    max-width:450px!important;
  }

  .brain_block_header{
    font-size:3rem;
  }
  .screen_1_header_block{
      min-height: inherit!important;
  }
  .close_slider_btn{
    /*margin-bottom:-150px!important;*/
animation-delay: 0.5s;
  }

#discount_modal_block{
  overflow-y:hidden;
}

.discount_modal_block_choose_stics{
  max-height:70vh!important;
}

.first_screen_benefits_margin{
  margin-bottom:-120px;
}

.second_screen_benefits_margin{
  margin-top:120px;
}

.call_back_block_form_desktop > input {
  margin-right:-0px;
}

}

/*Laptops XL*/
@media screen and (min-width: 1201px){

}

/*Laptops XX*/
@media screen and (min-width: 1440px){

  .slider_product_description{
    max-width:500px;
  }

.white_text_block{
  max-width: 450px!important;
}

.bundle_img{
max-width: 450px;
}
  .brain_block_header{
    font-size:4rem;
  }
}


@media screen and (min-width: 1600px){
  .neyro_block{
    max-width:500px!important;
  }
}


/* Monitors XXL*/
@media screen and (min-width: 2000px) {

 .white_text_block{
    max-width: 500px!important;
 }

.slider_content{
  max-width:50vw!important;
}
.slider_preview{
  max-width:80vw;
  }
}

.text_show_more{
  display: none;
}

/*END OF RESIZE*/
.wow-analytics-breakpoint{
  visibility: visible!important;
}

.certificates_link{
    color: blue!important;
    text-decoration: underline!important;
    font-weight: bold;
    cursor:pointer;
}

.line-h-3rem{
  line-height:3rem;
}
.cursor_pointer{
  cursor:pointer
}

  .slider_arrow_desk{
    height: 10vh!important;
    width: 5vh!important;
    cursor:pointer;
  }
/*Only mobile arrows*/
  .slider_arrow_right{
    margin-left: -50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index:1000;
    cursor:pointer;
  }

  .slider_arrow_left{
    margin-right: -50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index:1000;
    cursor:pointer;
  }

  .min_h_100_vh{
   min-height:100vh;
  }

.btn_show_more{
  cursor:pointer;
  display:flex;
  justify-content:center;
  width:100%;
  height:20px;
  position:relative;
  background: linear-gradient(180deg, rgba(2,0,36,0.2) 0%, rgba(0,0,0,0.9) 65%, rgba(0,0,0,1) 100%);
}


.btn_show_more.neyro_block_show_btn{
 background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, white);
height:40px
}
.btn_show_more.disable.neyro_block_show_btn{
  margin-top:-35px;
}

.btn_show_more.disable{
  margin-top:-25px;
}

.btn_show_more.enable.neyro_block_show_btn{
  background-color:white!important;
  height:20px;
}

.nayro_block_show_btn_arrows{
  background-image: url('/img/svg/chevron_right.svg')!important;
}

.btn_show_more.enable{
  background-color:black!important;
}


.icon_arrow_down{
  background-image: url('/img/svg/chevron_white_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 40px;
  transform:rotate(90deg);

  cursor:pointer;
}

.icon_arrow_up{
  background-image: url('/img/svg/chevron_white_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 40px;
  transform:rotate(270deg);
  cursor:pointer;
}


body{
font-family: "Montserrat";
font-style: normal;
font-weight: normal;
line-height: 2rem;
background-color:black;
overflow-x:hidden;
overflow-y:hidden;
-webkit-overflow-scrolling:touch;
}

/*SomeThings*/
.thankyou_modal_contact_info{
  /*
  border:solid 2px red;
  border-left:0;
  border-right:0;
  */
}

.f-shrink-0{
  flex-shrink:0;
}

.neyro_label{
 padding: 2px 15px!important;
 border-radius: 100px;
}

.neyro_label_discount_block{
 padding: 0px 15px!important;
 border-radius: 100px;
}

.smell_info{
  background-color:white;
  width:24px;
  border-radius: 100%;
  border: solid 1px white;
  cursor:pointer;
  /*display:none;*/
}

.slider_product_description_2{
 /*display:none!important;*/
}

.smell_info_show_popup{
  display:none;
  background-color:white;
  width:24px;
  border-radius: 100%;
  border: solid 1px white;
}

.smell_info_popup{
  position:fixed;
  z-index:100;
  cursor:pointer;
  background-color:rgba(0,0,0,0.3)
}
.smell_triangel{
  /*z-index:40000;*/
  border-radius:10px;
  background:white;
}
.img-fluid{
 /* max-height:100%;*/
}
.slider_preview_img{
  cursor:pointer;
  border-radius: 10px;
  background-color:none!important;
}

.bundle_img{
border-radius: 30px;
/*max-width: 450px;*/
}

button:focus,input:focus{
 outline:0;
}

button{
  appearance: none;
  -webkit-appearance: none; /* Prevent default styling */
  -webkit-tap-highlight-color: transparent; /* Disable tap highlight */
}


.box-shadow{
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}

.discount_modal_block_choose_stics::-webkit-scrollbar {
  width: 0.4em;
}

::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
  -webkit-appearance: none;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
html ::-webkit-scrollbar-thumb {
  background-color: red;
  outline: 1px solid slategrey;
}

html{
scrollbar-color: red black;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
overflow-x:hidden;
}

.discount_modal_block_choose_stics,.basket_modal_body{
scrollbar-color: darkgrey white;
scrollbar-width: thin;
}

body ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.bg-black{
  background-color:black!important;
}



.white_text_block{
  border-radius:10px;
  max-width: 390px;
  /*min-width: 325px;*/
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  z-index:10;
}

.white_text_block_diffusor{
  border-radius:10px;
  max-width: 400px;
  /*min-width: 325px;*/
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}


/* Basket */
.basket_row_info{
  /*height: min-content;*/
}

.inp_product_quentety{
  width:35px;
  border-radius:5px;
}
.product{
  width:250px;
}
.basket_img{
/*  max-height:100%;*/

  /*
  min-height:125px;
  min-width:125px;
  max-height:200px;
  max-width:200px;
  */
}

.basket_old_price{
text-decoration-line: line-through;
color: #828282;
}

.btn_dont_call_me{

background: #FFFFFF;
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
border-radius: 100px;
border-width: 1.4px;

}

.basket_form > input{
  border-radius: 100px;
  border: 1px solid grey;
}


#call_back_block > form > input{
  border-radius: 100px;
  border: 1px solid white;
  background-color:#F24A50;
  color:white;
  font-size: 16px;
}

#call_back_block > form > input::placeholder{
  color:white;
}


/*Header*/

.basket_header_btn{
max-width: 90px;
} 
.dope-logo{
  cursor:pointer;
}

.number_products_in_basket{
background-color:red;
color:white;
border: 1px solid red;
border-radius: 100%;
font-size: 10px;
margin-left: -10px;
margin-bottom: -25px;
padding: 0px 6px;
}

/*SCREENS*/
/*Screen1 | Block_First_Screen*/


.block_first_screen{
   margin-top:40px;
   min-height:100vh;
}
#first_screen_bg_video{
  width:100%;
  height:auto;
}

#holder_logo_left > .pulse_ring_1{
  content: '';
  border: 1px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
}
#holder_logo_left > .pulse_ring_2{
  content: '';
  border: 2px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
}

#holder_logo_left > .pulse_ring_3{
  content: '';
  border: 3px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
}
#holder_logo_right > .pulse_ring_1{
  content: '';
  border: 1.2px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
  animation-delay:0.5s;
  opacity:0;
}

#holder_logo_right > .pulse_ring_2{
  content: '';
  border: 2px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
  animation-delay:0.5s;
  opacity:0;
}

#holder_logo_right > .pulse_ring_3{
  content: '';
  border: 3px solid white;
  position:absolute;
  border-radius: 50%;
  animation: pulsate infinite 2s;
  animation-delay:0.5s;
  opacity:0;
}

.reverse_holder{
 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width:65%;
}


/*Screen_2 | Slider*/

.slider_buy_button{
  white-space: nowrap!important;
}

.slider_icon_right{
  background-image: url('/img/svg/chevron_white_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45px;
  width: 20px;
}

.slider_icon_left{
  background-image: url('/img/svg/chevron_white_right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45px;
  width: 20px;
  transform: scalex(-1);
}
.carousel-indicators{
  position:inherit;
}

.object_o{
    border: solid 5px white;
    border-radius: 100%;
    height: 100%;
    width: 100%;
}



.slider_point{
 height:17px; 
 width:17px;
 border-radius:25px;
 margin: 7px;
 cursor:pointer;
}

.point_red.active:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 100%;
  background-color: inherit;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation-delay:inherit;
  -webkit-animation-delay:inherit;
  opacity:0;
}

.slider_point.active:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: inherit;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.slider_product_btn_buy{

 border-radius:50px;
 border:solid 2px red;
 box-shadow: none!important;
}

.btn_red{
 font-size:1rem;
 padding: 1rem 3rem;
 border-radius:5rem;
 border:solid 1px red;
 box-shadow: none!important;
 background-color:white;
 cursor:pointer;
 color:black;
}

.btn_red:disabled{
 color:gray!important;
}


.add_product{
border-width:2px;
-webkit-backface-visibility: hidden;
}
.add_product.success{
 padding: 1rem 2rem;
 border-color:green;
}

.img_slider{
  max-width:480px;
  width:100%;
  cursor:pointer;
  border-radius: 30px;
}

.img_slider_triangle{
  cursor:pointer;
}

.slider_preview_img:hover{
transform:scale(1.1)
}
:root {
  --color-grey: grey;
  --color-1: #7F092B;
  --color-2: #F24A50;
  --color-3: rgba(0, 210, 200, 1);
  --color-4: #B2B2B1;
  --color-5: #B800C0;
  --color-6: #E7BD51;
  --color-7: #6C2B0E;
  --color-8: rgba(27, 13, 168, 1);
  --color-10: #EE7F37;
  --color-12: #A13C6F;
  --color-13: #52BDDD;
  --color-sunrise: #FCDE3D;
  --color-minty_mind: #468C92;
  --color-fluffy_dream:#F6D9B9;
  --color-grenadine:#49427B;
  --color-sweetness:#EE728C;
  --color-crispy_laugh: #FFD41D;
  --color-midnight_cardamon: #916F45;
  --color-palo_santo: #893E15;
  --color-cider_woods: #5A7B08;
  --color-autumn_indulgence:#7A2521;
  --color-spiced_orchard:#FCDE3D;
  --color-ozone_and_moss:#EFE7DD;
  /*--color-renewal: #fff96d; */
  /*--color-renewal: #E4B548;*/
  --color-renewal: gold;
  /*--color-spring_kiss: #fe9b83; */
  --color-spring_kiss: pink; 
  --color-edem: #d3b388; 
  --color-excitement: #83dde4;
  /*--color-wake_up: #c8f172; */
  --color-wake_up: mediumseagreen; 
  --color-balance: #007d65;
  --color-hawaiian_party: #f17625;
  --color-summer_beach: #90dfde;
  --color-naked_cherry: #6b1215;
  --color-melon_praline: #ffdfb5;
  --color-mojito: #c8ff9d;
  --color-exotic: #ffdc4b;
  --color-insomnia: linear-gradient(90deg, #6FF0CC 0%, #5D6EF6 50%, #7B42FF 100%);
  --color-smoked_vanilla: #EAD9C7;
}

.slider_preview_img[data-product_id="1"]:hover { box-shadow: 0px 0px 80px var(--color-1); }
.slider_preview_img[data-product_id="2"]:hover { box-shadow: 0px 0px 80px var(--color-2); }
.slider_preview_img[data-product_id="3"], .slider_preview_img[data-product_id="11"]:hover { box-shadow: 0px 0px 80px var(--color-3); }
.slider_preview_img[data-product_id="4"]:hover { box-shadow: 0px 0px 80px var(--color-4); }
.slider_preview_img[data-product_id="5"]:hover { box-shadow: 0px 0px 80px var(--color-5); }
.slider_preview_img[data-product_id="6"]:hover { box-shadow: 0px 0px 80px var(--color-6); }
.slider_preview_img[data-product_id="7"]:hover { box-shadow: 0px 0px 80px var(--color-7); }
.slider_preview_img[data-product_id="8"]:hover { box-shadow: 0px 0px 80px var(--color-8); }
.slider_preview_img[data-product_id="9"]:hover { box-shadow: 0px 0px 80px var(--color-grey); }
.slider_preview_img[data-product_id="10"]:hover { box-shadow: 0px 0px 80px var(--color-10); }
.slider_preview_img[data-product_id="12"]:hover { box-shadow: 0px 0px 80px var(--color-12); }
.slider_preview_img[data-product_id="13"]:hover { box-shadow: 0px 0px 80px var(--color-13); }

.slider_preview_img[data-product_id="39"]:hover { box-shadow: 0px 0px 80px var(--color-insomnia); }
.slider_preview_img[data-product_id="40"]:hover { box-shadow: 0px 0px 80px var(--color-smoked_vanilla); }


.neyro_point_0, .slider_point_0 { background-color: black; color: white; }
.neyro_point_1, .slider_point_1 { background-color: var(--color-1); color: white; }
.neyro_point_2, .slider_point_2 { background-color: var(--color-2); color: white !important; }
.neyro_point_3, .slider_point_3 { background-color: var(--color-3); color: black !important; }
.neyro_point_4 { background-color: var(--color-4); color: black !important; }
.neyro_point_5, .slider_point_4 { background-color: var(--color-5); color: white !important; }
.neyro_point_6, .slider_point_6, .slider_point_7 { background-color: var(--color-6); }
.neyro_point_7, .slider_point_8 { background-color: var(--color-7); color: white; }
.neyro_point_8, .slider_point_9 { background-color: var(--color-8); color: white; }
.neyro_point_9, .slider_point_11 { background-color: var(--color-grey); color: white; }
.neyro_point_10, .slider_point_10 { background-color: var(--color-10); color: white; }
.neyro_point_11 { background-color: var(--color-3); color: black !important; }
.neyro_point_12, .slider_point_12 { background-color: var(--color-12); color: white !important; }
.neyro_point_13, .slider_point_5 { background-color: var(--color-13); color: white !important; }

.neyro_point_39, .slider_point_39 { background: var(--color-insomnia); color: white !important; }
.neyro_point_40, .slider_point_40 { background-color: var(--color-smoked_vanilla); color: black !important; }

/*Spring*/

.neyro_point_27 { background-color: var(--color-renewal); color: white!important; }
.neyro_point_28 { background-color: var(--color-spring_kiss); color: white!important; }
.neyro_point_29 { background-color: var(--color-edem); color: white!important}
.neyro_point_30 { background-color: var(--color-excitement); color: white!important; }
.neyro_point_31 { background-color: var(--color-wake_up); color: whtie!important; }
.neyro_point_32 { background-color: var(--color-balance); color: white!important; }

.slider_point_27 { background-color: var(--color-renewal); color: white!important; }
.slider_point_28 { background-color: var(--color-spring_kiss); color: white!important; }
.slider_point_29 { background-color: var(--color-edem); color: white!important}
.slider_point_30 { background-color: var(--color-excitement); color: white!important; }
.slider_point_31 { background-color: var(--color-wake_up); color: whtie!important; }
.slider_point_32 { background-color: var(--color-balance); color: white!important; }

.slider_preview_img[data-product_id="27"]:hover { box-shadow: 0px 0px 80px var(--color-renewal); }
.slider_preview_img[data-product_id="28"]:hover { box-shadow: 0px 0px 80px var(--color-spring_kiss); }
.slider_preview_img[data-product_id="29"]:hover { box-shadow: 0px 0px 80px var(--color-edem); }
.slider_preview_img[data-product_id="30"]:hover { box-shadow: 0px 0px 80px var(--color-excitement); }
.slider_preview_img[data-product_id="31"]:hover { box-shadow: 0px 0px 80px var(--color-wake_up); }
.slider_preview_img[data-product_id="32"]:hover { box-shadow: 0px 0px 80px var(--color-balance); }


/*Spring*/

/*Winter*/

.neyro_point_14, .slider_point_14 { background-color: var(--color-sunrise); color: black!important; }
.neyro_point_15, .slider_point_15 { background-color: var(--color-sweetness); color: white!important; }
.neyro_point_16, .slider_point_16 { background-color: var(--color-minty_mind); color: white!important}
.neyro_point_17, .slider_point_17 { background-color: var(--color-crispy_laugh); color: red!important; }
.neyro_point_18, .slider_point_18 { background-color: var(--color-fluffy_dream); color: black!important; }
.neyro_point_19, .slider_point_19 { background-color: var(--color-grenadine); color: white!important; }

.slider_preview_img[data-product_id="14"]:hover { box-shadow: 0px 0px 80px var(--color-sunrise); }
.slider_preview_img[data-product_id="15"]:hover { box-shadow: 0px 0px 80px var(--color-sweetness); }
.slider_preview_img[data-product_id="16"]:hover { box-shadow: 0px 0px 80px var(--color-minty_mind); }
.slider_preview_img[data-product_id="17"]:hover { box-shadow: 0px 0px 80px var(--color-crispy_laugh); }
.slider_preview_img[data-product_id="18"]:hover { box-shadow: 0px 0px 80px var(--color-fluffy_dream); }
.slider_preview_img[data-product_id="19"]:hover { box-shadow: 0px 0px 80px var(--color-grenadine); }

.winter{
/*display:none!important;*/
}

/*Winter*/

/*Autumn*/

.neyro_point_20, .slider_point_20 { background-color: var(--color-palo_santo); color: white!important; }
.neyro_point_21, .slider_point_21 { background-color: var(--color-cider_woods); color: white!important; }
.neyro_point_22, .slider_point_22 { background-color: var(--color-autumn_indulgence); color: white!important}
.neyro_point_23, .slider_point_23 { background-color: var(--color-midnight_cardamon); color: white!important; }
.neyro_point_24, .slider_point_24 { background-color: var(--color-ozone_and_moss); color: black!important; }
.neyro_point_25, .slider_point_25 { background-color: var(--color-spiced_orchard); color: orange!important; }
.neyro_point_26, .slider_point_26{ background-color: var(--color-5); color: white !important}

.slider_preview_img[data-product_id="20"]:hover { box-shadow: 0px 0px 80px var(--color-palo_santo); }
.slider_preview_img[data-product_id="21"]:hover { box-shadow: 0px 0px 80px var(--color-cider_woods); }
.slider_preview_img[data-product_id="22"]:hover { box-shadow: 0px 0px 80px var(--color-autumn_indulgence); }
.slider_preview_img[data-product_id="23"]:hover { box-shadow: 0px 0px 80px var(--color-midnight_cardamon); }
.slider_preview_img[data-product_id="24"]:hover { box-shadow: 0px 0px 80px var(--color-ozone_and_moss); }
.slider_preview_img[data-product_id="25"]:hover { box-shadow: 0px 0px 80px var(--color-spiced_orchard); }

.autumn{
 /*display:none!important;*/
}

/*Autumn*/

/*Summer*/
.spring{
 /*display:none!important;*/
}

.neyro_point_33, .slider_point_33 { background-color: var(--color-hawaiian_party); color: white!important; }
.neyro_point_34, .slider_point_34 { background-color: var(--color-summer_beach); color: black!important; }
.neyro_point_35, .slider_point_35 { background-color: var(--color-naked_cherry); color: white!important; }
.neyro_point_36, .slider_point_36 { background-color: var(--color-melon_praline); color: black!important; }
.neyro_point_37, .slider_point_37 { background-color: var(--color-mojito); color: black!important; }
.neyro_point_38, .slider_point_38 { background-color: var(--color-exotic); color: black!important; }

.slider_preview_img[data-product_id="33"]:hover { box-shadow: 0px 0px 80px var(--color-hawaiian_party); }
.slider_preview_img[data-product_id="34"]:hover { box-shadow: 0px 0px 80px var(--color-summer_beach); }
.slider_preview_img[data-product_id="35"]:hover { box-shadow: 0px 0px 80px var(--color-naked_cherry); }
.slider_preview_img[data-product_id="36"]:hover { box-shadow: 0px 0px 80px var(--color-melon_praline); }
.slider_preview_img[data-product_id="37"]:hover { box-shadow: 0px 0px 80px var(--color-mojito); }
.slider_preview_img[data-product_id="38"]:hover { box-shadow: 0px 0px 80px var(--color-exotic); }


/*Summer*/

.red_blur_ellipse{
  position: absolute;
  height: 150px;
  width: 300px;
  filter: blur(100px);
  margin-top: -325px;
  z-index: -1;
  background-color: #f24a50; 
}

/*Screen3 | Benefits */
.benefits_header_text_1{
border-radius: 20px; 
z-index:1000;
}
.benefits_header_text_2{
margin-top:-50px;
}


.call_back_block{
background-color:#F24A50;
}

.neyro_block{
max-width:400px;
min-height:360px;
    background: url(/img/brain/Frame_0.png) center/contain no-repeat,
                url('/img/brain/Frame_1.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_2.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_3.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_4.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_5.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_6.png') no-repeat -9999px -9999px,
                url('/img/brain/Frame_7.png') no-repeat -9999px -9999px;
    animation: neyro infinite 12s;

}

/*Animations*/


@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}


@keyframes neyro{
  0% { background: url(/img/brain/Frame_0.png) center/contain no-repeat;}
  13%{ background: url(/img/brain/Frame_1.png) center/contain no-repeat;}
  26%{ background: url(/img/brain/Frame_2.png) center/contain no-repeat;}
  39%{ background: url(/img/brain/Frame_3.png) center/contain no-repeat;}
  52%{ background: url(/img/brain/Frame_4.png) center/contain no-repeat;}
  65%{ background: url(/img/brain/Frame_5.png) center/contain no-repeat;}
  78%{ background: url(/img/brain/Frame_6.png) center/contain no-repeat;}
  91%{ background: url(/img/brain/Frame_7.png) center/contain no-repeat;}
  100% { background: url(/img/brain/Frame_0.png) center/contain no-repeat; }
}

@-webkit-keyframes neyro{

  0% { background: url(/img/brain/Frame_0.png) center/contain no-repeat;}
  13%{ background: url(/img/brain/Frame_1.png) center/contain no-repeat;}
  26%{ background: url(/img/brain/Frame_2.png) center/contain no-repeat;}
  39%{ background: url(/img/brain/Frame_3.png) center/contain no-repeat;}
  52%{ background: url(/img/brain/Frame_4.png) center/contain no-repeat;}
  65%{ background: url(/img/brain/Frame_5.png) center/contain no-repeat;}
  78%{ background: url(/img/brain/Frame_6.png) center/contain no-repeat;}
  91%{ background: url(/img/brain/Frame_7.png) center/contain no-repeat;}
  100% { background: url(/img/brain/Frame_0.png) center/contain no-repeat; }
}

@-webkit-keyframes pulse-dot {
  0% { -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.basket_show_hide_all_products > img{
  height: 25px;
  width:25px;
  transform: rotate(90deg);
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
}

.flip_chevron {
  transform: rotate(-90deg)!important;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.line-h-36{
line-height: 2.2rem;
}

.modal_discount > .modal-content > div{
  max-height:90vh;
  }

 .modal_basket > .modal-content{
    height:97vh;
    border-radius:0; 
    border:0;
  }
  
  .basket_show_hide_all_products{
    height: 30px;
    background: black;
    transition: visibility 0.5s linear,opacity 0.5s linear;
    opacity:1
  }

  .basket_show_hide_all_products.invisible{
    opacity:0
  }

   .basket_modal_body{
     z-index:999;
   }

   .basket-footer{
     z-index:1000
   }


/* Switcher */
.discount_modal_block_choose_stics{
  overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.discount_label_switcher{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.discount_label_switcher i::before{
  background-color: #F24A50!important;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #F24A50 }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.text_swticher_disabled_option{
  color:lightgrey;
}

/* Loading Screen */


.mirror{
  transform: scaleX(-1);
}

.basket_icon{
  width: 35px;
}

input,button,[type=button],input[type=tel], input[type=text], input[type=submit], textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
} 

/*Touch devices*/
@media (pointer:coarse){
}

.point_red{
 height:20px; 
 width:20px;
 background-color:#F24A50;
 border-radius:100%;
}

.point_red.active.delay_after_anim:before {
  -webkit-animation: delay-pulse-ring 2.50s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: delay-pulse-ring 2.50s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
 animation-delay:inherit;
-webkit-animation-delay:inherit;
}



@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
            opacity:1;
  }
  80%,
	100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
            opacity:1;
  }
  80%,
	100% {
    opacity: 0;
  }
}

@-webkit-keyframes delay-pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
            opacity:1;
  }
  40%,
	50% {
    opacity: 0;
  }
  100%
}

@keyframes delay-pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
            opacity:1;
  }
  40%,
	50% {
    opacity: 0;
  }
  100%
}

img {
  opacity: 1;
}
 
img[data-src] {
  opacity: 0;
}

.basket_checkbox {
  --background: #fff;
  --border: #d1d6ee;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  position: relative;
}
.basket_checkbox input,
.basket_checkbox svg {
  width: 21px;
  height: 21px;
  display: block;
}
.basket_checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.basket_checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}
.basket_checkbox input:checked {
  --b: var(--border-active);
}
.basket_checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  /*
  top: 0;
  left: 0;
  */
  width: 21px;
  height: 21px;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
          transform: scale(var(--scale, 1)) translateZ(0);
}
.basket_checkbox.path input:checked {
  --s: 2px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.basket_checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.basket_checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.basket_checkbox.bounce {
  --stroke: var(--tick);
}
.basket_checkbox.bounce input:checked {
  --s: 11px;
}
.basket_checkbox.bounce input:checked + svg {
  -webkit-animation: bounce 0.4s linear forwards 0.2s;
          animation: bounce 0.4s linear forwards 0.2s;
}
.basket_checkbox.bounce svg {
  --scale: 0;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* PARALAX BLOCK*/

.screen_home_diff,.animated-screen__scene_mobile_home_diff{
  min-height: 100vh;
}

.diff_text_sub_block{
 max-width:375px; 
}
.home_diff_column{
 max-width:500px; 
}

.animated-screen {
    background-color: #000;
    position: relative;
}

.animated-screen__screen,
.animated-screen__screen_mobile,
.animated-screen__screen_mobile_home_diff  {
    width: 100%;
    width: 100vw;
    height: 600px;
    height: 50vh;
}

.animated-screen__scene.animation-in-progress,
.animated-screen__scene_mobile.animation-in-progress {
    position: fixed;
    top: 0;
}
.animated-screen__scene.animation-finished,
.animated-screen__scene_mobile.animation-finished {
    position: absolute;
    bottom: 0;
    top: auto;
}

.animated-screen__screen {
    display: none;
}
.animated-screen__scene {
    display: none;
}
.animated-screen__screen_mobile, 
.animated-screen__screen_mobile_home_diff{
    display: block;
}

.animated-screen__scene_mobile
{
    width: 100%;
    width: 100vw;
    height: 600px;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #000;
}

.animated-screen__scene_mobile_home_diff
{
    width: 100%;
    width: 100vw;
    #height: 600px;
    #height: 100vh;
    box-sizing: border-box;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #000;
}

.scene-holder-wrap {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
    /* max-width: 184px;
    max-height: 384px; */
}

.scene__header {
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.scene__header h2 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.scene__holder_mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.holder-frame_mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.holder-frame_1_mobile {
    z-index: 1;
    transform: translate3d(0, 100vh, 0);
}
.holder-frame_2_mobile {
    z-index: 2;
}
.holder-frame_mobile_home_diff{
 z-index: 0; 
}
#screen_home_diff > div > div.d-flex.flex-column.flex-xl-row.w-100.justify-content-center.align-items-center.align-items-xl-stretch > div.d-flex.home_diff_packing.home_diff_column.flex-column.col-xl-4 > div.scene-holder-wrap.d-flex.flex-column.align-items-center.justify-content-center.py-3.py-xl-0 > div > div > img{
max-height:600px;
}
.home_diffusor_packing_block_img{
    max-height:600px;
}

.holder-frame_mobile_home_diff > img {
}

.holder-frame_3_mobile {
    z-index: 3;
    transform: translate3d(0, 100vh, 0);
}

.holder-frame_mobile img {
    position: absolute;
    width: auto;
    height: 85%;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translate3d(-80%, 0, 0);
}

.scene__circles_mobile {
    position: absolute;
    top: 50%;
    margin-top: -97px;
    left: 50%;
    margin-left: -97px;
    width: 195px;
    height: 195px;
}

.scene__text_mobile {
    color: #fff;
 /*   font-size: 14px;*/
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 307px;
    height: 149px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}
.scene__text_mobile .scene__text_1_mobile,
.scene__text_mobile .scene__text_2_mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.animated-screen__last-screen_mobile {
    background-color: #000;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    
}

.animated-screen__last-screen_mobile .scene__text_title {
    font-weight: 600;
    /*font-size: 18px;*/
    line-height: 36px;
}
.animated-screen__last-screen_mobile .scene__buy {
    background: transparent;
}

@media (min-width: 992px) {
    .animated-screen__screen_mobile {
        display: none;
    }
    .animated-screen__scene_mobile {
        display: none;
    }
    .animated-screen__screen {
        display: block;
    }
    .animated-screen__last-screen_mobile {
        display: none;
    }
    .animated-screen__scene {
        width: 100%;
        width: 100vw;
        height: 600px;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        padding-top: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .scene__holder {
        position: relative;
        width: 384px;
        margin: auto;
    }
    .holder-frame {
        width: 385px;
        height: 189px;
    }
    .holder-frame img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .holder-frame_1,
    .holder-frame_3 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .holder-frame_2 {
        position: relative;
    }
    .holder-frame_1 {
        z-index: 1;
        transform: translate3d(-100vw, 0, 0);
    }
    .holder-frame_3 {
        z-index: 1;
        transform: translate3d(100vw, 0, 0);
    }
    .scene__text {
        height: 235px;
        width: 307px;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
    }
    .scene__text .scene__text_title {
        font-weight: 600;
        /*font-size: 18px;*/
        line-height: 36px;
    }

    .scene__text_1,
    .scene__text_2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .scene__circles {
        position: absolute;
        left: 50%;
        margin-left: -97px;
        top: 54px;
        width: 194px;
        height: 194px;
        opacity: 0;
    }

    .scene__box {
        position: absolute;
        bottom: 0;
        width: 408px;
        height: 518px;
    }

    .scene__box_1 {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
    .scene__box_2 {
        right: 0;
        transform: translate3d(100%, 0, 0);
    }

    .scene__text_2 .scene__buy {
        background: transparent;
    }
}

iframe[title*='recaptcha']{
  position:fixed;
  top:0;
}

basket_promocode::placeholder{
  text-transform: capitalize;
}
