

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


/* Start:/local/components/academyit/catalog.section/templates/unified.catalog.section2_new_forms/style.css?17760911713463*/
.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;
}

/* Стили для блока с датой в action_button_block */
.si4_blocks_block .date-badge {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 0px;
    border-radius: 0px;
    height: 48px;
    margin-right: 20px;
}

.si4_blocks_block .date-badge svg {
    margin-right: 8px;
}

/* Стили для блока донабора */
.donabor-badge {
    color: #F47C44;
    font-size: 12px;
    font-weight: normal;
    margin-left: 8px;
}

.donabor-text {
    color: #F47C44;
    font-size: 12px;
}

div#pages {
	float: right;
	width: auto;
}
div#pages ul li.name {
	font-size: 75%;
	padding-right: 10px;
}
.tooltip+span {
	background: #fff;
	border: 1px solid #aaa;
	font: 12px Tahoma;
	display: none; 
	padding: 3px;
	position: absolute;
	text-align: justify;
}
.red {
	color: #f00;
}
.strike {
	text-decoration: line-through;
}

/*----------------------------------------------------------------------*/

.content_03_02 table .header td {
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.content_03_02 table .header {
	background: #ded2c5;
	border-bottom: 0;
}

.content_03_02 table .header td {
	background: #ded2c5 !important;
}

.content_03_02 table tr {
    border-bottom: 1px dashed #a3a3a3;
}

.content_03_02 table tr td:nth-child(even) {
    background: #F7F5F2;
}

.content_03_02 table td {
    padding: 15px !important;
    border-bottom: 0;
    text-align: center;	
}

.content_03_02 table .row .block {
    height: auto !important;
	text-align: left !important;
	border:0 !important;
}

.text {
    text-decoration: none !important;
}

.course_to_basket:before {
	font-family: FontAwesome;
    position: relative;	
    content: "\f07a";     	
	color: #E6571E;	
}


.course_to_basket {
    cursor: pointer;
	line-height: 28px;
}

.shedule_dates {
	line-height: 28px;
}

img.tooltip {
    cursor: help;
}

.img_link .arrow:before {
	font-family: FontAwesome;
    position: relative;	    
	color: #E6571E;	
}

.img_link .arrow.top:before {
    content: "\f0d8"; 
}

.img_link .arrow.bottom:before {
    content: "\f0d7"; 
}

.img_link {
    text-decoration: none !important;
}

.stFillB1B.stFillB1B_F.bsbb.results {
    width: 100%;
}
/* 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/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/more_navi/style.css?1648821065127 */
/* /local/components/academyit/catalog.section/templates/unified.catalog.section2_new_forms/style.css?17760911713463 */
/* /local/components/academyit_v1/addCart.success.message/templates/.default/style.css?17607071332396 */
/* /local/templates/academy_it/components/form/form.result.new/home_form/style.css?16488210661787 */
