#catalog .none {
    display: none;
}

#catalog ul.flexbox.list {
    flex-wrap: wrap;
    grid-column-gap: 1.33%;
    grid-row-gap: 52px;
    padding-bottom: 82px;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list {
        grid-row-gap: 2.857rem;
        padding-bottom: 4.5rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list {
        grid-row-gap: 8.04vw;
        grid-column-gap: 0;
        justify-content: space-between;
        padding-bottom: 7vw;
        justify-content: center;
    }
}



#catalog ul.flexbox.list li {
    width: 24%;
    height: 241px;
    background: #0A2734;
    position: relative;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li {
        height: 13.2417rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li {
        width: 100%;
        height: 50vw;
    }
}



#catalog ul.flexbox.list li div.top {
    color: #fff;
    padding: 16px 8px;
    position: absolute;
    right: 0;
    font-size: 17.875px;
    line-height: 23px;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li div.top {
        font-size: 0.9821rem;
        padding: 0.8791rem 0.4395rem;
        line-height: 1.2637rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li div.top {
        font-size: 4vw;
        padding: 3.62vw 1.93vw;
        line-height: 4.35vw;
    }
}



#catalog ul.flexbox.list li img {
    height: 202px;
    margin: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li img {
        height: 11.0989rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li img {
        height: 43vw;
    }
}


#catalog ul.flexbox.list li span {
    background: #6FC727;
    display: flex;
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 1px 14px;
    bottom: 0;
    width: 100%;
    min-height: 38px;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li span {
        font-size: 1.0989rem;
        line-height: 1.4285rem;
        padding: 0.0549rem 0.7692rem;
        min-height: 2.0879rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li span {
        font-size: 4vw;
        padding: 1.21vw 4.83vw;
        line-height: 5.2vw;
    }
}


#catalog ul.flexbox.list li.show-more img {
    width: 138px;
    height: 57px;
    object-fit: cover;
    padding: 0px;
    margin: 25px 19px 25px;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li.show-more img {
        width: 7.5824rem;
        height: 3.1318rem;
        margin: 1.3736rem 1.0439rem 1.3736rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li.show-more img {
        width: 16.74vw;
        height: 6.92vw;
        margin: 4.24vw 3.46vw 2.79vw;
    }
}

#catalog ul.flexbox.list li.show-more a p {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    margin: 0 19px;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li.show-more a p {
        font-size: 1.2087rem;
        line-height: 1.5934rem;
        margin: 0 1.0439rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li.show-more a p {
        font-size: 2.68vw;
        line-height: 3.46vw;
        margin: 2.79vw 3.46vw;
    }
}

#catalog ul.flexbox.list li.show-more div {
    height: 82px;
}

@media only screen and (max-width: 1400px) {
    #catalog ul.flexbox.list li.show-more div {
        height: 4.5054rem;
    }
}

@media only screen and (max-width: 896px) {
    #catalog ul.flexbox.list li.show-more div {
        display: none;
    }

    #catalog ul.flexbox.list li.show-more {
        height: 7vw;
        margin-bottom: 0;
    }
}

#catalog ul.flexbox.list li.show-more a span {
    justify-content: center;
}



