:root {
  --svg-background: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 373 269' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_5298_646)'%3E%3Cpath d='M4 69.6789C4 37.4632 29.4411 10.9973 61.6317 9.72569L306.632 0.0477655C340.671 -1.29685 369 25.935 369 60.001V200.713C369 234.677 340.833 261.87 306.89 260.676L61.8902 252.056C29.5942 250.919 4 224.409 4 192.093V69.6789Z' fill='currentColor' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_5298_646' x='0' y='0' width='373' height='268.714' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='4' /%3E%3CfeGaussianBlur stdDeviation='2' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.375 0 0 0 0 0.375 0 0 0 0 0.375 0 0 0 0.15 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5298_646' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5298_646' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  --svg-wave: url('data:image/svg+xml;utf8,<svg width="136" height="65" viewBox="0 0 136 65" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.9873 1.88443C96.6718 3.03185 109.559 6.70215 119.32 12.758C126.255 17.0603 131.25 22.976 133.087 28.9451C135.093 35.4733 133.22 41.5885 127.743 46.2149C124.049 49.3361 119.227 51.4428 113.843 53.0284C108.459 54.614 102.559 55.6665 96.7214 56.7073H96.7208C95.5603 56.915 94.4016 57.1208 93.2535 57.3315C90.2134 57.8873 87.1271 58.5039 84.1472 59.099C77.4848 60.4295 70.6332 61.7966 63.5842 62.6511L62.1717 62.8149C55.9688 63.5035 49.8779 63.6358 44.0724 63.2111L44.0704 63.211C29.3165 62.1316 17.4825 57.5545 9.78583 50.0466C5.49078 45.8558 2.88235 41.6353 1.92169 37.508C0.964431 33.3948 1.63125 29.3236 3.98038 25.3843C7.48902 19.5014 14.6336 14.0738 24.7358 9.73935C33.8416 5.83104 44.6486 3.1381 55.1562 2.15876C56.2439 2.05786 57.3417 1.96922 58.4181 1.89795C66.3336 1.37123 73.9283 1.36804 80.9873 1.88443Z" stroke="%23064A42" stroke-width="3" fill="none"/></svg>');
}

@font-face {
  font-family: "GummyBears";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/GummyBears.ttf) format("truetype");
}

@font-face {
  font-family: "PatrickHand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PatrickHand.ttf) format("truetype");
}

@font-face {
  font-family: "ComicHelvetic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ComicHelvetic_Light.otf) format("truetype");
}

@font-face {
  font-family: "ComicHelvetic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ComicHelvetic_Medium.otf) format("truetype");
}

@font-face {
  font-family: "ComicHelvetic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ComicHelvetic_Heavy.otf) format("truetype");
}

@font-face {
  font-family: "ShantellSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ShantellSans-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "ShantellSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ShantellSans-Bold.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PatrickHand", "ShantellSans", "ComicHelvetic", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  line-height: 1.2;
}

:root {
  --dark: #050505;
  --green: #25695f;
  --green-one: #13534a;
  --green-two: #064a42;
  --pink: #ffeaec;
  --grey: #404040;
  --white-one: #effffd;
  --white-two: #f6ede4;
}

html {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

body {
  background: url("../img/background_kids_club.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}

header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 30px;
}

main {
  overflow: hidden;
  margin-top: 25px;
}

.intro_page {
  padding-top: 12vw;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 100;
}

#header.scrolled {
  background-color: #7e9754;
  background-color: transparent;
}

#header .container {
  padding: 20px;
  position: relative;
  z-index: 3;
}

.cloud_image_header {
  position: absolute;
  top: 0;
  z-index: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 160px;
}

.logo img {
  display: block;
}

.language {
  font-size: 22px;
  color: var(--green);
}

.language {
  text-transform: uppercase;
}

.language_active {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--green);
}

ul.topMenu {
  display: flex;
  justify-content: space-between;
  gap: 65px;
}

ul.topMenu li {
  list-style: none;
}

ul.topMenu a {
  font-size: 22px;
  color: var(--green);
}

ul.topMenu>li:has(> ul)>a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2325695F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

ul.topMenu li,
.footer_nav_menu ul li {
  position: relative;
}

ul.topMenu>li:has(> ul):before {
  position: absolute;
  top: 100%;
  left: -20%;
  content: "";
  width: 140%;
  height: 22px;
  /* background-color: #ee6767; */
}

ul.topMenu li a {
  display: inline-block;
  text-decoration: none;
}

/* ul.topMenu li::after,
.language::after,
.footer_nav_menu ul li::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 170px;
  height: 200%;
  max-height: 70px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="0 0 136 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.9874 1.88443C96.6719 3.03185 109.56 6.70215 119.32 12.758C126.255 17.0603 131.25 22.976 133.087 28.9451C135.093 35.4733 133.22 41.5885 127.743 46.2149C124.049 49.3361 119.227 51.4428 113.843 53.0284C108.459 54.614 102.559 55.6665 96.7215 56.7073H96.7208C95.5604 56.915 94.4016 57.1208 93.2536 57.3315C90.2135 57.8873 87.1272 58.5039 84.1472 59.099C77.4849 60.4295 70.6332 61.7966 63.5843 62.6511L62.1717 62.8149C55.9688 63.5035 49.878 63.6358 44.0725 63.2111L44.0705 63.211C29.3165 62.1316 17.4825 57.5545 9.78589 50.0466C5.49084 45.8558 2.88241 41.6353 1.92175 37.508C0.964492 33.3948 1.63131 29.3236 3.98044 25.3843C7.48908 19.5014 14.6337 14.0738 24.7358 9.73935C33.8417 5.83104 44.6487 3.1381 55.1562 2.15876C56.244 2.05786 57.3418 1.96922 58.4182 1.89795C66.3337 1.37123 73.9284 1.36804 80.9874 1.88443Z" stroke="%23064A42" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
} */


.language::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 200px;
  height: 360%;
  max-height: 95px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="0 0 136 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.9874 1.88443C96.6719 3.03185 109.56 6.70215 119.32 12.758C126.255 17.0603 131.25 22.976 133.087 28.9451C135.093 35.4733 133.22 41.5885 127.743 46.2149C124.049 49.3361 119.227 51.4428 113.843 53.0284C108.459 54.614 102.559 55.6665 96.7215 56.7073H96.7208C95.5604 56.915 94.4016 57.1208 93.2536 57.3315C90.2135 57.8873 87.1272 58.5039 84.1472 59.099C77.4849 60.4295 70.6332 61.7966 63.5843 62.6511L62.1717 62.8149C55.9688 63.5035 49.878 63.6358 44.0725 63.2111L44.0705 63.211C29.3165 62.1316 17.4825 57.5545 9.78589 50.0466C5.49084 45.8558 2.88241 41.6353 1.92175 37.508C0.964492 33.3948 1.63131 29.3236 3.98044 25.3843C7.48908 19.5014 14.6337 14.0738 24.7358 9.73935C33.8417 5.83104 44.6487 3.1381 55.1562 2.15876C56.244 2.05786 57.3418 1.96922 58.4182 1.89795C66.3337 1.37123 73.9284 1.36804 80.9874 1.88443Z" stroke="%23064A42" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

ul.topMenu>li::after,
.footer_nav_menu ul>li::after {

  opacity: 0;
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-image: var(--svg-wave);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
}


ul.topMenu ul {
  display: none;
  flex-direction: column;
  gap: 8px !important;
  align-items: center;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background-color: #f6ede4;
  padding: 24px;
  border-radius: 36px;
  box-shadow: 0px 12px 16px 0px #0000001f;
}

ul.topMenu li:hover ul {
  display: flex !important;
}

/* ul.topMenu ul li:hover::after {
  opacity: 0 !important;
} */

ul.topMenu ul li {
  transition: all 0.3s;
  border-radius: 16px;
  width: 100%;
  text-align: center;
}

ul.topMenu ul li a {
  padding: 10px;
  transition: all 0.3s;
  width: 100%;
}

ul.topMenu ul li:hover {
  background-color: #25695f;
}

ul.topMenu ul li:hover a {
  color: #ffffff;
}

