@charset "UTF-8";
.tkTitle {
  font-size: clamp(32px, 8.5vw, 60px);
  letter-spacing: 2.57px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  margin-top: auto;
}

.tkText-bg {
  font-size: 1166%;
  color: #033447;
  opacity: 0.14;
  -webkit-text-stroke: 6px #9013fe;
  font-weight: 700;
  letter-spacing: 12px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 750px) {
  .tkText-bg {
    font-size: 105px;
    transform: translateY(50%);
  }
}

.tk-content {
  font-size: 24px;
  color: #fff;
  background-color: #021726;
}
.tk-content .container {
  width: min(96%, 1800px);
  max-width: 1980px;
}

.fixed-bg-anim {
  background: no-repeat 50% 0/cover;
}

.bTKHero {
  padding: clamp(70px, 8vw, 135px) 0 clamp(80px, 9vw, 150px);
  background-image: url(/img/tk/tk-hero-bg.webp);
  position: relative;
}
.bTKHero .container {
  display: grid;
  grid-template-columns: minmax(350px, 560px) minmax(480px, 1fr);
  align-items: center;
  gap: clamp(32px, 4.5vw, 88px);
}
.bTKHero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(/img/tk/tk-hero-horse.webp);*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.bTKHero__content {
  max-width: 663px;
  width: 100%;
}
.bTKHero__title {
  margin: 0 0 clamp(22px, 2.8vw, 48px);
}
.bTKHero__text {
  line-height: 1.3;
  max-width: 490px;
  margin-bottom: clamp(24px, 2.6vw, 42px);
}
@media (max-width: 750px) {
  .bTKHero__text {
    font-size: 16px;
  }
}
.bTKHero__list {
  display: flex;
  gap: clamp(20px, 3.5vw, 70px);
  margin-top: clamp(34px, 4vw, 70px);
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .bTKHero__list {
    flex-wrap: wrap;
  }
}
.bTKHero__item {
  --base-color: #f8e71c;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1.2;
}
.bTKHero__item span {
  display: block;
  margin: clamp(20px, 1.4vw, 40px) 0 15px;
  line-height: 1.5;
}
.bTKHero__item:after {
  content: "";
  position: relative;
  display: block;
  width: 60%;
  height: 2px;
  background-color: var(--base-color);
}
.bTKHero__item:nth-child(2) {
  --base-color: var(--green);
}
.bTKHero__item:nth-child(3) {
  --base-color: #9013fe;
}
.bTKHero__action {
  justify-self: end;
  width: min(100%, 960px);
  text-align: center;
  padding: clamp(22px, 2.4vw, 40px) clamp(28px, 4vw, 72px);
  border: 0;
  background: rgba(2, 23, 38, 0.58);
  box-shadow: 0 0 50px rgba(25, 124, 255, 0.18);
  backdrop-filter: blur(3px);
}
.bTKHero__action-title {
  font-size: 150%;
  color: #4dceff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0 0 0;
}
@media (max-width: 750px) {
  .bTKHero__action-title {
    font-size: 24px;
  }
}
.bTKHero__action-text {
  display: block;
  color: #197cff;
  margin-bottom: 15px;
}
.bTKHero__action-info {
  display: block;
  font-size: 16px;
  color: #bcccf4;
  margin: 8px 0;
}
.bTKHero__action .btn-glowing {
  margin: 0 auto;
}
@media (max-width: 980px) {
  .bTKHero {
    padding: clamp(42px, 7vw, 70px) 0 clamp(56px, 9vw, 92px);
  }
  .bTKHero .container {
    display: block;
  }
  .bTKHero__content {
    max-width: 720px;
  }
  .bTKHero__text {
    max-width: 660px;
  }
  .bTKHero__action {
    width: 100%;
    max-width: none;
    margin: clamp(34px, 6vw, 56px) auto 0;
    text-align: center;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
  .bTKHero__action-title {
    font-size: clamp(30px, 6.5vw, 46px);
    line-height: 1.25;
    letter-spacing: 2px;
    max-width: 820px;
    margin: 0 auto;
  }
  .bTKHero__action-text {
    font-size: clamp(20px, 4.4vw, 30px);
    margin-top: 12px;
  }
  .bTKHero__action-info {
    font-size: clamp(14px, 2.8vw, 18px);
  }
  .bTKHero__action .btn-glowing {
    width: min(100%, 480px);
    margin: 0 auto;
  }
}

.tkWhatDoes {
  padding: clamp(50px, 10vw, 170px) 0;
  color: #fff;
}
.tkWhatDoes .container {
  width: 100%;
}
.tkWhatDoes__title {
  text-align: center;
  color: #fcf63a;
  margin-bottom: clamp(50px, 9vw, 160px);
}
.tkWhatDoes__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 750px) {
  .tkWhatDoes__list {
    flex-direction: column;
  }
}
.tkWhatDoes__item {
  width: 100%;
  max-width: 350px;
}
.tkWhatDoes__item-title {
  font-size: clamp(18px, 2.2vw, 28px);
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-top: clamp(10px, 1.4vw, 25px);
}
.tkWhatDoes__item span {
  display: block;
  color: #4dceff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
}
.tkWhatDoes__item img {
  max-width: 100%;
}
.tkWhatDoes__item p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}

