

/* @media screen and (min-width: 451px) and (max-width: 768px) {
}

@media screen and (min-width: 769px) and (max-width:  1366px) {
}

@media screen and (min-width:  1366px) and (max-width: 1440px) {
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
} */


@media screen and (min-width: 1px) and (max-width: 450px) /*  мобилка  */  {

* { 
    margin: 0 !important; 
    padding: 0 !important;
    box-sizing: border-box !important; 
}
  

html, body {
    width: 100%;
    min-height: 100vh; 
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}


.first_block{
    overflow: hidden;
    white-space: nowrap; 
    width: 100%;
    height: 100vh;
    position: relative; 
    background-color: #AAD1E5;
    margin-bottom: 0 !important;
}


.text1{
    display: inline-block;
    animation: text1 12s linear infinite;
    font-family: Helvetica;
    color: #0C255A;
    transition: color 0.4s ease;  
    flex-shrink: 0; 
    margin-top: -3vw;
    font-size: clamp(17vw, 25vw, 160px);
}


.rain {
  position: absolute;
  width: 100%;
  height: 87vh; 
  z-index: 1;   
  overflow: hidden;
}


.kaply {
  width: 9vw;
  height: 11vw; 
  position: absolute; 
  animation: fall linear infinite; 
}

.kaply1  { left: 5%;   animation-duration: 2.2s; animation-delay: 0.1s; }
.kaply2  { left: 12%;  animation-duration: 2.5s; animation-delay: 0.4s; }
.kaply3  { left: 18%;  animation-duration: 2.1s; animation-delay: 0.7s; }
.kaply4  { left: 25%;  animation-duration: 2.7s; animation-delay: 0.2s; }
.kaply5  { left: 32%;  animation-duration: 2.3s; animation-delay: 0.9s; }
.kaply6  { left: 39%;  animation-duration: 2.0s; animation-delay: 0.3s; }
.kaply7  { left: 46%;  animation-duration: 2.8s; animation-delay: 1.1s; }
.kaply8  { left: 52%;  animation-duration: 2.2s; animation-delay: 0.6s; }
.kaply9  { left: 59%;  animation-duration: 2.1s; animation-delay: 1.3s; }
.kaply10 { left: 66%;  animation-duration: 2.5s; animation-delay: 0.8s; }
.kaply11 { left: 73%;  animation-duration: 2.4s; animation-delay: 1.5s; }
.kaply12 { left: 79%;  animation-duration: 2.0s; animation-delay: 1.0s; }
.kaply13 { left: 85%;  animation-duration: 2.3s; animation-delay: 0.5s; }
.kaply15 { left: 9%;   animation-duration: 2.5s; animation-delay: 1.7s; }
.kaply16 { left: 22%;  animation-duration: 2.1s; animation-delay: 1.4s; }
.kaply17 { left: 37%;  animation-duration: 2.7s; animation-delay: 1.9s; }
.kaply18 { left: 54%;  animation-duration: 2.2s; animation-delay: 1.6s; }
.kaply19 { left: 71%;  animation-duration: 2.0s; animation-delay: 2.1s; }
.kaply20 { left: 64%;  animation-duration: 2.5s; animation-delay: 0.9s; }
.kaply21 { left: 77%;  animation-duration: 2.4s; animation-delay: 1.2s; }
.kaply22 { left: 81%;  animation-duration: 2.0s; animation-delay: 1.8s; }
.kaply23 { left: 88%;  animation-duration: 2.3s; animation-delay: 0.7s; }
.kaply25 { left: 13%;  animation-duration: 2.2s; animation-delay: 2.3s; }
.kaply26 { left: 26%;  animation-duration: 2.5s; animation-delay: 2.0s; }
.kaply27 { left: 41%;  animation-duration: 2.1s; animation-delay: 2.5s; }
.kaply28 { left: 57%;  animation-duration: 2.7s; animation-delay: 2.2s; }
.kaply29 { left: 74%;  animation-duration: 2.3s; animation-delay: 2.7s; }
.kaply30 { left: 7%;   animation-duration: 2.2s; animation-delay: 0.2s; }
.kaply31 { left: 15%;  animation-duration: 2.5s; animation-delay: 1.0s; }
.kaply32 { left: 21%;  animation-duration: 2.2s; animation-delay: 0.6s; }
.kaply33 { left: 29%;  animation-duration: 2.7s; animation-delay: 1.3s; }
.kaply34 { left: 35%;  animation-duration: 2.4s; animation-delay: 1.8s; }
.kaply35 { left: 43%;  animation-duration: 2.1s; animation-delay: 0.4s; }
.kaply36 { left: 49%;  animation-duration: 2.6s; animation-delay: 2.4s; }
.kaply37 { left: 56%;  animation-duration: 2.3s; animation-delay: 0.9s; }
.kaply38 { left: 63%;  animation-duration: 2.0s; animation-delay: 1.6s; }
.kaply39 { left: 68%;  animation-duration: 2.5s; animation-delay: 2.1s; }



.three_flowers {
  margin-top: 0vh;
  position: relative;
  height: 100vh;
  overflow: visible;
}

.left_buton {
 display: none;
}

.left_flower {
  display: none;
}

.right_buton {
  display: none;
}

.right_flower {
  display: none;
}

.center_buton {
  position: absolute;
  bottom: 8vh;
  left: 3vw;
  height: 97vw;
  width: 91vw;
  opacity: 1;
  z-index: 2;
  animation: buton 6s infinite;
}

.center_flower {
  position: absolute;
  bottom: 8vh;
  left: 2vw;
  width: 94vw;
  height: 90vw;
  opacity: 0;
  z-index: 3;
  animation: flower 6s infinite;
}

.raschestka{
  top: 45vh;
  left: 50vw;
  position: absolute;
  z-index: 3;
  width: 30vw;
  height: 50vw; 

}

.lipstick{
  display: none;
}

.gubi{
  display: none;
}

.blush{
  display: none;
}

.rumana{
  display: none;

}
.rumana2{
 display: none;
}

.kist{
  display: none;
}

.second_block {
  width: 100%;
  height: 200vh; 
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
}

.shesterenki{
  width: 100%;
  height: 70vh;
  position: relative;
  background-color: #EADA9D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shesterenki_box{
  width: 100%;
  height: 120vw;
  position: relative;
  background-color: #EADA9D;
}

.round1 {
  position: absolute;
  width: 63vw;
  height: 65vw;
  top: 55vw;
  left: 31vw; 
  animation: rotate-right 5s linear infinite;
}

.round2 {
  width: 63vw;
  height: 65vw;
  position: absolute;
  top: 6vw;
  left: 5vw;
  animation: rotate-left 5s linear infinite;
}

.stebel_flower {
  width: 100%;
  height: 70vh;
  background-color: #9AC57C;
  position: relative;
  top: 0vh;
  left: 0vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stebel_flower_box {
  height: 100vw;
  width: 100vw;
  position: absolute;
}

.stebel {
  width: 100vw;
  height: 60vw;
  top: 0vw;
  left: 80vw;
  transform: rotate(90deg); 
  transform-origin: left top;
  position: absolute;
}

.tsvetok1{
  width: 28vw;
  height: 20vw;
  position: absolute;
  z-index: 2;
  top: 6vw;
  left: 35vw;
  rotate: 0deg;
  transform: scaleX(-1);
  transform-origin: center center;
  animation: move_tsvetok1 3s ease-in-out infinite ;
}

.tsvetok2{
  width: 28vw;
  height: 20vw;
  position: absolute;
  z-index: 2;
  top: 38vw;
  left: 35vw;
  rotate: 0deg;
  transform: scaleX(-1);
  transform-origin: center center;
  animation: move_tsvetok2 2s ease-in-out infinite ;
}

.tsvetok3{
  width: 28vw;
  height: 20vw;
  position: absolute;
  z-index: 2;
  top: 72vw;
  left: 35vw;
  rotate: 0deg;
  transform: scaleX(-1);
  transform-origin: center center;
  animation: move_tsvetok3 4s ease-in-out infinite ;
}


.falling_objects{
  width: 100%;
  height: 60vh;
  background-color: #AAD1E5;
  position: relative;
  overflow: hidden;
  top: 0vh;
  left: 0;
  
}

.item {
  position: absolute;
  width: 20vw;
  height: 12vh;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1  { left: 4%;  animation-duration: 6.1s; animation-delay: -0.2s; }
.itemr2 { left: 21%; animation-duration: 3.2s; animation-delay: -1.9s; }
.item3  { left: 47%; animation-duration: 4.8s; animation-delay: -0.7s; }
.item4  { left: 73%; animation-duration: 5.5s; animation-delay: -2.8s; }
.itemr5 { left: 16%; animation-duration: 3.7s; animation-delay: -0.4s; }
.item6  { left: 59%; animation-duration: 6.4s; animation-delay: -2.1s; }
.item7  { left: 82%; animation-duration: 3.1s; animation-delay: -1.0s; }
.item8  { left: 10%; animation-duration: 5.7s; animation-delay: -3.3s; }
.item9  { left: 36%; animation-duration: 4.0s; animation-delay: -1.4s; }
.item10 { left: 91%; animation-duration: 3.4s; animation-delay: -0.6s; }
.item11 { left: 27%; animation-duration: 6.8s; animation-delay: -2.5s; }
.item12 { left: 63%; animation-duration: 3.6s; animation-delay: -1.3s; }
.item13 { left: 8%;  animation-duration: 4.3s; animation-delay: -0.9s; }
.item14 { left: 52%; animation-duration: 5.9s; animation-delay: -3.0s; }
.item15 { left: 95%; animation-duration: 3.0s; animation-delay: -1.7s; }
.item16 { left: 19%; animation-duration: 4.6s; animation-delay: -2.2s; }
.item17 { left: 41%; animation-duration: 6.3s; animation-delay: -0.3s; }
.item18 { left: 68%; animation-duration: 3.3s; animation-delay: -2.0s; }
.item19 { left: 32%; animation-duration: 5.2s; animation-delay: -1.1s; }
.item20 { left: 86%; animation-duration: 4.1s; animation-delay: -2.6s; }


.costumes {
    width: 100%;
    height: 48vh; 
    background-color: #9AC57C;
    position: relative;
    top: 0vh;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.costumes_box {
  position: relative;
  height: 60vw;
} 
  
 .costume1, .costume2, .costume3, .costume4 {
    width: 38vw;  
    height: 50vw; 
    position: absolute; 
  }

.costume1 {
  animation-name: costumes-rotate;
  animation-delay: 0s;
  left: 45vw;
  top: 6vw;
  position: absolute;
}
.costume2 {
  animation-name: costumes-rotate;
  animation-delay: 0.3s;
  animation-direction: alternate-reverse;
  left: 34vw;
  top: 5vw; 
  position: absolute;
}
.costume3 {
  animation-name: costumes-rotate;
  animation-delay: 0.6s;
  left: 26vw;
  top: 4.5vw;
  position: absolute;
}
.costume4 {
  animation-name: costumes-rotate;
  animation-delay: 0.9s;
  animation-direction: alternate-reverse;
  left: 14vw;
  top: 3.5vw;
  position: absolute;
}

.veshalka {
  left: 27vw;
  top: 1.3vw; 
  width: 45vw; 
  height: 10vw;
  position: absolute;
  z-index: 3; 
}

.third_block {
  overflow: hidden;
  position: relative;
  background: #F9E1F1;
  height: 15vh; 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.flower_line {
  width: 100%;
  height: 30vw;
  position: relative;
}

.flower_track {
  display: flex;
  gap: 21vw; 
  animation: scroll 4s linear infinite;
  
}

.flower_line_flower1,
.flower_line_flower2,
.flower_line_flower3,
.flower_line_flower4,
.flower_line_flower5,
.flower_line_flower6,
.flower_line_flower7,
.flower_line_flower8,
.flower_line_flower9,
.flower_line_flower10,
.flower_line_flower11,
.flower_line_flower12,
.flower_line_flower13 {
  position: relative; 
  width: 21vw;
  height: 16vh;
  top: 1.5vh;
}

.flower {
  position: absolute;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.basic {
  opacity: 1;
  z-index: 2;
  width: 21vw;
  height: 26vw;
}

.fourth_block{
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
  margin: 0 !important;
  background-color: #EADA9D;
}

.flower_flash_blur {
  width: 90vw;
  height: 50vh;
  animation: flash_blur 3s infinite ease-in-out;
  display: flex;
  position: relative;
  top: 0;
  left: 10vw;
 
}

.obectiv {
  position: absolute;
  width: 90vw;
  height: 83vh;
  z-index: 2;
  top: -17vh;
  left: 6vw;  
}


.projector {
   background-color: #AAD1E5;
   height: 50vh; 
   width: 100%;
   position: relative; 
   top: 0; 
  }

.projector_flower {
    width: 80vw;
    height: 40vh;
    position: absolute;
    top: 7vh;    
    left: 10vw;   
    transform-origin: bottom center;
    z-index: 1;
    animation: grow 5s ease-out infinite;
  }

.fonar {
  width: 100%;
  height: 60vh;
  position: absolute;
  top: -5vh;
  left: 47vw;
  transform: translateX(-50%);
  }

.fifth_block{
    width: 100%;
    height: 35vh; 
    background-color: #F9E1F1;
    margin: 0; 
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.composition{
    position: relative;
    height: 50vw;
    left: 5%;
}

.left_crug_listia{
  left: 3vw;
  top: 8vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  width: 33vw;
  height: 20vw;
  z-index: 2;
}

.left_yellow {
  left: 8vw;
  top: 28vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.2s;
  width: 12vw;
  height: 9vw;
}

.left_yellow2{
  left: 17vw;
  top: 28vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.4s;
  width: 12vw;
  height: 9vw;
}

.left_yellow3 {
  left: 26vw;
  top: 28vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.8s;
  z-index: 2;
  width: 12vw;
  height: 9vw;
}

.left_green{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.3s;
  left: 20vw;
  top: 34vw;
  position: absolute;
  z-index: 1;
  width: 12vw;
  height: 9vw;
}

.pink_flower{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  left: 19vw;
  top: 42vw;
  position: absolute;
  width: 51vw;
  height: 13vw;
  z-index: 2;
}

.green_flowers_list{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  left: 23vw;
  top: 23vw;
  position: absolute;
  width: 22vw;
  height: 19vw;
  z-index: 1;
}
.green_flowers_list2{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  left: 34vw;
  top: 25vw;
  position: absolute;
  width: 22vw;
  height: 19vw;
  z-index: 1;
}

.yellow_crug_listia{
  left: 25vw;
  top: 8vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  width: 30vw;
  height: 20vw;
  animation-delay: 0.7s;
  z-index: 2;
}
.blue_flower{
  width: 32vw;
  height: 13vw;
  left: 39vw;
  top: 32vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

.green_list{
  width: 13vw;
  height: 10vw;
  left: 62vw;
  top: 35vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

.big_green_list{
  width: 24vw;
  height: 21vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.3s;
  z-index: 1;
  left: 44vw;
  top: 21vw;
}

.big_green_list2{
  width: 25vw;
  height: 22vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  z-index: 1;
  left: 57vw;
  top: 21vw;
}

.small_list_crug{
 display: none;
}

.big_list_crug{
  width: 25vw;
  height: 22vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  left: 50vw;
  top: 2vw;
  position: absolute;
  z-index: 2;
}

.polycrug{
  display: none;
}

.crug_crug{
 display: none;
}

.pink_right{
 display: none;
}

.podval {
  width: 100%;
  background-color: #DF6DB7;
  position: relative; 
  margin-top: 0;
  height: 120vh; 
  margin-top: 0;
  display: flex;
  flex-direction: column;
  }

.podpis1 {
  height: 40vh;
  position: relative;   
}

.podpis2 {
  height: 40vh;
  position: relative;   
}

.podpis3 {
  height: 45vh;
  position: relative;     
}


.venok1{
  width: 60vw;
  height: 60vw;
  animation: spin 7s linear infinite;
  left: 20vw;
  position: absolute;
  top: 20vw;
}

.curator{
  font-size: 4vw;
  color: white;
  left: 43vw;
  position: absolute;
  font-family: "Helvetica";
  top: 38vw;
}

.Kamila {
  font-size: 6vw;
  color: white;
  left: 41vw;
  position: absolute;
  font-family: "Helvetica";
  top: 45vw;
}

.Kamila1 {
  font-size: 6vw;
  color: white;
  left: 40vw;
  position: absolute;
  font-family: "Helvetica";
  top: 51vw;
}


.venok2{
  width: 60vw;
  height: 60vw;
  left: 20vw;
  animation: spin 7s linear infinite;
  position: absolute;
  top: 20vw;
}

.curator2{
  font-size: 4vw;
  color: white;
  top: 38vw;
  left: 43vw;
  position: absolute;
  font-family: "Helvetica";
}

.Nona{
  font-size: 6vw;
  color: white;
  top: 45vw;
  left: 38vw;
  position: absolute;
  font-family: "Helvetica";
 
}

.Nona1 {
  font-size: 6vw;
  color: white;
  top: 51vw;
  left: 44vw;
  position: absolute;
  font-family: "Helvetica";
 
}

.venok3{
  width: 60vw;
  height: 60vw;
  left: 20vw;
  position: absolute;
  animation: spin 7s linear infinite;
  top: 20vw;
}

.avtor{
  font-size: 4vw;
  color: white;
  left: 44vw;
  position: absolute;
  font-family: "Helvetica";
  top: 38vw;
}


.kz{
  font-size: 6vw;
  color: white;
  top: 77vh;
  left: 33vw;
  position: absolute;
  font-family: "Helvetica";
  top: 45vw;
}

.kz1 {
  font-size: 6vw;
  color: white;
  top: 80vh;
  left: 40vw;
  position: absolute;
  font-family: "Helvetica";
  top: 51vw;
}

}


@media screen and (min-width: 451px) and (max-width: 1365px) {
/*  планшет про */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100vh; 
    overflow-x: hidden;

}

.first_text_block{
    display: inline-flex;
   
}

.first_block{
    position: relative ;  
    height: 90vh ;
    width: 100%;       
    overflow: hidden;
    background-color: #AAD1E5;
 
}
.text1{
    display: inline-block;
    animation: text1 15s linear infinite;
    font-size: 150px;
    font-family: Helvetica;
    color: #0C255A;
    transition: color 0.4s ease;  
    flex-shrink: 0; 
    margin-top: -1vw;
    font-size: clamp(10vw, 14vw, 180px);  
}


.rain {
  position: absolute;
  width: 100%;
  height: 60vh; 
  z-index: 1;   
  overflow: hidden;
}


.kaply {
  position: absolute;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 5vw;
  height: 7vw; 

}

.kaply1  { left: 5%;   animation-duration: 2.2s; animation-delay: 0.1s; }
.kaply2  { left: 12%;  animation-duration: 2.5s; animation-delay: 0.4s; }
.kaply3  { left: 18%;  animation-duration: 2.1s; animation-delay: 0.7s; }
.kaply4  { left: 25%;  animation-duration: 2.7s; animation-delay: 0.2s; }
.kaply5  { left: 32%;  animation-duration: 2.3s; animation-delay: 0.9s; }
.kaply6  { left: 39%;  animation-duration: 2.0s; animation-delay: 0.3s; }
.kaply7  { left: 46%;  animation-duration: 2.8s; animation-delay: 1.1s; }
.kaply8  { left: 52%;  animation-duration: 2.2s; animation-delay: 0.6s; }
.kaply9  { left: 59%;  animation-duration: 2.1s; animation-delay: 1.3s; }
.kaply10 { left: 66%;  animation-duration: 2.5s; animation-delay: 0.8s; }
.kaply11 { left: 73%;  animation-duration: 2.4s; animation-delay: 1.5s; }
.kaply12 { left: 79%;  animation-duration: 2.0s; animation-delay: 1.0s; }
.kaply13 { left: 85%;  animation-duration: 2.3s; animation-delay: 0.5s; }
.kaply14 { left: 92%;  animation-duration: 2.7s; animation-delay: 1.2s; }
.kaply15 { left: 9%;   animation-duration: 2.5s; animation-delay: 1.7s; }
.kaply16 { left: 22%;  animation-duration: 2.1s; animation-delay: 1.4s; }
.kaply17 { left: 37%;  animation-duration: 2.7s; animation-delay: 1.9s; }
.kaply18 { left: 54%;  animation-duration: 2.2s; animation-delay: 1.6s; }
.kaply19 { left: 71%;  animation-duration: 2.0s; animation-delay: 2.1s; }
.kaply20 { left: 64%;  animation-duration: 2.5s; animation-delay: 0.9s; }
.kaply21 { left: 77%;  animation-duration: 2.4s; animation-delay: 1.2s; }
.kaply22 { left: 81%;  animation-duration: 2.0s; animation-delay: 1.8s; }
.kaply23 { left: 88%;  animation-duration: 2.3s; animation-delay: 0.7s; }
.kaply25 { left: 13%;  animation-duration: 2.2s; animation-delay: 2.3s; }
.kaply26 { left: 26%;  animation-duration: 2.5s; animation-delay: 2.0s; }
.kaply27 { left: 41%;  animation-duration: 2.1s; animation-delay: 2.5s; }
.kaply28 { left: 57%;  animation-duration: 2.7s; animation-delay: 2.2s; }
.kaply29 { left: 74%;  animation-duration: 2.3s; animation-delay: 2.7s; }
.kaply30 { left: 7%;   animation-duration: 2.2s; animation-delay: 0.2s; }
.kaply31 { left: 15%;  animation-duration: 2.5s; animation-delay: 1.0s; }
.kaply32 { left: 21%;  animation-duration: 2.2s; animation-delay: 0.6s; }
.kaply33 { left: 29%;  animation-duration: 2.7s; animation-delay: 1.3s; }
.kaply34 { left: 35%;  animation-duration: 2.4s; animation-delay: 1.8s; }
.kaply35 { left: 43%;  animation-duration: 2.1s; animation-delay: 0.4s; }
.kaply36 { left: 49%;  animation-duration: 2.6s; animation-delay: 2.4s; }
.kaply37 { left: 56%;  animation-duration: 2.3s; animation-delay: 0.9s; }
.kaply38 { left: 63%;  animation-duration: 2.0s; animation-delay: 1.6s; }
.kaply39 { left: 68%;  animation-duration: 2.5s; animation-delay: 2.1s; }



.left_buton {
  position: absolute;
  bottom: -2vw;
  left: 0.5vw;
  width: 30vw;
  height: 35vw;
  opacity: 1;
  z-index: 2;
  animation: buton 6s infinite;
}

.left_flower {
  position: absolute;
  bottom: -5vw;
  left: 0vw;
  width: 30vw;
  height: 35vw;
  opacity: 0;
  z-index: 3;
  animation: flower 6s infinite;
}

.right_buton {
  position: absolute;
  bottom: -2vw;
  left: 2vw;
  width: 30vw;
  height: 35vw;
  opacity: 1;
  z-index: 2;
  animation: buton 6s infinite;
}

.right_flower {
  position: absolute;
  bottom: -5vw;
  left: 2vw;
  width: 30vw;
  height: 35vw;
  opacity: 0;
  z-index: 3;
  animation: flower 6s infinite;
}

.three_flowers {
  position: absolute;
  height: 50vh;
  width: 100%;
  top: 40vh;
}

.center_buton {
  position: absolute;
  bottom: -2vw;
  left: 27vw;
  height: 47vw;
  width: 45vw;
  opacity: 1;
  z-index: 2;
  animation: buton 6s infinite;
}

.center_flower {
  position: absolute;
  bottom: -5vw;
  left: 27.5vw;
  width: 45vw;
  height: 47vw;
  opacity: 0;
  z-index: 3;
  animation: flower 6s infinite;
}


.raschestka{
  bottom: 25vw;
  margin-left: 53vw;
  position: absolute;
  z-index: 3;
  width: 10vw;
  height: 14vw; 
  transform-origin: bottom center;  
  animation: sway 6s infinite;
}


.lipstick{
  width: 5vw;
  height: 15vw;
  margin-left: 84vw;
  bottom: 7vw;
  position: absolute;
  opacity: 0;
  z-index: 4;
  animation: lipstick-move 6s infinite;
}

.gubi{
  width: 5vw;
  height:15vw;
  margin-left: 81vw;
  bottom: 9vw;
  position: absolute;
  z-index: 3;
  opacity: 0;
  animation: gubi-opacity 6s infinite;
}

.blush{
   opacity: 1;   
   bottom: 12vw;
   left: 9vw;
   width: 20vw;
   height: 8vw;                  
   animation: rumana-opacity 6s infinite;
   position: absolute;
   z-index: 3;
}


.rumana{
  width: 3vw;
  height: 3vw;
  margin-top: 0vw;
  margin-left: 0vw;
  position: absolute;
  z-index: 2;

}
.rumana2{
  width: 3vw;
  height: 3vw;
  margin-top: 0vw;
  margin-left: 10vw;
  position: absolute;
  z-index: 2;
}

.kist{
  bottom: 11vw;
  left: 8vw;
  width: 8vw;
  height: 19vw;
  margin-left: 12vw;
  position: absolute;
  z-index: 4;
  transform-origin: center center;             
  animation: kist-swing 6s infinite;
}



.second_block {
   display: grid !important;
    grid-template-columns: 1fr 1fr !important;      
    grid-template-rows: 33vw 33vw 33vw !important;  
    height: 99vw !important;        
    width: 100% !important;
    margin: 0 !important;
    gap: 0 !important;
    position: relative !important;
}
.shesterenki{
   grid-row: 1 / span 2 !important; 
    grid-column: 1 !important;
    position: relative !important;
    width: 100% !important;    
    height: 100% !important;  
    margin: 0 !important;
    background-color: #EADA9D !important;
}

.round1 {
  position: absolute;
  width: 31vw;
  height: 32vw;
  top: 26vw;
  left: 14vw; 
  animation: rotate-right 5s linear infinite;
}

.round2 {
  width: 31vw;
  height: 32vw;
  position: absolute;
  top: 2vw;
  left: 1vw;
  animation: rotate-left 5s linear infinite;
}


.stebel_flower {
  grid-row: 1 !important; 
    grid-column: 2 !important; 
    position: relative !important;
    width: 100% !important;   
    height: 100% !important;  
    margin: 0 !important;     
    background-color: #9AC57C !important;
    left: 0 !important;       
    top: 0 !important;
}

.stebel{
  width: 44vw;
  height: 22vw;
  top: 5vw;
  left: 2.3vw;
  position: absolute;
}

.tsvetok1{
  width: 18vw;
  height: 10vw;
  position: absolute;
  z-index: 2;
  top: 8vw;
  left: 4vw;
  rotate: 90deg;
  transform: scaleX(-1);
  transform-origin: center center;
  animation: move_tsvetok1 3s ease-in-out infinite ;
}


.tsvetok2{
  width: 18vw;
  height: 10vw;
  position: absolute;
  z-index: 2;
  top: 8vw;
  left: 17vw;
  rotate: 90deg;
  transform: scaleX(-1);
  animation: move_tsvetok2 2.5s ease-in-out infinite ;
}



.tsvetok3{
  width: 18vw;
  height: 10vw;
  position: absolute;
  z-index: 2;
  top: 8vw;
  left: 29vw;
  rotate: 90deg;
  animation: move_tsvetok3 4s ease-in-out infinite ;
}



.falling_objects{
   grid-row: 2 / span 2 !important; 
    grid-column: 2 !important; 
    position: relative !important;
    width: 100% !important;    
    height: 100% !important;   
    margin: 0 !important;     
    background-color: #AAD1E5 !important;
    left: 0 !important;
    top: 0 !important;
}


.item {
  position: absolute;
  top: -15%;
  width: 8vw;
  height: 8vw;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}



.item1, .item3, .item5, .item7, .item9, .item11, .item13, .item15, .item17, .item19 {
  animation-name: fall_pravo;
}
.itemr2, .item4, .item6, .item8, .item10, .item12, .item14, .item16, .item18, .item20 {
  animation-name: fall_levo;
}

.item1  { left: 4%;  animation-duration: 6.1s; animation-delay: -0.2s; }
.itemr2 { left: 21%; animation-duration: 3.2s; animation-delay: -1.9s; }
.item3  { left: 47%; animation-duration: 4.8s; animation-delay: -0.7s; }
.item4  { left: 73%; animation-duration: 5.5s; animation-delay: -2.8s; }
.itemr5 { left: 16%; animation-duration: 3.7s; animation-delay: -0.4s; }
.item6  { left: 59%; animation-duration: 6.4s; animation-delay: -2.1s; }
.item7  { left: 82%; animation-duration: 3.1s; animation-delay: -1.0s; }
.item8  { left: 10%; animation-duration: 5.7s; animation-delay: -3.3s; }
.item9  { left: 36%; animation-duration: 4.0s; animation-delay: -1.4s; }
.item10 { left: 91%; animation-duration: 3.4s; animation-delay: -0.6s; }
.item11 { left: 27%; animation-duration: 6.8s; animation-delay: -2.5s; }
.item12 { left: 63%; animation-duration: 3.6s; animation-delay: -1.3s; }
.item13 { left: 8%;  animation-duration: 4.3s; animation-delay: -0.9s; }
.item14 { left: 52%; animation-duration: 5.9s; animation-delay: -3.0s; }
.item15 { left: 95%; animation-duration: 3.0s; animation-delay: -1.7s; }
.item16 { left: 19%; animation-duration: 4.6s; animation-delay: -2.2s; }
.item17 { left: 41%; animation-duration: 6.3s; animation-delay: -0.3s; }
.item18 { left: 68%; animation-duration: 3.3s; animation-delay: -2.0s; }
.item19 { left: 32%; animation-duration: 5.2s; animation-delay: -1.1s; }
.item20 { left: 86%; animation-duration: 4.1s; animation-delay: -2.6s; }


.costumes {
 grid-row: 3 !important; 
    grid-column: 1 !important; 
    position: relative !important;
    width: 100% !important;    
    height: 100% !important;   
    margin: 0 !important;     
    background-color: #9AC57C !important;
}
.costume1, .costume2, .costume3, .costume4 {
  animation-duration: 2.7s;
  animation-timing-function: cubic-bezier(.4,.02,.63,1.01);
  animation-iteration-count: infinite;
  position: absolute;
  transform-origin: 40% 0%;

}

.costume1 {
  animation-name: costumes-rotate;
  animation-delay: 0s;
  margin-left: 26vw;
  margin-top: 4vw;
  width: 16vw;
  height: 26vw;
  
}
.costume2 {
  animation-name: costumes-rotate;
  animation-delay: 0.3s;
  animation-direction: alternate-reverse;
  margin-left: 18vw;
  margin-top: 3.5vw;
  width: 16vw;
  height: 26vw;
  
}
.costume3 {
  animation-name: costumes-rotate;
  animation-delay: 0.6s;
  margin-left: 10vw;
  margin-top: 3vw;
  width: 16vw;
  height: 26vw;
}
.costume4 {
  animation-name: costumes-rotate;
  animation-delay: 0.9s;
  animation-direction: alternate-reverse;
  margin-left: 5vw;
  margin-top: 2.5vw;
  width: 16vw;
  height: 26vw;
}

.veshalka{
  margin-left: 3vw;
  margin-top: -1.2vw;
  width: 30vw;
  height: 10vw;
}

.third_block {
  overflow: hidden;
  width: 100%;
  height: 28vw;
  background: #F9E1F1;
}

.flower_line {
  width: 100%;
  height: 31vw;
}

.flower_track {
  display: flex;
  gap: 22vw;
  animation: scroll 3s linear infinite;
  margin-top: 3vw;
}



.flower_line_flower1,
.flower_line_flower2,
.flower_line_flower3,
.flower_line_flower4,
.flower_line_flower5,
.flower_line_flower6,
.flower_line_flower7,
.flower_line_flower8,
.flower_line_flower9,
.flower_line_flower10,
.flower_line_flower11,
.flower_line_flower12,
.flower_line_flower13 {
  position: relative; 
  width: 21vw;
  height: 26vw;
}

.flower {
  position: absolute;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.basic {
  opacity: 1;
  z-index: 2;
  width: 21vw;
  height: 26vw;
}



.flower_line_flower1:hover .basic, .flower_line_flower2:hover .basic, .flower_line_flower3:hover .basic, .flower_line_flower4:hover .basic, .flower_line_flower5:hover .basic, .flower_line_flower6:hover .basic, .flower_line_flower7:hover .basic, .flower_line_flower8:hover .basic, .flower_line_flower9:hover .basic, .flower_line_flower10:hover .basic, .flower_line_flower11:hover .basic, .flower_line_flower12:hover .basic, .flower_line_flower13:hover .basic {
  opacity: 0;
}

.flower_line_flower1:hover .hover_flower, .flower_line_flower2:hover .hover_flower, .flower_line_flower3:hover .hover_flower, .flower_line_flower4:hover .hover_flower, .flower_line_flower5:hover .hover_flower, .flower_line_flower6:hover .hover_flower, .flower_line_flower7:hover .hover_flower, .flower_line_flower8:hover .hover_flower, .flower_line_flower9:hover .hover_flower, .flower_line_flower10:hover .hover_flower, .flower_line_flower11:hover .hover_flower, .flower_line_flower12:hover .hover_flower, .flower_line_flower13:hover .hover_flower {
  opacity: 1;
}


.fourth_block{
  width: 50vw;
  height: 50vw;
  background-color: #EADA9D;
  position: relative;
  display: flex;
  align-items: flex-start; 
  justify-content: flex-start;

}

.flower_flash_blur {
  width: 41vw;
  height: 42vw;
  animation: flash_blur 3s infinite ease-in-out;
  display: flex;
  margin-left: 7vw;
  margin-top: 5vw;
  position: absolute;
}


.obectiv {
  position: absolute;
  width: 46vw;
  height: 42vw;
  z-index: 2;
  top: 4vw;
  left: 2vw;     
}

.projector {
  width: 50vw;
  height: 50vw;
  background-color: #AAD1E5;
  margin-left: 50vw;
  position: absolute;
 
}

.projector_flower {
  width: 35vw;
  height: 38vw;
  margin-left: 7.5vw;
  margin-top: 9vw;
  transform-origin: bottom center;
  position: absolute;
  z-index: 1;
  animation: grow 5s ease-out infinite; 
}

.fonar{
  width: 40vw;
  height: 60vw;
  margin-top: -5.5vw;
  margin-left: 25vw;
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  transform-origin: top center;                 
  animation: swing 5s ease-in-out infinite;  
}


.fifth_block{
  width: 100%;
  height: 60vw;
  background-color: #F9E1F1;
}

.left_crug_listia{
  margin-left: 3vw;
  margin-top: 14vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  width: 33vw;
  height: 20vw;
}

.left_yellow {
  margin-left: 8vw;
  margin-top: 30vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.2s;
  width: 12vw;
  height: 9vw;
}

.left_yellow2{
  margin-left: 17vw;
  margin-top: 30vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.4s;
  width: 12vw;
  height: 9vw;
}

.left_yellow3 {
  margin-left: 26vw;
  margin-top: 30vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.8s;
  z-index: 2;
  width: 12vw;
  height: 9vw;
}

.left_green{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.3s;
  margin-left: 20vw;
  margin-top: 36vw;
  position: absolute;
  z-index: 1;
  width: 12vw;
  height: 9vw;
}

.pink_flower{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  margin-left: 19vw;
  margin-top: 42vw;
  position: absolute;
  width: 51vw;
  height: 13vw;
  z-index: 2;
}

.green_flowers_list{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  margin-left: 23vw;
  margin-top: 25vw;
  position: absolute;
  width: 22vw;
  height: 19vw;
  z-index: 1;
}
.green_flowers_list2{
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.1s;
  margin-left: 36vw;
  margin-top: 25vw;
  position: absolute;
  width: 22vw;
  height: 19vw;
  z-index: 1;
}

.yellow_crug_listia{
  margin-left: 25vw;
  margin-top: 11vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  width: 30vw;
  height: 20vw;
  animation-delay: 0.7s;
}
.blue_flower{
  width: 32vw;
  height: 13vw;
  margin-left: 39vw;
  margin-top: 34vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

.green_list{
  width: 13vw;
  height: 10vw;
  margin-left: 62vw;
  margin-top: 43vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

.big_green_list{
  width: 24vw;
  height: 21vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.3s;
  z-index: 1;
  margin-left: 44vw;
  margin-top: 23vw;
}

.big_green_list2{
  width: 25vw;
  height: 22vw;
  position: absolute;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  z-index: 1;
  margin-left: 57vw;
  margin-top: 23vw;
}

.small_list_crug{
  width: 12vw;
  height: 9vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  z-index: 2;
  margin-left: 71vw;
  margin-top: 14vw;
  position: absolute;
}

.big_list_crug{
  width: 25vw;
  height: 22vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  margin-left: 50vw;
  margin-top: 4vw;
  position: absolute;
  z-index: 2;
}

.polycrug{
  width: 20vw;
  height: 10vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  margin-left: 71.5vw;
  margin-top: 5.5vw;
  position: absolute;
  z-index: 1;
}

.crug_crug{
  width: 13vw;
  height: 20vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  margin-left: 75vw;
  margin-top: 18vw;
  position: absolute;
  z-index: 1;
}

.pink_right{
  width: 13vw;
  height: 20vw;
  animation: small-swing 3s ease-in-out infinite;
  animation-delay: 0.5s;
  margin-left: 75vw;
  margin-top: 34vw;
  position: absolute;
  z-index: 1;
}

.podval{
  width: 100%;
  height: 50vw;
  background-color: #DF6DB7;
  position: relative;
  margin-top: 0vw;
}

.venok1{
  width: 29vw;
  height: 30vw;
  animation: spin 7s linear infinite;
  margin-left: 3vw;
  margin-top: 6vw;
  position: absolute;
}

.venok2{
  width: 29vw;
  height: 30vw;
  margin-left: 36vw;
  position: absolute;
  animation: spin 7s linear infinite;
  margin-top: 6vw;
}

.venok3{
  width: 29vw;
  height: 30vw;
  margin-left: 68vw;
  position: absolute;
  animation: spin 7s linear infinite;
  margin-top: 6vw;
}



.curator{
  font-size: 1.7vw;
  color: white;
  margin-top: 15vw;
  margin-left: 14vw;
  position: absolute;
  font-family: "Helvetica";
}

.curator2{
  font-size: 1.7vw;
  color: white;
  margin-top: 15vw;
  margin-left: 47.5vw;
  position: absolute;
  font-family: "Helvetica";
}

.avtor{
  font-size: 1.7vw;
  color: white;
  margin-top: 15vw;
  margin-left: 81vw;
  position: absolute;
  font-family: "Helvetica";
}

.Kamila {
  font-size: 2.7vw;
  color: white;
  margin-top: 18vw;
  margin-left: 13vw;
  position: absolute;
  font-family: "Helvetica";
}

 .Nona{
  font-size: 2.7vw;
  color: white;
  margin-top: 18vw;
  margin-left: 45vw;
  position: absolute;
  font-family: "Helvetica";
 
}

.kz{
  font-size: 2.7vw;
  color: white;
  margin-top: 18vw;
  margin-left: 75vw;
  position: absolute;
  font-family: "Helvetica";
}

.Kamila1 {
  font-size: 2.7vw;
  color: white;
  margin-top: 21vw;
  margin-left: 12.7vw;
  position: absolute;
  font-family: "Helvetica";
}

 .Nona1 {
  font-size: 2.7vw;
  color: white;
  margin-top: 21vw;
  margin-left: 48vw;
  position: absolute;
  font-family: "Helvetica";
 
}

.kz1 {
  font-size: 2.7vw;
  color: white;
  margin-top: 21vw;
  margin-left: 79vw;
  position: absolute;
  font-family: "Helvetica";
}

}
  