ul.topMenu>li:hover::after,
.footer_nav_menu ul li:hover::after {
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.breadcumbs_wrapper {
  margin-bottom: 40px;
}

.breadcrumbs a {
  color: #818181;
  cursor: pointer;
  transition: all 0.3s;
}

.breadcrumbs a:hover {
  color: #25695f;
}

p.breadcrumb_active {
  color: #25695f;
  cursor: default;
}

.languages {
  display: flex;
  align-items: center;
  position: relative;
}

.arrow_languages {
  padding: 0px 10px 6px 6px;
}

.another_languages {
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  display: none;
  bottom: -130%;
  display: flex;
  /* left: 30%; */
  /* transform: translateX(-50%); */
}

.languages_header_mob_wrapper:hover {
  display: flex;
  gap: 16px;
  border-radius: 12px;
}

.languages_header_mob_wrapper:hover .languages .another_languages {
  display: flex;
  position: absolute;
}

.another_languages .language::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 30%;
  transform: translateX(-50%);
  width: 140%;
  max-width: 160px;
  height: 80px;
  background-image: url('data:image/svg+xml;utf8,<svg width="136" height="65" viewBox="0 0 136 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.9874 1.88443C96.6719 3.03185 109.56 6.70215 119.32 12.758C126.255 17.0603 131.25 22.976 133.087 28.9451C135.093 35.4733 133.22 41.5885 127.743 46.2149C124.049 49.3361 119.227 51.4428 113.843 53.0284C108.459 54.614 102.559 55.6665 96.7215 56.7073H96.7208C95.5604 56.915 94.4016 57.1208 93.2536 57.3315C90.2135 57.8873 87.1272 58.5039 84.1472 59.099C77.4849 60.4295 70.6332 61.7966 63.5843 62.6511L62.1717 62.8149C55.9688 63.5035 49.878 63.6358 44.0725 63.2111L44.0705 63.211C29.3165 62.1316 17.4825 57.5545 9.78589 50.0466C5.49084 45.8558 2.88241 41.6353 1.92175 37.508C0.964492 33.3948 1.63131 29.3236 3.98044 25.3843C7.48908 19.5014 14.6337 14.0738 24.7358 9.73935C33.8417 5.83104 44.6487 3.1381 55.1562 2.15876C56.244 2.05786 57.3418 1.96922 58.4182 1.89795C66.3337 1.37123 73.9284 1.36804 80.9874 1.88443Z" stroke="%23064A42" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.languages_header_mob_wrapper::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 30%;
  transform: translateX(-50%);
  width: 140%;
  max-width: 160px;
  height: 80px;
  background-image: url('data:image/svg+xml;utf8,<svg width="136" height="65" viewBox="0 0 136 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M80.9874 1.88443C96.6719 3.03185 109.56 6.70215 119.32 12.758C126.255 17.0603 131.25 22.976 133.087 28.9451C135.093 35.4733 133.22 41.5885 127.743 46.2149C124.049 49.3361 119.227 51.4428 113.843 53.0284C108.459 54.614 102.559 55.6665 96.7215 56.7073H96.7208C95.5604 56.915 94.4016 57.1208 93.2536 57.3315C90.2135 57.8873 87.1272 58.5039 84.1472 59.099C77.4849 60.4295 70.6332 61.7966 63.5843 62.6511L62.1717 62.8149C55.9688 63.5035 49.878 63.6358 44.0725 63.2111L44.0705 63.211C29.3165 62.1316 17.4825 57.5545 9.78589 50.0466C5.49084 45.8558 2.88241 41.6353 1.92175 37.508C0.964492 33.3948 1.63131 29.3236 3.98044 25.3843C7.48908 19.5014 14.6337 14.0738 24.7358 9.73935C33.8417 5.83104 44.6487 3.1381 55.1562 2.15876C56.244 2.05786 57.3418 1.96922 58.4182 1.89795C66.3337 1.37123 73.9284 1.36804 80.9874 1.88443Z" stroke="%23064A42" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.language:hover::after {
  opacity: 1;
  cursor: pointer;
}

.header_mob {
  display: none;
}

.header_mob_menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_mob_menu a {
  font-size: 22px;
  color: #25695f;
  opacity: 1;
  text-align: center;
}

.image_background_burger {
  position: absolute;
  top: -10%;
}

.languages_header_mob_wrapper {
  display: flex;
  gap: 16px;
  padding: 10px 20px;
}

footer {
  position: relative;
  height: auto;
  margin-top: 20px;
}

.container_footer {
  width: 528px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.logo_footer {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.footer_nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-evenly;
}

.footer_nav_menu ul li a {
  font-size: 24px;
  color: #25695f;
}

.footer_nav_menu {
  margin-bottom: 64px;
}

.social_block {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.copyright {
  color: #404040;
  text-align: center;
  font-size: 16px;
  padding-bottom: 40px;
}

.video_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 0;
}

.video_wrapper video {
  width: 100%;
  height: 100%;
  display: none;
}

.social_block a svg {
  width: 50px;
  height: 50px;
}

.social_block a svg rect {
  transition: all 0.3s;
}

.social_block a:hover svg rect {
  fill: #cb8b8f;
}

.slider_block {
  width: 100%;
  position: relative;
}

.mainSlider {
  width: 100%;
  height: 100vh;
}

.mainSlider .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mainSlider .swiper-button-prev,
.mainSlider .swiper-button-next {
  color: white;
}

.mainSlider .swiper-pagination-bullet {
  background: white;
  opacity: 0.7;
}

.mainSlider .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.mainSlider .swiper-pagination {
  bottom: 130px;
  z-index: 2;
}

.video_wrapper_slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.video_wrapper_slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainSlider .swiper-button-prev:after,
.mainSlider .swiper-button-next:after {
  content: "";
}

.mainSlider .swiper-button-prev,
.mainSlider .swiper-button-next {
  width: 63px;
  height: 67px;
}

.mainSlider .swiper-button-prev {
  left: 18.7%;
}

.mainSlider .swiper-button-next {
  right: 18.7%;
}

.mainSlider .swiper-button-prev:hover svg path:first-child,
.mainSlider .swiper-button-next:hover svg path:first-child {
  transition: all 0.3s;
  fill: #397d73;
}

.mainSlider .swiper-button-prev:hover svg path:last-child,
.mainSlider .swiper-button-next:hover svg path:last-child {
  transition: all 0.3s;
  fill: #cb8b8f;
}

.wrapper_slide_title {
  z-index: 1;
}

.title_slide {
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  color: #064a42;
}

.subtitle_slide {
  font-weight: 400;
  text-align: center;
  font-size: 26px;
  color: #064a42;
}

.wrapper_slide_title {
  z-index: 1;
  width: 550px;
  position: absolute;
  right: 18%;
  top: 20%;
}

.end_block_slider {
  position: absolute;
  width: 100%;
  height: 424px;
}

.end_block_slider {
  position: absolute;
  width: 100%;
  height: 424px;
  z-index: 1;
  bottom: -28%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.end_block_slider img {
  width: 1920px;
}

.btn_feedback_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.btn_feedback {
  text-transform: uppercase;
  font-size: 22px;
  color: #ffeaec;
  position: absolute;
  bottom: 60px;
  background-color: #b7777b;
  padding: 22px 32px;
  border-radius: 36px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}

.btn_feedback:hover {
  color: #ffeaec;
  background-color: #cb8b8f;
}

.wrapper_content_section_vitajte {
  display: flex;
}

.content_text_section_vitajte {
  width: calc(60% - 20px);
}

.content_image_section_vitajte {
  width: calc(40% - 20px);
}

.title_section_vitajte {
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
}

.subtitle_section_vitajte {
  text-align: center;
  font-size: 24px;

  color: #13534a;
  margin-bottom: 24px;
}

.vitajte_odseku li {
  position: relative;
}

.wrapper_marker_vitajte_odseku {
  position: absolute;
  width: 34px;
  height: 38px;
}

.wrapper_text_content_vitajte_odseku {
  padding-left: 50px;
}

.marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  text-transform: uppercase;
  font-weight: 400;
}

.title_odseku {
  font-size: 24px;

  font-weight: 400;
  color: #25695f;
  margin-bottom: 8px;
}

.text_adseku {
  color: #404040;
  margin-bottom: 18px;
}

section.pokyny_v_klube {
  margin-top: 80px;
  position: relative;
}

.title_section_pokyny_v_klube {
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
}

.subtitle_section_pokyny_v_klube {
  font-size: 20px;
  text-align: center;
  color: #404040;
  margin-bottom: 16px;
}

.workTabs_nav.choose-buttons.tabs__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 10;
}

.tabs__nav {
  margin-bottom: 34px;
}

.tabs__link {
  border-radius: 16px;
  border: 1px solid #25695f;
  color: #25695f;
  font-size: 20px;
  padding: 12px 24px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.tabs__link_active {
  background-color: #25695f;
  border: 1px solid #25695f;
  color: #effffd;
}

.tabs__content {
  margin-bottom: 40px;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.cart_pokyny_v_klube {
  /* width: calc(25% - 20px); */
  position: relative;
  height: 445px;
}

.title_cart_pokyny_v_klube {
  font-size: 24px;
  text-align: center;
  color: #25695f;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  top: -75px;
  line-height: 100%;
}

.text_cart_pokyny_v_klube {
  color: #404040;
  text-align: center;
  position: relative;
  z-index: 2;
  top: -65px;
  padding: 0 10px;
}

.back_image_content {
  position: absolute;
  bottom: 4%;
  z-index: 1;
}

.nas_blog_back_image_content {
  position: absolute;
  bottom: 15%;
  z-index: 1;
  width: 100%;
}

.nas_blog_content_cart_pokyny_v_klube {
  height: 120px;
  position: relative;
}

a.btn_cart_pokyny_v_klube {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: #25695f;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  border-radius: 18px;
  text-transform: uppercase;
}

section.btn_more_section {
  margin-top: 0px;
}

.btn_more_wrapper {
  display: flex;
  justify-content: center;
}

a.btn_more_a {
  color: #25695f;
  font-size: 20px;
  border: 1px solid #25695f;
  padding: 12px 22px;
  border-radius: 18px;
  transition: all 0.3s;
  text-transform: uppercase;
}

a.btn_more_a:hover {
  color: #effffd;
  background-color: #25695f;
}

section.skúsení_učitelia {
  margin-top: 0px;
  position: relative;
}

.title_section_ucitelia {
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
  z-index: 1;
}

.subtitle_section_ucitelia {
  font-size: 20px;
  text-align: center;
  color: #404040;
  margin-bottom: 16px;
  width: 41%;
  margin: 0 auto;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

a.btn_cart_ucitelia {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  background: #25695f;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  border-radius: 18px;
  cursor: pointer;
  text-transform: uppercase;
}

a.btn_cart_ucitelia:hover {
  background: #397d73;
}

section.skГєsenГ­_uДЌitelia {
  margin-top: 120px;
}

.wrapper_cart_ucitelia {
  display: flex;
  gap: 20px;
}

a.btn_cart_pokyny_v_klube:hover {
  background: #397d73;
}

.cart_block {
  width: 100%;
  position: relative;
}

.foto_ucitelia img {
  border-radius: 32px;
}

.image_background_ucitelia {
  position: absolute;
  bottom: -4%;
  z-index: 1;
}

.name_ucitelia {
  color: #25695f;
  position: relative;
  z-index: 2;
  text-align: center;
  top: -22px;
  font-size: 26px;
  font-weight: 400;
}

.plachka {
  padding: 6px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.wrapper_plachka {
  display: flex;
  top: 20px;
  z-index: 1;
  position: absolute;
  gap: 10px;
  left: 20px;
  flex-wrap: wrap;
  padding: 0 10px 0 0;
}

section.narodeniny {
  margin-top: 0px;
  position: relative;
}

.a_more_info_narodeniny {
  font-size: 22px;
  color: #ffeaec;
  background-color: #b7777b;
  padding: 22px 32px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

.a_more_info_narodeniny:hover {
  color: #ffeaec;
  background-color: #cb8b8f;
}

.title_section_narodeniny {
  /* font-family: "DynaPuff"; */
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
}

.subtitle_section_narodeniny {
  font-size: 20px;
  text-align: center;
  color: #404040;
  width: 650px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.narodeniny_content_wrapper {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.content_title_narodeniny {
  width: calc(50% - 20px);
}

.image_block_narodeniny {
  width: calc(50% - 20px);
}

.more_info_narodeniny_wrapper {
  height: 69px;
  display: flex;
}

section.nas_blog {
  margin-top: 120px;
  position: relative;
}

.image_cart__pokyny_v_klube img {
  border-radius: 36px;
  transition: all 0.3s;
}

.image_cart__pokyny_v_klube {
  overflow: hidden;
  border-radius: 36px;
}

.cart_pokyny_v_klube:hover .image_cart__pokyny_v_klube img {
  scale: 1.1;
  transition: all 0.3s;
}

.text_cart_pokyny_v_klube p {
  color: #404040;
  margin-bottom: 5px;
}

.date_card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
  color: #404040;
}

.btn_more_wrapper_nas_blog {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.fotogaleria {
  overflow: hidden;
  /* height: 505px; */
}

.wrapper_title_and_button_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gallery_title {
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
  /* font-family: "DynaPuff"; */
  text-transform: uppercase;
}

section.fotogaleria_section {
  margin-top: 120px;
}

.fotogaleria-swiper-button-prev.main-slider-prev,
.fotogaleria-swiper-button-next.main-slider-next {
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
}

.fotogaleria-swiper-button-prev.main-slider-prev:hover svg path:first-child,
.fotogaleria-swiper-button-next.main-slider-next:hover svg path:first-child {
  transition: all 0.3s;
  fill: #397d73;
}

.fotogaleria-swiper-button-prev.main-slider-prev:hover svg path:last-child,
.fotogaleria-swiper-button-next.main-slider-next:hover svg path:last-child {
  transition: all 0.3s;
  fill: #cb8b8f;
}

.fotogaleria-wrapper {
  display: flex;
  align-items: center;
  padding: 30px 0;
  height: 500px;
}

.fotogaleria_slide {
  position: relative;
  height: 320px;
  display: block;
  padding: 0;
  transition: all 0.3s;
}

.fotogaleria_slide .fotogaleria_slide_img_wrapper {
  height: 100%;
  border-radius: 60px;
  display: block;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transform: perspective(800px) rotateY(22deg) scale(0.96) rotate(-4deg);
  background-size: cover;
  background-repeat: no-repeat;
}

.fotogaleria_slide .fotogaleria_slide_img_wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-slide.fotogaleria_slide.swiper-slide-active .fotogaleria_slide_img_wrapper {
  transform: perspective(800px) rotateY(-18deg) scale(0.96) rotate(2deg);
  filter: brightness(0.95);
}

.swiper-slide.fotogaleria_slide.swiper-slide-next .fotogaleria_slide_img_wrapper {
  transform: perspective(900px) rotateY(8deg) scale(0.98) rotate(0deg);
  filter: brightness(0.95);
}

.swiper-slide.fotogaleria_slide.swiper-slide-next {
  transform: perspective(800px) rotateY(18deg) scale(0.96) rotate(-3deg);
  padding: 0 0 0 60px;
}

.swiper-slide-next+.swiper-slide.fotogaleria_slide {
  height: 480px;
  width: 320px !important;
}

.swiper-slide-next+.swiper-slide.fotogaleria_slide .fotogaleria_slide_img_wrapper {
  transform: perspective(800px) rotateY(5deg) scale(0.96) rotateX(-10deg);
  filter: brightness(0.95);
}

.swiper-slide-next+.swiper-slide.fotogaleria_slide+.swiper-slide.fotogaleria_slide {
  padding: 10px 0 0 50px;
}

.section_form_submit {
  padding-top: 60px;
  height: 600px;
  position: relative;
}

.block_mail_image {
  position: absolute;
  top: 0;
  right: -10%;
  width: 454px;
  height: 485px;
}

.title_form_submit {
  /* font-family: "DynaPuff"; */
  text-transform: uppercase;
  font-size: 32px;
  color: #13534a;
  margin-bottom: 24px;
  padding: 60px 0 0 60px;
}

.wrapper_form_submit {
  position: relative;
  z-index: 3;
}

form.form {
  width: 64%;
  padding: 0 0 0 60px;
}

.form__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__left label input {
  text-transform: uppercase;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

.block_mail_image {
  position: absolute;
}

.block_mail_background_image {
  top: 0;
  z-index: -1;
  position: absolute;
}

.form__left label input {
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  border: 1px solid transparent;
  color: #aeaeae;
}

.form__left label input[type="text"] {
  color: #aeaeae;
}

input:focus-visible {
  outline: transparent 1px;
  border: 1px solid transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #aeaeae !important;
  background-color: white;
  color: #aeaeae !important;
}

.form_checkbox {
  padding-top: 30px;
}

button.form_submit {
  background: #b7777b;
  color: #ffeaec;
  padding: 20px 32px;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: uppercase;
}

button.form_submit:hover {
  background: #cb8b8f;
  color: #ffeaec;
}

.block_mail_image_mob {
  display: none;
}

.slider_pokyny_v_klube {
  width: 100%;
  overflow: hidden;
  height: 510px;
}

.swiper-wrapper {
  display: flex;
}

.slider_pokyny_v_klube {
  cursor: grab;
}

.slider_pokyny_v_klube:active {
  cursor: grabbing;
}

.slider-nav-container .swiper-button-prev,
.slider-nav-container .swiper-button-next {
  width: 45px;
  height: auto;
}

.ucitelia_slider {
  height: 500px;
}

.foto_ucitelia img {
  border-radius: 32px;
  max-height: 368px;
  object-fit: cover;
}

.ucitelia_slider {
  height: 570px;
}

.nas_blog_slide {
  /* height: 420px; */
  height: auto !important;
}

.nas_blog_slide .cart_pokyny_v_klube {
  height: 420px;
}

.content_cart_pokyny_v_klube {
  height: 120px;
}

.title_cart_pokyny_v_klube {
  padding: 0 15px;
}

.nas_blog_slider {
  /* height: 500px; */
}

.video_wrapper img {
  display: none;
}

.block_top_list {
  position: absolute;
}

.list_top_left {
  left: 0;
}

.list_top_right {
  right: 0;
}

.list_top_left,
.list_top_right {
  width: 30vw;
  position: absolute;
  height: 50vw;
  z-index: 1;
  top: 38%;
}

.swiper-button-prev.main-slider-prev,
.main-slider-next.main-slider-next {
  z-index: 3;
  width: 45px;
}

.main-slider-prev.main-slider-prev:hover svg path:first-child,
.main-slider-next.main-slider-next:hover svg path:first-child {
  transition: all 0.3s;
  fill: #397d73;
}

.main-slider-prev.main-slider-prev:hover svg path:last-child,
.main-slider-next.main-slider-next:hover svg path:last-child {
  transition: all 0.3s;
  fill: #cb8b8f;
}

.swiper-button-prev.main-slider-prev {
  left: 0%;
}

.swiper-button-next.main-slider-next {
  right: 0%;
}

.list_top_left,
.list_top_right {
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  will-change: left, right;
}

.list_default_left {
  top: -62%;
}

.claudes_right {
  position: absolute;
  right: -40px;
  width: 54vw;
  height: 31vw;
  top: 8%;
  transform: rotate(-8deg);
  z-index: 0;
}

.claudes_left {
  position: absolute;
  left: -40px;
  width: 54vw;
  height: 25vw;
  top: 8%;
  transform: rotate(9deg);
  z-index: 0;
}

img.cloud_narode {
  width: 768px;
  height: 511px;
  position: absolute;
  top: 0;
}

.cloud_narode {
  width: 40vw;
  height: 26vw;
  position: absolute;
  top: 0;
  left: -10%;
}

.little_cloud_narode {
  width: 19vw;
  height: 12vw;
  position: absolute;
  bottom: -60%;
  left: 18%;
}

.animate_cloud_left,
.animate_little_cloud_left {
  transform: translateX(0);
  will-change: transform;
}

.animate_cloud_left.active {
  animation: moveCloudRight 1.2s ease forwards;
}

.animate_little_cloud_left.active {
  animation: moveCloudRight 0.8s ease forwards;
}

header.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

header.header-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.desk_img_footer {
  display: block !important;
}

.nas_blog_list {
  z-index: 0;
  top: -10%;
}

img.cloud_form_feedback {
  position: absolute;
  z-index: 0;
  width: 768px;
  height: 511px;
  top: -8%;
}

.btn_feedback_intro {
  text-transform: uppercase;
  font-size: 22px;
  color: #ffeaec;
  position: absolute;
  bottom: 0%;
  background-color: #b7777b;
  padding: 22px 32px;
  border-radius: 36px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}

.btn_feedback_intro:hover {
  color: #ffeaec;
  background-color: #cb8b8f;
}

.btn_feedback_intro_wrapper {
  display: flex;
  position: relative;
  height: 72px;
}

.herecke_umenie_content {
  width: calc(50% - 20px);
}

.herecke_umenie_image {
  width: calc(40% - 20px);
}

.herecke_umenie_content {
  display: flex;
  flex-direction: column;
}

.herecke_umenie_content_wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.main_intro_title {
  /* font-family: "DynaPuff"; */
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
  line-height: 100%;
}

.herecke_umenie_content p {
  color: #404040;
  margin-bottom: 32px;
}

.na_nasich_hodinach {
  margin-top: 80px;
}

.h2_title_intro {
  text-align: center;
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
}

.cart_nasich_hodinach {
  width: calc(50% - 20px);
  display: flex;
  background: #f6ede4;
  border-radius: 60px;
  box-shadow: 0px 4px 4px 0px #60606026;
  transform: perspective(800px) rotateY(-15deg) scale(0.99) rotate(0deg);
  filter: brightness(0.95);
  padding: 25px 0px 0px 25px;
  margin: 0 0 50px 0;
}

.content_cart_nasich_hodinach h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #25695f;
}

.content_cart_nasich_hodinach p {
  text-align: center;
  font-size: 18px;
  color: #404040;
  padding-right: 10px;
}

.wrapper_cart_nasich_hodinach {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.content_cart_nasich_hodinach {
  width: calc(70% - 10px);
}

.no_image_cart_hodinach {
  width: 95%;
}

.image_cart_nasich_hodinach {
  width: calc(30% - 10px);
  position: relative;
}

.image_cart_nasich_hodinah_child {
  width: 100%;
  padding-top: 100%;
}

.image_cart_nasich_hodinah_child_image {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 155%;
}

.image_cart_nasich_hodinah_child_image img {
  display: block;
  width: 100%;
}

.two_block_intro_title,
.two_block_intro_title p {
  text-align: center;
}

section.herecke_umenie {
  position: relative;
}

.herecke_umenie_two {
  margin-top: 60px;
}

.list_top_lesson {
  top: -38%;
}

.cloud_lesson_block {
  display: none;
}

.section_form_submit_lesson {
  height: 680px;
}

.title_nas_blog {
  position: relative;
  z-index: 4;
}

.wrapper_ceny_cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cena_card {
  width: calc(25% - 20px);
  background: #f6ede4;
  border-radius: 60px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: perspective(800px) rotateY(-15deg) scale(0.99) rotate(0deg);
  margin-bottom: 10px;
}

.title_cena_card {
  color: #25695f;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.content strong,
.content b {
  font-size: 22px;
  color: #404040;
}

.teach_cont {
  gap: 0px;
}

.lesson_period {
  font-size: 20px;
  color: #404040;
  margin-bottom: 18px;
}

.price_cena_card {
  color: #25695f;
  font-size: 28px;
}

.birthday_block_deti {
  width: 630px;
  margin: 0 auto;
}

.birthday_block_deti p {
  color: #404040;
  margin-bottom: 32px;
  text-align: center;
}

.vybrat_nas_klub_card_warpper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.vybrat_nas_klub_card {
  width: calc(33% - 20px);
  background: #f6ede4;
  border-radius: 60px;
  box-shadow: 0px 4px 4px 0px #60606026;
  transform: perspective(800px) rotateY(-15deg) scale(0.99) rotate(0deg);
  filter: brightness(0.95);
  padding: 30px 25px 25px 25px;
  margin: 0 0 50px 0;
  position: relative;
}

.vybrat_nas_klub_card:nth-last-child(2) {
  width: calc(44% - 20px);
}

.vybrat_nas_klub_card:last-child {
  width: calc(55% - 20px);
  display: flex;
}

.vybrat_nas_klub_card:last-child .vybrat_nas_klub_card_content {
  width: calc(70% - 10px);
}

.vybrat_nas_klub_card:last-child .vybrat_nas_klub_number_card_wrapper {
  width: calc(30% - 10px);
}

.vybrat_nas_klub_card_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #25695f;
}

.vybrat_nas_klub_card_text {
  text-align: center;
  font-size: 18px;
  color: #404040;
}

.vybrat_nas_klub_number_card_number {
  position: absolute;
  font-size: 50px;
  color: #25695f;
  top: -12px;
  right: 12px;
}

.vybrat_nas_klub_number_card_img {
  position: absolute;
}

.vybrat_nas_klub_number_card_img {
  position: absolute;
  top: -15%;
}

.vybrat_nas_klub {
  margin-top: 80px;
}

.narodeninovych_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
}

.cart_narodeninovych {
  background-color: #f6ede4;
  border-radius: 60px;
  box-shadow: 0px 4px 4px 0px #60606026;
  transform: perspective(800px) rotateY(-10deg) scale(0.99) rotate(0deg);
  filter: brightness(0.95);
  padding: 25px 25px 0 25px;
  height: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart_narodeninovych_image {
  margin-top: auto;
}

.cart_narodeninovych_title {
  font-size: 24px;
  color: #25695f;
  text-align: center;
  margin-bottom: 8px;
}

.cart_narodeninovych_text {
  color: #404040;
  text-align: center;
  margin-bottom: 8px;
}

.cart_narodeninovych_button {
  background-color: #25695f;
  width: 100%;
  position: relative;
  bottom: -8px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 0;
  border-radius: 18px;
  box-shadow: 0px 4px 4px 0px #60606026;
  transform: perspective(800px) rotateY(-10deg) scale(0.99) rotate(0deg);
  filter: brightness(0.95);
  cursor: pointer;
}

.cart_narodeninovych_image img {
  display: block;
}

.narodeninovych_slider {
  height: 450px;
  padding-bottom: 10px;
}

.slider-nav-narodeninovych-container {
  top: -240px;
  position: relative;
}

.narodeninovych_slider-next,
.narodeninovych_slider-prev {
  width: 44px;
  height: 48px;
}

.narodeninovych_slider-next {
  right: -25px;
}

.narodeninovych_slider-prev {
  left: -15px;
}

/* .specialist_image_foto {
    width: 472px;
    margin: 0 auto;
} */

.specialist_image_foto {
  /* width: 100%; */
  max-width: 472px;
  margin: 0 auto;
  aspect-ratio: 473 / 554;
  position: relative;
  overflow: hidden;

  /* Радиальный градиент для мягкой формы */
  -webkit-mask-image: radial-gradient(ellipse at center, black 60%, transparent 70%);
  mask-image: radial-gradient(ellipse at center, black 60%, transparent 70%);
}

.specialist_image_foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.specialist_name {
  margin: 0 auto;
}

.specialist_name_wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 98px;
}

.specialist_name {
  font-size: 42px;
  background: #f6ede4;
  padding: 22px;
  width: 472px;
  text-align: center;
  color: #25695f;
  border-radius: 36px;
  box-shadow: 0px 4px 4px 0px #60606026;
  transform: perspective(800px) rotateY(-9deg) scale(0.99) rotate(0deg);
  filter: brightness(0.95);
}

.specialist_skill {
  padding: 12px 24px;
  border-radius: 16px;
  text-transform: uppercase;
}

.specialist_skills_wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 85px;
  position: relative;
}

.specialist_image_block {
  position: relative;
}

.list_left_spec {
  position: absolute;
  bottom: 70px;
  left: 100px;
  z-index: -1;
}

.list_right_spec {
  position: absolute;
  bottom: 100px;
  right: 140px;
  z-index: -1;
}

.work_skill_tabs_pane {
  flex-direction: column;
  align-items: center;
}

.work_skill_tabs_pane p {
  text-align: center;
  color: #404040;
}

.work_skill_inner {
  width: 700px;
  margin: 0 auto;
}

.leson_item_text_section {
  margin-top: 80px;
}

.title_lesson_item {
  text-align: center;
}

.content_lesson_item_wrapper {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.text_block_lesson_item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text_block_lesson_item p {
  color: #404040;
}

.less_image_foto {
  width: 360px;
  margin: 0 auto;
}

.list_left_less {
  position: absolute;
  bottom: -38px;
  left: 250px;
  z-index: -1;
  width: 24vw;
}

.list_right_less {
  position: absolute;
  bottom: -25px;
  right: 250px;
  z-index: -1;
  width: 20vw;
}

.less_object {
  z-index: -1;
}

.less_object_right {
  max-width: 368px;
  max-height: 245px;
  z-index: -1;
}

.less_object_left {
  max-width: 400px;
  max-height: 270px;
  z-index: -1;
  top: 80%;
}

.language_active_wrapper {
  display: flex;
}

.wrapper_nav_dropdown {
  display: flex;
}

.dropdown_menu {
  display: none !important;
  flex-direction: column;
  gap: 8px !important;
  align-items: center;
  position: absolute;
  top: 50px;
  left: -80px;
  width: max-content;
  background-color: #f6ede4;
  padding: 24px;
  border-radius: 36px;
  box-shadow: 0px 12px 16px 0px #0000001f;
}

ul.dropdown_menu.show {
  display: flex !important;
}

.dropdown_menu li:hover::after {
  opacity: 0 !important;
}

.dropdown_menu li {
  transition: all 0.3s;
  border-radius: 16px;
  width: 100%;
  text-align: center;
}

.dropdown_menu li a {
  padding: 10px;
  transition: all 0.3s;
  width: 100%;
}

.dropdown_menu li:hover {
  background-color: #25695f;
}

.dropdown_menu li:hover a {
  color: #ffffff;
}

.arrow_languages {
  padding: 3px 10px 0px 6px;
}

.social_icon {
  display: flex;
  gap: 20px;
}

.telefone_header_block a {
  color: #25695f;
  font-size: 22px;
}

.telefone_header_block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav_block_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
}

.wrapper_nav_dropdown a {
  color: #25695f;
  font-size: 22px;
}

.wrapper_nav_dropdown span {
  color: #25695f;
  font-size: 22px;
  cursor: pointer;
}

.dropdown_menu_lang {
  left: 90%;
  z-index: 1;
  top: 70px;
}

.dropdown_menu li a {
  padding: 8px 28px;
  transition: all 0.3s;
  width: 100%;
  cursor: pointer;
  font-size: 22px;
  color: var(--green);
}

.nav_menu {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nas_blog_slider-prev,
.ucitelia-slider-prev {
  width: 45px;
  left: -25px;
}

.nas_blog_slider-next,
.ucitelia-slider-next {
  width: 45px;
  right: -25px;
}

.swiper-button-prev.main-slider-prev {
  left: -2%;
}

.swiper-button-next.main-slider-next {
  right: -2%;
}

.slider-nav-ucitelia-container {
  top: -340px;
  position: relative;
}

.slider-nav-container {
  top: -320px;
  position: relative;
  width: 100%;
}

.big-main-slider-prev {
  top: 53%;
  left: 20%;
  width: 40px;
  height: 40px;
  z-index: 11;
}

.big-main-slider-next {
  top: 53%;
  right: 20%;
  width: 40px;
  height: 40px;
  z-index: 11;
}

.narodeniny_text_sub {
  text-align: start;
}

.header_mob_menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

ul.wrapper_header_mob_menu>li:has(> ul)>a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2325695F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

ul.wrapper_header_mob_menu>li:has(> ul) {
  display: flex;
  flex-direction: column;
}

ul.wrapper_header_mob_menu>li:has(> ul) a {
  padding-left: 14px;
}

ul.wrapper_header_mob_menu>li:has(> ul) ul {
  padding: 10px 0px;
}

ul.wrapper_header_mob_menu>li:has(> ul) ul li a {
  font-size: 18px;
  color: #4d9187;
  padding-left: 0px;
}

/* Только базовое скрытие, без классов */
.wrapper_header_mob_menu ul ul {
  display: none;
  /* По умолчанию скрыты, JS будет менять на block */
}

/* Опционально: отступы для вложенного меню */
.wrapper_header_mob_menu ul ul li a {
  padding-left: 30px;
}

.content {
  width: 100%;
}

.content h1 {
  font-size: 54px;
  color: #13534a;
  margin-bottom: 24px;
  line-height: 100%;
}

.content h2 {
  font-size: 50px;
  color: #13534a;
  margin-bottom: 24px;
  line-height: 100%;
  text-align: center;
}

.content h3 {
  font-size: 40px;
  color: #13534a;
  margin-bottom: 24px;
  line-height: 100%;
  text-align: center;
}

.content p,
.content blockquote,
.content table {
  font-family: "PatrickHand", "ComicHelvetic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 18px;
}

.content ul,
.content ol {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 24px 0;
}

.content p:last-child,
.content ul:last-child,
.content ol:last-child,
.content blockquote:last-child,
.content table:last-child {
  margin-bottom: 0;
}

.content ul {
  list-style: circle;
}

.content ul li,
.content ol li {
  margin: 0 0 0px 0;
  padding: 0 0 0 10px;
}

.content ul li {}

.content blockquote {}

.content blockquote p {}

.content a {}

.content b,
.content strong {
  font-weight: bold;
}

.content i,
.content cite,
.content em,
.content var,
.content address,
.content dfn {
  font-style: italic;
}

.content table {
  width: 100%;
}

.content table th,
.content table td {
  padding: 5px;
  border: 1px solid #987d5c;
}

.content ol {
  counter-reset: li;
  list-style: none;
}

.content ol li {
  position: relative;
  /* margin: 0; */
  padding-left: 50px;
  margin-bottom: 18px;
  /* color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px; */
}

.content ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0px;
  width: 34px;
  height: 38px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='68' viewBox='0 0 64 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.0531 32.5763C63.0531 49.1436 44.4188 67.6058 27.8514 67.6058C11.2841 67.6058 0 49.1436 0 32.5763C0 16.0089 26.204 0 42.7713 0C59.3387 0 63.0531 16.0089 63.0531 32.5763Z' fill='%2325695F'/%3E%3C/svg%3E");
}

.content li,
.content li p {
  font-family: "PatrickHand", "ComicHelvetic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 18px;
}

.content li:last-child,
.content li p:last-child {
  margin-bottom: 0;
}

.content li b {
  font-family: "PatrickHand", "ComicHelvetic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #25695f;
  margin-bottom: 8px;
  display: inline-block;
}

.content ul {
  list-style: none;
}

.content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  /* transform: translateY(-50%); Центрирует по вертикали */
  width: 8px;
  height: 8px;
  background-color: #25695f;
  border-radius: 50%;
}

.arrow_languages svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.nav_dropdown.active .wrapper_nav_dropdown .arrow_languages svg {
  transform: rotate(180deg);
}

.nav_dropdown.active .dropdown_menu.dropdown_menu_lang {
  display: block !important;
}

section.vitajte_main {
  margin: 250px 0 0 0;
}

.content_text_section_vitajte h2 {}

.content_text_section_vitajte h3 {}

.section_ceny_lesson {
  margin-top: 80px;
}

@keyframes moveCloudRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(10%);
  }
}

@media (max-width: 1600px) {
  header {
    padding-top: 15px;
  }

  .nav_menu ul li a,
  .language {
    font-size: 1.72vw;
  }

  .container {
    padding: 0 20px;
  }

  .nav_menu ul {
    gap: 2vw;
  }

  .cart_pokyny_v_klube {
    height: 27vw;
  }

  .list_top_left,
  .list_top_right {
    top: 48%;
  }

  .end_block_slider {
    height: 28vw;
  }

  .list_default_left {
    top: -55%;
  }

  .list_top_lesson {
    top: 0%;
  }

  .less_object_left {
    top: 80%;
  }

  .nas_blog_list {
    top: -2%;
  }
}

@media (max-width: 1550px) {
  .cart_pokyny_v_klube {
    height: 28vw;
  }
}

@media (max-width: 1500px) {
  .cart_pokyny_v_klube {
    height: 29vw;
  }

  .logo_footer {
    margin-bottom: 0px;
  }
}

@media (max-width: 1450px) {
  .cart_pokyny_v_klube {
    height: 29vw;
  }

  .nav_menu ul li a,
  .language {
    font-size: 1.92vw;
  }

  .block_mail_image {
    top: 10%;
    right: -5%;
    width: 404px;
    height: 435px;
  }

  section.vitajte_main {
    margin: 220px 0 0 0;
  }
}

@media (max-width: 1400px) {
  .cart_pokyny_v_klube {
    height: 30vw;
  }
}

@media (max-width: 1380px) {
  section.vitajte_main {
    margin: 185px 0 0 0;
  }

  .social_block {
    margin-bottom: 15px;
  }

  .list_top_left,
  .list_top_right {
    top: 50%;
  }

  .end_block_slider {
    bottom: -24%;
  }

  .list_default_left {
    top: -48%;
  }

  .list_top_lesson {
    top: 20%;
  }

  .cloud_image_header {
    width: 1380px;
    left: 50%;
    transform: translateX(-50%);
  }

  .less_object_left {
    top: 80%;
  }

  .less_object_right {
    width: 26vw;
    height: 18vw;
    z-index: -1;
  }

  .less_object_left {
    width: 26vw;
    height: 18vw;
    z-index: -1;
  }

  .nas_blog_list {
    top: 20%;
  }

  .section_form_submit_lesson {
    height: 640px;
  }
}

@media (max-width: 1350px) {
  .cart_pokyny_v_klube {
    height: 32vw;
  }
}

@media (max-width: 1280px) {
  .cart_pokyny_v_klube {
    height: 34vw;
  }

  .block_mail_image {
    top: 30%;
    right: 0;
    width: 304px;
    height: 335px;
    max-height: 30vw;
  }

  .title_form_submit {
    font-size: 28px;
    margin-bottom: 18px;
    padding: 50px 0 0 50px;
  }

  form.form {
    padding: 0 0 0 50px;
  }

  .form__left label input {
    padding: 18px;
  }

  button.form_submit {
    padding: 16px 26px;
  }

  .end_block_slider {
    bottom: -22%;
  }

  .intro_page {
    padding-top: 14vw;
  }

  .narodeninovych_slider-next {
    right: 0;
  }

  .narodeninovych_slider-prev {
    left: 12px;
  }

  .nas_blog_slider-prev,
  .ucitelia-slider-prev {
    left: -18px;
  }

  .nas_blog_slider-next,
  .ucitelia-slider-next {
    right: -18px;
  }

  .swiper-button-prev.main-slider-prev {
    left: -1%;
  }

  .swiper-button-next.main-slider-next {
    right: -1%;
  }

  .wrapper_title_and_button_slider {
    justify-content: space-around;
  }
}

@media (max-width: 1200px) {
  .cart_pokyny_v_klube {
    height: 34vw;
  }

  .text_cart_pokyny_v_klube {
    font-size: 14px;
  }

  .title_cart_pokyny_v_klube {
    font-size: 22px;
  }

  a.btn_cart_pokyny_v_klube {
    font-size: 12px;
  }

  .slider_pokyny_v_klube {
    height: 540px;
  }

  .title_odseku,
  .text_adseku {
    text-align: start;
  }

  .wrapper_text_content_vitajte_odseku {
    padding-left: 45px;
  }

  .container_footer {
    width: 420px;
  }

  .narodeniny_content_wrapper {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .a_more_info_narodeniny {
    width: 100%;
    text-align: center;
  }

  .more_info_narodeniny_wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 320px;
  }

  .list_top_left,
  .list_top_right {
    top: 60%;
  }

  .list_default_left {
    top: -42%;
  }

  .claudes_left {
    left: -40px;
    width: 60vw;
    height: 30vw;
    top: 10%;
  }

  .claudes_right {
    right: -40px;
    width: 60vw;
    height: 40vw;
    top: 10%;
  }

  .wrapper_cart_nasich_hodinach {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cart_nasich_hodinach {
    width: 550px;
    transform: perspective(800px) rotateY(-3deg) scale(0.99) rotate(0deg);
    filter: brightness(0.95);
    padding: 30px 20px 20px 20px;
    align-items: center;
  }

  .list_top_lesson {
    top: 40%;
  }

  .list_left_spec {
    position: absolute;
    bottom: 8vw;
    left: 13vw;
    z-index: -1;
  }

  .list_right_spec {
    position: absolute;
    bottom: 9vw;
    right: 13vw;
    z-index: -1;
  }

  .specialist_image_foto {
    width: 40vw;
    margin: 0 auto;
  }

  .list_left_less {
    position: absolute;
    bottom: -40px;
    left: 240px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -25px;
    right: 245px;
    z-index: -1;
  }

  .less_object_left {
    top: 80%;
  }
}

@media (max-width: 1199px) {
  .content_text_section_vitajte {
    width: 100%;
  }

  .content_image_section_vitajte {
    display: none;
  }

  .text_cart_pokyny_v_klube p {
    font-size: 15px;
  }

  .nas_blog_list {
    top: 30%;
  }
}

@media (max-width: 1187px) {
  .foto_ucitelia img {
    border-radius: 32px;
    max-height: 31vw;
    object-fit: cover;
  }

  .ucitelia_slider {
    height: 48vw;
  }

  .nas_blog_slide_text {
    top: -50px;
  }

  .nas_blog_slide_title {
    font-size: 20px;
    top: -60px;
  }

  .nas_blog_slide_text p {
    font-size: 14px;
  }

  .date_card {
    font-size: 14px;
  }
}

@media (max-width: 1163px) {
  .herecke_umenie_content {
    width: calc(60% - 20px);
  }
}

@media (max-width: 1150px) {
  .slider_pokyny_v_klube {
    height: 500px;
  }
}

@media (max-width: 1142px) {
  .foto_ucitelia img {
    max-height: 31vw;
  }
}

@media (max-width: 1132px) {
  .foto_ucitelia img {
    max-height: 30vw;
  }
}

@media (max-width: 1100px) {
  .slider_pokyny_v_klube {
    height: 480px;
  }

  .end_block_slider {
    bottom: -18%;
  }
      .workTabs_nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    scroll-behavior: smooth;

    /* Скрываем скроллбар, но оставляем функциональность */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE и Edge */
    justify-content: flex-start !important;
  }

  /* Скрываем скроллбар для Chrome/Safari/Opera */
  .workTabs_nav::-webkit-scrollbar {
    display: none;
  }

  .workTabs_nav .example-btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 1050px) {
  .slider_pokyny_v_klube {
    height: 460px;
  }

  .subtitle_section_ucitelia {
    width: 60%;
  }

  .nas_blog_slide_title {
    font-size: 18px;
    top: -55px;
  }

  .nas_blog_slide_text p {
    font-size: 12px;
  }

  .date_card {
    font-size: 12px;
  }

  .content_title_narodeniny {
    width: 70%;
  }

  .image_block_narodeniny {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .nav_menu {
    display: none;
  }

  .header_mob {
    display: block;
  }

  .header_burger {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 33px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 1;
  }

  .header_burger span {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    transition: all 0.5s;
    z-index: 1;
  }

  .header_burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translatex(3px);
  }

  .header_burger.active span:nth-child(2) {
    display: none;
  }

  .header_burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-5px) translatex(2px);
  }

  .header_mob_menu {
    width: 100%;
    height: auto;
    border-radius: 0 0 16px 16px;
    position: absolute;
    z-index: 10;
    transition: all 0.5s;
    right: 0px;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    overflow: hidden;
    opacity: 0;
    justify-content: center;
    top: 92.59px;
    background-color: #f6ede4;
    border-radius: 0 0 32px 32px;
  }

  .header_mob_menu.active {
    will-change: backdrop-filter;
    transform: translateX(0);
    overflow: visible;
    opacity: 1;
    z-index: 0;
    z-index: 101 !important;
  }

  .header_mob_img {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .header_mob_link {
    font-family: "notoReg", sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
    margin-left: 16px;
    transition: all 0.5s;
  }

  .header_mob_link:hover {
    color: var(--red);
  }

  .header_mob_soc {
    display: flex;
    gap: 5px;
    margin-left: 16px;
    margin-top: 20px;
  }

  .header_mob_soc a {
    width: 32px;
    height: 32px;
  }

  .header_mob_btn {
    font-family: "notoSemi", sans-serif;
    font-size: 16px;
    margin: 0 16px 16px;
    margin-top: auto;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--red);
    padding: 10px;
    text-align: center;
  }

  .nav_menu ul li a,
  .language {
    font-size: 22px;
  }

  .container_footer {
    width: 36vw;
  }

  .footer_nav_menu ul {
    gap: 20px;
  }

  .container_footer {
    bottom: 15%;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0 0 0;
    transition: all 0.3s ease;
    z-index: 100;
  }

  .wrapper_slide_title {
    z-index: 1;
    width: 100%;
    position: absolute;
    right: 0;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h2.subtitle_slide {
    width: 550px;
  }

  .block_mail_background_image {
    display: none;
  }

  .wrapper_form_submit {
    position: relative;
    background-color: #f6ede4;
    border-radius: 30px;
  }

  form.form {
    padding: 0 0 50px 50px;
  }

  .swiper-slide.fotogaleria_slide.swiper-slide-next {
    padding: 0 0 0 20px;
  }

  .end_block_slider {
    height: 300px;
  }

  .slider_pokyny_v_klube {
    height: 475px;
  }

  header#header .container {
    padding: 0 20px 0 0;
  }

  .nav_menu {
    display: none !important;
  }

  .dropdown_menu {
    display: none !important;
    flex-direction: column;
    gap: 8px !important;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 8px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .wrapper_nav_dropdown {
    display: flex;
    position: relative;
    justify-content: center;
  }

  li.nav_dropdown {
    margin: 0 auto;
  }

  .arrow_languages {
    position: absolute;
    right: -20px;
    padding: 3px 0px 0px 6px;
  }

  .arrow_languages.active {
    position: absolute;
    right: 42px;
    padding: 3px 0px 0px 6px;
  }

  .dropdown_menu li a {
    font-size: 18px;
    color: #4d9187;
  }

  .header_mob_menu.active {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block_mobile_icon {
    padding: 0 20px;
  }

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

  .lang_icon a {
    border: 1px solid;
    border-radius: 50px;
    padding: 5px;
  }

  .lang_icon div {
    border: 1px solid;
    border-radius: 50px;
    padding: 5px;
    font-size: 22px;
  }

  .lang_icon {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .lang_icon a.active {
    background: #25695f;
    color: white;
  }

  .lang_icon .active {
    background: #25695f;
    color: white;
  }

  .slider-nav-ucitelia-container {
    top: -28vw;
  }

  .slider-nav-container {
    top: -30vw;
  }
}

@media (max-width: 1023px) {
  .slider_pokyny_v_klube {
    height: 58vw;
  }

  .cart_pokyny_v_klube {
    height: 46vw;
  }

  .plachka {
    font-size: 12px;
  }

  .name_ucitelia {
    top: -22px;
    font-size: 22px;
  }

  .image_background_ucitelia {
    bottom: -2%;
  }

  .text_cart_pokyny_v_klube p {
    font-size: 16px;
  }

  .title_cart_pokyny_v_klube {
    top: -90px;
  }

  .text_cart_pokyny_v_klube {
    top: -70px;
  }

  .title_cart_pokyny_v_klube {
    font-size: 22px;
  }

  .date_card {
    font-size: 16px;
  }

  .video_wrapper_slider video {
    display: none;
  }

  .mainSlider {
    width: 100%;
    height: 85vw;
  }

  .mainSlider .swiper-slide {
    flex-direction: column;
  }

  .wrapper_slide_title {
    top: 0%;
    position: relative;
  }

  .slider_pokyny_v_klube {
    height: 60vw;
  }

  .list_default_left {
    top: -32%;
  }

  .herecke_umenie_image,
  .herecke_umenie_content {
    width: calc(60% - 20px);
  }

  .herecke_umenie_image {
    width: calc(40% - 20px);
  }

  .btn_feedback_intro {
    font-size: 20px;
    padding: 20px 24px;
  }

  .cloud_image_header {
    width: 120vw;
  }

  .cena_card {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }

  .vybrat_nas_klub_card_warpper {
    flex-direction: column;
    align-content: center;
  }

  .vybrat_nas_klub_card {
    width: 550px;
    border-radius: 30px;
    transform: perspective(800px) rotateY(-3deg) scale(0.99) rotate(0deg);
    filter: brightness(0.95);
  }

  .vybrat_nas_klub_card:nth-last-child(2) {
    width: 550px;
  }

  .vybrat_nas_klub_card:last-child {
    width: 550px;
  }

  .vybrat_nas_klub_number_card_img {
    position: absolute;
    top: -12%;
    right: -7%;
    width: 40%;
  }

  .cart_narodeninovych {
    overflow: hidden;
    transform: perspective(800px) rotateY(-8deg) scale(0.99) rotate(0deg);
    height: stretch;
  }

  .cart_narodeninovych_button {
    transform: perspective(800px) rotateY(-8deg) scale(0.99) rotate(0deg);
  }

  .cart_narodeninovych_image {
    width: 90%;
  }

  .list_left_spec {
    bottom: 10vw;
    left: 13vw;
  }

  .list_right_spec {
    bottom: 11vw;
    right: 10vw;
  }

  .list_left_less {
    position: absolute;
    bottom: -40px;
    left: 180px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -25px;
    right: 175px;
    z-index: -1;
  }

  .block_mobile_icon {
    padding: 0 20px;
    padding-top: 20px;
  }

  .slider-nav-ucitelia-container {
    top: -30vw;
  }

  .slider-nav-container {
    top: -39vw;
  }

  .nas_blog_list {
    top: 42%;
  }

  .herecke_umenie_content_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .herecke_umenie_two {
    margin-top: 0px;
  }

  section.vitajte_main {
    margin: 125px 0 0 0;
  }
  .section_ceny_lesson {
    margin-top: 80px;
  }
}

@media (max-width: 950px) {
  .title_cart_pokyny_v_klube {
    top: -75px;
  }

  .content_title_narodeniny {
    width: 100%;
  }

  .image_block_narodeniny {
    width: 100%;
  }

  .mainSlider {
    height: 92vw;
  }
}

@media (max-width: 920px) {
  .cena_card {
    width: calc(50% - 20px);
    margin-bottom: 25px;
  }
}

@media (max-width: 900px) {
  .mainSlider {
    height: 100vw;
  }
}

@media (max-width: 870px) {
  .title_cart_pokyny_v_klube {
    font-size: 18px;
  }

  .text_cart_pokyny_v_klube p {
    font-size: 12px;
  }

  .date_card {
    font-size: 12px;
  }

  .mainSlider .swiper-button-next {
    right: 14.7%;
    top: 60%;
  }

  .mainSlider .swiper-button-prev {
    left: 14.7%;
    top: 60%;
  }

  .nas_blog_content_cart_pokyny_v_klube {
    height: 90px;
    position: relative;
  }

  .date_card {
    bottom: 25px;
  }

  .nas_blog_back_image_content {
    bottom: 0%;
  }
}

@media (max-width: 859px) {
  .nas_blog_content_cart_pokyny_v_klube {
    height: 105px;
    position: relative;
  }
}

@media (max-width: 859px) {
  .ucitelia_slider {
    height: 70vw;
  }

  .foto_ucitelia img {
    max-height: 45vw;
  }

  .plachka {
    font-size: 16px;
  }

  .name_ucitelia {
    top: -22px;
    font-size: 24px;
  }

  a.btn_cart_ucitelia {
    font-size: 16px;
  }

  .image_background_ucitelia {
    bottom: -2%;
  }

  .title_cart_pokyny_v_klube {
    top: -66px;
  }

  .text_cart_pokyny_v_klube {
    top: -60px;
  }

  .nas_blog_slide_title {
    top: -58px;
  }

  .nas_blog_slide_text {
    top: -40px;
  }

  .pokyny_v_klube_prev {
    width: 45px !important;
    left: 0% !important;
  }

  .pokyny_v_klube_next {
    width: 45px !important;
    right: 0% !important;
  }

  .main_intro_title {
    font-size: 36px;
  }

  .specialist_name {
    font-size: 36px;
    transform: perspective(800px) rotateY(0deg) scale(0.99) rotate(0deg);
  }

  .specialist_name_wrapper {
    bottom: 88px;
  }

  .specialist_skills_wrapper {
    bottom: 80px;
  }

  .specialist_name {
    width: 360px;
    padding: 22px 0;
  }

  .list_left_spec {
    bottom: 13vw;
    left: 8vw;
  }

  .list_right_spec {
    bottom: 18vw;
    right: 8vw;
  }

  .list_left_less {
    position: absolute;
    bottom: -25px;
    left: 100px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -25px;
    right: 125px;
    z-index: -1;
  }

  .slider-nav-ucitelia-container {
    top: -45vw;
  }

  .big-main-slider-prev {
    left: 10%;
  }

  .big-main-slider-next {
    right: 10%;
  }
}

@media (max-width: 800px) {
  .container_footer {
    bottom: -35%;
  }

  .footer_nav_menu ul li a {
    font-size: 20px;
  }

  .container_footer {
    bottom: 25%;
  }

  .title_cart_pokyny_v_klube {
    top: -70px;
  }

  .nas_blog_slide_title {
    top: -45px;
  }

  .mainSlider {
    height: 110vw;
  }

}

@media (max-width: 768px) {
  .footer_nav_menu {
    margin-bottom: 30px;
  }

  .social_block {
    margin-bottom: 30px;
  }

  .container_footer {
    min-width: 340px;
  }

  .block_mail_image {
    right: -20px;
  }

  .cart_pokyny_v_klube {
    height: 45vw;
  }

  section.narodeniny {
    margin-top: 0px;
  }

  .mainSlider .swiper-button-next {
    right: 8%;
  }

  .mainSlider .swiper-button-prev {
    left: 8%;
  }

  .mainSlider {
    height: 120vw;
  }

  .list_top_left,
  .list_top_right {
    top: 58%;
    width: 38vw;
    height: 72vw;
  }

  .list_default_left {
    top: -48%;
    width: 40vw;
    height: 76vw;
  }

  .claudes_left,
  .claudes_right {
    top: 15%;
  }

  .h2_title_intro {
    font-size: 36px;
  }

  .list_top_lesson {
    top: 0%;
  }

  .cloud_image_header {
    width: 100%;
  }

  .cena_card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }


  .less_image_foto {
    width: 260px;
    margin: 0 auto;
  }

  .list_left_less {
    position: absolute;
    bottom: -10px;
    left: 85px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -10px;
    right: 84px;
    z-index: -1;
  }

  .less_object_right {
    width: 26vw;
    height: 18vw;
    z-index: -1;
  }

  .less_object_left {
    width: 26vw;
    height: 18vw;
    z-index: -1;
    top: 80%;
  }

  .slider-nav-ucitelia-container {
    top: -340px;
  }

  .slider-nav-container {
    top: -330px;
  }

  .nas_blog_list {
    top: 38%;
  }

  .content h2 {
    font-size: 36px;
  }

  .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .title_form_submit {
    padding: 50px 25px 0 25px;
  }

  form.form {
    padding: 0 0 40px 25px;
  }

  .slider_pokyny_v_klube {
    height: 84vw;
  }

  .cart_pokyny_v_klube {
    height: 67vw;
  }

  .title_slide {
    font-size: 50px;
  }

  .title_section_vitajte,
  .gallery_title,
  .title_section_narodeniny,
  .title_section_ucitelia,
  .title_section_pokyny_v_klube {
    font-size: 36px;
  }

  .plachka {
    font-size: 12px;
  }

  .name_ucitelia {
    top: -22px;
    font-size: 22px;
  }

  a.btn_cart_ucitelia {
    font-size: 15px;
  }

  .image_background_ucitelia {
    bottom: -2%;
  }

  .subtitle_section_ucitelia {
    width: 70%;
  }

  .fotogaleria-wrapper {
    height: 360px;
  }

  .logo_footer {
    width: 200px;
    height: 200px;
    margin-bottom: 0px;
  }

  .nas_blog_slider {
    height: 72vw;
  }

  .slider_pokyny_v_klube {
    height: 90vw;
  }

  .list_default_left {
    top: -35%;
  }

  .subtitle_section_narodeniny {
    width: 90%;
  }

  .birthday_block_deti {
    width: 90%;
  }

  .specialist_image_foto {
    width: 320px;
  }

  .work_skill_inner {
    width: auto;
    margin: 0 auto;
  }

  .workSpec_nav {
    padding-left: 20px;
  }

  .spec_list_object {
    top: 30%;
  }

  .less_object_left,
  .less_object_right {
    display: none;
  }

  .cloud_narode,
  .little_cloud_narode {
    display: none;
  }

  .nas_blog_slide_title {
    top: -95px;
    font-size: 3.2vw;
  }

  .nas_blog_slide_text {
    top: -85px;
  }

  .nas_blog_slide_text p {
    font-size: 2.5vw;
  }

  .date_card {
    font-size: 14px;
    bottom: 35px;
  }

  .slider-nav-ucitelia-container {
    top: -45vw;
  }

  .slider-nav-container {
    top: -58vw;
  }
}

@media (max-width: 700px) {
  .block_mail_image_mob {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 6;
    top: -12%;
    transform: translate(-50%);
    right: 0;
    width: 160px;
    height: 140px;
  }

  .block_mail_image {
    display: none;
  }

  form.form {
    width: 100%;
    padding: 0 25px 40px 25px;
  }

  .title_form_submit {
    padding: 70px 25px 0 25px;
  }

  .title_form_submit {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }

  .nas_blog_slider {
    height: 74vw;
  }

  .mainSlider {
    height: 130vw;
  }

  .claudes_left,
  .claudes_right {
    display: none;
  }

  .herecke_umenie_image,
  .herecke_umenie_content {
    width: 100%;
  }

  .herecke_umenie_content_wrapper {
    gap: 10px;
    flex-direction: column-reverse;
    position: relative;
  }

  .btn_feedback_intro {
    width: 100%;
    text-align: center;
  }

  .btn_feedback_intro_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .herecke_umenie_content p {
    margin-bottom: 0px;
  }

  .main_intro_title {
    text-align: center;
  }

  .breadcumbs_wrapper {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    justify-content: flex-start;
  }

  .image_cart_nasich_hodinah_child {
    padding-top: 0;
  }

  .image_cart_nasich_hodinah_child_image {
    position: relative;
    bottom: 0px;
  }

  .cart_nasich_hodinach {
    padding: 0px 20px 20px 20px;
  }

  .list_top_lesson {
    top: 45%;
  }

  .title_nas_blog {
    bottom: 65px;
  }

  .section_ceny {
    margin-top: 80px;
  }
}

@media (max-width: 650px) {
  .nas_blog_slider {
    height: 80vw;
  }

  .mainSlider {
    height: 160vw;
  }

  .list_top_left,
  .list_top_right {
    top: 75%;
  }

  .list_default_left {
    top: -35%;
  }

  .list_top_lesson {
    top: 50%;
  }

  .vybrat_nas_klub_card {
    width: 90%;
    border-radius: 30px;
    padding: 30px 25px 25px 25px;
    margin: 0 0 50px 0;
  }

  .vybrat_nas_klub_card:nth-last-child(2) {
    width: 90%;
  }

  .vybrat_nas_klub_card:last-child {
    width: 90%;
  }

  .vybrat_nas_klub_number_card_img {
    position: absolute;
    top: -12%;
    right: -7%;
    width: 40%;
  }

  .list_left_spec {
    bottom: 16vw;
    left: 0vw;
    width: 50vw;
  }

  .list_right_spec {
    bottom: 27vw;
    right: 0vw;
    width: 31vw;
  }

  .spec_list_object {
    top: 40%;
  }

  .list_left_less {
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -25px;
    right: 30px;
    z-index: -1;
  }

  .nas_blog_content_cart_pokyny_v_klube {
    height: 90px;
  }

  section.vitajte_main {
    margin: 150px 0 0 0;
  }
}

@media (max-width: 600px) {
  .name_ucitelia {
    top: -16px;
    font-size: 22px;
  }

  .foto_ucitelia img {
    max-height: 44vw;
  }

  .swiper-slide.fotogaleria_slide.swiper-slide-next {
    padding: 0 0 0 20px;
  }

  .gallery_title {
    margin-bottom: 0px;
  }

  .fotogaleria-swiper-button-prev,
  .fotogaleria-swiper-button-next {
    display: none;
  }

  .wrapper_title_and_button_slider {
    justify-content: center;
  }

  .cart_nasich_hodinach {
    width: 100%;
  }

  .content_cart_nasich_hodinach {
    width: 100%;
  }

  .image_cart_nasich_hodinach {
    width: 100%;
  }

  .image_cart_nasich_hodinah_child_image {
    width: 100%;
  }

  .cart_nasich_hodinach {
    flex-direction: column;
  }

  .image_cart_nasich_hodinah_child_image {
    width: 50%;
  }

  .image_cart_nasich_hodinah_child_image {
    left: 0px;
  }

  .image_cart_nasich_hodinah_child {
    display: flex;
    justify-content: center;
  }

  .cart_nasich_hodinach {
    padding: 20px 20px 10px 20px;
  }

  .cloud_lesson_block {
    display: block;
    position: absolute;
    bottom: -125px;
    width: 100%;
  }

  img.cloud_form_feedback {
    width: 90vw;
    height: 62vw;
    top: 15%;
  }

  section.herecke_umenie {
    height: 108vw;
  }

  section.lesson_item_section {
    height: auto;
  }

  .nas_blog_content_cart_pokyny_v_klube {
    height: 65px;
  }
  .section_ceny_lesson {
    margin-top: 80px;
  }
}

@media (max-width: 580px) {
  .nas_blog_slider {
    height: 78vw;
  }

  .mainSlider .swiper-button-next {
    right: 6%;
  }

  .mainSlider .swiper-button-prev {
    left: 6%;
  }

  .mainSlider .swiper-button-prev,
  .mainSlider .swiper-button-next {
    width: 37px;
    height: 40px;
  }

  .title_slide {
    font-size: 40px;
  }

  .subtitle_slide {
    width: 80% !important;
    font-size: 20px;
  }

  .wrapper_slide_title {
    gap: 10px;
  }

  .vybrat_nas_klub_number_card_number,
  .vybrat_nas_klub_card:last-child .vybrat_nas_klub_number_card_wrapper {
    display: none;
  }

  .vybrat_nas_klub_card:last-child .vybrat_nas_klub_card_content {
    width: 100%;
  }

  .vybrat_nas_klub_card,
  .vybrat_nas_klub_card:nth-last-child(2),
  .vybrat_nas_klub_card:last-child {
    width: 100%;
  }

  .vybrat_nas_klub_card {
    margin: 0 0 20px 0;
    padding: 20px;
  }
}

@media (max-width: 549px) {
  .image_background_ucitelia {
    display: none;
  }

  .name_ucitelia {
    top: 0;
  }

  .wrapper_name_ucitelia {
    background-color: #f6ede4;
    position: relative;
    top: -42px;
    padding: 26px;
    border-radius: 24px;
  }

  .foto_ucitelia img {
    max-height: 82vw;
  }

  .ucitelia_slider {
    height: 120vw;
  }

  a.btn_cart_ucitelia {
    bottom: -4%;
  }

  .cena_card {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }

  .wrapper_ceny_cards {
    justify-content: space-around;
  }

  .main_intro_title {
    font-size: 28px;
  }
}

@media (max-width: 539px) {
  .back_image_content {
    display: none;
  }

  /* .title_cart_pokyny_v_klube {
        position: unset;
    }
    .text_cart_pokyny_v_klube {
        position: unset;
    } */
  .slider_pokyny_v_klube {
    height: 140vw;
  }

  .cart_pokyny_v_klube {
    height: 115vw;
  }

  .content_cart_pokyny_v_klube {
    background: #f6ede4;
    border-radius: 64px;
    position: relative;
    top: -26%;
    padding: 10px;
    height: 42vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .title_cart_pokyny_v_klube {
    font-size: 24px;
  }

  .title_cart_pokyny_v_klube {
    top: -25px;
  }

  .text_cart_pokyny_v_klube {
    top: -15px;
  }

  .text_cart_pokyny_v_klube {
    font-size: 16px;
  }

  .nas_blog_slider {
    height: 138vw;
  }

  .text_cart_pokyny_v_klube p {
    font-size: 16px;
  }

  .date_card {
    font-size: 16px;
  }

  .date_card {
    position: relative;
    bottom: 0;
    text-align: center;
  }

  .list_default_left {
    top: -23%;
  }

  .specialist_image_foto {
    width: 250px;
  }

  .list_left_spec {
    bottom: 21vw;
    left: 0vw;
    width: 50vw;
  }

  .list_right_spec {
    bottom: 33vw;
    right: 0vw;
    width: 31vw;
  }

  .specialist_name {
    font-size: 28px;
  }

  .specialist_skill {
    font-size: 15px;
  }

  .specialist_name_wrapper {
    bottom: 78px;
  }

  .specialist_skills_wrapper {
    bottom: 70px;
  }

  .list_left_less {
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -25px;
    right: 30px;
    z-index: -1;
  }

  .nas_blog_slide_title {
    top: -45vw;
    font-size: 5.2vw;
  }

  .nas_blog_slide_text {
    top: -40vw;
  }

  .nas_blog_slide_text p {
    font-size: 4.2vw;
  }

  .date_card {
    bottom: 80px;
    font-size: 14px;
  }

  .slider-nav-container {
    top: -70vw;
  }

  .slider-nav-ucitelia-container {
    top: -70vw;
  }

  .section_form_submit_lesson {
    height: auto;
  }

  .nas_blog_list {
    top: 60%;
  }
}

@media (max-width: 500px) {
  .container_footer {
    bottom: 25%;
  }

  .title_section_pokyny_v_klube {
    font-size: 38px;
  }

  .title_odseku {
    text-align: start;
  }

  .text_adseku {
    display: none;
  }

  ul.vitajte_odseku {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .wrapper_marker_vitajte_odseku {
    width: 38px;
    height: 40px;
  }

  .wrapper_text_content_vitajte_odseku {
    padding-left: 55px;
  }

  .video_wrapper video {
    display: none;
  }

  .video_wrapper img {
    display: none;
  }

  .list_default_left {
    top: -62%;
    top: 115%;
    z-index: 4;
    width: 40vw;
    height: 75vw;
  }

  .desk_img_footer {
    display: block !important;
  }

  .logo {
    width: 100px;
  }

  .cloud_image_header {
    width: 140vw;
  }

  section.herecke_umenie {
    height: 120vw;
  }

  .header_mob_menu {
    top: 57.59px;
  }

  .cena_card {
    border-radius: 20px;
  }

  .title_cena_card {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .lesson_period {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .price_cena_card {
    font-size: 24px;
  }

  section.specialist_section {
    height: 90vw;
  }

  .breadcrumbs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }

  section.lesson_item_section {
    height: auto;
  }

  .big-main-slider-prev {
    left: 3%;
  }

  .big-main-slider-next {
    right: 3%;
  }
}

@media (max-width: 450px) {
  .header_mob_menu {
    width: 100%;
    height: auto;
  }

  button.form_submit {
    width: 100%;
  }

  .block_mail_image_mob {
    top: -12%;
  }

  .subtitle_section_ucitelia {
    width: 88%;
  }

  .mainSlider {
    height: 175vw;
  }

  .btn_feedback {
    font-size: 20px;
    width: 90%;
    text-align: center;
  }

  .end_block_slider {
    height: 370px;
  }

  .list_top_left,
  .list_top_right {
    top: 86%;
    width: 40vw;
    height: 75vw;
  }

  .list_default_left {
    top: 126%;
    z-index: 4;
    width: 28vw;
    height: 56vw;
  }

  .list_top_lesson {
    top: 56%;
  }

  section.herecke_umenie {
    height: 130vw;
  }

  .cena_card {
    margin-bottom: 15px;
  }

  .list_left_spec {
    bottom: 24vw;
    left: -4vw;
    width: 50vw;
  }

  .list_right_spec {
    bottom: 36vw;
    right: -3vw;
    width: 31vw;
  }

  .spec_list_object {
    display: none;
  }

  section.herecke_umenie {
    height: 90vw;
  }

  .workSpec_nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list_left_less {
    position: absolute;
    bottom: -32px;
    left: -15px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 42vw;
  }

  .nas_blog_slide_title {
    top: -40vw;
    font-size: 6.2vw;
  }

  .nas_blog_slide_text {
    top: -35vw;
  }

  .nas_blog_slide_text p {
    font-size: 4.2vw;
  }

  .date_card {
    bottom: 85px;
    font-size: 14px;
  }

  .narodeninovych_slider-prev {
    left: 3px;
  }

  .slider_nas_blog_container {
    top: -325px;
  }

  section.lesson_item_section {
    height: auto;
  }

  .section_form_submit {
    padding-top: 50px;
  }

  .na_nasich_hodinach {
    margin-top: 135px;
  }

  .wrapper_cart_nasich_hodinach {
    margin-top: 30px;
  }

  section.pokyny_v_klube {
    margin-top: 50px;
  }

  .slider_pokyny_v_klube {
    height: 128vw;
  }

  .title_nas_blog {
    bottom: 30px;
  }

  .section_form_submit {
    height: 650px;
  }

  .section_form_submit_main {
    padding-top: 80px;
    height: 580px;
  }

  .intro_page,
  section.vitajte {
    padding-top: 12vw;
  }

  section.vitajte_main {
    margin: 125px 0 0 0;
    padding: 0;
  }

  .leson_item_text_section {
    margin-top: 40px;
  }

  section.fotogaleria_section {
    margin-top: 50px;
  }

  .section_form_submit_lesson {
    height: auto;
  }

  .title_nas_blog_lesson {
    bottom: 55px;
  }
}

@media (max-width: 448px) {
  .section_ceny {
    margin-top: 160px;
  }
}

@media (max-width: 430px) {
  .list_default_left {
    top: 128%;
    z-index: 4;
    width: 28vw;
    height: 56vw;
  }
}

@media (max-width: 420px) {
  .slider_pokyny_v_klube {
    height: 145vw;
  }

  .wrapper_name_ucitelia {
    top: -45px;
    padding: 22px;
  }

  .subtitle_slide {
    width: 90% !important;
  }

  .list_left_spec {
    bottom: 24vw;
    left: -4vw;
    width: 50vw;
  }

  .list_left_spec {
    bottom: 25vw;
    left: -5vw;
    width: 52vw;
  }

  .list_left_less {
    position: absolute;
    bottom: -32px;
    left: -15px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 42vw;
  }
}

@media (max-width: 400px) {
  .ucitelia_slider {
    height: 125vw;
  }

  .subtitle_section_ucitelia {
    width: 100%;
  }

  .content_cart_pokyny_v_klube {
    gap: 0px;
  }

  .title_cart_pokyny_v_klube {
    font-size: 20px;
  }

  .text_cart_pokyny_v_klube p {
    font-size: 14px;
  }

  .date_card {
    font-size: 14px;
  }

  .mainSlider {
    height: 190vw;
  }

  .list_default_left {
    top: 132%;
    z-index: 4;
    width: 28vw;
    height: 56vw;
  }

  .list_top_lesson {
    top: 60%;
  }

  .specialist_image_foto {
    width: 200px;
  }

  .list_left_spec {
    bottom: 23vw;
    left: -4vw;
    width: 47vw;
  }

  .list_right_spec {
    bottom: 27vw;
    right: -6vw;
    width: 40vw;
  }

  .specialist_name {
    width: 360px;
    padding: 16px 0;
  }

  .specialist_skills_wrapper {
    bottom: 32px;
  }

  .specialist_name_wrapper {
    bottom: 42px;
  }

  .specialist_skills_wrapper {
    gap: 5px;
    flex-wrap: wrap;
  }

  .list_left_less {
    position: absolute;
    bottom: -32px;
    left: -15px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 42vw;
  }

  section.vitajte_main {
    margin: 80px 0 0 0;
    padding: 0;
  }
}

@media (max-width: 385px) {
  .list_right_spec {
    bottom: 40vw;
    right: -6vw;
    width: 40vw;
  }

  .list_left_spec {
    bottom: 36vw;
    left: -4vw;
    width: 47vw;
  }

  .specialist_name {
    font-size: 24px;
  }

  section.herecke_umenie {
    height: 100vw;
  }

  .list_left_less {
    position: absolute;
    bottom: -32px;
    left: -15px;
    z-index: -1;
  }

  .list_right_less {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: 42vw;
  }

  section.lesson_item_section {
    height: auto;
  }
}

@media (max-width: 380px) {
  img.cloud_form_feedback {
    top: 25%;
  }

  .cena_card {
    margin-bottom: 10px;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}



.blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 920px) {
  .blog {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 600px) {
  .blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media screen and (max-width: 375px) {
  .blog {
    gap: 5px 10px;
  }
}

.blog__item {
  position: relative;
  height: 100%;
}

a.blog__itemLink {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog__itemLinkImg {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 375px) {
  .blog__itemLinkImg {
    border-radius: 24px 24px 0 0;
  }
}

.blog__itemLinkImg img {
  display: block;
  width: 100%;
}

.blog__itemContent {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px;
  margin-top: -100px;
  position: relative;
  flex: 1;
}

@media screen and (max-width: 1140px) {
  .blog__itemContent {
    padding: 22px 10px 15px 10px;
    margin-top: -80px;
  }
}

@media screen and (max-width: 600px) {
  .blog__itemContent {
    margin-top: -40px;
  }
}

@media screen and (max-width: 360px) {
  .blog__itemContent {
    /* padding: 10px 8px 10px 6px; */
    margin-top: -30px;
  }
}

.blog__itemContentBg {
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  left: -3px;
  z-index: 0;
  background-color: #f6ede4;
  /* Цвет заливки */
  -webkit-mask-image: var(--svg-background);
  mask-image: var(--svg-background);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.blog__itemContentTitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #25695f;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .blog__itemContentTitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  .blog__itemContentTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  .blog__itemContentTitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.blog__itemContentDesc {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #404040;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .blog__itemContentDesc {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 430px) {
  .blog__itemContentDesc {
    font-size: 14px;
  }
}

.blog__itemContentdate {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #404040;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .blog__itemContentdate {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .blog__itemContentdate {
    font-size: 14px;
  }
}

.blog__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 100;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .blog__pagination {
    margin-top: 20px;
    gap: 10px;
  }
}

.blog__pagination a {
  font-size: 26px;
  color: #b1b560;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6ede4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .blog__pagination a {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 430px) {
  .blog__pagination a {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}

.blog__pagination a:hover {
  color: #13534a;
}

.blog__pagination span {
  font-size: 26px;
  color: #e98d68;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6ede4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

@media screen and (max-width: 600px) {
  .blog__pagination span {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 430px) {
  .blog__pagination span {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}

.filter-btn {
  cursor: pointer;
}

.filter-btn.active {
  background-color: #25695f;
  border: 1px solid #25695f;
  color: #effffd;
}

.flyForm__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.flyForm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flyForm__inner {
  display: flex;
  flex-direction: column;
  background-color: #f6ede4;
  border-radius: 50px;
  padding: 35px 50px 25px;
  position: relative;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 600px) {
  .flyForm__inner {
    width: 90%;
    max-width: unset;
    padding: 20px 30px 15px;
    border-radius: 30px;
  }
}

.fliForm__close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 32px;
  line-height: 1;
  /* font-family: "DynaPuff"; */
  color: #13534a;
  cursor: pointer;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .fliForm__close {
    top: 10px;
    right: 15px;
    font-size: 26px;
  }
}

.fliForm__close:hover {
  color: #cb8b8f;
}

.flyForm__inner form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flyForm__title {
  /* font-family: "DynaPuff"; */
  text-transform: uppercase;
  font-size: 32px;
  color: #13534a;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 600px) {
  .flyForm__title {
    font-size: 24px;
    margin-bottom: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 430px) {
  .flyForm__title {
    font-size: 20px;
  }
  .slider-nav-container {
    top: -85vw;
  }
}

.flyForm input {
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  border: 1px solid transparent;
  color: #aeaeae;
}

.flyForm input[type="text"] {
  color: #aeaeae;
}

@media (max-width: 600px) {
  .flyForm input {
    padding: 10px;
    border-radius: 10px;
  }
}

.flyForm button {
  background: #b7777b;
  color: #ffeaec;
  padding: 20px 32px;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .flyForm button {
    padding: 10px 32px;
  }
}

.flyForm button:hover {
  background: #cb8b8f;
  color: #ffeaec;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

.animationBaretsky1 {
  animation-name: slide-info;
}

@keyframes slide-info {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.stop {
  overflow: hidden;
  padding-right: 16px;
}

.herecke_umenie_lesson {
    height:auto !important;
}

@media (max-width: 768px) {
  .stop {
    padding-right: 0;
  }
}