 .tabs-section [type=radio] {
  display: none;
}
.tabs-section [type=radio] + label {
  display: inline-block;
  color: #777;
  padding: 0.8em 5.8em;
  position: relative;
  left: 18px;
}
.tabs-section [type=radio] + label:after {
  left: 0;
  border: 1px solid #999;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.4em 0.4em 0 0;
  background: #f0f0f0;
  transform: perspective(100px) rotateX(30deg);
  top: 1px;
}
.tabs-section [type=radio] + label span {
  position: relative;
  z-index: 2;
  top: 0.2em;
}
 .tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) {
  visibility: visible;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) * {
  opacity: 1;
  transform: scale(1);
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(1) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(2) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(3) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(4) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(5) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(6) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(7) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(8) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(1):checked ~ .tabs-content section:nth-child(1) *:nth-child(9) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) {
  visibility: visible;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) * {
  opacity: 1;
  transform: scale(1);
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(1) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(2) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(3) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(4) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(5) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(6) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(7) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(8) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(2):checked ~ .tabs-content section:nth-child(2) *:nth-child(9) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) {
  visibility: visible;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) * {
  opacity: 1;
  transform: scale(1);
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(1) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(2) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(3) {
  transition-delay: 0.3s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(4) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(5) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(6) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(7) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(8) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(3):checked ~ .tabs-content section:nth-child(3) *:nth-child(9) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) {
  visibility: visible;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) * {
  opacity: 1;
  transform: scale(1);
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(1) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(2) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(3) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(4) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(5) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(6) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(7) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(8) {
  transition-delay: 0.1s;
}
.tabs-section [type=radio]:nth-of-type(4):checked ~ .tabs-content section:nth-child(4) *:nth-child(9) {
  transition-delay: 0.1s;
} 
.tabs-section [type=radio]:checked + label:after {
  background: #fff;
  z-index: 2;
}
.tabs-section [type=radio]:checked + label span {
  z-index: 3;
  color: #333;
} 
.tabs-section section {
   overflow-y: auto; 
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2em;
  visibility: hidden;
}
.tabs-section section img {
  max-width: 100%;
}
/*.tabs-section section * {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.8);
}
.tabs-section section *:nth-child(1) {
  transition-delay: 0.125s;
}
.tabs-section section *:nth-child(2) {
  transition-delay: 0.25s;
}
.tabs-section section *:nth-child(3) {
  transition-delay: 0.375s;
}
.tabs-section section *:nth-child(4) {
  transition-delay: 0.5s;
}
.tabs-section section *:nth-child(5) {
  transition-delay: 0.625s;
}
.tabs-section section *:nth-child(6) {
  transition-delay: 0.75s;
}
.tabs-section section *:nth-child(7) {
  transition-delay: 0.875s;
}
.tabs-section section *:nth-child(8) {
  transition-delay: 1s;
}
.tabs-section section *:nth-child(9) {
  transition-delay: 1.125s;
}*/
.tabs-section .tabs-content {
  border: 1px solid #404040;
  border-top: none;
  box-shadow: 0 -1px 0 #222;
  border-radius: 0 0.2em 0.2em 0.2em;
  position: relative;
  height: 84em;
  overflow: hidden;
  background: #fff;
}
.tabs-section .tabs-content:before {
  content: "";
  z-index: 9;
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.9) 100%);
}


