.onpage-thumb-box img {
    border-radius: 12px;
    margin-bottom: 5px;
}

.profit-on-main__box p {
    margin-block-start:0px;
    margin-block-end:0px;
}

.profit-on-main__box {
    position: relative;
}

.product-link-on-main__box {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all .5s;
}

.product-link-on-main__box:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    transition: all .5s;
}

.product-on-main__box {
    position: relative;
    /* aspect-ratio: 1 / 1; */
    padding-top: 100%; /* 16:9 Aspect Ratio */
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all .5s;
}

.product-on-main__box:nth-child(1) {
    animation-delay: .10s;
}

.product-on-main__box:nth-child(2) {
    animation-delay: .20s;
}

.product-on-main__box:nth-child(3) {
    animation-delay: .30s;
}

.product-on-main__box:nth-child(4) {
    animation-delay: .40s;
}

.product-on-main__box:nth-child(5) {
    animation-delay: .50s;
}

.product-on-main__box:nth-child(6) {
    animation-delay: .60s;
}

.product-on-main__box:nth-child(7) {
    animation-delay: .70s;
}

.product-on-main__box:nth-child(8) {
    animation-delay: .80s;
}

.product-on-main__box:nth-child(9) {
    animation-delay: .90s;
}

.product-on-main__box:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    transition: all .5s;
}

.product-on-main__box__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: brightness(.8);
    transition: all .3s;
}

.product-on-main__box:hover .product-on-main__box__bg {
    filter: brightness(1);
    transition: all .5s;
}

.products-link__title {
    position: absolute;
    /* font-weight: bold; */
    font-size: 1.3rem;
    line-height: 100%;
    /* background: #fff; */
    background: #642d94;
    padding: 7px 15px;
    border-radius: 0px 5px 5px 0px;
    left: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    max-width: 70%;
    /* box-shadow: 0 0 15px rgba(0,0,0,.7); */
}

.products-link__main-title {
    position: absolute;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 100%;
    /* background: #fff; */
    background: #642d94;
    padding: 10px 25px;
    border-radius: 0px 5px 5px 0px;
    left: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    /* box-shadow: 0 0 15px rgba(0,0,0,.7); */
}

.mainpage__news-block {
    padding-top: 70px;
    padding-bottom: 70px;
}