* {
    font-family: 'Raleway';
    font-style: normal;
    color: #121212;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url("/wp-content/uploads/2024/05/body_bg.png");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
}

.post, .page {
    margin: 0;
    padding: 0;
}

ul, li, ol, p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    color: #121212;
    cursor: pointer;
}

.add-read-more {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.main_button {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #682E94;
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 22px 11px;
    border: 1px solid #682E94;
    border-radius: 10px;
	z-index: 0;
}

.main_button:hover {
    background-color: #682E94;
    color: #fff;
}

.e-animation {
    /* Скроем элемент в начальном состоянии */
    opacity: 0;
    transform: translateY(50px);
}

.e-animation.e-show {
    opacity: 1;
    transition: all .75s;
    transform: translateY(0%);
}

/*---HEADER---*/

header {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 12px 0 13px;
}

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

.hamburger-menu .overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.4s;
    background-color: #7F7F7F;
    background-image: url("/wp-content/uploads/2024/05/menu_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.hamburger-menu .overlay-open {
    height: 100%;
}

.hamburger-menu .overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hamburger-menu .menu-list {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
}

.hamburger-menu .menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.hamburger-menu .menu-list .menu_item ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.hamburger-menu .menu-list .menu_item ul li {
    text-align: center;
}

.hamburger-menu .menu-list .menu_item ul a {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

.hamburger-menu .menu-list .menu_item ul a:hover {
    color: #FFDF63;
}

.hamburger-menu .menu-list .menu_item ul.main_banner-socials {
    flex-direction: row;
}

.hamburger-menu .menu-list .menu_item ul.main_banner-socials button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.hamburger-menu .menu-list .menu_item ul.main_banner-socials a {
    display: flex;
    width: 50px;
    height: 50px;
}

.hamburger-menu .menu-list .menu_item ul.main_banner-socials button:hover svg path,
.hamburger-menu .menu-list .menu_item ul.main_banner-socials a:hover svg path {
    fill: #FFDF63;
}

.hamburger-menu .menu-list .menu_item ul.main_banner-socials button:hover circle,
.hamburger-menu .menu-list .menu_item ul.main_banner-socials a:hover circle {
    stroke: #FFDF63;
}

.hamburger-menu .menu-list .menu_item ul.header_item-feedback li {
    border: 2px solid #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    margin: 0 auto;
}

.hamburger-menu .menu-list .menu_item ul.header_item-feedback li:hover {
    background-color: rgba(255, 255, 255, .2);
}

a.btn-primary {
  background-color: #ffdf63;
  color: black !important;
  border-radius: 16px;
  width: 200px;
  padding: 10px 32px;
  font-size: 18px;
    text-align: center;
    position: unset;
}

.hamburger-menu .menu-list .menu_item ul.header_item-feedback .button {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Comfortaa';
    padding: 11px 5px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #ffffff;
    outline: transparent;
}

.hamburger-menu .open-close-btn {
    position: relative;
    left: 5px;
    text-decoration: none;
    z-index: 10;
}

body.body-hidden {
    overflow: hidden;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 40px;
    row-gap: 40px;
    column-gap: 40px;
}

.lang-switcher {
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 8px 11px;
}

.lang-switcher .current-lang a,
.lang-switcher a:hover {
    color: #ffffff;
}

.lang-switcher a {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: lowercase;
    color: #121212;
    padding: 5px;

}

@media screen and (max-height: 479px) {
    .hamburger-menu .overlay {
        overflow-y: auto;
    }
}

/* Hamburger Icon */
.hamburger-menu #hamburger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*-webkit-transition: .5s ease-in-out;*/
    /*-moz-transition: .5s ease-in-out;*/
    /*-o-transition: .5s ease-in-out;*/
    /*transition: .5s ease-in-out;*/
    cursor: pointer;
    outline: transparent;
    position: relative;
}

.hamburger-menu #hamburger-icon span {
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 36px;
    background-color: #ffffff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*-webkit-transition: .25s ease-in-out;*/
    /*-moz-transition: .25s ease-in-out;*/
    /*-o-transition: .25s ease-in-out;*/
    /*transition: .25s ease-in-out;*/
}

.hamburger-menu #hamburger-icon.hamburger-open:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -7px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: -1;
}

/* Hamburger Lines  */

.hamburger-menu #hamburger-icon span:nth-child(1) {
    top: 13px;
}

.hamburger-menu #hamburger-icon span:nth-child(2), .hamburger-menu #hamburger-icon span:nth-child(3) {
    top: 23px;
}

.hamburger-menu #hamburger-icon span:nth-child(4) {
    top: 33px;
}

.hamburger-menu #hamburger-icon.hamburger-open span {
    background: #121212;
    /* margin-left: 2%; */
}

.hamburger-menu #hamburger-icon.hamburger-open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.hamburger-menu #hamburger-icon.hamburger-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-menu #hamburger-icon.hamburger-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu #hamburger-icon.hamburger-open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*---HEADER---*/

/*---MAIN-PAGE---*/

.main_banner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 460px;
    height: 100vh;
}

.main_banner-video-container {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
}

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

a.btn-primary__banner {
    background-color: #ffdf63;
    color: #fff !important;
    border-radius: 16px;
    width: 400px;
    padding: 10px;
    font-size: 25px;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 9999;
}

/*.main_banner-video-container::after {*/
    /*content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.25);*/
/*}*/

.main_banner .main_banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_banner .main_banner-title {
    font-family: 'Comfortaa';
    font-weight: 400;
    font-size: 64px;
    line-height: 71px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

/*.page-template-tamplate_team .main_banner .main_banner-title {*/
/*    display: none;*/
/*}*/

.hero-video {
  position: relative;
  width: 100%;
  height: 100vh; /* или нужная высота */
  overflow: hidden;
}

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

.hero-video, .main_video-title  {
  position: absolute;
  top: 50%;       /* центрируем по вертикали */
  left: 50%;  
  bottom: -50%;
  transform: translate(-50%, -50%);
  color: white;   /* чтобы текст был виден на видео */
  /*font-family: 'Comfortaa'; */
  /*text-transform: uppercase;*/
  /*font-weight: 400;*/
  /*font-size: 64px;*/
  /*text-align: center;*/
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 160px;
  font-family: 'artscripttygra';
  line-height: 150px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}

.main_banner .main_banner-socials {
    position: absolute;
    bottom: 50px;
    right: 130px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
}

.main_banner .main_banner-socials li {
    display: flex;
}

.main_banner .main_banner-socials a {
    display: flex;
    width: 50px;
    height: 50px;
}

.main_banner .main_banner-socials button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.main_banner .main_banner-socials a svg,
.main_banner .main_banner-socials button svg {
    width: 100%;
    height: 100%;
}

.main_banner .main_banner-socials button:hover svg path,
.main_banner .main_banner-socials a:hover svg path {
    fill: #FFDF63;
}

.main_banner .main_banner-socials button:hover circle,
.main_banner .main_banner-socials a:hover circle {
    stroke: #FFDF63;
}

.main_banner.big_main_banner {
    max-height: 800px;
    height: 100vh;
}

.main_banner.big_main_banner .main_banner-swiper {
    width: 100%;
    max-height: 800px;
    height: 100%;
    margin: auto;
}

.main_banner.big_main_banner .main_banner-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    background-size: cover;
    background-position: center;
    position: relative;
}


.main_banner.big_main_banner .main_banner-swiper .swiper-slide .main_button {
    border-color: #fff;
    color: #fff;
    padding: 15px 30px 16px;
}

.main_banner.big_main_banner .main_banner-swiper .swiper-slide .main_button:hover {
    border-color: #682E94;
}

.swiper-button-next.main_banner-next, .swiper-button-prev.main_banner-prev {
    color: #682E94;
    z-index: 1;
}

.home .main_banner.big_main_banner .main_banner-content {
    gap: 90px;
}

.home .main_banner.big_main_banner .main_banner-title {
    text-align: center;
    color: #ffffff;
    font-size: 200px;
    font-family: 'artscripttygra';
    line-height: 150px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-table;
	margin: 0;
}

.home .main_banner.big_main_banner .main_banner-subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0.08em;
    font-family: 'Raleway';
    font-weight: 900;
}

.kindergarten_section {
    padding: 150px 0;
}

.kindergarten_section .more_detail {
    font-size: 20px;
}

.main_section {
    padding-bottom: 150px;
}

.kindergarten_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kindergarten_item:not(:last-of-type) {
    margin-bottom: 150px;
}

