.small_button:hover,
.small_button:active{
    transform: scale(1.1);
    background: #ffbe44;
    transition: 0.3s ease-in-out;
}
.sign_in_button:hover,
.sign_in_button:active{
    color:var(--White, #eaeaea);
    transition: 0.3s ease-in-out;
}
.big_button:hover,
.big_button:active{
    transform: scale(1.1);
    background: #ffbe44;
    transition: 0.3s ease-in-out;
}
.footer_banner-button:hover,
.footer_banner-button:active{
    transform: scale(1.1);
    background: #dedede;
    transition: 0.3s ease-in-out;
}
.footer_main-top_list li a:hover,
.footer_main-top_list li a:active{
    color: white;
    transition: 0.3s ease-in-out;
}
.social_item:hover,
.social_item:active{
    transform: scale(1.1);
    background: #ffbe44;
    transition: 0.3s ease-in-out;
}
.footer_main-bottom-item a:hover,
.footer_main-bottom-item a:active{
    color: white;
    transition: 0.3s ease-in-out;
}
#backToTop:hover,
#backToTop:active{
    color: white;
    transition: 0.3s ease-in-out;
}
.open-acc_button:hover,
.open-acc_button:active{
    background: #ffbe44;
    transition: 0.3s ease-in-out;
}
.glossary-item:hover,
.glossary-item:active{
    background: rgb(255 255 255 / 1%);
    transition: 0.3s ease-in-out;
}
.glossary-item:hover .glossary-arrow,
.glossary-item:active .glossary-arrow{
    background: rgb(255 223 86 / 15%);
    transition: 0.3s ease-in-out;
}
.header-nav-wrapper li a:hover,
.header-nav-wrapper li a:active{
    color:var(--White, #eaeaea);
    transition: 0.3s ease-in-out;
}
.article-link:hover,
.article-link:active{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.all-articles-more:hover,
.all-articles-more:active{
    transform: scale(1.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15); /* Увеличенная тень при наведении */
    border-color: #f89c2f; /* Увеличение контраста бордера */
    transition: 0.3s ease-in-out;
}
.about-banner-button:hover,
.about-banner-button:active{
    transform: scale(1.1);
    background: #dedede;
    transition: 0.3s ease-in-out;
}
.button--orange:hover,
.button--orange:active{
    transform: scale(1.1);
    background: #ffbe44;
    transition: 0.3s ease-in-out;
}
.list-positions__item:hover,
.list-positions__item:active{
    
    transition: 0.3s ease-in-out;
}
.list-positions__item:hover .list-positions__link:before,
.list-positions__item:active .list-positions__link:before{
    background: rgb(255 223 86 / 15%);
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}
.main-positions__support:hover a{
    color: white;
    transition: 0.3s ease-in-out;
}
.support-details__link:hover,
.support-details__link:active{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.secure-faq_item:hover,
.secure-faq_item:active{
    background: #1d1d1d;
    transition: 0.3s ease-in-out;
}
.secure-faq_box_left_bottom a:hover,
.secure-faq_box_left_bottom a:active{
    color: var(--White, #FFF);
    transition: 0.3s ease-in-out;
}
.documents-item:hover span,
.documents-item:active span{
    transform: scale(1.1);
    color: #bdb9b9;
    transition: 0.3s ease-in-out;
}
.support-contact a{
    cursor: pointer;
}
.support-contact:hover a,
.support-contact:active a{
    color: #bdb9b9;
    transition: 0.3s ease-in-out;
}