@font-face {
    font-family: 'BPG Arial';
    src: url('../../assets/fonts/bpg_arial_2009/BPGArial.eot');
    src: url('../../assets/fonts/bpg_arial_2009/BPGArial.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/bpg_arial_2009/BPGArial.woff2') format('woff2'),
    url('../../assets/fonts/bpg_arial_2009/BPGArial.woff') format('woff'),
    url('../../assets/fonts/bpg_arial_2009/BPGArial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BPG Mrgvlovani Caps 2010';
    src: url('../../assets/fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.eot');
    src: url('../../assets/fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.woff2') format('woff2'),
    url('../../assets/fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.woff') format('woff'),
    url('../../assets/fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Mark GEO CAPS";
    src: url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.eot");
    src: url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e7b466342e72089bd39975865c03be1e.svg#Mark GEO CAPS")format("svg");
}
:root {
    --light-green: #a8c3a0;
    --dark-green: #586059;
    --light-rose: #f1eee9;
    --light-gray: #d9d9d9;
}
.bpg_capslock{
    font-family: 'BPG Mrgvlovani Caps 2010';
}
.bpg_arial{
    font-family: 'BPG Arial';
}
.mark_geo{
    font-family: "Mark GEO CAPS";
}
.fotn-white{
    color:#ffffff;
}
font-black{
    color: #000000;
}
.font-blue{
    color:#3e4a3f;
}
.font-bold{
    font-weight: bold;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
.dropdown-toggle::after {
    display: none !important;
}
.def-shadow{
    /*-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.48);*/
    /*box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.48);*/
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
a {
    text-decoration: none;
}
@media (min-width: 332px) {
    .searchdiv{
        text-align: center;
    }
    .searchdivchild{

    }
    .socialdiv{
        text-align: center;
    }
    .socialchilddiv{

    }
}
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }
    .nav-item{
        padding: 15px 10px 15px 10px;
    }
    .searchdiv{
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .searchdivchild{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-100%, -50%);
    }
    .socialdiv{
        position: relative;
        text-align: right;
    }
    .socialchilddiv{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
*{
    font-family: "BPG Arial", sans-serif;
}
html,
body{
    max-width: 100%;
    overflow-x: hidden;
}
li > a{
    font-family: "BPG Mrgvlovani Caps 2010", sans-serif;
}
body{
    /*background-color: #FDFDFD;*/
}
.bg-def{
    background-color: var(--light-rose);
}
.bg-blue{
    background-color: #a8c3a0;
}
.bg-footer{
    background-color: var(--dark-green);
}
.text-right{
    text-align: right;
}
.mt-30{
    margin-top:30px;
}
.mb-30{
    margin-bottom:30px;
}
.facebook{
    color: #a8c3a0;
    font-size:35px;
}
.facebook:hover{
    color: #3b5998;
    transition: 0.5s;
}
.youtube{
    color: #a8c3a0;
    font-size:35px;
}
.youtube:hover{
    color: #a31812;
    transition: 0.5s;
}
.site-logo{
    max-width: 200px;
    width: 100%;
    height: auto;
}
.search-input{
    max-width: 100%;
    border-radius: 15px;
    padding: 5px;
    border: none;
    border-right: 1px solid #a8c3a0;
    border-bottom: 1px solid #a8c3a0;
}
.search-button{
    color: #a8c3a0;
    font-size: 20px;
    border: none;
    background-color: #fff;
}
.search-input:focus{
    outline: none;
    box-shadow: none;
}
.nav-item a{
    font-weight: bold;
    color: #777;
}
.nav-item a:hover{
    color: #3e4a3f;
}
.navbar{
    background-color: var(--light-rose);
}
.front-navbar-collapse{
    justify-content: center;
}
.navbar-nav{
    align-items: center;
}
.navbar-toggler{
    border-color: rgba(62, 74, 63, 0.35);
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0.15rem rgba(168, 195, 160, 0.55);
}
.dropdown-menu{
    border:none;
    box-shadow: 1px 1px 7px #cccccc;
}
.dropdown-menu a:hover{
    background-color: #FDFDFD;
}
     /* სლაიდერის კონტეინერი */
 .carousel-item {
     position: relative;
     height: 600px; /* სლაიდერის სიმაღლე */
 }

/* სურათის სტილი */
.carousel-item img {
    object-fit: cover; /* სურათის ფორმატირებისთვის */
    height: 100%;
    width: 100%;
}

/* ტექსტის ბლოკის კონტეინერი */
.carousel-caption-container {
    position: absolute;
    bottom: 50px; /* დაშორება ქვემოდან */
    left: 10%; /* დაშორება მარცხნიდან */
    width: 60%; /* ტექსტის ბლოკის სიგანე */
    background-color: white;
    padding: 20px;
    display: flex; /* Flexbox-ის ჩართვა */
    align-items: center; /* ვერტიკალური გაცენტრება */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* ჩრდილი */
    border-radius: 5px; /* მომრგვალებული კუთხეები */
}

/* სათაურის ტექსტი */
.carousel-caption-text {
    flex-grow: 1; /* ტექსტის ბლოკის გაფართოება */
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-right: 20px; /* დაშორება თარიღამდე */
}

/* თარიღის ბლოკი */
.carousel-caption-date {
    background-color: #4da6ff; /* ლურჯი ფონი */
    color: white;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    min-width: 80px; /* მინიმალური სიგანე */
}

/* ისრების სტილი (სურვილისამებრ) */
.carousel-control-prev, .carousel-control-next {
    opacity: 0.8; /* გაუმჭვირვალობა */
}
.home-hero-row{
    row-gap: 24px;
}
.home-carousel-col,
.home-child-col{
    margin-bottom: 20px;
}
.home-news-row{
    row-gap: 28px;
}
.home-news-col{
    margin-bottom: 6px;
}

/* მობილური ვერსიისთვის */
@media (max-width: 768px) {
    .carousel-caption-container {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 20px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .carousel-caption-text {
        font-size: 1rem;
        margin-right: 0;
    }
    .carousel-caption-date{
        font-size: 0.8rem;
        padding: 8px 10px;
        min-width: auto;
    }
    .home-carousel-col{
        margin-bottom: 18px;
    }
}
.home-right-items{
    margin-bottom: 20px;
}
.child-item{
    border-radius: 6px;
    position: relative;
}
.child-item img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.child-item-button{
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    width: 300px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-radius: 6px;
    padding: 8px 0 8px 0;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(168, 195, 160) 1%, rgb(232, 221, 202) 51%, rgb(168, 195, 160) 100%);
    color: #3e4a3f;
}
.child-item-button:hover{
    color: white;
    background: linear-gradient(90deg, rgb(62, 74, 63) 1%, rgb(232, 221, 202) 51%, rgb(62, 74, 63) 100%);
    transition: 0.3s;
}
.news-image{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 280px;
    transition: 0.3s;
}

.all_news_button{
    font-size: 12px;
    font-family: "BPG Arial", sans-serif;
    background-color: var(--dark-green);
    border-radius: 14px;
    padding: 11px;
    text-decoration: none;
    color: #fff;
}
.all_news_button:hover{
    background-color: #e8dccb;
    color: #000;
    transition: 0.2s;
}
.news_title_text{
    -webkit-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.22);
}
.news-card-link{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-card-link:hover .news-image{
    opacity: 0.92;
}
.news-card-link:hover .news_title,
.news-card-link:hover .news_title_second{
    color: #2a352b;
}
.news_title,
.news_title_second{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    height: 110px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: "BPG Mrgvlovani Caps 2010";
    font-weight: bold;
    color: #3e4a40;
}
.news_title{
    background-color: var(--light-rose);
    /*flex: 1 0 110px;*/
}
.news_title_second{
    background-color: var(--light-gray);
    flex: 1 0 110px;
}
.partners-title{
    font-family: "Mark GEO CAPS";
    font-weight: bold;
    margin-top:11%;
}
.footer-text{
    font-size: 20px;
    color: #ffffff;
    font-family: "BPG Arial";
    overflow-wrap: anywhere;
}
.footer-text a {
    color: #ffffff;
}
.footer-text a:hover {
    color: #a8c3a0;
}
.page-links{
    font-size: 14px;
}
.about-text{
    border-right: 1px solid #a8c3a0;
    border-bottom: 1px solid #a8c3a0;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fafaf7;
    border-radius: 15px;
}
.documents_backgrount{
    border-right: 1px solid #a8c3a0;
    border-bottom: 1px solid #a8c3a0;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fafaf7;
    border-radius: 15px;
}
.employees-div{
    border-right:1px solid #fafaf7;
    border-bottom:1px solid #fafaf7;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fafaf7;
    border-radius: 15px;
    min-height: 270px;
    height: auto;
    overflow-wrap: anywhere;
}
.employees-div:hover{
    border-right: 1px solid #a8c3a0;
    border-bottom: 1px solid #a8c3a0;
    transition: 0.7s;
}
.structure-div{
    border-right:1px solid #fafaf7;
    border-bottom:1px solid #fafaf7;
    background-color: #fafaf7;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.structure-div:hover,
.structure-div-link:hover{
    border-right:1px solid #a8c3a0;
    border-bottom:1px solid #a8c3a0;
    transition: 0.7s;
    outline: none;
}
.structure-div-link{
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    min-height: 260px;
    height: auto;
}
.structure-card-row{
    display: flex;
    align-items: stretch;
    gap: 20px;
    height: 100%;
}
.structure-div h3{
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.45;
}
.structure-img{
    flex: 0 0 38%;
    max-width: 38%;
}
.structure-img img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.structure-show-image img{
    border-radius: 15px;
}
.structure-text-block{
    flex: 1;
    max-width: 62%;
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.structure-short-text{
    font-size: 13px;
    text-align: justify;
    color: #3e4a40;
    line-height: 1.65;
    margin-bottom: 0;
}
.structure-show-page h3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.structure-show-content{
    margin-bottom: 20px;
}
.structure-back-link{
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #3e4a3f;
    text-decoration: none;
}
.structure-back-link:hover{
    color: #a8c3a0;
}

/*galleru side*/
.gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.image-center{
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
    height: 250px;
    cursor: pointer;
    transition: 0.3s;
}
.image-center:hover{
    opacity: 0.7;
}

.gallery-video{
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 6px;
}

.gallery-item-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 21px 14px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    pointer-events: none;
}

.gallery-filter-button{
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

.gallery-filter-button.active{
    background-color: #e8dccb;
    color: #000;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.gallery-modal-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #f1f1f1;
    font-size: 45px;
    font-weight: bold;
    padding: 10px 18px;
    cursor: pointer;
    z-index: 2;
}

.gallery-modal-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.gallery-modal-prev {
    left: 35px;
}

.gallery-modal-next {
    right: 35px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }

    .gallery-modal-arrow {
        font-size: 32px;
        padding: 8px 12px;
    }

    .gallery-modal-prev {
        left: 10px;
    }

    .gallery-modal-next {
        right: 10px;
    }
}
@media (max-width: 575.98px) {
    .col-sm-12{
        flex: 0 0 auto;
        width: 100%;
    }
}
.contact_icons{
    font-size: 20px;
    margin-right: 15px;
}
.contact_tel_email{
    text-decoration: none;
    color: #212835;
}
.contact_tel_email:hover{
    color: #4296ca;
    transition: 0.7s;
}
.contact_form{
    margin-bottom: 10px;
    font-size: 14px;
    color: #4a5568;
    width: 100%;
    border: none;
    border-right: 1px solid #a8c3a0;
    border-bottom:1px solid #a8c3a0;
    border-radius: 10px;
    background-color: #fafafa;
    padding: 7px;
}
.contact_form:focus{
    outline: none;
    box-shadow: none;
}
.contact_button {
    width: 100%;
    color: #ffffff;
    background-color: #a8c3a0;
    border: 1px solid #a8c3a0;
    padding: 12px 24px;
    border-radius: 10px;
    transition: 0.3s;
}
.contact_button:hover {
    border: 1px solid #a8c3a0;
    background: #f4f4f4;
    color: #000000;
}
.success-message{
    color: #4296ca;
}
.error-message{
    color: #df8584;
}
.kindergarten-parrent{
    display: flex;
}
.kindergarten-parrent-div{
    padding: 10px;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 280px;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.kindergarten-image{

}
.kidsgarten-text{
    padding: 8px;
    background-color: #fafaf7;
    color: #3e4a40;
    font-family: "BPG Mrgvlovani Caps 2010";
    font-weight: bold;
    text-align: left;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    margin-top:2px;
    position: relative;
}
.kidsgarten-title{
    font-size: 18px;
    font-weight: bold;
}
.kidsgarten-title-teacher{
    font-size: 13px;
}
.kidsgarten-title-address{
    font-size: 13px;
}
.kidsgarten-tel{
    text-decoration: none;
    color: #3e4a40;
    background-color: #a8c3a0;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    right: -7px;
    bottom: 30px;
}
.doc-div{
    padding:15px;
    max-width: 100%;
}
.doc-icon{
    font-size: 20px;
    margin-right: 15px;
}
.doc-link{
    color: #3e4a40;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.news-show-breadcrumb a{
    color: #3e4a3f;
    text-decoration: none;
}
.news-show-breadcrumb a:hover{
    text-decoration: underline;
}
.news-show-image{
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.news-show-header-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-show-title{
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.news-show-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}
.news-show-date{
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'BPG Arial', sans-serif;
}
.news-show-date .fa{
    margin-right: 6px;
    color: #a8c3a0;
}
.news-show-share{
    display: flex;
    gap: 8px;
}
.news-share-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.news-share-fb{
    background-color: #a8c3a0;
    font-size:22px;
}
.news-share-fb:hover{
    transition: 0.5s;
    background-color: #3b5998;
}
.news-share-tw{
    font-size:22px;
    background-color: #a8c3a0;
}
.news-share-tw:hover{
    transition: 0.5s;
    background-color: #1da1f2;
}
.news-share-in{
    font-size:22px;
    background-color: #a8c3a0;
}
.news-share-in:hover{
    background-color: #0077b5;
    transition: 0.5s;
}
.news-share-btn:hover{
    opacity: 0.85;
    color: #fff;
}
.news-article-content{
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
    color: #3e4a40;
}
@media (max-width: 768px) {
    .pt-40{
        padding-top: 28px;
    }
    .pb-40{
        padding-bottom: 28px;
    }
    .mark_geo{
        line-height: 1.35;
    }
    .site-logo{
        max-width: 160px;
    }
    .searchdiv,
    .socialdiv{
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .socialdiv{
        text-align: center;
    }
    .navbar-nav{
        align-items: flex-start;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-item{
        width: 100%;
        padding: 4px 0;
    }
    .dropdown-menu{
        width: 100%;
        box-shadow: none;
    }
    .carousel-item{
        height: 340px;
    }
    .news-image{
        height: 220px;
    }
    .news_title,
    .news_title_second{
        min-height: auto;
        height: auto;
    }
    .partners-title{
        margin-top: 0;
        margin-bottom: 18px;
        text-align: center;
        font-size: 1.35rem;
    }
    .slider-section{
        max-width: 100%;
    }
    .employees-div{
        min-height: auto;
    }
    .footer-text{
        font-size: 15px;
        line-height: 1.6;
    }
    .footer-logo-col{
        text-align: center;
        margin-bottom: 18px;
    }
    .contact-form-col{
        margin-bottom: 26px;
    }
    .contact-side-col{
        margin-top: 8px;
    }
    .child-item-button{
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        padding: 8px 10px;
    }
    .structure-div{
        padding: 12px;
    }
    .structure-div-link{
        min-height: auto;
    }
    .structure-card-row{
        flex-direction: column;
        gap: 12px;
    }
    .structure-img,
    .structure-text-block{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .structure-img img{
        height: 220px;
    }
    .structure-text-block{
        padding: 0;
    }
    .structure-div h3{
        font-size: 1rem;
    }
    .structure-short-text{
        font-size: 13px;
    }
    .news-show-image{
        height: 230px;
    }
    .news-show-title{
        font-size: 1.15rem;
        margin-top: 16px;
    }
    .news-show-meta{
        flex-direction: column;
        align-items: flex-start;
    }
    .slider{
        height: 230px;
    }
    .kindergarten-parrent-div{
        padding: 10px 0;
    }
    .kidsgarten-text{
        padding-bottom: 12px;
    }
    .kidsgarten-tel{
        position: static;
        display: inline-block;
        margin-top: 8px;
    }
}

