/*шапку фиксирую*/
    #rec526909703 {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        background-color: transparent;
    }

/* О Б Щ И Е   К Л А С С Ы */

.hidden {
    opacity: 0; !important;
}

.primary-button:hover .t-submit:hover {. /* крашу синие кнопки в голубой ховер */
    background-color: #B3EAFF !important;
    color: #000000 !important;
}

.active-primary-button {
    background-color: #0C2C64 !important; /*крашу кнопки и плашки в темно-синий*/
    border-color: #0C2C64 !important;
    color: #ffffff !important;
}

.secondary-button .t-submit:hover { /* крашу желтые/голубые кнопки в серо-фиолетовый ховер */
    background-color: #E2E8F0 !important;
}

.blue-blue-button .t-submit:hover { /* крашу голубые кнопки в ссылочно-синий ховер */
    color: #ffffff !important;
    background-color: #5689C0 !important;
}

.white-text {
   color: #ffffff !important; 
}


.greyshadow-on-white .tn-atom {
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.10) !important;
}


/* С И М У Л Я Т О Р  /simulator */

.simulator-primary-button:hover {
    background-color: #E2E8F0 !important; /* крашу в фиолетово-серый*/
    color: #000000 !important;
    cursor: pointer !important;
}

/* симулятор - чему учит тренажер - ховер для кнопок выше */
/*.simulator-teach-btn-shape--decisions:hover .tn-atom,
.simulator-teach-btn-shape--strategies:hover .tn-atom,
.simulator-teach-btn-shape--communications:hover .tn-atom,
.simulator-teach-btn-shape--new:hover .tn-atom {
    cursor: pointer !important;
    background-color: #0C2C64 !important;
    border-color: #0C2C64 !important;
}*/
/* симулятор - чему учит - ховер для текста внутри кнопок выше*/
/*.button-text--decisions:hover .tn-atom,
.button-text--strategies:hover .tn-atom, 
.button-text--communications:hover .tn-atom, 
.button-text--news:hover .tn-atom {
    color: #ffffff !important;
    background-color: #0C2C64 !important;
}*/


/* CОСТОЯНИЯ */

/*
главная - наши продукты - фоны для плашек продуктов - заливаю серым фоном,
/book страница - кнопкa лид-формы записаться на курс
*/
.our-products-shape .tn-atom:hover,
.btn-signup-to-course .t-submit:hover {
   background-color: #E2E8F0 !important; 
}

/*главная - наши продукты - плашка оплата от компании - ховер обводки желтым*/
/*.our-products-discount-shape .tn-atom:hover,
.our-products-discount-shape:hover {
    border-color: #FFCF00 !important;
} */

/*главная - наши продукты - плашка тренажер - ховер голубым*/
.our-products-shape-blue .tn-atom:hover {
    background-color: #B3EAFF !important; 
}

/*главная - лид-форма записи на 2 беспл мероприятия - состояния кнопки на лидформе */
.form-2free-lessons-main .t-submit:hover {
    background-color: #B3EAFF !important;
}
.form-2free-lessons-main .t-submit:active {
    background-color: #5689C0 !important;
}

/* страница учебника /book - ховер кнопки лид-формы заказать учебник - фон в оч-светло-голубой */
.order-book-form .t-submit:hover,
.contactspage-open-to-cooperation .t-submit:hover {
    background-color: #F8FBFF !important;
}

/* ховеры ссылок */
.blog-link .tn-atom a:hover {
    color: #5689C0 !important;
}

/* ховеры тень на белой плашке*/
.social-button-card:hover .tn-atom {
    box-shadow: 0px 12px 60px rgba(221, 219, 231, 0.6) !important;
}