/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'NeverMind';
}
a{
  color: #000;
}
*:focus {
  outline: none;
}
/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'GT Eesti Pro Display';
  background: #FAFAFA;
}
html{
    font-size: 1em;
}

:hover{
  transition-duration: .3s;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */

  .word{
    display: inline-flex !important;
  }
.container{
    max-width: 94.44vw;
    width: 100%;
    margin: 0 auto;
}

.site-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.22vw 2.13vw;
}
@media screen and (max-width: 1024px) {
  .mobile_none_conteiner{
    width: 100vw;
    max-width: 100vw;
  }
  .site-header{
    padding: 6.66vw 1.66vw;
  }
}
.main-navigation .primary-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.22vw;
}
@media screen and (max-width: 1024px) {
  .main-navigation .primary-menu{
    display: none;
  }
  .menu_burger .menu-item a{
    font-size: 8.5vw;
    text-transform: uppercase;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.4vw;
    background: #fff;
    margin-bottom: 1.6vw;
    border-radius: 5.33vw;
    opacity: 1 !important;
    line-height: 90%;
  }
  .menu_burger .menu-item a::after{
    content: '';
    position: relative;
    width: 5.8vw;
    display: block;
    height: 5.8vw;
    background-image: url(../img/arrow_burger.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.site-branding{
  width: 8vw;
}
@media screen and (max-width: 1024px) {
  .site-branding{
    width: 24vw;
    display: flex;
    align-items: center;
  }
}
.menu-item a{
  opacity: .6;
  font-size: 0.97vw;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #000;
  transition-duration: .3s;
}
.menu-item a:hover{
  opacity: 1;
  color: #000 !important;
}

.consultation_button{
  font-size: 1.11vw;
  font-weight: 500;
  color: #777777;
  padding: 1.11vw 2.77vw;
  border-radius: 1000px;
  border: 2px solid #777777;
}

.consultation_button:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.burger_menu{
  display: none;
}
.burger_menu_wrapper{
  display: none;
}
@media screen and (max-width: 1024px) {
  .consultation_button{
    display: none;
  }
  .burger_menu_cons{
    display: flex !important;
    width: max-content;
    margin: 14.4vw auto;
    font-size: 3.73vw;
    font-weight: 500;
    color: #777777;
    padding: 5.06vw 17.33vw;
    border-radius: 1000px;
    border: 2px solid #777777;
  }
  .burger_menu_wrapper{
    display: block;
    padding-bottom: 0vw;
    height: 0vh;
    overflow: hidden;
  }
  .burger_menu_wrapper.active{
    padding-bottom: 16vw;
    height: calc(100vh - 22.4vw);
    overflow: auto;
  }
  .burger_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 13.8vw;
    height: 13.8vw;
    border-radius: 20vw;
    background: #FFCF4E;
  }
  .main_offer_block, .tasks_nutri{
    overflow: hidden;
  }
  .burger_menu.active{
    border-radius: 4.26vw;
    background: #A7D851;
  }
  .icon_burger_active{
    width: 4.53vw;
    position: absolute;
    opacity: 0;
  }
  .burger_menu.active .icon_burger_active{
    width: 4.53vw;
    position: absolute;
    opacity: 1;
  }
  .icon_burger{
    width: 5.8vw;
    opacity: 1;
  }
  .burger_menu.active .icon_burger{
    width: 5.8vw;
    opacity: 0;
  }
}

.w21{
  width: 1.45vw;
}
@media screen and (max-width: 1024px) {
  .w21{
    width: 5.86vw
  }
}
.layout_m_offer{
  background: #F7F4EF;
  border-radius: 2.77vw;
  padding: 5.4vw 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .layout_m_offer{
    background: #F7F4EF;
    border-radius: 5.33vw;
    padding: 22.9vw 0;
    padding-bottom: 10.14vw;
    position: relative;
  }
}
.text_offer_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .text_offer_block{
    width: 100%;
  }
}

.p_small{
  color: #000;
  font-size: 1.11vw;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .p_small{
    color: #000;
    font-size: 3.73vw;
    font-weight: normal;
    width: 34.66vw;
    text-align: center;
  }
}
.p_small span{
  font-weight: bold;
}
.sub_students{
  display: flex;
  gap: 0.55vw;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sub_students{
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    align-items: center;
  }
}
.heading_1{
  font-size: 4.44vw;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -2%;
  line-height: 108%;
  text-align: center;
  font-weight: 500;
  margin-top: 1.11vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 1024px) {
  .heading_1{
    font-size: 8.53vw;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -2%;
    line-height: 108%;
    text-align: center;
    font-weight: 500;
    margin-top: 5.33vw; 
    margin-bottom: 5.4vw;
  }
}
.tab_offer{
  font-size: 2.36vw;
  color: #94C144;
  font-weight: normal;
  letter-spacing: -2%;
  padding: 0.55vw 1.11vw;
  padding-bottom: 0.7vw;
  border: 0.11vw solid #94C144;
  border-radius: 0.6vw;
  position: relative;
  line-height: 108%;
}
.tab_offer svg{
  position: absolute;
  top: -0.69vw;
  left: -0.69vw;
}
@media screen and (max-width: 1024px) {
  .tab_offer{
    font-size: 5.86vw;
    letter-spacing: -2%;
    padding: 1.65vw 3.2vw; 
    padding-bottom: 1.65vw;
    border: 0.4vw solid #94C144;
    border-radius: 1.6vw;
  }
  .tab_offer svg{
    position: absolute;
    top: -2.3vw;
    left: -2.3vw;
  }
}


.p_large{
  font-size: 1.11vw;
  font-weight: normal;
  color: #3C3935;
  letter-spacing: -2%;
  margin: 0 auto;
  margin-top: 2.22vw;
  margin-bottom: 4.16vw;
  text-align: center;
  width: 50vw;
  
}
@media screen and (max-width: 1024px) {
  .p_large{
    font-size: 3.73vw !important;
    margin-top: 6.4vw;
    margin-bottom: 9.06vw;
    width: 100%;
  }
}
.p_large span{
  font-weight: bold;
}


.buttons_offer{
  display: flex;
  justify-content: center;
  gap: 1.11vw;
}
@media screen and (max-width: 1024px) {
  .buttons_offer{
    display: flex;
    flex-direction: column;
    gap: 2.13vw;
  }
}
.spikers_block{
	overflow: hidden;
}
  .spikers2_block {
    width: 45%;
  }
.yellow_button{
  background: #FFCF4E;
  color: #473810;
  padding: 1.8vw 4.8vw;
  font-weight: bold;
  font-size: 1.50vw;
  border: 2px solid #FFCF4E;
  border-radius: 1000px;
}
.yellow_button:hover{
  background: none;
  color: #1F2B0B;
  border: 2px solid #1F2B0B;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .yellow_button{
    padding: 4.8vw 5vw;
    font-size: 4.73vw;
    border-radius: 1000px;
    text-align: center;
    width: 68vw;
  }
}
.border_button{
  border-radius: 1000px;
  background: none;
  color: #1F2B0B;
  border: 2px solid #1F2B0B;
  padding: 1.8vw 3.8vw;
  font-weight: bold;
  font-size: 1.28vw;
}
.border_button:hover{
  background: #fff;
  color: #1F2B0B;
  border: 2px solid #fff;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .border_button{
    padding: 4.8vw 13.33vw;
    font-size: 3.73vw;
    border-radius: 1000px;
    text-align: center;
    width: 68vw;
  }
}
@media screen and (max-width: 1024px) {
  .buttons_offer{
    display: flex;
    flex-direction: column;
    gap: 2.13vw;
  }
}
.mini_button{
  border-width: 1px;
  padding: 1.18vw 2.43vw;
  min-width: 16.66vw;
  font-weight: 500;
  text-align: center;
}

.mini_button:hover{
  border-width: 1px;
  min-width: 16.66vw;
}
@media screen and (max-width: 1024px) {
  .mini_button{
    border-width: 1px;
    padding: 4.8vw 4.8vw;
    min-width: 100%;
  }
}
.border_button.mini_button:hover{
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
}

.offer_img_one{
  position: absolute;
  width: 33vw;
  left: -4.3vw;
  top: 0.6vw;
}
.offer_img_two{
  position: absolute;
  width: 32vw;
  right: -3.4vw;
  top: 6.59vw;
}
@media screen and (max-width: 1024px) {
  .offer_img_one{
    position: absolute;
    width: 43vw;
    left: -4.3vw;
    top: 6.6vw;
  }
  .offer_img_two{
    position: absolute;
    width: 42vw;
    right: -5.4vw;
    top: 6vw;
  }
}
.number_offer_item{
  display: flex;
  background-color: #fff;
  border-radius: 2.77vw;
  align-items: flex-end;
  margin: 10px 5px;
}
@media screen and (max-width: 1024px) {
  .number_offer_item{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5.33vw;
    padding: 4.26vw;
    gap: 2.13vw;
    align-items: center;
  }
}
.numbers_offer_items{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .numbers_offer_items{
    display: grid;
    grid-template-columns: minmax(20px, 1fr) minmax(20px, 1fr);
    gap: 1.06vw;
    margin-top: 1.06vw;
  }
}

