.header-auction-generation {
    background: none;
    box-shadow: inset 30px 44px 50px rgb(255 255 255 / 90%);
}

.header-auction-generation.header-fix {
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}

.header-auction-generation__desc {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.header-auction-generation__col-left {
    max-height: 100%;
}

.header__logo-img {
    max-height: 40px;
}

.header-auction-generation__contact-label {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 3px;
}

.header-auction-generation__row {
    height: 100%;
}

.header-auction-generation .header__wrap {
    height: 75px;
    display: block;
}



.header-auction-generation__col-right {
    text-align: right;
}

.header-auction-generation__col-center {
    text-align: center;
}

.header-auction-generation__contact-phone {
    display: inline-block;
    padding: 2px 2px 2px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url('../img/phone-green.png');
    white-space: nowrap;
    font-size: 18px;
    line-height: 22px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.header-auction-generation__contact-phone.active {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-fix.header-auction-generation .header__wrap {
        min-height: 95px;
        height: auto;
    }
}

@media (max-width: 1199.98px) {
    .header-auction-generation {
        box-shadow: inset 30px 34px 20px rgb(255 255 255 / 90%);
    }
}

@media (max-width: 767.98px) {
    .header-auction-generation {
        box-shadow: none;
    }

    .header-auction-generation__contact {
        font-size: 0;
    }

    .header-auction-generation__contact-label {
        display: none;
    }

    .header-auction-generation__contact-phone {
        font-size: 0;
        width: 20px;
        background-size: 20px;
        height: 20px;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .header-auction-generation .header__wrap {
        height: 55px;
    }

    .header-auction-generation__desc {
        font-size: 10px;
    }

    .header-auction-generation__desc-line {
        display: block;
    }

    .header-auction-generation .header__logo {
        margin-right: 0;
    }
}