/* Header */

header {
    width: 96.6rem;
    height: 16.5rem;

    margin-bottom: 3.2rem;
}

.breadcrumb {
    width: 100%;
    height: 2.1rem;

    display: flex;
    align-items: center;
    gap: 8px;

    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;

    color: #FFFFFF;
    opacity: 0.5;

    margin-bottom: 1.6rem;
}

.catalog-title {
    width: 100%;
    height: 5.2rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-title h2 {
    width: 281px;
    height: 52px;

    font-weight: 700;
    font-size: 40px;
    line-height: 130%;

    color: #FFFFFF;

    margin-bottom: 3.6rem;
}

.num-offers {
    width: 10.3rem;
    height: 2.4rem;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.num-offers span {
    height: 2.4rem;

    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
}

.sorting-compare {
    width: 45.8rem;
    height: 4.4rem;

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 3.6rem;
}

.sorting-compare form {
    width: 45.8rem;
    height: 4.4rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sorting-compare form p {
    width: 8.6rem;
    height: 2.1rem;

    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 1.2rem;
}


.sorting-compare form input {
    box-sizing: border-box;

    width: 18.0rem;
    height: 3.6rem;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: .6rem;
    padding: .8rem;
    margin: 1.2rem 0 2.4rem 0;
}

.header-views {
    width: 4.8rem;
    height: 2.0rem;

    display: flex;
    align-items: flex-start;
    gap: .8rem;
    right: 31.2rem;
    top: 24.5rem;
}

#header-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0rem;

    width: 11.0rem;
    height: 4.4rem;

    border-radius: .8rem;
    background-color: transparent;
}