.number_offer{
  line-height: 100%;
  letter-spacing: -2%;
  font-size: 8.33vw;
  color: #94C144;
  margin: 0;
  font-weight: normal;
  text-wrap: nowrap;
}
.paragraph_number{
  font-size: 1.25vw;
  line-height: 130%;
  margin-left: 0.83vw;
  margin-bottom: 0.83vw;
}
@media screen and (max-width: 1024px) {
  .number_offer{
    font-size: 21.33vw;
  }
  .paragraph_number{
    font-size: 3.73vw;
    line-height: 130%; 
    margin-left: 0vw;
    margin-bottom: 0vw;
    text-align: center;
    margin: 0 10.66vw;
  }
}
.heading_standart{
  font-size: 1.38vw;
  font-weight: 500;
  color: #411100;
  margin-top: 1.45vw;
  margin-bottom: 0.83vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .heading_standart{
    font-size: 4.2vw;
    font-weight: 500;
    color: #411100;
    margin-top: 4.26vw;
    margin-bottom: 2.5vw;
    text-align: center;
  }
}
.logo_awards{
  height: 5.55vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .logo_awards{
    height: 16.8vw; 
    margin: 0 auto;
  }
}
.standart_item{
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28vw;
  height: 28vw;
  background: #FFCF4E;
  padding: 2vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .standart_item{
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 91vw;
    height: 91vw;
    background: #FFCF4E;
    padding: 9vw;
    position: relative;
  } 
}

.paragraph_standart{
  font-size: 1.11vw;
  color: #A5750A;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .paragraph_standart{
    font-size: 3.73vw;
    color: #A5750A;
    text-align: center;
  }
}
.stamdarts_grid{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.16vw;
}
@media screen and (max-width: 1024px) {
  .stamdarts_grid{
    gap: 6.4vw;
    flex-direction: column;
  }
}
.standarts_block{
  margin-top: 11.8vw;
  margin-bottom: 11.8vw;
}
@media screen and (max-width: 1024px) {
  .standarts_block{
    margin-top: 26.6vw;
    margin-bottom: 26.6vw;
  }
}
.nature_left{
  width: 3.33vw;
  position: absolute;
  top: 3.33vw;
  left: 0;
}
.nature_right{
  width: 3.33vw;
  position: absolute;
  top: 3.33vw;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .nature_left{
    width: 10.13vw;
    position: absolute;
    top: 9vw;
    left: 4.5vw;
  }
  .nature_right{
    width: 10.13vw;
    position: absolute;
    top: 9vw;
    right: 4.5vw;
  }
}
.img_info_nutri{
  width: 42.63vw;
  margin: 0 auto;
  margin-top: 8.6vw;
  margin-bottom: 17.36vw;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .img_info_nutri{
    width: 132vw;
    min-width: 159vw;
    margin: 0 auto;
    margin-left: -30.66vw;
    margin-top: 0vw;
    margin-bottom: 17.36vw;
  }
}
.info_nutri_content{
  text-align: center;
  position: sticky;
  top: 10vw;
}
.tab_block{
  font-size: 1.25vw;
  font-family: 'NeverMind Book';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #A2A2A2;
  margin-bottom: 2.15vw;
}
.heading_2{
  font-size: 45px;
  font-family: 'NeverMind Book';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  line-height: 111%;
}
@media screen and (max-width: 1024px) {
  .tab_block{
    font-size: 3.73vw;
    margin-bottom: 8.53vw;
  }
  .heading_2{
    font-size: 11.73vw;
  }
}
.heading_2 span{
  font-family: 'NeverMind Book';
  font-weight: normal;
  font-style: normal;
  color: #94C144;
}
.p_large{
  font-size: 1.38vw;
  font-weight: 500;
  line-height: 131%;
}
.p_tasks{
  font-size: 1.38vw;
  font-weight: normal;
  line-height: 152%;
  color: #000;
  margin-top: 2.4vw;
}
@media screen and (max-width: 1024px) {
  .p_tasks{
    font-size: 3.73vw;
    margin-top: 4.26vw;
  }
}
.p_tasks span{
  font-weight: bold;
}

.tasks_nutri_layout{
  display: grid;
  grid-template-columns: auto 39vw;
  padding: 1.38vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tasks_nutri_layout{
    display: grid;
    grid-template-columns: 1fr;
    padding: 2.13vw;
    gap: 6.4vw;
    position: relative;
  }
}
.col_text_info{
  padding: 2.63vw;
}
.tasks_nutri_layout{
  background: #fff;
  border-radius: 2.77vw;
}
.swiper-nutri{
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .col_text_info{
    padding: 6.4vw;
    padding-top: 8.5vw;
    position: relative;
  }
  .swiper-nutri{
    border-radius: 5.33vw;
  }
}

.heading_slider_nutri{
  font-size: 2.5vw;
  line-height: 144%;
  text-align: center;
  color: #597626;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto;
  padding: 6vw;
}
@media screen and (max-width: 1024px) {
  .heading_slider_nutri{
    font-size: 5.8vw;
    padding: 12.8vw;
  } 
}
.content_slide_nutri{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.arrow_prev{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
}
.arrow_next{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999;
}
.icon_arrow{
  height: 100%;
}

.icon_nature{
  width: 14vw;
  position: absolute;
  top: -4vw;
  left: 35%;
}
@media screen and (max-width: 1024px) {
  .icon_nature{
    width: 45.8vw;
    position: absolute;
    top: -4vw;
    left: auto;
    right: 0;
    transform: rotate(90deg);
  }
}
.swiper-nutri .swiper-pagination{
  position: absolute;
  top: auto;
  bottom: 2.22vw;
  width: 40%;
  height: 0.83vw;
  left: 30%;
  border-radius: 1000px;
  background: #00000038;
  overflow: hidden;
}
.swiper-nutri .swiper-pagination-progressbar-fill{
  background: #000 !important;
  height: 0.83vw !important;
}
@media screen and (max-width: 1024px) {
  .swiper-nutri .swiper-pagination{
    position: absolute;
    top: auto;
    bottom: 10vw;
    height: 2.13vw;
  }
  .swiper-nutri .swiper-pagination-progressbar-fill{
    background: #000 !important;
    height: 2.13vw !important;
  }
}
.consultation_swiper{
  font-size: 1.73vw;
  line-height: 122%;
  color: #507B03;
  font-weight: normal;
  position: absolute;
  text-align: center;
  top: 2.2vw;
  width: 100%;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .consultation_swiper{
    font-size: 3.73vw; 
    top: 4.8vw;
  }
}
.arrow_swiper{
  cursor: pointer;
  transition-duration: .3s;
  top: 42%;
}
.arrow_swiper:hover ellipse{
  fill: #BEE971 !important;
}
.arrow_swiper:hover path{
  fill: #000000b3 !important;
}
.swiper-button-disabled{
  opacity: 0.5;
  cursor:no-drop;
}
.swiper-button-disabled:hover ellipse{
  fill: #94C144 !important;
}
.p_medical{
  font-size: 1.38vw;
  font-weight: 500;
  line-height: 152%;
  color: #000;
  margin-top: 2.4vw;
  width: 25vw;
}
@media screen and (max-width: 1024px) {
  .p_medical{
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 152%;
    color: #000;
    margin-top: 5.6vw;
    width: 65vw;
  }
}
.heading_3{
  font-size: 3.05vw;
  line-height: 111%;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .heading_3{
    font-size: 8.65vw;
  }
}
.heading_3 span{
  color: #9FCA52;
}


.medical_layout{
  display: grid;
  grid-template-columns: 1fr 36vw 25vw;
  justify-content: space-between;
  padding: 2.08vw;
}
@media screen and (max-width: 1024px) {
  .medical_layout{
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding: 6.4vw;
  }
}
.medical_img{
  position: absolute;
  left: -10%;
  top: -2vw;
  width: 36vw;
}
@media screen and (max-width: 1024px) {
  .medical_img{
    position: relative;
    left: auto;
    top: 0vw;
    right: -8vw;
    width: 105vw;
    min-width: 105vw;
  }
}
.img_block{
  position: relative;
}
.price_number{
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 144%;
  margin-bottom: 0;
}
.description_price{
  font-size: 1.3vw;
  line-height: 133%;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .price_number{
    font-size: 8vw;
    font-weight: bold;
    line-height: 144%;
    margin-bottom: 0;
  }
  .description_price{
    font-size: 4.26vw;
  }
}
.desc_module{
  font-size: 0.97vw;
  line-height: 138%;
  color: #525252;
  margin-top: 0.55vw;
  margin-left: 1.31vw;
}
@media screen and (max-width: 1024px) {
  .desc_module{
    font-size: 3.73vw;
    line-height: 138%;
    margin-top: 2.13vw;
    margin-left: 4.26vw;
  }
}
.item_cart_price{
  background: #FFCF4E;
  color: #473810;
  border-radius: 1.38vw;
  padding: 1.11vw 2.22vw;
  width: 16.3vw;
}
@media screen and (max-width: 1024px) {
  .item_cart_price{
    background: #FFCF4E;
    color: #473810;
    border-radius: 5.33vw;
    padding: 4vw 7.2vw; 
    width: 53.3vw;
  }
}
.white_cart{
  background: #fff;
  color: #000000;
}
.white_cart .price_number{
  color: #FFCF4E !important;
}
.margin_custom_tab{
  margin: 2.5vw 0;
  letter-spacing: .1vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .margin_custom_tab{
    margin: 8vw 0;
    letter-spacing: .1vw;
    position: relative;
  }
}
.prices_block{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.16vw;
}
@media screen and (max-width: 1024px) {
  .prices_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.16vw;
    width: 81vw;
  }
}
.medical_block{
  margin: 11.8vw 0;
}
@media screen and (max-width: 1024px) {
  .medical_block{
    margin: 26.66vw 0;
  }
}
.arrow_top{
  width: 2.5vw;
  position: absolute;
  top: -7vw;
  left: -3.2vw;
}
.arrow_bottom{
  width: 2.5vw;
  position: absolute;
  bottom: -7.5vw;
  right: -3.6vw;
}
@media screen and (max-width: 1024px) {
  .arrow_top{
    width: 9.33vw;
    position: absolute;
    top: -27vw;
    left: -14.2vw;
  }
  .arrow_bottom{
    width: 9.33vw;
    position: absolute;
    bottom: -28.5vw;
    right: -16.6vw;
  }
}
.text-left{
  text-align: left;
  width: 44vw;
  margin-left: 0 !important;
}
.for_you_layout{
  background: #F7F4EF;
  border-radius: 2.77vw;
  padding: 4.16vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .for_you_layout{
    background: #F7F4EF;
    border-radius: 5.33vw;
    padding: 8.52vw 6.4vw;
    position: relative;
  }
}
.text_block_for{
  width: 50vw;
  position: absolute;
  top: 4.16vw;
  left: 4.16vw;
}
@media screen and (max-width: 1024px) {
  .text_block_for{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .text-left{
    text-align: left;
    width: 90%;
  }
}

.img_for{
  width: 100%;
}
.img_for_mobile{
  display: none;
}
@media screen and (max-width: 1024px) {
  .img_for{
    display: none;
  }
  .img_for_mobile{
    display: block;
    width: 100%;
  }
}

.heading_block_center{
  text-align: center;
  margin-top: 10px;
}
.format_layout{
  padding: 5.90vw 2.77vw 2.77vw 2.77vw;
  margin: 3vw 0;
  background: #fff;
  border-radius: 2.77vw;
}
@media screen and (max-width: 1024px) {
  .format_layout{
    padding: 5vw 2.13vw 8vw 2.13vw;
    margin: 2vw 0;
    background: #fff;
    border-radius: 2.77vw;
  }
}
.formats_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.38vw;
  margin-top: 3.8vw;
  margin-bottom: 7.77vw;
}


