﻿.logotype
{
    min-height:50px;
}

.menu-list__item {
    font-size: 3rem;
    line-height: 1.1;
}

.image-row {
    display: flex;
    width: 100%;
}

    .image-row img {
        width: 50%;
        height: auto;
        display: block;
    }


.item-custom-project {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
    overflow: hidden;
}

._hidden {
    display: none;
}

.filters__item.active .filters__link::before{
    content:none;
}

@media(max-width:768px) {
    .logotype {
        min-height: auto;
    }

}