.kindergarten_item .kindergarten_item-img .kindergarten_item-img_box {
    width: 100%;
    max-width: 493px;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.kindergarten_item .kindergarten_item-img .kindergarten_item-img_box:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.kindergarten_item .kindergarten_item-img .kindergarten_item-img_box img {
    transition: .3s;
}

.more_detail {
    color: #682E94;
    font-family: 'Comfortaa';
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 25px auto;
    width: fit-content;
    transition: .3s;
    background: transparent;
    border: none;
}

.more_detail:hover {
    color: #682E94;
    transform: scale(.9);
    transition: .3s;
}

.kindergarten_item .kindergarten_item-content {
    width: 100%;
    max-width: 594px;
    position: relative;
    z-index: 0;
}

.kindergarten_item-left .kindergarten_item-text .more_detail {
    color: #ffffff;
    text-decoration: underline;
}

.main-title {
    color: #682E94;
    font-family: 'Comfortaa';
    font-weight: 900;
    letter-spacing: 0.03em;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 68px;
}

.kindergarten_item .kindergarten_item-content .main-title {
    margin-bottom: 24px;
}

.kindergarten_item-left .kindergarten_item-content .main-title {
    text-align: right;
}

.kindergarten_item .kindergarten_item-content .kindergarten_item-text {
    border-radius: 40px;
    padding: 33px 50px;
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.kindergarten_item .kindergarten_item-content .kindergarten_item-text h4 {
    font-size: 21px;
    color: #ffffff;
    text-align: left;
}

.kindergarten_item-right .kindergarten_item-content .kindergarten_item-text {
    padding-right: 135px;
    background-color: #735FF2;
}

.kindergarten_item-left .kindergarten_item-content .kindergarten_item-text {
    padding-left: 135px;
    background-color: #A555B8;
    left: 45px;
}

.kindergarten_item-left .kindergarten_item-content .kindergarten_item-text .more_detail {
    margin: 25px auto 0;
}

.kindergarten_item-right .kindergarten_item-content,
.kindergarten_item-left .kindergarten_item-img {
    left: 45px;
    position: relative;
}

.kindergarten_item-left .kindergarten_item-content,
.kindergarten_item-right .kindergarten_item-img {
    right: 40px;
    position: relative;
}

.kindergarten_item-left .kindergarten_item-img {
    z-index: 1;
}

.swiper {
    z-index: 0 !important;
}

.swiper .swiper-slide_img-box {
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    overflow: hidden;
    margin-bottom: 20px;
}

.swiper-slide_img-box:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.swiper-slide_img-box img {
    transition: .3s;
}

.swiper.main_swiper {
    padding: 0 15px 25px;
}

.swiper.main_swiper img {
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-nav {
    max-width: 225px;
    margin: 25px auto 0;
    position: relative;
}

.swiper-nav .swipe {
    display: none;
    width: fit-content;
    margin: 0 auto;
}

.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
    width: 61px;
}

.swiper-nav .swiper-button-next:after,
.swiper-nav .swiper-button-prev:after {
    content: '';
}

.swiper.progress_schoolchildren .swiper-slide_img-box {
    height: 350px;
}

.progress_schoolchildren .progress_schoolchildren_info p:first-of-type {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 10px;
}

.progress_schoolchildren .progress_schoolchildren_info p:last-of-type {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}

.gallery_section .swiper-slide img {
    height: 250px;
    object-fit: cover;
}

.tour_section {
    padding-bottom: 150px;
}

.tour_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.tour_main .ipanorama {
    height: 600px !important;
}

.tour_section .quote {
    font-family: 'Comfortaa';
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    font-style: italic;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: center;
}

.gooders_section {
    background-color: #FFDF63;
    padding: 68px 0;
    margin-bottom: 60px;
}

.gooders_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gooders_item .gooders_item-img {
    width: 100%;
    max-width: 493px;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 40px;
    left: 40px;
}

.gooders_item .gooders_item-img img {
    transition: .3s;
}

.gooders_item .gooders_item-img:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.gooders_item .gooders_item-content {
    position: relative;
    right: 45px;
}

.gooders_item .gooders_item-text {
    background-color: #FFFFFF;
    max-width: 594px;
    border-radius: 40px;
    padding: 33px 50px 33px 135px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.gooders_item .more_detail {
    margin: 25px auto 0;
    width: fit-content;
}

.edaybook_section {
    background-color: #87BD7A;
}

.edaybook_section .main-title {
    color: #FFDF63;
}

.main_news_section .main_button {
    margin-top: 55px;
}

.main_news .swiper-slide_img-box {
    height: 315px;
}

.main_news .main_news-title a {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #682E94;
    text-align: center;
    margin-top: 25px;
    display: block;
}

.main_news_section .main_button {
    margin-top: 55px;
}

/*---inst-news-tabs---*/

.custom-tabs .tabs-control {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 60px;
}

.custom-tabs .tabs-control label:not(:first-of-type) p:before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 60px;
    background: #682E94;
    border-radius: 20px;
}

.inst-tabs {
    margin-top: 150px;
}

.inst-tabs-title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #682E94;
    margin-bottom: 40px;
    text-align: center;
}

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.inst-tabs .state {
    position: absolute;
    left: -10000px;
}

.inst-tabs .flex-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 14px;
}

.inst-tabs .flex-tabs .panel {
    background-color: #fff;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.inst-tabs .tab {
    height: 100%;
    max-width: calc(25% - 11px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inst-tabs .tab p {
    cursor: pointer;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #B798CF;
    padding: 3px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.inst-tabs .tab:hover p {
    color: #682E94;
}

.inst-tabs #tab-one:checked ~ .tabs #tab-one-label p,
.inst-tabs #tab-two:checked ~ .tabs #tab-two-label p {
    color: #682E94;
    cursor: default;
}

.inst-tabs #tab-one:checked ~ .tabs #tab-one-panel,
.inst-tabs #tab-two:checked ~ .tabs #tab-two-panel {
    display: block;
}

.inst-panel {

}

.inst-panel_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.inst-panel_top p {
    font-family: 'Comfortaa';
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.inst-panel_top p:first-of-type {
    font-size: 20px;
    line-height: 22px;
}

.inst-panel_top p:last-of-type {
    cursor: pointer;
}

.inst-panel .inst-panel_accordion {
    display: none;
}

.inst-panel .inst-panel_list {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    margin-top: 35px;
}

.inst-panel .inst-panel_list ul {
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inst-panel ul li {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.inst-panel ul li:not(:first-of-type):hover {
    text-decoration: underline;
    cursor: pointer;
}

.inst-panel ul li:first-of-type {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 6px;
    text-align: center;
}

.inst-panel .inst-panel_accordion {
    margin-top: 30px;
}

.inst-panel .inst-panel_accordion ul li:first-of-type {
    display: none;
}

.inst-panel .inst-panel_accordion ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    margin: 16px auto 0;
}

.inst-panel_accordion .faq-drawer {
    margin-bottom: 30px;
}

.inst-panel_accordion .faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.inst-panel_accordion .faq-drawer__title {
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.inst-panel_accordion .faq-drawer__title::after {
    content: "+";
    display: inline-block;
    float: right;
    height: 10px;
    position: relative;
    right: 0;
    top: 2px;
    vertical-align: top;
    font-size: 40px;
}

/* OPTIONAL HOVER STATE */

.inst-panel_accordion .faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 350px;
}

.inst-panel_accordion .faq-drawer__trigger:checked + .faq-drawer__title::after {
    content: "-";
}

.inst-panel_accordion input[type="checkbox"] {
    display: none;
}

/*---inst-news-tabs---*/

.main_reviews .swiper-wrapper {
    align-items: center;
}

.main_reviews .swiper-slide .main_reviews-item {
    background: #87BD7A;
    border-radius: 40px;
    padding: 37px 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    transform: scale(0.8);
    transition: .3s;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

/*.main_reviews .swiper-slide.swiper-slide-active .main_reviews-item {*/
.main_reviews .swiper-slide.swiper-slide .main_reviews-item {
    transform: scale(1);
    transition: .3s;
}

.main_reviews .swiper-slide .main_reviews-item img {
    border-radius: 50%;
    width: 98px;
    height: 98px;
}

.main_reviews .swiper-slide .main_reviews-item .reviews-content {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    flex: 1;
}

.main_reviews .swiper-slide .main_reviews-item .reviews-content p:first-of-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

/*---MAIN-PAGE---*/

/*---ABOUT-US---*/
.about_us_section {
    background: #FFDF63;
    padding: 270px 0 150px;
    margin-top: -120px;
    margin-bottom: 150px;
}

.about_us_content {
    display: flex;
    gap: 60px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.03em;
}

.about_us_content p {
    width: 50%;
}

.about_team_content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about_team_img {
    max-width: 589px;
    width: 50%;
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    overflow: hidden;
}

.about_team_img:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.about_team_img img {
    transition: .3s;
}

.about_team_text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 50%;
}

.about_team_text .about_team_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about_team_text .about_team_item p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.about_team_text .about_team_item p:first-of-type {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #69299A;
}

.about_schools-title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #682E94;
    margin-bottom: 28px;
}

.about_schools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: space-between;
    margin-bottom: 150px;
}

.about_schools-list li {
    transition: .3s;
}

.about_schools-list li:hover {
    transition: .3s;
    transform: scale(1.1);
}

.about_schools-list li,
.about_schools_kindergarten .swiper-slide div,
.about_schools_lyceum .swiper-slide div,
.about_courses .swiper-slide div {
    width: calc(50% - 10px);
    background: #735FF2;
    border-radius: 40px;
    padding: 33px 48px 34px;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.about_schools_kindergarten,
.about_schools_kindergarten-nav,
.swiper.about_schools_lyceum,
.about_schools_lyceum-nav,
.swiper.about_courses,
.about_courses-nav {
    display: none;
}

.about_schools_kindergarten .swiper-slide div,
.about_schools_lyceum .swiper-slide div,
.about_courses .swiper-slide div {
    width: 100%;
}

.about_lyceum_section .about_schools-list li,
.about_lyceum_section .about_schools_lyceum .swiper-slide div {
    background: #87BD7A;
}

.faq-block_title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #735FF2;
    margin-bottom: 28px;
}

.faq-block .question {
    position: relative;
    padding: 25px 40px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #121212;
    margin: auto;
    height: fit-content;
    position: relative;
}

.faq-block .question:hover {
    background-color: rgba(0, 0, 0, .1);
}

.faq-block_item:first-of-type .question {
    border-top: 1px solid #121212;
}

.faq-block .answers {
    padding: 0 15px;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.faq-block .questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px;

}

.faq-block .arrow {
    position: absolute;
    right: 40px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-block .questions {
    display: none;
}

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.worko-tabs {

}

.horizons-tabs .state {
    position: absolute;
    left: -10000px;
}

.horizons-tabs .horizons-flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.horizons-tabs .horizons-flex-tabs .tab {
    flex-grow: 1;
}

.horizons-tabs .horizons-flex-tabs .panel {
    background-color: #fff;
    padding: 60px 0 0;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.horizons-tabs .tab {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    padding: 12px 70px;
    position: relative;
}

.horizons-tabs .tab:hover {
    color: #682E94;
    cursor: pointer;
}

.horizons-tabs .horizons-flex-tabs .tab:first-of-type {
    text-align: right;
}

.horizons-tabs .horizons-flex-tabs .tab:nth-of-type(2) {
    text-align: center;
}

.horizons-tabs .horizons-flex-tabs .tab:last-of-type {
    text-align: left;
}

.horizons-tabs .horizons-flex-tabs .tab:nth-of-type(2):before,
.horizons-tabs .horizons-flex-tabs .tab:last-of-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    width: 8px;
    height: 100%;
    background-color: #682E94;
    border-radius: 20px;
}

#tab-one:checked ~ .horizons-tabs #tab-one-label,
#tab-two:checked ~ .horizons-tabs #tab-two-label,
#tab-three:checked ~ .horizons-tabs #tab-three-label {
    color: #682E94;
}

#tab-one:checked ~ .horizons-tabs #tab-one-panel,
#tab-two:checked ~ .horizons-tabs #tab-two-panel,
#tab-three:checked ~ .horizons-tabs #tab-three-panel {
    display: block;
}

