@media (min-width: 768px) {
  .tcl-specification__name {
    display: none;
  }
}
.tcl-specification__name a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
}
.tcl-specification__name a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(48.82%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  opacity: 0.5;
}
.tcl-specification__name a.active svg {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.tcl-specification__name a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-specification__navigation {
  padding-right: 50px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .tcl-specification__navigation {
    display: none;
  }
}
.tcl-specification__navigation::after {
  content: "";
  position: absolute;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.015)), color-stop(51.73%, rgba(17, 17, 17, 0.24)), to(rgba(17, 17, 17, 0.03)));
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.015) 0%, rgba(17, 17, 17, 0.24) 51.73%, rgba(17, 17, 17, 0.03) 100%);
  width: 1px;
  top: 0;
  right: 25px;
}
.tcl-specification__navigation-item {
  margin-bottom: 32px;
}
.tcl-specification__navigation-item:last-child {
  margin-bottom: 0;
}
.tcl-specification__navigation-item a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 3px;
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, text-shadow 0.3s ease;
  transition: opacity 0.3s ease, text-shadow 0.3s ease;
}
.tcl-specification__navigation-item a:hover {
  text-shadow: 0.7px 0 0 #ffffff;
}
.tcl-specification__navigation-item a.active {
  opacity: 1;
}
.tcl-specification__navigation-item a.active:after {
  width: 30px;
}
.tcl-specification__navigation-item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 767px) {
  .tcl-specification__list {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.tcl-specification__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.tcl-specification__list-item:nth-child(even) {
  background-color: #171717;
}
.tcl-specification__list-item:hover {
  background-color: #222222;
}
.tcl-specification__list-item span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  width: 50%;
}
@media (max-width: 767px) {
  .tcl-specification__list-item span {
    font-size: 14px;
    list-style: 17px;
  }
}
.tcl-specification__list-item span:last-child {
  text-align: right;
  padding-left: 15px;
}

.tcl-section--light .tcl-specification__name a {
  color: #111111;
}
.tcl-section--light .tcl-specification__name a::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(48.82%, rgba(17, 17, 17, 0.8)), color-stop(91.9%, rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 48.82%, rgba(17, 17, 17, 0.8) 91.9%);
}
.tcl-section--light .tcl-specification__list-item:nth-child(even) {
  background-color: #f9f9f9;
}
.tcl-section--light .tcl-specification__list-item:hover {
  background-color: #efefef;
}
.tcl-section--light .tcl-specification__list-item span {
  color: #111111;
}
.tcl-section--light .tcl-specification__navigation::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.015)), color-stop(51.73%, rgba(17, 17, 17, 0.24)), to(rgba(17, 17, 17, 0.03)));
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.015) 0%, rgba(17, 17, 17, 0.24) 51.73%, rgba(17, 17, 17, 0.03) 100%);
}
.tcl-section--light .tcl-specification__navigation-item a {
  color: #111111;
}
.tcl-section--light .tcl-specification__navigation-item a:hover {
  text-shadow: 0.7px 0 0 #111111;
}
.tcl-section--light .tcl-specification__navigation-item a:after {
  background-color: #111111;
}

.tcl-section--dark .tcl-specification__name a svg {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}