.desk{
    width: 1280px;
    margin: 0 auto;
}
.desk-search-wrapper{
    overflow: hidden;
    margin-top: 30px;
}
.desk-search-wrapper input{
    float: left;
    border-collapse: collapse;
    outline: none;
    border-radius: 0px;
    border: 1px solid rgb(160,160,160);
    height: 30px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    padding-left: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}
.desk-search-wrapper select{
    float: left;
    border-radius: 0px;
    border: 1px solid rgb(160,160,160);
    outline: none;
    height: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}
.desk-select-category{
    width: 200px;
}
.desk-select-region{
    width: 200px;
}
.desk-search{
    width: calc(100% - 400px);
}
.desk-search-wrapper option{
    padding-left: 10px;
    font-size: 16px;
}
.select-disabled-item{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    padding-left: 0px;
    background: rgb(220, 220, 220);
}
.checkbox-wr label{
        line-height: 29px;
}
.checkbox-wr input{
    margin-right: 5px;
}
.checkbox-wr{
    margin-top: 3px;
}
.desk-path-wrapper{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 100;
}
.desk-path-wrapper span{
    color: #1b75bb;
    cursor: pointer;
    transition: 0.2s;
    font-weight: unset;
}
.desk-path-wrapper span:hover{
    color: #faaf41;
}
.desk-title{
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.desk-item{
    width: calc(25% - 22.5px);
    float: left;
    margin-right: 30px;
    height: 300px;
}
.desk-item:nth-child(4n){
    margin-right: 0px;
}
.desk-item-img{
    width: 100%;
    height: 150px;
    background: lightblue;
}
.desk-item-title{
    color: #1b75bb;
    font-size: 20px;
    margin-top: 5px;
}
.desk-item-price{
    font-size: 20px;
    margin-top: 3px;
}
.desk-item-place{
    color: gray;
    margin-top: 3px;
}
.desk-item-date{
    margin-top: 3px;
    color:gray;
}
.desk-items{
    overflow: hidden;
}

.desk-page-title{
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.desk-wide-window{
    background: yellowgreen;
    height: 100px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .desk{
        width: 100%;
    }
    .desk-page-title{
        font-size: 25px;
        text-align: center;
    }
    .desk-search-wrapper select {
        float: left;
        font-size: 14px;
        background: transparent;
        border: 1px solid rgb(230,230,230);

        width: 50%;
    }
    .desk-select-category{
        float: left !important;
        width: 35%;
        margin-left: 0px;
        position: relative;
        top: 30px;
    }
    .desk-search-wrapper input {
        float: left;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgb(230,230,230);
        font-size: 14px;

    }
    .desk-search{
        position: relative;
        top: -35px;
    }
    .desk-select-region{
        float: left ;
        margin-top: 5px;
    }
    .desk-select-region{
        width: 35%;
        float: right !important;
        position: relative;
        top: -35px;
    }
    .checkbox-wr{
        float: left;
    }
    #withphoto{
        width: auto;
        
        margin-top: 3px;
        font-size: 14px;
    }
    .checkbox-wr label{
        line-height: 35px;
    }
    .desk-search-wrapper{
        padding-top: 5px;
        margin-top: 0px;
        padding: 5px 15px 0px 15px;
    }
    .desk-title{
        text-align: center;
        font-size: 20px;
    }
    .desk-path-wrapper{
        margin-left: 15px;
        font-size: 14px;
    }
    .desk-item{
        width: 90%;
        margin: 10px 5%;
        height: auto;
    }
    .desk-item-title{
        font-size: 16px;
    }
    .desk-item-price{
        font-size: 16px;
    }
    .desk-item-place{
        font-size: 14px;
    }
    .desk-item-date{
        font-size: 14px;
    }
}