.horizons-tabs_buttons {
    display: flex;
    align-items: center;
    gap: 15px 30px;
    justify-content: space-between;
}

.horizons-tabs_buttons button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border: 1px solid #682E94;
    border-radius: 32px;
    background-color: transparent;
    width: fit-content;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #682E94;
    padding: 18px 15px;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.horizons-tabs_buttons button:hover {
    background-color: #682E94;
    color: #fff;
}

.horizons-tabs_buttons button:hover svg path {
    fill: #fff
}

.about_achievement-list {
    display: flex;
    gap: 26px;
    justify-content: space-between;
}

.about_achievement-item img {
    border-radius: 0;
}

.about_achievement-item a {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #682E94;
    text-align: center;
    margin-top: 28px;
}

.about_courses_section {
    padding: 68px 0;
    margin-bottom: 150px;
    background: #FFDF63;
}

.about_courses-why {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 100px;
    margin-bottom: 68px;
    position: relative;
}

.about_courses-why_title {
    max-width: 305px;
    width: fit-content;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about_courses-why_text,
.about_courses-why_text2 {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.03em;
    flex: 1;
}

.about_courses-why_text {
    max-width: 560px;
}

.about_courses-why_text2 {
    max-width: 650px;
    display: block;
    margin: 0 auto;
}

.about_courses_section .about_schools-list {
    margin-bottom: 67px;
}

.about_courses_section .about_schools-list li,
.about_courses .swiper-slide div {
    background-color: #ffffff;
    color: #121212;
}

.about_schools-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 55px;
    gap: 30px;
    background: #A555B8;
    border-radius: 32px;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: fit-content;
    margin: 68px auto 0;
    border: 1px solid transparent;
}

.about_schools-button:hover {
    background-color: transparent;
    color: #A555B8;
    border: 1px solid #A555B8;
}

.about_schools-button:hover svg path {
    fill: #A555B8;
}

/*---ABOUT-US---*/

/*---PARENTS---*/

.nav-pages_section {
    padding: 69px 0;
}

.nav-pages_list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 60px;
}

.nav-pages_list li {
    flex: 1;
}

.nav-pages_list li:not(:first-of-type) {
    position: relative;
}

.nav-pages_list li:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 60px;
    background: #682E94;
    border-radius: 20px;
}

.nav-pages_list li a {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #B798CF;
    padding: 3px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nav-pages_list li.nav-page_curr a,
.nav-pages_list li:hover a {
    color: #682E94;
}

.parents-document_list-item {
    padding-bottom: 69px;
}

.parents-document_list-item p {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
}

.parents-document_list-item ul {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.parents-document_list-item ul li {
    list-style: disc;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
}

.parents-document_list-item ul li::marker {
    font-size: 0.8em;
}

.shedule-tabs {
    margin-bottom: 150px;
}

.shedule-tabs-title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #682E94;
    margin-bottom: 40px;
    text-align: center;
}

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.shedule-tabs .state {
    position: absolute;
    left: -10000px;
}

.shedule-tabs .flex-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 14px;
}

.shedule-tabs .flex-tabs .panel {
    background-color: #fff;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.shedule-tabs .tab {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 11px;
    gap: 6px;
    background: #B798CF;
    border-radius: 13px;
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: calc(25% - 11px);
    width: 100%;
}

.shedule-tabs .tab:hover {
    background-color: #A555B8;
}

.shedule-tabs #tab-one:checked ~ .tabs #tab-one-label,
.shedule-tabs #tab-two:checked ~ .tabs #tab-two-label,
.shedule-tabs #tab-third:checked ~ .tabs #tab-third-label,
.shedule-tabs #tab-fourth:checked ~ .tabs #tab-fourth-label,
.shedule-tabs #tab-fiveth:checked ~ .tabs #tab-fiveth-label {
    background-color: #A555B8;
    cursor: default;
}

.shedule-tabs #tab-one:checked ~ .tabs #tab-one-panel,
.shedule-tabs #tab-two:checked ~ .tabs #tab-two-panel,
.shedule-tabs #tab-third:checked ~ .tabs #tab-third-panel,
.shedule-tabs #tab-fourth:checked ~ .tabs #tab-fourth-panel,
.shedule-tabs #tab-fiveth:checked ~ .tabs #tab-fiveth-panel {
    display: block;
}

