.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;
}
button.news_single__share_event{
    min-width: 120px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    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;
}
.head__container{
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_post__box{
    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;
}
.head__block{
    position: relative;
    padding: 0 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head__title_box{
    padding: 0 15px;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
}
.head__title{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 86px;
    font-weight: 300;
    line-height: 104px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
a.project_single__container_back{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-decoration: underline;
    position: absolute;
    top: 220px;
    left: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.project_single__container_back:before{
   content: url("/wp-content/uploads/2024/01/Vector-8.svg");
    width: 6px;
}

a.news_single__share{
    margin-top: 14px;
    min-width: 120px;
    padding-right: 25px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #05A65D;
    text-decoration: underline;
    display: flex;
    gap: 15px;
}
.news_single__share:after{
    content: url("/wp-content/uploads/2023/12/basil_share-outline.svg");
height: 24px;
}
.news__container_data{
    padding: 100px 47px 55px;
}
.news__date{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #05A65D;
    margin-bottom: 10px;
}

.news__data_title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news__container_title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #575756;
}
.news__text p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    max-width:750px;
    margin: 0;
}
.news__text ul{
    list-style: disc;
    margin-left: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.news__text ol{
    margin: 0px;
    padding-left: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.news__text.width__full p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    max-width:100%;
    margin: 0;
}

.news__line{
    margin: 0;
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}

.news__container_image_content{
    margin-top: 13px;
}

.news__container_post{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 44px;
    margin-bottom: 91px;
    gap: 1px;
}
.news__container{
   display: flex;
    gap: 29px;
}
.news__container_mobile{
    display: none;
}
.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{
    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_title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-top: 91px;
}

.news__panel{
    min-height: 290px;
}
.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;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 16px;
}
a.news__read_more {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.news__read_more:after{
    content: url("/wp-content/uploads/2024/01/Vector-5.svg");
}
.news__read_more:hover {
    text-decoration: underline;
}
.news__contact_us{
    width: 100%;
    background: linear-gradient(270.19deg, #189DC3 0.17%, #32B276 52.85%, #32B276 99.86%);
    display: flex;
    align-items:center;
    align-content: center;
    grid-gap: 10px;
    padding: 40px 45px;
}
a.news__contact_us_title{
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.news__contact_us_title:after{
    content: url("/wp-content/uploads/2023/12/Group-3676.svg");
    padding-left: 10px;
}


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


@media (max-width: 800px){

    .news__container_post {
        display: flex;
        flex-direction: column;
    }
    .news__panel {
        display: flex;
        align-items: flex-end;
    }
    .news__sup_box{
        padding-bottom: 32px;
    }

}

@media (max-width: 600px){
    .news__container_data {
        padding: 100px 12px 55px 12px;
    }
    .news__data_link{
        position: absolute;
        top: -85px;
        right: 0px;
    }
    .news__data_title {
        position: relative;
    }
    .news__container{
        display: none;
    }
    .news__container.mobile{
        display: block;
    }
    a.project_single__container_back {
        top: 210px;
        left: 20px;
    }
}
