img {
  max-width: 100%;
}
@media screen {
  .help_mobile{
    visibility: hidden;
    display: none
  
  } 
}

/*заголовки*/
h3 {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-size: 5.9375rem;
  color: #fff;
  margin: 0;
}

h4 {
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: #000000;
  padding-left: 2%;
  margin: 0;
}

h5 {
  font-family: "Khabensky";
  font-size: 2.125rem;
  color: white;
  margin: 0;
}

p {
  padding-top: 3%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}



@font-face {
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
  src: url("./fonts/Khabensky.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*HEADER*/
.header {
  height: 80vh;
  width: auto;
  background: url(./burger.svg) no-repeat;

  padding-top: 2%;
  border-radius: 0 0 77px 77px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -khtml-background-size: 100%;
  background-size: 100%;
}

.header-text-block {
  display: flex;
  align-self: center;
  padding-top: 3%;
  justify-content: center;
}

.header-arrow-left {
  align-self: baseline;
  align-items: center;
  align-self: baseline;
  padding-top: 3rem;
  padding-right: 3rem;
}

.header-help_section_0 {
  border-radius: 55.76px;
  border: #ffca63 solid 2px;
  height: 111px;
  width: 13vw;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffca63;
  color: #773e98;
  text-align: center;
  box-shadow: 0px 1px 3px;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-help_section_0:hover {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.header-help {
  border-radius: 55.76px;
  border: #ffca63 solid 2px;
  height: 111px;
  width: 300px;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffca63;
  color: #773e98;
  text-align: center;
  box-shadow: 0px 1px 3px;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-help:hover {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.header-help-fix {
  position: fixed;
  bottom: 100px;
  right: 0px;
  height: 35px;
  border-radius: 55.76px;
  height: 111px;
  width: 15vw;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
    font-size: 32px;
  border: none;
  color: #773e98;
  text-align: center;
  background: linear-gradient(
    to bottom,
    #ffca63,
    rgba(239, 241, 241, 0.8)
  ); 
  border: none;
}

.header-help-fix:hover {
  animation: none;
}

.header-botton-div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
}

.header-help-div {
  width: 300px;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
}

.header-arrow {
  width: 300px;
  padding-left: 1rem;
  padding-top: 2rem;
}

.header-flower {
  align-items: baseline;
  padding-left: 3%;
}

.menu {
  display: flex;
  position: fixed;
  flex-wrap: wrap;

  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: url(./burger.svg);
  background-size: 100%;

  height: 85vh;
  color: white;
  list-style: none;
  font-family: "Khabensky", "Arial Black", Helvetica, sans-serif;
}

.menuItem {
  display: block;
  margin: 2rem 4rem;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
}

.menuItem:hover {
  color: #ffca63;
}

.hamburger {
  position: fixed;
  z-index: 100;
  top: 4rem;
  right: 3rem;
  padding: 4px;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
}

.closeIcon {
  display: none;
}

.showMenu {
  transform: translateY(0);
}

.logo {
  padding-top: 2%;
  padding-left: 2%;
  flex: 0 1 100%;
}

.menu-1 {
  flex: 0 1 40%;
}

.menu-2 {
  flex: 0 1 40%;
}

/*основная часть блока*/

.intro {
  display: flex;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-top: 3%;
  font-size: 18px;
  font-weight: 400;
  width: 79.29vw;
  height: fit-content;
  background: #653c7e;
  border-radius: 70px;
  flex-wrap: wrap;
}

.img_intro_h1 {
  padding-left: 3%;
  padding-top: 3%;
  width: 10vw;
}

.intro_header {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: left;
  justify-content: center;
  align-self: center;
  padding-left: 5%;
  padding-top: 3%;
  width: fit-content;
  width: 90vw;
}

.intro_text {
  font-size: 1.2rem;
  padding: 3%;
}

.yellow {
  color: rgba(255, 202, 99, 1);
}

.intro-heart {
  animation-name: intro-heart;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-iteration-count: infinite;

  width: 100%;
  text-align-last: end;
  padding-right: 5%;
}

@keyframes intro-heart {
  50% {
    opacity: 0;
  }
}

/*блок кнопок блок 1 - программы*/
.section-1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 79.29vw;
  height: 65vh;
  border: #77bf43 solid 4px;
  border-radius: 70px;
  margin-top: 3%;
  margin-bottom: 2%;
}

.section-1-intro {
  padding-top: 2%;
  padding-left: 4%;
}

.section-1-text {
  color: black;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 2%;
  font-style: Bold;
  font-size: 1.325rem;
  line-height: 1.5;
}

.block-card {
  display: none;
  width: 79.29vw;
  scroll-behavior: smooth;
  height: 50vh;
}

.block-card-img {
  width: 50vw;
  height: 20vh;
  padding-top: 4%;
}

.block-card.active {
  display: block;
  
  
}

#programm_adress,
#programm_happy,
#programm_know,
#programm_medic {
  font-style: Bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  border-radius: 70px;
  border: #77bf43 solid 4px;
  height: auto;
  padding-bottom: 5%;
  margin-bottom: 3%;
  scroll-behavior: smooth;
}

.section-2-img {
  padding-top: 2%;
  margin: 3%;
}

.adress {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-style: Bold;
  font-size: 1.375rem;
  background-color: white;
  border-radius: 37px;
  width: 20vw;
  height: 10vh;
  color: #77bf43;
  padding-bottom: 2%;
  scroll-behavior: smooth;

  border: 2px solid #77bf43;
}

.adress:hover,
.happy:hover,
.know:hover,
.medic:hover {
  -webkit-box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
  -moz-box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
  box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
}

.happy {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-style: Bold;
  font-size: 1.375rem;
  background-color: white;
  border-radius: 37px;
  width: 20vw;
  height: 10vh;
  background-color: #f16722;
  color: #fff;
  padding-bottom: 2%;
  scroll-behavior: smooth;

  border: none;
}

.know {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-style: Bold;
  font-size: 1.375rem;
  background-color: white;
  border-radius: 37px;
  width: 20vw;
  height: 10vh;
  background-color: #3e95d1;
  color: #fff;
  padding-bottom: 2%;
  scroll-behavior: smooth;

  border: none;
}

.medic {
  font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
  font-style: Bold;
  font-size: 1.375rem;
  background-color: white;
  border-radius: 37px;
  width: 20vw;
  height: 10vh;
  background-color: #ee1a26;
  color: #fff;
  border: none;
  padding-bottom: 2%;
  scroll-behavior: smooth;
}

/*блок достижений*/
.section-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 79.29vw;
  height: 82vh;
  border: #773e98 solid 4px;
  border-radius: 70px;
}

.achievements-intro {
  display: flex;
  width: 100%;
  padding-top: 2%;
  padding-left: 4%;
}



.achievements-1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 32vh;
  width: 25vw;
  background-color: #77bf43;
  border-radius: 44px;
  margin: 1%;
  padding-left: 2%;
}

.achievements-1:hover,
.achievements-2:hover,
.achievements-3:hover,
.achievements-4:hover {
  -webkit-box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
  -moz-box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
  box-shadow: 27px 48px 29px -3px rgba(41, 60, 75, 0.2);
}

.achievements-2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 32vh;
  width: 25vw;
  background-color: #f16722;
  border-radius: 44px;
  margin: 1%;
  padding-left: 2%;
}

