#first_section_about {
    padding: 80px 0 118px;
    position: relative;
}

#first_section_about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/IT_Waves.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: .2;
    bottom: 0;
    z-index: 0;
}

#first_section_about .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    z-index: 2;
}

#first_section_about .container .title__card {
    margin: 30px 0 50px;
    max-width: 540px;
}

#first_section_about .container .short__about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#first_section_about .container .short__about .item__short__about {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
    align-items: start;
}

#first_section_about .container .short__about .item__short__about img {
    max-height: 60px;
}

#projects__about {
    padding: 90px 0 60px;
}

#projects__about .container {
    display: flex;
    flex-direction: column;
}

#projects__about .container .title__card {
    margin: 30px 0 50px;
    max-width: 560px;
}

.grid__whit__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid__whit__card .card {
    background-color: #fff;
    border: none;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 25px 2px rgba(106, 129, 140, 0.1);
    display: flex;
    flex-direction: column;
    align-items: start;
}

.grid__whit__card .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.grid__whit__card .card .title__card {
    margin: 20px 0 15px !important;
    font-weight: 700;
}

.grid__whit__card .card .main__text {
    margin-bottom: 80px;
}

.grid__whit__card .card .button {
    margin-top: auto;
}

.grid__whit__card .card .bottom__info__news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.grid__whit__card .card .bottom__info__news .small__text {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
}

#projects__about .big-button {
    margin: auto;
    margin-top: 50px;
}

#news__about {
    padding: 60px 0;
    position: relative;
}

#news__about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/IT_Waves.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: .2;
    bottom: 0;
    z-index: 0;
}

#news__about .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

#news__about .container .title__card {
    margin: 30px 0 50px;
    max-width: 560px;
}

#news__about .container .big-button {
    margin: auto;
    margin-top: 50px;
}

#job {
    padding: 60px 0;
}

#job .container {
    display: flex;
    flex-direction: column;
}

#job .title__card:not(.white-text) {
    margin: 30px 0 50px;
    max-width: 560px;
}

#job .info-job {
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#job .info-job .item__info-job {
    flex: 1 0 calc(33.333% - 40px);
    max-width: 50%;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#job .info-job .item__info-job .counter-job {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 80%;
}

#job .info-job .item__info-job .title__card {
    margin: 30px 0 15px;
    max-width: 500px;
}

#job .info-job .item__info-job .main__text {
    max-width: 500px;
}

#job .container .big-button {
    margin: auto;
    margin-top: 50px;
}

#job .all__job {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
}

#job .all__job .section__title.small__text {
    font-size: 30px;
}

#job .all__job .block__job-and-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

#job .all__job .block__job-and-filter .filter {
    max-width: 300px;
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#job .all__job .block__job-and-filter .filter .item__filter.search {
    position: relative;
}

#job .all__job .block__job-and-filter .filter .item__filter.search::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../image/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
    bottom: 8px;
}

#job .all__job .block__job-and-filter .filter .item__filter.search input {
    padding: 16px 20px;
    font-size: 14px;
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    width: 100%;
    font-family: inherit;
}

#job .all__job .block__job-and-filter .result-job {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#job .all__job .block__job-and-filter .result-job .item__job {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(106, 129, 140, 0.1);
    border-radius: 10px;
    padding: 20px;
}

#job .all__job .block__job-and-filter .result-job .item__job .info-item__job {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#job .all__job .block__job-and-filter .result-job .item__job .info-item__job .main__text.small {
    font-size: 14px;
    font-weight: 400;
}

#all_projects_about {
    padding: 60px 0;
    position: relative;
}

#all_projects_about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/IT_Waves.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: .2;
    bottom: 0;
    z-index: 0;
}

#all_projects_about .container {
    display: flex;
    flex-direction: column;
}

#all_projects_about .title__card {
    margin: 30px 0 50px;
    max-width: 560px;
}

#all_projects_about .slick-track {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: -40px;
}

#all_projects_about .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

#all_projects_about .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#all_projects_about .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 430px;
}

#documents_about {
    padding: 60px 0 120px;
}

#documents_about .title__card {
    max-width: 560px;
    margin: 30px 0 50px;
}

#documents_about .slick-track {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: -40px;
}

#documents_about .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(106, 129, 140, 0.1);
}

#documents_about .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#documents_about .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 430px;
}

.hidden-news {
    display: none !important;
}

.hidden-document {
    display: none;
}

.show-more-container {
    text-align: center;
    margin-top: 20px;
}

/* .show-more-btn {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.show-more-btn:hover {
    background-color: #005177;
} */





@media screen and (max-width: 992px) {
    #first_section_about {
        padding: 80px 0 50px;
    }

    #first_section_about .container .title__card {
        margin: 20px 0 30px;
    }

    #first_section_about .container .short__about {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    #first_section_about .container .short__about .item__short__about {
        padding: 20px 30px;
        gap: 20px;
    }

    #first_section_about .container .short__about .item__short__about img {
        max-height: 40px;
    }

    #projects__about {
        padding: 40px 0 30px;
    }

    #projects__about .container .title__card,
    #news__about .container .title__card,
    #job .title__card:not(.white-text) {
        margin: 10px 0 30px;
    }

    .grid__whit__card {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .grid__whit__card .card {
        padding: 20px;
    }

    .grid__whit__card .card .title__card {
        margin: 20px 0 15px;
    }

    .grid__whit__card .card .main__text {
        margin-bottom: 32px;
    }

    #projects__about .big-button,
    #news__about .container .big-button {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    #news__about {
        padding: 30px 0;
    }

    #job {
        padding: 30px 0;
    }

    #job .info-job {
        gap: 20px;
    }

    #job .info-job .item__info-job {
        flex: 1 0 auto;
        max-width: 100%;
        padding: 20px;
    }

    #job .info-job .item__info-job .counter-job {
        font-size: 30px;
    }

    #job .info-job .item__info-job .title__card {
        margin: 20px 0 15px;
    }

    #job .all__job {
        margin-top: 30px;
    }

    #job .all__job .block__job-and-filter {
        flex-direction: column;
        gap: 25px;
    }

    #job .all__job .block__job-and-filter .filter {
        max-width: 100%;
    }

    #job .all__job .block__job-and-filter .filter .item__filter.search {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    #job .all__job .block__job-and-filter .filter .item__filter.search::before {
        right: 65px;
    }

    #job .all__job .block__job-and-filter .filter .item__filter.search .filter__button {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        font-size: 0;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 10px;
    }

    #job .all__job .block__job-and-filter .filter .item__filter.search .filter__button::before {
        content: '';
        position: relative;
        background-image: url(../image/filter_btn.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 22px;
        height: 20px;
    } 

    #job .all__job .block__job-and-filter .filter .accordion {
        display: none;
    }

    #job .all__job .block__job-and-filter .filter .accordion.visible {
        display: flex;
    }

    #job .all__job .block__job-and-filter .result-job .item__job {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    #all_projects_about {
        padding: 30px 0;
        overflow-x: hidden;
    }

    #all_projects_about .title__card {
        margin: 10px 0 30px;
    }

    #all_projects_about .slick-track {
        gap: 20px;
        margin-left: -20px;
    }

    #documents_about {
        overflow-x: hidden;
        padding: 30px 0 60px;
    }

    #documents_about .title__card {
        margin: 10px 0 30px;
    }

    #documents_about .slick-track {
        gap: 20px;
        margin-left: -20px;
    }
}