/**
    color text
*/
/**
    gradient
*/
/**
    font
*/
/**
// dat
*/
/* :not(:last-child) */
/* :nth-child(1n+0) */
@media (min-width: 230px) {
    .banner {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #262262;
        opacity: 0.6;
        z-index: 1;
    }

    .banner .banner__group {
        position: relative;
        z-index: 2;
        padding: 0 15px;
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner .banner__group h1 {
        font-family: "AvertaStdCY-Extrabold_1", sans-serif;
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 16px;
        background: -webkit-linear-gradient(-90deg, #8C060B -22%, #ED1C24 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .banner .banner__group p {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .search {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .search h2 {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 25px;
        line-height: 31px;
        text-align: center;
        text-transform: uppercase;
        background: -webkit-linear-gradient(-90deg, #8C060B -22%, #ED1C24 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 24px;
    }

    .search .search__group {
        max-width: 100%;
        overflow-y: auto;
    }

    .search .search__group .search__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .search .search__group .search__box .search__item {
        display: block;
        padding: 2px 10px;
        font-family: "AvertaStdCY-Semibold_1", sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 21px;
        text-align: center;
        color: #222222;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .search .search__group .search__box .search__item:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 1px;
        height: 25px;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #000;
    }

    .search .search__group .search__box .search__item.active,
    .search .search__group .search__box .search__item:hover {
        color: #ED1C24;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .page__product {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page__product .filter__group {
        margin: 30px 0;
        background: #F1F1F1;
        border: 1px solid #D9D9D9;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
    }

    .page__product .filter__group .filter-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 6px;
    }

    .page__product .filter__group .filter-item p {
        font-size: 14px;
        line-height: 17px;
        color: #222222;
        margin-bottom: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: 8px;
    }

    .page__product .filter__group .filter-item select {
        background-color: transparent;
        font-size: 13px;
        line-height: 16px;
        color: #000000;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        padding: 8px 10px;
    }

    .page__product .filter__group .filter-item:nth-child(1) select {
        min-width: 190px;
    }


}

@media (min-width: 992px) {
    .banner {
        padding: 50px 0;
    }

    .search {
        margin-top: 38px;
        margin-bottom: 40px;
    }

    .page__product {
        margin-bottom: 50px;
        margin-top: 45px;
    }

    .page__product .filter__group {
        margin-top: 45px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .banner {
        padding-top: 94px;
        padding-bottom: 123px;
    }

    .page__product {
        margin-bottom: 120px;
    }

    .page__product .filter__group {
        margin-bottom: 60px;
    }
}