.achievements-3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 32vh;
  width: 25vw;
  background-color: #ee1a26;
  border-radius: 44px;
  margin: 1%;
  padding-left: 2%;
}

.achievements-4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  height: 32vh;
  width: 25vw;
  background-color: #3f95d0;
  border-radius: 44px;
  margin: 1%;
  padding-left: 2%;
}

/*истории сотрудников */
.section-4 {
  display: flex;
  flex-wrap: wrap;
  width: 79.29vw;
  height: max-content;
  background-color: #653c7e;
  border-radius: 70px;
  margin-top: 3%;
  padding-bottom: 4%;
}

.section-4_img {
  padding-left: 3%;
}

.section-4_text {
  padding-left: 3%;
  padding-right: 3%;
  color: #fff;
  padding-top: 2%;
  font-size: 1.25rem;
}
.block-card_empl_text {
  padding-left: 2%;
}
#wrapper {
  width: 79.29vw;
  position: relative;t-  align-items: center;
  align-self: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#carousel {
  height: 25vh;
  width: 55vw;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev,
#next {
  justify-content: center;
  align-content: center;
  border: none;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);

  background: none;
}

#next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background: none;
}

#content {
  display: grid;
  grid-gap: 3px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}

.filter-btn_empl {
  width: 140px;
  background: none;
  border: none;
  color: #fff;
  height: 160px;
}

