.block_service .serviceBlock {
  border: solid 3px var(--service-bordercolor);
  padding: 10px 20% 10px 20%;
  text-align: center;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color:#000;
}
    .block_service .serviceBlock:hover {
        background-color: var(--service-bordercolor);
    }

.block_service a {
    padding: 25px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}
   

.block_service .serviceBlockIcon
    {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    }
     .block_service  svg{
      position: absolute;
      display: block;
      height: 150px;
      top: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
       transition: all 0.3s ease;
     }

.block_service .serviceBlockWrapper {
    width: 100%;
  }
    .block_service .serviceBlockTitle,
    .block_service .serviceBlockDescription{
        width: inherit;
        padding-left:initial;
        padding-right:initial;
        text-align:inherit;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .block_service .serviceBlockTitle {
        color: var(--service-titlecolor);
        margin-top: 200px;
        font-size: 1.6em;
        font-weight: 900 ;
        text-transform: uppercase;
    }
    .col-xs-6  .block_service .serviceBlockTitle,
    .col-md-4  .block_service .serviceBlockTitle,
    .col-md-3 .block_service .serviceBlockTitle  {
         margin-top: 180px;
    }

    .block_service .serviceBlockDescription{
        margin-top: 10px;
    }
    
    
/************ END OF GENERAL STYLING  ********/


/****START LOREAL*****/



.block_service .loreal a.serviceBlockIcon {
    flex-wrap: wrap;
    justify-content: center;
    height: 350px;
}
    [class*=' col-'] .block_service .loreal a.serviceBlockIcon:hover svg{
        top: -20px;
    }
    [class*=' col-'] .block_service .loreal svg{
    width :120px;
    margin-top: 0px ;
    top:20px;
    }
        
    .col-xs-6 .block_service .loreal svg{
        width :100px;
    }    
[class*=' col-'] .block_service .loreal .serviceBlockWrapper{
                padding-top: 150px;
}
        .block_service .loreal .serviceBlockTitle {
          font-family: "Lato";
          margin-top: 0 ; 
        }
      .serviceBlock.loreal svg .cls-8{
        fill: var(--service-trans);
        stroke: none; 
        }

@media (min-width: 992px) {
  [class*=' col-md']:not(.col-md-3):not(.col-md-4) .block_service .loreal .serviceBlockIcon{
        min-height: 200px;
  }
  
  [class*=' col-md']:not(.col-md-3):not(.col-md-4) .block_service .loreal svg{
        height: 100%;
        width: 130px;
        top:0px;
  }
        .col-md-3 .block_service .loreal svg,
        .col-md-4 .block_service .loreal svg{
            width:100px;
        }
        
        [class*=' col-md']:nth-last-of-type(odd):not(.col-md-3):not(.col-md-4) .block_service .loreal svg{
             left: 25px;
        }
        [class*=' col-md']:nth-last-of-type(even):not(.col-md-3):not(.col-md-4) .block_service .loreal svg{
            right: 25px;
        }
      
      
        [class*=' col-md']:nth-last-of-type(even):not(.col-md-3):not(.col-md-4) .block_service .loreal .serviceBlockWrapper{ 
            text-align: right;
            padding-right: 35%;
        }
        [class*=' col-md']:nth-last-of-type(odd):not(.col-md-3):not(.col-md-4) .block_service .loreal .serviceBlockWrapper{
            text-align: left;
            padding-left: 35%;
          }
        [class*=' col-']:not(.col-md-3):not(.col-md-4) .block_service .loreal .serviceBlockTitle    {
            margin-top: 0 ;
        }
}
/****END LOREAL*****/
    
/****start Kerastase*****/
      
      

.block_service .kerastase .serviceBlockIcon {
  position: relative;
  background: white;
  padding: 0;
  height: 300px ;
  overflow: hidden;
}

  .block_service .kerastase svg {
      height: 150px;
  }

.block_service .kerastase .serviceBlockWrapper {
    position: relative;
    display: block;
    height: 100%;
}
  .block_service .kerastase .serviceBlockTitle {
    font-family: "Helvetica Neue";
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 80px;
    padding: 25px 0;
    background: white;
    font-size: 1.4em;
    font-weight: 500 !important;
}
  
  .block_service .kerastase .serviceBlockDescription {
    margin: 0px !important;
    padding-bottom: 20px;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,0.9);    
    
  }
   .block_service .kerastase .serviceBlockIcon:hover .serviceBlockTitle {
      bottom: calc(100% - 80px);
      background: rgba(255,255,255,0.9);
    }
    .block_service .kerastase .serviceBlockIcon:hover .serviceBlockDescription {
      opacity: 1;
      bottom: -80px;
    }
    .kerastase .cls-8{
        fill: white;
        stroke: none;
     }
    
        /****start Redken*****/
 
