 /* Tabs Years */
    .tabsYears {
      z-index: -1;
      text-align: center;
    }

    .tabsYears>input[type="radio"] {
      display: none;
    }

    .tabsYears>input[type="radio"]:checked+label {
       border:3px solid #999;
    }

    .tabsYears>div {
      /* скрыть контент по умолчанию */
      display: none;
      padding: 10px 15px;
    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#yearOne,
    #tab-btn-2:checked~#yearTwo,
    #tab-btn-3:checked~#yearThree,
    #tab-btn-4:checked~#yearFour,
    #tab-btn-5:checked~#yearFive,
    #tab-btn-6:checked~#yearSix
    {
      display: block;
    }

    .tabsYears>label {
      padding: 10px;
      display:inline-block;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      background-color: #f0f0f0;
      text-transform: none;
      font-size: 15px;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      cursor: pointer;
      margin-right: 6px;
      margin-bottom: 10px;
    }
    


    .tabsYears>label:first-of-type {
      background: url(../img/forester-sport/magnetite_gray_metallic.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    
    
      .tabsYears>label:nth-of-type(2) {
      background: url(../img/forester-sport/ice_silver_metallic.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    
         .tabsYears>label:nth-of-type(3) {
      background: url(../img/forester-sport/crystal_white_pearl.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    
    
             .tabsYears>label:nth-of-type(4) {
      background: url(../img/forester-sport/crystal_black_silica.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    
    
                .tabsYears>label:nth-of-type(5) {
      background: url(../img/forester-sport/dark_blue_pearl.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    
    
                   .tabsYears>label:nth-of-type(6) {
      background: url(../img/forester-sport/sepia_bronze_metallic.jpg);
      background-size: cover;
      border-radius: 100%;
      border: 3px solid #e6e6e6;
    }
    

    .fSportMarginOne {
        margin-bottom: 40px;
    }
    