.tkPortable {
  padding: 250px 0 clamp(50px, 10vw, 180px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .tkPortable {
    padding-top: 150px;
  }
}
.tkPortable__title {
  color: var(--green);
  margin-top: 0;
  text-align: center;
}
.tkPortable__content {
  display: flex;
  padding: 0 clamp(20px, 4.5vw, 90px);
  margin: auto;
  gap: clamp(15px, 3vw, 50px);
}
@media (max-width: 1220px) {
  .tkPortable__content {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .tkPortable__content {
    flex-direction: column;
  }
}
.tkPortable__scanning, .tkPortable__info {
  flex: 1;
}
@media (max-width: 750px) {
  .tkPortable__info {
    padding-bottom: 40px;
  }
}
.tkPortable__subject {
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.46;
  color: #f50057;
  font-family: roboto, sans-serif;
  font-weight: 400;
  max-width: 670px;
}
.tkPortable__text {
  font-size: 18px;
  margin-bottom: 40px;
}

.bDemoProcess {
  position: relative;
}
.bDemoProcess:before {
  content: "";
  width: 194px;
  height: 370px;
  position: absolute;
  top: 27%;
  left: 560px;
  background: 50%/contain no-repeat url(/img/tk/flash-card-green.png);
}
.bDemoProcess__scanner {
  position: relative;
  width: 640px;
  height: 438px;
  background: 50%/cover no-repeat url(/img/tk/tk-scanning-process.png);
  box-shadow: 0 2px 30px transparent;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .bDemoProcess__scanner {
    width: 100%;
    height: 70vw;
    background-size: contain;
    box-shadow: none;
    background-position: 50% 0;
  }
}
.bDemoProcess__path {
  display: inline-block;
  position: absolute;
  top: 68%;
  font-size: 12px;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .bDemoProcess__path {
    top: 41vw;
    font-size: 2vw;
    margin-left: 6vw;
  }
}
.bDemoProcess__graph {
  position: absolute;
  width: 583px;
  height: 187px;
  top: 23%;
  margin-left: 43px;
  background: 0 0/cover repeat-x url(/img/tk/white-graph-animate.png);
}
@media (max-width: 750px) {
  .bDemoProcess__graph {
    width: 75vw;
    height: 24vw;
    margin-left: 8vw;
    top: 15.5vw;
  }
}
.bDemoProcess__files {
  position: absolute;
  display: inline-block;
  top: 79%;
  margin-left: 32px;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 750px) {
  .bDemoProcess__files {
    top: 48vw;
    margin-left: 5vw;
    font-size: 4vw;
  }
}
.bDemoProcess__detect {
  position: absolute;
  display: inline-block;
  top: 79%;
  margin-left: 190px;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 750px) {
  .bDemoProcess__detect {
    top: 48vw;
    margin-left: 26.5vw;
    font-size: 4vw;
  }
}
.bDemoProcess__progress {
  position: absolute;
  display: inline-block;
  top: 80%;
  margin-left: 330px;
  color: rgba(98, 202, 229, 0.9);
}
@media (max-width: 750px) {
  .bDemoProcess__progress {
    top: 49vw;
    font-size: 4vw;
    margin-left: 47vw;
  }
}
.bDemoProcess__progress-bar {
  position: absolute;
  width: 295px;
  height: 8px;
  border-radius: 4px;
  top: 90.5%;
  margin-left: 330px;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.9);
}
@media (max-width: 750px) {
  .bDemoProcess__progress-bar {
    width: 38vw;
    height: 1vw;
    top: 55vw;
    margin-left: 47vw;
  }
}
.bDemoProcess__progress-bar > div {
  width: 70%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(to right, rgb(98, 202, 229), rgb(59, 160, 199));
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.bSkinnable {
  position: relative;
  padding: clamp(50px, 9vw, 200px) 0;
  z-index: 1;
  overflow: hidden;
}
.bSkinnable__title {
  color: #9013fe;
  text-align: center;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.bSkinnable__text {
  position: relative;
  width: min(100%, 473px);
  margin: clamp(20px, 2vw, 40px) auto 0;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  z-index: 2;
}
@media (max-width: 750px) {
  .bSkinnable__text {
    font-size: 18px;
  }
}
.bSkinnable__tabs {
  display: grid;
  position: relative;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: clamp(15px, 3vw, 50px);
  position: relative;
  z-index: 5;
  align-items: center;
}
@media (max-width: 750px) {
  .bSkinnable__tabs {
    display: flex;
    flex-direction: column-reverse;
  }
}
.bSkinnable__actions {
  padding: 0 clamp(20px, 6vw, 120px);
}
@media (max-width: 750px) {
  .bSkinnable__actions {
    padding: 0;
    width: 100%;
  }
}
.bSkinnable__action-item {
  position: relative;
  padding: 10px clamp(40px, 8vw, 160px);
  font-size: 150%;
  border: 2px solid transparent;
  color: transparent;
  font-weight: 300;
  letter-spacing: 1.54px;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 750px) {
  .bSkinnable__action-item {
    padding: 0 35px;
  }
}
.bSkinnable__action-item:hover, .bSkinnable__action-item.active {
  border-color: #ff0;
}
.bSkinnable__action-item:hover:before, .bSkinnable__action-item.active:before {
  transform: scale(1) translateY(0);
  left: 0;
  opacity: 1;
}
.bSkinnable__action-item:hover:after, .bSkinnable__action-item.active:after {
  transform: scale(0) rotate(0);
  left: -100%;
  opacity: 0;
}
.bSkinnable__action-item:after, .bSkinnable__action-item:before {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: inherit;
  background: #021726;
  position: absolute;
  top: 0;
  padding-left: clamp(15px, 2.5vw, 50px);
  height: 100%;
  width: 100%;
  letter-spacing: inherit;
  transition: all 1s;
}
@media (max-width: 750px) {
  .bSkinnable__action-item:after, .bSkinnable__action-item:before {
    font-size: 20px;
  }
}
.bSkinnable__action-item:before {
  content: "• " attr(data-name);
  color: #ff0;
  left: 100%;
  transform: scale(0) rotatey(0);
  opacity: 0;
}
.bSkinnable__action-item:after {
  content: attr(data-name);
  color: #fff;
  left: 0;
  transform: scale(1) rotatey(0);
  opacity: 1;
}
.bSkinnable__imgs {
  position: relative;
  height: 700px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bSkinnable__imgs {
    height: 490px;
  }
}
@media (max-width: 750px) {
  .bSkinnable__imgs {
    height: 305px;
  }
}
.bSkinnable__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .bSkinnable__img {
    position: static;
  }
}
.bSkinnable__img.active {
  display: block;
}
.bSkinnable__img img {
  width: 100%;
  height: auto;
}
.bSkinnable__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bSkinnable .triangle {
  position: absolute;
  top: 35%;
  left: 47%;
  filter: drop-shadow(0 0 30px #27c4ff);
  animation: 10s movingCircleX linear infinite;
}
.bSkinnable .triangle:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-image: linear-gradient(to right, #ffe047 0%, #53a0fd 47%, #51b3ec 98%);
}
.bSkinnable .triangle:nth-child(2) {
  top: 45%;
  left: 57%;
  animation: 8s movingCircleY linear infinite;
}
.bSkinnable .triangle:nth-child(3) {
  top: 57%;
  left: 50%;
  animation: 6s movingCircleX linear infinite;
}
.bSkinnable .triangle:nth-child(3):before {
  transform: scale(0.45);
}
.bSkinnable .triangle:nth-child(4) {
  top: 63%;
  left: 47%;
  animation: 9s movingCircleX linear infinite;
}
.bSkinnable .triangle:nth-child(4):before {
  transform: scale(0.8);
}
.bSkinnable .triangle:nth-child(5) {
  top: 20%;
  left: 78%;
  animation: 10s movingCircleY linear infinite;
}
.bSkinnable .triangle:nth-child(5):before {
  transform: scale(1.3) rotate(180deg);
}
.bSkinnable .triangle:nth-child(6) {
  top: 22%;
  left: 75%;
  animation: 11s movingCircleY linear infinite;
}
.bSkinnable .triangle:nth-child(6):before {
  transform: scale(0.35);
}
.bSkinnable .triangle:nth-child(7) {
  top: 32%;
  left: 97%;
  animation: 12s movingCircleX linear infinite;
}
.bSkinnable .triangle:nth-child(7):before {
  transform: scale(0.6);
}
.bSkinnable .triangle:nth-child(8) {
  top: 80%;
  left: 96%;
  animation: 13s movingCircleY linear infinite;
}
.bSkinnable .triangle:nth-child(8):before {
  transform: scale(0.8);
}

.tkDownload {
  padding: clamp(50px, 13vw, 260px) 0;
  position: relative;
  overflow: hidden;
}
.tkDownload__title {
  text-align: center;
  margin-bottom: 100px;
  color: var(--yellow);
}
.tkDownload__btn-wrap {
  text-align: center;
  margin-top: max(5vw, 30px);
}
.tkDownload__bg-img {
  position: absolute;
  top: clamp(50px, 15vw, 300px);
  right: -487px;
  width: 787px;
  height: 788px;
  background: 50%/contain no-repeat url(/img/tk/horse-small.png);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .tkDownload__bg-img {
    display: none;
  }
}

.tkSystemReq {
  background: #061e2d;
  padding: clamp(30px, 2vw, 36px) 0;
  overflow: hidden;
}
.tkSystemReq__content {
  display: flex;
}
@media (max-width: 1220px) {
  .tkSystemReq__content {
    gap: 30px;
  }
}
@media (max-width: 750px) {
  .tkSystemReq__content {
    flex-direction: column;
  }
  .tkSystemReq__content svg {
    max-height: 40px;
    width: auto;
  }
}
.tkSystemReq__info {
  width: 41%;
}
@media (max-width: 1024px) {
  .tkSystemReq__info {
    width: 46%;
  }
}
@media (max-width: 750px) {
  .tkSystemReq__info {
    width: 100%;
  }
}
.tkSystemReq__lang {
  flex: 1;
}
.tkSystemReq__title {
  color: #fff;
  letter-spacing: 2.25px;
  line-height: 1;
  margin-bottom: clamp(15px, 1.5vw, 27px);
}
.tkSystemReq__block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 750px) {
  .tkSystemReq__block {
    flex-direction: column;
    align-items: start;
  }
}
.tkSystemReq__desc, .tkSystemReq__text {
  font-size: max(75%, 14px);
  width: min(100%, 507px);
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 750px) {
  .tkSystemReq__desc, .tkSystemReq__text {
    font-size: 16px;
  }
}
.tkSystemReq__desc span, .tkSystemReq__text span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
}

.tkLicense {
  overflow: hidden;
  padding: clamp(50px, 8vw, 160px) 0 clamp(50px, 9vw, 170px);
}
.tkLicense__title {
  text-align: center;
  margin-bottom: clamp(30px, 3vw, 54px);
}
.tkLicense__content {
  width: min(100%, 1467px);
  margin: 0 auto;
}
.tkLicense__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 806px;
}
.tkLicense .tkLicense__btn {
  position: relative;
  padding: 15px 0.5rem;
  border: 3px solid var(--yellow);
  color: var(--yellow);
  cursor: pointer;
  letter-spacing: 1.54px;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  flex: 1;
}
@media (max-width: 750px) {
  .tkLicense .tkLicense__btn {
    font-size: 18px;
  }
}
.tkLicense .tkLicense__btn:before {
  content: "• ";
  left: 100%;
  opacity: 0;
}
.tkLicense .tkLicense__btn:hover {
  color: var(--black);
  background-color: var(--yellow);
}
.tkLicense .tkLicense__btn.active {
  background: var(--yellow);
  color: var(--black);
}
.tkLicense .tkLicense__btn.active:before {
  opacity: 1;
}

