@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Regular.ttf);
}

html {
    box-sizing: border-box;
    font-family: 'Roboto';
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .background {
    position: relative;
    width: 100%;
  }
  
  
  
  @media (min-width: 900px) {
    .background {
      padding: 0 0 25px;
    }
  }
  
  .container_second {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
  
  .panel {
    background-color: #fff;
    /* border-radius: 10px; */
    position: relative;
    width: 100%;
    /* z-index: 10; */
    
  }
  
  .pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  @media (min-width: 900px) {
    .pricing-table {
      flex-direction: row;
    }
  }
  
  .pricing-table * {
    text-align: center;
    text-transform: uppercase;
  }
  
  .pricing-plan {
    border-bottom: 15px solid #141d25;
    padding: 25px;
  }
  
  .pricing-plan:last-child {
    border-bottom: none;
  }
  
  @media (min-width: 900px) {
    .pricing-plan {
      border-bottom: none;
      border-right: 1px solid #e1f1ff;
      flex-basis: 100%;
      padding: 25px 50px;
    }
  
    .pricing-plan:last-child {
      border-right: none;
    }
  }
  
  .pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  .pricing-header {
    font-size: 16px;
    margin: 0;
    color: #FFB700;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .pricing-features {
    padding: 0;
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 15px;
  }
  
  .pricing-features-item {
    color: #888;
    border-top: 1px solid #e1f1ff;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
  }
  
  .pricing-price {
    color: #FFB700;
    display: block;
    font-size: 32px;
    font-weight: 700;
  }
  
  .pricing-button {
    border: 2px solid #FFB700;
    border-radius: 10px;
    color: #FFB700;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
  }

  .pricing-button_1-1 {
    display: none;
  }

  .pricing-button_2-2 {
    display: none;
  }


  @media (max-width: 500px) {
    .pricing-button_1-1.is-featured {
      border: 2px solid #fd7900;
      color: #fd7900;
      font-weight: bold;
    }

    .pricing-button_2-2.is-featured_2 {
      border: 2px solid #069650;
      color: #069650;
      font-weight: bold;
    }
    .pricing-button_1-1 {
      border: 2px solid #FFB700;
      border-radius: 10px;
      color: #FFB700;
      display: inline-block;
      margin: 25px 0 5px 0;
      padding: 15px 30px;
      text-decoration: none;
      transition: all 150ms ease-in-out;
    }

    .pricing-button_2-2 {
      border: 2px solid #00e777;
      border-radius: 10px;
      color: #00e777;
      display: inline-block;
      margin: 25px 0 5px 0;
      padding: 15px 30px;
      text-decoration: none;
      transition: all 150ms ease-in-out;
    }

    .pricing-button_2 {
      display: none!important;
    }

    .pricing-button {
      display: none;
    }

    .pricing-price, .pricing-price_2 {
      font-size: 25px!important;
    }

  }
  
  .pricing-button:hover,
  .pricing-button:focus {
    color: white;
    background-color: #FFB700;
  }
  
  .pricing-button.is-featured {
    border: 2px solid #fd7900;
    background-color: transparent;
    font-weight: bold;
    color: #fd7900;
  }
  
  .pricing-button.is-featured:hover,
  .pricing-button.is-featured:active {
    color: white;
    background-color: #fd7900;
  }

  .pricing-button_2.is-featured_2 {
    border: 2px solid #069650;
    background-color: transparent;
    font-weight: bold;
    color: #069650!important;
  }
  
  .pricing-button_2.is-featured_2:hover,
  .pricing-button.is-featured:active {
    color: white!important;
    background-color: #069650!important;
  }


  /*second table*/

  .background_2 {
    position: relative;
    width: 100%;
  }

  .pricing-plan_2 ul li {
    list-style-type: "◌";
    color: gray;
    
  }
  
  
  
  @media (min-width: 900px) {
    .background_2 {
      padding: 0 0 25px;
    }

    
  }
  
  .container_second_2 {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
  
  .panel_2 {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 100%;
    /* z-index: 10; */
    max-width: 800px;
  }

  
  
  .pricing-table_2 {
    
    display: flex;
    flex-direction: column;
  }
  
  @media (min-width: 900px) {
    .pricing-table_2 {
      flex-direction: row;
    }
  }
  
  .pricing-table_2 * {
    text-align: center;
    text-transform: uppercase;
  }
  
  .pricing-plan_2 {
    border-bottom: 15px solid #141d25;
    padding: 20px;
  }
  
  .pricing-plan_2:last-child {
    border-bottom: none;
  }
  
  @media (min-width: 900px) {
    .pricing-plan_2 {
      border-bottom: none;
      border-right: 1px solid #e1f1ff;
      flex-basis: 100%;
      padding: 25px 50px;
    }
  
    .pricing-plan_2:last-child {
      border-right: none;
    }
  }
  
  .pricing-img_2 {
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  .pricing-header_2 {
    font-size: 16px;
    margin: 0;
    color: #00e777;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .pricing-features_2 {
    padding: 0;
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 15px;
  }
  
  .pricing-features-item_2 {
    color: #888;
    border-top: 1px solid #e1f1ff;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .pricing-features-item_2:last-child {
    border-bottom: 1px solid #e1f1ff;
  }
  
  .pricing-price_2 {
    color: #00e777;
    display: block;
    font-size: 32px;
    font-weight: 700;
  }
  
  .pricing-button_2 {
    border: 2px solid #00e777;
    border-radius: 10px;
    color: #00e777;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
  }


  
  .pricing-button_2:hover,
  .pricing-button_2:focus {
    color: white;
    background-color: #00e777;
  }
  
  .pricing-button_2.is-featured_2 {
    background-color: transparent;
    color: #00e777;
  }
  
  .pricing-button_2.is-featured_2:hover,
  .pricing-button_2.is-featured_2:active {
    color: white;
    background-color: #00e777;
  }


  /* TABS */

  .tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  /*
   Styling
  */
  body {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
  }

  .pricing-table {
    padding: 20px;
    
  }

  .tabset {
    margin-top: 50px;
  }
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px;    
    cursor: pointer;
    font-weight: 600;
  }
  
  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
  }
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: #FFB700;
  }

  .tabset > #sport:hover,
  .tabset > input:focus + #sport {
    color: #00e777;
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: #FFB700;
  }

  .tabset > #sport:hover::after,
  .tabset > input:focus + #sport::after,
  .tabset > input:checked + #sport::after {
    background: #00e777;
  }
  
  .tabset > input:checked + label {
    background-color: #fff;
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }
  
  .tab-panel {
    padding: 0px 0;
    /* border-top: 1px solid #ccc; */
  }
  
  /*
   Demo purposes only
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  
  .tabset {
    max-width: 65em;
  }
 

  label {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }