@media screen and (max-width: 1169px) {
    .arrow-left {
        left: 10px;
    }

    .arrow-right {
        right: 10px;
    }

    .b-category__items {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .e-card {
        margin-bottom: 20px;
    }

    .header__menu {
        margin-right: 20px;
    }

    .b-category__head-right {
        -webkit-flex-shrink: 5;
        -ms-flex-negative: 5;
        flex-shrink: 5;
    }

    .b-soc__item {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 980px) {
    .b-category__head {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-category__head-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /**/
    .e-card__photo {
        height: 150px;
    }

    .e-card__content {
        padding: 25px 20px;
    }

    /**/
    .footer__creater,
    .footer__copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        text-align: center;
        margin-top: 20px;
    }

    .b-category__head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-category__head-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .b-moreinf__head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-moreinf__link {
        margin-top: 10px;
    }

    .footer__bottom-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 680px) {
    .b-category__name {
        font-size: 30px;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__top-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .header__desc {
        display: none;
    }

    .header__logo-img {
        height: 50px;
        width: auto;
    }

    .header__top-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__logo {
        margin-right: 0;
        font-size: 20px;
    }

    .header__menu-item {
        padding: 10px 0px;
        font-size: 14px;
    }

    .b-search__form-wrap {
        height: 42px;
    }

    .b-search__send {
        font-size: 12px;
    }

    .b-search__close {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 42px;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
    }
}

@media screen and (max-width: 550px) {

    /**/
    .b-moreinf__title {
        font-size: 25px;
        line-height: 28px;
    }

    .b-moreinf__desc {
        margin-top: 20px;
        font-size: 16px;
    }

    .b-category__head {
        margin-bottom: 20px;
    }

    .e-card__name {
        font-size: 15px;
    }

    .e-card__desc {
        font-size: 14px;
    }

    .e-card__info {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .b-moreinf__link span {
        margin: 0px 10px;
    }

    /**/
    .b-category {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .b-category__name {
        font-size: 25px;
        line-height: 28px;
    }

    /**/
    .b-soc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-top: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /**/
    .header__menu-toggle {
        display: block;
    }

    .header {
        position: relative;
    }

    .header__menu-wrap {
        display: none;
        position: absolute;
        top: 100%;
        background: #1D4D86;
        width: 100%;
        left: 0px;
        /*border-top: 1px solid #ffffff;*/
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-search__send {
        padding: 10px;
    }

    .footer__creater {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .b-moreinf {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 420px) {
    .b-moreinf__desc {
        font-size: 14px;
    }

    .b-category__name {
        font-size: 20px;
        line-height: 23px;
    }

    .footer__menu {
        margin: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__menu-item {
        margin-bottom: 10px;
    }
}