*{
  font-family: "Futura PT", sans-serif;
}
input
{
    outline: none;
}
body {
    font-family: 'Pryvat Sans', sans-serif;
    font-weight: bold;
    margin: 0;
    background-color: #f0f0f0;
    overflow: hidden;
}

.screen {
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100vh;
    background: url('./background2.jpeg') no-repeat center center;
    background-size: cover;
    color: black;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}

.step.active {
    display: flex;
}

.header {
    display: flex;
    justify-content: center;
    width: 100%;
/*     margin-bottom: 20px; */
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 1s, transform 1s;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

.content {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Прозрачный фон */
    padding: 20px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}
.content2
{
    padding: 5px 20px !important;
    margin-bottom: 10px;
}

.bank-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.bank-subtitle {
    font-size: 18px;
    color: white;
}

.title {
    font-size: 22px;
    margin-bottom: 20px;
}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-icon {
    width: 70%;
/*     height: 30px; */
/*     margin-right: 10px; */
}

.button {
    background: #FFD700;
    color: #000;
    border: none;
    padding: 12px 35px;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.button:hover {
    background-color: #e0c200;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Новые стили для второй страницы */
.step {
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100vh;
    background: url('./background2.jpeg') no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}

.step.active {
    display: flex;
}


.logo {
    width: 150px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.amount {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    padding: 15px 25px;
/*     width: 100%; */
}
.input-group .label
{
    margin: 5px 0;
    font-weight: 300;
}

.label {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.phone-input-group {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: 2px solid black;
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}

.phone-input-group > * {
    font-size: 18px;
}

.phone-input-group input {
    margin-left: 10px;
    width: 110px;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
}

.card-input {
    margin-top: 6px;
    width: 250px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.pin {
    display: flex;
    justify-content: space-between;
    max-width: 240px;
/*     margin-bottom: 20px; */
}

.pin input[type="text"] {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: white;
    color: black;
    border: 2px solid #000;
    border-radius: 5px;
    font-family: 'Pryvat Sans', sans-serif;
    margin-right: 5px;
}

.pin input[type="text"]:last-child {
    margin-right: 0;
}

.numpad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 calc(33.333% - 20px);
    max-width: 240px;
}

.numpad a {
    margin: 0 10px 10px 0px;
    color: #000;
    padding: 18px 22px;
    font-size: 18px;
    text-align: center;
    border: 2px solid white;
    border: none;
    border-radius: 15px;
    background: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.numpad a:hover {
    background-color: #e0e0e0;
}

.numpad a:has(img) {
    padding: 18px 17px;
}

.numpad a>img {
    width: 20px;
}

.footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
    width: 190px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
    display: none;
}

/* Стили для Error Page */
.error-content {
    border: 2px solid red;
    border-image-source: linear-gradient(125.89deg, rgba(199, 75, 75, 0.3) 11.86%, rgba(115, 115, 115, 0.084) 88.14%),
    linear-gradient(324.48deg, rgba(210, 46, 59, 0.2) 55.04%, rgba(255, 255, 255, 0.2) 139.37%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.error-title {
    color: #FF0000;
}

.error-message p {
    font-size: 14px;
}

.input-group-response {
    margin-top: 20px;
}

.response-input {
    width: 100%;
    background: transparent;
    border: 2px solid black;
    outline: none;
    color: black;
    font-size: 18px;
    border-radius: 15px;
    padding: 15px 15px;
}

.error-button {
    background: #FF0000;
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    display: none;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

/* Стили для SMS Code Page */
.sms-instruction {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.input-group-sms {
    margin-top: 20px;
}

.sms-input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px;
    width: 100%;
    max-width: 200px;
}

.sms-input {
    width: 100%;
    background: transparent;
    border: 2px solid black;
    padding: 15px 0px;
    border-radius: 15px;
    outline: none;
    color: black;
    font-size: 18px;
    text-align: center;
}


/* Стили для Loading Page */
.loading-content {
/*     border: 1px solid; */
    border-image-source: linear-gradient(125.89deg, rgba(255, 255, 255, 0.3) 11.86%, rgba(115, 115, 115, 0.084) 88.14%),
    linear-gradient(324.48deg, rgba(255, 255, 255, 0.2) 55.04%, rgba(255, 255, 255, 0.2) 139.37%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.loader {
    margin: 35px 0 20px 0;
  font-size: 9px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  color: #00DFFF;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #00DFFF, 1.8em -1.8em 0 0em rgba(0,223,255, 0.2), 2.5em 0em 0 0em rgba(0,223,255, 0.2), 1.75em 1.75em 0 0em rgba(0,223,255, 0.2), 0em 2.5em 0 0em rgba(0,223,255, 0.2), -1.8em 1.8em 0 0em rgba(0,223,255, 0.2), -2.6em 0em 0 0em rgba(0,223,255, 0.5), -1.8em -1.8em 0 0em rgba(0,223,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.7), 1.8em -1.8em 0 0em #00DFFF, 2.5em 0em 0 0em rgba(0,223,255, 0.2), 1.75em 1.75em 0 0em rgba(0,223,255, 0.2), 0em 2.5em 0 0em rgba(0,223,255, 0.2), -1.8em 1.8em 0 0em rgba(0,223,255, 0.2), -2.6em 0em 0 0em rgba(0,223,255, 0.2), -1.8em -1.8em 0 0em rgba(0,223,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.5), 1.8em -1.8em 0 0em rgba(0,223,255, 0.7), 2.5em 0em 0 0em #00DFFF, 1.75em 1.75em 0 0em rgba(0,223,255, 0.2), 0em 2.5em 0 0em rgba(0,223,255, 0.2), -1.8em 1.8em 0 0em rgba(0,223,255, 0.2), -2.6em 0em 0 0em rgba(0,223,255, 0.2), -1.8em -1.8em 0 0em rgba(0,223,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.2), 1.8em -1.8em 0 0em rgba(0,223,255, 0.5), 2.5em 0em 0 0em rgba(0,223,255, 0.7), 1.75em 1.75em 0 0em #00DFFF, 0em 2.5em 0 0em rgba(0,223,255, 0.2), -1.8em 1.8em 0 0em rgba(0,223,255, 0.2), -2.6em 0em 0 0em rgba(0,223,255, 0.2), -1.8em -1.8em 0 0em rgba(0,223,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.2), 1.8em -1.8em 0 0em rgba(0,223,255, 0.2), 2.5em 0em 0 0em rgba(0,223,255, 0.5), 1.75em 1.75em 0 0em rgba(0,223,255, 0.7), 0em 2.5em 0 0em #00DFFF, -1.8em 1.8em 0 0em rgba(0,223,255, 0.2), -2.6em 0em 0 0em rgba(0,223,255, 0.2), -1.8em -1.8em 0 0em rgba(0,223,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.2), 1.8em -1.8em 0 0em rgba(0,223,255, 0.2), 2.5em 0em 0 0em rgba(0,223,255, 0.2), 1.75em 1.75em 0 0em rgba(0,223,255, 0.5), 0em 2.5em 0 0em rgba(0,223,255, 0.7), -1.8em 1.8em 0 0em #00DFFF, -2.6em 0em 0 0em rgba(0,223,255, 0.2), -1.8em -1.8em 0 0em rgba(0,223,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.2), 1.8em -1.8em 0 0em rgba(0,223,255, 0.2), 2.5em 0em 0 0em rgba(0,223,255, 0.2), 1.75em 1.75em 0 0em rgba(0,223,255, 0.2), 0em 2.5em 0 0em rgba(0,223,255, 0.5), -1.8em 1.8em 0 0em rgba(0,223,255, 0.7), -2.6em 0em 0 0em #00DFFF, -1.8em -1.8em 0 0em rgba(0,223,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,223,255, 0.2), 1.8em -1.8em 0 0em rgba(0,223,255, 0.2), 2.5em 0em 0 0em rgba(0,223,255, 0.2), 1.75em 1.75em 0 0em rgba(0,223,255, 0.2), 0em 2.5em 0 0em rgba(0,223,255, 0.2), -1.8em 1.8em 0 0em rgba(0,223,255, 0.5), -2.6em 0em 0 0em rgba(0,223,255, 0.7), -1.8em -1.8em 0 0em #00DFFF;
  }
}


@font-face {
    font-family: 'Futura PT';
    src: url('./FuturaPT/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('./FuturaPT/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('./FuturaPT/FuturaPT-Medium.woff') format('woff'),
        url('./FuturaPT/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('./FuturaPT/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('./FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('./FuturaPT/FuturaPT-Bold.woff') format('woff'),
        url('./FuturaPT/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}