.section-index{
    margin-bottom: 56px;
}

.big-block .section-index-top{
    margin-bottom: 24px;
}

.big-block .section-index-top .h2{
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #182B48;
    margin: 0;
}

.section-index-bottom{
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.big-block .section-index-top-img{
    width: 264px;
    height: 520px;
}

.section-index-top-img a{
    width: 100%;
    height: 100%;
    max-height: inherit;
}

.section-index-top-img a picture{
    display: block;
    width: 100%;
    height: 100%;
    max-height: inherit;
}

.big-block .section-index-items{
    width: Calc(100% - 272px);
}

.big-block .section-index-items-wrap{
    width: 100%;
    height: 520px;
    display: grid;
    grid-template-rows: Calc(50% - 4px) Calc(50% - 4px);
    grid-template-columns: 176px 176px 176px 176px;
    grid-row-gap: 8px;
    grid-column-gap: Calc((100% - 704px)/3);
}

.big-block .section-index-item{
    width: 100%;
    max-width: 176px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.big-block .section-index-item:hover{
    box-shadow: 0 4px 16px -4px rgb(24 43 72 / 40%);
}

.section-index-item-img{
    width: 176px;
    height: 176px;
    margin-bottom: 8px;
}

.section-index-item-img a{
    width: 100%;
    height: 100%;
}

.section-index-item-img a img{
    border-radius: 8px;
    max-height: 100%;
}

.section-sticker{
    width: fit-content;
    width: -moz-fit-content;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    padding: 4px 8px;
}

.section-sticker.sale{
    background: #FB3030;
}

.section-sticker.sale span{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #F6E0D1;
}

.section-index-item-name{
    width: 100%;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #40576D;
    padding: 0 8px;
    margin-bottom: 12px;
}

.section-index-item-price{
    width: 100%;
    height: 16px;
    overflow: hidden;
    padding: 0 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #182B48;
    margin-bottom: 8px;
}

.show-all-btn{
    width: 157px;
    height: 32px;
    background: #EFF3FE;
    border-radius: 80px;
}

.show-all-btn a{
    width: 100%;
    height: 100%;
    display: block;
}

.show-all-btn a span{
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #276EF1;
}

.show-all-btn.mob{
    display: none;
}

@media (max-width: 1170px){

    .big-block .section-index-top-img{
        display: block;
    }

    .big-block.section-index{
        margin-bottom: 56px;
    }

}

@media (max-width: 1047px){

    .big-block.recommend .section-index-bottom{
        flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
    }

    .big-block .section-index-top-img{
        width: auto;
        height: 100%;
        margin: 0 auto 16px;
        max-height: 200px;
    }

    .big-block .section-index-items{
        width: 100%;
    }
}

@media (max-width: 767px){

    .big-block .section-index-items-wrap{
        height: auto;
        grid-template-columns: 176px 176px 176px;
        grid-column-gap: Calc((100% - 528px)/2);
    }

    .big-block .section-index-items{
        margin-bottom: 24px;
    }

    .big-block .section-index-item{
        margin: 0;
    }

    .big-block .section-index-item:nth-child(n + 7){
        display: none;
    }

    .big-block .show-all-btn.mob{
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 596px){

    .big-block .section-index-items-wrap{
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-wrap: wrap;
        grid-column-gap: unset;
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-row-gap: unset;
    }

    .big-block .section-index-item:nth-child(n + 5){
        display: none;
    }

    .big-block .section-index-item{
        margin: 0 3.5px 8px;
    }

    .big-block .section-index-items{
        margin-bottom: 16px;
    }

    .big-block .section-index-top-img{
        max-height: 243px;
        margin: 0 auto 8px;
    }
}

@media (max-width: 390px){

    .big-block .section-index-items-wrap{
        justify-content: space-between;
    }

    .big-block .section-index-item{
        width: Calc((100% - 7px)/2);
        max-width: unset;
        margin: 0 7px 8px 0;
    }

    .big-block .section-index-item:nth-child(even){
        margin-right: 0;
    }

    .big-block .section-index-top-img{
        width: Calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px;
        max-height: 252px;
    }

    .big-block .section-index-top-img a img{
        width: inherit;
    }

    .big-block .section-index-item-img{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 375px){

    .big-block .section-index-top-img{
        max-height: 243px;
    }
}