.format_item{
  border-radius: 1.38vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18vw;
  padding: 1.38vw;
  color: #fff;
  width: 27.9vw;
}
@media screen and (max-width: 1024px) {
  .formats_items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0vw;
    margin-top: 10.6vw;
    margin-bottom: 21.33vw
  }
  .format_item{
    border-radius: 5.33vw;
    padding: 6.4vw;
    gap: 8.5vw;
    color: #fff;
    width: 100%;
    height: max-content;
    transform: rotate(0deg) !important;
  }
}
.heading_format{
  font-size: 1.52vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 0.55vw;
}
@media screen and (max-width: 1024px) {
  .heading_format{
    font-size: 5.33vw;
    margin-bottom: 2.13vw;
  }
}

.number_tab{
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.52vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .number_tab{
    width: 8.5vw; 
    height: 8.5vw;
    font-size: 4.8vw;
  }
}
.green_format{
  background: #94C144;
  transform: rotate(-5deg);
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .green_format{
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .green_format{
    height: 500px;
    display: flex;
    justify-content: flex-start;
  }
  .wiolet_format{
    height: 500px;
    display: flex;
    justify-content: flex-start;
  }
  .yellow_format{
    height: 500px;
    display: flex;
    justify-content: flex-start;
  }
  .pink_format{
    height: 500px;
    display: flex;
    justify-content: flex-start;
  }
  .bir_format{
    height: 500px;
    display: flex;
    justify-content: flex-start;

  }
}
.green_format .number_tab{
  background: #ADDE58;
  color: #74943B;
}
.wiolet_format{
  background: #693D6A;
  transform: rotate(3.36deg);
  margin-top: 1vw;
}
@media screen and (max-width: 1024px) {
  .wiolet_format{
    margin-top: 0vw;
  }
}
.wiolet_format .number_tab{
  background: #BB74BC;
  color: #693D6A;
}

.yellow_format{
  background: #E8B62D;
  transform: rotate(-2deg);
}
.yellow_format .number_tab{
  background: #FFCF4E;
  color: #B78D1A;
}

.pink_format{
  background: #F7A594;
  transform: rotate(4deg);
}
.pink_format .number_tab{
  background: #FFC4B3;
  color: #B67668;
}

.bir_format{
  background: #6CBCAD;
  transform: rotate(-3deg);
  width: 34.86vw;
}
@media screen and (max-width: 1024px) {
  .bir_format{
    background: #6CBCAD;
    transform: rotate(-3deg);
    width: 100%;
  }
}
.bir_format .number_tab{
  background: #89E3D2;
  color: #38AA94;
}

/* Стилі для контейнера відео */
.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
}

/* Стилі для відео */
video {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2.08vw;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 1024px) {
  video {
    border-radius: 5.33vw;
  }
}

/* Стилі для кнопок управління відео */
.controls {
  position: absolute;
  bottom: 10px;
  width: 8.33vw;
  height: 8.33vw;
  left: calc(50% - 4.13vw);
  bottom: calc(50% - 4.13vw);
  background-color: #FFCF4E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  z-index: 9901;
}
@media screen and (max-width: 1024px) {
  .controls {
    width: 16vw;
    height: 16vw;
    left: calc(50% - 8vw);
    bottom: calc(50% - 8vw);
  }
}
.controls.pause{
  left: 1.13vw;
  bottom: 1.13vw;
  transform: scale(0.5);
}

.icon_play{
  width: 2.22vw;
  margin-left: 0.43vw;
}
.controls.pause .icon_play{
  opacity: 0;
}
.icon_pause{
  width: 2.22vw;
  opacity: 0;
  position: absolute;
}
.controls.pause .icon_pause{
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .icon_play{
    width: 4.26vw;
    margin-left: 1.43vw;
  }
  .icon_pause{
    width: 4.26vw;
    opacity: 0;
    position: absolute;
  }
}

.heading_video{
  font-size: 2.9vw;
  font-weight: normal;
  line-height: 111%;
  margin: 0 auto;
  margin-bottom: 3.2vw;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .heading_video{
    font-size: 7.5vw;
    margin-bottom: 6.4vw;
  }
}
.heading_video span{
  color: #FFCF4E;
}

.nature-video{
  width: 34vw;
  position: absolute;
  top: -16vw;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .nature-video{
    display: none;
  }
}
.left-nature{
  left: 1.11vw;
}
.right-nature{
  right: 1.11vw;
}


.item_about{
  height: 21.18vw;
  border-radius: 1.38vw;
  padding: 1.25vw;
  box-sizing: border-box;
  position: relative;
  font-size: 1.11vw;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  
.item_about{
  height: 72.8vw;
  border-radius: 2.66vw;
  padding: 3.2vw;
  font-size: 3.73vw;
}
}
.yellow_about{
  background: #FFCF4E;
  color: #875700;
}
.green_about{
  background: #94C144;
  color: #fff;
}
.border_about{
  border: 1px solid #94C144;
  color: #1E1E1E;
}
@media screen and (max-width: 1024px) {
  .border_mobile{
    border: 1px solid #94C144;
    background: none;
    color: #1E1E1E;
  }
  .green_mobile{
    background: #94C144;
    color: #fff;
  }
}
.img_about_item{
  position: absolute;
  top: -0.25vw;
  right: 1.25vw;
  width: 12.5vw;
}
@media screen and (max-width: 1024px) {
  .img_about_item{
    position: absolute;
    top: -0.25vw;
    right: 1.25vw;
    width: 30vw;
  }
}
.grid_about{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  gap: 1.38vw;
}
@media screen and (max-width: 1024px) {
  .grid_about{
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2.13vw;
  }
  .none_mobile{
    display: none;
  }
}

.about_layout{
  padding: 0 2.98vw;
}
.img_rotate{
  width: 14.86vw;
}
.center_card{
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.55vw;
}
.ml325{
  margin-left: 22.56vw;
  margin-bottom: 2.7vw;
}
@media screen and (max-width: 1024px) {
  .ml325{
    margin-left: 0vw;
    text-align: center;
    margin-bottom: 10.66vw;
  }
}
.nature_about{
  width: 25.27vw;
  min-width: 25.27vw;
  position: absolute;
  left: -6.38vw;
  top: 0;
}
.programs_layout{
  background: #fff;
  border-radius: 2.77vw;
  padding: 5.9vw 1.66vw 4.16vw 1.66vw;
}
@media screen and (max-width: 1024px) {
  .programs_layout{
    background: #fff;
    border-radius: 5.33vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 21.33vw 2.13vw 2.13vw 2.13vw;
  }
}

.heading_program_block{
  mask-image: url('../img/program_mask.svg');
  mask-repeat: no-repeat;
  mask-size:contain;
  width: 28.33vw;
  height: 16.94vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 2vw;
}
@media screen and (max-width: 1024px) {
  .heading_program_block{
    mask-image: url('../img/program_mask_mob.svg');
    width: 100%; 
    height: 46.66vw;
    padding: 2vw;
  }
}
.grid_programs{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.38vw;
  margin-top: 4.9vw;
}
@media screen and (max-width: 1024px) {
  .grid_programs{
    display: flex;
    gap: 2.13vw;
    margin-top: 10.66vw;
    flex-direction: column;
  }
}
.program_item{
  padding: 0.55vw;
  border-radius: 2.77vw;
  background: #F3F3F3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .program_item{
    padding: 0.55vw;
    border-radius: 2.77vw;
    background: none;
    position: relative;
  }
}
.button_info_program{
  padding: 1.18vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 1000px;
  margin-top: 0.55vw;
  font-size: 1.28vw;
  font-weight: 500;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .button_info_program{
    display: none;
  }
}
.button_info_program:hover{
  color: #fff;
  background: #333333;
}
.heading_program{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .heading_program{
    font-size: 20px;
    margin: 2vw;
  }
}
.tab_program1 {
  color: #fff;
}