.shedule-panel {
    background: #735FF2;
    border-radius: 40px;
    padding: 35px 58px 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.shedule-panel_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.shedule-panel_top p {
    font-family: 'Comfortaa';
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.shedule-panel_top p:first-of-type {
    font-size: 20px;
    line-height: 22px;
}

.shedule-panel_top p:last-of-type {
    cursor: pointer;
}

.shedule-panel .shedule-panel_accordion {
    display: none;
}

.shedule-panel .shedule-panel_list {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    margin-top: 35px;
}

.shedule-panel .shedule-panel_list ul {
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shedule-panel ul li {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.shedule-panel ul li:not(:first-of-type):hover {
    text-decoration: underline;
    cursor: pointer;
}

.shedule-panel ul li:first-of-type {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 6px;
    text-align: center;
}

.shedule-panel .shedule-panel_accordion {
    margin-top: 30px;
}

.shedule-panel .shedule-panel_accordion ul li:first-of-type {
    display: none;
}

.shedule-panel .shedule-panel_accordion ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    margin: 16px auto 0;
}

.shedule-panel_accordion .faq-drawer {
    margin-bottom: 30px;
}

.shedule-panel_accordion .faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.shedule-panel_accordion .faq-drawer__title {
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.shedule-panel_accordion .faq-drawer__title::after {
    content: "+";
    display: inline-block;
    float: right;
    height: 10px;
    position: relative;
    right: 0;
    top: 2px;
    vertical-align: top;
    font-size: 40px;
}

/* OPTIONAL HOVER STATE */

.shedule-panel_accordion .faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
    max-height: 350px;
}

.shedule-panel_accordion .faq-drawer__trigger:checked + .faq-drawer__title::after {
    content: "-";
}

.shedule-panel_accordion input[type="checkbox"] {
    display: none;
}

.parents-price {
    background: #A555B8;
    border-radius: 40px;
    padding: 40px 80px;
    margin-bottom: 47px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.parents-price-title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.parents-price_list li {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #ffffff;
}

.parents-price_list li:hover p:first-of-type {
    text-decoration: underline;
    cursor: pointer;
}

.parents-price_list li p,
.parents-price_list li b {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.parents-price_list li p {
    font-weight: 400;
}

.parents-price_list li p:last-of-type {
/*     width: 105px; */
    text-align: right;
}

.parents-price_list li p:first-of-type {
    flex: 1;
    text-align: left;
}

.parents-price_notice {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 18px;
}

.parents-notice {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 48px;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #212121;
    position: relative;
    padding-left: 50px;
}

.parents-notice svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
    height: 100%;
}

.parents-price_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 40px;
    margin-bottom: 70px;
}

.parents-price_buttons .main_button {
    color: #A555B8;
    border-color: #A555B8;
    background-color: transparent;
}

.parents-price_buttons .main_button:hover {
    background-color: #A555B8;
    color: #fff;
}

.schedule-day {
    overflow: scroll;
}

.schedule-day::-webkit-scrollbar {
    width: 0;
}

.schedule-day {
    -ms-overflow-style: none;
}

.schedule-day {
    overflow: -moz-scrollbars-none;
}

.schedule-day_content {
    padding: 35px 58px 40px;
    background: #FFDF63;
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    margin-bottom: 150px;
    width: 1200px;
}

.schedule-day_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.schedule-day_top p {
    font-family: 'Comfortaa';
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
}

.schedule-day_top p:first-of-type {
    font-size: 20px;
    line-height: 22px;
}

.schedule-day_top p:last-of-type {
    cursor: pointer;
}

.schedule-day_shedule {
    margin-top: 35px;
}

.schedule-day_shedule-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.schedule-day_shedule-row:first-of-type {
    align-items: flex-end;
}

.schedule-day_shedule-row:last-of-type {
    align-items: flex-start;
}

.schedule-day_shedule-row .schedule-day_shedule-item {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: .3s;
}

.schedule-day_shedule-row .schedule-day_shedule-item:hover {
    transition: .3s;
    transform: scale(1.1);
}

.schedule-day_shedule-row div p.title {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.03em;
}

.schedule-day_shedule-row div p.time {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
}

.daily_regime {
    background-color: #87BD7A;
    border-radius: 40px;
    padding: 35px 58px 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.daily_regime-subtitle {
    font-family: 'Comfortaa';
    color: #000;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 20px;
}

.daily_regime-tabs .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    width: fit-content;
    margin: 0 auto 30px;
}

.daily_regime-tabs .tab {
    padding: 9px 22px;
    background-color: #B798CF;
    font-family: 'Comfortaa';
    color: #000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.daily_regime-tabs .tab:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.daily_regime-tabs .tab.active,
.daily_regime-tabs .tab:hover {
    background-color: #A555B8;
}

.daily_regime-tabs .tab_item {
    display: none;
    border: 1px solid #fff;
    width: 100%;
    max-width: 801px;
    margin: 0 auto;
}

.daily_regime-tabs .tab_item:first-child {
    display: block;
}

.daily_regime-tabs .tab_item li {
    display: flex;
    align-items: normal;
}

.daily_regime-tabs .tab_item li p {
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daily_regime-tabs .tab_item li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

.daily_regime-tabs .tab_item li p:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.daily_regime-tabs .tab_item li p:nth-child(1) {
    width: 72px;
}

.daily_regime-tabs .tab_item li p:nth-child(2) {
    width: 468px;
}

.daily_regime-tabs .tab_item li p:nth-child(3) {
    width: 263px;
}

.daily_regime-tabs .tab_item li:first-of-type,
.daily_regime-tabs .tab_item li:not(:first-of-type) p:first-of-type {
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-family: 'Comfortaa';
    font-weight: 700;
    /*letter-spacing: 1px;*/
}

.daily_regime-tabs .tab_item li:not(:first-of-type) p:first-of-type {
    background-color: #ffffff40;
}

.daily_regime-tabs .tab_item li:not(:first-of-type) p:nth-child(2) {
    background-color: #ffffff80;
}

.daily_regime-tabs .tab_item li:not(:first-of-type) p {
    font-family: 'Raleway';
    color: #000;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.daily_regime-tabs .tab_item li:not(:first-of-type) p:last-of-type {
    background-color: #ffffffBF;
}

.daily_regime-tabs .tab_item li:first-of-type p {
    padding: 14px 11px;
    text-align: center;
    line-height: 16px;
    font-family: 'Comfortaa';
}

.daily_regime-tabs .tab_item li:not(:first-of-type) p:nth-child(2) {
    justify-content: left;
}

.daily_regime .daily_regime-panel {
    margin-top: 35px;
}

.daily_regime .schedule-day_top p {
    color: #fff;
}

/*---PARENTS---*/

/*---TEAM---*/


.team_list {
   display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.team_item {
    width: calc(100% / 4);
    max-width: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    -webkit-box-shadow: 0 4px 50px rgba(98, 98, 98, .12);
    box-shadow: 0 4px 50px rgba(98, 98, 98, .12);
    background: #fff;
}

.team_item-img {
    position: relative;
    aspect-ratio: 1 / 1;
    perspective: 1000px;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    transition: .3s; 
	border-radius: 50%;
  -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
  -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
  box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.team_item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transition: transform 0.8s ease;
  border-radius: 50%!important;
  object-position: top;
}

/* первая — лицевая сторона */
.team_item-img .first_img {
  display: block;
}

/* вторая — обратная сторона */
.team_item-img .second_img {
  display: none;
}

/* при наведении — замена */
.team_item-img:hover .first_img {
 display: none;
}

.team_item-img:hover .second_img {
  display: block;
	object-position: center;
}

.team_item p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}

.team_item p:not(:last-of-type) {
    margin-bottom: 10px;
}

.team_item p:first-of-type {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}

.invite_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.invite_item-content {
    position: relative;
    left: 45px;
}

.invite_item .main_button {
    position: absolute;
    left: 145px;
    bottom: -70px;
}

.invite_item .invite_item-text {
    border-radius: 40px;
    max-width: 506px;
    text-align: justify;
    padding: 33px 135px 33px 50px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background: #FFDF63;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.invite_item-img {
    width: 100%;
    max-width: 493px;
    height: auto;
    position: relative;
    right: 45px;
    z-index: 1;
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    overflow: hidden;
}

.invite_item-img:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.invite_item-img img {
    transition: .3s;
}

.teachers_slider_achievement .team_item {
    width: 100%;
	 height: 325px;
}

.teachers_slider_achievement .team_item .team_item-img{
	width: 200px;
	height: 200px;
}

.single-teachers .main_banner {
    max-height: 460px;
}

.teacher_table-title  {
    font-family: 'Comfortaa';
    font-weight: 400;
    font-size: 64px;
    line-height: 71px;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

/*---dropdown---*/

#country-selector * {
    user-select: none;
}

#country-selector {
    position: relative;
    display: block;
    overflow: visible;
    margin-top: 35px;
}

#country-selector a:hover {
    text-decoration: none !important;
}

#country-selector *:focus {
    outline: none;
}

#select-button {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 16px 20px;
    width: 100%;
    max-width: 250px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #B798CF 0%, #A555B8 84%);
    border-radius: 30px;
}

.label {
    display: none;
}

#options-view-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#selected-value {
    font-family: 'Comfortaa' !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #141414;
}

.option, .label {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #141414;
}

#chevrons {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    width: 20px;
}

#chevrons svg {
    width: 100%;
    height: 100%;
}

#options-view-button:checked + #select-button {
    border-radius: 30px 30px 0 0;
    background: #B798CF;
}

#options-view-button:checked + #select-button > #chevrons {
    transform: rotate(180deg);
}

.options {
    position: absolute;
    left: 0;
    width: 250px;
}

.options_list {

}

#options {
    position: absolute;
    right: 0;
    left: 0;
    width: 250px;
    background: linear-gradient(180deg, #B798CF 0%, #A555B8 84%);
    z-index: 1000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 30px 30px;
    padding-right: 30px;
}

.options_list::-webkit-scrollbar {
    width: 4px;
}

.options_list::-webkit-scrollbar-track {
    background: #ffffff40;
    border-radius: 10px;
}

.options_list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

#options-view-button:checked ~ #options .options_list {
    overflow-y: scroll;
    max-height: 250px;
    margin-bottom: 25px;
}

.option {
    position: relative;
    line-height: 1;
    z-index: 2;
    transition: none;
}

#options-view-button:checked ~ #options .label {
    display: block;
    padding: 10px 20px;
}

.label {
    text-decoration: none;
    font-weight: 600;
}

a.label:visited {
    color: #000;
}

/*---dropdown---*/

.table_achievement {
    display: flex;
    margin: 35px 0 100px;
}

.table_achievement .teacher_info {
    max-width: 900px;
    width: 100%;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
}

.table_achievement .teacher_info li:last-of-type:not(.table_achievement-header) {
    flex: 1;
}

.table_achievement .teacher_info li {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.table_achievement .teacher_info li:not(:last-of-type) {
    border-bottom: 1px solid #000;
}

.table_achievement .teacher_info li:not(:first-of-type) p:first-of-type {
    border-right: 1px solid #000;
}

.table_achievement .teacher_info li p:first-of-type {
    width: 100%;
}

.table_achievement .teacher_info li p:last-of-type {
    width: 100%;
}

.table_achievement .teacher_info li:not(:first-of-type) p {
    text-align: left;
}

.table_achievement .table_achievement-header {
    background-color: #FFDF63;
}

.table_achievement .table_achievement-header p {
    text-align: center;
    font-size: 16px;
    font-family: 'Comfortaa';
    font-weight: 700;
}

.table_achievement li p {
    padding: 15px;
}

.table_achievement .teacher_name {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table_achievement .teacher_name li:nth-child(2) {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    flex: 1;
}

.table_achievement .teacher_name li:nth-child(2) img {
    width: 160px;
    border-radius: 35px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
}

.table_achievement .teacher_name li:nth-child(2) p:first-of-type {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 0;
}

.table_achievement .teacher_name li:nth-child(2) p:last-of-type {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 0;
}

.table_achievement .teacher_name .table_achievement-header {
    background-color: #FFDF63;
    border: 1px solid #000;
    border-right: 0;
}

.table_achievement .teacher_info .table_achievement-header {
    border-bottom: 1px solid #000;
}

.table_achievement .teacher_info .table_achievement-header p:first-of-type {
    border-right: 1px solid #000;
}

/*---TEAM---*/

/*---ACTIVITIES---*/

.activities_description {
    max-width: 1000px;
    margin: 0 auto 70px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.03em;
}

.event_slider_box {
    margin-bottom: 110px;
}

.event_slider_box .event_slider_box-title {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #682E94;
    margin-bottom: 49px;
}

.event_slider .event_slider-item .date {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #737373;
    margin-bottom: 13px;
    display: block;
}

.event_slider .event_slider-item .event_slider-img {
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    margin-bottom: 30px;
    height: 280px;
    overflow: hidden;
}

.event_slider .event_slider-item .event_slider-img:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.event_slider .event_slider-item img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_slider .event_slider-item .title {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #682E94;
    margin-bottom: 12px;
}

.event_slider .event_slider-item .description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #201F1F;
    text-align: justify;
}

/*---ACTIVITIES---*/

/*---BANK-DETAILS---*/

.bank_details_description {
    margin: 0 auto;
    max-width: 760px;
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
}

/*---BANK-DETAILS---*/

/*---GALLERY---*/

.video_gallery_section .swiper-slide img {
    height: 550px;
    object-fit: cover;
}

.video_gallery_section .swiper-slide .video_gallery_link {
    position: relative;
    display: block;
}

.video_gallery_section .swiper-slide .video_gallery_link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, .3);
}

