.filter_container{
    display: none;
    padding: 56px 50px 26px;
    gap: 20px;
}
input[type="text"].filter__button:focus-visible {
    outline: 0px #575756 solid;
    border: 1px #575756 solid;
}

input[type="text"].filter__button{
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #05A65D;
    border-radius: 30px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: start;
    color: #000000;
    max-width: 200px;
}

.filter__item:after{
    content: url("/wp-content/uploads/2023/12/1.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.filter__button_send{
    background: none;
    border: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #05A65D;
    text-decoration: underline;
}
.country__list, .year__list, .month__list {
    display: none; /* ������ ������ �� ��������� */
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* �������� ���������/������������ */
}
.filters__data{
    display: flex;
    padding: 0 50px;
    gap: 10px;
    padding-bottom: 30px;
}
.filters__data p{
    margin: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #05A65D;
}
.filter__item li{
    cursor: pointer;
}
/*---------------------*/

.country__list {
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px #05A65D solid;
    margin-top: 10px;
    z-index: 1;
}

.country__list li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.filter__item{
    position: relative;
}
/*---------------------*//*---------------------*/

.month__list{
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px #05A65D solid;
    margin-top: 10px;
    z-index: 1;
}
.month__list li{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*---------------------*//*---------------------*/

.year__list{
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px #05A65D solid;
    margin-top: 10px;
    z-index: 1;
}
.year__list li{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*---------------------*/
.head__container{
    background: url("/wp-content/uploads/2023/12/Group-3830-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.head__block{
    position: relative;
    width: 100%;
}
.head__title_box{
    padding: 0 47px;
    width: 100%;
    margin-bottom: 22px;
}
#head__button__box{
    padding: 0 48px;
    width: 100%;
    margin: 65px auto;
    display: flex;
    align-items: center;
    grid-gap:10px;
    overflow-x: auto;
}
#head__button__box button{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #FFFFFF1A;
    border: 0px;
}
#head__button__box button.active{
    background: #05A65D;
}
.head__title{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 86px;
    font-weight: 300;
    line-height: 104px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.what__line{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}
#page-tabs{
    width: 100%;
}

.news__container_post{
    margin-top: 75px;
    margin-bottom: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
}
.news__container_all_post{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}
.news__container_all_post.hide{
    display: none;
}
.news__container_post.hide{
    display: none;
}
.news__container{
    width: 100%;
}
.news__title_container{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 66px;
}
.news__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:5px;
}
.news__sup_box{
    background: rgb(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 13px;
    height: 100%;
}
.news__data {
    display: flex;
    padding-left: 26px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.news__panel{
    min-height: 290px;
    background-size: cover!important;
    background-position: center!important;
}

@media (max-width: 600px){
    background-position: bottom!important;
}

.news__panel:nth-child(12n+1) {
    grid-column: 1 / 3;
    grid-row: span 2;
    min-height: 580px;
}
.news__panel:nth-child(12n+8) {
    grid-column: 2 / 4;
    grid-row: span 2;
    min-height: 580px;
}
.news__line_vertical {
    top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 12px;
    background: #93C256;
}
.news__title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.news__read_more {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;

    color: #FFFFFF;
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
 .news__read_more:after{
    content: url("/wp-content/uploads/2024/01/Vector-5.svg");
}
 .news__read_more:hover {
    text-decoration: underline;
}
.news__container_button{
    margin: 83px auto 69px;
    display: flex;
    justify-content: center;
}
.button_news__show_more{
    max-width: 276px;
    width: 100%;
    padding: 15px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    border: 1px solid #05A65D;
    border-radius: 30px;
    background: transparent;
}
.news_head__line{
    background: #05A65D;
    width: 100%;
    height: 7px;
    margin: 0px;
}
.news__container_data{
    width: 100%;
    padding: 40px 47px 150px;
    margin: 0 auto;
}
.news__data_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.news__data_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
.social__box{
    display: flex;
    position: absolute;
    align-items: center;
    gap: 10px;
    right: 0;
    z-index: 1;
    min-width: 160px;
    width: max-content;
    top: 40px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease; /* �������� 0.3s �� �������� ������������ �������� � �������� */
}

.close__social{
    cursor: pointer;
}
.social__box--visible {
    height: 41px;
}
.social__box a {
    height: 41px;
}
.social__box a:hover path{
    fill: black!important;
}
.close__social:hover path{
    stroke: black!important;
}
.news__container_title{
    max-width: 850px;
}

@media (max-width: 992px){
    .news__container_title{
        max-width: 330px;
    }
}

.news__date{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;

    color: #05A65D;
    margin-bottom: 25px;
}
button.news_single__share_event{
    min-width: 120px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;

    color: #05A65D;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0px;
    border: 0px;
    background: transparent;
}
.news_single__share_event:hover{
    text-decoration: underline;
}
.news_single__share_event:after{
    content: url("/wp-content/uploads/2023/12/basil_share-outline.svg");
    height: 24px;
}
a.news_single__button_calendar{
    padding: 13px 24px 13px 24px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background:#05A65D ;
    border: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.news_single__button_calendar:after{
    content: url("/wp-content/uploads/2023/12/Group-3741.svg");
}
.news_slide__container{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.next-3_mobile,.prev-3_mobile{
    display: none;
}
.swiper__wrapper_mobile{
    display: none;
}
.news_post__box2{
    position: relative;
}
.swiper-button-next-3{
    position: absolute;
    top: 50%;
    right: 48px;
    z-index: 2;
}
.swiper-button-prev-3{
    position: absolute;
    top: 50%;
    left: 48px;
    z-index: 2;
}
.news__text{
    max-width: 925px;
    width: 100%;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;

    color: #575756;
    margin-top: 0;
    margin-bottom: 26px;
}
/*---------------------------------------------------------------------------------calendar__box----------------------------------------------------------------------------------------*/
.green__line{
    width: 100%;
    height: 7px;
    background:  #05A65D;
    margin: 0;
}
.calendar__box{
    display: flex;
    flex-direction: column;
    padding-left: 48px;
    gap: 20px;
    padding-top: 33px;
    padding-bottom: 47px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.calendar__year{
    color:  #05A65D;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    width: max-content;
    border: none;
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
}
button.calendar__year:after{
    content: url("/wp-content/uploads/2024/01/Vector-21.svg");
    padding-left:9px;
}
.years__list{
    display: none;
    width: 100%;
    background: #FFFFFF;
    max-height: 300px;
    max-width: 140px;
    position: absolute;
    overflow: scroll;
    overflow-x: unset;
    border-radius: 0px;
    z-index: 10;
    border: 1px #05A65D solid;
    padding: 10px;
}
.years__list li{
    margin: 10px 0;
    cursor:pointer;
}
/* �������� ������ ������� */
.years__list::-webkit-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    background: #0BCE75;
    width: 6px; /* ������ ������� */
    border: none;
}

/* �������� "�������" ������� */
.years__list::-webkit-scrollbar-thumb {
    border-radius: 36px;
    background-color: white; /* ����� ���� "�������" */
    border: none; /* ����������� ���������� "�������" */
}
.calendar__mouth .tab{
    color: #CAD0CE;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.calendar_box__date{
    color: #CAD0CE;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap:20px;
}

/* ����� ��� ������ ��������� � WebKit ��������� (Chrome, Safari) */
/* .calendar_box__date::-webkit-scrollbar {
    width: 12px;
} */
/* ���� �������� ��������� � ������������� */
/* .calendar_box__date::-webkit-scrollbar-thumb {
   color: rgba(0, 0, 0, 0); 
} */

 /* ���� ����� ��������� � ������������� */
/* .calendar_box__date::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
} */

.tabs.calendar__mouth::-webkit-scrollbar-track, 
.calendar_box__date::-webkit-scrollbar-track
{
	border: 0px solid #05A65D;
	background-color: #F5F5F5;
        border-radius: 5px;
}

.tabs.calendar__mouth::-webkit-scrollbar,
.calendar_box__date::-webkit-scrollbar
{
	width: 10px;
    height: 8px;
	background-color: #F5F5F5;
        border-radius: 5px;
}

.tabs.calendar__mouth::-webkit-scrollbar-thumb,
.calendar_box__date::-webkit-scrollbar-thumb
{
	background-color: #05A65D;
    border-radius: 5px;
}

.tabs{
    display: flex;
    gap:53px;
}
.tab{
    cursor: pointer;
}
.calendar__mouth .next__tab{
    color: #69CA9E;
}
.calendar__mouth  .tab.active{
    color:  #05A65D;
}
.day__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    cursor:pointer;
    position: relative;
    padding-bottom: 10px;
}
.haveDate:after{
    position: absolute;
    content: url("/wp-content/uploads/2024/01/Ellipse-191.svg");
    bottom: 0px;
}
.next__day.day__box{
    opacity: 0.8;
}
.next__day .day__text{
    color:  #A6DDC4;
}
.next__day .day__num{
    background: #A6DDC4;
    color: #fff;
}
.day__num{
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background: rgba(115, 115, 115, 0.1);
    color: #CADBD5;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.day__text{
    color:  #CAD0CE;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.today__date .day__text{
    color:  #05A65D;
}
.today__date .day__num{
    background: rgba(5, 166, 93, 1);
    color: #fff;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
.list__location{
    margin-top: 10px;
    position: absolute;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px #05A65D solid;
    border-radius: 20px;
    display: none;
    z-index: 1;
}
.list__location li{
    margin: 10px 0;

}

.filter_container {
    padding-top: 56px;
    padding-bottom: 56px;
}

/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/

@media (max-width: 1500px){

    .calendar_box__date {
        gap: 20px;
        /* flex-wrap: wrap; */
    }

    .tabs {
        gap: 20px;
        /* flex-wrap: wrap; */
    }

    .calendar__mouth .next__tab {
        color: #69CA9E;
        padding-bottom: 10px;
}

}



@media (max-width: 800px){

    .tabs.calendar__mouth{
        overflow: auto;
    }

    .filter_container {
        flex-wrap: wrap;
    }
    .news__container_post,
    .news__container_all_post {
        display: flex;
        flex-direction: column;
    }
    .news__panel{
        display: flex;
        /* justify-content: center; */
        align-items: flex-end;
    }
    .news__sup_box{
        padding-bottom: 32px;
    }

    .social__box{
        left: 0;
        right: unset;
    }

    .news__panel:nth-child(12n+8),
    .news__panel:nth-child(12n+1) {
        min-height: 290px;
    }

    .news__data_title {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .news__data_link {
        width: 100%;
    }
    .news__container_title {
        width: 100%;
        max-width: 800px;
        padding-top: 50px;
    }
    .news_single__button_calendar {
        font-size: 14px;
        padding: 10px 17px;
    }
}

@media (max-width: 600px){

    .calendar__box {
        padding-left: 15px;
        padding-right: 12px;
    }
    .news__container_data{
        padding: 40px 12px 150px;
    }

    .news__container_single_post .news__container{
        padding-top: 0px;
    }

    .news__container_single_post .news__date {
        margin-bottom: 5px;
    }

    .news__container_single_post .news__text {
        line-height: 26px;
    }

    .news__container_single_post .news__container_data {
        padding: 40px 12px 50px;
    }

    a.news_single__button_calendar {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 17px 10px 17px;
    }

    .tabs.calendar__mouth::-webkit-scrollbar,
    .calendar_box__date::-webkit-scrollbar
    {
        height: 4px;
    }

    .filter_container {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 35px 12px 47px;
        position: relative;
    }
    .filter__item {
        min-width: 165px;
    }
    .filter__button:after {
        content: url(/wp-content/uploads/2023/12/1.svg);
        padding-left: 0px;
        position: absolute;
        right: 20px;
    }
    .filter__button {
        position: relative;
        right: 0px;
        width: 100%;
    }
    .list__location,
    .year__list,
    .month__list{
        position: relative;
    }
    .list__location li,
    .year__list li,
    .month__list li{
        margin: 5px 0;
    }
    .filter__button_send {
        white-space: nowrap;
        position: absolute;
        bottom: 9px;
    }
    .swiper__wrapper_desktop{
        display: none;
    }
    .swiper__wrapper_mobile{
      display: flex;
    }
    .next-3_mobile,.prev-3_mobile{
        display: block;
    }
    .next-3_desktop,.prev-3_desktop{
        display: none;
    }
}