.tab_program_items{
  display: flex;
  align-items: center;
  gap: 0.27vw;
}
.tab_program{
  background: #fff;
  color: #333333;
  font-size: 1.11vw;
  padding: 0.69vw 1.11vw;
  border-radius: 1000px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .tab_program{
    background: #fff;
    color: #333333;
    font-size: 3.2vw;
    padding: 2.66vw 4.26vw;
    border-radius: 1000px;
    font-weight: 500;
  }
  .tab_program_items{
    display: flex;
    align-items: center;
    gap: 1.06vw;
    flex-wrap: wrap;
    width: 70%;
    margin-top: 1vw;
  }
}




.heading_program_popup{
  font-size: 1.94vw;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .heading_program_popup{
    font-size: 4.8vw;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
  }
}
.icon_img_program_popup{
  width: 2.22vw;
}
@media screen and (max-width: 1024px) {
  .icon_img_program_popup{
    width: 15vw;
    margin-top: 1vw;
  }
}
.heading_popup_block{
  display: flex;
  align-items: center;
  gap: 0.83vw;
}
@media screen and (max-width: 1024px) {
  .heading_popup_block{
    display: flex;
    align-items: flex-start;
    gap: 2.13vw; 
    margin-top: 3.7vw;
  }
}
.main_info_popup{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55vw;
  padding-left: 2.77vw;
  background: #94C144;
  border-radius: 2.22vw;
}
@media screen and (max-width: 1024px) {
  .main_info_popup{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.6vw;
    padding-left: 5.33vw;
    padding-bottom: 5.33vw;
    background: #94C144;
    border-radius: 5.33vw;
  }
}
.text_info_top{
  display: flex;
  flex-direction: column;
  gap: 0.9vw;
}






.popup_program{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  max-height: 100vh;
  overflow: hidden;
  z-index: 9990;
}
.popup_program.active{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
}

