@media screen and (max-width: 1200px){
    .hero__tour-bg{
        height: auto;
    }
    .hero__tour-bg > figure::before{
        padding-top: 37.25%;
    }
    .hero__tour-bg > figure > img{
        height: auto;
    }
    body .tour-list__area > ul > li > ul > li{
        flex: 1 0 20.1%;
        max-width: 25%;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(5n+5):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+4):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+3):nth-last-child(3),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+2):nth-last-child(4),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+1):nth-last-child(5),

    body .tour-list__area > ul > li > ul > li:nth-child(5n+4):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+3):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+2):nth-last-child(3),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+1):nth-last-child(4),

    body .tour-list__area > ul > li > ul > li:nth-child(5n+3):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+2):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+1):nth-last-child(3),

    body .tour-list__area > ul > li > ul > li:nth-child(5n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(5n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(5n+1):nth-last-child(1){
        border-bottom-color: #e7e7e7;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(4n+4):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+3):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(3),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(4),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+3):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(3),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(1){
        border-bottom-color: transparent;
    }

    body .tour-list__filter .tour-list__sort{
        flex: 0 0 570px;
    }
    body form#tour-search-form{
        width: 300px
    }
    body .tour-item__inner .tour-item__image{
        flex: 0 0 240px;
    }
    body .tour-item__inner .tour-item__info{
        padding-left: 15px;
    }
    body .tour-item__inner .tour-item__price .price__promotion{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    body .tour-item__inner .tour-item__booking{
        flex-direction: unset;
        justify-content: center;
    }
}
@media screen and (max-width: 992px){
    body .tour-list__area > ul > li > ul > li{
        flex: 1 0 25.1%;
        max-width: 33.3333%;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(4n+4):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+3):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(3),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(4),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+3):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(3),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(4n+1):nth-last-child(1){
        border-bottom-color: #e7e7e7;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(3n+3):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+2):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(3),

    body .tour-list__area > ul > li > ul > li:nth-child(3n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(1){
        border-bottom-color: transparent;
    }

    body .tour-list__area > ul{
        flex-wrap: wrap;
    }
    body .tour-list__area > ul > li{
        flex: 1 0 33.4%;
        max-width: 50%;
        white-space: nowrap;
    }
    body .tour-list__filter{
        flex-direction: column;
        align-items: flex-end;
    }
    body form#tour-search-form{
        width: 100%;
    }
    body .tour-list__filter .tour-list__sort{
        flex: unset;
    }
}
@media screen and (max-width: 768px){
    body .hero__tour-bg img{
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top;
    }
    body .tour-list__area > ul > li > ul > li{
        flex: 1 0 33.4%;
        max-width: 50%;
        white-space: normal;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(3n+3):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+2):nth-last-child(2),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(3),

    body .tour-list__area > ul > li > ul > li:nth-child(3n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(3n+1):nth-last-child(1){
        border-bottom-color: #e7e7e7;
    }

    body .tour-list__area > ul > li > ul > li:nth-child(2n+2):nth-last-child(1),
    body .tour-list__area > ul > li > ul > li:nth-child(2n+1):nth-last-child(2),

    body .tour-list__area > ul > li > ul > li:nth-child(2n+1):nth-last-child(1){
        border-bottom-color: transparent;
    }

    body .tour-list__area > ul{
        flex-direction: column
    }
    body .tour-list__area > ul > li{
        flex: unset;
        max-width: unset;
        white-space: unset;
    }
    body .tour-list__area > ul > li{
        padding-block-end: 10px;
    }
    body .tour-list__area > ul > li > a{
        padding-block-end: 0;
    }
    body .tour-list__sort a svg{
        margin-left: 0;
    }
    body .tour-list__sort a.btn{
        padding: .375rem .375rem;
    }

    /* subscription */
    body .subscription__inner{
        flex-direction: column;
    }
    body .subscription__inner .subscription__left{
        flex-direction: column;
        border: none;
        align-items: center;
        padding-right: 0;
    }
    body .subscription__left figure{
        flex: 0 0 60px;
        height: 60px;
        width: 60px;
        margin: 0 0 20px;
        transform: rotate(30deg);
    }
    body .subscription__right{
        margin-top: 1.5rem;
        padding-left: 0;
    }

    body .tour-item__image{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 576px){
    body .tour-item__inner{
        flex-direction: column;
    }
    body .tour-item__image{
        padding: 0 15px;
    }
    body .tour-item__price{
        text-align: center;
    }
    body .tour-item__inner .tour-item__booking button{
        margin: auto;
    }
}
@media screen and (max-width: 540px){
    body form#tour-search-form {
    }
    body form#tour-search-form > div{
        display: flex;
        flex-wrap: wrap;
    }
    body form#tour-search-form > div > label{
        flex-basis: 100%;
    }
    body .tour-list__filter .tour-list__sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body .tour-list__filter .tour-list__sort label{
        flex-basis: 100%;
    }
}
@media screen and (max-width: 440px){
    body .tour-list__filter .tour-list__sort{
        width: 100%;
        flex-direction: column;
    }
    body .tour-list__filter .tour-list__sort a{
        margin-bottom: 0.5rem;
    }
}