.video_gallery_section .swiper-slide .video_gallery_link:hover span {
    transform: scale(1.1);
    transition: .3s;
}

.video_gallery_section .swiper-slide .video_gallery_link span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 46px;
    display: block;
    transition: .3s;
    z-index: 1;
}

/*---GALLERY---*/

/*---DONATED---*/

.donated-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 68px 20px;
}

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

.donated-item .donated-item_img {
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    margin-bottom: 30px;
    height: 280px;
    overflow: hidden;
}

.donated-item .donated-item_img:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.donated-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.donated-item .title {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #682E94;
    margin-bottom: 20px;
}

.donated-item .description {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #201F1F;
    text-align: justify;
}

.donated-item .main_button {
    margin-bottom: 20px;
}

/*---DONATED---*/

/*---NEWS---*/
.news-box {
    max-width: 1000px;
    margin: 0 auto;
}

.news_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news-item {
    display: flex;
    align-items: center;
}

.news-item .news-item_img {
    max-width: 400px;
    width: 100%;
    height: 280px;
    border-radius: 40px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    overflow: hidden;
    z-index: 1;
}

.news-item:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.news-item img {
    transition: .3s;
    object-fit: cover;
    height: 100%;
}

.news-item .news-item_content {
    max-width: 600px;
    width: 100%;
    background: #FFDF63;
    border-radius: 0 40px 40px 0;
    padding: 30px 30px 30px 60px;
    margin-left: -30px;
    -webkit-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    -moz-box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    box-shadow: 0 9px 20px -15px rgba(48, 48, 48, 1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-item .news-item_content .title {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #201F1F;
}

.news-item .news-item_content .text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #201F1F;
}

.news-item .news-item_content a.link {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #878787;
}

.news-item .news-item_content .date {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #595959;
}

/*---NEWS---*/

/*---POST---*/

.single .main_banner {
    /*max-height: 180px;*/
    padding-top: 300px;
    padding-bottom: 250px;
    margin-bottom: 60px;
}

.post_info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    font-size: 18px;
}

.post_info li.separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #121212;
    display: block;
}

.post_main_img {
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    background-size: cover;
    border-radius: 0 100px 0 0;
}

.post_content {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #201F1F;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    gap: 15px;
}

.post_content .post_content_left,
.post_content .post_content_right {
    width: 25%;
}

.post_content .post_content_center {
    width: 50%;
}

.post_content .post_content_center .wp-block-heading,
.post_content .post_content_center p {
    margin: revert;
}

.post_content .post_content_nav {
    background-color: #87BD7A;
    border-radius: 0 0 100px 0;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post_content .post_content_nav li {
    text-align: left;
}

.post_content .post_content_nav li:first-of-type {
    font-weight: bold;
}

.post_content .post_content_nav li a {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #121212;
}

.post_content .post_content_nav li a:hover {
    color: #682E94;
}

.post_content .post_title {
    font-family: 'Comfortaa';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #682E94;
    margin-bottom: 30px;
}

.post_content .post_content_callback {
    background: #FFDF63;
    border-radius: 0 100px 0 0;
    padding: 30px 40px 30px 25px;
    text-align: center;
}

.post_content .post_content_callback .button {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Comfortaa';
    padding: 11px 5px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    outline: transparent;
    border: 2px solid #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    margin: 25px auto 0;
}

.post_content figure {
    width: 100%;
    margin: revert;
}

.post_content figure img {
    border-radius: 40px;
    margin: 0 auto;
    width: 100%;
    height: 315px;
    object-fit: cover;
}

.post_content .post_author {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #201F1F;
    margin-top: 38px;
    margin-bottom: 20px;
    text-align: right;
}

.post_content .post_date {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #201F1F;
    text-align: right;
    margin-top: 38px;
}

/*---POST---*/

/*---CONTACTS---*/
.wpcf7 {
    max-width: 500px;
    background: #FFDF63;
    border-radius: 45px;
    margin: 0 auto;
    padding: 50px;
}

.wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 28px !important;
}

.wpcf7 label br {
    display: none;
}

.wpcf7 label span input,
.wpcf7 label span select,
.wpcf7 label span textarea {
    width: 100% !important;
    background: #FFFFFF !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    user-select: none !important;
    outline: transparent !important;
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.03em !important;
    color: #747474 !important;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-o-appearance: none;*/
    /*appearance: none;*/
    border: none !important;
    display: flex !important;
    align-items: center !important;
}

.wpcf7 label span input,
.wpcf7 label span select {
    height: 50px !important;
}

.wpcf7 label span select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 input[type=submit] {
    display: block;
    background: #A555B8 !important;
    border-radius: 15px !important;
    max-width: 305px !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-family: 'Comfortaa' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
}

.wpcf7 input[type=submit]:hover {
    border-color: #A555B8 !important;
    background-color: transparent !important;
    color: #A555B8 !important;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

.map_item {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.map_item img {
    width: 100%;
    max-height: 390px;
    object-fit: cover;
}

.map_item:not(:last-of-type) {
    margin-bottom: 68px;
}

/*---CONTACTS---*/

/*---DOCUMENTS---*/

.documents_list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.documents_list .documents_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.documents_list .documents_item p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #000000;
    position: relative;
    padding-left: 40px;
}

.documents_list .documents_item p span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}

.documents_list .documents_item a {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4B4B4B;
    padding: 10px 37px;
    background: #FFDF63;
    border-radius: 15px;
    border: 1px solid transparent;
}

.documents_list .documents_item a:hover {
    background-color: transparent;
    border-color: #FFDF63;
}

.page-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin: 50px auto 0;
    font-family: 'Comfortaa';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-pagination a {
    color: #A555B8;
}

/*---DOCUMENTS---*/

/*---LIGHTBOX---*/
.lightbox {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.lightbox:has(div:target) {
    transform: translateY(0%);
    opacity: 1;
}

.lightbox a.nav {
    text-decoration: none;
    color: white;
    font-size: 40px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    opacity: 0.5;
    font-weight: 200;
}

.lightbox a.nav:hover {
    opacity: 1;
}

.lightbox .target {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.lightbox .target *:first-child,
.lightbox .target *:last-child {
    text-align: center;
}

.lightbox .target .nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 1;
}

.lightbox .target .nav.next {
    right: 30px;
}

.lightbox .target .nav.prev {
    left: 30px;
}

.lightbox .target .nav svg path {
    fill: #ffffff
}

.lightbox .target .content {
    transform: scale(0.9);
    opacity: 0;
    flex: 1 1 auto;
    align-self: center;
    overflow: hidden;
    box-shadow: 0 0 0 3px white, 0 5px 8px 3px rgba(0, 0, 0, 0.6);
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    max-width: 750px;
    height: fit-content;
    margin: 0 auto;
    border-radius: 40px;
}

.lightbox .target .content img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: contain;
}

.lightbox .target:target {
    transform: scale(1);
}

.lightbox .target:target .content {
    transform: scale(1);
    opacity: 1;
}

.lightbox .close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.lightbox svg {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 3.5rem;
}

.lightbox svg path {
    fill: #fff
}

@media screen and (max-width: 640px) {
    .lightbox svg {
        font-size: 2.5rem;
    }
}

/*---LIGHTBOX---*/



/*Pidtrimati nas start*/

/* CSS for section section:hero */
.hero-section {
  position: relative;
  height: 820px;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: var(--color-text-light);
  overflow: hidden;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-title {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3.84px;
    color: #fff;
    margin-top: 28%;
}

/* CSS for section section:intro */
.intro-section .container {
  display: flex;
  justify-content: center;
}
.intro-wrapper {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-width: 1121px;
  height: 487px;
}
.intro-content-box {
  position: absolute;
  top: 66px;
  left: 0;
  width: 773px;
  height: 339px;
  background-color: #735ff2;
  border-radius: 40px 0px 40px 40px;
  box-shadow: 0px 9.3332px 41.9994px -9.9999px rgba(48, 48, 48, 0.12);
      padding: 20px 50px;
  box-sizing: border-box;
  color: var(--color-text-light);
}
.intro-title {
  position: absolute;
  top: -90px;
  left: 65px;
  font-size: 48px;
  letter-spacing: 1.44px;
  color: #682e94;
}
.intro-text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-align: justify;
  max-width: 528px;
  margin-top: 5px;
}
.intro-text a {
  text-decoration: underline;
}
.intro-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 493px;
  height: 453px;
}
.intro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 9.3332px 41.9994px -9.9999px rgba(48, 48, 48, 0.12);
}
  .intro-wrapper-mob {
    display: none;
  }
