.ie-error-message {
            width: 100% !important;
            text-align: center;
        }

        .docs {
            position: absolute;
            display: flex;
            bottom: 20px;
            right:0;
            left:0;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 0px;
            gap: 40px;
        }
        @@media (min-width: 1660px) {
            .ie-error-message {
                margin-top: -200px;
            }
        }

        @@media (min-width: 1360px) and (max-width: 1660px) {
            .ie-error-message {
                margin-top: -50px;
            }
        }

        @@media (min-width: 568px) and (max-width: 768px) {
            .ie-error-message {
                margin-top: -250px;
            }

            .docs {
                flex-direction: column;
                gap: 10px;
            }
        }

        @@media (min-width: 320px) and (max-width: 567px) {
            .ie-error-message {
                margin-top: 0px;
            }

            .docs {
                flex-direction: column;
                gap: 10px;
            }
        }
        @@media (max-height: 840px){
            .docs{
                position:relative;
                bottom: auto;
            }
        }

        html, body {
            height: 100%;
            margin: 0;
        }

            /* Делает body flex-контейнером на всю высоту */
            body.auth {
                display: flex;
                flex-direction: column;
                min-height: 100vh;
            }

        .page-wrapper {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .main-container {
            flex: 1; 
            display: flex;
            flex-direction: column;
            justify-content: center; 
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
            min-height: 100vh;
        }

        .modal-dialog {
            margin-bottom: 0 !important;
        }

        .new-links {
            margin-top: 230px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .new-links a {
                color: #A6A7AA;
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                text-decoration: underline;
        }

            .new-links .new-links-second {
                color: #94E19B !important;
            }


        footer {
            padding: 60px 0;
        }

        footer ul {
            padding-left: 0;
            list-style-type: none;
        }

        .footer__wrapper {
            max-width: 736px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .footer__logo {
            display: flex;
            width: 44px;
            height: auto;
            overflow: hidden;
        }

            .footer__logo img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .footer__info p {
            margin-top: 20px;
            color: #2b3233;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
        }

        .footer__content span {
            color: #2b3233;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
        }

        .footer__content ul {
            margin-top: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .footer__content ul li {
                transition: 0.2s all;
                line-height: 16px;
            }


                .footer__content ul li a {
                    color: #2b3233;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 16px;
                }

        .footer__politic {
            transition: 0.2s all;
        }


        .header__mobile {
            display: none;
        }

        .footer__info {
            max-width: 294px;
        }

        .for-question {
            margin-top: 24px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

            .for-question span {
                color: #2b3233;
                font-size: 12px;
                font-weight: 600;
                line-height: 130%;
            }

            .for-question a {
                color: #2b3233;
                font-size: 12px;
                font-weight: 400;
                line-height: 130%;
                transition: 0.4s all;
            }

        .auth-block-msg {
            font-weight: 200 !important;
        }