.tkLicenseHome {
  display: flex;
  padding-top: clamp(30px, 9vw, 175px);
}
@media (max-width: 750px) {
  .tkLicenseHome {
    flex-direction: column;
  }
}
.tkLicenseHome__wrap-img {
  max-width: 356px;
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 1220px) {
  .tkLicenseHome__wrap-img {
    max-width: 280px;
  }
}
@media (max-width: 750px) {
  .tkLicenseHome__wrap-img {
    display: none;
  }
}
.tkLicenseHome__wrap-img img {
  max-width: 100%;
}
.tkLicenseHome__info {
  flex: 1;
}
.tkLicenseHome__title {
  font-size: 75%;
  letter-spacing: 1.12px;
  color: #feef3d;
  text-transform: uppercase;
}
.tkLicenseHome__personal {
  padding-top: 20px;
  padding-left: clamp(20px, 4.5vw, 90px);
}
@media (max-width: 750px) {
  .tkLicenseHome__personal {
    padding-left: 0;
    font-size: 18px;
  }
}
.tkLicenseHome__list {
  list-style-type: disc;
  margin: clamp(10px, 1vw, 18px) 0 clamp(30px, 4.5vw, 90px);
  font-size: 75%;
  padding-left: 20px;
  line-height: 1.6;
  letter-spacing: 1.13px;
  font-weight: 300;
}
.tkLicenseHome__cards {
  display: flex;
  gap: clamp(26px, 2.5vw, 50px);
}
@media (max-width: 750px) {
  .tkLicenseHome__cards {
    flex-direction: column;
  }
}
.tkLicenseHome__home {
  flex: 1;
}

