.a-icon-lang .tn-atom {
    background-size: contain !important;
}

/* Стиль для кнопки */
.t-btn {
    background: linear-gradient(90deg, #1AA7FF 0%, #106499 100%);
    transition: background 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
}

/* Создаем псевдоэлемент для эффекта наведения */
.t-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1AA7FF;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

/* При наведении показываем сплошной цвет */
.t-btn:hover:before {
    opacity: 1;
}

.t-btn-orange {
    background: linear-gradient(90deg, #D7710B 0%, #FF8D1A 100%);
    transition: background 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
}

/* Создаем псевдоэлемент для эффекта наведения */
.t-btn-orange:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FF8D1A;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

/* При наведении показываем сплошной цвет */
.t-btn-orange:hover:before {
    opacity: 1;
}

.t1196__controls .t1196__control_left, .t1196__controls .t1196__control_right  {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blue-gradient-text {
      background: linear-gradient(to right, #315DFF, #19A4FF);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
}

.menu-triger{
    cursor: pointer;
}
.cursor-pointer { 
    cursor: pointer;
    
}
.z-index-1 {z-index:1;}
.z-index-10 {z-index:10 !important;}
.menu-pk, .menu-mobile {cursor: pointer;}
.menu-pk {display:table;}
.menu-mobile {display: none;}
.uc-header {z-index:1001;}
.index-date {
    right: 80px;
    display: flex;
    left: auto !important;
    justify-content: flex-end;
}

.uc-slider {
    margin-top: -220px !important;
}

.uc-slider .t1196 .t1196__container_flex {
    z-index: 100;
    position: relative;
}

.uc-z-index-1 {
    z-index: 1;
}

.uc-slider .t-card__btn-wrapper {
     width: 100%;
    border-top: 1px dashed white !important;
}

.uc-slider .t-btn::before {
    background: none !important;
}

.uc-slider .t-btnflex.t-btnflex_type_button {
    width: 100%;
    border-top: 1px dashed white !important;
}

.uc-slider .t-btnflex.t-btnflex_type_button:hover {
    background: none;
}

.t1196__bgimg_first {
    border-radius: 16px;
}

.t1196__items {
    z-index: 3;
}

.uc-slider .t1196 .t-container .t1196__items .t1196__slider .t1196__item .t1196__content .t1196__content-inner .t-card__title {
    max-width: calc(100% - 24px);
    
}

.uc-slider .t1196 .t-container .t1196__items .t1196__slider .t1196__item .t1196__content .t1196__content-inner .t-card__title::after {
  content: '';
  position: absolute;
  right: 0; /* Прижимаем к правому краю */
  top: 50%; /* Центрируем по вертикали */
  transform: translateY(-50%); /* Корректировка для точного центрирования */
  width: 11px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='30' viewBox='0 0 11 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.20001 -2.273e-07L-3.93403e-07 0L2.60001 4.5L5.20001 9L7.80002 4.5L10.4 -4.546e-07L5.20001 -2.273e-07Z' fill='%231AA7FF'/%3E%3Cpath d='M5.20001 10.2998L-3.93402e-07 10.2998L2.60001 14.7998L5.20001 19.2998L7.80002 14.7998L10.4 10.2998L5.20001 10.2998Z' fill='%231AA7FF'/%3E%3Cpath d='M5.20001 20.5996L-3.93403e-07 20.5996L2.60001 25.0996L5.20001 29.5996L7.80002 25.0996L10.4 20.5996L5.20001 20.5996Z' fill='%231AA7FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.t-checkbox__indicator:after {
    border: solid #17ff00;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}

.t-checkbox__indicator {
    border: 2px solid #ffffff;
}
  
@media screen and (max-width: 980px) {
    .menu-mobile {display: table;}
    .menu-pk {display:none;}
}

.w-100-block {
    width: 100%;
}

.a-index-block {
  
    position: relative; 
}

.a-index-block-title {
   background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    max-width: fit-content;
    margin: 0 auto !important;
    position: relative;
    padding: 0 10px;
    z-index: 7 !important;
    border-radius: 10px;
}

.a-index-block-description {
    margin-top: -14px !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 16px 26px 10px 26px;
    position: relative;
    z-index: 5 !important;
    background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(20px);
    background-image: /* верх */ repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px), /* низ */ repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px), /* лево */ repeating-linear-gradient(180deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px);
    background-size: 100% 1px, 100% 1px, 1px 100%;
    background-position: top left, bottom left, left top;
    background-repeat: no-repeat;
}

.a-index-block-description::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 6;
    border-radius: 12px 0 0 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect x='0.5' y='0.5' width='calc(100%25 - 1px)' height='calc(100%25 - 1px)' rx='12' ry='12' fill='none' stroke='white' stroke-width='1' stroke-dasharray='4 4' %2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-mask-image:
        linear-gradient(#000 0 0),
        linear-gradient(#000 0 0);
    -webkit-mask-size:
        12px 12px,
        12px 12px;
    -webkit-mask-position:
        top left,
        bottom left;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-composite: source-over;

    mask-image:
        linear-gradient(#000 0 0),
        linear-gradient(#000 0 0);
    mask-size:
        12px 12px,
        12px 12px;
    mask-position:
        top left,
        bottom left;
    mask-repeat: no-repeat, no-repeat;
    mask-composite: add;
}

.a-them-block-description {
    margin-top: -14px !important;
    border-left: 0px solid #2972FF;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 24px 0 0 24px;
    padding: 16px 26px 16px 26px;
    position: relative;
    z-index: 5 !important;
    background-color: rgb(0 0 0 / 0%);
    backdrop-filter: blur(20px);
}

.a-them-block-description::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px 0 0 20px;
    padding: 2px 0 2px 2px; /* толщина бордера: top right bottom left */
    background: linear-gradient(to right, #2972FF, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

/*.a-about-block {*/
/*    border-top: 1px dashed #ffffff;*/
/*    border-left: 1px dashed #ffffff;*/
/*    border-bottom: 1px dashed #ffffff;*/
/*    border-right: none;*/
/*    border-radius: 8px 0 0 8px;*/
/*    padding: 16px 26px 10px 26px;*/
/*    position: relative;*/
/*    z-index: 5 !important;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    backdrop-filter: blur(20px);*/
/*}*/

.a-about-block {
    margin-top: -14px !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 16px 26px 10px 26px;
    position: relative;
    z-index: 5 !important;
    background-color: rgb(0 0 0 / 30%);
    backdrop-filter: blur(8px);
    background-image: /* верх */ repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px), /* низ */ repeating-linear-gradient(90deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px), /* лево */ repeating-linear-gradient(180deg, #ffffff 0px, #ffffff 4px, transparent 4px, transparent 8px);
    background-size: 100% 1px, 100% 1px, 1px 100%;
    background-position: top left, bottom left, left top;
    background-repeat: no-repeat;
}

.a-about-block::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 6;
    border-radius: 12px 0 0 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect x='0.5' y='0.5' width='calc(100%25 - 1px)' height='calc(100%25 - 1px)' rx='12' ry='12' fill='none' stroke='white' stroke-width='1' stroke-dasharray='4 4' %2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-mask-image:
        linear-gradient(#000 0 0),
        linear-gradient(#000 0 0);
    -webkit-mask-size:
        12px 12px,
        12px 12px;
    -webkit-mask-position:
        top left,
        bottom left;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-composite: source-over;

    mask-image:
        linear-gradient(#000 0 0),
        linear-gradient(#000 0 0);
    mask-size:
        12px 12px,
        12px 12px;
    mask-position:
        top left,
        bottom left;
    mask-repeat: no-repeat, no-repeat;
    mask-composite: add;
}

.a-2025-dash-block {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 8px 0 0 8px;
    position: relative;
    z-index: 5 !important;
    background-color: rgb(255, 255, 255);
}

.a-2025-dash-block::before,
.a-2025-dash-block::after {
    content: '';
    position: absolute;
    right: 0;
    left: 8px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='1259' height='2' viewBox='0 0 1259 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H1259' stroke='url(%23paint0_linear_36_8)' stroke-width='2' stroke-dasharray='8 8'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_36_8' x1='0' y1='1.5' x2='1259' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230267FA'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 820px 2px;
}

.a-2025-dash-block::before {
    top: 0;
}

.a-2025-dash-block::after {
    bottom: 0;
}

.bg-line-blur {
    display: block !important;
    background: #ffffff;
    color: #2972ff;
    padding: 0 18px;
}

.a-logo-box-cripto {
    position: relative;
    border-radius: 24px 24px 0 0;
    background-color: rgb(255, 255, 255);
}

.a-logo-box-cripto::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 0 0;
    padding: 2px; /* толщина бордера */
    background: linear-gradient(to bottom, #0050A0, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    margin: 0px 12px;
}

.a-logo-box-kod {
    position: relative;
    border-radius: 24px 24px 0 0;
    background-color: rgb(255, 255, 255);
}

.a-logo-box-kod::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 0 0;
    padding: 2px; /* толщина бордера */
    background: linear-gradient(to bottom, #229C7D, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    margin: 0px 12px;
}

.a-logo-box-info {
    position: relative;
    border-radius: 24px 24px 0 0;
    background-color: rgb(255, 255, 255);
}

.a-logo-box-info::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 0 0;
    padding: 2px; /* толщина бордера */
    background: linear-gradient(to bottom, #236192, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    margin: 0px 12px;
}

.a-logo-box-criptonit {
    position: relative;
    border-radius: 24px 24px 0 0;
    background-color: rgb(255, 255, 255);
}

.a-logo-box-criptonit::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px 24px 0 0;
    padding: 2px; /* толщина бордера */
    background: linear-gradient(to bottom, #1A1832, transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    margin: 0px 12px;
}

.uc-a-footer {
    /*margin-top: -150px;*/
    margin-top: -80px;
    z-index: 1;
  position: relative;
}

.uc-last-block {
    z-index: 3;
  position: relative;
}

.uc-a-team {
    margin-top: -310px;
    z-index: 10;
    position: relative;
}

@media (max-width: 1200px) {
    .uc-a-team {
    margin-top: -274px;
}
}

@media (max-width: 960px) {
        .uc-a-team {
    margin-top: -210px;
}
}

@media (max-width: 640px) {
    .uc-a-team {
    margin-top: -192px;
}
}


@media (max-width: 480px) {
    .uc-a-team {
    margin-top: -224px;
}
}



/*доп страницы*/
.page-wrapper {
    font-family: 'Roboto', Arial, sans-serif;
    color: #1a1a2e;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 24px 0px;
    overflow-x: hidden;
  }

  /* ── Заголовок страницы ── */
  .page-wrapper .page-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
    word-break: break-word;
  }

  .page-wrapper .page-title .blue-gradient-text {
    background: linear-gradient(to right, #315DFF, #19A4FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }

  .page-wrapper .page-subtitle {
    font-size: 15px;
    color: #6a7899;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px dashed #c5d3f0;
    word-break: break-word;
  }

  /* ── Текстовый блок под заголовком ── */
  .page-wrapper .intro-text, .page-wrapper p, .page-wrapper div {
    font-size: 15px;
    line-height: 1.7;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    margin-bottom: 16px;
  }

  /* ── Список ── */
  .page-wrapper ul {
    list-style: none;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .page-wrapper li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #1a1a2e;
  }

  .page-wrapper li::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #315DFF, #19A4FF);
    border-radius: 2px;
    margin-top: 7px;
  }

  /* ── Адаптив ── */
  @media (max-width: 768px) {
    .page-wrapper {
      padding: 32px 16px 60px;
    }

    .page-wrapper .page-title {
      font-size: 26px;
      background: white;
    }

    .page-wrapper .page-subtitle {
      background: white;
    }

    .page-wrapper .day-topic-title {
      font-size: 15px;
    }

    .page-wrapper .intro-text, .page-wrapper p, .page-wrapper div {
      font-size: 14px;
      padding: 16px 18px;
    }

    .page-wrapper ul {
      padding: 18px 20px;
      gap: 12px;
    }

    .page-wrapper li {
      font-size: 14px;
      gap: 12px;
    }
  }

  @media (max-width: 540px) {
    .page-wrapper {
      padding: 24px 12px 48px;
    }

    .page-wrapper .page-title {
      font-size: 22px;
    }

    .page-wrapper .file-item {
      flex-wrap: wrap;
      gap: 12px;
      padding: 14px 14px;
    }

    .page-wrapper .file-info {
      width: 100%;
    }

    .page-wrapper .t-btn {
      width: 100%;
      justify-content: center;
    }

    .page-wrapper .file-name {
      font-size: 13px;
    }

    .page-wrapper .day-topic {
      padding: 12px 14px;
    }

    .page-wrapper .intro-text, .page-wrapper p, .page-wrapper div {
      font-size: 13px;
      padding: 14px 14px;
      border-radius: 10px;
    }

    .page-wrapper ul {
      padding: 14px 16px;
      gap: 10px;
      border-radius: 10px;
    }

    .page-wrapper li {
      font-size: 13px;
      gap: 10px;
    }

    .page-wrapper li::before {
      margin-top: 6px;
    }
  }

