

/*.head-product-content . row{*/
/*    border-top: 1px solid #f1f1f1;*/
/*}*/
/*.head-product-content h2{*/
/*    font-family: 'RotonBol';*/
/*    font-size: 34px;*/
/*    color: #31a8db;*/
/*}*/
/*.head-product-content h3{*/
/*    font-family: 'RotonBol';*/
/*    font-size: 34px;*/
/*    color: #31a8db;*/
/*}*/

.head-product-spoon-bg{
    background: url('images/spoon.jpg');
}
.head-product-apple-bg{
    background: url('images/apple.jpg');
}
.head-product-element-bg{
    background: url('images/element.jpg');
}
.head-product-sam-bg{
    background: url('images/sam.jpg');
}
.head-product-sam-bg{
    background: url('images/sam.jpg');
}
.head-product-immun-bg{
    background: url('images/icon_cont_5.jpg');
    background-size: 80px;
}
/*.head-product-content{*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    background: #fff;*/
/*}*/
.head-product-benefit{
    padding-top: 49px;
    padding-bottom: 140px;
    position: relative;
    text-align: center;
}
.head-product-benefit img {
    width: 240px;
}
.head-product-content{
    padding-bottom: 50px;
}
.head-product-benefit-block{
    display: inline-block;
    padding-top: 93px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    width: 19%;
    vertical-align: top;

    position: absolute;
    transform: translate(-50%, -50%);
}

/*.head-product-benefit-block--1 {*/
/*    left: 19%;*/
/*    top: 33%;*/
/*}*/
.head-product-benefit-block--2 {
    left: 89%;
    top: 32%;
}
.head-product-benefit-block--3 {
    right: 61%;
    left: auto;
    top: 35%;
}
.head-product-benefit-block--4 {
    top: 82%;
    left: 81%;
}
.head-product-benefit-block--5 {
    top: 89%;
    right: 57%;
    left: auto;
}


@media all and (max-width: 820px) {
    .head-product-benefit {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .head-product-benefit .img-benefit-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .head-product-benefit img {
        width: 190px;

    }
    .head-product-benefit-block {
        position: static;
        transform: inherit;
        width: 210px;
    }
}

@media all and (max-width: 500px){
    .head-product-benefit-block{
        display: block;
        padding-left: 93px;
        padding-top: 16px;
        height: 80px;
        margin: 0 auto 20px;
        background-position: top left;
        background-repeat: no-repeat;
        text-align: left;
        font-size: 16px;
        width: 260px;
        box-sizing: border-box;
        vertical-align: top;
    }
    /*.head-product-content h2 {*/
    /*    font-size: 36px;*/
    /*}*/
    /*.head-product-content h3 {*/
    /*    font-size: 30px;*/
    /*}*/

    /*.head-product-content h2 {*/
    /*    font-size: 24px;*/
    /*}*/
    /*.head-product-content h3 {*/
    /*    font-size: 24px;*/
    /*}*/
}