.filter-btn_empl:hover {
  background-color: #ffca63;
  width: 160px;
  height: 160px;
}

.block-card_empl {
  display: none;
  margin-top: 3%;
}

.leftimg {
  float: left;
  margin: 7px 7px 0;
}

.block-card_empl.active {
  display: block;
}

#one,
#two,
#three,
#four,
#five,
#six,
#seven,
#eight,
#nine,
#ten,
#elvn,
#twlv,
#thrtn,
#frtn,
#star {
  font-style: Bold;
  width: 79.29vw;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  border-radius: 37px;
  border: #773e98 solid 4px;
  height: auto;
  padding-bottom: 3%;
  background: white;
}

.section-4-img {
  padding-top: 4%;
}



/*section-5*/
.section-5 {
  display: flex;
  flex-wrap: wrap;
  border: #773e98 solid 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  color: #fff;
  width: 79.29vw;
  height: max-content;
  border-radius: 70px;
  margin-top: 3%;
  padding-bottom: 4%;
}
.section-5-foto-discrip {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  background-color: #653c7e;
  margin-top: 3%;
  padding-bottom: 4%;
}
.section-5-foto-discrip-text {
  padding-left: 3%;
  padding-right: 3%;
  color: #fff;
  padding-top: 2%;
  font-size: 1.25rem;
  width: 35%;
}
.section-5-foto-discrip-buttons {
  display: flex;
  align-items: center;
  align-self: center;
  width: 55%;
  justify-content: space-around;
}

.block-card_children {
  display: none;
  width: 75.29vw;
  scroll-behavior: smooth;
  height: max-content;
  color: #000000;
  margin-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.block-card_children.active {
  display: block;
}

.setion-5_button:hover {
  background-color: #ffca63;

}

.setion-5_button {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 4%;
  align-items: center;
}
.video{

    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
  }
  #wrapper_5 {
    width: 45vw;
    position: relative;
    align-items: center;
    align-self: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  #carousel_5 {
    width:90%;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  #carousel_5::-webkit-scrollbar {
    height: 0;
  }
  
  #prev_5,
  #next_5 {
   display: none;
  }
  

  
  #content_5 {
    display: grid;
    grid-gap: 1%;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
  }
  .children_name{
  
      font-family: "Khabensky", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      color: #000000;
      padding-left: 0%;
      margin: 0;
    }
  
/*секция 6 */
.section_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
 height: max-content;
  background-color:#653C7E;
  margin-top: 3%;
  padding-bottom: 2%;
 
}
.section_6_discription_text{
  color: #fff;
  padding-left: 13%;
  margin-bottom: 1%;
  padding-right: 7%;
  padding-top: 1%;
  font-size: 1.25rem;
  width:60%;
  text-decoration: none;
  color: #fff;
  line-height: 1.9rem;
}
.section_6_main{
  padding-left: 7%;
  padding-right:7%;
 width: fit-content;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;

}
.section_6_name{
  width: fit-content;
  margin-left: 13%;
  margin-top: 4%;
  }