@media (max-width: 1200px) {
  .intro-wrapper {
    height: auto;
    position: static;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .intro-content-box, .intro-image-wrapper {
    position: static;
    width: 100%;
    max-width: 773px;
    height: auto;
  }
  .intro-title {
    position: static;
    margin-bottom: 20px;
  }
  .intro-text {
    max-width: 100%;
  }
     .intro-wrapper-mob {
    display: block;
  }
  .intro-title {
    font-size: 36px;
        text-align: center;
  }
  .intro-content-box {
   border-radius: 40px 40px 40px 40px;
        position: relative;
        top: -30px;
        z-index: -1;
}
}
@media (max-width: 768px) {
  .intro-title {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
  }
  
  .amout_line {
    background: none;
    border: none;
    font-family: var(--font-main);
    font-size: 28px;
    color: white;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 60px;
}
.intro-content-box {
   border-radius: 40px 40px 40px 40px;
        position: relative;
        top: -30px;
        z-index: -1;
}
  .intro-text {
    font-size: 16px;
  }
  .intro-wrapper {
    display: none;
  }
   .intro-wrapper-mob {
    display: block;
  }
}

/* CSS for section section:donations */
.donations-section {
  padding-bottom: 0;
}
.section-title {
  font-size: 32px;
  color: #682e94;
  text-align: center;
  margin-bottom: 68px;
}
.donations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 1180px;
  margin: 20px auto;
}
.donation-card {
  background-color: #87bd7a;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  color: #fff;
}
.donation-card h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
}
.amount-input {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 263px;
}
.amount-input span {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 16px;
  opacity: 0.6;
}
.amount-input .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.currency-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.6;
}
.currency-selector span {
  opacity: 1;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

.donation-card .btn {
  width: 100%;
  max-width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffdf63;
  border-radius: 16px;
  font-weight: 500;
  border: none;
}

/* CSS for section section:support */
.support-section .container {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support-card {
  background-color: #87bd7a;
  border-radius: 15px;
  padding: 50px 42px;
  display: grid;
  grid-template-columns: 323px 1fr 230px;
  gap: 50px;
  align-items: center;
}
.support-card.reverse {
  grid-template-columns: 230px 1fr 323px;
}
.support-form-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.support-form-wrapper h4, .support-info h4 {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.support-info {
  color: var(--color-text-light);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-info p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.42px;
  margin: 0;
}
.support-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.material-aid-wrapper {
    position: relative;
    max-width: 693px;
    margin: 80px auto 0;
}
.material-aid-box {
    background-color: rgba(183, 152, 207, 0.5);
    border-radius: 15px;
    padding: 50px;
    text-align: left;
}
.material-aid-box h4 {
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 20px;
}
.material-aid-box p {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 24px;
    color: var(--color-text-dark);
    margin: 0;
}
.material-aid-icon-bg {
    position: absolute;
    top: -24px;
    right: -37px;
    width: 110px;
    height: 110px;
    background-color: #dbcbe6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.material-aid-icon-bg img {
    width: 73px;
    height: 80px;
}

@media (max-width: 1024px) {
  .support-card, .support-card.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .support-card.reverse .support-photo {
    grid-row: 1;
  }
  
}
@media (max-width: 768px) {
    .material-aid-wrapper {
        margin-top: 40px;
    }
    .material-aid-icon-bg {
        width: 80px;
        height: 80px;
        top: -40px;
        right: 50%;
        transform: translateX(50%);
    }
    .material-aid-icon-bg img {
        width: 50px;
        height: 55px;
    }
    .material-aid-box {
        padding-top: 60px;
    }
    .support-card {
        background-color: #87bd7a;
        border-radius: 15px;
        padding: 25px;
    }
    
    .hero-title {
        font-size: 48px;
        margin-top: 48%;
    }
  }

/* CSS for section section:payment */
.one-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1060px;
  margin: 0 auto;
}
.one-time-card {
  background-color: var(--color-purple-light);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.one-time-card.custom-amount {
  grid-column: span 2;
}
.one-time-amount {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-text-light);
  width: 40%;
  
}
.one-time-amount .label {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 16px;
  opacity: 0.6;
  align-self: center;
}
.one-time-amount .value {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  flex-grow: 1;
  text-align: right;
}
.one-time-card.custom-amount .value {
  text-align: center;
}
.one-time-amount .currency-selector {
  opacity: 1;
}
.one-time-card .btn {
  width: 100%;
}
.payment-methods-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.payment-method-card {
  background-color: #735ff2;
  border-radius: 15px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.payment-details {
  display: flex;
  align-items: center;
  gap: 40px;
}
.currency-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 40px;
  color: var(--color-text-dark);
  flex-shrink: 0;
}
.account-info {
  color: var(--color-text-light);
}
.account-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.account-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  max-width: 445px;
}
.copy-btn {
  padding: 10px 37px;
}
.qr-code {
  width: 180px;
  height: 180px;
}

@media (max-width: 1200px) {
  .one-time-card.custom-amount {
    grid-column: span 1;
  }
}
@media (max-width: 992px) {
  .payment-method-card {
    flex-direction: column;
    text-align: center;
  }
  .payment-details {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .one-time-grid {
    grid-template-columns: 1fr;
  }
    .support-img {
      margin: 0 auto;
      height: auto;
    }
  .one-time-card.custom-amount {
    grid-column: span 1;
  }
}

/*Pidtrimati nas end*/

/*---FOOTER---*/

footer {
    background-color: #7F7F7F;
    border-radius: 100px 100px 0 0;
    padding: 90px 25px 25px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.footer-content .footer_item {
    width: calc(25% - 25px);
}

.footer-content .footer_item .footer_item-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.footer-content .footer_item .footer_item-logo p {
    font-family: 'Comfortaa';
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    max-width: 246px;
    margin: 0 auto;
}

.footer-content .footer_item .footer_item-title {
    font-family: 'Comfortaa';
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-content .footer_item ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-content .footer_item ul li,
.footer-content .footer_item ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}

.footer-content .footer_item .footer_item-contacts_social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-content .footer_item .footer_item-contacts_social button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.footer-content .footer_item .footer_item-contacts_social a {
    display: flex;
    width: 50px;
    height: 50px;
}

.footer-content .footer_item .footer_item-contacts_social button:hover svg path,
.footer-content .footer_item .footer_item-contacts_social a:hover svg path {
    fill: #FFDF63;
}

.footer-content .footer_item .footer_item-contacts_social button:hover circle,
.footer-content .footer_item .footer_item-contacts_social a:hover circle {
    stroke: #FFDF63;
}

.footer-content .footer_item .footer_item-feedback {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-content .footer_item .footer_item-feedback li {
    border: 2px solid #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 236px;
    width: 100%;
    margin: 0 auto;
}

.footer-content .footer_item .footer_item-feedback li:hover {
    background-color: rgba(255, 255, 255, .2);
}

.footer-content .footer_item .footer_item-feedback .button {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Comfortaa';
    padding: 11px 5px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #ffffff;
    outline: transparent;
}

.footer_copyright_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #ffffff;
    padding-top: 25px;
    margin-top: 50px;
}

a.footer-copyright,
p.footer-copyright {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #ffffff;
}

a.footer-copyright:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-copyright img {
    max-width: 75px;
}

/*---FOOTER---*/

@media screen and (max-width: 1024px) {
    .main_reviews_section .container {
        padding: 0;
    }

    .nav-pages_list li a {
        padding: 3px 24px;
    }

    .invite_item .main_button {
        left: 45px;
    }

    .shedule-tabs .flex-tabs {
        gap: 20px 14px;
    }

    .shedule-tabs .tab {
        max-width: calc(50% - 11px);
    }

    .footer-content .footer_item .footer_item-logo p {
        font-size: 14px;
    }

    .footer-content .footer_item .footer_item-title {
        font-size: 20px;
    }

    .footer-content .footer_item ul li, .footer-content .footer_item ul li a,
    .footer-content .footer_item .footer_item-feedback .button {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .hamburger-menu .menu-list .menu_item ul,
    .hamburger-menu .menu_item {
        gap: 10px;
    }

    .hamburger-menu .menu-list .menu_item ul.header_item-feedback .button {
        padding: 5px;
    }

    .hamburger-menu .menu-list .menu_item ul a {
        font-size: 24px;
        line-height: 27px;
    }

    header {
        top: 20px;
    }

    .main_banner {
        border-radius: 0 0 50px 50px;
        max-height: 320px;
    }

    .single .main_banner {
        /*max-height: 130px;*/
        padding-top: 250px;
        padding-bottom: 150px;
    }

    .main_banner.big_main_banner {
        max-height: 640px;
    }

    .home .main_banner.big_main_banner .main_banner-title {
        font-size: 160px;
        line-height: 110px;
    }

    .main_banner .main_banner-title {
        font-size: 36px;
        line-height: 40px;
    }

    .kindergarten_item {
        flex-direction: column;
    }

    .kindergarten_item:not(:last-of-type) {
        margin-bottom: 0;
    }

    .kindergarten_item.kindergarten_item-left {
        flex-direction: column-reverse;
    }

    .kindergarten_item-right .kindergarten_item-content .kindergarten_item-text {
        padding-right: 50px;
    }

    .kindergarten_item-left .kindergarten_item-content .kindergarten_item-text {
        padding-left: 50px;
    }

    .kindergarten_item .kindergarten_item-content {
        max-width: 750px;
        left: inherit;
        right: inherit;
    }

    .kindergarten_item .kindergarten_item-content .kindergarten_item-text {
        padding-bottom: 25px;
    }

    .kindergarten_item-left .kindergarten_item-content .kindergarten_item-text .more_detail {
        margin: 25px auto;
    }

    .kindergarten_item-right .kindergarten_item-img,
    .kindergarten_item-left .kindergarten_item-img {
        right: inherit;
        left: inherit;
        z-index: 1;
    }

    .kindergarten_item .kindergarten_item-img .kindergarten_item-img_box {
        top: -25px;
    }

    .swiper-nav .swipe {
        display: block;
    }

    .swiper.main_swiper {
        padding: 0 0 25px;
    }

    .gooders_item {
        flex-direction: column-reverse;
    }

    .gooders_item .gooders_item-content {
        position: relative;
        right: inherit;
    }

    .gooders_item .gooders_item-text {
        max-width: 750px;
        border-radius: 40px;
        padding: 33px 50px 50px;
    }

    .gooders_item .gooders_item-img {
        top: -35px;
        left: inherit;
    }

    .about_schools-list li {
        padding: 20px 24px 21px;
        font-size: 18px;
        line-height: 27px;
    }

    .horizons-tabs_buttons {
        flex-direction: column;
    }

    .about_courses-why {
        gap: 0 50px;
    }

    .parents-document_list-item {
        padding-bottom: 30px;
    }

    .parents-document_list-item p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .parents-document_list-item ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .shedule-tabs-title {
        font-size: 20px;
        line-height: 22px;
    }

    .shedule-tabs .tab {
        font-size: 14px;
        line-height: 16px;
    }

    .shedule-panel,
    .parents-price,
    .schedule-day_content,
    .daily_regime {
        padding: 40px 30px;
    }

    .shedule-panel .shedule-panel_top p:last-of-type,
    .shedule-panel .shedule-panel_list {
        display: none !important;
    }

    .shedule-panel .shedule-panel_top {
        flex-direction: column;
    }

    .shedule-panel .shedule-panel_top p:first-of-type,
    .schedule-day_top p:first-of-type {
        font-size: 18px;
        line-height: 20px;
    }

    .shedule-panel .shedule-panel_accordion {
        display: flex;
        flex-direction: column;
    }

    .parents-notice {
        font-size: 16px;
        line-height: 24px;
    }

    .parents-price-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .parents-price_list li p,
    .parents-price_list li b {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }

    .parents-price_notice {
        font-size: 12px;
        line-height: 18px;
    }

    .parents-price_buttons {
        flex-direction: column;
    }

    .parents-price_buttons .main_button {
        font-size: 16px;
        line-height: 24px;
    }

    .daily_regime-tabs .tab_item li:first-of-type,
    .daily_regime-tabs .tab_item li:not(:first-of-type) p:first-of-type {
        font-size: 14px;
        letter-spacing: normal;
    }

    .team_item {
        width: calc(100% / 3);
    }

    .invite_item {
        flex-direction: column;
    }

    .invite_item-content {
        left: inherit;
    }

    .invite_item .main_button {
        left: 0;
        right: 0;
        margin: auto;
        bottom: -30px;

        font-size: 16px;
        line-height: 18px;
    }

    .invite_item .invite_item-text {
        max-width: 750px;
        border-radius: 40px;
        padding: 33px 50px 50px;
    }

    .invite_item .invite_item-img {
        top: -35px;
        right: inherit;
    }

    .table_achievement .table_achievement-header p {
        font-size: 14px;
    }

    .table_achievement .teacher_name {
        max-width: 200px;
    }

    .event_slider_box .event_slider_box-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .event_slider .event_slider-item .title {
        font-size: 18px;
        line-height: 20px;
    }

    .event_slider .event_slider-item .description {
        font-size: 13px;
        line-height: 21px;
    }

    .bank_details_description {
        font-size: 18px;
        line-height: 24px;
    }

    .donated-item img {
        margin-bottom: 16px;
    }

    .donated-item .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .single .main_banner {
        margin-bottom: 30px;
    }

    .post_content {
        flex-direction: column;
        padding-top: 30px;
    }

    .post_content .post_content_left,
    .post_content .post_content_center,
    .post_content .post_content_right {
        width: 100%;
    }

    .sticky_elem {
        position: unset !important;
    }

    footer {
        border-radius: 50px 50px 0 0;
    }

    .footer-content .footer_item .footer_item-feedback .button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .hamburger-menu #hamburger-icon {
        width: 38px;
        height: 38px;
    }

    .hamburger-menu #hamburger-icon.hamburger-open:after {
        width: 38px;
        height: 38px;
        top: -1px;
        left: -5px;
    }

    .hamburger-menu #hamburger-icon span {
        height: 3px;
        width: 27px;
    }

    .hamburger-menu #hamburger-icon span:nth-child(1) {
        top: 10px;
    }

    .hamburger-menu #hamburger-icon span:nth-child(2), .hamburger-menu #hamburger-icon span:nth-child(3) {
        top: 17px;
    }

    .hamburger-menu #hamburger-icon span:nth-child(4) {
        top: 24px;
    }

    .hamburger-menu .menu-list {
        flex-direction: column;
        gap: 20px;
    }

    .hamburger-menu .menu-list .menu_item ul a,
    .hamburger-menu .menu-list .menu_item ul.header_item-feedback .button {
        font-size: 16px;
        line-height: 18px;
    }

    .hamburger-menu .menu-list .menu_item ul.header_item-feedback .button {
        line-height: 28px;
    }

    .home .main_banner.big_main_banner .main_banner-content {
        margin-top: 0;
    }

    .home .main_banner.big_main_banner .main_banner-title {
        font-size: 80px;
        line-height: 80px;
    }

    .home .main_banner.big_main_banner .main_banner-subtitle {
        font-size: 20px;
    }

    .main_banner .main_banner-socials {
        bottom: 50px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .kindergarten_section {
        padding: 60px 0;
    }

    .gooders_section {
        padding: 40px 0;
    }

    .about_us_section {
        margin-top: -60px;
        padding: 120px 0 60px;
        margin-bottom: 60px;
    }

    .about_courses_section {
        padding: 40px 0;
        margin-bottom: 60px;
    }

    .shedule-tabs,
    .schedule-day_content {
        margin-bottom: 60px;
    }

    .about_us_content {
        flex-direction: column;
        gap: 0;
    }

    .about_us_content p {
        width: 100%;
    }

    .main_section {
        padding-bottom: 60px;
    }

    .progress_schoolchildren_section .container {
        padding: 0;
    }

    .main_reviews .swiper-slide .main_reviews-item {
        transform: none;
        transition: none;
    }

    .about_team_content {
        flex-direction: column-reverse;
    }

    .about_team_text, .about_team_img {
        width: 100%;
    }

    .inst-tabs .flex-tabs {
        gap: 0 14px;
    }

    .inst-tabs .tab {
        max-width: 100%;
    }

    .inst-tabs .tab p {
        padding: 17px 24px;
        font-size: 16px;
        line-height: 21px;
    }

    .custom-tabs .tabs-control label:not(:first-of-type) p:before {
        top: -1px;
        left: 0;
        right: 0;
        bottom: unset;
        width: 100px;
        height: 2px;
    }

    .nav-pages_list,
    .custom-tabs .tabs-control {
        flex-direction: column;
    }

    .nav-pages_list li a {
        padding: 17px 24px;
        font-size: 16px;
        line-height: 21px;
    }

    .nav-pages_list li:not(:first-of-type):before {
        top: -1px;
        left: 0;
        right: 0;
        bottom: unset;
        width: 100px;
        height: 2px
    }

    .nav-pages_section {
        padding: 60px 0 30px;
    }

    .event_slider_box {
        margin-bottom: 70px;
    }

    footer {
        padding: 50px 25px 25px;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-content .footer_item:first-of-type,
    .footer-content .footer_item:last-of-type {
        width: 100%;
    }

    .footer-content .footer_item:nth-child(2),
    .footer-content .footer_item:nth-child(3) {
        width: calc(50% - 25px);
    }

    .about_achievement_section .container {
        padding: 0;
    }

    .about_schools-list,
    .about_schools_kindergarten-nav,
    .about_schools_lyceum-nav,
    .about_courses-nav {
        margin-bottom: 60px;
    }

    .about_courses-why {
        padding-left: 60px;
    }

    .about_courses-why_title {
        position: absolute;
        left: -55px;
        font-size: 32px;
        line-height: 36px;
        transform: rotate(-90deg);
    }

    .parents-notice {
        max-width: 80%;
        padding-left: 25px;
    }

    .daily_regime-subtitle {
        font-size: 14px;
    }

    .daily_regime-tabs .tabs {
        gap: 16px;
        flex-wrap: wrap;
        border: none;
    }

    .daily_regime-tabs .tab {
        width: calc(50% - 8px);
        border: 1px solid #ffffff;
        padding: 9px;
    }

    .team_item {
        width: calc(100% / 2);
    }

    #country-selector * {
        user-select: none;
        margin: 0 auto;
    }

    .table_achievement {
        flex-direction: column;
        border: 0;
    }

    .table_achievement .teacher_name {
        max-width: 100%;
    }

    .table_achievement .teacher_name li:nth-child(2) {
        border: 0;
    }

    .table_achievement .teacher_info li:not(:first-of-type) p:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #000
    }

    .table_achievement li.table_achievement-header {
        display: none;
    }

    .table_achievement .teacher_info li {
        flex-direction: column;
    }

    .table_achievement .teacher_info li p:first-of-type {
        width: 100%;
        border-right: 0;
        background: #FFDF63;
        text-align: center;
    }

    .bank_details_description {
        font-size: 16px;
        line-height: 18px;
    }

    .donated-list {
        gap: 30px 20px;
    }

    .news-item {
        flex-direction: column;
    }

    .news-item img {
        max-width: 600px;
    }

    .news-item .news-item_content {
        border-radius: 0 0 40px 40px;
        padding: 50px 30px 30px 30px;
        margin: -30px 0 0 0;
    }

    .news-item .news-item_content .text {
        text-align: justify;
    }

    .post_content .post_title {
        font-size: 20px;
        line-height: 28px;
    }

    .post_content {
        font-size: 16px;
        line-height: 24px;
    }

    .post_main_img {
        height: 400px;
    }

    .documents_list .documents_item {
        flex-direction: column;
        gap: 25px;
    }

    .documents_list .documents_item p,
    .documents_list .documents_item a {
        font-size: 16px;
        line-height: 18px;
    }

    .footer_copyright_wrapper {
        flex-direction: column;
        gap: 0;
    }

    .tour_main {
        gap: 25px;
    }

    .tour_main .ipanorama {
        height: 400px !important;
    }

    .tour_section .quote {
        font-size: 18px;
        line-height: 24px;
    }

    .kindergarten_item-left .kindergarten_item-content .kindergarten_item-text .more_detail {
        margin: 25px auto;
    }
}

