.header {
    height: 470px;
    background: url(../../img/src/header_4/bg.jpg) center center;
    background-size: cover;
    padding-top: 80px;
    margin-bottom: 120px;
}
.white-logo.header {
    height: 510px;
    padding-top: 105px;
}
.header_title {
    font-family: gotham-bold, sans-serif;
    font-size: 52px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 60px;
    max-width: 800px;
}
.header_desc {
    font-family: gotham-regular, sans-serif;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.header_wrap {
    padding: 25px;
    border: 1px solid #fff;
}
.header_list {
    margin-top: 10px;
    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-medium;
    font-size: 15px;
    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 {
    margin-top: 30px;
    background: #fff;
    -webkit-box-shadow: 0 8px 45px rgba(88, 88, 88, 0.1);
    box-shadow: 0 8px 45px rgba(88, 88, 88, 0.1);
    border-radius: 10px;
    height: 170px;
    padding: 20px 35px;
    position: relative;
    z-index: 999;
}

.header_filter_btm {
    display: flex;
    margin-top: 60px;
    align-items: center;
}

.header_filter__bl {
    flex: 1 1;
}

.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: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: auto;
}
.header_filter__plusminus {
    -webkit-flex-basis: 5%;
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
    text-align: center;
}
.header_filter__plusminus span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #dbd8d8;
    cursor: pointer;
    line-height: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.17);
    font-weight: bold;
}

.header_filter__plusminus #filter_plus {
    margin-left: auto;
}

.header_filter__plusminus #filter_minus {
    margin-right: auto;
}
.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;
}
.header_filter__label h3 {
    margin: 0;
    font-family: gotham-medium, sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #333;
}
.header_filter__label__price {
    margin-right: 30px;
}
.header_filter__label label {
    font-family: gotham-medium, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #112238;
    margin-bottom: 0;
}
.header_filter__input {
    background: #fff;
    border: 1px solid #132442;
    border-radius: 4px;
    text-align: right;
    line-height: 40px;
    color: #000;
    font-family: gotham-medium, sans-serif;
    font-size: 23px;
    max-width: 130px;
    padding: 0 10px;
    height: 40px;
    margin-right: 10px;
}
.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-bold, sans-serif;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 50px;
    width: 260px;
    height: 50px;
    background: #ed987a;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 1px;
}
.header_filter__btn:hover {
    color: #fff;
}
.checked {
    position: relative;
    background: url(../../img/src/header_4/icons/correct.png) center center no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
}
.header .noUi-connects,
.header .noUi-target {
    border-radius: 9px;
}
.header .noUi-connect {
    background: #ed987a
}
.header .noUi-handle {
    outline: 0;
}
.header .noUi-pips {
    font-family: gotham-regular, sans-serif;
    font-size: 10px;
    color: #a2a2a2;
    line-height: 30px;
}
.header .noUi-target {
    border: 1px solid #dcd9d9;
}

.header .noUi-connects, .header .noUi-target {
    height: 7px;
    border: none;
    background: #e8e8e8;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

@media (max-width: 1025px) {
    .header {
        margin-bottom: 135px;
    }
    .header_title {
        font-size: 42px;
        line-height: 44px;
    }
    .header_wrap {
        margin: 0 50px;
    }
    .header_desc {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0;
        line-height: 22px;
    }
    .header_item {
        font-size: 12px;
    }
    .header_filter {
        height: auto;
        padding: 30px 20px;
    }
    .header .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px;
    }
    .header .noUi-horizontal .noUi-handle {
        top: -8px;
    }
    .header_filter__wrapper > div#filter {
        flex-basis: 80%;
    }
    .header_filter__plusminus {
        flex-basis: 10%;
        max-width: 10%;
    }
    .header_filter__plusminus span {
        line-height: 25px;
    }
    .header_filter__label h3 {
        font-size: 18px;
        color: #041c34;
    }
    .header_filter__input {
        max-width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        border-radius: 10px;
    }
    .header_filter__btn {
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        font-family: gotham-medium, sans-serif;
    }
}

@media (max-width: 675px) {
    .header_wrap {
        margin: 0 20px;
        padding: 10px;
    }
    .header_title {
        font-size: 24px;
        line-height: 28px;
    }
    .header_desc {
        font-size: 12px;
    }
    .header_list {
        flex-direction: column;
        padding-left: 45px;
    }
    .header {
        height: 520px;
        margin-bottom: 250px;
    }
    .white-logo.header {
        height: 550px;
        padding-top: 105px;
    }
    .header_filter {
        padding: 40px 15px;
        display: flex;
        flex-direction: column;
    }
    .header_filter__wrapper {
        order: 2;
    }
    .header_filter_btm {
        order: 1;
        margin-top: 0;
    }
    .header_filter__btn {
        order: 3;
        margin: 0 auto;
    }
    .header_filter__wrapper {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .header_filter__label__price {
        margin-right: 0;
    }
    .header .noUi-horizontal .noUi-handle {
        width: 13px;
        height: 13px;
    }
    .header .noUi-horizontal .noUi-handle {
        top: -3px;
    }
    .header_filter__plusminus span {
        width: 21px;
        height: 21px;
        line-height: 20px;
        font-family: gotham-regular, sans-serif;
        font-size: 12px;
    }

    .header .noUi-horizontal .noUi-handle {
        right: -7px;
    }
}
@media (max-width: 580px) {
    .white-logo.header {
        height: 580px;
        padding-top: 165px;
    }
}