.box-book__title svg {
    margin-right: 5px
}

.box-book .box-news__more::after {
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.box-book .box-news__more a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff
}

.box-tabs__head::-webkit-scrollbar {
    width: 0
}

.box-tabs__head-link.active {
    color: #979797;
    border-bottom: 1px solid #979797
}

.catalog-banner {
    overflow: hidden;
    width: 100%;
    min-height: 235px;
    margin: 0 auto -3px;
    text-align: center
}

.box-book {
    padding: 20px 0;
    margin-bottom: 46px;
    color: #fff;
    background: #a98265
}

.box-book__title {
    font-size: 14px;
    line-height: 120%;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase
}

.box-tabs__head-link {
    border-bottom: 1px solid #fff
}

@media (min-width: 768px) {
    .box-book {
        padding: 25px 0
    }
}

@media (min-width: 769px) {
    .catalog-banner.hide-large {
        display: none
    }

    .box-book__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .box-book__title {
        margin-right: 50px;
        margin-bottom: 0
    }
}

@media all and (max-width: 1024px) {
    .box-tabs__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .box-tabs__head-link {
        width: auto;
        padding: 0 0 6px;
        margin: 0 12px;
        white-space: nowrap
    }
}

@media (max-width: 768px) {
    .catalog-banner.hide-small {
        display: none
    }
}

@media (max-width: 767px) {
    .catalog-banner {
        margin-top: 0;
        min-height: auto
    }

    .catalog-banner img {
        min-height: auto
    }
}