.detal_search * {
    box-sizing: border-box;
}

#advsearch select,
#advsearch input {
    width : 220px;
    height: 30px;
}

input.order_start {
    display         : inline-block;
    width           : 180px;
    border-radius   : 4px;
    background-color: rgb(117, 132, 149);
    border          : 0;
    padding         : 9px 0;
    text-align      : center;
    font-size       : 14px;
    color           : rgb(255, 255, 255);
    font-weight     : bold;
    height          : auto;
}

h1.titlename {
    font-size     : 28px;
    color         : rgb(67, 67, 67);
    margin        : 0;
    padding       : 0;
    padding-bottom: 14px;
}

h2.poht,
.poht {
    margin-top    : 40px;
    font-size     : 23px;
    color         : rgb(76, 76, 76);
    border        : none;
    border-bottom : 1px solid #ececec;
    padding-bottom: 14px;
}

.listgoods.__advSearch {
    float: left;
}

.clearBoth {
    clear: both;
}