.tkLicenseHomeCard {
  --card-color: #27c4ff;
  flex: 1;
  position: relative;
  padding: clamp(20px, 1.5vw, 30px) clamp(15px, 1.5vw, 30px);
  margin-bottom: 6px;
  text-align: center;
  border-radius: 4px;
  color: var(--card-color);
  border: solid 2px var(--card-color);
}
.tkLicenseHomeCard.yellow {
  --card-color: var(--yellow);
}
.tkLicenseHomeCard.green {
  --card-color: var(--green);
}
.tkLicenseHomeCard.violet {
  --card-color: #a775fd;
}
.tkLicenseHomeCard__time {
  font-size: clamp(15px, 1.8vw, 28.5px);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: clamp(20px, 2vw, 40px);
}
.tkLicenseHomeCard__price {
  font-size: clamp(20px, 2vw, 38px);
  letter-spacing: 2.4px;
  line-height: 1.2;
}
.tkLicenseHomeCard__price span {
  display: block;
  font-size: 75%;
  letter-spacing: 1.8px;
}
.tkLicenseHomeCard__label {
  position: absolute;
  top: -36px;
  right: -4px;
  font-size: 16px;
  padding: 9px 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #333;
  line-height: 1;
  background-color: var(--card-color);
}
.tkLicenseHomeCard .btn--shine {
  margin: clamp(15px, 1.4vw, 36px) 0;
}
.tkLicenseHomeCard small {
  font-size: max(53%, 12px) !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tkLicenseBusiness {
  display: flex;
}
.tkLicenseBusiness__wrap-img {
  max-width: 365px;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 1220px) {
  .tkLicenseBusiness__wrap-img {
    max-width: 290px;
  }
}
@media (max-width: 750px) {
  .tkLicenseBusiness__wrap-img {
    display: none;
  }
}
.tkLicenseBusiness__wrap-img img {
  max-width: 100%;
}
.tkLicenseBusiness__info {
  padding: 75px 0 0 65px;
  flex: 1;
}
@media (max-width: 750px) {
  .tkLicenseBusiness__info {
    padding: 50px 0;
  }
}

.tkLicenseBusinessCard {
  --card-color: var(--green);
  position: relative;
  padding: clamp(20px, 1.5vw, 30px) clamp(15px, 1.5vw, 30px);
  margin-bottom: 6px;
  border-radius: 4px;
  border: solid 4px var(--card-color);
}
@media (max-width: 1220px) {
  .tkLicenseBusinessCard {
    font-size: 16px;
  }
}
.tkLicenseBusinessCard:first-child {
  margin-bottom: clamp(40px, 2.5vw, 45px);
}
.tkLicenseBusinessCard.yellow {
  --card-color: var(--yellow);
}
.tkLicenseBusinessCard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 96px;
  height: 91px;
  background: 50%/contain no-repeat url(/img/tk/logo-TK-blue.svg);
}
@media (max-width: 750px) {
  .tkLicenseBusinessCard:before {
    right: 15px;
    width: 76px;
    height: 71px;
  }
}
.tkLicenseBusinessCard__content {
  display: flex;
  gap: clamp(10px, 2vw, 40px);
  text-align: left;
}
@media (max-width: 750px) {
  .tkLicenseBusinessCard__content {
    flex-direction: column;
  }
}
.tkLicenseBusinessCard__body {
  flex: 1;
}
.tkLicenseBusinessCard__wrap-img {
  max-width: 335px;
  width: 100%;
}
@media (max-width: 1220px) {
  .tkLicenseBusinessCard__wrap-img {
    max-width: 220px;
  }
}
.tkLicenseBusinessCard__wrap-img img {
  display: block;
  width: 100%;
  height: auto;
}
.tkLicenseBusinessCard__name {
  font-size: 150%;
  color: var(--card-color);
  letter-spacing: 3px;
  line-height: 1.2;
}
.tkLicenseBusinessCard__list {
  font-size: 75%;
  padding-left: 20px;
  line-height: 1.6;
  letter-spacing: 1.13px;
  font-weight: 300;
  list-style-type: disc;
  margin-bottom: 20px;
}
.tkLicenseBusinessCard p {
  font-size: 66%;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 clamp(10px, 1vw, 18px);
}
.tkLicenseBusinessCard__price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: clamp(10px, 1vw, 18px);
  gap: clamp(10px, 1.5vw, 27px);
}
@media (max-width: 750px) {
  .tkLicenseBusinessCard__price-wrap {
    flex-direction: column;
  }
}
.tkLicenseBusinessCard .price {
  color: var(--card-color);
}
.tkLicenseBusinessCard .price span {
  display: inline-block;
}
.tkLicenseBusinessCard small {
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-size: max(67%, 12px);
  color: var(--card-color);
}
@media (max-width: 1220px) {
  .tkLicenseBusinessCard small {
    bottom: -25px;
  }
}