@media screen and (max-width: 640px) {
    .main-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .kindergarten_item .kindergarten_item-content .kindergarten_item-text,
    .gooders_item .gooders_item-text {
        padding: 30px 15px 40px;
        font-size: 16px;
        line-height: 21px;
    }

    .kindergarten_section .more_detail {
        font-size: 16px;
    }

    .more_detail {
        font-size: 14px;
        line-height: 16px;
    }

    .main_news .main_news-title {
        font-size: 16px;
        line-height: 18px;
    }

    .main_news_section .main_button {
        font-size: 16px;
        line-height: 18px;
        margin: 75px auto 0;
    }

    .main_news_section .main_button {
        font-size: 16px;
        line-height: 18px;
        margin: 75px auto 0;
    }

    .kindergarten_item .kindergarten_item-img,
    .gooders_item .gooders_item-img {
        max-width: 75%;
    }

    .about_us_content p,
    .about_team_text .about_team_item p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_team_content {
        gap: 30px;
    }

    .about_team_text {
        gap: 24px;
    }

    .about_team_text .about_team_item {
        gap: 10px;
    }

    .about_team_text .about_team_item p:first-of-type {
        font-size: 18px;
        line-height: 20px;
    }

    .about_schools-list {
        display: none;
    }

    .swiper.about_schools_kindergarten,
    .about_schools_kindergarten-nav,
    .swiper.about_schools_lyceum,
    .about_schools_lyceum-nav,
    .swiper.about_courses,
    .about_courses-nav {
        display: block;
    }

    .about_schools-title, .faq-block_title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .about_schools_kindergarten .swiper-slide div,
    .about_schools_lyceum .swiper-slide div,
    .about_courses .swiper-slide div {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding: 15px;
    }
    
    .hero-video, .main_video-title {
        width: 320px;
        bottom: -25%;
        line-height: 96px;
        font-size: 96px;
    }

    .faq-block .question {
        font-size: 16px;
        line-height: 21px;
        padding: 25px 0;
    }

    .faq-block .arrow {
        right: 0;
    }

    .faq-block .answers {
        font-size: 14px;
        line-height: 18px;
    }

    .horizons-tabs .tab {
        font-size: 20px;
        line-height: 20px;
        padding: 12px 30px;
    }

    .horizons-tabs_buttons button,
    .about_achievement-item p,
    .about_courses-why_text,
    .about_courses-why_text2 {
        font-size: 16px;
        line-height: 24px;
    }

    .horizons-tabs_buttons button svg {
        display: none;
    }
    
    .hero-section {
        height: 400px;
    }

    a.about_schools-button {
        font-size: 14px;
        line-height: 16px;
        margin-top: 30px;
        padding: 14px 55px;
    }

    a.about_schools-button svg {
        display: none;
    }

    .shedule-tabs .tab {
        max-width: 100%;
    }

    .daily_regime-tabs .tab_item li p:first-of-type {
        display: none;
    }

    .team_list {
        width: 100%;
    }

    .invite_item .invite_item-img {
        max-width: 75%;
    }

    .invite_item .invite_item-text {
        padding: 30px 15px 40px;
        font-size: 16px;
        line-height: 21px;
    }

    .donated-item {
        width: 100%;
    }

    .donated-item .title {
        text-align: center;
    }

    .donated-item .main_button {
        margin: 0 auto;
    }

    .video_gallery_section .swiper-slide img {
        height: 250px;
    }

    .wpcf7 {
        padding: 34px;
    }

    .wpcf7 form {
        gap: 19px !important;
    }

    .wpcf7 label span input,
    .wpcf7 label span select {
        padding: 8px 20px !important;
        font-size: 12px !important;
        line-height: 16px !important;
        height: 38px !important;
    }

    .wpcf7 input[type=submit] {
        font-size: 10px !important;
        line-height: 12px !important;
        max-width: 200px !important;
    }
}

