.container{
    max-width: 1140px;
    padding: 0 50px;
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
    .container{
        width: 88%;
        padding: 0;
    }
}
.wrap{
    height: 800px;
    overflow-y: scroll;
    width: calc(100% - 15px);
    padding-right: 15px;
}
ul{
    padding: 0;
    margin: 0;
}
h2{
    padding: 6px 15px;
    background: #F3F4F5;
    width: calc(100% - 30px);
    margin: 40px 0 0 0;
    font-size: 18px;
}
.wrap h2:first-child{
    margin: 0;
}
h4{
    margin: 0;
    width: auto;
    font-size: 16px;
}
@media screen and (max-width: 1280px) {
    h4{
        font-size: 15px;
        width: 100%;
    }
}
li{
    list-style-type: none;
}
.filters__row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    align-items: center;
    gap: 8px 30px;
}
.filters__row:last-child{
    margin: 0;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 1280px) {
    .filters__row{
        flex-direction: column;
        align-items: flex-start;
    }
}
.filters__row:nth-child(1){
    border-bottom: solid 1px #aaa;
}
.btns{
    gap: 10px;
}
@media screen and (max-width: 840px) {
    .btns{
        flex-wrap: wrap;
        gap: 5px;
    }
}
.btns a{
    border-radius: 4px;
    border: 1px solid #222;
    background: #F3F4F5;
    padding: 5px 10px 3px;
    cursor: pointer;
    font-size: 14px;
    transition: all .2s;
}
.btns a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 840px) {
    .btns a{
        font-size: 12px;
        padding: 3px 6px;
    }
}
.filters__row:nth-child(2) .bts{
    gap: 8px 0;
}
.filters__row:nth-child(2) .bts a{
    border: none;
    border-right: solid 1px #000;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    background-color: transparent;
    color: #000;
    border-radius: 0;
}
.filters__row:nth-child(2) .bts a:last-child{
    border: none;
}
.filters__row:nth-child(2) .bts a{
    transition: all .2s;
}
.filters__row:nth-child(2) .bts a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 840px) {
    .filters__row:nth-child(2) .bts{
        flex-wrap: wrap;
    }
    .filters__row:nth-child(2) .bts a{
        font-size: 13px;
    }
}
.filters__row:nth-child(2) .bts a{
    opacity: 0.4;
}
a{
    color: #000;
    text-decoration: none;
}
.makerlist li,.bts{
    display: flex;
}
.makerlist li{
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    align-items: center;
}
@media screen and (max-width: 840px) {
    .makerlist li{
        flex-wrap: wrap;
    }
}
.item__title{
    margin: 0;
}
.item__title{
    width: 50%;
    font-weight: bold;
}
@media screen and (max-width: 840px) {
    .item__title{
        width: 100%;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 540px) {
    .item__title{
        font-size: 14px;
    }
}
.btns a{
    color: #fff;
    border: none;
    opacity: 0.4;
}
.btns a:nth-child(1){
    border: 1px solid #222;
    background: #F3F4F5;
    color: #222;
}
.btns a:nth-child(2){
    background-color: #4C83B6;
}
.btns a:nth-child(3){
    background-color: #4C5EA3;
}
.btns a:nth-child(4){
    background-color: #4C9471;
}
.btns a:nth-child(5){
    background-color: #C29654;
}
.btns a:nth-child(6){
    background-color: #7E8387;
}
.item__terms{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}
.item__terms li{
    border-radius: 4px;
    background: #F3F4F5;
    padding: 5px 10px;
    margin-right: 5px;
    border: none;
}
.item__terms li p{
    width: auto;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 540px) {
    .item__terms li p{
        font-size: 12px;
    }
}

.btn.is-active{
    opacity: 1 !important;
    font-weight: bold !important;
}