.section_6_discription_img{
  display: flex;
  justify-content: end;
  width: 8vw;
  margin-bottom: 1%;
}
.section_6_main_img{
  width: 560px;
  height: 491px;
  border-radius: 20px;
  margin-bottom: 2%;
  
}
.logo_merch{
  text-decoration: none; 
  color: aliceblue;
   font-weight: bold;
}
.logo_merch:hover{
color: #ffca63;
}
.section_6_main_txt{
  display: flex;
  flex-direction: row;
  color: #fff; 
  font-family: "Khabensky", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3rem;

}
.section_6_main_txt:hover{
  color: #ffca63;
  }

.section_6_button{
  margin-top: 4%;
  margin-bottom: 4%;
  display: flex;
  width: 100vw;
justify-content: center;

}
.section_6_button_action{
  border: #ffca63 solid 2px;
  border-radius: 55.76px;
  height: 112px;
  width: 363px;
  font-family: "Khabensky", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffca63;
  color: #773e98;
  text-align: center;
  box-shadow: 0px 1px 3px;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.section_6_button_action:hover {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.section_6_button_mob{
  visibility: hidden;
      display: none;
  
}

/*футер */
.footer {
  background: #653c7e;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 400;
  color: #fff;

  width: 100%;
  box-sizing: border-box;
  margin-top: 3%;
}

.footer-1,
.footer-2 {
  box-sizing: border-box;
  flex-grow: 1;
  margin: 5%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1 25rem;
  text-align: left;
  width: 30%;
  height: fit-content;
}

.footer-main {
  display: flex;
}
#separate {
  padding-top: 2%;
}

@media (max-width: 640px) {

  .help_mobile{
    visibility: visible;
    display: inline;
    height: 10vh;
    width: 90vw;
    border-radius: 55.76px;
    font-family: "Khabensky", "Arial Black", Helvetica,  sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ffca63;
    color: #773e98;
    text-align: center;
    border: none;

  
    }
    .help_mobile_btn{
      padding-left: 4%;
      margin-top: 6%;
      padding-bottom: 4%;
      visibility: visible;
      display: inline;
    }

  .header {
    border-radius: 0%;
    width: 100vw;
    display: flex;
    flex-direction: row;
    height: fit-content;
    padding-bottom: 5%;
    justify-content: center;
    background: url(./burger.svg);
  }
  #separate {
    padding-top: 0%;
  }
  .closeIcon {
    display: none;
  }

  .showMenu {
    display: none;
  }

  .logo {
    width: 60vw;
    justify-content: flex-start;
    padding-right: 70%;
    position: absolute;
  }
  .header-info {
    padding-top: 20%;
  }
  .menu-1 {
    display: none;
  }

  .menu-2 {
    display: none;
  }

  .menuItem {
    display: none;
  }

  .menuItem:hover {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .menu {
    display: none;
  }

  .header-help-fix {
    display: none;
  }

  .header-text {
    width: 80vw;
    align-self: center;
    display: flex;
  }

  .header-arrow {
    display: none;
  }

  .header-help {
    height: 15vh;
    width: 70vw;
  }

  .header-text-block {
    display: flex;
    flex-direction: column;
  }

  .header-botton-div {
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 0%;
    margin: 0%;
    height: fit-content;
  }

  .intro {
    display: flex;
    flex-direction: row;
    border-radius: 58.92px;
    width: 90vw;
    padding: 3%;

    padding: 2%;
  }

  .header-arrow-left {
    display: none;
  }

  .header-flower {
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 3%;
    width: 17%;
  }

  .intro_header {
    width: 90vw;
    padding-left: 3%;
    margin: 0%;
    font-size: 1.7rem;
  }

  .intro_text {
    font-size: medium;
  }

  .section-1 {
    display: flex;
    flex-direction: row;
    width: 90vw;
    height: fit-content;
    border-radius: 58.92px;
    padding-top: 4%;
    margin: 2%;
  }

  .block-card {
    width: 90vw;
    border-radius: 58.92px;
    height: fit-content;
  }

  .filter-btn {
    display: flex;
    flex-direction: row;
    width: 80vw;
    border-radius: 58.92px;
    justify-content: center;
    height: 20vh;
    align-items: center;
    padding: 2%;
    margin: 4%;
  }
  .section-2-img {
    padding: 3%;
  }
  .section-3 {
    margin: 2%;
    padding-top: 3%;
    display: flex;
    flex-direction: row;
    width: 90vw;
    height: fit-content;
    border-radius: 58.92px;
    padding-bottom: 3%;
  }

  h3 {
    font-size: 4rem;
  }

  h5 {
    font-size: medium;
  }

  p {
    font-size: small;
  }

  .achievements-1,
  .achievements-2,
  .achievements-3,
  .achievements-4 {
    width: 800vw;
    padding: 6%;
    height: fit-content;
  }

  .section-4 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: fit-content;
    background-color: #653c7e;
    margin-top: 3%;
    border-radius: 58.92px;
    margin-bottom: 3%;
  }

  #carousel {
    height: 30vh;
    width: 80vw;
    justify-content: center;
  }

  #wrapper {
    width: 90vw;
  }

  #prev,
  #next {
    display: none;
  }

  .block {
    width: 90vw;
  }

  .filter-btn_empl {
    width: 30vw;
    height: 30vh;
    background: none;
    border: none;
    color: #fff;
  }

  #one,
  #two,
  #three,
  #four,
  #five,
  #six,
  #seven,
  #eight,
  #nine,
  #ten,
  #elvn,
  #twlv,
  #thrtn,
  #frtn,
  #star {
    width: 90vw;
    padding-bottom: 3%;
    padding-top: 3%;
    margin-bottom: 3%;
  }

  .leftimg {
    object-fit: cover;
    width: 85vw;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    width: max-content;
    padding-top: 15%;
    padding-right: 2%;
  }

  .footer {
    padding-top: 2%;
    margin: 0%;
  }

  .footer-1,
  .footer-2 {
    margin: 1%;
    width: 40%;
  }

  .header-help_section_0 {
    border-radius: 55.76px;
    border: #ffca63 solid 2px;
    height: 8vh;
    width: 50vw;
    font-family: "Khabensky", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ffca63;
    color: #773e98;
    text-align: center;
    box-shadow: 0px 1px 3px;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header-help_section_0:hover {
    -webkit-transform: translate(10px);
    transform: translate(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .filter-btn_empl {
    width: 35vw;
    height: auto;
    background: none;
    border: none;
    color: #fff;
  }
  .filter-btn_empl {
    width: 35vw;
    height: 25vh;
    background: none;
    border: none;
    color: #fff;
  }

  /*section-5*/
  .section-5 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: fit-content;
    border: #773e98 solid 4px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    border-radius: 58.92px;
    margin-bottom: 3%;
    padding-bottom: 10%;
  
  }
  .section-5-foto-discrip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    background-color: #653c7e;
    margin-top: 2%;
    padding-bottom: 2%;
  }
  .section-5-foto-discrip-text {
    padding-left: 3%;
    padding-right: 3%;
    color: #fff;
    padding-top: 2%;
    font-size: 1.25rem;
    width:90%;
  }
  .section-5-foto-discrip-buttons {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-around;
  }

  .block-card_children {
    display: none;
    scroll-behavior: smooth;
    height: max-content;
    color: #000000;
    margin-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    width: auto;
  }

  .block-card_children.active {
    display: block;
  }

.setion-5_button {
  width: 35vw;
 margin-bottom: 4%;

}

  #wrapper_5 {
    width: 90vw;
    position: relative;
    align-items: center;
    align-self: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  #carousel_5 {
    width:90%;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  #carousel_5::-webkit-scrollbar {
    height: 0;
  }
  
  #prev_5,
  #next_5 {
   display: none;
  }
  

  
  #content_5 {
    display: grid;
    grid-gap: 3%;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  .section_6{
    display: flex;
    flex-direction:column;
    width: 100vw;
   height: fit-content;
    background-color:#653C7E;
    margin-bottom: 3%;
    padding-bottom: 7%;
  }
    .section_6_discription_text{
      color: #fff;
      padding-left: 6%;
      margin-bottom: 1%;
      padding-right: 1%;
      padding-top: 1%;
      font-size: 1rem;
      width:90%;
      text-decoration: none;
      color: #fff;
      line-height: 1.2em;
    } 
    .section_6_main_img{
   border-radius: 20px;
  height: auto;
  margin-bottom: 2%;
margin-top: 3%;

    }
  .section_6_item{
    margin: 0%;
    padding: 0%;

  }
  .section_6_main_txt{
    line-height: 1.15em;
    font-size:  1.2rem;}

