.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: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;
}

.products-link__title {
    position: absolute;
    font-weight: bold;
    line-height: 100%;
    /* background: #fff; */
    background: #642d94;
    padding: 5px 15px;
    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); */
}

.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); */
}


/*------ СТИЛИ АНАЛИЗ ВОДЫ НАЧАЛО ------*/

.parameter__name {
    display: flex;
    border: solid 2px teal;
    border-radius: 12px;
    padding: 8px 22px;
    color: teal;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #fff;
    transition: all .3s;
}

.parameter__name:hover {
    background: teal;
    color: #fff;
    transition: all .3s;
}

.reason-box {
    border: solid 2px teal;
    border-radius: 12px;
    padding: 22px 10px;
}

.four-steps__box {
    position: relative;
    margin-bottom: 15px;
    line-height: 120%;
}

.four-steps__box:hover:before {
    opacity: .4;
    transition: all .3s;
}

.four-steps__box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 37px;
    width: 30px;
    height: 30px;
    background: url(../img/icon-05-blue-right.webp) no-repeat center center;
    background-size: cover;
    opacity: .2;
    z-index: -1;
    transition: all .3s;
}

/*------ СТИЛИ АНАЛИЗ ВОДЫ КОНЕЦ ------*/