header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}
.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portfolioBlock {
    display: flex;
    flex-direction: column;
    width: 83.333vw;
    margin: 15.663vh 8.333vw;
}
.portfolioHeader {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 3.365vh;
    line-height: 3.846vh;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0vh 0vw 2.404vh 0vw;
}
.portfolioFilters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.833vw;
    margin: 0 0 4.207vh 0;
}
.portfolioFilter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.087vh;
    padding: 0 1.250vw;
    border: 0.120vh solid #E6EEF9;
    border-radius: 999px;
    background: #F8F8F8;
    color: #31506E;
    font-family: 'Raleway';
    font-size: 1.683vh;
    font-weight: 600;
    line-height: 1;
    transition: .2s ease;
}
.portfolioFilter:hover,
.portfolioFilter_active {
    background: #709DE0;
    border-color: #709DE0;
    color: #fff;
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portfolioChild {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0.120vh solid transparent;
    border-radius: 2.404vh;
    height: auto;
    width: 40.625vw;
    cursor: pointer;
    margin-bottom: 13.221vh;
    align-content: flex-start;
}
.portfolioMeta {
    display: flex;
    flex-direction: column;
    height: 18.6vh;
    box-sizing: border-box;
    padding: 2.404vh 1.389vw 1.880vh 1.389vw;
    overflow: hidden;
    background: #F8F8F8;
    border: 0.120vh solid #F8F8F8;
    border-bottom: 0;
    border-radius: 2.404vh 2.404vh 0 0;
}
.portfolioTypeBadge {
    position: absolute;
    z-index: 1;
    top: 1.202vh;
    right: 0.833vw;
    display: inline-flex;
    align-items: center;
    min-height: 2.764vh;
    padding: 0 0.833vw;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #31506E;
    font-family: 'Raleway';
    font-size: 1.322vh;
    font-weight: 700;
    box-shadow: 0 0.481vh 1.442vh rgba(49, 80, 110, .12);
    margin-bottom: 0;
    white-space: nowrap;
    pointer-events: none;
}
.portfolioTypeBadge_house { color: #245FBD; }
.portfolioTypeBadge_furniture { color: #7A4E17; }
.portfolioHeaders {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 3.365vh;
    line-height: 3.966vh;
    color: #709DE0;
    margin: 0 0 0.601vh 0;
    width: 100%;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.portfolioAddress {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 1.803vh;
    line-height: 2.163vh;
    color: #000000;
    margin: 0;
    width: 100%;
    min-height: 2.163vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.portfolioFotos {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 46.875vh;
    border-radius: 2.404vh;
}
.portfolioFoto {
    width: 25%;
    height: 100%;
}
.portfolioFotoImg {
    height: 59.375vw;
    width: 87.5vw;
    border-radius: 6.25vmin;
    margin: 0px 3.125vw 0px 0vw;
}
.portfolioFotosImg {
    display: flex;
}
.scrollBlok {
    background: #F8F8F8;
    height: 2px;
}
.scroll {
    background: #709DE0;
    height: 2px;
    width: 25%;
}
.marRScrollBlok {
    margin: 3.606vh 0px 0px 0px;
    width: 100%;
}
@keyframes slide-right {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes slide-left {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes slide-right-a {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes slide-left-a {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
@media all and (max-width:1000px) {
    .portfolioHeader {
        font-size: 6.25vmin;
        width: 87.5vw;
        margin-bottom: 5vmin;
    }
    .portfolioFilters {
        gap: 2.5vmin;
        margin-bottom: 8.75vmin;
        width: 87.5vw;
    }
    .portfolioFilter {
        min-height: 10vmin;
        padding: 0 4.375vmin;
        font-size: 3.75vmin;
    }
    .portfolioChild {
        width: 87.5vw;
        margin-bottom: 10.938vmin;
        height: auto;
        background-color: #ffffff00;
        border: 0.120vh solid #ffffff00;
        flex-direction: column;
        touch-action: pan-y;
    }
    .portfolioTypeBadge {
        position: absolute;
        top: 2.5vmin;
        right: 2.5vmin;
        z-index: 1;
        width: fit-content;
        min-height: 6.875vmin;
        margin-bottom: 0;
        padding: 0 3.75vmin;
        font-size: 3.125vmin;
        background: #F8F8F8;
    }
    .portfolioMeta {
        height: auto;
        padding: 0;
        overflow: visible;
    }
    .portfolioBlock {
        width: 93.75vw;
        margin: 30vmin 3.125vw;
    }
    .portfolioHeaders {
        font-size: 3.75vmin;
        line-height: 4.375vmin;
        margin: 0px;
        min-height: auto;
        display: block;
        overflow: visible;
    }
    .portfolioAddress {
        font-size: 3.75vmin;
        line-height: 4.375vmin;
        margin: 0px;
        margin-bottom: 1.875vmin;
        min-height: auto;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
    }
    .portfolio {
        justify-content: flex-start;
    }
    .portfolioFotos {
        height: 59.375vw;
        width: auto;
        background: #f8f8f800;
        display: none;
    }
    .portfolioFoto {
        display: none;
    }
}
