/*@tailwind base;*/

.tsmp-absolute {
  position: absolute;
}

.tsmp-relative {
  position: relative;
}

.tsmp-bottom-\[0\] {
  bottom: 0;
}

.tsmp-right-\[0\] {
  right: 0;
}

.tsmp-right-\[20px\] {
  right: 20px;
}

.tsmp-right-\[5rem\] {
  right: 5rem;
}

.tsmp-top-\[14\.5rem\] {
  top: 14.5rem;
}

.tsmp-top-\[14px\] {
  top: 14px;
}

.tsmp-z-10 {
  z-index: 10;
}

.tsmp-z-20 {
  z-index: 20;
}

.tsmp-my-\[0\] {
  margin-top: 0;
  margin-bottom: 0;
}

.tsmp-mb-\[24px\] {
  margin-bottom: 24px;
}

.tsmp-mb-\[64px\] {
  margin-bottom: 64px;
}

.tsmp-ml-2 {
  margin-left: 0.5rem;
}

.tsmp-mr-2 {
  margin-right: 0.5rem;
}

.tsmp-mt-2 {
  margin-top: 0.5rem;
}

.tsmp-mt-\[32px\] {
  margin-top: 32px;
}

.tsmp-mt-\[80px\] {
  margin-top: 80px;
}

.tsmp-flex {
  display: flex;
}

.tsmp-inline-flex {
  display: inline-flex;
}

.tsmp-grid {
  display: grid;
}

.tsmp-hidden {
  display: none;
}

.tsmp-h-64 {
  height: 16rem;
}

.tsmp-h-\[206\.49px\] {
  height: 206.49px;
}

.tsmp-h-\[24px\] {
  height: 24px;
}

.tsmp-h-auto {
  height: auto;
}

.tsmp-w-1\/4 {
  width: 25%;
}

.tsmp-w-\[207\.49px\] {
  width: 207.49px;
}

.tsmp-w-\[24px\] {
  width: 24px;
}

.tsmp-w-full {
  width: 100%;
}

.tsmp-min-w-\[40px\] {
  min-width: 40px;
}

@keyframes tsmp-float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.tsmp-animate-float {
  animation: tsmp-float 2s ease-in-out infinite;
}

.tsmp-cursor-pointer {
  cursor: pointer;
}

.tsmp-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tsmp-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tsmp-flex-col {
  flex-direction: column;
}

.tsmp-items-center {
  align-items: center;
}

.tsmp-justify-center {
  justify-content: center;
}

.tsmp-justify-between {
  justify-content: space-between;
}

.tsmp-gap-12 {
  gap: 3rem;
}

.tsmp-gap-6 {
  gap: 1.5rem;
}

.tsmp-gap-\[12px\] {
  gap: 12px;
}

.tsmp-gap-\[16px\] {
  gap: 16px;
}

.tsmp-gap-\[24px\] {
  gap: 24px;
}

.tsmp-gap-\[29px\] {
  gap: 29px;
}

.tsmp-gap-\[32px\] {
  gap: 32px;
}

.tsmp-gap-\[64px\] {
  gap: 64px;
}

.tsmp-rounded-\[20px\] {
  border-radius: 20px;
}

.tsmp-rounded-\[24px\] {
  border-radius: 24px;
}

.tsmp-rounded-\[4px\] {
  border-radius: 4px;
}

.tsmp-rounded-\[8px\] {
  border-radius: 8px;
}

.tsmp-rounded-md {
  border-radius: 0.375rem;
}

.tsmp-rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.tsmp-rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.tsmp-border {
  border-width: 1px;
}

.tsmp-border-2 {
  border-width: 2px;
}

.tsmp-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.tsmp-border-testter-main {
  --tw-border-opacity: 1;
  border-color: rgb(123 97 255 / var(--tw-border-opacity));
}

.tsmp-border-transparent {
  border-color: transparent;
}

.tsmp-bg-testter-gray0 {
  background-color: #F6F6F680;
}

.tsmp-bg-transparent {
  background-color: transparent;
}

