

/* Start:/local/templates/bigwig_wm/components/bitrix/news.detail/.default/style.css?1773838067155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/callback_popup/style.css?17745187621164*/
.trial-section {
    background-color: #f0f0f0;
    /* Путь к картинке. Если она в папке шаблона, путь нужно уточнить */
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/callback_popup/img/request_free_lesson_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.benefit-list li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    color: #555;
}

.benefit-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 2px;
    color: #555;
    font-weight: bold;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/course_tabs/style.css?17745283751086*/
.course-tabs-wrapper {
    background: #F8F8F8; /* Светло-серый фон плашки */
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    border-radius: 12px;
}

.course-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 30px;
}

.course-tab-item {
    text-decoration: none;
    font-size: 15px;
    color: #444;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.course-tab-item:hover {
    color: #ff4d4d;
}

/* Активное состояние (красный текст) */
.course-tab-item.is-active {
    color: #ff4d4d;
    font-weight: 600;
}

/* Адаптив для мобилок - делаем скролл, если не влезает */
@media (max-width: 991px) {
    .course-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 15px 20px;
        -webkit-overflow-scrolling: touch;
    }
    .course-tab-item {
        padding-right: 10px;
    }
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17810020641385*/
.trial-section-photo {
    background-color: #f0f0f0;
    background-image: url('/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/img/request_free_lesson_3.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 400px;
    margin-top: 120px;
    padding: 60px 80px;
}
.trial-section-photo h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
}
@media (max-width: 991px) {
    .trial-section-photo {
        background-position: center bottom !important;
        padding-bottom: 300px !important;
    }
}
.trial-section-photo button[type="submit"]{
    text-align: left;
    background: white;
}
.trial-section-photo button[type="submit"]:hover{
    color: #dc3545 !important;
}
.form-control-pill {
    border-radius: 50rem !important;
    padding: 0.7rem 1.3rem !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.btn-pill {
    border-radius: 50rem !important;
    padding-left: 2 !important;
    padding-right: 2rem !important;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.content-relative {
    position: relative;
    z-index: 2;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?17810103932174*/
/* Принудительно включаем анимацию для слайдера */
.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}
.address-section h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
}
.branch-select {
    display: flex;
    justify-content: center;
    align-items: center;
}
.branch-select label{
    width: 40%;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.branch-select select{
    width: 60%;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
}
.school {
    padding: 20px;
    border: 1px solid #BFC0C5;
    border-radius: 12px;
}
.school h3{
    text-align: center;
}
.address-section .card-body {
    width: 100%;
    min-width: 100%;
    text-align: center;
}
.address-section .card-body .card-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}
.address-section .card-list {
    border-bottom: 1px solid #BFC0C5;
    padding-bottom: 20px;
}
.address-section .card-list h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}
.address-section .card-list button{
    border: none;
    background: none;
    font-weight: 300;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    text-align: center;
    color: #666;

}
.address-section .card-list button:hover{
    border: none;
    background: none;
    color: #666;
}
.address-section .card-body .flex-wrap{
    flex-direction: column;
}
.address-section .card-body .flex-wrap .card-list{
    width: 100%;
}
.address-section .card-body .flex-wrap .card-list .d-block{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}
.address-section .card-body .flex-wrap .card-list .data{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #353535;
}
/* End */
/* /local/templates/bigwig_wm/components/bitrix/news.detail/.default/style.css?1773838067155 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/callback_popup/style.css?17745187621164 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/course_tabs/style.css?17745283751086 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17810020641385 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?17810103932174 */
