html body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
}
.error-input-filed {
    border-color: red !important;
}


/* ################################################   БЛОК МЕНЮ   ############################################## */
.top-line {
    width: 100%;
    font-weight: 300;
    display: flex;
    justify-content: flex-end;
    background-color: #ffb0b0;
    height: 50px;
}





/* ################################################   БОКОВАЯ ФОРМА АВТОРИЗАЦИИ   ############################################## */
/*
.block-form-login {
    position: fixed;
    top: 70px;
    right: 0;
    width: 200px;
    padding: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background: #ffffff;
    transform: translateX(110%);
    transition: transform 0.5s;
}

.block-form-login.active {
    transform: translateX(0);
}
.form-auth {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.auth-title {
    font-size: 20px;
}

.text-input {
    margin-top: 8px;
    font-size: 12px;
    width: 100%;
}
.input-login {
    width: 95%;
    height: 22px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid white;
    font-size: 12px;
    padding: 0 4px;
}
.input-pass {
    width: 95%;
    height: 22px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    border: 1px solid white;
    font-size: 12px;
    padding: 0 4px;
}

*/



/* ################################################   ФРЕЙМ АВТОРИЗАЦИИ ИЛИ РЕГИСТРАЦИИ   ############################################## */
.frame-reg-auth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(116, 116, 116, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}
.block-close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: red;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.block-reg-auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 500px;
    background-color: white;
    padding: 30px 50px 50px 50px;
}
.auth-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}
.block-forms {
    display: flex;
    width: 100%;
    justify-content: center;
}
.auth-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.excursion-title {
    font-size: 16px;
    width: 90%;
    margin: 0 0 20px 0;
    text-align: justify;
}
.block-change {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    width: 100%;
}
.title-change {
    font-size: 12px;
    width: 120px;
}
.title-remember {
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.auth-from-refresh {
    padding: 3px 20px;
    border: 1px solid white
}
.auth-from-refresh:hover {
    border: 1px solid #2B2A4C !important;
    border-radius: 5px;
}
.title-mail-refresh {
    color: white;
    font-size: 14px;
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
}
.btn-change {
    display: flex;
    border: 1px solid #2B2A4C;
    border-radius: 5px;
    width: 110px;
    padding: 3px 0;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}
.btn-change:hover {
    transition: background-color 0.2s linear, color 0.2s linear;
    background-color: #2B2A4C;
    color: white;
}
.block-img-wait-remember {
    margin-left: -10px;
    display: flex;
    align-items: center;
    width: 17px;
}
.img-wait-remember {
    height: 17px
}



.form-reg-auth {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.err-auth {
    color: red;
    margin: 5px 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    min-height: 22px;
}
.blocks-fields {
    display: flex;
}
.block-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2B2A4C;
    transition: width 0.5s;
}

.input-field {
    width: 60%;
    height: 28px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
.input-field.active {
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 6px;
}
.input-checkbox {
    margin: 0 5px 0 0;
}
.block-input-field-checkbox {
    /* display: flex;
    width: 100%;
    justify-content: center; */
    height: 90px;
}
.input-field-pass-wrap-checkbox {
    display: flex;
    /* width: 65%; */
}
.input-field-add-legal {
    font-size: 12px;
    color: white;
    margin: 10px 0 10px 5px;
}
.legal-text-links {
    color: white;
}


/* поле ввода пароля с возможностью просмотра символов */
.input-field-pass-wrap {
    display: flex;
    width: 62%;
    position: relative;
}
.input-field-pass {
    width: 100%;
    height: 28px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
.input-field-pass.active {
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 33px;
}
.element-toggle-pass {
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 5px;
    margin-top: 16px;
    width: 22px;
    justify-content: center;
}



.filed-pass {
    margin-top: 10px;
}
.filed-pass-last {
    margin-bottom: 10px;
}
.block-btn-reg-auth {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    gap: 15px;
}

.button-auth {
    border: 1px solid #2B2A4C;
    border-radius: 5px;
    padding: 3px 20px;
    background-color: #2B2A4C;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}
.btn-reg {
    position: relative;
}
.btn-reg-invis {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/* поле выбора сервиса */
.select-service {
    width: 60%;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 5px;
}
.block-title-reg {
    display: flex;
}
.block-input-field-reg {
    display: flex;
    width: 100%;
    justify-content: center;
}
.title-service {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.input-field-required {
    color: white;
    font-size: 26px;
    margin: 5px 0 0 8px;
    width: 10px;
}


/* Значек подсказки */
.block-tooltip-i {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #2B2A4C;
    border-radius: 50%;
    align-items: center;
    cursor: pointer;
    width: 7px;
    height: 16px;
    justify-content: center;
    padding: 0 5px 1px 5px;
    margin-left: 9px;
}
/* подсказка в квадратике */
.tooltip-q {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #2B2A4C;
    border-radius: 3px;
    padding: 1px 3px 0 3px;
    margin-left: 7px;
}





/* @media (min-width: 320px) and (max-width: 479px) { */
/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (max-width: 479px) {

    /* ################################################   БЛОК МЕНЮ   ############################################## */
    .top-line-main {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;
    
        height: 60px;
        align-items: center;
    }

    .top-line {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;
        height: 49px;
        align-items: center;
        position: fixed;
        z-index: 10;
    }
    .block-logo-text-main {
        font-size: 30px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: white;
    }
    .block-logo-text {
        text-align: center;
        width: 100%;
        font-size: 22px;
        text-transform: uppercase;
    }
    .logo-letter {
        color: #EEA78B;
    }
    .block-links {
        display: none;
    }

    .block-auth-main {
        display: none;
    }
    .block-auth {
        display: none;
    }

    /* индикация баланса кабинета */
    .block-money-link {
        display: none;
    }
    .img-money {
        display: flex;
        width: 19px;
        align-items: center;
    }
    .cell-data {
        display: flex;
        margin: 0 6px;
    }
    .block-money-link-mob {
        display: flex;
        margin-right: 8px;
        align-items: center;
    }

    /* кнопка-кружок ссылка на страницу настроек профиля */
    .block-profile-mob {
        display: flex;
        min-width: 33px;
        height: 33px;
        background-color: white;
        margin-right: 17px;
        border-radius: 50%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .letter-profile {
        display: flex;
        font-weight: 600;
        color: #2b2a4c;
        font-size: 18px;
    }

    /* моб меню-бургер */
    .menu-btn-mob {
        min-width: 16px;
        height: 15px;
        position: relative;
        z-index: 2;
        overflow: hidden;
        padding: 8px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        margin-left: 16px;
        cursor: pointer;
    }
    .menu-btn-mob span {
        width: 15px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        transition: all 0.5s;
    }
    .menu-btn-mob span:nth-of-type(2) {
        top: calc(50% - 6px);
    }
    
    .menu-btn-mob span:nth-of-type(3) {
        top: calc(50% + 6px);
    }
    /* Меняем бургер иконку, когда меню открыто */
    .menu-btn-mob.active span:nth-of-type(1) {
        display: none;
    }
    .menu-btn-mob.active span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(45deg);
    }
    .menu-btn-mob.active span:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    /* боковое моб меню */
    .mob-side-main-menu {
        display: flex;
        position: absolute;
        transform: translateX(0%);
        transition: transform 0.5s;
        z-index: 10;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        padding-right: 10px;

        width: 150px;
        /* height: 300px; */
    }
    .mob-side-main-menu.not-active {
        transform: translateX(-110%);
    }
    .set-main {
        top: 65px;
        left: 5px;
    }
    .set-account {
        top: 55px;
        left: 5px;
    }


    .mob-side-main-title {
        display: flex;
        width: 100%;
        color: white;
        justify-content: center;
        margin: 10px 0;
    }
    .btn-paid-busts {
        display: flex;
        width: 100%;
        margin-top: 12px;
        cursor: pointer;
        color: white;
        flex-direction: column;
        text-decoration: none;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .line-btns {
        margin-top: 10px;
        border-top: 1px solid #ffffff;
        width: 80%;
    }
    .line-auth-separate {
        margin: 40px 0 15px 6px;
        border-top: 3px double #898989;
    }
    .mob-side-item-menu {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        margin-bottom: 10px;
    }


    /* ################################################   БЛОК ПОЛЕ АККАУНТА С ОТОБРАЖЕНИЕ БОКОВОГО МЕНЮ ДАШБОРДА   ############################################## */
    .block-table-account {
        display: flex;
    }
    .block-side-menu {
        display: flex;
        min-width: 160px;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        align-items: flex-end;

        transform: translateX(0%);
        transition: transform 0.5s;
        position: fixed;
        z-index: 10;
    }

    .block-side-menu.not-active {
        transform: translateX(-110%);
    }

    .btn-first-menu {
        margin-top: 50px;
    }
    .block-btn-menu {
        font-size: 12px;
        display: flex;
        border-radius: 5px;
        height: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #8E8E8E;
    }
    .img-arr {
        width: 20px;
        margin: 0 7px;
    }
    .img-arr-active {
        width: 20px;
        margin: 0 3px 0 7px;
    }
    .active-menu {
        color: white !important;
        font-size: 14px !important;
    }

    /* мобильный вариант ссылок на ЛК */
    .block-auth-mob {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        align-items: flex-end;
        margin-bottom: 17px;
    }
    .separate-mob {
        border-top: 1px solid white;
        margin: 20px 10px 5px 0;
        width: 168px;
    }
    .user-profile-menu {
        display: flex;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 7px;
    }
    .item-menu-out-mob {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 3px;
    }

    /* ############ фрейм авторизации/регистрации ################ */
    .block-reg-auth {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 80%;
        background-color: white;
        padding: 10px 20px 20px 20px;
    }
    .input-field {
        width: 65%;
        height: 28px;
        border-radius: 5px;
        border: 0;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }


    /* поле ввода пароля с возможностью просмотра символов */
    .input-field-pass-wrap {
        display: flex;
        width: 69%;
        position: relative;
    }
    .input-field-pass {
        width: 100%;
        height: 28px;
        border-radius: 5px;
        border: 0;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .input-field-pass.active {
        transition: all 0.5s;
        padding-left: 6px;
        padding-right: 33px;
    }
    .element-toggle-pass {
        display: flex;
        cursor: pointer;
        position: absolute;
        right: 5px;
        margin-top: 16px;
        width: 22px;
        justify-content: center;
    }



    /* ################################################   БЛОК FOOTER   ############################################## */
    .block-footer {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        background-color: #2b2a4c;
        color: #ffffff;
        padding: 20px 0;
    }
    .container-footer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 35px;
    }
    .block-footer-logo {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 8px;
    }
    .footer-logo {
        font-size: 18px;
    }
    .footer-rights {
        display: flex;
        font-size: 13px;
        color: #8E8E8E;
    }
    .footer-title-links {
        display: flex;
        font-size: 18px;
        color: #ffffff;
    }
    .footer-text-links {
        display: flex;
        font-size: 14px;
        text-decoration: none;
        color: #8E8E8E;
    }

    .block-footer-links {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        color: #8E8E8E;
    }
    .img-social {
        display: flex;
        gap: 20px;
    }
    .img-sk-footer {
        width: 100px;
    }


    /* ################################################   БЛОК МЕНЮ ПЛАТНЫЕ БУСТЫ   ############################################## */
    .block-paid-busts {
        display: none;
    }



    /* ################################################ блок подсказок ################################################ */
    .block-tooltips-help {
        display: flex;
        width: 200px;
        max-height: 350px;
        border: 1px solid #2b2a4c;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        position: absolute;
        z-index: 15;
        font-size: 14px;
        line-height: 1.4;
        flex-direction: column;
        overflow-y: auto;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    }
    .block-tooltips-help p {
        margin: 5px 0 0 0;
    }


}



/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 480px) and (max-width: 639px) {
    
    /* ################################################   БЛОК МЕНЮ   ############################################## */
    .top-line-main {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;
    
        height: 70px;
        align-items: center;
    }

    .top-line {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;

        height: 55px;
        align-items: center;

        position: fixed;
        z-index: 10;
    }
    .block-logo-text-main {
        font-size: 40px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: white;
    }
    .block-logo-text {
        text-align: center;
        width: 100%;
        font-size: 28px;
        text-transform: uppercase;
    }
    .logo-letter {
        color: #EEA78B;
    }
    .block-links {
        display: none;
    }

    .block-auth-main {
        display: none;
    }
    .block-auth {
        display: none;
    }

    /* индикация баланса кабинета */
    .block-money-link {
        display: none;
    }
    .img-money {
        display: flex;
        width: 19px;
        align-items: center;
    }
    .cell-data {
        display: flex;
        margin: 0 6px;
    }
    .block-money-link-mob {
        display: flex;
        margin-right: 8px;
        align-items: center;
    }

    /* кнопка-кружок ссылка на страницу настроек профиля */
    .block-profile-mob {
        display: flex;
        width: 45px;
        height: 35px;
        background-color: white;
        margin-right: 20px;
        border-radius: 50%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .letter-profile {
        display: flex;
        font-weight: 600;
        color: #2b2a4c;
        font-size: 20px;
    }

    /* моб меню-бургер */
    .menu-btn-mob {
        min-width: 18px;
        height: 18px;
        position: relative;
        z-index: 2;
        overflow: hidden;
        padding: 8px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        margin-left: 22px;
        cursor: pointer;
    }
    .menu-btn-mob span {
        width: 18px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 17px;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        transition: all 0.5s;
    }
    .menu-btn-mob span:nth-of-type(2) {
        top: calc(50% - 7px);
    }
    
    .menu-btn-mob span:nth-of-type(3) {
        top: calc(50% + 7px);
    }
    /* Меняем бургер иконку, когда меню открыто */
    .menu-btn-mob.active span:nth-of-type(1) {
        display: none;
    }
    .menu-btn-mob.active span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(45deg);
    }
    .menu-btn-mob.active span:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    /* боковое моб меню */
    .mob-side-main-menu {
        display: flex;
        position: absolute;
        transform: translateX(0%);
        transition: transform 0.5s;
        z-index: 10;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        padding-right: 10px;

        width: 150px;
        /* height: 300px; */
    }
    .mob-side-main-menu.not-active {
        transform: translateX(-110%);
    }
    .set-main {
        top: 75px;
        left: 5px;
    }
    .set-account {
        top: 60px;
        left: 5px;
    }

    .mob-side-main-title {
        display: flex;
        width: 100%;
        color: white;
        justify-content: center;
        margin: 10px 0;
    }
    .btn-paid-busts {
        display: flex;
        width: 100%;
        margin-top: 12px;
        cursor: pointer;
        color: white;
        flex-direction: column;
        text-decoration: none;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .line-btns {
        margin-top: 10px;
        border-top: 1px solid #ffffff;
        width: 80%;
    }
    .line-auth-separate {
        margin: 40px 0 15px 6px;
        border-top: 3px double #898989;
    }
    .mob-side-item-menu {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        margin-bottom: 10px;
    }


    /* ################################################   БЛОК ПОЛЕ АККАУНТА С ОТОБРАЖЕНИЕ БОКОВОГО МЕНЮ ДАШБОРДА   ############################################## */
    .block-table-account {
        display: flex;
    }
    .block-side-menu {
        display: flex;
        min-width: 160px;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        align-items: flex-end;

        transform: translateX(0%);
        transition: transform 0.5s;
        position: fixed;
        z-index: 10;
    }

    .block-side-menu.not-active {
        transform: translateX(-110%);
    }

    .btn-first-menu {
        margin-top: 50px;
    }
    .block-btn-menu {
        font-size: 12px;
        display: flex;
        border-radius: 5px;
        height: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #8E8E8E;
    }
    .img-arr {
        width: 20px;
        margin: 0 7px;
    }
    .img-arr-active {
        width: 20px;
        margin: 0 3px 0 7px;
    }
    .active-menu {
        color: white !important;
        font-size: 14px !important;
    }

    /* мобильный вариант ссылок на ЛК */
    .block-auth-mob {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        align-items: flex-end;
        margin-bottom: 17px;
    }
    .separate-mob {
        border-top: 1px solid white;
        margin: 20px 10px 5px 0;
        width: 170px;
    }
    .user-profile-menu {
        display: flex;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 7px;
    }
    .item-menu-out-mob {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 3px;
    }


    /* ############ фрейм авторизации/регистрации ################ */
    .block-reg-auth {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 370px;
        background-color: white;
        padding: 20px 30px 30px 30px;
    }
    .input-field {
        width: 65%;
        height: 28px;
        border-radius: 5px;
        border: 0;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    /* поле ввода пароля с возможностью просмотра символов */
    .input-field-pass-wrap {
        display: flex;
        width: 68%;
        position: relative;
    }
    .input-field-pass {
        width: 100%;
        height: 28px;
        border-radius: 5px;
        border: 0;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .input-field-pass.active {
        transition: all 0.5s;
        padding-left: 6px;
        padding-right: 33px;
    }
    .element-toggle-pass {
        display: flex;
        cursor: pointer;
        position: absolute;
        right: 5px;
        margin-top: 16px;
        width: 22px;
        justify-content: center;
    }



    /* ################################################   БЛОК FOOTER   ############################################## */
    .block-footer {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        background-color: #2b2a4c;
        color: #ffffff;
        padding: 20px 0;
    }
    .container-footer {
        display: flex;
        justify-content: center;
        width: 470px;
        flex-wrap: wrap;
        gap: 35px;
    }
    .block-footer-logo {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 8px;
    }
    .footer-logo {
        font-size: 18px;
    }
    .footer-rights {
        display: flex;
        font-size: 13px;
        color: #8E8E8E;
    }
    .footer-title-links {
        display: flex;
        font-size: 18px;
        color: #ffffff;
    }
    .footer-text-links {
        display: flex;
        font-size: 14px;
        text-decoration: none;
        color: #8E8E8E;
    }

    .block-footer-links {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        color: #8E8E8E;
    }
    .img-social {
        display: flex;
        gap: 20px;
    }
    .img-sk-footer {
        width: 100px;
    }


    /* ################################################   БЛОК МЕНЮ ПЛАТНЫЕ БУСТЫ   ############################################## */
    .block-paid-busts {
        display: none;
    }



    /* ################################################ блок подсказок ################################################ */
    .block-tooltips-help {
        display: flex;
        width: 250px;
        max-height: 400px;
        border: 1px solid #2b2a4c;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        position: absolute;
        z-index: 15;
        font-size: 14px;
        line-height: 1.4;
        flex-direction: column;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    }
    .block-tooltips-help p {
        margin: 5px 0 0 0;
    }
    
}



/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 640px) and (max-width: 959px) {

    /* ################################################   БЛОК МЕНЮ   ############################################## */
    .top-line-main {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;
    
        height: 100px;
        align-items: center;
    }
    
    .top-line {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;

        height: 55px;
        align-items: center;

        position: fixed;
        z-index: 10;
    }
    .block-logo-text-main {
        font-size: 40px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: white;
    }
    .block-logo-text {
        text-align: center;
        width: 100%;
        font-size: 35px;
        text-transform: uppercase;
    }
    .logo-letter {
        color: #EEA78B;
    }
    .block-links {
        display: none;
    }

    .block-auth-main {
        display: none;
    }
    .block-auth {
        display: none;
    }

    /* индикация баланса кабинета */
    .block-money-link {
        display: none;
    }
    .img-money {
        display: flex;
        width: 19px;
        align-items: center;
    }
    .cell-data {
        display: flex;
        margin: 0 6px;
    }
    .block-money-link-mob {
        display: flex;
        margin-right: 8px;
        align-items: center;
    }

    /* кнопка-кружок ссылка на страницу настроек профиля */
    .block-profile-mob {
        display: flex;
        width: 45px;
        height: 35px;
        background-color: white;
        margin-right: 20px;
        border-radius: 50%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .letter-profile {
        display: flex;
        font-weight: 600;
        color: #2b2a4c;
        font-size: 20px;
    }



    /* моб меню-бургер */
    .menu-btn-mob {
        min-width: 20px;
        height: 20px;
        position: relative;
        z-index: 2;
        overflow: hidden;
        padding: 8px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        margin-left: 30px;
        cursor: pointer;
    }
    .menu-btn-mob span {
        width: 20px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        transition: all 0.5s;
    }
    .menu-btn-mob span:nth-of-type(2) {
        top: calc(50% - 7px);
    }
    
    .menu-btn-mob span:nth-of-type(3) {
        top: calc(50% + 7px);
    }
    /* Меняем бургер иконку, когда меню открыто */
    .menu-btn-mob.active span:nth-of-type(1) {
        display: none;
    }
    .menu-btn-mob.active span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(45deg);
    }
    .menu-btn-mob.active span:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, 0%) rotate(-45deg);
    }

    /* боковое моб меню */
    .mob-side-main-menu {
        display: flex;
        position: absolute;
        transform: translateX(0%);
        transition: transform 0.5s;
        z-index: 10;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        padding-right: 10px;

        width: 150px;
        /* height: 300px; */
    }
    .mob-side-main-menu.not-active {
        transform: translateX(-110%);
    }
    .set-main {
        top: 105px;
        left: 5px;
    }
    .set-account {
        top: 60px;
        left: 5px;
    }


    .mob-side-main-title {
        display: flex;
        width: 100%;
        color: white;
        justify-content: center;
        margin: 10px 0;
    }
    .btn-paid-busts {
        display: flex;
        width: 100%;
        margin-top: 12px;
        cursor: pointer;
        color: white;
        flex-direction: column;
        text-decoration: none;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .line-btns {
        margin-top: 10px;
        border-top: 1px solid #ffffff;
        width: 80%;
    }
    .line-auth-separate {
        margin: 40px 0 15px 6px;
        border-top: 3px double #898989;
    }
    .mob-side-item-menu {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        margin-bottom: 10px;
    }




    /* ################################################   БЛОК ПОЛЕ АККАУНТА С ОТОБРАЖЕНИЕ БОКОВОГО МЕНЮ ДАШБОРДА   ############################################## */
    .block-table-account {
        display: flex;
    }

    .block-side-menu {
        display: flex;
        min-width: 160px;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        align-items: flex-end;

        transform: translateX(0%);
        transition: transform 0.5s;
        position: fixed;
        z-index: 10;
    }

    .block-side-menu.not-active {
        transform: translateX(-110%);
    }


    .btn-first-menu {
        margin-top: 50px;
    }
    .block-btn-menu {
        font-size: 12px;
        display: flex;
        border-radius: 5px;
        height: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #8E8E8E;
    }
    .img-arr {
        width: 20px;
        margin: 0 7px;
    }
    .img-arr-active {
        width: 20px;
        margin: 0 3px 0 7px;
    }
    .active-menu {
        color: white !important;
        font-size: 14px !important;
    }

    /* мобильный вариант ссылок на ЛК */
    .block-auth-mob {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .separate-mob {
        border-top: 1px solid white;
        margin: 20px 10px 5px 0;
        width: 180px;
    }
    .user-profile-menu {
        display: flex;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 7px;
    }
    .item-menu-out-mob {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
        justify-content: flex-end;
        padding-right: 3px;
    }



    /* ################################################   БЛОК FOOTER   ############################################## */
    .block-footer {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        background-color: #2b2a4c;
        color: #ffffff;
        padding: 20px 0;
    }
    .container-footer {
        display: flex;
        justify-content: space-around;
        width: 600px;
        flex-wrap: wrap;
        gap: 50px;
    }
    .block-footer-logo {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 8px;
    }
    .footer-logo {
        font-size: 18px;
    }
    .footer-rights {
        display: flex;
        font-size: 13px;
        color: #8E8E8E;
    }
    .footer-title-links {
        display: flex;
        font-size: 18px;
        color: #ffffff;
    }
    .footer-text-links {
        display: flex;
        font-size: 14px;
        text-decoration: none;
        color: #8E8E8E;
    }

    .block-footer-links {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        color: #8E8E8E;
    }
    .img-social {
        display: flex;
        gap: 20px;
    }
    .img-sk-footer {
        width: 120px;
    }


    /* ################################################   БЛОК МЕНЮ ПЛАТНЫЕ БУСТЫ   ############################################## */
    .block-paid-busts {
        display: none;
    }



    /* ############ фрейм авторизации/регистрации ################ */
    /* .block-reg-auth {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 460px;
        background-color: white;
        padding: 30px 40px 40px 40px;
    }
    .input-field {
        width: 60%;
        height: 28px;
        border-radius: 5px;
        border: 0;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    } */



    /* ################################################ блок подсказок ################################################ */
    .block-tooltips-help {
        display: flex;
        width: 250px;
        max-height: 400px;
        border: 1px solid #2b2a4c;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        position: absolute;
        z-index: 15;
        font-size: 14px;
        line-height: 1.4;
        flex-direction: column;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    }
    .block-tooltips-help p {
        margin: 5px 0 0 0;
    }

}





/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 960px) and (max-width: 1199px) {
    
    /* ################################################   БЛОК  МЕНЮ   ############################################## */
    /* здесь еще не хватает "top-line-main" - это строка меню лендинга */
    .top-line-main {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-around;
        background-color: #2b2a4c;
        color: #ffffff;
    
        height: 100px;
        align-items: center;
    }

    .top-line {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;

        height: 55px;
        align-items: center;
    }
    .block-logo-text-main {
        font-size: 40px;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
    }
    .block-logo-text {
        font-size: 35px;
        text-transform: uppercase;
        margin-left: 40px;
    }
    .logo-letter {
        color: #EEA78B;
    }
    .block-links {
        display: flex;
        font-size: 16px;
        gap: 30px;
    }
    .block-auth-main {
        display: flex;
        gap: 10px;
        font-size: 16px;
    }
    .block-auth {
        display: flex;
        gap: 10px;
        font-size: 16px;
        margin-right: 30px;
        align-items: center;
    }
    .user-profile-menu {
        display: flex;
        text-decoration: none;
        color: white;
    }
    .item-menu {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
    }
    .separate {
        border-right: 1px solid white;
        height: 15px;
    }

    /* индикация баланса кабинета */
    .block-money-link {
        display: flex;
        align-items: center;
    }
    .img-money {
        display: flex;
        width: 19px;
        align-items: center;
    }
    .cell-data {
        display: flex;
        margin: 0 6px;
    }
    .block-money-link-mob {
        display: none;
    }


    /* ################################################   БЛОК ПОЛЕ АККАУНТА С ОТОБРАЖЕНИЕ БОКОВОГО МЕНЮ ДАШБОРДА   ############################################## */
    .block-table-account {
        display: flex;
    }
    .block-side-menu {
        display: flex;
        min-width: 160px;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        align-items: flex-end;
    }

    .btn-first-menu {
        margin-top: 50px;
    }
    .block-btn-menu {
        font-size: 12px;
        display: flex;
        border-radius: 5px;
        height: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #8E8E8E;
    }
    .img-arr {
        width: 20px;
        margin: 0 7px;
    }
    .img-arr-active {
        width: 20px;
        margin: 0 3px 0 7px;
    }
    .active-menu {
        color: white !important;
        font-size: 15px !important;
    }

    /* мобильный вариант ссылок на ЛК */
    .block-auth-mob {
        display: none;
    }

    /* моб кнопка-бургер */
    .menu-btn-mob {
        display: none;
    }
    /* боковое моб меню */
    .mob-side-main-menu {
        display: none;
    }
    /* кнопка-кружок ссылка на страницу настроек профиля */
    .block-profile-mob {
        display: none;
    }






    /* ################################################   БЛОК МЕНЮ ПЛАТНЫЕ БУСТЫ   ############################################## */
    .block-paid-busts {
        display: flex;
        position: absolute;
        width: 130px;
        border: 2px double grey;
        border-radius: 5px;
        background-color: #2b2a4c;
        padding: 10px 8px 15px 8px;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        transform-origin: 0px 0px;
        transform: rotateX(90deg);
        transition: transform 0.4s;
        opacity: 1;
    }
    .btn-paid-busts {
        display: flex;
        width: 100%;
        margin-top: 12px;
        cursor: pointer;
        color: white;
        flex-direction: column;
        text-decoration: none;
    }
    .img-arr-paid-busts {
        width: 20px;
    }
    .sleep-menu-paid-bust {
        left: -150px;
    }
    .move-trans {
        transform: rotateX(0deg);
    }

    .opac-trans {
        opacity: 0;
        transition: 0.3s linear;
    }
    .line-btns {
        margin-top: 10px;
        border-top: 1px solid #ffffff;
    }



    /* ################################################   БЛОК FOOTER   ############################################## */
    .block-footer {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        background-color: #2b2a4c;
        color: #ffffff;
        padding: 20px 0;
    }
    .container-footer {
        display: flex;
        justify-content: space-between;
        width: 900px;
    }
    .block-footer-logo {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 8px;
    }
    .footer-logo {
        font-size: 18px;
    }
    .footer-rights {
        display: flex;
        font-size: 13px;
        color: #8E8E8E;
    }
    .footer-title-links {
        display: flex;
        font-size: 18px;
        color: #ffffff;
    }
    .footer-text-links {
        display: flex;
        font-size: 14px;
        text-decoration: none;
        color: #8E8E8E;
    }

    .block-footer-links {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        color: #8E8E8E;
    }
    .img-social {
        display: flex;
        gap: 20px;
    }
    .img-sk-footer {
        width: 120px;
    }



    /* ################################################ блок подсказок ################################################ */
    .block-tooltips-help {
        display: flex;
        width: 250px;
        max-height: 400px;
        border: 1px solid #2b2a4c;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        position: absolute;
        z-index: 15;
        font-size: 14px;
        line-height: 1.4;
        flex-direction: column;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    }
    .block-tooltips-help p {
        margin: 5px 0 0 0;
    }



}


/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (min-width: 1200px) {
/* ################################################   БЛОК МЕНЮ   ############################################## */
    .top-line-main {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-around;
        background-color: #2b2a4c;
        color: #ffffff;
    
        height: 100px;
        align-items: center;
    }
    .top-line {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        background-color: #2b2a4c;
        color: #ffffff;

        height: 55px;
        align-items: center;
    }
    .block-logo-text-main {
        font-size: 40px;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
    }
    .block-logo-text {
        font-size: 35px;
        text-transform: uppercase;
        margin-left: 40px;
    }
    .logo-letter {
        color: #EEA78B;
    }
    .block-links {
        display: flex;
        font-size: 16px;
        gap: 30px;
    }
    .block-auth-main {
        display: flex;
        gap: 10px;
        font-size: 16px;
    }
    .block-auth {
        display: flex;
        gap: 10px;
        font-size: 16px;
        margin-right: 30px;
        align-items: center;
    }
    .user-profile-menu {
        display: flex;
        text-decoration: none;
        color: white;
    }
    .item-menu {
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: white;
    }
    .separate {
        border-right: 1px solid white;
        height: 15px;
    }

    /* индикация баланса кабинета */
    .block-money-link {
        display: flex;
        align-items: center;
    }
    .img-money {
        display: flex;
        width: 19px;
        align-items: center;
    }
    .cell-data {
        display: flex;
        margin: 0 6px;
    }
    .block-money-link-mob {
        display: none;
    }


/* ################################################   БЛОК ПОЛЕ АККАУНТА С ОТОБРАЖЕНИЕ БОКОВОГО МЕНЮ ДАШБОРДА   ############################################## */

    .block-table-account {
        display: flex;
    }
    .block-side-menu {
        display: flex;
        min-width: 160px;
        border: 3px double #c1c1c1;
        background-color: #2b2a4c;
        flex-direction: column;
        align-items: flex-end;
    }

    .btn-first-menu {
        margin-top: 50px;
    }
    .block-btn-menu {
        font-size: 12px;
        display: flex;
        border-radius: 5px;
        height: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #8E8E8E;
    }
    .img-arr {
        width: 20px;
        margin: 0 7px;
    }
    .img-arr-active {
        width: 20px;
        margin: 0 3px 0 7px;
    }
    .active-menu {
        color: white !important;
        font-size: 15px !important;
    }

    /* мобильный вариант ссылок на ЛК */
    .block-auth-mob {
        display: none;
    }
    /* моб кнопка-бургер */
    .menu-btn-mob {
        display: none;
    }
    /* боковое моб меню */
    .mob-side-main-menu {
        display: none;
    }
    /* кнопка-кружок ссылка на страницу настроек профиля */
    .block-profile-mob {
        display: none;
    }



/* ################################################   БЛОК FOOTER   ############################################## */
    .block-footer {
        width: 100%;
        font-weight: 300;
        display: flex;
        justify-content: center;
        background-color: #2b2a4c;
        color: #ffffff;
        padding: 20px 0;
    }
    .container-footer {
        display: flex;
        justify-content: space-between;
        width: 1100px;
    }
    .block-footer-logo {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 8px;
    }
    .footer-logo {
        font-size: 18px;
    }
    .footer-rights {
        display: flex;
        font-size: 13px;
        color: #8E8E8E;
    }
    .footer-title-links {
        display: flex;
        font-size: 18px;
        color: #ffffff;
    }
    .footer-text-links {
        display: flex;
        font-size: 14px;
        text-decoration: none;
        color: #8E8E8E;
    }

    .block-footer-links {
        display: flex;
        width: 200px;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        color: #8E8E8E;
    }
    .img-social {
        display: flex;
        gap: 20px;
    }
    .img-sk-footer {
        width: 120px;
    }


/* ################################################   БЛОК МЕНЮ ПЛАТНЫЕ БУСТЫ   ############################################## */
    .block-paid-busts {
        display: flex;
        position: absolute;
        width: 130px;
        border: 2px double grey;
        border-radius: 5px;
        background-color: #2b2a4c;
        padding: 10px 8px 15px 8px;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        transform-origin: 0px 0px;
        transform: rotateX(90deg);
        transition: transform 0.4s;
        opacity: 1;
    }
    .btn-paid-busts {
        display: flex;
        width: 100%;
        margin-top: 12px;
        cursor: pointer;
        color: white;
        flex-direction: column;
        text-decoration: none;
    }
    .img-arr-paid-busts {
        width: 20px;
    }
    .sleep-menu-paid-bust {
        left: -150px;
    }

    .move-trans {
        transform: rotateX(0deg);
    }

    .opac-trans {
        opacity: 0;
        transition: 0.3s linear;
    }
    .line-btns {
        margin-top: 10px;
        border-top: 1px solid #ffffff;
    }


    /* ################################################ блок подсказок ################################################ */
    .block-tooltips-help {
        display: flex;
        width: 250px;
        max-height: 400px;
        border: 1px solid #2b2a4c;
        border-radius: 5px;
        padding: 15px;
        background-color: white;
        position: absolute;
        z-index: 15;
        font-size: 14px;
        line-height: 1.4;
        flex-direction: column;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    }
    .block-tooltips-help p {
        margin: 5px 0 0 0;
    }


}

/* ################################################   БОКОВОЙ БЛОК УВЕДОМЛЕНИЙ   ############################################## */
.block-notif {
    position: fixed;
    top: 70px;
    right: 0;
    width: 180px;
    margin-right: 50px;
    z-index: 20;
}
.element-notif {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px double white;
    color: white;
    transform: translateX(110%);
    transition: transform 0.3s;
    font-size: 12px;
}
.element-notif.active {
    transform: translateX(0);
}
.element-notif.green-notif {
    background: #008000;
}
.element-notif.red-notif {
    background: #ff0008;
}
.notif-opac-trans {
    opacity: 0;
    transition: opacity 0.3s linear !important;
}




/* закрытие окна подсказки */
.close-tooltip {
    display: flex;
    justify-content: flex-end;
    margin: -8px -8px 0 0;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}



.hidden {
    display: none;
}