.tsmp-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tsmp-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tsmp-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.tsmp-from-\[\#F0EFFE\] {
  --tw-gradient-from: #F0EFFE;
  --tw-gradient-to: rgb(240 239 254 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tsmp-from-testter-red {
  --tw-gradient-from: #FC6B6B;
  --tw-gradient-to: rgb(252 107 107 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tsmp-to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff;
}

.tsmp-to-testter-roze {
  --tw-gradient-to: #FF6B9B;
}

.tsmp-fill-current {
  fill: currentColor;
}

.tsmp-fill-none {
  fill: none;
}

.tsmp-stroke-current {
  stroke: currentColor;
}

.tsmp-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.tsmp-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.tsmp-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.tsmp-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.tsmp-px-\[83px\] {
  padding-left: 83px;
  padding-right: 83px;
}

.tsmp-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.tsmp-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tsmp-py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.tsmp-py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tsmp-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tsmp-pl-\[24px\] {
  padding-left: 24px;
}

.tsmp-pr-\[48px\] {
  padding-right: 48px;
}

.tsmp-text-center {
  text-align: center;
}

.tsmp-text-right {
  text-align: right;
}

.tsmp-text-\[10px\] {
  font-size: 10px;
}

.tsmp-text-\[11px\] {
  font-size: 11px;
}

.tsmp-text-\[12px\] {
  font-size: 12px;
}

.tsmp-text-\[14px\] {
  font-size: 14px;
}

.tsmp-text-\[16px\] {
  font-size: 16px;
}

.tsmp-text-\[24px\] {
  font-size: 24px;
}

.tsmp-text-\[28px\] {
  font-size: 28px;
}

.tsmp-font-\[300\] {
  font-weight: 300;
}

.tsmp-font-\[400\] {
  font-weight: 400;
}

.tsmp-font-\[600\] {
  font-weight: 600;
}

.tsmp-font-\[700\] {
  font-weight: 700;
}

.tsmp-font-\[800\] {
  font-weight: 800;
}

.tsmp-font-normal {
  font-weight: 400;
}

.tsmp-uppercase {
  text-transform: uppercase;
}

.tsmp-leading-\[100\%\] {
  line-height: 100%;
}

.tsmp-leading-\[20px\] {
  line-height: 20px;
}

.tsmp-leading-\[22px\] {
  line-height: 22px;
}

.tsmp-leading-\[24px\] {
  line-height: 24px;
}

.tsmp-tracking-\[0\] {
  letter-spacing: 0;
}

.tsmp-tracking-\[1\%\] {
  letter-spacing: 1%;
}

.tsmp-text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.tsmp-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tsmp-text-testter-gray {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.tsmp-text-testter-main {
  --tw-text-opacity: 1;
  color: rgb(123 97 255 / var(--tw-text-opacity));
}

.tsmp-text-testter-normal {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.tsmp-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tsmp-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tsmp-transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tsmp-duration-300 {
  transition-duration: 300ms;
}

.tsmp-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

.navigator-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1050;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-bottom: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
}

.navigator-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
}

.testter-button-active-default{
  color:#000000;
  border-bottom: 2px solid #7B61FF;
}

.testter-tab-section {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.testter-tab-section-active {
  opacity: 1;
}

.ts-ribbon {
  position: relative;
  overflow: hidden;
}

.ts-ribbon:after {
  content: "NEW";
  position: absolute;
  top: 46px;
  right: 3px;
  background-color: #7359ff;
  /* зеленый цвет как на изображении */
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 39px;
  text-transform: uppercase;
  transform-origin: top right;
  transform: rotate(45deg) translateX(22px) translateY(-14px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover\:tsmp-border-testter-main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 97 255 / var(--tw-border-opacity));
}

.hover\:tsmp-bg-testter-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 97 255 / var(--tw-bg-opacity));
}

.hover\:tsmp-text-testter-main:hover {
  --tw-text-opacity: 1;
  color: rgb(123 97 255 / var(--tw-text-opacity));
}

.hover\:tsmp-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:tsmp-no-underline:hover {
  text-decoration-line: none;
}

.focus\:tsmp-text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tsmp-group:hover .group-hover\:tsmp-right-\[14px\] {
  right: 14px;
}

.tsmp-group:hover .group-hover\:tsmp-fill-testter-main {
  fill: #7B61FF;
}

.tsmp-group:hover .group-hover\:tsmp-fill-white {
  fill: #fff;
}

.tsmp-group:hover .group-hover\:tsmp-stroke-testter-main {
  stroke: #7B61FF;
}

.tsmp-group:hover .group-hover\:tsmp-text-testter-main {
  --tw-text-opacity: 1;
  color: rgb(123 97 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:tsmp-block {
    display: block;
  }

  .sm\:tsmp-hidden {
    display: none;
  }

  .sm\:tsmp-max-w-\[298px\] {
    max-width: 298px;
  }

  .sm\:tsmp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tsmp-flex-row {
    flex-direction: row;
  }

  .sm\:tsmp-py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .md\:tsmp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tsmp-justify-start {
    justify-content: flex-start;
  }

  .md\:tsmp-text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:tsmp-h-full {
    height: 100%;
  }

  .lg\:tsmp-max-w-\[362px\] {
    max-width: 362px;
  }

  .lg\:tsmp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tsmp-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tsmp-gap-\[0\] {
    gap: 0;
  }

  .lg\:tsmp-gap-\[30px\] {
    gap: 30px;
  }

  .lg\:tsmp-gap-\[48px\] {
    gap: 48px;
  }

  .lg\:tsmp-rounded-l-\[24px\] {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .lg\:tsmp-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:tsmp-px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:tsmp-text-\[12px\] {
    font-size: 12px;
  }

  .lg\:tsmp-text-\[14px\] {
    font-size: 14px;
  }

  .lg\:tsmp-text-\[16px\] {
    font-size: 16px;
  }

  .lg\:tsmp-text-\[17px\] {
    font-size: 17px;
  }

  .lg\:tsmp-text-\[18px\] {
    font-size: 18px;
  }

  .lg\:tsmp-text-\[32px\] {
    font-size: 32px;
  }

  .lg\:tsmp-text-\[37px\] {
    font-size: 37px;
  }
}