.security.download-step-2-1 .popup__wrapper {
    width: 680px;
}

.security.download-step-2-1 .stepper {
    display: none;
}

.label {
    top: 60px;
    animation: labelMoveEdge 2s infinite;
}

.label__head {
    right: 140px;
}

.hint-progress {
    width: 620px;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width: 660px) {
    .hint-progress {
        width: 100%;
    }
}

.title {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 24px;
}

.text {
    font-size: 14px;
    color: #2B2B2B;
}

.hint-progress-bar {
    width: 100%;
    background: #E0E7FF;
    border-radius: 4px;
    margin-bottom: 12px;
}

.hint-progress-bar div {
    width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #708EFF;
    transition: width 0.1s linear;
    border-radius: 4px;
    line-height: 1;
    position: relative;
    height: 24px;
}

.hint-progress-bar .percent {
    display: block;
    text-align: center;
    position: absolute;
    transform: translateX(-32px);
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.1s linear;
    width: 100%;
    z-index: 1;
    margin-top: 5px;
}

.subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0165FB;
    color: #fff;
    border: 1px solid transparent;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 14px;
    letter-spacing: -0.02em;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    width: fit-content;
    gap: 8px;
}
.btn:hover {
    opacity: 0.8;
}

.btn span {
    padding: 6px;
}

.btn-continue span:last-child {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #1663CD;
    transition: all 0.3s ease-in-out;
}

.btn-enable {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #098F1E;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    color: #FEFEFE;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.btn-continue:hover span:last-child {
    transform: scale(1.2);
}

.btn-outline {
    background: transparent;
    border-color: #0165FB;
    color: #0165FB;
}

.btn-outline:hover {
    background: #0165FB;
    border-color: transparent;
    color: #fff;
}

.hint-progress-step {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: all 1s ease-in-out 0.1s;
    animation: fadeIn 0.5s ease;
}

[data-hint="2"] .hint-progress-step {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hint-progress-block {
    display: flex;
    justify-content: center;
    padding: 24px;
    background: #F0F3FF;
    border-radius: 16px;
    margin: 24px 0;
    gap: 20px;
}

.hint-progress-text {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hint-progress-video .label__video {
    display: block;
}

.hint-progress-video .label__video__title {
    transform: translate(3%, 10%);
    text-align: center;
    width: 229px;
}

.download-link {
    font-size: 12px;
    display: inline;
    color: #0165FB;
    text-decoration: none;
}
.download-link:hover {
    color: #0165FB;
    text-decoration: underline;
}

.content-footer {
    text-align: center;
    font-size: 12px;
    max-width: 320px;
    margin: 0 auto;
}
.content-footer a {
    display: inline;
    color: #0165FB;
    text-decoration: none;
}
.content-footer a:hover {
    color: #0165FB;
    text-decoration: underline;
}

.overlay-hint-progress-pointer {
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.5s ease;
}

.overlay-hint-progress-pointer .pointer-arrow-image {
    right: 210px;
    top: 80px;
    transform: rotate(5deg);
    position: absolute;
    height: 400px;
}

.overlay-hint-progress-pointer .pointer-arrow-image.animated {
    animation: arrowImageAnimate 1s alternate infinite ease-in-out;
}

.overlay-hint-progress-pointer .pointer-arrow-image.animated svg {
    animation: upDownAnimate 1s alternate infinite ease-in-out;
}

@keyframes upDownAnimate {
    from {
        transform: translate(0, 0px);
    }
    to {
        transform: translate(0, 40px);
    }
}

@keyframes arrowImageAnimate {
    from {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(15deg);
    }
}

.overlay-hint-progress-pointer-again {
    position: fixed;
    top: 20px;
    right: 200px;
    cursor: pointer;
    text-decoration: underline;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    max-width: 600px;
}

.overlay-hint-progress-pointer-again .label__video {
    width: 200px;
}

.overlay-hint-progress-pointer-again .label__video__title {
    width: 188px;
    min-height: 40px;
}

.overlay-hint-progress-pointer-again:hover {
    text-decoration: none;
}

.overlay-hint-progress-pointer-area {
    position: fixed;
    top: -400px;
    right: -400px;
    content: '';
    width: 60%;
    height: 100%;
    opacity: 0;
    animation: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: radial-gradient(circle, rgba(145, 219, 61, 1) 0%, transparent 55%);
    z-index: 1;
    border: 0 !important;
    outline: 0 !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.2);
        opacity: 1;
    }
}

@media screen and (max-width: 700px) {
    .pointer {
        top: 150px;
        right: 0;
        width: 100%;
    }

    .pointer .arrow-long {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1580px) and (max-height: 780px) {
    .overlay-hint-progress-pointer {
        background-color: #7B7B7B;
    }
}
