body{
    padding-top: 170px
}
.icon-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.icon-boxes .item {
    width: calc((var(--container-width) / 4) - 20px);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: stretch;
}

.icon-boxes .item svg {
    width: 67px;
    height: 67px;
}

.icon-boxes .item .content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.icon-boxes .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    color: #1C2856;
}

.icon-boxes .item .desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 169%;
    color: rgba(101, 101, 101, 0.82);
}

.amc-slider{
    margin-top:40px;
}

.amc-products {
    display: flex;
    flex-direction: column;
    gap: 33px;
    background-color: #1C2856;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 36px;

}

.amc-products.best-seller{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/best-seller-bg.jpg');
}

.amc-products .head .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 39px;
    color: #F5F5F5;
    margin: 0;
    padding: 0;
}

.amc-products .swiper-slide {
    width: auto;
}

.more-off {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../img/off-bg.png);
    background-color: rgba(232, 106, 48, 0.15);
    margin: 20px 0;
    border-radius: 4px;
    padding: 21px 10px;
}

.more-off .r {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 39px;
    color: #E86A30;
}

.more-off .l a {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    color: #EA7945;
    background: #F5F5F5;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
}