.popup_program_content{
  padding: 0.55vw;
  background: #F1F1F1;
  border-radius: 2.77vw;
  margin-top: 2.22vw;
  height: calc(100vh - 4.244vw);
  max-height: calc(100vh - 4.44vw);
  overflow: auto;
  position: relative;
  z-index: 9999;
  transform: translateY(-120%);
}
@media screen and (max-width: 1024px) {
  .popup_program_content{
    padding: 2.13vw;
    background: #F1F1F1;
    border-radius: 5.8vw;
    margin-top: 2.22vw;
  }
}
.popup_program.active .popup_program_content{
  transform: translateY(0%);
}
.bg_popup{
  background: rgb(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.popup_program.active .bg_popup{
  background: rgb(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.exit_button{
  width: 9.375vw;
  height: 9.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A7D851;
  border-radius: 1.875vw;
  cursor: pointer;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .exit_button{
    min-width: 13.8vw;
    height: 13.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A7D851;
    border-radius: 4.2vw;
    cursor: pointer;
    transition-duration: .3s;
  }
}
.exit_button:hover .exit_icon{
  transition-duration: .3s;
  transform: rotate(90deg);
}
.exit_icon{
  width: 1.94vw;
}
@media screen and (max-width: 1024px) {
  .exit_icon{
    width: 4.8vw;
  }
}


.details_info_program{
  padding: 2.77vw;
  border-radius: 2.77vw;

}
@media screen and (max-width: 1024px) {
  .details_info_program{
    background: #fff;
    padding: 5.33vw;
    border-radius: 5.33vw;
    display: grid;
    gap: 8.5vw;
    grid-template-columns: 1fr;
  }
}
.point{
  min-width: 0.55vw;
  height: 0.55vw;
  border-radius: 100%;
  background: #94C144;
  margin-top: 0.625vw;
}
@media screen and (max-width: 1024px) {
  .point{
    min-width: 2.13vw;
    height: 2.13vw;
    border-radius: 100%;
    background: #94C144;
    margin-top: 1.33vw;
  }
}
.desc_learn_item{
  color: #000;
  font-size: 1.25vw;
  line-height: 138%;
}
@media screen and (max-width: 1024px) {
  .desc_learn_item{
    color: #000;
    font-size: 3.73vw;
    line-height: 138%;
  }
}
.tab_learn{
  padding: 1.11vw 1.73vw;
  background: #94C144;
  border-radius: 1000px;
  margin-bottom: 1.38vw;
  font-size: 1.25vw;
  font-weight: 500;
  color: #fff;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .tab_learn{
    padding: 3.73vw 5.33vw;
    margin-bottom: 4.26vw;
    font-size: 4.26vw;
  }
}
.black_tab{
  background: #363636;
}
.learn_item{
  display: flex;
  gap: 0.76vw;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .learn_item{
    display: flex;
    gap: 2.13vw;
    align-items: flex-start;
  }
}
.learn_items{
  display: flex;
  flex-direction: column;
  gap: 0.55vw;
}
@media screen and (max-width: 1024px) {
  .learn_items{
    gap: 2.13vw;
  }
}
.icon_material{
  min-width: 1.25vw;
  max-width: 1.25vw;
  margin-top: 0.24vw;
}
@media screen and (max-width: 1024px) {
  .icon_material{
    min-width: 4.26vw;
    max-width: 4.26vw;
    margin-top: 0vw;
  }
}
.heading_result_block{
  font-size: 2.5vw;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.18vw;
  display: flex;
  align-items: center;
  gap: 0.83vw;
}
.icon_result{
  width: 1.94vw;
}
@media screen and (max-width: 1024px) {
  .heading_result_block{
    font-size: 6.9vw;
    margin-bottom: 3.2vw; 
    gap: 2.13vw;
  }
  .icon_result{
    width: 5.8vw;
  }
}
.desc_result{
  font-size: 1.25vw;
  color: #fff;
  margin-right: 2vw;
}
@media screen and (max-width: 1024px) {
  .desc_result{
    font-size: 4.2vw;
    color: #fff;
    margin-right: 0vw;
  }
}
.icon_spikers{
  width: 1.73vw;
  min-width: 1.73vw;
}
@media screen and (max-width: 1024px) {
  .icon_spikers{
    width: 6.4vw;
    min-width: 6.4vw;
  }
}
.shape_result{
  background: #363636;
  border-radius: 1.38vw;
  padding: 2.22vw;
  margin-bottom: 1.66vw;
}
@media screen and (max-width: 1024px) {
  .shape_result{
    background: #363636;
    border-radius: 5.33vw;
    padding: 5.33vw;
    margin-bottom: 8.5vw;
  }
  .button_program, .button_program .border_button{
    width: 100% !important;
  }
}
.button_program{
  margin-top: 1.52vw !important;
  align-items: flex-start !important;
}
.info_prices_program .text_info_case{
  padding-left: 12vw !important;
}
@media screen and (max-width: 1024px) {
  .info_prices_program .text_info_case{
    padding-left: 6.66vw !important;
  }
}
.button_program .border_button{
  border-color: #F9F9F9 !important;
  color: #F9F9F9 !important;
  transition-duration: .3s;
}
.button_program .border_button:hover{
  border-color: #F9F9F9 !important;
  background-color: #f9f9f9;
  color: #363636 !important;
}
.description_spiker{
  font-size: 1.25vw;
  font-weight: normal;
  color: #363636;
  line-height: 140%;
}
.description_spiker span{
  font-weight: normal;
  color: #94C144;
}
@media screen and (max-width: 1024px) {
  .description_spiker{
    font-size: 4.2vw;
  }
}
.spikers_items{
  display: flex;
  align-items: flex-start;
  gap: 0.625vw;
  margin: 0 2.22vw;
  margin-bottom: 1.11vw;
  margin-top: 1.16vw;
}
@media screen and (max-width: 1024px) {
  .spikers_items{
    display: flex;
    align-items: flex-start;
    gap: 2.4vw;
    margin: 0;
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .spikers_block, .medical_block, .info_nutri{
    overflow: hidden;
  }
}
.sertificate_img{
  margin: 0 2.22vw;
  width: 20vw;
}
@media screen and (max-width: 1024px) {
  .sertificate_img{
    margin: 0;
    width: 100%;
  }
}

.prices_program_block{
  background: #363636;
  border-radius: 2.77vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .prices_program_block{
    border-radius: 5.33vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
  }
}
.icon_complex{
  width: 3.4vw;
}
@media screen and (max-width: 1024px) {
  .icon_complex{
    width: 10.6vw;
  }
}
.layout_m_offer{
  overflow: hidden;
}

.desc_comp{
  font-size: 1.25vw;
  color:  #363636;
  margin-top: 0.97vw;
  margin-bottom: 2.22vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .desc_comp{
    font-size: 4.8vw;
    color:  #363636;
    margin-top: 3.73vw;
    margin-bottom: 8.53vw;
    text-align: center;
  }
}
.desc_comp span{
  font-weight: bold;
}
.complex_cart{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30.40vw;
  border-radius: 2.22vw;
  background: #BBEC65;
  padding: 2.22vw 3.47vw;
}
@media screen and (max-width: 1024px) {
  .complex_cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5.33vw;
    background: #BBEC65;
    padding: 8.5vw;
  }
}
.details_button{
  background: #363636;
  color: #fff;
  border-radius: 1000px;
  padding: 1.18vw 3.19vw;
  border: 2px solid #363636;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .details_button{
    padding: 5.06vw;
    width: 100%;
    text-align: center;
  }
}
.details_button:hover{
  background: none;
  color: #363636;
  border-radius: 1000px;
  padding: 1.18vw 3.19vw;
  border: 2px solid #363636;
}
.credit_img{
  width: 18.4vw;
  margin-top: 0.97vw;
	display: none;
}
@media screen and (max-width: 1024px) {
  .credit_img{
    width: 70.93vw;
    margin: 0 auto;
    margin-top: 4.26vw;
  }
}

.credit_layout{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .credit_layout{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.nature_price{
  position: absolute;
  width: 17.36vw;
  left: 0;
  top: 3.19vw;
}
@media screen and (max-width: 1024px) {
  .nature_price{
    position: absolute;
    width: 43.2vw;
    left: auto;
    right: 5.33vw;
    top: 6.4vw;
  }
}





.nature_program{
  position: absolute;
  top: 0;
  left: 0;
  width: 18.33vw;
}
.icon_program{
  width: 3.33vw;
  height: 3.33vw;
  border-radius: 100%;
  position: absolute;
  top: 0.97vw;
  right: 0.97vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8vw;
  z-index: 999;
}

.icon_img_program{
  min-width: 1.66vw;
}
@media screen and (max-width: 1024px) {
  .icon_program{
    width: 10.13vw;
    height: 10.13vw;
    border-radius: 100%;
    position: absolute;
    top: 0vw;
    right: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0vw;
    z-index: 999;
  }
  .text_content_medical{
    max-width: 90vw;
  }
  
  .icon_img_program{
    min-width: 5vw;
  }
}



.program_item.green .icon_program, .program_item.green .heading_program_block, .program_item.green .main_info_popup, .program_item.green .tab_learn, .program_item.green .complex_cart, .program_item.green .yellow_button{
  background: #94C144 !important;
  border-color: #94C144;
}
.program_item.green .exit_button{
  background: #A7D851 !important;
}
.program_item.green .icon_result path, .program_item.green .icon_spikers path{
  fill: #94C144 !important;
}
.program_item.green .upper_heading span, .program_item.green .description_spiker span{
  color: #94C144 !important;
}



.program_item.bir .icon_program, .program_item.bir .heading_program_block, .program_item.bir .main_info_popup, .program_item.bir .tab_learn, .program_item.bir .complex_cart, .program_item.bir .yellow_button{
  background: #6CBCAD !important;
  border-color: #6CBCAD;
}
.program_item.bir .exit_button{
  background: #70C5B5 !important;
}
.program_item.bir .icon_result path, .program_item.bir .icon_spikers path{
  fill: #6CBCAD !important;
}
.program_item.bir .upper_heading span, .program_item.bir .description_spiker span{
  color: #6CBCAD !important;
}


.program_item.pink .icon_program, .program_item.pink .heading_program_block, .program_item.pink .main_info_popup, .program_item.pink .tab_learn{
  background: #693D6A !important;
}
.program_item.pink .complex_cart, .program_item.pink .yellow_button{
  background: #BB74BC !important;
  border-color: #693D6A;
}
.program_item.pink .exit_button{
  background: #7C467E !important;
}
.program_item.pink .icon_result path, .program_item.pink .icon_spikers path{
  fill: #BB74BC !important;
}
.program_item.pink .upper_heading span, .program_item.pink .description_spiker span{
  color: #BB74BC !important;
}



.program_item.wiolet .icon_program, .program_item.wiolet .heading_program_block, .program_item.wiolet .main_info_popup, .program_item.wiolet .tab_learn, .program_item.wiolet .complex_cart, .program_item.wiolet .yellow_button{
  background: #E8B62D !important;
  border-color: #E8B62D;
}
.program_item.wiolet .exit_button{
  background: #F0BE35 !important;
}
.program_item.wiolet .icon_result path, .program_item.wiolet .icon_spikers path{
  fill: #E8B62D !important;
}
.program_item.wiolet .upper_heading span, .program_item.wiolet .description_spiker span{
  color: #E8B62D !important;
}



.program_item.yellow .icon_program, .program_item.yellow .heading_program_block, .program_item.yellow .main_info_popup, .program_item.yellow .tab_learn, .program_item.yellow .complex_cart, .program_item.yellow .yellow_button{
  background: #F7A594 !important;
  border-color: #F7A594;
}
.program_item.yellow .exit_button{
  background: #FFB09F !important;
}
.program_item.yellow .icon_result path, .program_item.yellow .icon_spikers path{
  fill: #F7A594 !important;
}
.program_item.yellow .upper_heading span, .program_item.yellow .description_spiker span{
  color: #F7A594 !important;
}



.upper_heading{
  text-transform: uppercase;
}
.subtitle_case{
  font-size: 2.9vw;
  font-weight: normal;
  margin-bottom: 2.77vw;
}
@media screen and (max-width: 1024px) {
  .subtitle_case{
    font-size: 8vw;
    font-weight: normal;
    margin-bottom: 8.5vw;
  }
}
.text_info_case{
  padding: 4.16vw 6.5vw;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.thank_text_case{
  position: absolute;
  top: 0vw;
  left: 0vw;
}
.flex_thank{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.img_thank{
  margin-top: 3.19vw;
  width: 70%;
  margin-left: auto;
}
.img_thank_mob{
  display: none;
}
@media screen and (max-width: 1024px) {
  .img_thank{
    display: none;
  }
  .img_thank_mob{
    width: 100%;
    display: flex;
    margin-top: 10.66vw;
  }
  .text_info_case{
    padding: 4vw 6.4vw;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99;
  }
  .thank_text_case{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
  }
  .line_height{
    font-size: 4.8vw;
  }
}
.case_learn_layout{
  background: #fff;
  border-radius: 2.77vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .case_learn_layout{
    border-radius: 5.33vw;
    flex-direction: column;
  }
}
.buttons_case{
  display: flex;
  align-items: center;
  gap: 0.55vw;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .buttons_case{
    flex-direction: column;
    gap: 2.13vw;
  }
}
.form_case_layout{
  background: #94C144;
  border-radius: 2.77vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3.47vw;
  width: 40.9vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form_case_layout{
    border-radius: 5.33vw;
    padding: 8.5vw 6.4vw;
    width: 100%;
    position: relative;
  }
}
.description_form{
  font-size: 1.38vw;
  font-weight: 500;
  color: #3A6700;
  margin-bottom: 2.22vw;
  text-align: center;
}
.copyright_form{
  font-size: 0.97vw;
  font-weight: 300;
  margin-top: 1.11vw;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .description_form{
    font-size: 4.26vw;
    margin-bottom: 8.5vw;
  }
  .copyright_form{
    font-size: 3.73vw;
    margin-top: 4.26vw;
  }
}
.nature_form{
  position: absolute;
  width: 23.33vw;
  left: 31.25vw;
  bottom: 2.56vw;
}
.thank_nature{
  width: 26vw;
  left: 0vw;
  bottom: 0vw;
  transform: rotate(110deg);
}
@media screen and (max-width: 1024px) {
  .nature_form{
    position: absolute;
    width: 36vw;
    left: auto;
    right: 0;
    top: 6.4vw;
    bottom: auto;
  }
  .thank_nature{
    display: none;
  }
}
.form-white{
  border: none !important;
  background: #fff;
  border-radius: 1.38vw !important;
  font-size: 1.11vw;
  padding: 1.875vw 2.29vw !important;
  color: #000;
  margin-bottom: 0.83vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form-white{
    border-radius: 5.33vw !important;
    font-size: 4.2vw; 
    padding: 5.86vw 7.4vw !important;
    margin-bottom: 2.13vw;
  }
}
.form-white::placeholder{
  color: #ADADAD;
}
.wpcf7-submit{
  background: #FFCF4E !important;
  border: none !important;
  border-radius: 1000px !important;
  padding: 1.38vw !important;
  width: 100%;
  font-size: 1.28vw;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .wpcf7-submit{
    padding: 4.6vw !important;
    font-size: 4.26vw;
  }
}
.wpcf7{
  width: 100%;
}
.wpcf7-spinner{
  position: absolute;
  top: 1.4vw;
  left: 0;
}
form p{
  position: relative;
}

.spikers_layout{
  margin-top: 2vw;
}
@media screen and (max-width: 1024px) {
  .spikers_layout{
    margin-top: 2vw;
  }
  .spikers_layout .heading_2, .review_layout .heading_2{
    font-size: 8.5vw;
  }
}
.tab_spiker{
  font-size: 1.52vw;
  padding: 1.11vw 1.66vw;
  background: #FFCF4E;
  border-radius: 100px;
  font-weight: 500;
  line-height: 110%;
  color: #6E550F;
  margin-top: -1.52vw;
  transform: rotate(5deg);
  width: max-content;
  margin-left: 4.16vw;
}
@media screen and (max-width: 1024px) {
  .tab_spiker{
    font-size: 4.8vw;
    padding: 4.26vw 6.4vw; 
    margin: 0 auto;
    margin-top: -6.52vw;
    transform: rotate(5deg);
    width: max-content;
    
  }
}
.img_spiker{
  width: 100%;
  border-radius: 1.04vw;
  height: 22.5vw;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .img_spiker{
    width: 100%;
    border-radius: 5.33vw;
    height: 83vw;
    object-fit: cover;
  }
}
.name_spiker{
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 111%;
  color: #000;
  margin-top: 0.55vw;
  margin-bottom: 1.10vw;
}
@media screen and (max-width: 1024px) {
  .name_spiker{
    font-size: 7.46vw;
    margin: 0 3.2vw;
    margin-top: 3.2vw;
    margin-bottom: 4.26vw;
  }
}
.item_info_spiker{
  display: flex;
  gap: 0.48vw;
  font-size: 1.11vw;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.48vw;
}
@media screen and (max-width: 1024px) {
  .item_info_spiker{
    display: flex;
    gap: 1.86vw;
    font-size: 4.26vw;
    margin-bottom: 2.13vw;
  }
}
.img_arrow_spiker{
  width: 1.45vw;
}
@media screen and (max-width: 1024px) {
  .img_arrow_spiker{
    width: 5.6vw;
  }
  .items_info_spiker{
    margin: 0 3.2vw;
  }
}
.swiper-spikers{
  margin-top: 4.16vw;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .swiper-spikers{
    margin-top: 4.16vw;
    position: relative;
    overflow: visible;
    margin: 0 6.4vw;
    margin-top: 10.66vw;
  }
}

.swiper_spiker_next{
  width: 3.6vw;
  height: 3.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  border-radius: 100%;
  top: 10.55vw;
  right: -1.8vw;
  position: absolute;
  z-index: 999;
}
.swiper_spiker_prev{
  width: 3.6vw;
  height: 3.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  border-radius: 100%;
  top: 10.55vw;
  left: -1.8vw;
  position: absolute;
  z-index: 999;
}
.arrow_spiker{
  width: 1.38vw;
}
@media screen and (max-width: 1024px) {
  .swiper_spiker_next{
    width: 13.6vw;
    height: 13.6vw;
    top: 34.6vw;
    right: -7vw;
  }
  .swiper_spiker_prev{
    width: 13.6vw;
    height: 13.6vw;
    top: 34.6vw;
    left: -7vw;
  }
  .arrow_spiker{
    width: 4.8vw; 
  }
}
.info_main_review{
  position: relative;
  z-index: 999;
}
.main_review{
  padding: 3.33vw 5.97vw;
  border-radius: 2.77vw;
  background: #94C144;
  display: flex;
  justify-content: space-between;
  margin-top: 2.77vw;
}
@media screen and (max-width: 1024px) {
  .main_review{
    padding: 8.5vw 6.4vw;
    border-radius: 5.33vw; 
    margin-top: 10.66vw;
    flex-direction: column;
  }
}
.name_reviewver_main{
  font-size: 3.05vw;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.55vw;
}
.cuorce_for{
  font-family: 'NeverMind Book';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.25vw;
  color: #265300;
  margin-bottom: 2.5vw;
}
.desc_main_review{
  font-size: 2.5vw;
  font-weight: 600;
  color: #2B2B2B;
  line-height: 123%;
  background: #fff;
  border-radius: 1.04vw;
  padding: 3.19vw 4.16vw;
  position: relative;
  width: 33.33vw;
}
@media screen and (max-width: 1024px) {
  .name_reviewver_main{ 
    font-size: 7.46vw;
    margin-bottom: 4.26vw;
  }
  .cuorce_for{
    font-size: 3.7vw;
    color: #265300;
    margin-bottom: 9.3vw;
  }
  .desc_main_review{
    font-size: 5.5vw;
    border-radius: 2.4vw; 
    padding: 6.6vw 9.6vw; 
    width: 74vw;
    margin-left: auto;
  }
}
.icon_kav{
  position: absolute;
  top: 0.83vw;
  left: 1.25vw;
  width: 6.45vw;
}
@media screen and (max-width: 1024px) {
  .icon_kav{
    position: absolute;
    top: 1.6vw;
    left: 2.66vw;
    width: 13.8vw;
  }
}
.video_review_main{
  width: 19.44vw;
  min-width: 19.44vw;
  margin-left: -1.38vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .video_review_main{
    width: 74.66vw;
    min-width: 74.66vw;
    margin-left: 0vw;
    margin: 0 auto;
    position: relative;
    margin-top: -5.33vw;
  }
}
.green_tab{
  color: #265300;
}
.history_info{
  width: 26.38vw;
  margin-left: 4.58vw;
}
.desc_history{
  font-weight: 500;
  font-size: 1.11vw;
  color: #F9F9F9;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .history_info{
    width: 100%;
    margin-left: 0vw;
    margin-top: 9.6vw;
  }
  .desc_history{
    font-size: 3.73vw;
  }
}
#main_video_review{
  height: 29.16vw;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #main_video_review{
    height: 112vw; 
  }
}

.top_info_review{
  display: flex;
  align-items: center;
  gap: 0.83vw;
  line-height: 120%;
  margin-bottom: 0.83vw;
}
@media screen and (max-width: 1024px) {
  .top_info_review{
    gap: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.top_info_review_video{
  background: #fff;
  padding: 0.9vw;
  border-radius: 1.04vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top_info_review_video{
    background: #fff;
    padding: 4.26vw;
    border-radius: 5.33vw;
  }
}
.top_info_review_videomain{
  background: #fff;
  padding: 0.69vw;
  padding-left: 1.4vw;
  border-radius: 1100px;
  position: absolute;
  bottom: 2.38vw;
  left: 15%;
  width: 70%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top_info_review_videomain{
    padding: 2.6vw;
    padding-left: 5.6vw;
    bottom: 5.33vw;
    left: 15%;
    width: 70%;
  }
}
.text_info_people{
	display: flex;
	align-items: center;
}
.top_info_review_videomain .text_info_people{
  max-width: 11.11vw;
}
.main_review .couerce_info{
	display: flex !important;
}
@media screen and (max-width: 1024px) {
  .top_info_review_videomain .text_info_people{
    max-width: 24vw;
  }
}
.top_info_review_video .controls{
  width: 4vw;
  height: 4vw;
  position: relative;
  left: 0;
  bottom: 0;
}
.top_info_review_video .icon_pause{
  width: 1.04vw;
}
.top_info_review_video .icon_play{
  width: 1.04vw;
  margin-left: 0.1vw;
}
@media screen and (max-width: 1024px) {
  .top_info_review_video .controls{
    width: 12vw;
    height: 12vw;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .top_info_review_video .icon_pause{
    width: 3.2vw;
  }
  .top_info_review_video .icon_play{
    width: 3.2vw;
    margin-left: 0.6vw;
  }
}
.img_review{
  width: 2.77vw;
  height: 2.77vw;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .img_review{
    width: 10.77vw;
    height: 10.77vw;
    border-radius: 100%;
  }
}
.name_reviewver{
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 0.2vw;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .name_reviewver{
    font-size: 4.8vw;
    margin-bottom: 0.8vw;
  }
}
.couerce_info{
  font-size: 0.97vw;
  color: #333333;
  line-height: 120%;
	display: none !important;
}
@media screen and (max-width: 1024px) {
  .couerce_info{
    font-size: 3.73vw;
  }
}
.text_review{
  background: #fff;
  padding: 0.83vw;
  border-radius: 1.38vw;
  font-size: 0.97vw;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .text_review{
    background: #fff;
    padding: 3.2vw;
    border-radius: 5.33vw;
    font-size: 3.73vw;
    color: #333333;
  }
}
.review_item{
  padding: 1.11vw;
  background: #F3F3F3;
  border-radius: 0.83vw;
}
@media screen and (max-width: 1024px) {
  .review_item{
    padding: 4.26vw;
    background: #F3F3F3;
    border-radius: 5.33vw; 
  }
}

.reviews_grid{
  display: flex;
  flex-direction: column;
  align-content:space-between;
  gap: 1.11vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .reviews_grid{
    display: flex;
    flex-direction: column;
    align-content:space-between;
    gap: 3.2vw;
    flex-wrap: wrap;
  }
}
.left_row{
  align-items: flex-start;
}
.cemter_row{
  align-items: center;
}
.right_row{
  align-items: flex-end;
}
.w340v {
  width: auto;
  height: 500px;
}
.w340{
  width: auto;
  height: 400px;
}
.text_review {
  margin-top: auto;
}
.w330{
  width: 22.9vw;
}
.w270{
  width: 18.75vw;
}
.w309{
  width: 21.45vw;
}
.ml33{
  margin-left: 2.29vw;
}
.ml-33{
  margin-left: -2.29vw;
}
.ml-57{
  margin-left: -3.9vw;
}
.mt40{
  margin-top: 2.77vw;
}
.mt48{
  margin-top: 3.33vw;
}
.mt39{
  margin-top: 2.6vw;
}
.ml26{
  margin-left: 1.38vw;
}
@media screen and (max-width: 1024px) {
  .w340{
    width: 100%;
  }
  .w330{
    width: 100%;
  }
  .w270{
    width: 100%;
  }
  .w309{
    width: 100%;
  }
  .ml33{
    margin-left: 0vw;
  }
  .ml-33{
    margin-left: 0vw;
  }
  .ml-57{
    margin-left: 0vw;
  }
  .mt40{
    margin-top: 0vw;
  }
  .mt48{
    margin-top: 0vw;
  }
  .mt39{
    margin-top: 0vw;
  }
  .ml26{
    margin-left: 0vw;
  }
}
.reviews_rows{
  display: flex;
  justify-content: space-between;
  margin-top: 4.86vw;
}
@media screen and (max-width: 1024px) {
  .reviews_rows{
    display: flex;
    justify-content: space-between;
    gap: 3.2vw;
    flex-direction: column;
    margin-top: 6.4vw;
  }
}
.review_item_video{
  padding: 0vw;
  background: #F3F3F3;
  border-radius: 0.83vw;
  position: relative;
}
.review_item_video video{
  height: 25.34vw !important;
}
@media screen and (max-width: 1024px) {
  .review_item_video{
    padding: 0vw;
    background: #F3F3F3;
    border-radius: 5.33vw;
    position: relative;
  }
  .review_item_video video{
    height: 122vw !important;
  }
}
.faq_item{
  padding: 0.55vw;
  padding-left: 2.77vw;
  background: #FFCF4E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3.26vw;
  position: relative;
  z-index: 999;
}
.faq_item_active{
  padding: 0 2.77vw;
  background: #FFE8AA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3.26vw;
  margin-top: -6.66vw;
  position: relative;
  z-index: 99;
  height: 0px;
  overflow: hidden;
  transition-duration: .5s;
}
@media screen and (max-width: 1024px) {
  .faq_item{
    padding: 2.13vw;
    padding-left: 6.4vw;
    border-radius: 24vw;
  }
  .faq_item_active{
    margin-top: -20.26vw;
    border-radius: 10.66vw;
    padding: 0 6.4vw;
    position: relative;
    z-index: 99;
    height: 0px;
    overflow: hidden;
    transition-duration: .5s;
  }
}
.faq_item_layout{
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 6.66vw;
}
@media screen and (max-width: 1024px) {
  .faq_item_layout{
    min-height: 20.26vw;
  }
}
.faq_item_layout.active .faq_item_active{
  height: auto;
  transition-duration: .5s;
}
.heading_faq{
  color: #705F32;
  font-size: 1.80vw;
  line-height: 140%;
  font-weight: 500;
  border-radius: 1000px;
}
@media screen and (max-width: 1024px) {
  .heading_faq{
    color: #705F32;
    font-size: 3.73vw;
  }
}
.plus_minus{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.55vw;
  height: 5.55vw;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plus{
  transform: rotate(90deg);
  width: 1.3vw;
  height: 0.13vw;
  background: #363636;
  position: absolute;
}
.minus{
  width: 1.3vw;
  height: 0.13vw;
  background: #363636;
}
@media screen and (max-width: 1024px) {
  .plus_minus{
    min-width: 16vw;
    height: 16vw;
  }
  .plus{
    transform: rotate(90deg);
    width: 4vw;
    height: 0.53vw;
    background: #363636;
    position: absolute;
  }
  .minus{
    width: 4vw;
    height: 0.53vw;
    background: #363636;
  }
}

.faq_item_layout.active .plus{
  transform: rotate(0deg);
  background: #FFCF4E;
} 
.faq_items{
  display: flex;
  flex-direction: column;
  gap: 0.55vw;
  margin-top: 2.77vw;
}
@media screen and (max-width: 1024px) {
  .faq_items{
    display: flex;
    flex-direction: column;
    gap: 1.06vw;
    margin-top: 10.66vw;
  }
}
.faq_layout{
  margin-top: 11.80vw;
  margin-bottom: 11.80vw;
  padding: 5.9vw 1.6vw 1.6vw 1.6vw;
  background: #fff;
  border-radius: 2.77vw;
}
@media screen and (max-width: 1024px) {
  .faq_layout{
    margin-top: 26.66vw;
    margin-bottom: 26.66vw;
    padding: 16vw 2.13vw 2.13vw 2.13vw;
    background: #fff;
    border-radius: 5.33vw;
  }
}
.description_faq{
  font-size: 1.66vw;
  color: #413914;
  line-height: 160%;
  width: 90%;
  margin-top: 9.30vw;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 1024px) {
  .description_faq{
    font-size: 3.73vw;
    color: #413914;
    line-height: 160%;
    width: 90%;
    margin-top: 25.06vw;
    margin-bottom: 8.53vw;
  }
}
.mt-40{
  margin-top: -4.77vw;
}
@media screen and (max-width: 1024px) {
  .mt-40{
    margin-top: 14.9vw;
  }
}
.arrow_link_icon{
  width: 1.25vw;
}
.arrow_link{
  width: 3.6vw;
  height: 3.6vw;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.social_link{
  font-size: 3.125vw;
  font-weight: 500;
  color: #99CA44;
  line-height: 99%;
  position: relative;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .social_link{
    font-size: 8.53vw;
  }
}
.social_link .arrow_link{
  position: absolute;
  top: 0;
  left: 10%;
  opacity: 0;
}
.social_link:hover .arrow_link{
  position: absolute;
  top: 0;
  left: calc(50% - 1.8vw);
  opacity: 1;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .social_link:hover .arrow_link{
    display: none;
  }
}
.social_links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.45vw;
  margin-top: 3.47vw;
  margin-bottom: 5.55vw;
}
@media screen and (max-width: 1024px) {
  .social_links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.46vw;
    margin-top: 8.5vw;
    margin-bottom: 16vw;
  }
}
.contant_footer{
  padding: 4.5vw;
  border-radius: 2.77vw;
  margin-bottom: 2.77vw;
  background: #F7F4EF;
  margin-top: 2vw;
}
@media screen and (max-width: 1024px) {
  .contant_footer{
    padding: 16vw 0;
    border-radius: 5.33vw;
    margin-bottom: 2.13vw;
    background: #F7F4EF;
    margin-top: 0vw;
  }
  .footer_layout{
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.logo_dev{
  width: 9.30vw;
}
.flex_policy{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .logo_dev{
    width: 28vw;
  }
  .flex_policy{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 4.8vw;
  }
}
.policy_link{
  border-bottom: 1px solid rgb(0, 0, 0, 0);
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 99%;
  transition-duration: .3s;
}
@media screen and (max-width: 1024px) {
  .policy_link{
    border-bottom: 1px solid rgb(0, 0, 0, 0);
    font-size: 3.73vw;
    font-weight: normal;
    line-height: 99%;
  }
}
.policy_link:hover{
  border-bottom: 1px solid rgb(0, 0, 0, 1);
}





.popup_consultation{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  transition-duration: .3s;
}
.popup_consultation.active{
  height: 100vh;
}
.popup_consultation .form_case_layout{
  height: max-content;
}
.bg_consult{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4vw);
  background: rgb(255, 255, 255, 0.8);
  opacity: 0;
  transition-delay: .3s;
}
.popup_consultation.active .bg_consult{
  opacity: 1;
}
.popup_consultation .form_case_layout{
  transition-duration: .3s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(-20%);
}
.popup_consultation.active .form_case_layout{
  opacity: 1;
  transform: translateY(0%);
}







.popup_consultation_complex{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  transition-duration: .3s;
}
.popup_consultation_complex.active{
  height: 100vh;
}
.popup_consultation_complex .form_case_layout{
  height: max-content;
}
.bg_consult_complex{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4vw);
  background: rgb(255, 255, 255, 0.8);
  opacity: 0;
  transition-delay: .3s;
}
.popup_consultation_complex.active .bg_consult_complex{
  opacity: 1;
}
.popup_consultation_complex .form_case_layout{
  transition-duration: .3s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(-20%);
}
.popup_consultation_complex.active .form_case_layout{
  opacity: 1;
  transform: translateY(0%);
}


.popup_consultation_tarifs{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  transition-duration: .3s;
}
.popup_consultation_tarifs.active{
  height: 100vh;
}
.popup_consultation_tarifs .form_case_layout{
  height: max-content;
}
.bg_consult_tarifs{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4vw);
  background: rgb(255, 255, 255, 0.8);
  opacity: 0;
  transition-delay: .3s;
}
.popup_consultation_tarifs.active .bg_consult_tarifs{
  opacity: 1;
}
.popup_consultation_tarifs .form_case_layout{
  transition-duration: .3s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(-20%);
}
.popup_consultation_tarifs.active .form_case_layout{
  opacity: 1;
  transform: translateY(0%);
}



.popup_consultation_credit{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  transition-duration: .3s;
}
.popup_consultation_credit.active{
  height: 100vh;
}
.popup_consultation_credit .form_case_layout{
  height: max-content;
}
.bg_consult_credit{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4vw);
  background: rgb(255, 255, 255, 0.8);
  opacity: 0;
  transition-delay: .3s;
}
.popup_consultation_credit.active .bg_consult_credit{
  opacity: 1;
}
.popup_consultation_credit .form_case_layout{
  transition-duration: .3s;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(-20%);
}
.popup_consultation_credit.active .form_case_layout{
  opacity: 1;
  transform: translateY(0%);
}





.buttons_offer .consultation_button{
  display: flex !important; 
  align-items: center;
  justify-content: center;
}
.max_content{
  width: max-content;
}
.line_height{
  line-height: 120%;
  margin-top: 0.5em;
  font-size: 2.22vw;
}

.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-response-output{
  background: #F1F1F1 !important;
  border: none !important;
  border-radius: 1em !important;
  padding: 1em !important;
  text-align: center !important;
}
.wpcf7-not-valid{
  color: #C01C30 !important;
}
.wpcf7-not-valid::placeholder{
  color: #C01C30 !important;
}




span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.container-drop {
  width: 500px;
  margin: 50px auto 0;
  text-align: center
}

/*Styling Selectbox*/
.dropdown {
  width: 24vw;
  display: inline-block; 
  background-color: #fff;
  border-radius: 10px;
  transition: all .5s ease;
  position: relative;
  font-size: 1.14vw;
  color: #94C144;
  font-weight: 500;
  height: 100%;
  text-align: left;
	margin-bottom: 1.45vw;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 1024px) {
  .dropdown {
  width: 76vw; 
  display: inline-block; 
  background-color: #fff;
  border-radius: 10px;
  transition: all .5s ease;
  position: relative;
  font-size: 4.2vw;
  color: #94C144;
  font-weight: 500;
  height: 100%;
  text-align: left;
	margin-bottom: 5.33vw;
}
}
.dropdown .select {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0.83vw 1.25vw;
    align-items: center;
}
@media screen and (max-width: 1024px) {
  .dropdown .select {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 3.2vw 4.8vw;
    align-items: center;
}
}
.dropdown .select > .arrow_drop {
    color: #333333;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 100%
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #fff;
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 10px;
    background-color: #f8f8f8
}
.dropdown.active .select > .arrow_drop {
    transform: rotate(-180deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 8px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    max-height: 12.5vw;
    overflow-y: auto;
    z-index: 9
}
@media screen and (max-width: 1024px) {
  .dropdown .dropdown-menu {
    max-height: 62.93vw;
}
}
.dropdown .dropdown-menu li {
    padding: 0.36vw 0.93vw;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0.36vw 0.78vw;
    list-style: none
}
@media screen and (max-width: 1024px) {
  .dropdown .dropdown-menu {
    padding: 2.4vw 4.8vw;
    list-style: none
}
}
.dropdown .dropdown-menu li{
	color: #333333;
}
.dropdown .dropdown-menu li:hover {
	color: #94C144;
}
.dropdown .dropdown-menu li:active {
	color: #94C144;
}


.link_back{
	display: flex;
	gap: 1em;
	align-items: center;
	font-size: 1.04vw;
	position: absolute;
	top: 40px;
	left: 40px;
	opacity: 0.5;
}
.link_back:hover{
	opacity: 1;
}
.arrow_back{
	width: 1.25vw;
}

@media screen and (max-width: 1024px) {
  .link_back{
		display: flex;
		gap: 1em;
		align-items: center;
		font-size: 4.8vw;
		position: absolute;
		top: 6.4vw;
		left: 6.4vw;
		opacity: 0.5;
	}
	.link_back:hover{
		opacity: 1;
	}
	.arrow_back{
		width: 5.33vw;
	}
}


.show{
    z-index: 9999;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}
.show .overlay{
    width: 100%;
    height: 1000%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show {
    background: transparent;
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translate(-50%,0%);
    overflow: hidden;
	width: 60vw;
}
.img-show img{
	width: 100%;
	border-radius: 1.6em;
}
@media screen and (max-width: 1024px) {
  .show .img-show {
    background: transparent;
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translate(-50%,0%);
    overflow: hidden;
	width: 90vw;
}
}
.icon_close_img{
    position: absolute;
    top: 10px;
	width: 1.4em;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}



.msg{
	background: #333333;
	color: #BBEC65;
	height: 3.6vw;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.52vw;
	padding: 0 1.875vw;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
  .msg{
	background: #333333;
	color: #BBEC65;
	height: 16vw; 
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
	padding: 0 4.5vw;
	  width: 100%
}
}
.msg.disable{
	background: #B0B0B0;
	color: #EEEEEE;
	pointer-events: none;
}
.msg.disable svg path{
	fill: #EEEEEE;
}
.arrow_drop{
	width: 0.72vw;
}
@media screen and (max-width: 1024px) {
  .arrow_drop{
	width: 5.33vw;
}
}
.msg svg{
	width: 1.30vw;
}
@media screen and (max-width: 1024px) {
  .msg svg{
	width: 5.33vw;
}
}
.title_student_search{
	font-size: 3.33vw;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.flex_heading_search{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.09vw;
	margin-bottom: 2.7vw;
}
.icon_search{
	width: 2.3vw;
}
@media screen and (max-width: 1024px) {
  .title_student_search{
	font-size: 8.5vw;
	font-weight: normal;
	color: #000000;
	  
}
.flex_heading_search{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3.2vw;
	margin-bottom: 16vw;
	position: relative;
	  z-index: 99;
}
	.icon_search{
	width: 6.4vw;
}
}


.content_search_students{
	position: relative;
	background: #F7F4EF;
	border-radius: 3.08vw;
	padding: 7.16vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .content_search_students{
	position: relative;
	background: #F7F4EF;
	border-radius: 5.33vw;
	padding: 21.33vw 6.4vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
}

.nature_left_search{
	width: 25vw; 
	position: absolute;
	bottom: -1vw;
	left: -1vw;
}
.nature_right_search{
	width: 20vw; 
	position: absolute;
	bottom: -1vw;
	right: -1vw;
}
@media screen and (max-width: 1024px) {
  .nature_left_search{
	width: 80vw; 
	position: absolute;
	bottom: 5vw;
	left: 5vw;
}
.nature_right_search{
	display: none;
}
}
.name_student{
	text-align: center;
	font-size: 2.18vw;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.98vw;
	font-weight: normal !important;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
  .name_student{
	font-size: 6.9vw;
	text-transform: uppercase;
	color: #000; 
	margin-bottom: 3.2vw;
	font-weight: normal !important;
}
}
.desc_program{
	color: #646464;
	font-size: 1.25vw;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: 2.08vw;
}
@media screen and (max-width: 1024px) {
  .desc_program{
	color: #646464;
	font-size: 4.2vw;  
	text-align: center;
	margin-bottom: 10.6vw;
}
}


.desc_search{
	font-size: 2.18vw;
	font-weight: 500;
	color: #000000;
	margin-bottom: 1.875vw;
	line-height: 130%;
	text-align: center;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
  .desc_search{
	font-size: 6vw;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8.5vw;
	line-height: 130%;
	text-align: center;
}
}
.search_wrapper{
	margin: 8.80vw 0;
}

div.asl_r .results .item .asl_content{
	display: flex;
	align-items: center;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	font-size: 1.14vw !important;
	color: #000 !important;
}
@media screen and (max-width: 1024px) {
  div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	font-size: 4.26vw !important;
	color: #000 !important;
}
}
div.asl_r .results .item .asl_content{
	padding: 0.4em 1em !important;
}
div.asl_r.vertical{
	box-shadow: none !important;
	margin-top: 0.4em !important;
}
.desc_search span{
	font-weight: 500;
	color: #99CA44;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
	background: #FFFFFF !important;
	width: 25vw !important;
	border-radius: 1.4em !important;
	height: 3.64vw !important;
	padding: 0px !important;
}
@media screen and (max-width: 1024px) {
  
#ajaxsearchlite1 .probox, div.asl_w .probox{
	background: #FFFFFF !important;
	width: 82vw !important;
	border-radius: 1.4em !important;
	height: 16vw !important;
	padding: 0px !important;
}
}
div.asl_m .probox{
	align-items: center !important;
	border: 0px !important;
}
div.asl_w{
	width: 25vw !important;
	border-radius: 1.4em !important;
	margin: 0 auto !important;
}
@media screen and (max-width: 1024px) {
div.asl_w{
	width: 82vw !important;
	border-radius: 1.4em !important;
	margin: 0 auto !important;
}
}
.asl_image{
	display: none !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	height: 3.64vw !important;
	color: #000 !important;
}
@media screen and (max-width: 1024px) {
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	height: 16vw !important;
	color: #000 !important;
}
}
div.asl_w .probox .promagnifier{
	width: 3.64vw !important;
	height: 3.64vw !important;
	background: #FFCF4E !important;
}
@media screen and (max-width: 1024px) {
div.asl_w .probox .promagnifier{
	width: 16vw !important;
	height: 16vw !important;
	background: #FFCF4E !important;
}
}
.search_wrapper.mt-0{
	margin-top: 0px;
}

.format_and_spikers_container {
  display: flex;
  justify-content: space-between;
}

.about_us {
  width: 50%;
}


.spikers3_block > * {
  flex-basis: calc(50% - 1.38vw); /* Кожен елемент займає половину ширини контейнера з урахуванням відступу */
}
.spikers4_block {
  margin: 40px 10px;
}
@media (max-width: 1200px) {
  .format_and_spikers_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .format_block {
    width: 100%;
  }
  .spikers2_block {
    width: 100%;
}
.spikers3_block > * {
  flex-basis: 100%;
}
.formats_items > * {
  flex-basis: 100%;
  margin: 10px 10px;
}
}
.heading_program_block {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.description_format3 {
  font-size: 14px;
  line-height: 16px;
}
.buttons_offer.buttons_offer_center {
  display: flex;
  align-items: center;
  margin: 20px;
}
.swiper.swiper-nutri {
  display: none;
}

@media (max-width: 768px) {
  .swiper.swiper-nutri {
    display: block; 
    margin-top: 20px;
  }
}

.formats_items_pc {
  display: flex; 
}

@media (max-width: 768px) {
  .formats_items_pc {
    display: none;
  }
}
.lerns_layout1 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .lerns_layout1 {
    font-size: 16px;
  }
}