.section_6_name{
width: fit-content;
margin-left: 7%;
margin-top: 4%;
}

 
  .section_6_discription_img{
    display: none;
  }
  .section_6_button{
   
  
  }
  .section_6_button_action{
    visibility: hidden;
    display: none 
  }
  .section_6_button_action_mob{
    visibility: visible;
    display: inline;
    height: 10vh;
    width: 90vw;
    border-radius: 55.76px;
    font-family: "Khabensky", "Arial Black", Helvetica,  sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ffca63;
    color: #773e98;
    text-align: center;
    border: none;
    margin-left: 3%;
    margin-bottom: 4%;
    margin-top: 4%;
    

  }

.section_6_button_mob{
  visibility: visible;
  display: inline; 
}


}


@media (min-width: 600px) and (max-width: 1080px) {


  .header {
    border-radius: 0%;
    width: 100vw;
    display: flex;
    flex-direction: row;
    height: fit-content;
    padding-bottom: 5%;
    justify-content: center;
    background: url(./burger.svg);
  }
  #separate {
    padding-top: 0%;
  }
  .closeIcon {
    display: none;
  }
  h3 {
    font-size: 5rem;
  }
  .showMenu {
    display: none;
  }
  .help_mobile_btn{
display: flex;
justify-content: center;
padding-bottom: 4%;
  }
  .help_mobile{
    visibility: visible;
    display: inline;
    border-radius: 55.76px;
    border: #ffca63 solid 2px;
    height: 10vh;
    width: 40vw;
    font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ffca63;
    color: #773e98;
    text-align: center;
    box-shadow: 0px 1px 3px;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-help_section_0 {
    border-radius: 55.76px;
    border: #ffca63 solid 2px;
    height: 8vh;
    width: 30vw;
    font-family: "Khabensky", "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ffca63;
    color: #773e98;
    text-align: center;
    box-shadow: 0px 1px 3px;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .header-help_section_0:hover {
    -webkit-transform: translate(10px);
    transform: translate(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .logo {
    width: 60vw;
    justify-content: flex-start;
    padding-right: 70%;
    position: absolute;
  }
  .header-info {
    padding-top: 20%;
  }
  .menu-1 {
    display: none;
  }

  .menu-2 {
    display: none;
  }

  .menuItem {
    display: none;
  }

  .menuItem:hover {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .menu {
    display: none;
  }

  .header-help-fix {
    display: none;
  }

  .header-text {
    width: 80vw;
    align-self: center;
    display: flex;
  }

  .header-arrow {
    display: none;
  }

  .header-help {
    height: 15vh;
    width: 70vw;
  }

  .header-text-block {
    display: flex;
    flex-direction: column;
  }

  .header-botton-div {
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 0%;
    margin: 0%;
    height: fit-content;
  }

  .intro {
    display: flex;
    flex-direction: row;
    border-radius: 58.92px;
    width: 90vw;
    padding: 3%;

    padding: 2%;
  }

  .header-arrow-left {
    display: none;
  }

  .header-flower {
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 3%;
    width: 15%;
  }

  .intro_header {
    width: 90vw;
    padding-left: 3%;
    margin: 0%;
  }

  .intro_text {
    font-size: medium;
  }

  .section-1 {
    display: flex;
    flex-direction: row;
    width: 90vw;
    height: fit-content;
    border-radius: 58.92px;
    padding-top: 4%;
    margin: 2%;
  }

  .block-card {
    width: 90vw;
    border-radius: 58.92px;
    height: fit-content;
  }

  .filter-btn {
    display: flex;
    flex-direction: row;
    width: 80vw;
    border-radius: 58.92px;
    justify-content: center;
    height: 20vh;
    align-items: center;
    padding: 2%;
    margin: 4%;
  }
  .section-2-img {
    padding: 3%;
  }
  .section-3 {
    width: 90vw;
    height: fit-content;
  }
  .achievements-1,
  .achievements-2,
  .achievements-3,
  .achievements-4 {
    width: 35vw;
    height: 25vh;
    padding: 2%;
  }

  .section-4 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: fit-content;

    background-color: #653c7e;
    margin-top: 3%;
    border-radius: 58.92px;
    margin-bottom: 3%;
  }

  #carousel {
    width: 80vw;
    justify-content: center;
  }

  #wrapper {
    width: 90vw;
    height: 40%;
  }

  #prev,
  #next {
    display: none;
  }

  .block {
    width: 90vw;
  }

  #one,
  #two,
  #three,
  #four,
  #five,
  #six,
  #seven,
  #eight,
  #nine,
  #ten,
  #elvn,
  #twlv,
  #thrtn,
  #frtn,
  #star {
    width: 90vw;
    padding-bottom: 3%;
    padding-top: 3%;
    margin-top: 5%;
    margin-bottom: 3%;
  }
  #carousel {
    height: 20vh;
  }

  .leftimg {
    width: 40vw;
    object-fit: cover;
  }

  .footer {
    padding-top: 2%;
    margin: 0%;
  }
  .footer-main {
    padding-top: 7%;
  }
  p {
    font-size: small;
  }

  /*section-5*/
  .section-5 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: fit-content;

    font-size: 1.375rem;
    color: #fff;
    margin-top: 3%;
    border-radius: 58.92px;
    margin-bottom: 3%;
    padding-bottom: 10%;

  }
  .section-5-foto-discrip {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: fit-content;
    margin-top: 2%;
    padding-bottom: 2%;
  }
  .section-5-foto-discrip-text {
    padding-left: 3%;
    padding-right: 3%;
    color: #fff;
    padding-top: 2%;
    font-size: 1.25rem;
    width: 90%;
  }
  .section-5-foto-discrip-buttons {
    display: flex;
    align-items: center;
    align-self: center;
    width: 90%;
    justify-content: space-around;
  }

  .block-card_children {
    display: none;
    scroll-behavior: smooth;
    height: max-content;
    color: #000000;
    margin-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .block-card_children.active {
    display: block;
  }

  .setion-5_button:hover {
    background-color: #ffca63;
  
  }


  #carousel_5 {
    width:90%;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  #carousel_5::-webkit-scrollbar {
    height: 0;
  }
  
  #prev_5,
  #next_5 {
   display: none;
  }
 
  #content_5 {
    display: grid;
    grid-gap: 1%;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 5%;
    padding-top: 5%;
  }
#wrapper_5{
  width: 90vw;
}

.section_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
 height: max-content;
  background-color:#653C7E;
  margin-top: 3%;
  padding-bottom: 2%;
 margin-bottom: 3%;
}
.section_6_item{
  width: 45%;
  
}
.section_6_discription_img{
padding-left: 3%;
display: flex;
justify-self: end;
}
.section_6_main_img{
  border-radius: 20px;
 height: auto;
 margin-bottom: 2%;
margin-top: 3%;
}
.section_6_discription_text{
  width: 85vw;
  margin-left: 0%;
}
.section_6_discription_img{
  display: none;
}
.section_6_discription_text{
  margin-left: 5%;
  padding-left: 5%;
  line-height: 1.15em;

}
.section_6_main_txt{
line-height: 1.15em;
}
}