.block_service .redken{
  padding: 0;
}   

.block_service .redken .serviceBlockIcon
{
  background: black ;
  padding: 0;
  height: 300px ;
  overflow: hidden;
}
   .block_service .redken  svg{
      height: 130px;
    }
  
 
  .block_service  .redken .serviceBlockWrapper{
    position: relative;
    display: block;
    height: 100%;
  }
        .block_service .redken .serviceBlockTitle  {
          font-family: "Nunito Sans" ;
          position: absolute;
          bottom: 0;
          margin: 0;
          height: 80px;
          padding: 25px 0;
          background: white;
        }
        .block_service .redken .serviceBlockDescription {
          margin: 0px ;
          padding-bottom: 20px;
          position: absolute;
          bottom: -100%;
          width: 100%;
          height: 100%;
          opacity: 0;
          background: rgba(255,255,255,0.9);
      }

        .block_service .redken .serviceBlockIcon:hover .serviceBlockTitle {
             bottom: calc(100% - 80px);
             background: rgba(255,255,255,0.9);
       }

       .block_service .redken .serviceBlockIcon:hover .serviceBlockDescription {
             opacity: 1;
             bottom: -80px;
       }
    
   
        
    
/*BLOK */

    .serviceBlock svg
        {
        fill: var(--service-bgcolor) ;
        }
        .serviceBlock svg .cls-1{
        fill: none;
        stroke: none;
        }
        
    .serviceBlock svg .cls-2{
                fill: var(--service-bgcolor) ;
                stroke: var(--service-bgcolor) ;
    }
    .serviceBlock svg g.cls-2 .cls-2{
                fill: var(--service-bgcolor) ;
                stroke: black;
                stroke-width:0.25px;
    }
    .serviceBlock svg g.cls-3 .cls-2{
            fill: var(--service-bgcolor) ;
            stroke: none;
     }
    .serviceBlock svg .cls-3{
         fill:  var(--service-bgcolorlight); 
         stroke:  var(--service-bgcolorlight); 
    }
    .serviceBlock svg g.cls-2 .cls-3{
         fill:  var(--service-bgcolorlight); 
         stroke:  var(--service-bgcolordark); 
         stroke-width:0.4px;
    }
    .serviceBlock svg .cls-4{
          fill:   var(--service-bgcolordark);
        /*  stroke:   var(--service-bgcolordark); 
           stroke-width:0.25px;
           */
    }
    .serviceBlock svg g.cls-2 .cls-4{
          fill:   var(--service-bgcolordark);
          stroke:  var(--service-bgcolorlight);
          stroke-width:0.4px;
    }
    .serviceBlock  svg .cls-5{
          fill: white;
          stroke:  var(--service-bgcolor);
          stroke-width:0.25px;
    }
    .serviceBlock svg .cls-7{
         fill:  none; 
         stroke:  var(--service-bgcolor); 
         stroke-miterlimit:10;
         stroke-width:0.7px;
    }
    
    g.cls-2 > .cls-4,
    g.cls-2 > .cls-2{
        stroke: #fff;
        stroke-width:0.5px;
    }    
    .cls-1{
        fill:none;
    }
    .cls-6{
        fill: #3a3a3d;
        stroke: #3a3a3d;
    }
    .cls-8{
        fill: black;
        stroke: none;
    }
    
    




