.header {
    height: 635px;
    background: url(../../img/src/background.png) center center;
    background-size: cover;
}

.white-logo.header {
    height: 670px;
    padding-top: 25px;
}

.header_title {
    font-family: gotham-bold, sans-serif;
    font-size: 52px;
    color: #fff;
    padding: 80px 150px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 58px;
}

.header_desc {
    font-family: gotham-regular, sans-serif;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.header_list {
    margin-top: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none
}

.header_item {
    font-family: gotham-regular;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header_filter {
    background: #fff;
    -webkit-box-shadow: 0 8px 45px rgba(88, 88, 88, .1);
    box-shadow: 0 8px 45px rgba(88, 88, 88, .1);
    border-radius: 10px;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    top: 60px;
}

.header_filter__left {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
    margin-top: -50px
}

.header_filter__right {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%
}

.header_filter__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header_filter__wrapper > div {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: auto
}

.header_filter__plusminus {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    text-align: center
}

.header_filter__plusminus span {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #dbd8d8;
    cursor: pointer;
    line-height: 24px
}

.header_filter__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.header_filter__label h3 {
    margin-left: 30px;
    font-family: gotham-regular, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #333
}

.header_filter__label__price {
    margin-right: 30px;
    margin-left: 5px;
    white-space: nowrap;
}

.header_filter__label label {
    font-family: gotham-regular, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #a2a2a2
}

.header_filter__input {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: right;
    line-height: 35px;
    color: #000;
    font-family: gotham-medium, sans-serif;
    font-size: 16px;
    max-width: 100px;
    padding: 0 10px;
    height: 35px;
    margin-right: 20px
}

.header_filter input[type=number] {
    -moz-appearance: textfield
}

.header_filter input[type=number]::-webkit-inner-spin-button, .header_filter input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.header_filter__btn {
    font-family: gotham-regular, sans-serif;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 50px;
    width: 300px;
    height: 50px;
    background: #f2994a;
    color: #fff;
    cursor: pointer;
    border-radius: 4px
}

.header_filter__btn:hover {
    color: #fff
}

.checked {
    position: relative;
    background: url(../../img/src/icons/checked.svg) center center no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px
}

.noUi-connects, .noUi-target {
    border-radius: 9px
}

.noUi-connect {
    background: #9cd153
}

.noUi-handle {
    outline: 0
}

.noUi-pips {
    font-family: gotham-regular, sans-serif;
    font-size: 10px;
    color: #a2a2a2;
    line-height: 30px
}

.noUi-target {
    border: 1px solid #dcd9d9
}

@media (max-width: 1025px) {
    .header_title {
        padding: 10px 0 0;
        line-height: 60px
    }

    .header_desc {
        padding: 0 20px;
        margin-top: 20px
    }

    .header_list {
        margin-top: 45px;
    }

    .header_item {
        font-size: 12px
    }

    .header_filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 250px;
        padding: 27px 22px;
        top: 45px;
    }

    .header_filter__left, .header_filter__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .header_filter__left {
        margin-top: 0
    }

    .header_filter__right {
        margin-top: 50px
    }

    .header_filter__btn {
        margin: 0 auto
    }

    .header_filter__label h3 {
        text-transform: uppercase;
        font-family: gotham-medium, sans-serif
    }

    .noUi-horizontal .noUi-handle {
        width: 38px;
        height: 32px;
        top: -4px
    }

    .noUi-horizontal {
        height: 26px
    }

    .header {
        margin-bottom: 70px;
    }
}

@media (max-width: 685px) {
    .header_title {
        font-size: 24px;
        line-height: 32px;
        padding: 30px 0 0;
    }

    .white-logo.header {
        padding-top: 50px;
    }

    .header_desc {
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px
    }

    .header_list {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 35px
    }

    .header_item {
        height: 35px;
        margin-bottom: 10px
    }

    .header_filter {
        margin-top: 20px;
        top: -8px;
    }

    .header_filter__label h3 {
        font-size: 14px;
        line-height: 30px;
        margin-left: 0
    }

    .header_filter__label__price {
        margin-right: 0
    }

    .header_filter__plusminus {
        display: none
    }

    .header_filter__wrapper > div {
        margin: 0 auto;
        -webkit-flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
        max-width: 95%
    }

    .noUi-value-horizontal[data-value="100"] {
        left: 5%
    }

    .noUi-value-horizontal[data-value="100"] {
        left: 94%
    }

    .noUi-pips {
        font-size: 8px
    }
}

@media (max-width: 580px) {
    .white-logo.header {
        height: 740px;
        padding-top: 100px;
    }
}