.header {
    height: 520px;
    background: url(../../img/src/background.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px;
}
.white-logo.header {
    height: 535px;
    padding-top: 15px;
}
.header_title {
    font-family: gotham-bold, sans-serif;
    font-size: 52px;
    line-height: 69px;
    padding: 80px 0 0;
    max-width: 855px
}

.header_desc {
    font-family: gotham-regular, sans-serif;
    font-size: 18px;
    line-height: 39px;
    margin-top: 20px
}

.header_list {
    list-style: none;
    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-top: 65px
}

.header_item {
    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;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px
}

.header .filter {
    margin-top: 45px;
    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;
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 35px 50px;
    color: #5a5d62;
    position: relative;
    z-index: 999;
}

.header .filter_item {
    -webkit-flex-basis: -webkit-calc(33% - 50px);
    -ms-flex-preferred-size: calc(33% - 50px);
    flex-basis: calc(33% - 50px);
    max-width: -webkit-calc(33% - 50px);
    max-width: calc(33% - 50px)
}

.header .filter_item__title {
    font-size: 16px;
    line-height: 30px
}

.header .filter_item__input {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 47px;
    line-height: 47px;
    font-family: gotham-medium, sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0 20px
}

.header .filter_item__wrapper {
    position: relative
}

.header .filter_item__wrapper label {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5a5d62;
    opacity: .7
}

.header .filter_btn {
    display: block;
    width: 300px;
    height: 48px;
    background: #ee7470;
    border-radius: 4px;
    color: #fff;
    font-family: gotham-medium, sans-serif;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase
}

.header .filter_btn:hover {
    color: #fff
}

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

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

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

.header .noUi-horizontal {
    height: 2px
}

.header .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: 0
}

.header .noUi-target {
    border: none
}

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

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -6px
}

@media (max-width: 1025px) {
    .header {
        margin-bottom: 220px;
    }
    .header_title {
        font-size: 42px;
        line-height: 56px;
        max-width: 600px
    }

    .header_desc {
        max-width: 600px
    }
    
    .filter_btn {
        margin: 0 auto;
    }

    .header_item {
        font-size: 12px
    }

    .header .filter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .filter_item {
        -webkit-flex-basis: -webkit-calc(50% - 40px);
        -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
        max-width: -webkit-calc(50% - 40px);
        max-width: calc(50% - 40px)
    }

    .header .filter_item:last-child {
        margin: 35px auto 0;
        flex-basis: 100%;
        max-width: 100%;
    }
}


@media (max-width: 675px) {
    .white-logo.header {
        height: 545px;
        padding-top: 25px;
    }
    .header_title {
        font-size: 24px;
        line-height: 32px;
        padding-top: 70px
    }
    

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

    .header_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }

    .header_item {
        margin-bottom: 10px
    }

    .header .filter {
        padding: 25px 20px
    }

    .header .filter_item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .header .filter_item:not(:first-child) {
        margin-top: 25px
    }
}
@media (max-width: 580px) {
    .white-logo.header {
        height: 580px;
        padding-top: 95px;
    }
}