
.awards-page{
    .awards__title{
        font-size: 140px;
        color: #0A0A0A;
        color: #0A0A0A;
        line-height: 128px;
        margin-bottom: 100px;
    }

    .awards__tabs{
        gap: 20px;
        margin-bottom: 50px;
    }

    .awards__filters{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .awards__filter-list{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 699px;
        column-gap: 44px;
        row-gap: 24px;
    }

    .awards__filter-list > * {
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #23BD87;
        transition: all .4s;
    }

    .awards__filter-name{
        color: #6C6C6C;
    }

    .awards__filter-item{
        cursor: pointer;
    }

    .awards__filter-item.active{
        color: #0A0A0A;
    }

    .awards__filter-item:hover{
        color: #0A0A0A;
    }

    .awards__list-item{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        max-width: 1137px;
        width: 100%;
        padding: 56px 0 64px 0;
        border-top: 1px solid #EBEBEB;
        cursor: pointer;
        position: relative;
    }

    .awards__list-item:last-child{
        border-bottom: 1px solid #EBEBEB;
    }

    .awards__item-title{
        font-family: Jost;
        font-size: 40px;
        font-weight: 400;
        line-height: 44px;
        color: #0A0A0A;
        width: 407px;
    }

    .awards__item-title span{
        color: #B3953C;
    }

    .awards__item-description{
        margin-bottom: 0;
        width: 407px;
        color: #6C6C6C;
    }

    .awards__item-date{
        font-family: Jost;
        font-size: 32px;
        font-weight: 450;
        line-height: 100%;
        color: #0A0A0A;
    }

    .awards__group{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 311px;
    }

    .awards__group-list{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .awards__group-logo img{
        width: 180px;
        height: auto;
    }

    .awards__group-logo{
        display: flex;
        width: 272px;
        height: 148px;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        background: #F6F6F6;
        flex-shrink: 0;
        position: sticky;
        top: 100px;
    }

    .awards__list{
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .awards__group-logo.yandex img{
        width: 76px;
    }

    .hover-cursor-img {
        position: fixed;
        top: 0;
        left: 0;
        width: 262px;
        height: auto;
        pointer-events: none;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.2s ease, opacity 0.2s ease;
        opacity: 0;
        z-index: 9999;
    }
    .hover-cursor-img.active {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    @media (max-width: 1919px) {

        .awards__title{
            font-size: 100px;
            line-height: 96px;
            margin-bottom: 80px;
        }

        .awards__tabs {
            margin-bottom: 40px;
        }

        .price_li li a{
            height: max-content;
            padding: 10px 24px 12px 24px;
            font-size: 18px;
            line-height: 120%;
        }

        .awards__list{
            gap: 80px;
        }

        .awards__list-item{
            padding: 26px 0 32px 0;
        }

        .awards__item-title{
            font-size: 30px;
            line-height: 100%;
            width: 299px;
        }

        .awards__group{
            gap: 20px;
        }

        .awards__item-description{
            font-size: 16px;
            line-height: 140%;
        }

        .awards__item-date{
            font-size: 24px;
            line-height: 100%;
            width: 116px;
            text-align: right;
        }

        .awards__group-logo{
            width: 190px;
            height: 103px;
            border-radius: 30px;
        }

        .awards__group-logo img{
            width: 148px;
        }

        .awards__group-logo.yandex img {
            width: 65px;
        }
    }

    @media (max-width: 1365px) {
        .awards__title{
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 64px;
        }

        .awards__tabs {
            gap: 16px;
        }

        .price_li li a,
        .price_li li{
            width: max-content;
        }

        .awards__filter-list{
            column-gap: 32px;
            row-gap: 16px;
            width: 461px;
        }

        .awards__list{
            gap: 60px;
        }

        .awards__list-item{
            flex-direction: column;
            padding: 16px 0;
            align-items: flex-start;
            max-width: 461px;
            gap: 12px;
        }

        .awards__item-title {
            font-size: 26px;
            width: max-content;
        }

        .awards__item-description{
            width: max-content;
        }

        .awards__item-date {
            font-size: 22px;
            line-height: normal;
            width: max-content;
            text-align: left;
        }

        .awards__group-logo {
            width: 215px;
            height: 117px;
        }

        .hover-cursor-img{
            display: none;
        }
    }

    @media (max-width: 767px) {

        .awards__title {
            font-size: 45px;
            line-height: 45px;
            margin-bottom: 60px;
        }

        .awards__tabs {
            gap: 12px;
        }

        .price_li li a{
            padding: 7px 16px 9px 16px;
            font-size: 14px;
            line-height: 120%;
        }

        .awards__filters{
            flex-direction: column;
            gap: 40px;
            align-items: flex-start;
            margin-bottom: 50px;
        }

        .awards__filter-list{
            width: 100%;
            gap: 16px;
        }

       .awards__filter-list > *  {
            font-size: 14px;
            line-height: 120%;
        }

        .custom-select{
            justify-content: space-between;
            width: 100%;
        }

        .custom-select__name{
            font-size: 14px;
            line-height: 120%;
        }

        .custom-select__selected{
            width: max-content;
        }

        .custom-select__selected span,
        .custom-select__item{
            font-size: 14px;
            line-height: 120%;
        }

        .custom-select__dropdown{
            width: max-content;
            left: auto;
        }

        .awards__list {
            gap: 50px;
        }

        .awards__group{
            flex-direction: column;
            gap: 32px;
        }

        .awards__list-item{
            padding: 24px 0;
            max-width: 100%;
        }

        .awards__item-title{
            font-size: 24px;
            line-height: 100%;
        }

        .awards__item-description {
            font-size: 14px;
        }

        .awards__item-date{
            font-size: 20px;
        }

        .awards__group-logo{
            position: static;
        }

    }

}

#certificate .popup-content{
    background: transparent;
}

#certificate .popup-content img{
    width: 100%;
    height: 75vh;
    object-fit: contain;
}
