.tcl-software__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #444444;
  margin-bottom: 50px;
}
.tcl-software__name {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #111111;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .tcl-software__name {
    padding: 0 0;
    width: 100%;
  }
}
.tcl-software__link a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .tcl-software__link {
    margin-top: 20px;
  }
}
.tcl-software__file a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-software__file a svg {
  margin-right: 30px;
}
.tcl-software__file a span {
  text-decoration-line: underline;
}
@media (max-width: 1199px) {
  .tcl-software__file {
    margin-top: 20px;
  }
}
.tcl-software__model {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 65px;
}
.tcl-software__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.tcl-software__item:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(56.25%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .tcl-software__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tcl-software__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-software__support-icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
}
.tcl-software__support-icon img {
  max-width: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tcl-software__support-name {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.tcl-software__support-item {
  width: 20%;
  text-align: center;
  margin-bottom: 27px;
}

.tcl-section--dark .tcl-software__title, .tcl-section--dark .tcl-software__support-name, .tcl-section--dark .tcl-software__model, .tcl-section--dark .tcl-software__name {
  color: #f5f5f5;
}
.tcl-section--dark .tcl-software__file a {
  color: #f5f5f5;
}
.tcl-section--dark .tcl-software__link a {
  color: #f5f5f5;
}

.tcl-section--light .tcl-software__file a svg {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.tcl-section--light .tcl-software__item:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(56.25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.8) 100%);
}