.header__menu ul li.menu-item--relative {
    position: relative !important;
}

li.menu-item--relative .sub-menu--parenter {
    padding: 24px 50px 30px;
    margin: 0 -50px -15px;
}

li.menu-item--relative .sub-menu--parenter a {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
}

li.menu-item--relative .sub-menu--parenter a:hover {
    font-size: 12px;
}

li.menu-item--relative .sub-menu--parenter a:last-of-type {
    margin-bottom: 0;
}

.cardLot__company {
    display: flex;
    align-items: center;
    padding: 5px 22.5px 8px;

    background: #C21100;

    line-height: 14px;
    font-size: 12px;
    color: #ffffff;

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cardLot__company img {
    display: block;
    margin-right: 5px;
}

.cardLot__company p {
    margin: 0;
}

.cardLot__tags .tag-3d-tour {
    background-position: center center;
    background-repeat: no-repeat;
}

.catalogFilter__apply-filters {
    margin-top: 3px;
}

.catalogFilter__apply-filters .links {
    columns: 3;
    width: 75%;
    column-rule: 1px solid rgba(255, 255, 255, 0.3);
    column-gap: 40px;
}

.catalogFilter__apply-filters .links .link {
    margin-bottom: 10px;
}

.catalogFilter__apply-filters .links a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
}

.project__main-flag{
    position: absolute;
    width: 100px;
    height: 100px;
    top: -130px;
    left: 0;
    
}
.project__main-flag svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.project__main-flag span{
    text-transform: uppercase;
    color: #ffffff;
    padding: 24px 6px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;  
}
.tag.tag-month{
    background: #26A523;
    padding: 8px 13px 9px 37px;
    background-image: url('../img/present.svg');
    background-size: 16px;
    background-position: 13px 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    width: auto;
    height: auto;
    border-radius: 0;
    top: -10px;
    left: 0;
    right: initial;
    position: absolute;
    background-repeat: no-repeat;
}
.cardLot__tags{
    left: 0;
}
.cardLot__tags .tag{
    margin-left: auto;
}
@media (max-width: 1200px) {
    .project__main-flag{
        width: 60px;
        height: 60px;
        top: -60px;
    }
    .project__main-flag span{
        padding: 12px 4px;
        font-size: 9px;
        line-height: 12px;
    }

}
@media (max-width: 768px) {
    .project__main-flag{
        width: 55px;
        height: 55px;
        top: -51px;
    }
}
@media (max-width: 575px) {
    .catalogFilter__apply-filters .links {
        columns: 1;
    }
}
