:root {
  --a-rk-color: #fff!important;
}
    h2,h3{
      color: gray;
      text-transform: uppercase;
      font-size: 1.1rem;
      padding: 0px 20px;
    }

    .section{
      width: 100%;
      text-align: center;
      padding: 20px 0px;
    }

    .section.section--red{
      background-color: #F24141;
      color: white;
    }

    .container{
      width: 100%;
      margin: auto;
    }

    @media (max-width: 1176px) {
      .container{
        width: 100%;
      }
    }

    .header-logo{
      text-align: center;
    }

    .elements{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    a, a:active, a:hover, a:visited{
      text-transform: none;
      text-decoration: none;
      color: inherit;
    }

    .elements .element{
      max-width: 200px;
      margin: 10px;
      transition: all 0.3s ease;
    }

    .elements a.element:hover, .elements .element .element__button:hover{
      transform: scale(0.95);
    }

    .element .element__image img{
      width: 100%;
    }

    .element .element__text{
      padding-top: 10px;
      font-weight: 600;
      color: #F24141;
    }

   body .element__button a{color: var(--a-rk-color) !important;}
    .element .element__button{
      transition: all 0.3s ease;
      height: 58px;
      background-color: gray;
      text-align: center;
      vertical-align: middle;
      padding: 5px 10px;
      margin-top: 10px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 0.6em;
      border: unset;
      cursor: pointer;
      display: flex;
      align-items: center;
    }
    .element .element__button a{
      width: 100%;
      font-size: 1rem;
	  line-height: 1;
      display: block;
	  padding: 10px 0;
    }
	.banner-img .royal-canin img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
.detail_picture_block.clearfix{
	display:none;
}