
.tender-page {
    padding-bottom: 130px;
}
.tender-lits-section .item {
    gap: 30px;
    padding: 28px 100px 28px 84px;
    cursor: pointer;
    position: relative;
    transition: color var(--ease);
    transform-origin: top center;
}

.tender-lits-section .item.heading-title {
    padding: 0px 100px 18px 84px;
    margin-top: -2px;
}

.sports-title {
    width: 67%;
    padding-right: 20px;
        line-height: 22px;
}

.close-date {
    width: calc(33% - 110px);
    padding-right: 20px;
    line-height: 22px;
    /* max-width: 180px; */
    text-align: left;
}

.item-inner{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
}

.item.heading-title .item-inner {
    justify-content: flex-start;
}

.item.heading-title .item-inner span {
    font-family: 'Golos Text';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #364D48;
}

.faq-item .item-inner .close-date span:not(.close-title) {
    display: inline-block;
    max-width: 140px;
}

.faq-item .over-lay {
    z-index: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #90D00D;
    transform-origin: top center;
    transition: transform .2s;
    animation-fill-mode: forwards;
    transform: scaleY(0);
}
.faq-item:hover .over-lay {
    transform: scaleY(1);
}

.faq-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #364D48;
    transition: transform var(--fast-ease) .2s;
    transform-origin: left;
}

.btn__wrapper.center {
    text-align: center;
    padding: 47px 0 0 0;
}
.faq-item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block;
    z-index: 1;
}

.close-date {
    color: #000000;
    text-decoration: none;
}
.sports-title a{
    width: 100%;
    display: block;
    color: #000000;
    text-decoration: none;
}

.faq-item .item-inner{
    pointer-events: none;
}

.faq-item .item-inner *{
    pointer-events: all;
}

.faq-item .item-inner .close-date{
    pointer-events: none;
}
@media (min-width: 768px){
    .hide-desktop{
        display: none;
    }
}

@media (max-width: 1024px){
    .tender-lits-section .item, .tender-lits-section .item.heading-title {
        padding-left: 20px;
        padding-right: 40px;
    }

    .sports-title{
        width: 60%;
    }

    .close-date {
    width: calc(40% - 110px);
    }
}

@media (max-width: 767px){

    .faq-item .over-lay{
        display: none;
    }
    
    .tender-lits-section .item {
        padding: 28px 20px 28px 20px;
        flex-wrap: wrap;
    }

    .tender-lits-section .item.heading-title{
        display: none;
    }

    .item-inner {
        flex-wrap: wrap;
    }
    
    .sports-title {
        width: 100%;
        line-height: 18px;
        font-weight: 500;
        padding-right: 0;
        margin-bottom: 12px;
    }
    
    .close-date {
        width: 100%;
        font-size: 14px;
        line-height: 150%;
        padding-right: 0;
        max-width: 100%;
    }
    
    .btn-wrapper {
        text-align: right;
        width: 100%;
        margin-top: 32px;
        padding-right: 17px;
    }
    
    span.close-title {
        display: inline-block;
        padding-right: 9px;
    }
    
    .btn-wrapper .btn-secondary {
        padding: 2px 6px 3px 5.28px;
    }
    
    .tender-page {
        padding-bottom: 95px;
    }
}