

/* Start:/local/templates/academy_it/components/bitrix/system.pagenavigation/courses_main_catalog/style.css?1648821065127*/
@media (max-width: 640px){
    .si4_btn.fc.load_more {
        display: flex !important;
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/components/academyit/news.list/templates/courses_main/style.css?17760931241352*/
.donabor-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    cursor: help;
}

.donabor-icon svg {
    width: 18px;
    height: 18px;
}
.donabor-icon .tooltip-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 64px;
    border: 1px solid #F47C44 !important;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 8px;
    display: none;
    font: 12px Tahoma;
}

.donabor-icon:hover .tooltip-text {
    display: block;
}
.donabor-icon .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.other-dates-link-text:hover {
    text-decoration: underline;
}

.textPrice .text.normal{
	font-weight:normal!important;
	font-size: 11px!important;;
}

.textPrice .price{
	font-size: 11px!important;;
}

#success_buy {
    position: fixed;
    left: 30%;
    z-index: 20000000;
    background: #fff;
    box-shadow: 0px 2px 4px rgb(53 53 53 / 8%);
    border-radius: 8px;
    padding: 10px 22px 10px 22px;
    color: #000;
    top: 80%;
}
/* End */


/* Start:/local/components/academyit_v1/addCart.success.message/templates/.default/style.css?17607071332396*/
/* Базовые стили для сообщения */
.add-cart-success-message {
    position: fixed;
    z-index: 20000000;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 4px rgb(53 53 53 / 8%);
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #332B2B;
    text-align: center;
    top: 20px;
    width: 320px;
    max-width: 90vw;
    box-sizing: border-box;
}

/* Десктопная версия */
@media (min-width: 768px) {
    .add-cart-success-message {
        right: 20px;
        left: auto;
    }
    
    .message-buttons {
        display: flex;
        gap: 12px;
        justify-content: center;
    }
    
    .message-button {
        width: auto;
        flex: 1;
    }
}

/* Мобильная версия */
@media (max-width: 767px) {
    .add-cart-success-message {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    
    .message-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .message-button {
        width: 100%;
    }
}

/* Общие стили для контента и кнопок */
.message-content {
    margin-bottom: 16px;
    font-weight: 500;
}

.message-button {
    padding: 5px;
    font-size: 14px;
    border-radius: 64px;
    border: 1px solid #F47C44;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    display: block;
}

/* Белая кнопка "Продолжить поиск" */
.message-button.continue {
    background: white;
    color: #F47C44;
    border: 1px solid #F47C44;
}

.message-button.continue:hover {
    background: #F47C44;
    color: white;
    border-color: #F47C44;
}

/* Оранжевая кнопка "В корзину" */
.message-button.cart {
    background: #F47C44;
    color: white;
    border: 1px solid #F47C44;
}

.message-button.cart:hover {
    background: #fff;
    color: #F47C44;
    border-color: #e56930;
}

/* Анимация появления */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.add-cart-success-message.show {
    animation: slideIn 0.3s ease-out forwards;
}
/* End */


/* Start:/local/components/academyit/news.list/templates/home_slider/style.css?1762875004849*/
/*style home_slider start*/

/*Пока слайдер не инициализировался tpl l aca*/
/*устанавливаем неактивными все слайды в слайдере кроме первого*/
.BGs.slide:not(:first-child) {
	display: none;
}

/*устанавливаем все слайды в слайдере активными после инициализации slick-slider*/
.BGs.slick-initialized .slide:not(:first-child) {
	display: block;
}

.BGs {
	height: 500px;
	overflow: hidden;
}

div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

a.slider_link {
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 2;
}

#news_block_activity {
    margin-top: -30px;
}

/*style home_slider end*/
/* End */


/* Start:/local/templates/academy_it/components/form/form.result.new/home_form/style.css?16488210661787*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/academy_it/components/form/form.result.new/home_form/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/academy_it/components/form/form.result.new/home_form/images/icon_warn.gif);
}

.stFillB2FIL_block_check {
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin: 0 12px 0 0;
    cursor: pointer;
}
.stFillB2FIL_block_check_input {
    display: none;
}

.stFillB2FIL_block_check_svg {
    position: absolute;
    z-index: 2;
}
.stFillB2FIL_block_mini {
    margin: 0 0 16px 0;
}

.stFillB2FIL_block_check.fc.bsbb{
	background: #fff;
}

.si7_fb_text_zg {
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    font-weight: 700;
    margin: 0 0 16px;
    min-width: 400px;
}


input.si7_fb_form_input.bsbb.error{
	border: 1px solid #f00;
}

span.error-form {
    display: block;
    float: left;
    font-size: 10px;
    color: #f00;
}


.stFillB2FIL_block_check_contact_form {
	border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin: 0 12px 0 0;
    cursor: pointer;
	background: #fff;
}

.stFillB2FIL_block_check_contact_form .stFillB2FIL_block_check_svg_contact{
	position: absolute;
    z-index: 2;
}

.checkbox-red {
    background: #f00;
}
/* End */
/* /local/templates/academy_it/components/bitrix/system.pagenavigation/courses_main_catalog/style.css?1648821065127 */
/* /local/components/academyit/news.list/templates/courses_main/style.css?17760931241352 */
/* /local/components/academyit_v1/addCart.success.message/templates/.default/style.css?17607071332396 */
/* /local/components/academyit/news.list/templates/home_slider/style.css?1762875004849 */
/* /local/templates/academy_it/components/form/form.result.new/home_form/style.css?16488210661787 */
