#main {
    margin-top: 0;
}

h1.entry-title {
    text-align: center;
    margin: 20px 0 0 0;
}

.brands-wrap {
    overflow: hidden;
}

.brands-wrap .item-title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.brands-wrap .item-title span,
.brands-wrap .item-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 90px;
    font: 700 26px/1em 'IBM Plex Sans', sans-serif;
    border: 2px solid #BFC0C2;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.brands-wrap .item-title img {
    max-height: 90%;
    max-width: 90%;
}

.brands-wrap .item-title span:hover,
.brands-wrap .item-title a:hover,
.brands-wrap .item-title span:focus,
.brands-wrap .item-title a:focus {
    border-color: #D0152A;
    color: #000000;
    opacity: 1;
}

.filter-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.filter-wrap .letter-all-btn {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    text-transform: uppercase;
    font-size: 24px;
}

.filter-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    font: 700 35px/1.3em 'IBM Plex Sans', sans-serif;
    padding: 0;
    width: 42px;
    height: 70px;
    border-radius: 5px;
    border: 2px solid #F8F8F8;
    background: #FFFFFF;
    color: #000000;
    transition: all 0.3s ease-out;
}

.filter-wrap a.current {
    border-color: #D0152A;
    background: #D0152A;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}

.filter-wrap a:not(.current):hover,
.filter-wrap a:not(.current):focus {
    border-color: #D0152A;
    color: #D0152A;
    opacity: 1;
    text-decoration: none;
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D0152A;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-out;
}

.slick-prev {
    left: -46px;
}

.slick-prev::before {
    content: url("../img/arrow-left.svg");
    line-height: 0;
}

.slick-next {
    right: -46px;
}

.slick-next::before {
    content: url("../img/arrow-right.svg");
    line-height: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #D0152A;
    opacity: 0.5;
}


/* MEDIA */

@media only screen and (max-width: 1400px) {
    .filter-wrap a {
        width: 32px;
        height: 52px;
        font-size: 26px;
    }

    .filter-wrap .letter-all-btn {
        font-size: 18px;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    .filter-wrap {
        margin: 20px 46px 0 46px;
    }

    .filter-item {
        display: flex;
        justify-content: center;
    }

    .filter-item a {
        max-width: 34px;
        margin: 0 5px;
        padding: 0;
    }

    .filter-wrap.slick-initialized a {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        height: 60px;
        font-size: 24px;
    }

    section.brands {
        margin-top: 30px;
    }

    section.brands .brand-item {
        width: 50%;
    }

    .banner-wrap .banner-btn a {
        font-size: 16px;
    }
}

/* ( < 1200 ) */