@media screen and (max-width: 479px) {
    .main_banner .main_banner-socials a,
    .main_banner .main_banner-socials button {
        width: 38px;
        height: 38px;
    }

    .main_reviews .swiper-slide .main_reviews-item {
        align-items: flex-start;
    }

    .main_banner .main_banner-title {
        font-size: 24px;
        line-height: 34px;
    }

    .news-item .news-item_content {
        padding: 50px 10px 30px;
    }

    .news-item .news-item_content .title {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-content .footer_item:first-of-type,
    .footer-content .footer_item:last-of-type,
    .footer-content .footer_item:nth-child(2),
    .footer-content .footer_item:nth-child(3) {
        width: 100%;
    }

    .footer-content .footer_item .footer_item-title {
        font-size: 18px;
    }

    /*.footer-content .footer_item ul li, .footer-content .footer_item ul li a,*/
    /*.footer-content .footer_item .footer_item-feedback a {*/
    /*    font-size: 14px;*/
    /*}*/
    .footer-content .footer_item .footer_item-contacts_social a {
        width: 38px;
        height: 38px;
    }

    a.footer-copyright, p.footer-copyright {
        font-size: 12px;
    }

    .post_info {
        flex-direction: column;
        gap: 5px;
        font-size: 16px;
    }

    .post_info li.separator {
        display: none;
    }

    .tour_main .ipanorama {
        height: 300px !important;
    }
}

@media screen and (max-width: 580px) {
    .header-controls {
        flex-wrap: contents;
        column-gap: none;
    }
    
    .support-form-wrapper {
        padding: 0;
    }
    
    .hero-title {
        font-size: 38px;
    }
    
}

@media screen and (max-width: 480px) {
    .header-controls {
        flex-wrap: wrap;
        column-gap: none;
        gap: 0px; 
        row-gap: 0px; 
        column-gap: 0px;
        padding-left: 110px;
    }
    
    .support-img {
        height: 300px;
    }
    
    .header-content {
        align-items: normal;
    }
    
    .lang-switcher {
        margin-bottom: 5px;
    }
    
}

input {
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
    }


  .amout_line:focus {
  outline: none;
  box-shadow: none; /* на случай, если у вас ещё есть тень при фокусе */
}
.amout_line {
      background: none;
    border: none;
      font-family: var(--font-main);
font-size: 28px;
color:white;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 120px;
}
 .dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.dropdown__toggle {
  background: #8CBF85;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 80px;
}

.dropdown__toggle::after {
  content: "";
  margin-left: 8px;
  border: 6px solid transparent;
  border-top-color: #fff;
}

.dropdown__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;

  /* твёрдый фон без прозрачности */
  background-color: #8CBF85 !important;
  opacity: 1 !important;

  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  z-index: 10;

  /* вместо opacity для показа/скрытия лучше используйте display */
  display: none;
}

.dropdown.open .dropdown__menu {
  display: block;
}

.dropdown__menu li {
  /* если у вас внутри li не стоит свой фон – он будет прозрачным */
  background-color: transparent;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
}
.dropdown__menu li:hover {
  /* сплошной фон ховера */
  background-color: #7BBF7E;
}

.dropdown__real {
  display: none;
}

