

/* 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/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/news.list/why_main_block/style.css?1768562619723*/
.why-us-block {

}

.why-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.why-icon i {
	font-size: 1.8rem;
	color: #dc3545;
	line-height: 1;
}

.why-icon .icon-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.why-item h5 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
}

.why-desc {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #6c757d;
}

.why-item:hover .why-icon i {
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@media (max-width: 768px) {
	.why-icon i {
		font-size: 1.5rem; /* Чуть меньше на планшетах */
	}
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17685626201036*/
.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;
}

@media (max-width: 991px) {
    .trial-section-photo {
        background-position: center bottom !important;
        padding-bottom: 300px !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/advantages/style.css?1768562619982*/
.advantages-block {

}
.advantage-card {
	background: #efefef;
	border-radius: 20px;
	padding: 1.5rem;
	transition: all 0.3s ease-in-out;
}
	.advantage-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
		background-color: #ffffff;
	}
	.advantage-card .advantage-icon img {
		transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
		.advantage-card:hover .advantage-icon img {
			transform: scale(1.15) rotate(-3deg);
		}
	.advantage-content h5 {
		transition: color 0.3s ease;
	}
	.advantage-card:hover .advantage-content h5 {
		color: #dc3545;
	}

.advantage-icon img {
	width: 48px;
	height: auto;
	object-fit: contain;
}

.advantage-content h5 {
	font-size: 1.1rem;
	color: #333;
	line-height: 1.2;
}

.advantage-content .text-muted {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #6c757d !important;
}

@media (max-width: 576px) {
	.advantage-icon img {
		width: 40px;
	}
	.advantage-content h5 {
		font-size: 1rem;
	}
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/teachers_main_block/style.css?17685626191517*/
.f-carousel {
	--f-carousel-spacing: 0;
}

.f-carousel__slide {
	width: 100%;
	padding: 10px !important;
	box-sizing: border-box;
	display: block;
}

.teacher-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.f-carousel__slide {
		width: 50% !important;
	}
}

@media (min-width: 992px) {
	.f-carousel__slide {
		width: 33.3333% !important;
	}
}

@media (min-width: 1200px) {
	.f-carousel__slide {
		width: 25% !important;
	}
}

.teacher-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 30px 15px;
	text-align: center;
	height: 100%;
	transition: box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.teacher-card:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
	border-color: transparent;
}

.photo-wrapper {
	position: relative;
	width: 230px;
	height: 230px;
	margin: 0 auto 20px auto;
}

.teacher-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.country-flag {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 32px;
	border-radius: 7px;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #fff;
	object-fit: cover;
	z-index: 2;
}

.teacher-name {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.teacher-role {
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 5px;
	line-height: 1.4;
}

.teacher-exp {
	font-size: 0.95rem;
	color: #333;
	margin-top: 10px;
}
/* End */


/* Start:/local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?1768562619164*/
/* Принудительно включаем анимацию для слайдера */
.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}
/* End */
/* /local/templates/bigwig_wm/components/bitrix/news.detail/.default/style.css?1773838067155 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/course_tabs/style.css?17745283751086 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/why_main_block/style.css?1768562619723 */
/* /local/templates/bigwig_wm/components/bitrix/form.result.new/trial_block_photo/style.css?17685626201036 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/advantages/style.css?1768562619982 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/teachers_main_block/style.css?17685626191517 */
/* /local/templates/bigwig_wm/components/bitrix/news.list/contacts/style.css?1768562619164 */
