/*@font-face {
   font-family: 'arco_cyrillicregular';
   src: url('./fonts/rco-cyrillic-webfont.woff2') format('woff2'),
        url('./fonts/arco-cyrillic-webfont.woff') format('woff'),
        url('./fonts/arco-cyrillic.otf') format('opentype'), 
        url('./fonts/arco-cyrillic.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}*/

@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewi-Black.woff);
  font-weight: 100;
}
@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewi-Light.woff);
  font-weight: 300;
}
@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewi-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewi-Semibold.woff);
  font-weight: 500;
}
@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewiExtended-Black.woff);
  font-weight: 900;
}
@font-face {
  font-family: "RFDewi";
  src: url(../fonts/RFDewiExtended-Bold.woff);
  font-weight: 800;
}
* {
  font-family: "RFDewi", serif !important;
  color: #fff;
}

._scale_hover {
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

._scale_hover:hover {
  transform: scale(1.1);
}

.networks {
  display: flex;
  align-items: center;
}

.networks a {
  display: block;
}

.networks a:not(:last-child) {
  margin-right: 40px;
}
.body {
  background: linear-gradient(94deg, #3b1e75 3.56%, #7814f8 130.21%);
}

.sign {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

._container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.bg__wrap {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-copy] {
  cursor: pointer;
}

.copied_modal {
  position: fixed;
  top: 50%;
  color: #000;
  left: 50%;
  z-index: 100;
  background: #fff;
  padding: 10px 30px;
  white-space: nowrap;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

.copied_modal._show {
  opacity: 1;
  visibility: visible;
}

.content {
  padding-top: 46px;
  padding-bottom: 150px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  border: 1px solid rgba(240, 240, 250, 0.2);
  background: #15002f;
  padding: 14px 28px;
}

.login {
  color: #f0f0fa;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.left {
  padding: 32px;
  border-radius: 22px;
  background: #1a1a25;
}

section {
  padding-top: 42px;
}

.security__partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.security__partner {
  display: block;
  cursor: pointer;
}

.scan__result {
  padding-top: 85px;
}

.result__cards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.result__card {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.result__card_top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.result__card_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 17px;
}

.result__card_total_name {
  color: #f0f0fa;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.result__card_total_value {
  color: #f0f0fa;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(89deg, #2e0e72 10.81%, #7814f8 63.64%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result__card_last {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 93px;
}

.result__card_last_name {
  color: #f0f0fa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.result__card_last_value {
  color: #f0f0fa;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(89deg, #2e0e72 10.81%, #7814f8 63.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info__title {
  font-size: 74.054px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
}
.info__title span {
  color: #7814f8;
}
.info__text {
  max-width: 579px;
  color: #f0f0fa;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 27px;
}

.info__list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #f0f0fa;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info__list li span {
  border-radius: 26px;
  border: 1px solid #3b1e75;
  padding: 8px 18px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7814f8;
}

.security__top {
  margin-bottom: 60px;
}

.security__top {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.scanner {
  width: 100%;
  border-radius: 22px;
  background: #1a1a25;
  padding: 32px;
  max-width: 734px;
  height: max-content;
}

.scanner__title {
  color: #f0f0fa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.scanner__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.scanner__form input {
  color: #f0f0fa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 18px;
  border-radius: 26px;
}

.form__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.scan {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 18px;
  border-radius: 26px;
  background: linear-gradient(94deg, #3b1e75 3.56%, #7814f8 130.21%);
}

.clear {
  color: #f0f0fa;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 18px;
}

/* Скрываем стандартный селект */
.hidden-select {
  display: none;
}

/* Стили для кастомного селекта */
.custom-select-wrapper {
  position: relative;
}

.custom-select {
  border-radius: 12px;
  color: #f0f0fa;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
}

.select-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.select-arrow {
  width: 15px;
  height: 10px;
  background: url("./image/app/arrow.svg") 0 0 no-repeat;
  /*background-image: url('./image/app/arrow.svg');
   background-size: cover;*/
  transition: transform 0.3s ease;
}

.my {
  display: flex;
  align-items: center;
}

.select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #2c2c38;
  border-radius: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.select-options .option {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 16px;
  color: #f0f0fa;
  cursor: pointer;
}

.select-options .option:hover {
  background: #3a3a48;
}

.select-options .option.active {
  font-weight: bold;
}

/* Открытый список */
.custom-select.open .select-options {
  display: block;
}

/* Вращение стрелки */
.custom-select.open .select-arrow {
  transform: rotate(180deg);
}

.chat-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(26, 26, 37, 0.1);
  backdrop-filter: blur(25px);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 32px 0;
}

.chat-overlay.active {
  display: flex !important;
  opacity: 1;
  transform: scale(1);
}

.chat {
  align-items: center;
  gap: 24px;
  background-size: cover;
  max-width: 327px;
  max-height: 244px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px;
  transform: scale(0.9); /* Начальное состояние для анимации */
  transition: transform 0.3s ease;
  overflow-y: auto; /* Включаем вертикальную прокрутку */
  overflow-x: hidden; /* Убираем горизонтальную прокрутку */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Тень для красоты */
  border-radius: 26px;
  border: 1px solid rgba(240, 240, 250, 0.2);
  background: #272731;
  box-sizing: border-box;
  margin: 0 auto;
}

.loaddd {
  height: 10px;
  border-radius: 5px;
  position: relative;
  background: url(image/rttr.png);
  background-size: 100% 100%;
  width: 100%;
}

.loaddd span {
  background: linear-gradient(94deg, #7814f8 24.67%, #d7dd3f 130.21%);
  border-radius: 5px;
  position: absolute;
  width: 5%;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  animation: trtr 4s forwards;
}

@keyframes trtr {
  to {
    width: 100%;
  }
}

.cancel {
  color: #7814f8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 26px;
  border: 1px solid #7814f8;
  padding: 8px 18px;
}

.result__card_title {
  color: #f0f0fa;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1222px) {
  .result__cards {
    justify-content: center;
    gap: 36px;
  }
  .content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .security__top {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .result__card {
    max-width: 370px;
  }
}

@media (max-width: 500px) {
  .header {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .security__partners {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .info__title {
    font-size: 48px;
  }
  .info__text {
    font-size: 24px;
  }
  .scanner {
    padding: 20px;
  }
  .result__card_total_name {
    font-size: 24px;
  }
  .result__card_last_name {
    font-size: 18px;
    white-space: nowrap;
  }
  .result__card_total_value {
    font-size: 24px;
  }
  .result__card_last_value {
    font-size: 18px;
    white-space: nowrap;
  }
  .result__card {
    max-width: 300px;
  }
  .result__card_last {
    gap: 15px;
  }
  .scan__result {
    padding-top: 30px;
  }
  .security__top {
    margin-bottom: 30px;
  }
  .info__list li {
    text-align: left;
  }
}

[data-anim-on-scroll] {
  transition: all 0.4s ease 0s;
  opacity: 0;
}

[data-anim-on-scroll]._animate {
  opacity: 1;
}

._right_anim_tr {
  transform: translateX(200%);
  transition: transform 0.4s ease-in-out;
}

._left_anim_tr {
  transform: translateX(-200%);
  transition: transform 0.4s ease-in-out;
}

._right_anim_tr._animate,
._left_anim_tr._animate {
  transform: translateX(0%) scale(1);
}

._bottom_anim_tr {
  transform: translateY(200%);
}

._top_anim_tr {
  transform: translateY(-200%);
}

._top_anim_tr._animate,
._bottom_anim_tr._animate {
  transform: translateY(0%);
}

._scale_anim {
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}

._scale_anim._animate {
  transform: scale(1);
}

.anim {
  animation: anim 3s ease-in-out infinite;
}

@keyframes anim {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.loop-images .image {
  position: absolute;
  z-index: 1;
  bottom: -100%;
  animation: moveUp 6s linear infinite;
}

.loop-images .right .image {
  right: 0;
}

.loop-images .right .image-4 {
  right: -15%;
  left: auto;
}

@keyframes moveUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

.loop-images .image-2 {
  animation-delay: 2s;
  animation: moveUp 7s linear infinite;
}

.loop-images .image-3 {
  animation-delay: 3s;
  animation: moveUp 9s linear infinite;
}

.loop-images .image-4 {
  animation-delay: 6s;
  animation: moveUp 12s linear infinite;
}

.loop-images .right .image-1 {
  animation-delay: 0s;
  animation: moveUp 7s linear infinite;
}

.loop-images .right .image-2 {
  animation-delay: 4s;
  animation: moveUp 9s linear infinite;
}

.loop-images .right .image-3 {
  animation-delay: 7s;
  animation: moveUp 12s linear infinite;
}

.loop-images .right .image-4 {
  animation-delay: 10s;
  animation: moveUp 8s linear infinite;
}