.tkCustomer {
  padding: clamp(30px, 3vw, 48px) 0 clamp(100px, 14vw, 260px);
  overflow: hidden;
}
.tkCustomer__title {
  color: var(--green);
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 100px);
}
.tkCustomer__list {
  display: flex;
  gap: clamp(15px, 3vw, 50px);
}
@media (max-width: 750px) {
  .tkCustomer__list {
    flex-direction: column;
    gap: 30px;
  }
}

.tkCustomerItem {
  --base-color: #27c4ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tkCustomerItem:nth-child(2) {
  --base-color: var(--green);
}
.tkCustomerItem:nth-child(3) {
  --base-color: var(--yellow);
}
.tkCustomerItem__title {
  letter-spacing: 2.4px;
  color: var(--base-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin: clamp(20px, 2vw, 35px) 0;
}
@media (max-width: 1220px) {
  .tkCustomerItem__title {
    font-size: clamp(18px, 4.2vw, 21px);
  }
}
.tkCustomerItem p {
  font-size: max(75%, 16px);
  line-height: 1.44;
  color: #eaeaea;
  margin: 0 0 clamp(15px, 1.5vw, 27px);
}

.bTrojanScanner {
  background: var(--green);
  color: var(--black);
  position: relative;
}
.bTrojanScanner .container {
  padding: 70px 0;
}
@media (min-width: 1220px) {
  .bTrojanScanner .container {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .bTrojanScanner .container {
    padding: 50px 10px;
  }
}
.bTrojanScanner__info {
  max-width: 570px;
}
@media (max-width: 1220px) {
  .bTrojanScanner__info {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .bTrojanScanner__info {
    max-width: 570px;
  }
}
.bTrojanScanner__title {
  font-weight: 400;
  margin-bottom: clamp(20px, 3vw, 50px);
  letter-spacing: 0;
}
.bTrojanScanner p {
  font-size: max(75%, 14px);
  line-height: 1.33;
  letter-spacing: -0.07px;
}
.bTrojanScanner__btn {
  display: block;
  width: 170px;
  margin: clamp(30px, 5vw, 85px) 0 0 auto;
}
.bTrojanScanner__btn:hover {
  transform: scale(1.03);
}
.bTrojanScanner__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 257px;
  height: 230px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 980px) {
  .bTrojanScanner__bg {
    width: 170px;
    height: 152px;
  }
}
@media (max-width: 750px) {
  .bTrojanScanner__bg {
    width: 120px;
    height: 107px;
  }
}
.bTrojanScanner__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
@media (max-width: 1220px) {
  .bTrojanScanner__img {
    width: 600px;
    height: 112%;
    object-fit: none;
    object-position: left top;
  }
}
@media (max-width: 1024px) {
  .bTrojanScanner__img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateY(80px);
  }
}
@media (max-width: 750px) {
  .bTrojanScanner__img {
    transform: translateY(60px);
  }
}

.tkArticles {
  padding: clamp(50px, 7vw, 135px) 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .tkArticles {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .tkArticles {
    font-size: 16px;
  }
}
.tkArticles__list {
  max-width: min(100%, 1300px);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tkArticleItem {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #f8e71c;
}
.tkArticleItem__link {
  display: flex;
  align-items: center;
  gap: clamp(15px, 4vw, 80px);
  color: #fff;
}
.tkArticleItem__link:hover {
  color: var(--yellow);
}
.tkArticleItem__link:hover .tkArticleItem__arrow svg {
  transform: rotate(45deg);
}
.tkArticleItem__caption {
  flex: 1;
}
.tkArticleItem__name {
  font-size: 116%;
  letter-spacing: 1.2px;
  margin: 0 0 clamp(15px, 1vw, 18px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 750px) {
  .tkArticleItem__name {
    word-break: break-word;
  }
}
.tkArticleItem span {
  font-size: max(83%, 14px);
  letter-spacing: 4.64px;
  color: #fff689;
  text-transform: uppercase;
}
.tkArticleItem__wrap-img {
  height: 100%;
  width: 150px;
}
@media (max-width: 750px) {
  .tkArticleItem__wrap-img {
    display: none;
  }
}
.tkArticleItem__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tkArticleItem__arrow {
  width: 100px;
  margin-right: clamp(10px, 1vw, 2px);
}
@media (max-width: 980px) {
  .tkArticleItem__arrow {
    width: 50px;
  }
}
.tkArticleItem__arrow svg {
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
 * Other
 */
.graphAnimation {
  animation: graphAnimation 10.25s linear infinite;
}

@keyframes graphAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes movingCircleX {
  0% {
    transform: translateX(-10px);
  }
  25% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@media (max-width: 980px) {
  html,
  body {
    overflow-x: hidden;
  }

  .tk-content {
    overflow: hidden;
  }

  .tk-content .container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(20px, 5.5vw, 32px);
    padding-right: clamp(20px, 5.5vw, 32px);
  }

  .mobileMenu {
    display: none;
    transform: none;
    visibility: hidden;
    pointer-events: none;
  }

  .header.active .mobileMenu {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }

  .navBarTop,
  .header.active .navBarTop {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .tkTitle,
  .bTKHero__action-title {
    letter-spacing: 1.3px;
    overflow-wrap: anywhere;
  }

  .tkTitle {
    font-size: clamp(28px, 7.6vw, 36px);
    line-height: 1.16;
  }

  .bTKHero__text {
    max-width: 100%;
  }

  .bTKHero__list {
    gap: 28px;
  }

  .bTKHero__item img {
    width: min(34vw, 120px);
    height: auto;
  }

  .bTKHero__item span {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .bTKHero__action-text {
    font-size: 20px;
  }

  .bTKHero__action .btn-glowing {
    max-width: min(100%, 360px);
    height: 64px;
    font-size: 24px;
    letter-spacing: 5px;
  }

  .bTKHero [data-sal="slide-right"],
  .bTKHero [data-sal="slide-left"] {
    transform: none !important;
    opacity: 1 !important;
  }
}
